-- phpMyAdmin SQL Dump
-- version 5.2.2
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Feb 23, 2026 at 02:49 PM
-- Server version: 10.6.25-MariaDB
-- PHP Version: 8.4.17

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
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 */;

--
-- Database: `activeeee_wp`
--

-- --------------------------------------------------------

--
-- Table structure for table `wp_actionscheduler_actions`
--

CREATE TABLE `wp_actionscheduler_actions` (
  `action_id` bigint(20) UNSIGNED NOT NULL,
  `hook` varchar(191) NOT NULL,
  `status` varchar(20) NOT NULL,
  `scheduled_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `scheduled_date_local` datetime DEFAULT '0000-00-00 00:00:00',
  `args` varchar(191) DEFAULT NULL,
  `schedule` longtext DEFAULT NULL,
  `group_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `attempts` int(11) NOT NULL DEFAULT 0,
  `last_attempt_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `last_attempt_local` datetime DEFAULT '0000-00-00 00:00:00',
  `claim_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `extended_args` varchar(8000) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `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
(4583, 'rocket_preload_job_check_finished', 'complete', '2026-01-27 16:08:31', '2026-01-27 19:38:31', '[1769530051]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1769530111;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1769530111;}', 1, 1, '2026-01-27 16:08:36', '2026-01-27 19:38:36', 0, NULL),
(4644, 'rocket_preload_job_check_finished', 'complete', '2026-02-03 16:03:31', '2026-02-03 19:33:31', '[1770134551]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1770134611;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1770134611;}', 1, 1, '2026-02-03 16:05:06', '2026-02-03 19:35:06', 0, NULL),
(4681, 'rocket_preload_job_check_finished', 'complete', '2026-02-10 16:11:06', '2026-02-10 19:41:06', '[1770739806]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1770739866;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1770739866;}', 1, 1, '2026-02-10 16:13:37', '2026-02-10 19:43:37', 0, NULL),
(4738, 'rocket_preload_job_check_finished', 'complete', '2026-02-17 16:05:55', '2026-02-17 19:35:55', '[1771344295]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1771344355;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1771344355;}', 1, 1, '2026-02-17 16:09:06', '2026-02-17 19:39:06', 0, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `wp_actionscheduler_claims`
--

CREATE TABLE `wp_actionscheduler_claims` (
  `claim_id` bigint(20) UNSIGNED NOT NULL,
  `date_created_gmt` datetime DEFAULT '0000-00-00 00:00:00'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_actionscheduler_claims`
--

INSERT INTO `wp_actionscheduler_claims` (`claim_id`, `date_created_gmt`) VALUES
(8, '2023-12-05 16:01:57'),
(10, '2023-12-05 16:03:05');

-- --------------------------------------------------------

--
-- Table structure for table `wp_actionscheduler_groups`
--

CREATE TABLE `wp_actionscheduler_groups` (
  `group_id` bigint(20) UNSIGNED NOT NULL,
  `slug` varchar(255) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_actionscheduler_groups`
--

INSERT INTO `wp_actionscheduler_groups` (`group_id`, `slug`) VALUES
(1, 'rocket-preload'),
(2, 'action-scheduler-migration'),
(3, 'rocket-rucss');

-- --------------------------------------------------------

--
-- Table structure for table `wp_actionscheduler_logs`
--

CREATE TABLE `wp_actionscheduler_logs` (
  `log_id` bigint(20) UNSIGNED NOT NULL,
  `action_id` bigint(20) UNSIGNED NOT NULL,
  `message` text NOT NULL,
  `log_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `log_date_local` datetime DEFAULT '0000-00-00 00:00:00'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_actionscheduler_logs`
--

INSERT INTO `wp_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES
(13558, 4583, 'action created', '2026-01-27 16:07:31', '2026-01-27 19:37:31'),
(13559, 4583, 'action started via WP Cron', '2026-01-27 16:08:36', '2026-01-27 19:38:36'),
(13560, 4583, 'action complete via WP Cron', '2026-01-27 16:08:36', '2026-01-27 19:38:36'),
(13741, 4644, 'action created', '2026-02-03 16:02:31', '2026-02-03 19:32:31'),
(13742, 4644, 'action started via WP Cron', '2026-02-03 16:05:06', '2026-02-03 19:35:06'),
(13743, 4644, 'action complete via WP Cron', '2026-02-03 16:05:06', '2026-02-03 19:35:06'),
(13852, 4681, 'action created', '2026-02-10 16:10:06', '2026-02-10 19:40:06'),
(13853, 4681, 'action started via WP Cron', '2026-02-10 16:13:37', '2026-02-10 19:43:37'),
(13854, 4681, 'action complete via WP Cron', '2026-02-10 16:13:37', '2026-02-10 19:43:37'),
(14023, 4738, 'action created', '2026-02-17 16:04:55', '2026-02-17 19:34:55'),
(14024, 4738, 'action started via WP Cron', '2026-02-17 16:09:06', '2026-02-17 19:39:06'),
(14025, 4738, 'action complete via WP Cron', '2026-02-17 16:09:06', '2026-02-17 19:39:06');

-- --------------------------------------------------------

--
-- Table structure for table `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) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_commentmeta`
--

INSERT INTO `wp_commentmeta` (`meta_id`, `comment_id`, `meta_key`, `meta_value`) VALUES
(3319, 1101, 'akismet_result', 'true'),
(3320, 1101, 'akismet_history', 'a:2:{s:4:\"time\";d:1771794011.483458042144775390625;s:5:\"event\";s:10:\"check-spam\";}'),
(3321, 1101, 'akismet_as_submitted', 'a:15:{s:14:\"comment_author\";s:9:\"Dante3274\";s:20:\"comment_author_email\";s:19:\"Dante3274@gmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:15:\"comment_content\";s:103:\"<a href=\"https://shorturl.fm/nshRT\">Unlock top-tier commissions—become our affiliate partner now!</a>\";s:12:\"comment_type\";s:7:\"comment\";s:7:\"user_id\";i:0;s:7:\"user_ID\";i:0;s:17:\"comment_author_IP\";s:13:\"104.238.30.91\";s:13:\"comment_agent\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\";s:7:\"user_ip\";s:13:\"104.238.30.91\";s:10:\"user_agent\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\";s:4:\"blog\";s:25:\"https://activereading.xyz\";s:9:\"blog_lang\";s:5:\"fa_IR\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:224:\"https://activereading.xyz/%d8%ae%d8%b1%db%8c%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%a7%d9%86%d9%82%d9%84%d8%a7%d8%a8-%d8%a7%d8%b3%d9%84%d8%a7%d9%85%db%8c-%d9%85%d8%b5%d8%b7%d9%81%db%8c-%d9%85%d9%84%da%a9%d9%88%d8%aa%db%8c%d8%a7/\";}'),
(3322, 1102, 'akismet_result', 'true'),
(3323, 1102, 'akismet_history', 'a:2:{s:4:\"time\";d:1771819584.942182064056396484375;s:5:\"event\";s:10:\"check-spam\";}'),
(3324, 1102, 'akismet_as_submitted', 'a:15:{s:14:\"comment_author\";s:8:\"Jude1174\";s:20:\"comment_author_email\";s:18:\"Jude1174@gmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:15:\"comment_content\";s:106:\"<a href=\"https://shorturl.fm/B1Y8c\">Monetize your traffic instantly—enroll in our affiliate network!</a>\";s:12:\"comment_type\";s:7:\"comment\";s:7:\"user_id\";i:0;s:7:\"user_ID\";i:0;s:17:\"comment_author_IP\";s:14:\"118.174.49.111\";s:13:\"comment_agent\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\";s:7:\"user_ip\";s:14:\"118.174.49.111\";s:10:\"user_agent\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\";s:4:\"blog\";s:25:\"https://activereading.xyz\";s:9:\"blog_lang\";s:5:\"fa_IR\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:224:\"https://activereading.xyz/%d8%ae%d8%b1%db%8c%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%a7%d9%86%d9%82%d9%84%d8%a7%d8%a8-%d8%a7%d8%b3%d9%84%d8%a7%d9%85%db%8c-%d9%85%d8%b5%d8%b7%d9%81%db%8c-%d9%85%d9%84%da%a9%d9%88%d8%aa%db%8c%d8%a7/\";}');

-- --------------------------------------------------------

--
-- Table structure for table `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 NOT NULL,
  `comment_author_email` varchar(100) NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) 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 NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) NOT NULL DEFAULT '',
  `comment_type` varchar(20) NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `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
(1101, 75, 'Dante3274', 'Dante3274@gmail.com', '', '104.238.30.91', '2026-02-23 00:30:11', '2026-02-22 21:00:11', '<a href=\"https://shorturl.fm/nshRT\" rel=\"nofollow ugc\">Unlock top-tier commissions—become our affiliate partner now!</a>', 0, 'spam', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'comment', 0, 0),
(1102, 75, 'Jude1174', 'Jude1174@gmail.com', '', '118.174.49.111', '2026-02-23 07:36:24', '2026-02-23 04:06:24', '<a href=\"https://shorturl.fm/B1Y8c\" rel=\"nofollow ugc\">Monetize your traffic instantly—enroll in our affiliate network!</a>', 0, 'spam', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'comment', 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_duplicator_pro_entities`
--

CREATE TABLE `wp_duplicator_pro_entities` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `type` varchar(100) NOT NULL,
  `data` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_duplicator_pro_entities`
--

INSERT INTO `wp_duplicator_pro_entities` (`id`, `type`, `data`) VALUES
(1, 'DUP_PRO_Global_Entity', '{\n    \"uninstall_settings\": false,\n    \"uninstall_packages\": false,\n    \"crypt\": true,\n    \"package_ui_created\": 1,\n    \"package_mysqldump\": false,\n    \"package_mysqldump_path\": \"\",\n    \"package_phpdump_mode\": 0,\n    \"package_mysqldump_qrylimit\": 131072,\n    \"packageMysqldumpOptions\": [\n        {\n            \"option\": \"quick\",\n            \"inputGroupPrefix\": \"package_mysqldump_\",\n            \"possibleArguments\": [],\n            \"enabled\": false,\n            \"arguments\": []\n        },\n        {\n            \"option\": \"extended-insert\",\n            \"inputGroupPrefix\": \"package_mysqldump_\",\n            \"possibleArguments\": [],\n            \"enabled\": false,\n            \"arguments\": []\n        },\n        {\n            \"option\": \"routines\",\n            \"inputGroupPrefix\": \"package_mysqldump_\",\n            \"possibleArguments\": [],\n            \"enabled\": true,\n            \"arguments\": []\n        },\n        {\n            \"option\": \"disable-keys\",\n            \"inputGroupPrefix\": \"package_mysqldump_\",\n            \"possibleArguments\": [],\n            \"enabled\": false,\n            \"arguments\": []\n        },\n        {\n            \"option\": \"compact\",\n            \"inputGroupPrefix\": \"package_mysqldump_\",\n            \"possibleArguments\": [],\n            \"enabled\": false,\n            \"arguments\": []\n        }\n    ],\n    \"archive_build_mode\": 1,\n    \"archive_compression\": true,\n    \"ziparchive_validation\": false,\n    \"ziparchive_mode\": 0,\n    \"ziparchive_chunk_size_in_mb\": 32,\n    \"homepath_as_abspath\": false,\n    \"archive_build_mode_schedule\": -1,\n    \"archive_compression_schedule\": true,\n    \"server_load_reduction\": 0,\n    \"max_package_runtime_in_min\": 90,\n    \"php_max_worker_time_in_sec\": 20,\n    \"cleanup_mode\": 0,\n    \"cleanup_email\": \"amin7777nnnn@gmail.com\",\n    \"auto_cleanup_hours\": 24,\n    \"lock_mode\": 1,\n    \"json_mode\": 0,\n    \"ajax_protocol\": \"https\",\n    \"custom_ajax_url\": \"https:\\/\\/activereading.xyz\\/wp-admin\\/admin-ajax.php\",\n    \"clientside_kickoff\": false,\n    \"basic_auth_enabled\": false,\n    \"basic_auth_user\": \"\",\n    \"basic_auth_password\": \"\",\n    \"installer_name_mode\": \"simple\",\n    \"installer_base_name\": \"installer.php\",\n    \"chunk_size\": 2048,\n    \"skip_archive_scan\": false,\n    \"send_email_on_build_mode\": 1,\n    \"notification_email_address\": \"\",\n    \"storage_htaccess_off\": false,\n    \"max_storage_retries\": 10,\n    \"max_default_store_files\": 20,\n    \"purge_default_package_record\": false,\n    \"dropbox_upload_chunksize_in_kb\": 2000,\n    \"dropbox_transfer_mode\": 1,\n    \"gdrive_upload_chunksize_in_kb\": 1024,\n    \"gdrive_transfer_mode\": 0,\n    \"s3_upload_part_size_in_kb\": 6000,\n    \"onedrive_upload_chunksize_in_kb\": 3200,\n    \"local_upload_chunksize_in_MB\": 16,\n    \"manual_mode_storage_ids\": [\n        \"-2\"\n    ],\n    \"license_status\": 0,\n    \"license_expiration_time\": -1,\n    \"license_no_activations_left\": false,\n    \"license_key_visible\": 1,\n    \"lkp\": \"\",\n    \"license_type\": -1,\n    \"license_limit\": 800,\n    \"last_system_check_timestamp\": 0,\n    \"initial_activation_timestamp\": 1731782323,\n    \"ssl_useservercerts\": true,\n    \"ssl_disableverify\": true,\n    \"import_chunk_size\": 1024,\n    \"import_custom_path\": \"\",\n    \"ipv4_only\": false,\n    \"debug_on\": false,\n    \"unhook_third_party_js\": false,\n    \"unhook_third_party_css\": false,\n    \"profile_beta\": false,\n    \"dupHidePackagesGiftFeatures\": true,\n    \"recoveryCustomPath\": \"\",\n    \"id\": 1\n}'),
(2, 'DUP_PRO_Secure_Global_Entity', '{\n    \"basic_auth_password\": \"\",\n    \"lkp\": \"\",\n    \"id\": 2\n}'),
(3, 'DUP_PRO_Package_Template_Entity', '{\n    \"name\": \"Default\",\n    \"notes\": \"The default template.\",\n    \"filter_sites\": [],\n    \"archive_export_onlydb\": 0,\n    \"archive_filter_on\": 0,\n    \"archive_filter_dirs\": \"\",\n    \"archive_filter_exts\": \"\",\n    \"archive_filter_files\": \"\",\n    \"archive_filter_names\": false,\n    \"database_filter_on\": 0,\n    \"databasePrefixFilter\": false,\n    \"databasePrefixSubFilter\": false,\n    \"database_filter_tables\": \"\",\n    \"database_compatibility_modes\": [],\n    \"installer_opts_secure_on\": 0,\n    \"installer_opts_secure_pass\": \"\",\n    \"installerPassowrd\": \"jZg8KgMrjLW\\/xMC1k\\/TV2T+TJ0rR+dONo6mApTF7ZyCqmmZ6JnPHMNFLc6GCqVqedzNkXp2C96mm90JKX602GA==\",\n    \"installer_opts_skip_scan\": 0,\n    \"installer_opts_db_host\": \"\",\n    \"installer_opts_db_name\": \"\",\n    \"installer_opts_db_user\": \"\",\n    \"installer_opts_cpnl_enable\": false,\n    \"installer_opts_cpnl_host\": \"\",\n    \"installer_opts_cpnl_user\": \"\",\n    \"installer_opts_cpnl_pass\": \"\",\n    \"installer_opts_cpnl_db_action\": \"create\",\n    \"installer_opts_cpnl_db_host\": \"\",\n    \"installer_opts_cpnl_db_name\": \"\",\n    \"installer_opts_cpnl_db_user\": \"\",\n    \"installer_opts_brand\": -2,\n    \"is_default\": true,\n    \"is_manual\": false,\n    \"id\": 3\n}'),
(4, 'DUP_PRO_Package_Template_Entity', '{\n    \"name\": \"[Manual Mode]\",\n    \"notes\": \"\",\n    \"filter_sites\": \"\",\n    \"archive_export_onlydb\": 0,\n    \"archive_filter_on\": 0,\n    \"archive_filter_dirs\": \"\",\n    \"archive_filter_exts\": \"\",\n    \"archive_filter_files\": \"\",\n    \"archive_filter_names\": false,\n    \"database_filter_on\": 0,\n    \"databasePrefixFilter\": false,\n    \"databasePrefixSubFilter\": false,\n    \"database_filter_tables\": \"\",\n    \"database_compatibility_modes\": \"\",\n    \"installer_opts_secure_on\": 0,\n    \"installer_opts_secure_pass\": \"\",\n    \"installerPassowrd\": \"V+MwPZbwjbuiIgeh\\/AlCgNxuYjzvZMyxC3f\\/lwRSOypABS9bRXFfVP1rBSYrqFQA7ySFOcVLIQZSJFcC25xRhg==\",\n    \"installer_opts_skip_scan\": 0,\n    \"installer_opts_db_host\": \"\",\n    \"installer_opts_db_name\": \"\",\n    \"installer_opts_db_user\": \"\",\n    \"installer_opts_cpnl_enable\": 0,\n    \"installer_opts_cpnl_host\": \"\",\n    \"installer_opts_cpnl_user\": \"\",\n    \"installer_opts_cpnl_pass\": \"\",\n    \"installer_opts_cpnl_db_action\": \"create\",\n    \"installer_opts_cpnl_db_host\": \"\",\n    \"installer_opts_cpnl_db_name\": \"\",\n    \"installer_opts_cpnl_db_user\": \"\",\n    \"installer_opts_brand\": -2,\n    \"is_default\": false,\n    \"is_manual\": true,\n    \"id\": 4\n}'),
(5, 'DUP_PRO_System_Global_Entity', '{\n    \"recommended_fixes\": [],\n    \"schedule_failed\": false,\n    \"package_check_ts\": 1771857695,\n    \"id\": 5\n}');

-- --------------------------------------------------------

--
-- Table structure for table `wp_duplicator_pro_packages`
--

CREATE TABLE `wp_duplicator_pro_packages` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(250) NOT NULL,
  `hash` varchar(50) NOT NULL,
  `status` int(11) NOT NULL,
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `owner` varchar(60) NOT NULL,
  `package` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_duplicator_pro_packages`
--

INSERT INTO `wp_duplicator_pro_packages` (`id`, `name`, `hash`, `status`, `created`, `owner`, `package`) VALUES
(1, 'takbooksup', '167e15a77bec44259177_20241116184050', 100, '2024-11-16 22:11:01', 'linco', '{\n    \"ID\": 1,\n    \"Created\": \"2024-11-16 18:40:50\",\n    \"Version\": \"4.5.11\",\n    \"VersionWP\": \"6.7\",\n    \"VersionDB\": \"10.6.20\",\n    \"VersionPHP\": \"7.4.33\",\n    \"VersionOS\": \"Linux\",\n    \"Name\": \"takbooksup\",\n    \"Hash\": \"167e15a77bec44259177_20241116184050\",\n    \"NameHash\": \"takbooksup_167e15a77bec44259177_20241116184050\",\n    \"Type\": 0,\n    \"notes\": \"\",\n    \"StorePath\": \"\\/home\\/activeeee\\/public_html\\/wp-content\\/backups-dup-pro\\/tmp\",\n    \"StoreURL\": \"https:\\/\\/activereading.xyz\\/wp-content\\/backups-dup-pro\\/\",\n    \"ScanFile\": \"takbooksup_167e15a77bec44259177_20241116184050_scan.json\",\n    \"timer_start\": 1731782475.3853719234466552734375,\n    \"Runtime\": \"136.208 sec.\",\n    \"ExeSize\": \"128.34KB\",\n    \"ZipSize\": \"92.33MB\",\n    \"Brand\": \"Default\",\n    \"Brand_ID\": -1,\n    \"ziparchive_mode\": 0,\n    \"Archive\": {\n        \"ExportOnlyDB\": 0,\n        \"FilterDirs\": \"\",\n        \"FilterExts\": \"\",\n        \"FilterFiles\": \"\",\n        \"FilterDirsAll\": [\n            \"\\/home\\/activeeee\\/public_html\\/.opcache\",\n            \"\\/home\\/activeeee\\/public_html\\/.tmb\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-content\\/ai1wm-backups\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-content\\/backups-dup-lite\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-content\\/backups-dup-pro\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-content\\/backups-dup-pro\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-content\\/backupwordpress\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-content\\/bps-backup\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-content\\/cache\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-content\\/content\\/cache\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-content\\/contents\\/cache\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-content\\/infinitewp\\/backups\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-content\\/managewp\\/backups\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-content\\/old-cache\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/storage\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-content\\/plugins\\/really-simple-captcha\\/tmp\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-content\\/plugins\\/wordfence\\/tmp\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-content\\/updraft\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-content\\/uploads\\/aiowps_backups\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-content\\/uploads\\/backup-guard\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-content\\/uploads\\/backupbuddy_backups\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-content\\/uploads\\/backupbuddy_temp\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-content\\/uploads\\/ithemes-security\\/backups\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-content\\/uploads\\/mainwp\\/backup\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-content\\/uploads\\/pb_backupbuddy\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-content\\/uploads\\/snapshots\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-content\\/uploads\\/sucuri\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-content\\/uploads\\/wp-clone\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-content\\/uploads\\/wp_all_backup\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-content\\/uploads\\/wpbackitup_backups\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-content\\/wfcache\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-content\\/wishlist-backup\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-content\\/wpvividbackups\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-snapshots\"\n        ],\n        \"FilterExtsAll\": [],\n        \"FilterFilesAll\": [\n            \".DS_Store\",\n            \"\\/home\\/activeeee\\/public_html\\/.htaccess\",\n            \"\\/home\\/activeeee\\/public_html\\/.user.ini\",\n            \"\\/home\\/activeeee\\/public_html\\/php.ini\",\n            \"\\/home\\/activeeee\\/public_html\\/web.config\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-config.php\",\n            \"dbcache\",\n            \"debug_log\",\n            \"error_log\",\n            \"objectcache\",\n            \"pgcache\",\n            \"ws_ftp.log\"\n        ],\n        \"FilterOn\": 0,\n        \"FilterNames\": false,\n        \"File\": \"takbooksup_167e15a77bec44259177_20241116184050_archive.zip\",\n        \"Format\": \"ZIP\",\n        \"PackDir\": \"\\/home\\/activeeee\\/public_html\",\n        \"Size\": 96815257,\n        \"Dirs\": null,\n        \"DirCount\": 2507,\n        \"RecursiveLinks\": [],\n        \"Files\": null,\n        \"FileCount\": 14246,\n        \"file_count\": 16784,\n        \"FilterInfo\": {\n            \"Dirs\": {\n                \"AddonSites\": [],\n                \"Size\": [],\n                \"Core\": [],\n                \"Global\": [],\n                \"Instance\": [],\n                \"Unreadable\": []\n            },\n            \"Files\": {\n                \"Size\": [],\n                \"Core\": [],\n                \"Global\": [],\n                \"Instance\": [],\n                \"Unreadable\": []\n            },\n            \"Exts\": {\n                \"Core\": [],\n                \"Global\": [],\n                \"Instance\": [],\n                \"Unreadable\": []\n            },\n            \"TreeSize\": null\n        },\n        \"ListDelimiter\": \"\\n\"\n    },\n    \"Multisite\": {\n        \"FilterSites\": \"\"\n    },\n    \"Installer\": {\n        \"File\": \"takbooksup_167e15a77bec44259177_20241116184050_installer.php\",\n        \"Size\": 131416,\n        \"OptsSecureOn\": 0,\n        \"passowrd\": \"xoS1rewBM+6Js2S8Mc+HbNd6cHrAh\\/cUrcGaBKafLN+7FBbXZ2mItIU8sIEvy+e6a4JjxAFe11LD1MHEvETvNQ==\",\n        \"OptsSecurePass\": \"\",\n        \"OptsSkipScan\": 0,\n        \"OptsDBHost\": \"\",\n        \"OptsDBName\": \"\",\n        \"OptsDBUser\": \"\",\n        \"OptsCPNLHost\": \"\",\n        \"OptsCPNLUser\": \"\",\n        \"OptsCPNLPass\": \"\",\n        \"OptsCPNLEnable\": 0,\n        \"OptsCPNLConnect\": false,\n        \"OptsCPNLDBAction\": \"create\",\n        \"OptsCPNLDBHost\": \"\",\n        \"OptsCPNLDBName\": \"\",\n        \"OptsCPNLDBUser\": \"\",\n        \"numFilesAdded\": 0,\n        \"numDirsAdded\": 0\n    },\n    \"Database\": {\n        \"info\": {\n            \"buildMode\": \"PHPCHUNKING\",\n            \"charSetList\": [\n                \"utf8mb4\",\n                \"utf8mb3\",\n                \"latin1\"\n            ],\n            \"collationList\": [\n                \"latin1_swedish_ci\",\n                \"utf8mb3_general_ci\",\n                \"utf8mb4_unicode_520_ci\",\n                \"utf8mb4_unicode_ci\"\n            ],\n            \"engineList\": [\n                \"MyISAM\",\n                \"InnoDB\",\n                \"MEMORY\"\n            ],\n            \"isTablesUpperCase\": false,\n            \"isNameUpperCase\": false,\n            \"name\": \"activeeee_wp\",\n            \"tablesBaseCount\": 77,\n            \"tablesFinalCount\": 77,\n            \"muFilteredTableCount\": 0,\n            \"tablesRowCount\": 30882,\n            \"tablesSizeOnDisk\": 9277344,\n            \"tablesList\": {\n                \"wp_actionscheduler_actions\": {\n                    \"inaccurateRows\": 4,\n                    \"insertedRows\": 4,\n                    \"size\": 19456\n                },\n                \"wp_actionscheduler_claims\": {\n                    \"inaccurateRows\": 2,\n                    \"insertedRows\": 2,\n                    \"size\": 3114\n                },\n                \"wp_actionscheduler_groups\": {\n                    \"inaccurateRows\": 3,\n                    \"insertedRows\": 3,\n                    \"size\": 9312\n                },\n                \"wp_actionscheduler_logs\": {\n                    \"inaccurateRows\": 12,\n                    \"insertedRows\": 12,\n                    \"size\": 4768\n                },\n                \"wp_commentmeta\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": 0,\n                    \"size\": 4096\n                },\n                \"wp_comments\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wp_duplicator_pro_entities\": {\n                    \"inaccurateRows\": 5,\n                    \"insertedRows\": 5,\n                    \"size\": 32768\n                },\n                \"wp_duplicator_pro_packages\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": 1,\n                    \"size\": 32768\n                },\n                \"wp_edd_adjustmentmeta\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": 0,\n                    \"size\": 4096\n                },\n                \"wp_edd_adjustments\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wp_edd_customermeta\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": 0,\n                    \"size\": 4096\n                },\n                \"wp_edd_customers\": {\n                    \"inaccurateRows\": 2,\n                    \"insertedRows\": 2,\n                    \"size\": 8456\n                },\n                \"wp_edd_customer_addresses\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wp_edd_customer_email_addresses\": {\n                    \"inaccurateRows\": 2,\n                    \"insertedRows\": 2,\n                    \"size\": 9448\n                },\n                \"wp_edd_logmeta\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": 0,\n                    \"size\": 4096\n                },\n                \"wp_edd_logs\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wp_edd_logs_api_requestmeta\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": 0,\n                    \"size\": 4096\n                },\n                \"wp_edd_logs_api_requests\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wp_edd_logs_file_downloadmeta\": {\n                    \"inaccurateRows\": 1,\n                    \"insertedRows\": 1,\n                    \"size\": 10352\n                },\n                \"wp_edd_logs_file_downloads\": {\n                    \"inaccurateRows\": 2,\n                    \"insertedRows\": 2,\n                    \"size\": 5400\n                },\n                \"wp_edd_notemeta\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": 0,\n                    \"size\": 4096\n                },\n                \"wp_edd_notes\": {\n                    \"inaccurateRows\": 8,\n                    \"insertedRows\": 8,\n                    \"size\": 6256\n                },\n                \"wp_edd_notifications\": {\n                    \"inaccurateRows\": 15,\n                    \"insertedRows\": 15,\n                    \"size\": 12736\n                },\n                \"wp_edd_ordermeta\": {\n                    \"inaccurateRows\": 4,\n                    \"insertedRows\": 4,\n                    \"size\": 10504\n                },\n                \"wp_edd_orders\": {\n                    \"inaccurateRows\": 2,\n                    \"insertedRows\": 2,\n                    \"size\": 18908\n                },\n                \"wp_edd_order_addresses\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": 0,\n                    \"size\": 4096\n                },\n                \"wp_edd_order_adjustmentmeta\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": 0,\n                    \"size\": 4096\n                },\n                \"wp_edd_order_adjustments\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wp_edd_order_itemmeta\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": 0,\n                    \"size\": 4096\n                },\n                \"wp_edd_order_items\": {\n                    \"inaccurateRows\": 2,\n                    \"insertedRows\": 2,\n                    \"size\": 5496\n                },\n                \"wp_edd_order_transactions\": {\n                    \"inaccurateRows\": 2,\n                    \"insertedRows\": 2,\n                    \"size\": 9520\n                },\n                \"wp_e_events\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wp_e_submissions\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": 0,\n                    \"size\": 4096\n                },\n                \"wp_e_submissions_actions_log\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": 0,\n                    \"size\": 2048\n                },\n                \"wp_e_submissions_values\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": 0,\n                    \"size\": 2048\n                },\n                \"wp_links\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wp_options\": {\n                    \"inaccurateRows\": 357,\n                    \"insertedRows\": 357,\n                    \"size\": 1503888\n                },\n                \"wp_postmeta\": {\n                    \"inaccurateRows\": 257,\n                    \"insertedRows\": 257,\n                    \"size\": 100264\n                },\n                \"wp_posts\": {\n                    \"inaccurateRows\": 46,\n                    \"insertedRows\": 46,\n                    \"size\": 56004\n                },\n                \"wp_termmeta\": {\n                    \"inaccurateRows\": 1,\n                    \"insertedRows\": 1,\n                    \"size\": 10472\n                },\n                \"wp_terms\": {\n                    \"inaccurateRows\": 4,\n                    \"insertedRows\": 4,\n                    \"size\": 13524\n                },\n                \"wp_term_relationships\": {\n                    \"inaccurateRows\": 14,\n                    \"insertedRows\": 14,\n                    \"size\": 3366\n                },\n                \"wp_term_taxonomy\": {\n                    \"inaccurateRows\": 4,\n                    \"insertedRows\": 4,\n                    \"size\": 4276\n                },\n                \"wp_usermeta\": {\n                    \"inaccurateRows\": 68,\n                    \"insertedRows\": 68,\n                    \"size\": 15692\n                },\n                \"wp_users\": {\n                    \"inaccurateRows\": 3,\n                    \"insertedRows\": 3,\n                    \"size\": 8584\n                },\n                \"wp_wfblockediplog\": {\n                    \"inaccurateRows\": 1664,\n                    \"insertedRows\": 1664,\n                    \"size\": 102000\n                },\n                \"wp_wfblocks7\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wp_wfconfig\": {\n                    \"inaccurateRows\": 276,\n                    \"insertedRows\": 276,\n                    \"size\": 443800\n                },\n                \"wp_wfcrawlers\": {\n                    \"inaccurateRows\": 17,\n                    \"insertedRows\": 17,\n                    \"size\": 3424\n                },\n                \"wp_wffilechanges\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wp_wffilemods\": {\n                    \"inaccurateRows\": 11678,\n                    \"insertedRows\": 11678,\n                    \"size\": 3264820\n                },\n                \"wp_wfhits\": {\n                    \"inaccurateRows\": 1602,\n                    \"insertedRows\": 1602,\n                    \"size\": 599992\n                },\n                \"wp_wfhoover\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wp_wfissues\": {\n                    \"inaccurateRows\": 15,\n                    \"insertedRows\": 15,\n                    \"size\": 23716\n                },\n                \"wp_wfknownfilelist\": {\n                    \"inaccurateRows\": 11678,\n                    \"insertedRows\": 11678,\n                    \"size\": 2174708\n                },\n                \"wp_wflivetraffichuman\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wp_wflocs\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wp_wflogins\": {\n                    \"inaccurateRows\": 2001,\n                    \"insertedRows\": 2001,\n                    \"size\": 422780\n                },\n                \"wp_wfls_2fa_secrets\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": 0,\n                    \"size\": 32768\n                },\n                \"wp_wfls_role_counts\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": 0,\n                    \"size\": 0\n                },\n                \"wp_wfls_settings\": {\n                    \"inaccurateRows\": 30,\n                    \"insertedRows\": 30,\n                    \"size\": 16384\n                },\n                \"wp_wfnotifications\": {\n                    \"inaccurateRows\": 3,\n                    \"insertedRows\": 3,\n                    \"size\": 3004\n                },\n                \"wp_wfpendingissues\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wp_wfreversecache\": {\n                    \"inaccurateRows\": 2,\n                    \"insertedRows\": 2,\n                    \"size\": 2184\n                },\n                \"wp_wfsecurityevents\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wp_wfsnipcache\": {\n                    \"inaccurateRows\": 2,\n                    \"insertedRows\": 2,\n                    \"size\": 5208\n                },\n                \"wp_wfstatus\": {\n                    \"inaccurateRows\": 950,\n                    \"insertedRows\": 950,\n                    \"size\": 119304\n                },\n                \"wp_wftrafficrates\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wp_wfwaffailures\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wp_wpr_rocket_cache\": {\n                    \"inaccurateRows\": 4,\n                    \"insertedRows\": 4,\n                    \"size\": 11788\n                },\n                \"wp_wpr_rucss_used_css\": {\n                    \"inaccurateRows\": 4,\n                    \"insertedRows\": 4,\n                    \"size\": 17920\n                },\n                \"wp_yoast_indexable\": {\n                    \"inaccurateRows\": 22,\n                    \"insertedRows\": 22,\n                    \"size\": 22764\n                },\n                \"wp_yoast_indexable_hierarchy\": {\n                    \"inaccurateRows\": 20,\n                    \"insertedRows\": 20,\n                    \"size\": 5540\n                },\n                \"wp_yoast_migrations\": {\n                    \"inaccurateRows\": 26,\n                    \"insertedRows\": 26,\n                    \"size\": 9840\n                },\n                \"wp_yoast_primary_term\": {\n                    \"inaccurateRows\": 4,\n                    \"insertedRows\": 4,\n                    \"size\": 4304\n                },\n                \"wp_yoast_prominent_words\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": 0,\n                    \"size\": 4096\n                },\n                \"wp_yoast_seo_links\": {\n                    \"inaccurateRows\": 64,\n                    \"insertedRows\": 64,\n                    \"size\": 9204\n                }\n            },\n            \"dbEngine\": \"MariaDB\",\n            \"version\": \"10.6.20\",\n            \"versionComment\": \"MariaDB Server\",\n            \"viewCount\": 0,\n            \"procCount\": 0,\n            \"funcCount\": 0,\n            \"triggerList\": []\n        },\n        \"Type\": \"MySQL\",\n        \"Size\": 9120925,\n        \"File\": \"takbooksup_167e15a77bec44259177_20241116184050_database.sql\",\n        \"FilterTables\": \"\",\n        \"FilterOn\": 0,\n        \"prefixFilter\": false,\n        \"prefixSubFilter\": false,\n        \"DBMode\": \"PHPCHUNKING\",\n        \"Compatible\": \"\",\n        \"Comments\": \"MariaDB Server\",\n        \"dbStorePathPublic\": \"\\/home\\/activeeee\\/public_html\\/wp-content\\/backups-dup-pro\\/tmp\\/takbooksup_167e15a77bec44259177_20241116184050_database.sql\"\n    },\n    \"Status\": 100,\n    \"schedule_id\": -1,\n    \"build_progress\": {\n        \"thread_start_time\": 0,\n        \"initialized\": false,\n        \"installer_built\": false,\n        \"archive_started\": false,\n        \"archive_start_time\": 0,\n        \"archive_has_database\": false,\n        \"archive_built\": false,\n        \"database_script_built\": false,\n        \"failed\": false,\n        \"next_archive_file_index\": 0,\n        \"next_archive_dir_index\": 0,\n        \"retries\": 0,\n        \"current_build_mode\": 1,\n        \"current_build_compression\": true,\n        \"dupCreate\": null,\n        \"dupExpand\": null,\n        \"warnings\": []\n    },\n    \"db_build_progress\": {\n        \"tablesToProcess\": [],\n        \"validationStage1\": false,\n        \"doneInit\": false,\n        \"doneFiltering\": false,\n        \"doneCreates\": false,\n        \"completed\": false,\n        \"startTime\": 0,\n        \"wasInterrupted\": false,\n        \"errorOut\": false,\n        \"failureCount\": 0,\n        \"countCheckData\": {\n            \"impreciseTotalRows\": 0,\n            \"countTotal\": 0,\n            \"tables\": []\n        }\n    },\n    \"upload_infos\": [\n        {\n            \"storage_id\": \"-2\",\n            \"archive_offset\": 0,\n            \"copied_installer\": true,\n            \"copied_archive\": true,\n            \"progress\": 0,\n            \"num_failures\": 0,\n            \"failed\": false,\n            \"cancelled\": false,\n            \"upload_id\": null,\n            \"failure_count\": 0,\n            \"data\": \"\",\n            \"data2\": \"\",\n            \"has_started\": true,\n            \"status_message_details\": \"\",\n            \"started_timestamp\": 1731782613,\n            \"stopped_timestamp\": 1731782613,\n            \"chunkPosition\": []\n        }\n    ],\n    \"active_storage_id\": -2,\n    \"template_id\": 4\n}');

-- --------------------------------------------------------

--
-- Table structure for table `wp_edd_adjustmentmeta`
--

CREATE TABLE `wp_edd_adjustmentmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `edd_adjustment_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_edd_adjustments`
--

CREATE TABLE `wp_edd_adjustments` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `name` varchar(200) NOT NULL DEFAULT '',
  `code` varchar(50) NOT NULL DEFAULT '',
  `status` varchar(20) NOT NULL DEFAULT '',
  `type` varchar(20) NOT NULL DEFAULT '',
  `scope` varchar(20) NOT NULL DEFAULT 'all',
  `amount_type` varchar(20) NOT NULL DEFAULT '',
  `amount` decimal(18,9) NOT NULL DEFAULT 0.000000000,
  `description` longtext NOT NULL DEFAULT '',
  `max_uses` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `use_count` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `once_per_customer` int(1) NOT NULL DEFAULT 0,
  `min_charge_amount` decimal(18,9) NOT NULL DEFAULT 0.000000000,
  `start_date` datetime DEFAULT NULL,
  `end_date` datetime DEFAULT NULL,
  `date_created` datetime NOT NULL DEFAULT current_timestamp(),
  `date_modified` datetime NOT NULL DEFAULT current_timestamp(),
  `uuid` varchar(100) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_edd_customermeta`
--

CREATE TABLE `wp_edd_customermeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `edd_customer_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_edd_customers`
--

CREATE TABLE `wp_edd_customers` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `email` varchar(100) NOT NULL DEFAULT '',
  `name` varchar(255) NOT NULL DEFAULT '',
  `status` varchar(20) NOT NULL DEFAULT '',
  `purchase_value` decimal(18,9) NOT NULL DEFAULT 0.000000000,
  `purchase_count` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `date_created` datetime NOT NULL DEFAULT current_timestamp(),
  `date_modified` datetime NOT NULL DEFAULT current_timestamp(),
  `uuid` varchar(100) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_edd_customers`
--

INSERT INTO `wp_edd_customers` (`id`, `user_id`, `email`, `name`, `status`, `purchase_value`, `purchase_count`, `date_created`, `date_modified`, `uuid`) VALUES
(1, 0, 'leolinco21@gmail.com', 'gdhrsf saCVZzvd', 'active', 20000.000000000, 1, '2023-03-01 13:08:19', '2023-03-01 13:09:13', 'urn:uuid:b3f68f25-cb58-4bcf-abd1-45fb29105e96'),
(2, 0, 'shahpoori_maryam@yahoo.com', 'میا شایمن', 'active', 250000.000000000, 1, '2024-01-20 18:36:05', '2024-01-20 18:59:31', 'urn:uuid:492f87ff-4b1f-42ea-8266-b6471c0534e4');

-- --------------------------------------------------------

--
-- Table structure for table `wp_edd_customer_addresses`
--

CREATE TABLE `wp_edd_customer_addresses` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `customer_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `is_primary` tinyint(1) NOT NULL DEFAULT 0,
  `type` varchar(20) NOT NULL DEFAULT 'billing',
  `status` varchar(20) NOT NULL DEFAULT 'active',
  `name` mediumtext NOT NULL,
  `address` mediumtext NOT NULL,
  `address2` mediumtext NOT NULL,
  `city` mediumtext NOT NULL,
  `region` mediumtext NOT NULL,
  `postal_code` varchar(32) NOT NULL DEFAULT '',
  `country` mediumtext NOT NULL,
  `date_created` datetime NOT NULL DEFAULT current_timestamp(),
  `date_modified` datetime NOT NULL DEFAULT current_timestamp(),
  `uuid` varchar(100) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_edd_customer_email_addresses`
--

CREATE TABLE `wp_edd_customer_email_addresses` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `customer_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `type` varchar(20) NOT NULL DEFAULT 'secondary',
  `status` varchar(20) NOT NULL DEFAULT 'active',
  `email` varchar(100) NOT NULL DEFAULT '',
  `date_created` datetime NOT NULL DEFAULT current_timestamp(),
  `date_modified` datetime NOT NULL DEFAULT current_timestamp(),
  `uuid` varchar(100) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_edd_customer_email_addresses`
--

INSERT INTO `wp_edd_customer_email_addresses` (`id`, `customer_id`, `type`, `status`, `email`, `date_created`, `date_modified`, `uuid`) VALUES
(1, 1, 'primary', 'active', 'leolinco21@gmail.com', '2023-03-01 13:08:19', '2023-03-01 13:08:19', 'urn:uuid:2dfeb439-4de7-41e2-95ba-a3910fecefd7'),
(2, 2, 'primary', 'active', 'shahpoori_maryam@yahoo.com', '2024-01-20 18:36:05', '2024-01-20 18:36:05', 'urn:uuid:6560cce1-e0de-4104-ab2c-bcd46296d24b');

-- --------------------------------------------------------

--
-- Table structure for table `wp_edd_logmeta`
--

CREATE TABLE `wp_edd_logmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `edd_log_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_edd_logs`
--

CREATE TABLE `wp_edd_logs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `object_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `object_type` varchar(20) DEFAULT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `type` varchar(20) DEFAULT NULL,
  `title` varchar(200) DEFAULT NULL,
  `content` longtext DEFAULT NULL,
  `date_created` datetime NOT NULL DEFAULT current_timestamp(),
  `date_modified` datetime NOT NULL DEFAULT current_timestamp(),
  `uuid` varchar(100) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_edd_logs_api_requestmeta`
--

CREATE TABLE `wp_edd_logs_api_requestmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `edd_logs_api_request_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_edd_logs_api_requests`
--

CREATE TABLE `wp_edd_logs_api_requests` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `api_key` varchar(32) NOT NULL DEFAULT 'public',
  `token` varchar(32) NOT NULL DEFAULT '',
  `version` varchar(32) NOT NULL DEFAULT '',
  `request` longtext NOT NULL DEFAULT '',
  `error` longtext NOT NULL DEFAULT '',
  `ip` varchar(60) NOT NULL DEFAULT '',
  `time` varchar(60) NOT NULL DEFAULT '',
  `date_created` datetime NOT NULL DEFAULT current_timestamp(),
  `date_modified` datetime NOT NULL DEFAULT current_timestamp(),
  `uuid` varchar(100) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_edd_logs_file_downloadmeta`
--

CREATE TABLE `wp_edd_logs_file_downloadmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `edd_logs_file_download_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_edd_logs_file_downloadmeta`
--

INSERT INTO `wp_edd_logs_file_downloadmeta` (`meta_id`, `edd_logs_file_download_id`, `meta_key`, `meta_value`) VALUES
(1, 2, 'file_name', 'خرید کتاب active 2 pdf با لینک مستقیم (کلیک کنید)');

-- --------------------------------------------------------

--
-- Table structure for table `wp_edd_logs_file_downloads`
--

CREATE TABLE `wp_edd_logs_file_downloads` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `product_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `file_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `order_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `price_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `customer_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `ip` varchar(60) NOT NULL DEFAULT '',
  `user_agent` varchar(200) NOT NULL DEFAULT '',
  `date_created` datetime NOT NULL DEFAULT current_timestamp(),
  `date_modified` datetime NOT NULL DEFAULT current_timestamp(),
  `uuid` varchar(100) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_edd_logs_file_downloads`
--

INSERT INTO `wp_edd_logs_file_downloads` (`id`, `product_id`, `file_id`, `order_id`, `price_id`, `customer_id`, `ip`, `user_agent`, `date_created`, `date_modified`, `uuid`) VALUES
(1, 38, 1, 1, 0, 1, '15.185.80.241', 'Chrome 110.0.0.0/Windows', '2023-03-01 13:09:17', '2023-03-01 13:09:17', 'urn:uuid:4fe6a186-e0dd-416f-b480-7fc54e4490b8'),
(2, 38, 1, 2, 0, 2, '162.158.111.69', 'Firefox 121.0/Windows', '2024-01-20 18:45:04', '2024-01-20 18:45:04', 'urn:uuid:ed58d618-8230-4394-bd63-ab2e1c884d03');

-- --------------------------------------------------------

--
-- Table structure for table `wp_edd_notemeta`
--

CREATE TABLE `wp_edd_notemeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `edd_note_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_edd_notes`
--

CREATE TABLE `wp_edd_notes` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `object_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `object_type` varchar(20) NOT NULL DEFAULT '',
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `content` longtext NOT NULL DEFAULT '',
  `date_created` datetime NOT NULL DEFAULT current_timestamp(),
  `date_modified` datetime NOT NULL DEFAULT current_timestamp(),
  `uuid` varchar(100) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_edd_notes`
--

INSERT INTO `wp_edd_notes` (`id`, `object_id`, `object_type`, `user_id`, `content`, `date_created`, `date_modified`, `uuid`) VALUES
(1, 1, 'order', 0, 'Status changed from new to در انتظار', '2023-03-01 13:08:19', '2023-03-01 13:08:19', 'urn:uuid:091c3e00-c19a-4eb5-935c-1afd4674cd6e'),
(2, 1, 'order', 0, 'کد تراکنش زرین‌پال: A00000000000000000000000000413507685', '2023-03-01 13:08:19', '2023-03-01 13:08:19', 'urn:uuid:d5ffc0f0-3e09-413b-b7b3-91328eef868d'),
(3, 1, 'order', 0, 'شماره تراکنش بانکی: 41350768501', '2023-03-01 13:09:12', '2023-03-01 13:09:12', 'urn:uuid:d537ab06-2ef8-43d4-872f-31b260365703'),
(4, 1, 'order', 0, 'Status changed from در انتظار to تکمیل', '2023-03-01 13:09:13', '2023-03-01 13:09:13', 'urn:uuid:0cf1a807-6e35-4357-9a51-8ab7e778701e'),
(6, 2, 'order', 0, 'Status changed from new to در انتظار', '2024-01-20 18:36:05', '2024-01-20 18:36:05', 'urn:uuid:dee8c6d4-7aa4-4eb6-a194-e8fa61beae21'),
(7, 2, 'order', 0, 'کد تراکنش زرین‌پال: A00000000000000000000000000497970596', '2024-01-20 18:36:08', '2024-01-20 18:36:08', 'urn:uuid:e3ae0534-52e8-457d-acca-8b51007768ac'),
(8, 2, 'order', 0, 'شماره تراکنش بانکی: 49797059601', '2024-01-20 18:44:57', '2024-01-20 18:44:57', 'urn:uuid:3d6a22fb-c81c-4e12-bd73-49625c17273e'),
(9, 2, 'order', 0, 'Status changed from در انتظار to تکمیل', '2024-01-20 18:44:58', '2024-01-20 18:44:58', 'urn:uuid:d28ab730-29a9-4da4-ba0b-327fd0a41a74');

-- --------------------------------------------------------

--
-- Table structure for table `wp_edd_notifications`
--

CREATE TABLE `wp_edd_notifications` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `remote_id` varchar(20) DEFAULT NULL,
  `source` varchar(20) NOT NULL DEFAULT 'api',
  `title` text NOT NULL,
  `content` longtext NOT NULL,
  `buttons` longtext DEFAULT NULL,
  `type` varchar(64) NOT NULL,
  `conditions` longtext DEFAULT NULL,
  `start` datetime DEFAULT NULL,
  `end` datetime DEFAULT NULL,
  `dismissed` tinyint(1) UNSIGNED NOT NULL DEFAULT 0,
  `date_created` datetime NOT NULL DEFAULT current_timestamp(),
  `date_updated` datetime NOT NULL DEFAULT current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_edd_notifications`
--

INSERT INTO `wp_edd_notifications` (`id`, `remote_id`, `source`, `title`, `content`, `buttons`, `type`, `conditions`, `start`, `end`, `dismissed`, `date_created`, `date_updated`) VALUES
(1, '73', 'api', 'Easy Digital Downloads 3.1.1 + EDD Pro are here! 🎉', '<span style=\"font-weight: 400;\">The latest EDD update introduces our first Pro version, Stripe Payment Elements integration for faster, safer &amp; more reliable checkout, an enhanced Extensions experience for finding &amp; installing add-ons, and more great features that help you create faster and convert better! Upgrade to a premium pass to use the most powerful version of EDD to date!</span>', '[{\"type\":\"primary\",\"url\":\"https:\\/\\/easydigitaldownloads.com\\/blog\\/edd-3-1-1-release-edd-pro\\/?utm_source=nokeys&utm_medium=notification&utm_campaign=311pro&utm_content=learnmore\",\"text\":\"Learn More\"}]', 'success', '[\"free\"]', '2023-03-17 19:23:14', '2023-03-20 00:00:00', 0, '2023-03-19 12:15:41', '2023-03-19 12:15:41'),
(2, '47', 'api', 'Recurring Payments v.2.11.8 Is Here! 🥳', 'The latest version of Recurring Payments introduces new features for managing discounts and subscriptions. Enable one-time and recurring discounts on an individual basis, export subscriptions to a CSV file, and enjoy a more intuitive subscription management experience. Learn more about this update, and if you aren\'t selling subscriptions yet, get started below 👇', '[{\"type\":\"primary\",\"url\":\"https://easydigitaldownloads.com/blog/new-recurring-payments-discount-subscription-improvements/?utm_source=allusers&utm_medium=notification&utm_campaign=recurring-2-11-8&utm_content=learnmore\",\"text\":\"Learn More\"},{\"type\":\"secondary\",\"url\":\"https://easydigitaldownloads.com/pricing/?utm_source=allusers&utm_medium=notification&utm_campaign=recurring-2-11-8&utm_content=getstarted#extended-pass\",\"text\":\"Get Started\"}]', 'success', NULL, '2024-04-10 22:42:53', NULL, 0, '2023-03-19 12:15:42', '2024-05-13 12:15:05'),
(3, '45', 'api', 'Introducing 10 New Blocks, Email Summaries & More…', '<p data-pm-slice=\"1 1 []\">With EDD 3.1, we pushed out a HUGE update that significantly enhances all aspects of managing your eCommerce store.</p>\r\nYou’ll get new features like 10 new easy-to-embed blocks, email summaries to receive regular store reports, enhanced reports in the EDD dashboard, and more.', '[{\"type\":\"primary\",\"url\":\"https://easydigitaldownloads.com/blog/new-edd-3-1-release-core-blocks/?utm_source=allusers&utm_medium=notification&utm_campaign=3-1-announcement&utm_content=readannouncement\",\"text\":\"Check out our full announcement!\"}]', 'success', NULL, '2024-04-10 22:42:53', NULL, 0, '2023-03-19 12:15:42', '2024-05-13 12:15:05'),
(4, '35', 'api', '✨ A HUGE Update to EDD’s Checkout Fields Manager', 'The Checkout Fields Manager add-on just got a major update! With this release (version 2.2), not only can you dynamically update the checkout form with the new Conditional Fields feature, but it also secures the form from spam and abuse with reCAPTHCA 3.\r\n\r\nThat\'s not all either. We\'ve also improved the file upload fields, added better form validation with HTML5, made the design more responsive, and improved accessibility.\r\n\r\nThis is an update you don\'t want to miss!', '[{\"type\":\"primary\",\"url\":\"https://easydigitaldownloads.com/blog/new-easily-control-how-your-checkout-forms-interact--support-for-recaptcha-v3?utm_source=allusers&utm_medium=notification&utm_campaign=cfm22&utm_content=readannouncement\",\"text\":\"Read full announcement\"}]', 'success', NULL, '2024-04-10 22:42:53', NULL, 0, '2023-03-19 12:15:42', '2024-05-13 12:15:05'),
(5, '27', 'api', '📢 New! Grow sales globally with Multi Currency', '💶 💷 💵 💴 Visitors are more likely to become customers when you display and accept money in their currency. It’s simple with our new Multi Currency extension!\r\n\r\nMulti Currency removes the guesswork, mental math, and surprise conversion fees for potential customers. Your website will stand out from the competition.', '[{\"type\":\"primary\",\"url\":\"https://easydigitaldownloads.com/blog/new-grow-a-global-audience-with-multi-currency/?utm_source=allusers&utm_medium=notification&utm_campaign=multicurrency&utm_content=readannouncement\",\"text\":\"Learn more\"}]', 'success', NULL, '2024-04-10 22:42:53', NULL, 0, '2023-03-19 12:15:42', '2024-05-13 12:15:05'),
(6, '75', 'api', '🌸 [LIMITED-TIME OFFER] Spring into action with up to 60% off Pro', 'Spring is upon us, and it\'s time for a new start! <strong>Save up to 60% on Easy Digital Downloads Pro</strong>. Gain access to growth tools like subscriptions, email marketing, lead magnets, marketplace features, and more. Use the link below to claim your deal; we\'ll auto-apply it to your cart.\r\n\r\nDon\'t wait; this deal ends soon!', '[{\"type\":\"primary\",\"url\":\"https:\\/\\/easydigitaldownloads.com\\/lite-upgrade\\/?utm_source=nokeys&utm_medium=notification&utm_campaign=Spring2023&utm_content=claimmydeal\",\"text\":\"Claim my deal\"}]', 'success', '[\"free\"]', '2023-03-21 13:04:12', '2023-03-25 00:00:00', 0, '2023-03-22 12:30:37', '2023-03-24 12:49:09'),
(7, '78', 'api', '🥳 Let\'s celebrate! 🎁', 'It\'s our birthday, and to celebrate, we\'re giving <em>you</em> the gift of up to 60% off Easy Digital Downloads (Pro). Don\'t miss out on this limited-time offer – head on over now and take advantage of our birthday sale!', '[{\"type\":\"primary\",\"url\":\"https:\\/\\/easydigitaldownloads.com\\/lite-upgrade\\/?utm_source=nokeys&utm_medium=notification&utm_campaign=Birthday2023&utm_content=claimmydeal\",\"text\":\"Claim my deal\"}]', 'success', '[\"free\"]', '2023-04-17 00:00:00', '2023-04-21 23:59:59', 0, '2023-04-19 12:24:59', '2023-04-21 14:02:01'),
(8, '95', 'api', '[New] Manage your discounts like a Pro! 🚀', '🎉 The latest version of Easy Digital Downloads, EDD 3.2, is here!\r\n\r\nThis update includes a ton of impressive &amp; long-awaited features, including massive improvements to discount code management. Learn all about the new features and upgrade your online store today.', '[{\"type\":\"primary\",\"url\":\"https://easydigitaldownloads.com/blog/new-edd-3-2-release-streamlines-discount-code-management/?utm_source=edd32&utm_medium=notification&utm_campaign=release-announcement&utm_content=learnmore\",\"text\":\"Learn More\"},{\"type\":\"secondary\",\"url\":\"https://easydigitaldownloads.com/lite-upgrade/?utm_source=edd32&utm_medium=notification&utm_campaign=release-announcement&utm_content=upgradetopro\",\"text\":\"Upgrade to Pro\"}]', 'success', '[\"free\"]', '2024-04-10 22:42:53', NULL, 0, '2023-09-11 12:15:15', '2024-05-13 12:15:05'),
(9, '84', 'api', '🌅 [LIMITED-TIME OFFER] Wrap up your summer with additional savings.', 'As the summer comes to a close, it\'s time to accelerate your growth! 📈\r\n\r\n<strong>Save up to 65% on Easy Digital Downloads (Pro)</strong>. Gain access to growth tools like subscriptions, email marketing, lead magnets, marketplace features, and more. Use the link below to claim your deal; we\'ll auto-apply it to your cart.\r\n\r\nDon\'t wait; this deal ends soon!', '[{\"type\":\"primary\",\"url\":\"https:\\/\\/easydigitaldownloads.com\\/lite-upgrade\\/?utm_source=nokeys&utm_medium=notification&utm_campaign=EndOfSummer2023&utm_content=claimmydeal\",\"text\":\"Claim my deal\"}]', 'success', '[\"free\"]', '2023-09-13 17:12:50', '2023-09-16 00:00:00', 0, '2023-09-11 12:15:15', '2023-09-15 12:16:35'),
(10, '103', 'api', 'Cyber Monday Special - Up To 65% Off! 👩‍💻', 'It’s Cyber Monday 🥳.\r\n\r\nIt’s also your final chance to <strong>get up to 65% off</strong> Easy Digital Downloads Pro!\r\n\r\nAs soon as you upgrade, you’ll unlock your potential revenue with features like subscriptions, lead magnets, automation tools, email marketing integrations, and more! <em>Don\'t miss out on the biggest sale of the year!</em>', '[{\"type\":\"primary\",\"url\":\"https:\\/\\/easydigitaldownloads.com\\/pricing?utm_source=nokeys&utm_medium=notification&utm_campaign=CM2023&utm_content=upgradetopro\",\"text\":\"Upgrade to Pro\"}]', 'success', '[\"free\"]', '2023-11-27 00:00:00', '2023-12-02 00:00:00', 0, '2023-11-20 12:36:41', '2023-12-01 12:42:09'),
(11, '99', 'api', 'Black Friday Deal - Up To 65% Off! 🎉', '<div class=\"np-text\">\r\n\r\nOur Black Friday sale is live! 🎉\r\n\r\nDuring this limited-time offer, you can <strong>save up to 65%</strong> on all our passes. Don\'t miss out on our <em>biggest sale of the year</em>!\r\n\r\nGet access to the following and more:\r\n<ul>\r\n 	<li>All Payment Gateways (including the Pro versions)</li>\r\n 	<li>Subscriptions</li>\r\n 	<li>Email marketing tools</li>\r\n 	<li>Lead Magnets</li>\r\n 	<li>Automation tools</li>\r\n 	<li>Marketplace Functionality</li>\r\n 	<li>And more...</li>\r\n</ul>\r\n</div>', '[{\"type\":\"primary\",\"url\":\"https:\\/\\/easydigitaldownloads.com\\/pricing?utm_source=nokeys&utm_medium=notification&utm_campaign=BF2023&utm_content=claimmydeal\",\"text\":\"Claim my deal\"}]', 'success', '[\"free\"]', '2023-11-20 00:00:00', '2023-11-25 00:00:00', 0, '2023-11-20 12:36:41', '2023-11-24 12:16:52'),
(12, 'action-time-running', 'local', 'Optimizing Orders Table ( 100% )', 'Easy Digital Downloads is updating the Orders and Order Meta table in the background. This process may take a while to complete depending on the number of orders you have. We\'ll let you know when the process is complete.', '', 'info', '', NULL, NULL, 1, '2023-12-05 15:49:48', '2023-12-05 15:50:49'),
(13, 'action-time-done', 'local', 'Order Table Optimization Complete!', 'Easy Digital Downloads has finished updating your orders database! Thank you for your patience.', '', 'success', '', NULL, NULL, 0, '2023-12-05 15:50:49', '2023-12-05 15:50:49'),
(14, '109', 'api', '🎂 It\'s our Birthday — RSVP with up to 65% Off! 🎂', '🎉 Celebrate with us as Easy Digital Downloads turns 12! We\'re thrilled to announce our exclusive Birthday Sale, offering incredible discounts across all of our plans. Don\'t miss this opportunity to enhance your digital store—sale ends soon! 🎈\r\n\r\n&nbsp;', '[{\"type\":\"primary\",\"url\":\"https://easydigitaldownloads.com/pricing?utm_source=nokeys&utm_medium=notification&utm_campaign=BDAY2024&utm_content=claimmydeal\",\"text\":\"Claim My Discount\"}]', 'success', '[\"free\"]', '2024-04-10 22:42:53', '2024-04-16 00:00:00', 0, '2024-04-11 12:15:06', '2024-04-15 12:16:33'),
(15, '114', 'api', '🎓 Back to School Sale - Boost Your Digital Store! 📈', 'Prepare your online store for the new season with our Back to School Sale! Save big on essential digital tools and resources from Easy Digital Downloads, perfect for optimizing your business. Don’t miss out on these exclusive offers to elevate your digital sales!', '[{\"type\":\"primary\",\"url\":\"https://easydigitaldownloads.com/pricing?utm_source=nokeys&utm_medium=notification&utm_campaign=BTS2024&utm_content=upgradenow\",\"text\":\"Upgrade to Pro\"}]', 'success', '[\"free\"]', '2024-08-05 00:00:00', '2024-08-13 23:59:59', 0, '2024-08-04 12:18:20', '2024-08-13 12:14:31'),
(16, '124', 'api', '[New!] Customize Your Checkout Address Fields!', '🎉 The latest version of Easy Digital Downloads is here!\r\n\r\nIn EDD 3.3.8, you customize the address fields on your checkout without any coding or additional plugins! Remove unnecessary fields, add necessary fields, re-order them all to help boost your conversions.\r\n\r\nThere\'s a bonus feature we snuck in here to, that\'s worth calling home about...\r\n\r\nHead over and read more about this feature and update today to take advantage of it!', '[{\"type\":\"primary\",\"url\":\"https://easydigitaldownloads.com/blog/new-customize-checkout-address-fields/\",\"text\":\"Learn More\"}]', 'success', NULL, '2026-01-28 16:34:20', NULL, 0, '2025-05-20 12:20:41', '2026-02-23 12:15:28'),
(17, '136', 'api', '💸 Tired of one-time sales? Build steady, recurring income with subscriptions!', '<p class=\"p1\">Recurring Payments 2.13 just dropped—packed with tools to launch your subscription business:</p>\r\n<p class=\"p1\">✅ 1-click card updates to recover failed payments</p>\r\n<p class=\"p1\">✅ MRR &amp; ARR tracking to watch your revenue grow</p>\r\n<p class=\"p1\">✅ A sleek Subscriptions block for customer self-service</p>\r\n<p class=\"p3\"><b>Upgrade to an Extended Pass or higher today and start turning customers into subscribers!</b></p>', '[{\"type\":\"primary\",\"url\":\"https://easydigitaldownloads.com/blog/new-reduce-involuntary-churn-recurring-one-click-payment-updates/?utm_source=WordPress&utm_medium=notification&utm_campaign=recurring-2130&utm_content=lite\",\"text\":\"Learn More\"},{\"type\":\"secondary\",\"url\":\"https://easydigitaldownloads.com/pricing/?utm_source=WordPress&utm_medium=notification&utm_campaign=recurring-2130&utm_content=lite\",\"text\":\"Upgrade Your Plan\"}]', 'success', '[\"free\"]', '2025-06-20 00:00:00', NULL, 0, '2025-06-21 12:13:52', '2026-02-23 12:15:28'),
(18, '138', 'api', '🎆 July Sale: Unlock More with Pro Features!', '<p class=\"p1\">Your free plan got you started. Now it’s time to take your store to the next level. <span style=\"font-weight: 600; color: #1da867;\">Upgrade to Pro</span> today and get access to:</p>\r\n<p class=\"p1\">• Recurring Payments for steady, passive income</p>\r\n<p class=\"p1\">• Advanced email marketing integrations</p>\r\n<p class=\"p1\">• Powerful reporting to guide your growth</p>\r\n<p class=\"p1\">• Priority support when you need it most</p>\r\n<p class=\"p1\">• And more...</p>\r\n<p class=\"p1\">This is a limited-time offer. Don’t miss your chance to save and grow smarter.</p>', '[{\"type\":\"primary\",\"url\":\"https://easydigitaldownloads.com/lite-upgrade?utm_source=nokeys&utm_medium=notification&utm_campaign=JULY2025&utm_content=upgradenow\",\"text\":\"Upgrade Now\"}]', 'success', '[\"free\"]', '2025-07-05 00:00:00', '2025-07-11 00:00:00', 0, '2025-07-05 12:18:44', '2025-07-10 12:20:58'),
(19, '147', 'api', '🇪🇺 Selling to the EU? We’ve Got You Covered', '<p class=\"p1\">Want to sell to EU customers with confidence? The latest version of EDD Pro includes built-in tools for seamless VAT compliance:</p>\r\n\r\n<ul>\r\n 	<li>\r\n<p class=\"p1\">🇪🇺 Integrated EU VAT handling</p>\r\n</li>\r\n 	<li>\r\n<p class=\"p1\">📊 Automatic tax rate updates</p>\r\n</li>\r\n 	<li>\r\n<p class=\"p1\">🧾 MOSS-ready export files</p>\r\n</li>\r\n 	<li>\r\n<p class=\"p1\">🚫 No extra plugins required</p>\r\n</li>\r\n</ul>', '[{\"type\":\"primary\",\"url\":\"https://easydigitaldownloads.com/lite-upgrade/?utm_source=WordPress&utm_medium=notification&utm_campaign=eu-vat-release&utm_content=nokeys\",\"text\":\"Upgrade Today\"},{\"type\":\"secondary\",\"url\":\"https://easydigitaldownloads.com/blog/built-in-eu-vat-handling-for-easy-digital-downloads/?utm_source=WordPress&utm_medium=notification&utm_campaign=eu-vat-release&utm_content=nokeys\",\"text\":\"Learn More\"}]', 'success', '[\"free\"]', '2025-07-19 00:00:00', NULL, 0, '2025-07-19 12:16:10', '2026-02-23 12:15:28'),
(20, '150', 'api', '💰 Auto-Detect Customer Currency - Boost Global Sales Instantly!', '<div class=\"my-2\">🌍 When customers see prices in their local currency, they\'re 3x more likely to complete purchases. Our Multi-Currency addon now automatically detects where your customers are located and displays prices in their preferred currency.</div>\r\n<div class=\"my-2\">✨ <strong>New Features:</strong></div>\r\n<ul class=\"list-disc pl-6 my-1\">\r\n 	<li class=\"my-0.5\">Auto-detection of customer location</li>\r\n 	<li class=\"my-0.5\">Force specific currency when needed</li>\r\n 	<li class=\"my-0.5\">Seamless checkout experience</li>\r\n</ul>\r\n<div class=\"my-2\">Stop losing international sales due to currency confusion. Upgrade now to turn global visitors into paying customers effortlessly!</div>', '[{\"type\":\"primary\",\"url\":\"https://easydigitaldownloads.com/lite-upgrade?utm_source=WordPress&utm_medium=notification&utm_campaign=mc-auto-detection&utm_content=lite\",\"text\":\"Upgrade Now\"},{\"type\":\"secondary\",\"url\":\"https://easydigitaldownloads.com/blog/multi-currency-auto-detects-visitor-location/?utm_source=WordPress&utm_medium=notification&utm_campaign=mc-auto-detection&utm_content=lite\",\"text\":\"Learn More\"}]', 'success', '[\"free\"]', '2025-08-02 00:00:00', NULL, 0, '2025-08-02 12:16:51', '2026-02-23 12:15:28');

-- --------------------------------------------------------

--
-- Table structure for table `wp_edd_ordermeta`
--

CREATE TABLE `wp_edd_ordermeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `edd_order_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_edd_ordermeta`
--

INSERT INTO `wp_edd_ordermeta` (`meta_id`, `edd_order_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'zarinpal_authority', 'A00000000000000000000000000413507685'),
(2, 1, 'zarinpal_refid', '41350768501'),
(4, 2, 'zarinpal_authority', 'A00000000000000000000000000497970596'),
(5, 2, 'zarinpal_refid', '49797059601');

-- --------------------------------------------------------

--
-- Table structure for table `wp_edd_orders`
--

CREATE TABLE `wp_edd_orders` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `order_number` varchar(255) NOT NULL DEFAULT '',
  `status` varchar(20) NOT NULL DEFAULT 'pending',
  `type` varchar(20) NOT NULL DEFAULT 'sale',
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `customer_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `email` varchar(100) NOT NULL DEFAULT '',
  `ip` varchar(60) NOT NULL DEFAULT '',
  `gateway` varchar(100) NOT NULL DEFAULT 'manual',
  `mode` varchar(20) NOT NULL DEFAULT '',
  `currency` varchar(20) NOT NULL DEFAULT '',
  `payment_key` varchar(64) NOT NULL DEFAULT '',
  `tax_rate_id` bigint(20) DEFAULT NULL,
  `subtotal` decimal(18,9) NOT NULL DEFAULT 0.000000000,
  `discount` decimal(18,9) NOT NULL DEFAULT 0.000000000,
  `tax` decimal(18,9) NOT NULL DEFAULT 0.000000000,
  `total` decimal(18,9) NOT NULL DEFAULT 0.000000000,
  `rate` decimal(10,5) NOT NULL DEFAULT 1.00000,
  `date_created` datetime NOT NULL DEFAULT current_timestamp(),
  `date_modified` datetime NOT NULL DEFAULT current_timestamp(),
  `date_completed` datetime DEFAULT NULL,
  `date_refundable` datetime DEFAULT NULL,
  `date_actions_run` datetime DEFAULT NULL,
  `uuid` varchar(100) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_edd_orders`
--

INSERT INTO `wp_edd_orders` (`id`, `parent`, `order_number`, `status`, `type`, `user_id`, `customer_id`, `email`, `ip`, `gateway`, `mode`, `currency`, `payment_key`, `tax_rate_id`, `subtotal`, `discount`, `tax`, `total`, `rate`, `date_created`, `date_modified`, `date_completed`, `date_refundable`, `date_actions_run`, `uuid`) VALUES
(1, 0, '', 'complete', 'sale', 0, 1, 'leolinco21@gmail.com', '15.185.80.241', 'zarinpal', 'live', 'RIAL', '7a1dd659cbaec7b8eeea35ded629dcb1', NULL, 20000.000000000, 0.000000000, 0.000000000, 20000.000000000, 1.00000, '2023-03-01 13:08:19', '2023-12-05 15:49:48', '2023-03-01 13:09:12', '2023-03-31 13:09:12', '2023-03-01 13:09:42', 'urn:uuid:278a34c7-8ead-4573-82a8-c93bd378a59e'),
(2, 0, '', 'complete', 'sale', 0, 2, 'shahpoori_maryam@yahoo.com', '5.236.141.236', 'zarinpal', 'live', 'RIAL', '2b017ef38820bb8a75985888a344b81a', NULL, 250000.000000000, 0.000000000, 0.000000000, 250000.000000000, 1.00000, '2024-01-20 18:36:05', '2024-01-20 18:47:07', '2024-01-20 18:44:58', '2024-02-19 18:44:58', '2024-01-20 18:47:07', 'urn:uuid:374ff08b-8c6d-4c89-8cad-d2823be7b786');

-- --------------------------------------------------------

--
-- Table structure for table `wp_edd_order_addresses`
--

CREATE TABLE `wp_edd_order_addresses` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `order_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `type` varchar(20) NOT NULL DEFAULT 'billing',
  `name` mediumtext NOT NULL,
  `address` mediumtext NOT NULL,
  `address2` mediumtext NOT NULL,
  `city` mediumtext NOT NULL,
  `region` mediumtext NOT NULL,
  `postal_code` varchar(32) NOT NULL DEFAULT '',
  `country` mediumtext NOT NULL,
  `date_created` datetime NOT NULL DEFAULT current_timestamp(),
  `date_modified` datetime NOT NULL DEFAULT current_timestamp(),
  `uuid` varchar(100) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_edd_order_adjustmentmeta`
--

CREATE TABLE `wp_edd_order_adjustmentmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `edd_order_adjustment_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_edd_order_adjustments`
--

CREATE TABLE `wp_edd_order_adjustments` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `object_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `object_type` varchar(20) DEFAULT NULL,
  `type_id` bigint(20) UNSIGNED DEFAULT NULL,
  `type` varchar(20) DEFAULT NULL,
  `type_key` varchar(255) DEFAULT NULL,
  `description` varchar(100) DEFAULT NULL,
  `subtotal` decimal(18,9) NOT NULL DEFAULT 0.000000000,
  `tax` decimal(18,9) NOT NULL DEFAULT 0.000000000,
  `total` decimal(18,9) NOT NULL DEFAULT 0.000000000,
  `rate` decimal(10,5) NOT NULL DEFAULT 1.00000,
  `date_created` datetime NOT NULL DEFAULT current_timestamp(),
  `date_modified` datetime NOT NULL DEFAULT current_timestamp(),
  `uuid` varchar(100) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_edd_order_itemmeta`
--

CREATE TABLE `wp_edd_order_itemmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `edd_order_item_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_edd_order_items`
--

CREATE TABLE `wp_edd_order_items` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `order_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `product_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `product_name` text NOT NULL DEFAULT '',
  `price_id` bigint(20) UNSIGNED DEFAULT NULL,
  `cart_index` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `type` varchar(20) NOT NULL DEFAULT 'download',
  `status` varchar(20) NOT NULL DEFAULT 'pending',
  `quantity` int(11) NOT NULL DEFAULT 0,
  `amount` decimal(18,9) NOT NULL DEFAULT 0.000000000,
  `subtotal` decimal(18,9) NOT NULL DEFAULT 0.000000000,
  `discount` decimal(18,9) NOT NULL DEFAULT 0.000000000,
  `tax` decimal(18,9) NOT NULL DEFAULT 0.000000000,
  `total` decimal(18,9) NOT NULL DEFAULT 0.000000000,
  `rate` decimal(10,5) NOT NULL DEFAULT 1.00000,
  `date_created` datetime NOT NULL DEFAULT current_timestamp(),
  `date_modified` datetime NOT NULL DEFAULT current_timestamp(),
  `uuid` varchar(100) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_edd_order_items`
--

INSERT INTO `wp_edd_order_items` (`id`, `parent`, `order_id`, `product_id`, `product_name`, `price_id`, `cart_index`, `type`, `status`, `quantity`, `amount`, `subtotal`, `discount`, `tax`, `total`, `rate`, `date_created`, `date_modified`, `uuid`) VALUES
(1, 0, 1, 38, 'خرید کتاب active 2 pdf', NULL, 0, 'download', 'complete', 1, 20000.000000000, 20000.000000000, 0.000000000, 0.000000000, 20000.000000000, 1.00000, '2023-03-01 13:08:19', '2023-03-01 13:09:13', 'urn:uuid:1b0d5dfb-a0be-42c9-9202-1f6ae16d908a'),
(2, 0, 2, 38, 'خرید کتاب active 2 pdf', NULL, 0, 'download', 'complete', 1, 250000.000000000, 250000.000000000, 0.000000000, 0.000000000, 250000.000000000, 1.00000, '2024-01-20 18:36:05', '2024-01-20 18:44:58', 'urn:uuid:30f9b2bd-8531-48e8-a161-4784fe1f13ba');

-- --------------------------------------------------------

--
-- Table structure for table `wp_edd_order_transactions`
--

CREATE TABLE `wp_edd_order_transactions` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `object_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `object_type` varchar(20) NOT NULL DEFAULT '',
  `transaction_id` varchar(256) NOT NULL DEFAULT '',
  `gateway` varchar(20) NOT NULL DEFAULT '',
  `status` varchar(20) NOT NULL DEFAULT '',
  `total` decimal(18,9) NOT NULL DEFAULT 0.000000000,
  `rate` decimal(10,5) NOT NULL DEFAULT 1.00000,
  `date_created` datetime NOT NULL DEFAULT current_timestamp(),
  `date_modified` datetime NOT NULL DEFAULT current_timestamp(),
  `uuid` varchar(100) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_edd_order_transactions`
--

INSERT INTO `wp_edd_order_transactions` (`id`, `object_id`, `object_type`, `transaction_id`, `gateway`, `status`, `total`, `rate`, `date_created`, `date_modified`, `uuid`) VALUES
(1, 1, 'order', 'A00000000000000000000000000413507685', 'zarinpal', 'complete', 20000.000000000, 1.00000, '2023-03-01 13:09:12', '2023-03-01 13:09:12', 'urn:uuid:65fec8ed-fcce-4d9e-a153-04dfbb6cdf40'),
(2, 2, 'order', 'A00000000000000000000000000497970596', 'zarinpal', 'complete', 250000.000000000, 1.00000, '2024-01-20 18:44:57', '2024-01-20 18:44:57', 'urn:uuid:899a151a-d562-479a-998d-12d926b3be35');

-- --------------------------------------------------------

--
-- Table structure for table `wp_enhanced_sales_report`
--

CREATE TABLE `wp_enhanced_sales_report` (
  `id` int(11) NOT NULL,
  `order_id` int(11) NOT NULL,
  `subscription_id` int(11) NOT NULL,
  `order_number` varchar(255) NOT NULL,
  `user_id` int(11) NOT NULL,
  `customer_id` int(11) NOT NULL,
  `type` varchar(20) NOT NULL,
  `email` varchar(100) NOT NULL,
  `order_date` datetime NOT NULL DEFAULT current_timestamp(),
  `gateway` varchar(100) NOT NULL,
  `transaction_id` varchar(50) NOT NULL,
  `sub_total` decimal(18,9) NOT NULL,
  `discount` decimal(18,9) NOT NULL,
  `tax` decimal(18,9) NOT NULL,
  `total` decimal(18,9) NOT NULL,
  `author_id` int(11) NOT NULL,
  `is_existing_customer` int(11) NOT NULL,
  `order_item_id` int(11) NOT NULL,
  `product_id` int(11) NOT NULL,
  `product_name` text NOT NULL,
  `product_quantity` int(11) NOT NULL,
  `product_amount` decimal(18,9) NOT NULL,
  `product_sub_total` decimal(18,9) NOT NULL,
  `product_discount` decimal(18,9) NOT NULL,
  `product_tax` decimal(18,9) NOT NULL,
  `product_total` decimal(18,9) NOT NULL,
  `billing_country` mediumtext NOT NULL,
  `billing_state` mediumtext NOT NULL,
  `commission` decimal(18,9) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `wp_enhanced_sales_report`
--

INSERT INTO `wp_enhanced_sales_report` (`id`, `order_id`, `subscription_id`, `order_number`, `user_id`, `customer_id`, `type`, `email`, `order_date`, `gateway`, `transaction_id`, `sub_total`, `discount`, `tax`, `total`, `author_id`, `is_existing_customer`, `order_item_id`, `product_id`, `product_name`, `product_quantity`, `product_amount`, `product_sub_total`, `product_discount`, `product_tax`, `product_total`, `billing_country`, `billing_state`, `commission`) VALUES
(1, 1, 0, '', 0, 1, 'sale', 'leolinco21@gmail.com', '2023-03-01 13:08:19', 'zarinpal', '', 20000.000000000, 0.000000000, 0.000000000, 20000.000000000, 1, 0, 1, 38, '???? ???? active 2 pdf', 1, 20000.000000000, 20000.000000000, 0.000000000, 0.000000000, 20000.000000000, '', '', 0.000000000),
(2, 2, 0, '', 0, 2, 'sale', 'shahpoori_maryam@yahoo.com', '2024-01-20 18:36:05', 'zarinpal', '', 250000.000000000, 0.000000000, 0.000000000, 250000.000000000, 1, 1, 2, 38, '???? ???? active 2 pdf', 1, 250000.000000000, 250000.000000000, 0.000000000, 0.000000000, 250000.000000000, '', '', 0.000000000);

-- --------------------------------------------------------

--
-- Table structure for table `wp_e_events`
--

CREATE TABLE `wp_e_events` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `event_data` text DEFAULT NULL,
  `created_at` datetime NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_e_submissions`
--

CREATE TABLE `wp_e_submissions` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `type` varchar(60) DEFAULT NULL,
  `hash_id` varchar(60) NOT NULL,
  `main_meta_id` bigint(20) UNSIGNED NOT NULL COMMENT 'Id of main field. to represent the main meta field',
  `post_id` bigint(20) UNSIGNED NOT NULL,
  `referer` varchar(500) NOT NULL,
  `referer_title` varchar(300) DEFAULT NULL,
  `element_id` varchar(20) NOT NULL,
  `form_name` varchar(60) NOT NULL,
  `campaign_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `user_ip` varchar(46) NOT NULL,
  `user_agent` text NOT NULL,
  `actions_count` int(11) DEFAULT 0,
  `actions_succeeded_count` int(11) DEFAULT 0,
  `status` varchar(20) NOT NULL,
  `is_read` tinyint(1) NOT NULL DEFAULT 0,
  `meta` text DEFAULT NULL,
  `created_at_gmt` datetime NOT NULL,
  `updated_at_gmt` datetime NOT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_e_submissions_actions_log`
--

CREATE TABLE `wp_e_submissions_actions_log` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `submission_id` bigint(20) UNSIGNED NOT NULL,
  `action_name` varchar(60) NOT NULL,
  `action_label` varchar(60) DEFAULT NULL,
  `status` varchar(20) NOT NULL,
  `log` text DEFAULT NULL,
  `created_at_gmt` datetime NOT NULL,
  `updated_at_gmt` datetime NOT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_e_submissions_values`
--

CREATE TABLE `wp_e_submissions_values` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `submission_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `key` varchar(60) DEFAULT NULL,
  `value` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_links`
--

CREATE TABLE `wp_links` (
  `link_id` bigint(20) UNSIGNED NOT NULL,
  `link_url` varchar(255) NOT NULL DEFAULT '',
  `link_name` varchar(255) NOT NULL DEFAULT '',
  `link_image` varchar(255) NOT NULL DEFAULT '',
  `link_target` varchar(25) NOT NULL DEFAULT '',
  `link_description` varchar(255) NOT NULL DEFAULT '',
  `link_visible` varchar(20) 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) NOT NULL DEFAULT '',
  `link_notes` mediumtext NOT NULL,
  `link_rss` varchar(255) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_options`
--

CREATE TABLE `wp_options` (
  `option_id` bigint(20) UNSIGNED NOT NULL,
  `option_name` varchar(191) NOT NULL DEFAULT '',
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_options`
--

INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'https://activereading.xyz', 'yes'),
(2, 'home', 'https://activereading.xyz', 'yes'),
(3, 'blogname', 'کتاب active 2 pdf', 'yes'),
(4, 'blogdescription', 'دانلود کتاب اکتیو ۲ PDF', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'amin7777nnnn@gmail.com', 'yes'),
(7, 'start_of_week', '6', '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', '1', 'yes'),
(19, 'default_comment_status', 'open', 'yes'),
(20, 'default_ping_status', 'open', 'yes'),
(21, 'default_pingback_flag', '1', 'yes'),
(22, 'posts_per_page', '10', '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', '/%postname%/', 'yes'),
(29, 'rewrite_rules', 'a:205:{s:38:\"^yoast-index-now-([a-zA-Z0-9-]+)\\.txt$\";s:41:\"index.php?yoast_index_now_key=$matches[1]\";s:12:\"downloads/?$\";s:28:\"index.php?post_type=download\";s:42:\"downloads/feed/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?post_type=download&feed=$matches[1]\";s:37:\"downloads/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?post_type=download&feed=$matches[1]\";s:29:\"downloads/page/([0-9]{1,})/?$\";s:46:\"index.php?post_type=download&paged=$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: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:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:57:\"(top-seller-ebooks)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:40:\"(top-seller-ebooks)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:22:\"(top-seller-ebooks)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:14:\"category/(.+)$\";s:45:\"index.php?wpseo_category_redirect=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:30:\"tag/([^/]+)/edd-add(/(.*))?/?$\";s:45:\"index.php?tag=$matches[1]&edd-add=$matches[3]\";s:33:\"tag/([^/]+)/edd-remove(/(.*))?/?$\";s:48:\"index.php?tag=$matches[1]&edd-remove=$matches[3]\";s:30:\"tag/([^/]+)/edd-api(/(.*))?/?$\";s:45:\"index.php?tag=$matches[1]&edd-api=$matches[3]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:42:\"e-landing-page/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"e-landing-page/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"e-landing-page/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"e-landing-page/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"e-landing-page/([^/]+)/embed/?$\";s:47:\"index.php?e-landing-page=$matches[1]&embed=true\";s:35:\"e-landing-page/([^/]+)/trackback/?$\";s:41:\"index.php?e-landing-page=$matches[1]&tb=1\";s:43:\"e-landing-page/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&paged=$matches[2]\";s:50:\"e-landing-page/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&cpage=$matches[2]\";s:41:\"e-landing-page/([^/]+)/edd-add(/(.*))?/?$\";s:56:\"index.php?e-landing-page=$matches[1]&edd-add=$matches[3]\";s:44:\"e-landing-page/([^/]+)/edd-remove(/(.*))?/?$\";s:59:\"index.php?e-landing-page=$matches[1]&edd-remove=$matches[3]\";s:41:\"e-landing-page/([^/]+)/edd-api(/(.*))?/?$\";s:56:\"index.php?e-landing-page=$matches[1]&edd-api=$matches[3]\";s:47:\"e-landing-page/[^/]+/([^/]+)/edd-add(/(.*))?/?$\";s:52:\"index.php?attachment=$matches[1]&edd-add=$matches[3]\";s:58:\"e-landing-page/[^/]+/attachment/([^/]+)/edd-add(/(.*))?/?$\";s:52:\"index.php?attachment=$matches[1]&edd-add=$matches[3]\";s:50:\"e-landing-page/[^/]+/([^/]+)/edd-remove(/(.*))?/?$\";s:55:\"index.php?attachment=$matches[1]&edd-remove=$matches[3]\";s:61:\"e-landing-page/[^/]+/attachment/([^/]+)/edd-remove(/(.*))?/?$\";s:55:\"index.php?attachment=$matches[1]&edd-remove=$matches[3]\";s:47:\"e-landing-page/[^/]+/([^/]+)/edd-api(/(.*))?/?$\";s:52:\"index.php?attachment=$matches[1]&edd-api=$matches[3]\";s:58:\"e-landing-page/[^/]+/attachment/([^/]+)/edd-api(/(.*))?/?$\";s:52:\"index.php?attachment=$matches[1]&edd-api=$matches[3]\";s:39:\"e-landing-page/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?e-landing-page=$matches[1]&page=$matches[2]\";s:31:\"e-landing-page/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"e-landing-page/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"e-landing-page/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"e-landing-page/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:57:\"downloads/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?download_category=$matches[1]&feed=$matches[2]\";s:52:\"downloads/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?download_category=$matches[1]&feed=$matches[2]\";s:33:\"downloads/category/(.+?)/embed/?$\";s:50:\"index.php?download_category=$matches[1]&embed=true\";s:45:\"downloads/category/(.+?)/page/?([0-9]{1,})/?$\";s:57:\"index.php?download_category=$matches[1]&paged=$matches[2]\";s:27:\"downloads/category/(.+?)/?$\";s:39:\"index.php?download_category=$matches[1]\";s:54:\"downloads/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?download_tag=$matches[1]&feed=$matches[2]\";s:49:\"downloads/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?download_tag=$matches[1]&feed=$matches[2]\";s:30:\"downloads/tag/([^/]+)/embed/?$\";s:45:\"index.php?download_tag=$matches[1]&embed=true\";s:42:\"downloads/tag/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?download_tag=$matches[1]&paged=$matches[2]\";s:24:\"downloads/tag/([^/]+)/?$\";s:34:\"index.php?download_tag=$matches[1]\";s:37:\"downloads/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"downloads/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"downloads/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"downloads/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"downloads/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"downloads/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"downloads/([^/]+)/embed/?$\";s:41:\"index.php?download=$matches[1]&embed=true\";s:30:\"downloads/([^/]+)/trackback/?$\";s:35:\"index.php?download=$matches[1]&tb=1\";s:50:\"downloads/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?download=$matches[1]&feed=$matches[2]\";s:45:\"downloads/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?download=$matches[1]&feed=$matches[2]\";s:38:\"downloads/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?download=$matches[1]&paged=$matches[2]\";s:45:\"downloads/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?download=$matches[1]&cpage=$matches[2]\";s:36:\"downloads/([^/]+)/edd-add(/(.*))?/?$\";s:50:\"index.php?download=$matches[1]&edd-add=$matches[3]\";s:39:\"downloads/([^/]+)/edd-remove(/(.*))?/?$\";s:53:\"index.php?download=$matches[1]&edd-remove=$matches[3]\";s:36:\"downloads/([^/]+)/edd-api(/(.*))?/?$\";s:50:\"index.php?download=$matches[1]&edd-api=$matches[3]\";s:42:\"downloads/[^/]+/([^/]+)/edd-add(/(.*))?/?$\";s:52:\"index.php?attachment=$matches[1]&edd-add=$matches[3]\";s:53:\"downloads/[^/]+/attachment/([^/]+)/edd-add(/(.*))?/?$\";s:52:\"index.php?attachment=$matches[1]&edd-add=$matches[3]\";s:45:\"downloads/[^/]+/([^/]+)/edd-remove(/(.*))?/?$\";s:55:\"index.php?attachment=$matches[1]&edd-remove=$matches[3]\";s:56:\"downloads/[^/]+/attachment/([^/]+)/edd-remove(/(.*))?/?$\";s:55:\"index.php?attachment=$matches[1]&edd-remove=$matches[3]\";s:42:\"downloads/[^/]+/([^/]+)/edd-api(/(.*))?/?$\";s:52:\"index.php?attachment=$matches[1]&edd-api=$matches[3]\";s:53:\"downloads/[^/]+/attachment/([^/]+)/edd-api(/(.*))?/?$\";s:52:\"index.php?attachment=$matches[1]&edd-api=$matches[3]\";s:34:\"downloads/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?download=$matches[1]&page=$matches[2]\";s:26:\"downloads/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"downloads/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"downloads/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"downloads/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"downloads/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"downloads/[^/]+/([^/]+)/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:12:\"sitemap\\.xml\";s:23:\"index.php?sitemap=index\";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:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=2&cpage=$matches[1]\";s:18:\"edd-add(/(.*))?/?$\";s:30:\"index.php?&edd-add=$matches[2]\";s:21:\"edd-remove(/(.*))?/?$\";s:33:\"index.php?&edd-remove=$matches[2]\";s:18:\"edd-api(/(.*))?/?$\";s:30:\"index.php?&edd-api=$matches[2]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:27:\"comments/edd-add(/(.*))?/?$\";s:30:\"index.php?&edd-add=$matches[2]\";s:30:\"comments/edd-remove(/(.*))?/?$\";s:33:\"index.php?&edd-remove=$matches[2]\";s:27:\"comments/edd-api(/(.*))?/?$\";s:30:\"index.php?&edd-api=$matches[2]\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:30:\"search/(.+)/edd-add(/(.*))?/?$\";s:43:\"index.php?s=$matches[1]&edd-add=$matches[3]\";s:33:\"search/(.+)/edd-remove(/(.*))?/?$\";s:46:\"index.php?s=$matches[1]&edd-remove=$matches[3]\";s:30:\"search/(.+)/edd-api(/(.*))?/?$\";s:43:\"index.php?s=$matches[1]&edd-api=$matches[3]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:33:\"author/([^/]+)/edd-add(/(.*))?/?$\";s:53:\"index.php?author_name=$matches[1]&edd-add=$matches[3]\";s:36:\"author/([^/]+)/edd-remove(/(.*))?/?$\";s:56:\"index.php?author_name=$matches[1]&edd-remove=$matches[3]\";s:33:\"author/([^/]+)/edd-api(/(.*))?/?$\";s:53:\"index.php?author_name=$matches[1]&edd-api=$matches[3]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";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:55:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/edd-add(/(.*))?/?$\";s:83:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&edd-add=$matches[5]\";s:58:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/edd-remove(/(.*))?/?$\";s:86:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&edd-remove=$matches[5]\";s:55:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/edd-api(/(.*))?/?$\";s:83:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&edd-api=$matches[5]\";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:42:\"([0-9]{4})/([0-9]{1,2})/edd-add(/(.*))?/?$\";s:67:\"index.php?year=$matches[1]&monthnum=$matches[2]&edd-add=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/edd-remove(/(.*))?/?$\";s:70:\"index.php?year=$matches[1]&monthnum=$matches[2]&edd-remove=$matches[4]\";s:42:\"([0-9]{4})/([0-9]{1,2})/edd-api(/(.*))?/?$\";s:67:\"index.php?year=$matches[1]&monthnum=$matches[2]&edd-api=$matches[4]\";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:29:\"([0-9]{4})/edd-add(/(.*))?/?$\";s:46:\"index.php?year=$matches[1]&edd-add=$matches[3]\";s:32:\"([0-9]{4})/edd-remove(/(.*))?/?$\";s:49:\"index.php?year=$matches[1]&edd-remove=$matches[3]\";s:29:\"([0-9]{4})/edd-api(/(.*))?/?$\";s:46:\"index.php?year=$matches[1]&edd-api=$matches[3]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:26:\"(.?.+?)/edd-add(/(.*))?/?$\";s:50:\"index.php?pagename=$matches[1]&edd-add=$matches[3]\";s:29:\"(.?.+?)/edd-remove(/(.*))?/?$\";s:53:\"index.php?pagename=$matches[1]&edd-remove=$matches[3]\";s:26:\"(.?.+?)/edd-api(/(.*))?/?$\";s:50:\"index.php?pagename=$matches[1]&edd-api=$matches[3]\";s:32:\".?.+?/([^/]+)/edd-add(/(.*))?/?$\";s:52:\"index.php?attachment=$matches[1]&edd-add=$matches[3]\";s:43:\".?.+?/attachment/([^/]+)/edd-add(/(.*))?/?$\";s:52:\"index.php?attachment=$matches[1]&edd-add=$matches[3]\";s:35:\".?.+?/([^/]+)/edd-remove(/(.*))?/?$\";s:55:\"index.php?attachment=$matches[1]&edd-remove=$matches[3]\";s:46:\".?.+?/attachment/([^/]+)/edd-remove(/(.*))?/?$\";s:55:\"index.php?attachment=$matches[1]&edd-remove=$matches[3]\";s:32:\".?.+?/([^/]+)/edd-api(/(.*))?/?$\";s:52:\"index.php?attachment=$matches[1]&edd-api=$matches[3]\";s:43:\".?.+?/attachment/([^/]+)/edd-api(/(.*))?/?$\";s:52:\"index.php?attachment=$matches[1]&edd-api=$matches[3]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:26:\"([^/]+)/edd-add(/(.*))?/?$\";s:46:\"index.php?name=$matches[1]&edd-add=$matches[3]\";s:29:\"([^/]+)/edd-remove(/(.*))?/?$\";s:49:\"index.php?name=$matches[1]&edd-remove=$matches[3]\";s:26:\"([^/]+)/edd-api(/(.*))?/?$\";s:46:\"index.php?name=$matches[1]&edd-api=$matches[3]\";s:32:\"[^/]+/([^/]+)/edd-add(/(.*))?/?$\";s:52:\"index.php?attachment=$matches[1]&edd-add=$matches[3]\";s:43:\"[^/]+/attachment/([^/]+)/edd-add(/(.*))?/?$\";s:52:\"index.php?attachment=$matches[1]&edd-add=$matches[3]\";s:35:\"[^/]+/([^/]+)/edd-remove(/(.*))?/?$\";s:55:\"index.php?attachment=$matches[1]&edd-remove=$matches[3]\";s:46:\"[^/]+/attachment/([^/]+)/edd-remove(/(.*))?/?$\";s:55:\"index.php?attachment=$matches[1]&edd-remove=$matches[3]\";s:32:\"[^/]+/([^/]+)/edd-api(/(.*))?/?$\";s:52:\"index.php?attachment=$matches[1]&edd-api=$matches[3]\";s:43:\"[^/]+/attachment/([^/]+)/edd-api(/(.*))?/?$\";s:52:\"index.php?attachment=$matches[1]&edd-api=$matches[3]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}', 'yes'),
(73093, 'widget_tre_pst_cat', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(73094, 'widget_tree_download_cat', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(73095, 'widget_tarlanweb_ir_newp', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(73096, 'widget_tarlanweb_ir_new2', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(73097, 'widget_tarlanweb_ir_rand', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(73098, 'widget_tarlanweb_ir_rand2', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(73099, 'widget_tarlanweb_ir_view1', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(73100, 'widget_tarlanweb_ir_view2', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(73101, 'widget_tarlanweb_ir_social', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(73102, 'option_tree_settings', 'a:2:{s:8:\"sections\";a:9:{i:0;a:2:{s:2:\"id\";s:6:\"inndex\";s:5:\"title\";s:17:\"صفحه اصلی\";}i:1;a:2:{s:2:\"id\";s:7:\"general\";s:5:\"title\";s:12:\"همگانی\";}i:2;a:2:{s:2:\"id\";s:12:\"user_profile\";s:5:\"title\";s:27:\"پروفایل کاربری\";}i:3;a:2:{s:2:\"id\";s:13:\"shop_settings\";s:5:\"title\";s:25:\"تنظیمات محصول\";}i:4;a:2:{s:2:\"id\";s:7:\"socials\";s:5:\"title\";s:30:\"شبکه های اجتماعی\";}i:5;a:2:{s:2:\"id\";s:8:\"contacts\";s:5:\"title\";s:17:\"تماس باما\";}i:6;a:2:{s:2:\"id\";s:8:\"supports\";s:5:\"title\";s:16:\"پشتیبانی\";}i:7;a:2:{s:2:\"id\";s:7:\"url_tar\";s:5:\"title\";s:27:\"مدیتریت لینکها\";}i:8;a:2:{s:2:\"id\";s:6:\"footer\";s:5:\"title\";s:12:\"پانوشت\";}}s:8:\"settings\";a:102:{i:0;a:6:{s:2:\"id\";s:13:\"off_slider_on\";s:5:\"label\";s:25:\"اسلایدر تخفیف\";s:4:\"desc\";s:54:\"اسلایدر تخفیف نمایش داده شود؟\";s:3:\"std\";s:2:\"on\";s:4:\"type\";s:6:\"on-off\";s:7:\"section\";s:6:\"inndex\";}i:1;a:6:{s:2:\"id\";s:10:\"off_sl_num\";s:5:\"label\";s:27:\"تعداد اسلایدها\";s:4:\"desc\";s:91:\"تعداد محصولات قابل نمایش در اسلایدر را تعیین کنید.\";s:3:\"std\";s:1:\"3\";s:4:\"type\";s:4:\"text\";s:7:\"section\";s:6:\"inndex\";}i:2;a:6:{s:2:\"id\";s:8:\"eoff_txt\";s:5:\"label\";s:21:\"اتمام تخفیف\";s:4:\"desc\";s:82:\"متن قابل نمایش پس از اتمام تخفیف را وارد کنید.\";s:3:\"std\";s:46:\"<i class=\"icofont-worried\"></i> تمام شد!\";s:4:\"type\";s:4:\"text\";s:7:\"section\";s:6:\"inndex\";}i:3;a:7:{s:2:\"id\";s:7:\"home2_p\";s:5:\"label\";s:12:\"باکسها\";s:4:\"desc\";s:69:\"باکسهای محصولات و مطالب را ایجاد کنید.\";s:4:\"type\";s:9:\"list-item\";s:7:\"section\";s:6:\"inndex\";s:7:\"choices\";a:0:{}s:8:\"settings\";a:5:{i:0;a:5:{s:2:\"id\";s:10:\"home2_post\";s:5:\"label\";s:8:\"مطلب\";s:4:\"desc\";s:50:\"میخواهید باکس مطلب بسازید ؟\";s:3:\"std\";s:2:\"on\";s:4:\"type\";s:6:\"on-off\";}i:1;a:7:{s:2:\"id\";s:10:\"home2_pcat\";s:5:\"label\";s:17:\"دسته بندی\";s:4:\"desc\";s:92:\"دسته بندی دلخواه برای نمایش در باکس را انتخاب کنید.\";s:3:\"std\";s:1:\"1\";s:4:\"type\";s:15:\"category-select\";s:8:\"operator\";s:3:\"and\";s:9:\"condition\";s:17:\"home2_post:is(on)\";}i:2;a:10:{s:2:\"id\";s:11:\"home2_pcat1\";s:5:\"label\";s:32:\"دسته بندی محصولات\";s:4:\"desc\";s:92:\"دسته بندی دلخواه برای نمایش در باکس را انتخاب کنید.\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:15:\"taxonomy-select\";s:9:\"post_type\";s:8:\"download\";s:8:\"taxonomy\";s:17:\"download_category\";s:8:\"operator\";s:3:\"and\";s:7:\"choices\";a:0:{}s:9:\"condition\";s:18:\"home2_post:is(off)\";}i:3;a:5:{s:2:\"id\";s:6:\"home_m\";s:5:\"label\";s:21:\"عنوان بیشتر\";s:4:\"desc\";s:98:\"عنوان لینک مشاهده مطالب یا محصولات بیشتر را وارد کنید.\";s:3:\"std\";s:25:\"محصولات بیشتر\";s:4:\"type\";s:4:\"text\";}i:4;a:5:{s:2:\"id\";s:11:\"home2_ppage\";s:5:\"label\";s:21:\"تعداد مطالب\";s:4:\"desc\";s:65:\"تعداد مطالب قابل نمایش را وارد کنید.\";s:3:\"std\";s:1:\"4\";s:4:\"type\";s:4:\"text\";}}}i:4;a:5:{s:2:\"id\";s:8:\"home2_p1\";s:5:\"label\";s:14:\"توضیحات\";s:4:\"desc\";s:123:\"باکسهای مطالب و محصولات این بخش در سمت راست ستون کناری قرار میگیرند.\";s:4:\"type\";s:9:\"textblock\";s:7:\"section\";s:6:\"inndex\";}i:5;a:7:{s:2:\"id\";s:6:\"home_p\";s:5:\"label\";s:18:\"اسلایدرها\";s:4:\"desc\";s:69:\"اسلایدر محصولات و مطالب را ایجاد کنید.\";s:4:\"type\";s:9:\"list-item\";s:7:\"section\";s:6:\"inndex\";s:7:\"choices\";a:0:{}s:8:\"settings\";a:5:{i:0;a:5:{s:2:\"id\";s:9:\"home_post\";s:5:\"label\";s:8:\"مطلب\";s:4:\"desc\";s:50:\"میخواهید باکس مطلب بسازید ؟\";s:3:\"std\";s:2:\"on\";s:4:\"type\";s:6:\"on-off\";}i:1;a:7:{s:2:\"id\";s:9:\"home_pcat\";s:5:\"label\";s:17:\"دسته بندی\";s:4:\"desc\";s:92:\"دسته بندی دلخواه برای نمایش در باکس را انتخاب کنید.\";s:3:\"std\";s:1:\"1\";s:4:\"type\";s:15:\"category-select\";s:8:\"operator\";s:3:\"and\";s:9:\"condition\";s:16:\"home_post:is(on)\";}i:2;a:10:{s:2:\"id\";s:10:\"home_pcat1\";s:5:\"label\";s:32:\"دسته بندی محصولات\";s:4:\"desc\";s:92:\"دسته بندی دلخواه برای نمایش در باکس را انتخاب کنید.\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:15:\"taxonomy-select\";s:9:\"post_type\";s:8:\"download\";s:8:\"taxonomy\";s:17:\"download_category\";s:8:\"operator\";s:3:\"and\";s:7:\"choices\";a:0:{}s:9:\"condition\";s:17:\"home_post:is(off)\";}i:3;a:5:{s:2:\"id\";s:7:\"home1_m\";s:5:\"label\";s:21:\"عنوان بیشتر\";s:4:\"desc\";s:98:\"عنوان لینک مشاهده مطالب یا محصولات بیشتر را وارد کنید.\";s:3:\"std\";s:25:\"محصولات بیشتر\";s:4:\"type\";s:4:\"text\";}i:4;a:5:{s:2:\"id\";s:10:\"home_ppage\";s:5:\"label\";s:21:\"تعداد مطالب\";s:4:\"desc\";s:65:\"تعداد مطالب قابل نمایش را وارد کنید.\";s:3:\"std\";s:1:\"4\";s:4:\"type\";s:4:\"text\";}}}i:6;a:5:{s:2:\"id\";s:7:\"home_p1\";s:5:\"label\";s:14:\"توضیحات\";s:4:\"desc\";s:111:\"اسلایدر مطالب و محصولات این بخش بالای فوتر نمایش داده میشوند.\";s:4:\"type\";s:9:\"textblock\";s:7:\"section\";s:6:\"inndex\";}i:7;a:6:{s:2:\"id\";s:7:\"onf_blg\";s:5:\"label\";s:10:\"وبلاگ\";s:4:\"desc\";s:48:\"باکس وبلاگ نمایش داده شود؟\";s:3:\"std\";s:2:\"on\";s:4:\"type\";s:6:\"on-off\";s:7:\"section\";s:6:\"inndex\";}i:8;a:6:{s:2:\"id\";s:10:\"blog_title\";s:5:\"label\";s:21:\"عنوان وبلاگ\";s:4:\"desc\";s:54:\"عنوان باکس وبلاگ را وارد کنید.\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:7:\"section\";s:6:\"inndex\";}i:9;a:6:{s:2:\"id\";s:7:\"blog_pe\";s:5:\"label\";s:25:\"توضیحات وبلاگ\";s:4:\"desc\";s:58:\"توضیحات باکس وبلاگ را وارد کنید.\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:7:\"section\";s:6:\"inndex\";}i:10;a:6:{s:2:\"id\";s:7:\"blg_cat\";s:5:\"label\";s:17:\"دسته بندی\";s:4:\"desc\";s:103:\"دسته بندی دلخواه برای نمایش در باکس وبلاگ را انتخاب کنید.\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:15:\"category-select\";s:7:\"section\";s:6:\"inndex\";}i:11;a:6:{s:2:\"id\";s:8:\"blog_num\";s:5:\"label\";s:32:\"تعداد مطالب وبلاگ\";s:4:\"desc\";s:115:\"تعداد مطالب قابل نمایش در باکس وبلاگ را وارد کنید. پیشنهاد: 4 عدد\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:7:\"section\";s:6:\"inndex\";}i:12;a:6:{s:2:\"id\";s:8:\"blog_mre\";s:5:\"label\";s:23:\"مقالات بیشتر\";s:4:\"desc\";s:67:\"عنوان لینک مقالات بیشتر را وارد کنید.\";s:3:\"std\";s:27:\"مقالات بیشتر ...\";s:4:\"type\";s:4:\"text\";s:7:\"section\";s:6:\"inndex\";}i:13;a:4:{s:2:\"id\";s:11:\"headers_tab\";s:5:\"label\";s:21:\"تنظیمات کلی\";s:4:\"type\";s:3:\"tab\";s:7:\"section\";s:7:\"general\";}i:14;a:6:{s:2:\"id\";s:7:\"favicon\";s:5:\"label\";s:14:\"فاویکون\";s:4:\"desc\";s:84:\"پیشنهاد می‌شود اندازه‌ی فاویکون 32px × 32px باشد.\";s:3:\"std\";s:71:\"http://activereading.xyz/wp-content/themes/lotusfile/images/favicon.ico\";s:4:\"type\";s:6:\"upload\";s:7:\"section\";s:7:\"general\";}i:15;a:6:{s:2:\"id\";s:5:\"logos\";s:5:\"label\";s:8:\"لوگو\";s:4:\"desc\";s:78:\"پیشنهاد می‌شود اندازه‌ی لوگو 70px × 70px باشد.\";s:3:\"std\";s:68:\"http://activereading.xyz/wp-content/themes/lotusfile/images/logo.png\";s:4:\"type\";s:6:\"upload\";s:7:\"section\";s:7:\"general\";}i:16;a:6:{s:2:\"id\";s:11:\"site_titles\";s:5:\"label\";s:28:\"عنوان کنار لوگو\";s:4:\"desc\";s:157:\"عنوان کنار لوگو سایت را وارد کنید. این متن در تگ h1 قرار میگیرد که برای سئو بسیار مهم است.\";s:3:\"std\";s:45:\"فروشگاه فایل های دانلودی\";s:4:\"type\";s:4:\"text\";s:7:\"section\";s:7:\"general\";}i:17;a:6:{s:2:\"id\";s:6:\"site_p\";s:5:\"label\";s:32:\"توضیحات کنار لوگو\";s:4:\"desc\";s:65:\"توضیحات کنار لوگو سایت را وارد کنید.\";s:3:\"std\";s:68:\"دانلود فایل بلافاصله پس از پرداخت وجه\";s:4:\"type\";s:4:\"text\";s:7:\"section\";s:7:\"general\";}i:18;a:6:{s:2:\"id\";s:8:\"login_pp\";s:5:\"label\";s:25:\"ورود و ثبت نام\";s:4:\"desc\";s:69:\"آدرس صفحه ورود یا ثبت نام را وارد کنید.\";s:3:\"std\";s:37:\"http://activereading.xyz/wp-login.php\";s:4:\"type\";s:4:\"text\";s:7:\"section\";s:7:\"general\";}i:19;a:6:{s:2:\"id\";s:7:\"post_on\";s:5:\"label\";s:15:\"نوع مطلب\";s:4:\"desc\";s:98:\"آیا محصولات دانلودی را از بخش \"دانلودها\" منتشر میکنید؟\";s:3:\"std\";s:2:\"on\";s:4:\"type\";s:6:\"on-off\";s:7:\"section\";s:7:\"general\";}i:20;a:5:{s:2:\"id\";s:8:\"post_on1\";s:5:\"label\";s:14:\"توضیحات\";s:4:\"desc\";s:728:\"<p>اگر محصولات دانلودی را از بخش <strong>دانلودها</strong> که مربوط به افزونه edd است اضافه میکنید این بخش را بر روی <strong>بله</strong> تنظیم کنید. (پیشنهاد ما)</p> <p>اگر محصولات دانلودی را از بخش نوشته های خود وردپرس منتشر میکنید این بخش را بر روی <strong>خیر</strong> تنظیم کنید.</p> <p>اگر از بخش نوشته های خود وردپرس برای انتشار محصولات دانلودی استفاده میکنید باید فایل <code>myfunctions.php</code> را ویرایش کنید و کدهای خط 2 تا 5 را حذف کنید.</p>\";s:4:\"type\";s:9:\"textblock\";s:7:\"section\";s:7:\"general\";}i:21;a:6:{s:2:\"id\";s:5:\"st_on\";s:5:\"label\";s:17:\"منوی ثابت\";s:4:\"desc\";s:107:\"منو به صورت ثابت در بالا بعد از اسکرول صفحه نمایش داده شود ؟\";s:3:\"std\";s:2:\"on\";s:4:\"type\";s:6:\"on-off\";s:7:\"section\";s:7:\"general\";}i:22;a:6:{s:2:\"id\";s:11:\"darkmode_on\";s:5:\"label\";s:24:\"نمایش حالت شب\";s:4:\"desc\";s:55:\"حالت شب در هدر نمایش داده شود ؟\";s:3:\"std\";s:2:\"on\";s:4:\"type\";s:6:\"on-off\";s:7:\"section\";s:7:\"general\";}i:23;a:6:{s:2:\"id\";s:10:\"dark_modes\";s:5:\"label\";s:15:\"تم تاریک\";s:4:\"desc\";s:61:\"تم تاریک به صورت پیشفرض فعال شود ؟\";s:3:\"std\";s:3:\"off\";s:4:\"type\";s:6:\"on-off\";s:7:\"section\";s:7:\"general\";}i:24;a:6:{s:2:\"id\";s:7:\"rel_num\";s:5:\"label\";s:23:\"مقالات مرتبط\";s:4:\"desc\";s:128:\"تعداد مقالات مرتبط قابل نمایش در صفحه ادامه مطلب نوشته ها را وارد کنید.\";s:3:\"std\";s:1:\"4\";s:4:\"type\";s:4:\"text\";s:7:\"section\";s:7:\"general\";}i:25;a:4:{s:2:\"id\";s:8:\"info_tab\";s:5:\"label\";s:14:\"اطلاعیه\";s:4:\"type\";s:3:\"tab\";s:7:\"section\";s:7:\"general\";}i:26;a:6:{s:2:\"id\";s:7:\"info_on\";s:5:\"label\";s:25:\"نمایش اطلاعیه\";s:4:\"desc\";s:67:\"اطلاعیه در بالای هدر نمایش داده شود ؟\";s:3:\"std\";s:3:\"off\";s:4:\"type\";s:6:\"on-off\";s:7:\"section\";s:7:\"general\";}i:27;a:6:{s:2:\"id\";s:6:\"info_p\";s:5:\"label\";s:14:\"توضیحات\";s:4:\"desc\";s:104:\"توضیحات اطلاعیه را وارد کنید. پیشنهاد: حداکثر 30 کلمه باشد.\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:7:\"section\";s:7:\"general\";}i:28;a:6:{s:2:\"id\";s:8:\"info_url\";s:5:\"label\";s:8:\"لینک\";s:4:\"desc\";s:71:\"لینک اطلاعیه را به همراه http:// وارد کنید.\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:7:\"section\";s:7:\"general\";}i:29;a:6:{s:2:\"id\";s:11:\"info_button\";s:5:\"label\";s:15:\"متن لینک\";s:4:\"desc\";s:39:\"متن لینک را وارد کنید.\";s:3:\"std\";s:12:\"مشاهده\";s:4:\"type\";s:4:\"text\";s:7:\"section\";s:7:\"general\";}i:30;a:6:{s:2:\"id\";s:10:\"info_hidde\";s:5:\"label\";s:19:\"مخفی ماندن\";s:4:\"desc\";s:87:\"زمان مخفی ماندن اطلاعیه برحسب ساعت را وارد کنید.\";s:3:\"std\";s:2:\"24\";s:4:\"type\";s:4:\"text\";s:7:\"section\";s:7:\"general\";}i:31;a:5:{s:2:\"id\";s:11:\"info_hidde1\";s:5:\"label\";s:14:\"توضیحات\";s:4:\"desc\";s:267:\"پس از اینکه کاربر با کلیک بر روی علامت ضربدر، پنچره اطلاعیه را بست، تا وقتیکه زمان تعیین شده طی شود دیگر پنجره اطلاعیه برای کاربر نمایش داده نمیشود.\";s:4:\"type\";s:9:\"textblock\";s:7:\"section\";s:7:\"general\";}i:32;a:4:{s:2:\"id\";s:11:\"singles_tab\";s:5:\"label\";s:21:\"ادامه مطالب\";s:4:\"type\";s:3:\"tab\";s:7:\"section\";s:7:\"general\";}i:33;a:6:{s:2:\"id\";s:12:\"navar_txt_on\";s:5:\"label\";s:32:\"نمایش نوار مطالعه\";s:4:\"desc\";s:91:\"نوار مطالعه در صفحه توضیحات مطالب نمایش داده شود ؟\";s:3:\"std\";s:2:\"on\";s:4:\"type\";s:6:\"on-off\";s:7:\"section\";s:7:\"general\";}i:34;a:6:{s:2:\"id\";s:13:\"navar1_txt_on\";s:5:\"label\";s:32:\"نمایش نوار مطالعه\";s:4:\"desc\";s:91:\"نوار مطالعه در صفحه توضیحات محصول نمایش داده شود ؟\";s:3:\"std\";s:2:\"on\";s:4:\"type\";s:6:\"on-off\";s:7:\"section\";s:7:\"general\";}i:35;a:5:{s:2:\"id\";s:9:\"navar_txt\";s:5:\"label\";s:14:\"توضیحات\";s:4:\"desc\";s:513:\"وقتی کاربر در حال مطالعه مطلب یا محصول است با اسکرول رو به پایین یک نوار از سمت راست صفحه در بالاترین بخش شروع به حرکت میکند و تا پایان متن نوشته شروع به کامل شدن میکند.<br> برای سفارش <a target=\"_blank\" href=\"http://tarlanweb.ir\">طراحی قالب وردپرس اختصاصی</a> و یا ویرایش قالب فعلی با شماره 09123456789 تماس بگیرید.\";s:4:\"type\";s:9:\"textblock\";s:7:\"section\";s:7:\"general\";}i:36;a:4:{s:2:\"id\";s:10:\"mobile_tab\";s:5:\"label\";s:19:\"هدر موبایل\";s:4:\"type\";s:3:\"tab\";s:7:\"section\";s:7:\"general\";}i:37;a:6:{s:2:\"id\";s:12:\"mobile_color\";s:5:\"label\";s:19:\"رنگ مرورگر\";s:4:\"desc\";s:60:\"رنگ مرورگر موبایل را انتخاب کنید.\";s:3:\"std\";s:7:\"#49962d\";s:4:\"type\";s:11:\"colorpicker\";s:7:\"section\";s:7:\"general\";}i:38;a:6:{s:2:\"id\";s:12:\"mobile_tells\";s:5:\"label\";s:19:\"شماره تماس\";s:4:\"desc\";s:251:\"شماره تماس هدر در حالت موبایل را با فرمت 09123456789 وارد کنید. کاربر پس از کلیک بر روی آیکون تماس امکان تماس مستقیم از طریق موبایل را خواهد داشت.\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:7:\"section\";s:7:\"general\";}i:39;a:6:{s:2:\"id\";s:14:\"mobile_dark_on\";s:5:\"label\";s:24:\"نمایش حالت شب\";s:4:\"desc\";s:77:\"حالت شب در هدر حالت موبایل نمایش داده شود ؟\";s:3:\"std\";s:2:\"on\";s:4:\"type\";s:6:\"on-off\";s:7:\"section\";s:7:\"general\";}i:40;a:5:{s:2:\"id\";s:9:\"u_profile\";s:5:\"label\";s:14:\"توضیحات\";s:4:\"desc\";s:275:\"برای ساخت پروفایل حرفه ای مطابق سایت نمونه یا بسته نصبی باید تمام افزونه های موجود در پوشه plugins که در فایل فشرده خریداری شده وجود دارد را نصب و فعال کنید.\";s:4:\"type\";s:9:\"textblock\";s:7:\"section\";s:12:\"user_profile\";}i:41;a:7:{s:2:\"id\";s:12:\"profile_page\";s:5:\"label\";s:14:\"پروفایل\";s:4:\"desc\";s:51:\"برگه پروفایل را انتخاب کنید.\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:11:\"page-select\";s:7:\"section\";s:12:\"user_profile\";s:8:\"operator\";s:3:\"and\";}i:42;a:5:{s:2:\"id\";s:13:\"profile_page1\";s:5:\"label\";s:14:\"توضیحات\";s:4:\"desc\";s:173:\"یک برگه جدید بسازید و از بخش <strong>ویژگی های برگه</strong> قالب را بر روی <strong>پروفایل</strong> تنظیم کنید.\";s:4:\"type\";s:9:\"textblock\";s:7:\"section\";s:12:\"user_profile\";}i:43;a:7:{s:2:\"id\";s:13:\"useredit_page\";s:5:\"label\";s:40:\"ویرایش اطلاعات کاربری\";s:4:\"desc\";s:77:\"برگه ویرایش اطلاعات کاربری را انتخاب کنید.\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:11:\"page-select\";s:7:\"section\";s:12:\"user_profile\";s:8:\"operator\";s:3:\"and\";}i:44;a:5:{s:2:\"id\";s:14:\"useredit_page1\";s:5:\"label\";s:14:\"توضیحات\";s:4:\"desc\";s:199:\"یک برگه جدید بسازید و از بخش <strong>ویژگی های برگه</strong> قالب را بر روی <strong>ویرایش پروفایل کاربری</strong> تنظیم کنید.\";s:4:\"type\";s:9:\"textblock\";s:7:\"section\";s:12:\"user_profile\";}i:45;a:7:{s:2:\"id\";s:14:\"favorites_page\";s:5:\"label\";s:24:\"علاقه مندی ها\";s:4:\"desc\";s:61:\"برگه علاقه مندی ها را انتخاب کنید.\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:11:\"page-select\";s:7:\"section\";s:12:\"user_profile\";s:8:\"operator\";s:3:\"and\";}i:46;a:5:{s:2:\"id\";s:15:\"favorites_page1\";s:5:\"label\";s:14:\"توضیحات\";s:4:\"desc\";s:178:\"یک برگه جدید بسازید و از بخش <strong>ویژگی های برگه</strong> قالب را بر روی <strong>علاقه مندی</strong> تنظیم کنید.\";s:4:\"type\";s:9:\"textblock\";s:7:\"section\";s:12:\"user_profile\";}i:47;a:7:{s:2:\"id\";s:11:\"wallet_page\";s:5:\"label\";s:13:\"کیف پول\";s:4:\"desc\";s:50:\"برگه کیف پول را انتخاب کنید.\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:11:\"page-select\";s:7:\"section\";s:12:\"user_profile\";s:8:\"operator\";s:3:\"and\";}i:48;a:5:{s:2:\"id\";s:12:\"wallet_page1\";s:5:\"label\";s:14:\"توضیحات\";s:4:\"desc\";s:376:\"یک برگه جدید بسازید و از بخش <strong>ویژگی های برگه</strong> قالب را بر روی <strong>پروفایل</strong> تنظیم کنید. <br> برای نمایش موجودی کیف پول از شورتکد <code>[edd_wallet_value]</code> و بای نمایش فرم افزایش موجودی از شورتکد <code>[edd_deposit]</code> .\";s:4:\"type\";s:9:\"textblock\";s:7:\"section\";s:12:\"user_profile\";}i:49;a:7:{s:2:\"id\";s:14:\"dlupdates_page\";s:5:\"label\";s:25:\"آپدیت محصولات\";s:4:\"desc\";s:75:\"برگه دانلود آپدیت محصولات را انتخاب کنید.\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:11:\"page-select\";s:7:\"section\";s:12:\"user_profile\";s:8:\"operator\";s:3:\"and\";}i:50;a:5:{s:2:\"id\";s:15:\"dlupdates_page1\";s:5:\"label\";s:14:\"توضیحات\";s:4:\"desc\";s:284:\"یک برگه جدید بسازید و از بخش <strong>ویژگی های برگه</strong> قالب را بر روی <strong>پروفایل</strong> تنظیم کنید. سپس شورتکد <code>[download_history]</code> را در ویرایشگر دیداری قرار دهید.\";s:4:\"type\";s:9:\"textblock\";s:7:\"section\";s:12:\"user_profile\";}i:51;a:7:{s:2:\"id\";s:12:\"histori_page\";s:5:\"label\";s:19:\"سوابق خرید\";s:4:\"desc\";s:56:\"برگه سوابق خرید را انتخاب کنید.\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:11:\"page-select\";s:7:\"section\";s:12:\"user_profile\";s:8:\"operator\";s:3:\"and\";}i:52;a:5:{s:2:\"id\";s:13:\"histori_page1\";s:5:\"label\";s:14:\"توضیحات\";s:4:\"desc\";s:284:\"یک برگه جدید بسازید و از بخش <strong>ویژگی های برگه</strong> قالب را بر روی <strong>پروفایل</strong> تنظیم کنید. سپس شورتکد <code>[purchase_history]</code> را در ویرایشگر دیداری قرار دهید.\";s:4:\"type\";s:9:\"textblock\";s:7:\"section\";s:12:\"user_profile\";}i:53;a:7:{s:2:\"id\";s:11:\"ticket_page\";s:5:\"label\";s:19:\"ارسال تیکت\";s:4:\"desc\";s:56:\"برگه ارسال تیکت را انتخاب کنید.\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:11:\"page-select\";s:7:\"section\";s:12:\"user_profile\";s:8:\"operator\";s:3:\"and\";}i:54;a:5:{s:2:\"id\";s:12:\"ticket_page1\";s:5:\"label\";s:14:\"توضیحات\";s:4:\"desc\";s:281:\"یک برگه جدید بسازید و از بخش <strong>ویژگی های برگه</strong> قالب را بر روی <strong>پروفایل</strong> تنظیم کنید. سپس شورتکد <code>[ticket-submit]</code> را در ویرایشگر دیداری قرار دهید.\";s:4:\"type\";s:9:\"textblock\";s:7:\"section\";s:12:\"user_profile\";}i:55;a:7:{s:2:\"id\";s:12:\"tickets_page\";s:5:\"label\";s:31:\"تیکتهای پشتیبانی\";s:4:\"desc\";s:68:\"برگه تیکتهای پشتیبانی را انتخاب کنید.\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:11:\"page-select\";s:7:\"section\";s:12:\"user_profile\";s:8:\"operator\";s:3:\"and\";}i:56;a:5:{s:2:\"id\";s:13:\"tickets_page1\";s:5:\"label\";s:14:\"توضیحات\";s:4:\"desc\";s:275:\"یک برگه جدید بسازید و از بخش <strong>ویژگی های برگه</strong> قالب را بر روی <strong>پروفایل</strong> تنظیم کنید. سپس شورتکد <code>[tickets]</code> را در ویرایشگر دیداری قرار دهید.\";s:4:\"type\";s:9:\"textblock\";s:7:\"section\";s:12:\"user_profile\";}i:57;a:6:{s:2:\"id\";s:6:\"onf_up\";s:5:\"label\";s:15:\"برو بالا\";s:4:\"desc\";s:75:\"آیکون حرکت به ابتدای سایت نمایش داده شود؟\";s:3:\"std\";s:2:\"on\";s:4:\"type\";s:6:\"on-off\";s:7:\"section\";s:6:\"footer\";}i:58;a:6:{s:2:\"id\";s:10:\"ft_amar_on\";s:5:\"label\";s:19:\"نمایش آمار\";s:4:\"desc\";s:47:\"آمار فوتر نمایش داده شود ؟\";s:3:\"std\";s:2:\"on\";s:4:\"type\";s:6:\"on-off\";s:7:\"section\";s:6:\"footer\";}i:59;a:6:{s:2:\"id\";s:6:\"abt_on\";s:5:\"label\";s:28:\"نمایش درباره ما\";s:4:\"desc\";s:65:\"باکس درباره ما فوتر نمایش داده شود ؟\";s:3:\"std\";s:2:\"on\";s:4:\"type\";s:6:\"on-off\";s:7:\"section\";s:6:\"footer\";}i:60;a:6:{s:2:\"id\";s:11:\"about_title\";s:5:\"label\";s:28:\"عنوان درباره ما\";s:4:\"desc\";s:61:\"عنوان باکس درباره ما را وارد کنید.\";s:3:\"std\";s:17:\"درباره ما\";s:4:\"type\";s:4:\"text\";s:7:\"section\";s:6:\"footer\";}i:61;a:6:{s:2:\"id\";s:7:\"about_p\";s:5:\"label\";s:32:\"توضیحات درباره ما\";s:4:\"desc\";s:65:\"توضیحات باکس درباره ما را وارد کنید.\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:7:\"section\";s:6:\"footer\";}i:62;a:6:{s:2:\"id\";s:11:\"address_box\";s:5:\"label\";s:8:\"آدرس\";s:4:\"desc\";s:95:\"آدرس محل مدیریت سایت قابل نمایش در فوتر را وارد کنید.\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:7:\"section\";s:6:\"footer\";}i:63;a:6:{s:2:\"id\";s:11:\"address_tel\";s:5:\"label\";s:8:\"تلفن\";s:4:\"desc\";s:77:\"شماره تلفن قابل نمایش در فوتر را وارد کنید.\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:7:\"section\";s:6:\"footer\";}i:64;a:6:{s:2:\"id\";s:12:\"address_mail\";s:5:\"label\";s:10:\"ایمیل\";s:4:\"desc\";s:68:\"ایمیل قابل نمایش در فوتر را وارد کنید.\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:7:\"section\";s:6:\"footer\";}i:65;a:6:{s:2:\"id\";s:10:\"copy_right\";s:5:\"label\";s:15:\"کپی رایت\";s:4:\"desc\";s:48:\"کپی رایت فوتر را وارد کنید.\";s:3:\"std\";s:92:\"کلیه حقوق وب سایت برای <span>لوتوس فایل</span> محفوظ است.\";s:4:\"type\";s:4:\"text\";s:7:\"section\";s:6:\"footer\";}i:66;a:6:{s:2:\"id\";s:13:\"instagram_url\";s:5:\"label\";s:20:\"اینستاگرام\";s:4:\"desc\";s:86:\"آدرس صفحه اینستاگرام را به همراه http:// وارد کنید.\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:7:\"section\";s:7:\"socials\";}i:67;a:6:{s:2:\"id\";s:12:\"telegram_url\";s:5:\"label\";s:12:\"تلگرام\";s:4:\"desc\";s:80:\"آدرس کانال تلگرام را به همراه http:// وارد کنید.\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:7:\"section\";s:7:\"socials\";}i:68;a:6:{s:2:\"id\";s:12:\"facebook_url\";s:5:\"label\";s:13:\"فیس بوک\";s:4:\"desc\";s:79:\"آدرس صفحه فیس بوک را به همراه http:// وارد کنید.\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:7:\"section\";s:7:\"socials\";}i:69;a:6:{s:2:\"id\";s:12:\"linkedin_url\";s:5:\"label\";s:14:\"لینکدین\";s:4:\"desc\";s:80:\"آدرس صفحه لینکدین را به همراه http:// وارد کنید.\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:7:\"section\";s:7:\"socials\";}i:70;a:6:{s:2:\"id\";s:11:\"twitter_url\";s:5:\"label\";s:12:\"توئیتر\";s:4:\"desc\";s:78:\"آدرس صفحه توئیتر را به همراه http:// وارد کنید.\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:7:\"section\";s:7:\"socials\";}i:71;a:6:{s:2:\"id\";s:10:\"aparat_url\";s:5:\"label\";s:12:\"آپارات\";s:4:\"desc\";s:78:\"آدرس صفحه آپارات را به همراه http:// وارد کنید.\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:7:\"section\";s:7:\"socials\";}i:72;a:6:{s:2:\"id\";s:10:\"shop_title\";s:5:\"label\";s:28:\"عنوان باکس خرید\";s:4:\"desc\";s:63:\"عنوان باکس خرید محصول را وارد کنید.\";s:3:\"std\";s:24:\"خرید و دانلود\";s:4:\"type\";s:4:\"text\";s:7:\"section\";s:13:\"shop_settings\";}i:73;a:6:{s:2:\"id\";s:9:\"course_tt\";s:5:\"label\";s:26:\"عنوان سرفصل ها\";s:4:\"desc\";s:83:\"عنوان باکس سرفصل های دوره آموزشی را وارد کنید.\";s:3:\"std\";s:19:\"سرفصل دوره\";s:4:\"type\";s:4:\"text\";s:7:\"section\";s:13:\"shop_settings\";}i:74;a:6:{s:2:\"id\";s:6:\"rel_dl\";s:5:\"label\";s:25:\"محصولات مرتبط\";s:4:\"desc\";s:78:\"تعداد محصولات مرتبط قاب نمایش را وارد کنید.\";s:3:\"std\";s:1:\"4\";s:4:\"type\";s:4:\"text\";s:7:\"section\";s:13:\"shop_settings\";}i:75;a:6:{s:2:\"id\";s:8:\"bu_helps\";s:5:\"label\";s:34:\"راهنمای خرید محصول\";s:4:\"desc\";s:78:\"عنوان باکس راهنمای خرید محصول را وارد کنید.\";s:3:\"std\";s:34:\"راهنمای خرید محصول\";s:4:\"type\";s:4:\"text\";s:7:\"section\";s:13:\"shop_settings\";}i:76;a:6:{s:2:\"id\";s:9:\"buy_helps\";s:5:\"label\";s:34:\"راهنمای خرید محصول\";s:4:\"desc\";s:58:\"راهنمای خرید محصول را وارد کنید.\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:7:\"section\";s:13:\"shop_settings\";}i:77;a:5:{s:2:\"id\";s:10:\"buy_helps1\";s:5:\"label\";s:14:\"توضیحات\";s:4:\"desc\";s:182:\"این بخش در ستون کناری صفحه توضیحات محصول نمایش داده میشود.<br> از لیست نشانه دار <code>ul</code> استفاده کنید.\";s:4:\"type\";s:9:\"textblock\";s:7:\"section\";s:13:\"shop_settings\";}i:78;a:6:{s:2:\"id\";s:9:\"buy_roles\";s:5:\"label\";s:10:\"خدمات\";s:4:\"desc\";s:95:\"خدماتی که در قبال هر محصول ارائه میدهید را وارد کنید.\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:7:\"section\";s:13:\"shop_settings\";}i:79;a:5:{s:2:\"id\";s:10:\"buy_roles1\";s:5:\"label\";s:14:\"توضیحات\";s:4:\"desc\";s:236:\"این بخش در زیر قیمت محصول در صفحه توضیحات محصول نمایش داده میشود.<br> هر خدمت را در یک خط وارد کنید طوریکه داخل تگ <code>p</code> قرار بگیرد.\";s:4:\"type\";s:9:\"textblock\";s:7:\"section\";s:13:\"shop_settings\";}i:80;a:6:{s:2:\"id\";s:8:\"buy_c_on\";s:5:\"label\";s:19:\"تعداد خرید\";s:4:\"desc\";s:87:\"تعداد خرید محصول در ستون جزئیات نمایش داده شود ؟\";s:3:\"std\";s:2:\"on\";s:4:\"type\";s:6:\"on-off\";s:7:\"section\";s:13:\"shop_settings\";}i:81;a:6:{s:2:\"id\";s:7:\"sup_onf\";s:5:\"label\";s:16:\"پشتیبانی\";s:4:\"desc\";s:55:\"باکس پشتیبانی نمایش داده شود ؟\";s:3:\"std\";s:2:\"on\";s:4:\"type\";s:6:\"on-off\";s:7:\"section\";s:8:\"supports\";}i:82;a:6:{s:2:\"id\";s:6:\"sup_tt\";s:5:\"label\";s:10:\"عنوان\";s:4:\"desc\";s:60:\"عنوان باکس پشتیبانی را وارد کنید.\";s:3:\"std\";s:31:\"پشتیبانی محصولات\";s:4:\"type\";s:4:\"text\";s:7:\"section\";s:8:\"supports\";}i:83;a:6:{s:2:\"id\";s:9:\"sup_icons\";s:5:\"label\";s:10:\"ایکون\";s:4:\"desc\";s:70:\"نام ایکون را بدون پسوند icofont- وارد کنید.\";s:3:\"std\";s:9:\"life-buoy\";s:4:\"type\";s:4:\"text\";s:7:\"section\";s:8:\"supports\";}i:84;a:6:{s:2:\"id\";s:7:\"sp_icns\";s:5:\"label\";s:17:\"ایکون هدر\";s:4:\"desc\";s:103:\"نام ایکون هدر باکس پشتیبانی را بدون پسوند icofont- وارد کنید.\";s:3:\"std\";s:13:\"headphone-alt\";s:4:\"type\";s:4:\"text\";s:7:\"section\";s:8:\"supports\";}i:85;a:5:{s:2:\"id\";s:10:\"sup_iconsd\";s:5:\"label\";s:14:\"توضیحات\";s:4:\"desc\";s:240:\"آیکون حلقه نجات life-buoy - آیکون واتس آپ whatsapp - ایکون تلگرام paper-plane - آیکون تلفن phone - ایکون انسان پشتیبان support - آیکون هدفون پشتیبان headphone-alt\";s:4:\"type\";s:9:\"textblock\";s:7:\"section\";s:8:\"supports\";}i:86;a:6:{s:2:\"id\";s:7:\"sup_tee\";s:5:\"label\";s:10:\"عنوان\";s:4:\"desc\";s:50:\"عنوان باکس هدر را وارد کنید.\";s:3:\"std\";s:31:\"پشتیبانی محصولات\";s:4:\"type\";s:4:\"text\";s:7:\"section\";s:8:\"supports\";}i:87;a:6:{s:2:\"id\";s:6:\"sup_pe\";s:5:\"label\";s:14:\"توضیحات\";s:4:\"desc\";s:54:\"توضیحات باکس هدر را وارد کنید.\";s:3:\"std\";s:122:\"برای پشتیبانی محصولات ترلان وب از راه های ارتباطی زیر استفاده کنید.\";s:4:\"type\";s:4:\"text\";s:7:\"section\";s:8:\"supports\";}i:88;a:6:{s:2:\"id\";s:6:\"sup_al\";s:5:\"label\";s:8:\"پیام\";s:4:\"desc\";s:49:\"پیام پشتیبانی را وارد کنید.\";s:3:\"std\";s:63:\"معمولا کمتر از 20 دقیقه پاسخ میدهیم.\";s:4:\"type\";s:4:\"text\";s:7:\"section\";s:8:\"supports\";}i:89;a:7:{s:2:\"id\";s:9:\"sup_users\";s:5:\"label\";s:18:\"پشتیبانها\";s:4:\"desc\";s:52:\"لیست پشتیبانها را ایجاد کنید\";s:4:\"type\";s:9:\"list-item\";s:7:\"section\";s:8:\"supports\";s:7:\"choices\";a:0:{}s:8:\"settings\";a:7:{i:0;a:5:{s:2:\"id\";s:7:\"sup_img\";s:5:\"label\";s:25:\"تصویر پشتیبان\";s:4:\"desc\";s:95:\"پیشنهاد می‌شود اندازه‌ی تصویر پشتیبان 50px × 50px باشد.\";s:3:\"std\";s:75:\"http://activereading.xyz/wp-content/themes/lotusfile/images/support-img.png\";s:4:\"type\";s:6:\"upload\";}i:1;a:5:{s:2:\"id\";s:6:\"sup_pp\";s:5:\"label\";s:17:\"زیر عنوان\";s:4:\"desc\";s:48:\"متن زیر عنوان را وارد کنید.\";s:3:\"std\";s:30:\"مدیریت سایت هستم\";s:4:\"type\";s:4:\"text\";}i:2;a:5:{s:2:\"id\";s:6:\"sup_p2\";s:5:\"label\";s:8:\"پیام\";s:4:\"desc\";s:39:\"متن پیام را وارد کنید.\";s:3:\"std\";s:46:\"چطوری میتونم کمکتون کنم ؟\";s:4:\"type\";s:4:\"text\";}i:3;a:5:{s:2:\"id\";s:8:\"sup_whts\";s:5:\"label\";s:24:\"شماره واتس آپ\";s:4:\"desc\";s:298:\"اگر پشتیبانی در واتس آپ است شماره واتس آپ را با فرمت 989123456789 وارد کنید. نکته : برای پشتیبانی تلگرام این فیلد را خالی بگذارید. این فیلد نسبت به شناسه تلگرام اولویت دارد.\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:4;a:5:{s:2:\"id\";s:6:\"sup_p3\";s:5:\"label\";s:8:\"پیام\";s:4:\"desc\";s:120:\"ین متن در پیامی که در واتس آپ برایتان ارسال میشود نمایش داده میشود.\";s:3:\"std\";s:84:\"سلام از طریق سایت ترلان وب باهاتون تماس میگیرم\";s:4:\"type\";s:4:\"text\";}i:5;a:5:{s:2:\"id\";s:8:\"sup_tels\";s:5:\"label\";s:23:\"شناسه تلگرام\";s:4:\"desc\";s:181:\"برای پشتیبانی تلگرام شناسه تلگرام را وارد کنید.نکته: برای پشتیبانی واتس آپ این فیلد را خالی بگذارید.\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:6;a:4:{s:2:\"id\";s:8:\"sup_nond\";s:5:\"label\";s:14:\"توضیحات\";s:4:\"desc\";s:170:\"در صورت خالی بودن شناسه تلگرام و شماره واتس آپ، فیلد پشتیبان به صورت غیرفعال نمایش داده میشود.\";s:4:\"type\";s:9:\"textblock\";}}}i:90;a:6:{s:2:\"id\";s:8:\"post_tar\";s:5:\"label\";s:10:\"مطالب\";s:4:\"desc\";s:65:\"نوشته ها در تب جدید مرورگر باز شوند؟\";s:3:\"std\";s:2:\"on\";s:4:\"type\";s:6:\"on-off\";s:7:\"section\";s:7:\"url_tar\";}i:91;a:6:{s:2:\"id\";s:6:\"pr_tar\";s:5:\"label\";s:14:\"محصولات\";s:4:\"desc\";s:64:\"محصولات در تب جدید مرورگر باز شوند؟\";s:3:\"std\";s:2:\"on\";s:4:\"type\";s:6:\"on-off\";s:7:\"section\";s:7:\"url_tar\";}i:92;a:6:{s:2:\"id\";s:6:\"sl_tar\";s:5:\"label\";s:25:\"اسلایدر تخفیف\";s:4:\"desc\";s:90:\"محصولات اسلایدر تخفیف در تب جدید مرورگر باز شوند؟\";s:3:\"std\";s:2:\"on\";s:4:\"type\";s:6:\"on-off\";s:7:\"section\";s:7:\"url_tar\";}i:93;a:6:{s:2:\"id\";s:6:\"im_tar\";s:5:\"label\";s:39:\"محصولات و مطالب بیشتر\";s:4:\"desc\";s:102:\"محصولات و مطالب بیشتر ایندکس در تب جدید مرورگر باز شوند؟\";s:3:\"std\";s:2:\"on\";s:4:\"type\";s:6:\"on-off\";s:7:\"section\";s:7:\"url_tar\";}i:94;a:6:{s:2:\"id\";s:7:\"cont_ft\";s:5:\"label\";s:17:\"عنوان فرم\";s:4:\"desc\";s:59:\"عنوان فرم تماس باما را وارد کنید.\";s:3:\"std\";s:24:\"فرم تماس باما\";s:4:\"type\";s:4:\"text\";s:7:\"section\";s:8:\"contacts\";}i:95;a:6:{s:2:\"id\";s:7:\"cont_fp\";s:5:\"label\";s:21:\"توضیحات فرم\";s:4:\"desc\";s:63:\"توضیحات فرم تماس باما را وارد کنید.\";s:3:\"std\";s:85:\"جهت تماس باما میتوانید از فرم زیر استفاده کنید.\";s:4:\"type\";s:4:\"text\";s:7:\"section\";s:8:\"contacts\";}i:96;a:6:{s:2:\"id\";s:8:\"cont_fsh\";s:5:\"label\";s:19:\"شورتکد فرم\";s:4:\"desc\";s:61:\"شورتکد فرم تماس باما را وارد کنید.\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:7:\"section\";s:8:\"contacts\";}i:97;a:5:{s:2:\"id\";s:9:\"cont_fsh1\";s:5:\"label\";s:14:\"توضیحات\";s:4:\"desc\";s:285:\"افزونه فرم تماس 7 را نصب کنید سپس فرم دلخواه تان را بسازید و بعد شورتکد ایجاد شده که مشابه <code>[contact-form-7 id=\"36958\" title=\"فرم تماس 1\"]</code> میباشد را در این فیلد قرار دهید.\";s:4:\"type\";s:9:\"textblock\";s:7:\"section\";s:8:\"contacts\";}i:98;a:6:{s:2:\"id\";s:8:\"cont_tel\";s:5:\"label\";s:8:\"تلفن\";s:4:\"desc\";s:93:\"شماره تلفن را وارد کنید. در هر خط یک شماره وارد کنید.\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:7:\"section\";s:8:\"contacts\";}i:99;a:6:{s:2:\"id\";s:10:\"cont_addre\";s:5:\"label\";s:8:\"آدرس\";s:4:\"desc\";s:96:\"آدرس دفتر یا آدرسی که برای نماد داده اید را وارد کنید.\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:7:\"section\";s:8:\"contacts\";}i:100;a:6:{s:2:\"id\";s:9:\"cont_mail\";s:5:\"label\";s:10:\"ایمیل\";s:4:\"desc\";s:84:\"ایمیل را وارد کنید. در هر خط یک ایمیل وارد کنید.\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:7:\"section\";s:8:\"contacts\";}i:101;a:6:{s:2:\"id\";s:13:\"googles_mapss\";s:5:\"label\";s:24:\"نقشه محل دفتر\";s:4:\"desc\";s:128:\"کد ایفریم مربوط به نقشه گوگل دفتر را  از بخش متن ویرایشگر زیر وارد کنید.\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:7:\"section\";s:8:\"contacts\";}}}', 'yes'),
(18619, 'wordfence_version', '7.10.3', 'yes'),
(18620, 'wordfence_case', '1', 'yes'),
(18621, 'wordfence_installed', '1', 'yes'),
(18622, 'wordfenceActivated', '1', 'yes'),
(18623, 'wf_plugin_act_error', '', 'yes'),
(18647, 'wpr_rocket_cache_version', '20220927', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:19:{i:0;s:29:\"RTL-CareUnit/RTL-CareUnit.php\";i:1;s:19:\"akismet/akismet.php\";i:2;s:39:\"disable-gutenberg/disable-gutenberg.php\";i:3;s:33:\"duplicator-pro/duplicator-pro.php\";i:4;s:49:\"easy-digital-downloads/easy-digital-downloads.php\";i:5;s:57:\"edd-enhanced-sales-reports/edd-enhanced-sales-reports.php\";i:6;s:70:\"edd-zarinpal-58b2cb3233aa8691923953d80d77c05083ca71cd/edd-zarinpal.php\";i:7;s:31:\"elementor-pro/elementor-pro.php\";i:8;s:23:\"elementor/elementor.php\";i:9;s:55:\"luckywp-table-of-contents/luckywp-table-of-contents.php\";i:10;s:20:\"smtp-mailer/main.php\";i:11;s:37:\"tinymce-advanced/tinymce-advanced.php\";i:12;s:27:\"updraftplus/updraftplus.php\";i:13;s:37:\"user-role-editor/user-role-editor.php\";i:14;s:23:\"wordfence/wordfence.php\";i:15;s:40:\"wordpress-seo-premium/wp-seo-premium.php\";i:16;s:24:\"wordpress-seo/wp-seo.php\";i:17;s:23:\"wp-rocket/wp-rocket.php\";i:18;s:25:\"wpseo-video/video-seo.php\";}', 'yes'),
(34, 'category_base', '', 'yes'),
(35, 'ping_sites', 'https://rpc.pingomatic.com/', 'yes'),
(36, 'comment_max_links', '2', 'yes'),
(37, 'gmt_offset', '', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', '', 'no'),
(40, 'template', 'lotusfile', 'yes'),
(41, 'stylesheet', 'lotusfile', 'yes'),
(42, 'comment_registration', '0', 'yes'),
(43, 'html_type', 'text/html', 'yes'),
(44, 'use_trackback', '0', 'yes'),
(45, 'default_role', 'subscriber', 'yes'),
(46, 'db_version', '60717', 'yes'),
(47, 'uploads_use_yearmonth_folders', '1', 'yes'),
(48, 'upload_path', '', 'yes'),
(49, 'blog_public', '1', 'yes'),
(50, 'default_link_category', '2', 'yes'),
(51, 'show_on_front', 'page', 'yes'),
(52, 'tag_base', '', 'yes'),
(53, 'show_avatars', '1', 'yes'),
(54, 'avatar_rating', 'G', 'yes'),
(55, 'upload_url_path', '', 'yes'),
(56, 'thumbnail_size_w', '150', 'yes'),
(57, 'thumbnail_size_h', '150', 'yes'),
(58, 'thumbnail_crop', '1', 'yes'),
(59, 'medium_size_w', '300', 'yes'),
(60, 'medium_size_h', '300', 'yes'),
(61, 'avatar_default', 'mystery', 'yes'),
(62, 'large_size_w', '1024', 'yes'),
(63, 'large_size_h', '1024', 'yes'),
(64, 'image_default_link_type', 'none', 'yes'),
(65, 'image_default_size', '', 'yes'),
(66, 'image_default_align', '', 'yes'),
(67, 'close_comments_for_old_posts', '0', 'yes'),
(68, 'close_comments_days_old', '14', 'yes'),
(69, 'thread_comments', '1', 'yes'),
(70, 'thread_comments_depth', '5', 'yes'),
(71, 'page_comments', '0', 'yes'),
(72, 'comments_per_page', '50', 'yes'),
(73, 'default_comments_page', 'newest', 'yes'),
(74, 'comment_order', 'asc', 'yes'),
(75, 'sticky_posts', 'a:0:{}', 'yes'),
(76, 'widget_categories', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(77, 'widget_text', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(78, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(79, 'uninstall_plugins', 'a:3:{s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}s:24:\"wordpress-seo/wp-seo.php\";s:14:\"__return_false\";s:37:\"user-role-editor/user-role-editor.php\";a:2:{i:0;s:16:\"User_Role_Editor\";i:1;s:9:\"uninstall\";}}', 'no'),
(80, 'timezone_string', 'Asia/Tehran', 'yes'),
(81, 'page_for_posts', '0', 'yes'),
(82, 'page_on_front', '2', 'yes'),
(83, 'default_post_format', '0', 'yes'),
(84, 'link_manager_enabled', '0', 'yes'),
(85, 'finished_splitting_shared_terms', '1', 'yes'),
(86, 'site_icon', '19', 'yes'),
(87, 'medium_large_size_w', '768', 'yes'),
(88, 'medium_large_size_h', '0', 'yes'),
(89, 'wp_page_for_privacy_policy', '3', 'yes'),
(90, 'show_comments_cookies_opt_in', '1', 'yes'),
(91, 'admin_email_lifespan', '1786461836', 'yes'),
(92, 'disallowed_keys', '', 'no'),
(93, 'comment_previously_approved', '1', 'yes'),
(94, 'auto_plugin_theme_update_emails', 'a:0:{}', 'no'),
(95, 'auto_update_core_dev', 'enabled', 'yes'),
(96, 'auto_update_core_minor', 'enabled', 'yes'),
(97, 'auto_update_core_major', 'enabled', 'yes'),
(98, 'wp_force_deactivated_plugins', 'a:0:{}', 'off'),
(99, 'initial_db_version', '53496', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(100, 'wp_user_roles', 'a:11:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:161:{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:20:\"wpseo_manage_options\";b:1;s:17:\"view_shop_reports\";b:1;s:24:\"view_shop_sensitive_data\";b:1;s:19:\"export_shop_reports\";b:1;s:21:\"manage_shop_discounts\";b:1;s:20:\"manage_shop_settings\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:18:\"view_product_stats\";b:1;s:15:\"import_products\";b:1;s:17:\"edit_shop_payment\";b:1;s:17:\"read_shop_payment\";b:1;s:19:\"delete_shop_payment\";b:1;s:18:\"edit_shop_payments\";b:1;s:25:\"edit_others_shop_payments\";b:1;s:21:\"publish_shop_payments\";b:1;s:26:\"read_private_shop_payments\";b:1;s:20:\"delete_shop_payments\";b:1;s:28:\"delete_private_shop_payments\";b:1;s:30:\"delete_published_shop_payments\";b:1;s:27:\"delete_others_shop_payments\";b:1;s:26:\"edit_private_shop_payments\";b:1;s:28:\"edit_published_shop_payments\";b:1;s:25:\"manage_shop_payment_terms\";b:1;s:23:\"edit_shop_payment_terms\";b:1;s:25:\"delete_shop_payment_terms\";b:1;s:25:\"assign_shop_payment_terms\";b:1;s:23:\"view_shop_payment_stats\";b:1;s:20:\"import_shop_payments\";b:1;s:18:\"edit_shop_discount\";b:1;s:18:\"read_shop_discount\";b:1;s:20:\"delete_shop_discount\";b:1;s:19:\"edit_shop_discounts\";b:1;s:26:\"edit_others_shop_discounts\";b:1;s:22:\"publish_shop_discounts\";b:1;s:27:\"read_private_shop_discounts\";b:1;s:21:\"delete_shop_discounts\";b:1;s:29:\"delete_private_shop_discounts\";b:1;s:31:\"delete_published_shop_discounts\";b:1;s:28:\"delete_others_shop_discounts\";b:1;s:27:\"edit_private_shop_discounts\";b:1;s:29:\"edit_published_shop_discounts\";b:1;s:26:\"manage_shop_discount_terms\";b:1;s:24:\"edit_shop_discount_terms\";b:1;s:26:\"delete_shop_discount_terms\";b:1;s:26:\"assign_shop_discount_terms\";b:1;s:24:\"view_shop_discount_stats\";b:1;s:21:\"import_shop_discounts\";b:1;s:23:\"wf2fa_activate_2fa_self\";b:1;s:25:\"wf2fa_activate_2fa_others\";b:1;s:21:\"wf2fa_manage_settings\";b:1;s:21:\"rocket_manage_options\";b:1;s:18:\"rocket_purge_cache\";b:1;s:18:\"rocket_purge_posts\";b:1;s:18:\"rocket_purge_terms\";b:1;s:18:\"rocket_purge_users\";b:1;s:29:\"rocket_purge_cloudflare_cache\";b:1;s:25:\"rocket_purge_sucuri_cache\";b:1;s:20:\"rocket_preload_cache\";b:1;s:30:\"rocket_regenerate_critical_css\";b:1;s:24:\"rocket_remove_unused_css\";b:1;s:22:\"wpseo_manage_redirects\";b:1;s:14:\"ure_edit_roles\";b:1;s:16:\"ure_create_roles\";b:1;s:16:\"ure_delete_roles\";b:1;s:23:\"ure_create_capabilities\";b:1;s:23:\"ure_delete_capabilities\";b:1;s:18:\"ure_manage_options\";b:1;s:15:\"ure_reset_roles\";b:1;s:12:\"create_posts\";b:1;s:17:\"install_languages\";b:1;s:14:\"resume_plugins\";b:1;s:13:\"resume_themes\";b:1;s:23:\"view_site_health_checks\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"duplicator_pro_basic\";b:1;s:21:\"duplicator_pro_create\";b:1;s:23:\"duplicator_pro_schedule\";b:1;s:22:\"duplicator_pro_storage\";b:1;s:29:\"duplicator_pro_backup_restore\";b:1;s:21:\"duplicator_pro_import\";b:1;s:21:\"duplicator_pro_export\";b:1;s:23:\"duplicator_pro_settings\";b:1;s:22:\"duplicator_pro_license\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:47:{s:19:\"delete_others_pages\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_others_products\";b:1;s:12:\"delete_pages\";b:1;s:12:\"delete_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:23:\"delete_private_products\";b:1;s:15:\"delete_products\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:25:\"delete_published_products\";b:1;s:17:\"edit_others_pages\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_others_products\";b:1;s:10:\"edit_pages\";b:1;s:10:\"edit_posts\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:21:\"edit_private_products\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_published_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:23:\"edit_published_products\";b:1;s:7:\"level_0\";b:1;s:7:\"level_1\";b:1;s:7:\"level_2\";b:1;s:7:\"level_3\";b:1;s:7:\"level_4\";b:1;s:7:\"level_5\";b:1;s:7:\"level_6\";b:1;s:7:\"level_7\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:13:\"publish_pages\";b:1;s:13:\"publish_posts\";b:1;s:16:\"publish_products\";b:1;s:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:21:\"read_private_products\";b:1;s:15:\"unfiltered_html\";b:1;s:12:\"upload_files\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:22:\"wpseo_manage_redirects\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{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: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:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:39:{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:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;s:23:\"view_site_health_checks\";b:1;s:22:\"wpseo_manage_redirects\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:37:{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:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:22:\"wpseo_manage_redirects\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:23:\"مدیر فروشگاه\";s:12:\"capabilities\";a:90:{s:4:\"read\";b:1;s:10:\"edit_posts\";b:1;s:12:\"delete_posts\";b:1;s:15:\"unfiltered_html\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:19:\"delete_others_pages\";b:1;s:19:\"delete_others_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:17:\"edit_others_posts\";b:1;s:10:\"edit_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:13:\"publish_pages\";b:1;s:13:\"publish_posts\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:17:\"view_shop_reports\";b:1;s:24:\"view_shop_sensitive_data\";b:1;s:19:\"export_shop_reports\";b:1;s:20:\"manage_shop_settings\";b:1;s:21:\"manage_shop_discounts\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:18:\"view_product_stats\";b:1;s:15:\"import_products\";b:1;s:17:\"edit_shop_payment\";b:1;s:17:\"read_shop_payment\";b:1;s:19:\"delete_shop_payment\";b:1;s:18:\"edit_shop_payments\";b:1;s:25:\"edit_others_shop_payments\";b:1;s:21:\"publish_shop_payments\";b:1;s:26:\"read_private_shop_payments\";b:1;s:20:\"delete_shop_payments\";b:1;s:28:\"delete_private_shop_payments\";b:1;s:30:\"delete_published_shop_payments\";b:1;s:27:\"delete_others_shop_payments\";b:1;s:26:\"edit_private_shop_payments\";b:1;s:28:\"edit_published_shop_payments\";b:1;s:25:\"manage_shop_payment_terms\";b:1;s:23:\"edit_shop_payment_terms\";b:1;s:25:\"delete_shop_payment_terms\";b:1;s:25:\"assign_shop_payment_terms\";b:1;s:23:\"view_shop_payment_stats\";b:1;s:20:\"import_shop_payments\";b:1;s:18:\"edit_shop_discount\";b:1;s:18:\"read_shop_discount\";b:1;s:20:\"delete_shop_discount\";b:1;s:19:\"edit_shop_discounts\";b:1;s:26:\"edit_others_shop_discounts\";b:1;s:22:\"publish_shop_discounts\";b:1;s:27:\"read_private_shop_discounts\";b:1;s:21:\"delete_shop_discounts\";b:1;s:29:\"delete_private_shop_discounts\";b:1;s:31:\"delete_published_shop_discounts\";b:1;s:28:\"delete_others_shop_discounts\";b:1;s:27:\"edit_private_shop_discounts\";b:1;s:29:\"edit_published_shop_discounts\";b:1;s:26:\"manage_shop_discount_terms\";b:1;s:24:\"edit_shop_discount_terms\";b:1;s:26:\"delete_shop_discount_terms\";b:1;s:26:\"assign_shop_discount_terms\";b:1;s:24:\"view_shop_discount_stats\";b:1;s:21:\"import_shop_discounts\";b:1;}}s:15:\"shop_accountant\";a:2:{s:4:\"name\";s:29:\"حسابدار فروشگاه\";s:12:\"capabilities\";a:8:{s:4:\"read\";b:1;s:10:\"edit_posts\";b:0;s:12:\"delete_posts\";b:0;s:13:\"edit_products\";b:1;s:21:\"read_private_products\";b:1;s:17:\"view_shop_reports\";b:1;s:19:\"export_shop_reports\";b:1;s:18:\"edit_shop_payments\";b:1;}}s:11:\"shop_worker\";a:2:{s:4:\"name\";s:27:\"کارمند فروشگاه\";s:12:\"capabilities\";a:61:{s:4:\"read\";b:1;s:10:\"edit_posts\";b:0;s:12:\"upload_files\";b:1;s:12:\"delete_posts\";b:0;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:18:\"view_product_stats\";b:1;s:15:\"import_products\";b:1;s:17:\"edit_shop_payment\";b:1;s:17:\"read_shop_payment\";b:1;s:19:\"delete_shop_payment\";b:1;s:18:\"edit_shop_payments\";b:1;s:25:\"edit_others_shop_payments\";b:1;s:21:\"publish_shop_payments\";b:1;s:26:\"read_private_shop_payments\";b:1;s:20:\"delete_shop_payments\";b:1;s:28:\"delete_private_shop_payments\";b:1;s:30:\"delete_published_shop_payments\";b:1;s:27:\"delete_others_shop_payments\";b:1;s:26:\"edit_private_shop_payments\";b:1;s:28:\"edit_published_shop_payments\";b:1;s:25:\"manage_shop_payment_terms\";b:1;s:23:\"edit_shop_payment_terms\";b:1;s:25:\"delete_shop_payment_terms\";b:1;s:25:\"assign_shop_payment_terms\";b:1;s:23:\"view_shop_payment_stats\";b:1;s:20:\"import_shop_payments\";b:1;s:18:\"edit_shop_discount\";b:1;s:18:\"read_shop_discount\";b:1;s:20:\"delete_shop_discount\";b:1;s:19:\"edit_shop_discounts\";b:1;s:26:\"edit_others_shop_discounts\";b:1;s:22:\"publish_shop_discounts\";b:1;s:27:\"read_private_shop_discounts\";b:1;s:21:\"delete_shop_discounts\";b:1;s:29:\"delete_private_shop_discounts\";b:1;s:31:\"delete_published_shop_discounts\";b:1;s:28:\"delete_others_shop_discounts\";b:1;s:27:\"edit_private_shop_discounts\";b:1;s:29:\"edit_published_shop_discounts\";b:1;s:26:\"manage_shop_discount_terms\";b:1;s:24:\"edit_shop_discount_terms\";b:1;s:26:\"delete_shop_discount_terms\";b:1;s:26:\"assign_shop_discount_terms\";b:1;s:24:\"view_shop_discount_stats\";b:1;s:21:\"import_shop_discounts\";b:1;}}s:11:\"shop_vendor\";a:2:{s:4:\"name\";s:12:\"فرشنده\";s:12:\"capabilities\";a:11:{s:4:\"read\";b:1;s:10:\"edit_posts\";b:0;s:12:\"upload_files\";b:1;s:12:\"delete_posts\";b:0;s:12:\"edit_product\";b:1;s:13:\"edit_products\";b:1;s:14:\"delete_product\";b:1;s:15:\"delete_products\";b:1;s:16:\"publish_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"assign_product_terms\";b:1;}}}', 'yes'),
(101, 'fresh_site', '0', 'off'),
(102, 'WPLANG', 'fa_IR', 'yes'),
(103, 'user_count', '3', 'off'),
(104, 'widget_block', 'a:6:{i:2;a:1:{s:7:\"content\";s:19:\"<!-- wp:search /-->\";}i:3;a:1:{s:7:\"content\";s:170:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>نوشته‌های تازه</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:242:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>آخرین دیدگاه‌ها</h2><!-- /wp:heading --><!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div><!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:159:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>بایگانی‌ها</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:155:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>دسته‌ها</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(105, 'sidebars_widgets', 'a:7:{s:19:\"wp_inactive_widgets\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}s:9:\"left_side\";a:0:{}s:10:\"left_side1\";a:0:{}s:9:\"home_side\";a:0:{}s:8:\"edd_side\";a:0:{}s:12:\"ft1_sidebars\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:13:\"array_version\";i:3;}', 'yes'),
(280, 'elementor_pro_version', '3.11.1', 'yes'),
(281, 'widget_elementor-library', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(282, 'wpseo_current_version', '16', 'no'),
(283, 'wpseo_premium_version', '22.8', 'yes'),
(284, 'wpseo-premium-redirects-export-plain', 'a:3:{s:19:\"برگه-نمونه\";a:2:{s:3:\"url\";s:3:\"2-2\";s:4:\"type\";i:301;}s:36:\"%d9%be%d8%b1%d8%af%d8%a7%d8%ae%d8%aa\";a:2:{s:3:\"url\";s:3:\"pay\";s:4:\"type\";i:301;}s:73:\"%d8%af%d8%b3%d8%aa%d9%87%d8%a8%d9%86%d8%af%db%8c-%d9%86%d8%b4%d8%af%d9%87\";a:2:{s:3:\"url\";s:17:\"top-seller-ebooks\";s:4:\"type\";i:301;}}', 'yes'),
(285, 'wpseo-premium-redirects-export-regex', 'a:0:{}', 'yes'),
(177, 'recently_activated', 'a:0:{}', 'off'),
(106, 'cron', 'a:34:{i:1771857713;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:1771857716;a:3:{s:32:\"action_scheduler_run_queue_rucss\";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;}}s:25:\"rocket_rucss_pending_jobs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:25:\"rocket_rucss_pending_jobs\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}s:27:\"rocket_rucss_on_submit_jobs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:27:\"rocket_rucss_on_submit_jobs\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}}i:1771858508;a:1:{s:21:\"wordfence_ls_ntp_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1771858522;a:1:{s:21:\"wordfence_hourly_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1771858877;a:1:{s:23:\"rocket_purge_time_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:34:\"rocket_expired_cache_cron_interval\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1771859070;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:1771859433;a:1:{s:30:\"edds_cleanup_rate_limiting_log\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1771860710;a:1:{s:33:\"updraftplus_clean_temporary_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1771862113;a:1:{s:20:\"wordfence_daily_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1771862587;a:1:{s:39:\"rocket_database_optimization_time_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:1771891470;a:2:{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:1771891500;a:1:{s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1771934670;a:1:{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;}}}i:1771934700;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:1771934701;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:1771935206;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:1771935207;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:1771935208;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:1771935215;a:1:{s:26:\"edd_daily_scheduled_events\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1771938261;a:1:{s:24:\"akismet_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;}}}i:1771948825;a:1:{s:27:\"rocket_update_dynamic_lists\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1771948828;a:1:{s:27:\"rocket_update_dynamic_lists\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1771948916;a:1:{s:34:\"rocket_rucss_clean_rows_time_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1771949428;a:1:{s:36:\"rocket_preload_clean_rows_time_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1771998748;a:1:{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;}}}i:1772021070;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:1772021615;a:1:{s:27:\"edd_weekly_scheduled_events\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1772035316;a:1:{s:31:\"rocket_remove_rucss_failed_jobs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:31:\"rocket_remove_rucss_failed_jobs\";s:4:\"args\";a:0:{}s:8:\"interval\";i:259200;}}}i:1772055354;a:1:{s:30:\"wordfence_start_scheduled_scan\";a:1:{s:32:\"f485174e915754b0e5328cba5d2b1cdf\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:1772055354;}}}}i:1772069061;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1772253000;a:1:{s:22:\"edd_email_summary_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1772314554;a:1:{s:30:\"wordfence_start_scheduled_scan\";a:1:{s:32:\"92ab10e904c5857038515bb930846ea7\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:1772314554;}}}}i:1772454600;a:1:{s:31:\"wordfence_email_activity_report\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}s:7:\"version\";i:2;}', 'on'),
(390446, '_site_transient_yoast_translations_wordpress-seo-premium', 'a:2:{s:21:\"wordpress-seo-premium\";a:1:{s:12:\"translations\";a:37:{i:0;a:7:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:8:\"27.1-RC1\";s:7:\"updated\";s:25:\"2026-01-14T05:26:18+00:00\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:95:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-ar.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ar\";i:1;s:3:\"ara\";}}i:1;a:7:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:8:\"27.1-RC1\";s:7:\"updated\";s:25:\"2025-11-07T12:27:03+00:00\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:95:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-ca.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ca\";i:1;s:3:\"cat\";}}i:2;a:7:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:8:\"27.1-RC1\";s:7:\"updated\";s:25:\"2025-10-08T10:55:50+00:00\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:98:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-zh_CN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"zh\";i:1;s:3:\"zho\";}}i:3;a:7:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:8:\"27.1-RC1\";s:7:\"updated\";s:25:\"2026-01-20T13:02:23+00:00\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:7:\"package\";s:98:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-cs_CZ.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"cs\";i:1;s:3:\"ces\";}}i:4;a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:8:\"27.1-RC1\";s:7:\"updated\";s:25:\"2026-01-19T13:38:58+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:98:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}i:5;a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:8:\"27.1-RC1\";s:7:\"updated\";s:25:\"2026-01-13T19:28:42+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:98:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}i:6;a:7:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:8:\"27.1-RC1\";s:7:\"updated\";s:25:\"2026-01-20T13:28:41+00:00\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:98:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-nl_BE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}i:7;a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:8:\"27.1-RC1\";s:7:\"updated\";s:25:\"2025-11-13T14:08:58+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:98:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}i:8;a:7:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:8:\"27.1-RC1\";s:7:\"updated\";s:25:\"2025-07-29T20:42:21+00:00\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:98:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-en_CA.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}i:9;a:7:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:8:\"27.1-RC1\";s:7:\"updated\";s:25:\"2025-07-29T20:42:21+00:00\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:98:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-en_NZ.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}i:10;a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:8:\"27.1-RC1\";s:7:\"updated\";s:25:\"2025-11-13T14:10:21+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:98:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}i:11;a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:8:\"27.1-RC1\";s:7:\"updated\";s:25:\"2025-10-08T10:48:22+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:95:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}i:12;a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:8:\"27.1-RC1\";s:7:\"updated\";s:25:\"2026-01-14T08:53:17+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:98:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}i:13;a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:8:\"27.1-RC1\";s:7:\"updated\";s:25:\"2026-01-16T08:26:58+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:98:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}i:14;a:7:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:8:\"27.1-RC1\";s:7:\"updated\";s:25:\"2026-01-15T08:37:08+00:00\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:105:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-de_DE_formal.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}i:15;a:7:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:8:\"27.1-RC1\";s:7:\"updated\";s:25:\"2026-01-20T09:07:44+00:00\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:95:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-el.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"el\";i:1;s:3:\"ell\";}}i:16;a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:8:\"27.1-RC1\";s:7:\"updated\";s:25:\"2025-10-08T10:47:55+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:98:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}i:17;a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:8:\"27.1-RC1\";s:7:\"updated\";s:25:\"2026-01-14T01:01:29+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:98:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}i:18;a:7:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:8:\"27.1-RC1\";s:7:\"updated\";s:25:\"2025-11-06T14:30:59+00:00\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:98:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-hu_HU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hu\";i:1;s:3:\"hun\";}}i:19;a:7:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:8:\"27.1-RC1\";s:7:\"updated\";s:25:\"2026-01-18T02:38:30+00:00\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:98:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-id_ID.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"id\";i:1;s:3:\"ind\";}}i:20;a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:8:\"27.1-RC1\";s:7:\"updated\";s:25:\"2026-01-15T15:13:42+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:98:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}i:21;a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:8:\"27.1-RC1\";s:7:\"updated\";s:25:\"2026-01-20T06:29:54+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:95:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}i:22;a:7:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:8:\"27.1-RC1\";s:7:\"updated\";s:25:\"2025-07-29T20:42:20+00:00\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:98:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-nb_NO.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nb\";i:1;s:3:\"nob\";}}i:23;a:7:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:8:\"27.1-RC1\";s:7:\"updated\";s:25:\"2026-01-14T19:55:40+00:00\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:98:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-fa_IR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fa\";i:1;s:3:\"fas\";}}i:24;a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:8:\"27.1-RC1\";s:7:\"updated\";s:25:\"2026-01-19T12:03:48+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:98:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}i:25;a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:8:\"27.1-RC1\";s:7:\"updated\";s:25:\"2026-01-15T08:39:41+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:98:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}i:26;a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:8:\"27.1-RC1\";s:7:\"updated\";s:25:\"2026-01-13T22:29:53+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:98:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}i:27;a:7:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:8:\"27.1-RC1\";s:7:\"updated\";s:25:\"2026-01-14T13:41:37+00:00\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:98:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-ro_RO.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ro\";i:1;s:3:\"ron\";}}i:28;a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:8:\"27.1-RC1\";s:7:\"updated\";s:25:\"2026-01-20T12:32:13+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:98:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}i:29;a:7:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:8:\"27.1-RC1\";s:7:\"updated\";s:25:\"2026-01-20T23:08:34+00:00\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:98:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-sr_RS.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sr\";i:1;s:3:\"srp\";}}i:30;a:7:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:8:\"27.1-RC1\";s:7:\"updated\";s:25:\"2026-01-08T05:38:54+00:00\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:98:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-sk_SK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sk\";i:1;s:3:\"slk\";}}i:31;a:7:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:8:\"27.1-RC1\";s:7:\"updated\";s:25:\"2026-01-22T04:58:00+00:00\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:98:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-es_MX.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}i:32;a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:8:\"27.1-RC1\";s:7:\"updated\";s:25:\"2026-01-15T08:40:52+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:98:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}i:33;a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:8:\"27.1-RC1\";s:7:\"updated\";s:25:\"2026-01-15T08:40:27+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:98:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}i:34;a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:8:\"27.1-RC1\";s:7:\"updated\";s:25:\"2026-01-15T08:40:06+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:98:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}i:35;a:7:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:8:\"27.1-RC1\";s:7:\"updated\";s:25:\"2026-01-20T12:32:35+00:00\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:95:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-uk.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"uk\";i:1;s:3:\"ukr\";}}i:36;a:7:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:8:\"27.1-RC1\";s:7:\"updated\";s:25:\"2025-07-29T20:42:19+00:00\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:95:\"https://packages.translationspress.com/yoast/wordpress-seo-premium/wordpress-seo-premium-vi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"vi\";i:1;s:3:\"vie\";}}}}s:13:\"_last_checked\";i:1771796878;}', 'off'),
(390760, '_transient_RCU_HS_TRANSIENT', '403 > HTTP/1.1 403 Forbidden', 'off'),
(107, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(108, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(109, 'widget_archives', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(110, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(111, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(112, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(113, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(114, 'widget_meta', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(115, 'widget_search', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(116, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(117, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(118, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(120, 'recovery_keys', 'a:0:{}', 'off'),
(123, 'theme_mods_twentytwentytwo', 'a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1719687142;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}', 'no'),
(126, 'https_detection_errors', 'a:0:{}', 'off'),
(336, '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'),
(289, '_elementor_pro_installed_time', '1674565125', 'yes'),
(136, 'widget_recent-posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(137, 'widget_recent-comments', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(295, '_elementor_pro_api_requests_lock', 'a:1:{s:11:\"get_version\";i:1770910116;}', 'yes'),
(144, 'auto_core_update_notified', 'a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:22:\"amin7777nnnn@gmail.com\";s:7:\"version\";s:5:\"6.8.2\";s:9:\"timestamp\";i:1752595397;}', 'off'),
(165, 'finished_updating_comment_type', '1', 'yes'),
(2806, 'edd_licensed_extensions', '{\"timeout\":1771883257,\"products\":[]}', 'off'),
(2778, 'widget_edd_cart_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(2779, 'widget_edd_categories_tags_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(2780, 'widget_edd_product_details', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(2807, '_elementor_pro_license_v2_data', 'a:2:{s:7:\"timeout\";i:1771913496;s:5:\"value\";s:71:\"{\"success\":true,\"license\":\"valid\",\"expires\":\"01.01.2030\",\"features\":[]}\";}', 'yes'),
(2783, 'edds_stripe_version', '2.8.13.1', 'yes'),
(2784, 'wpdb_edd_customers_version', '202303220', 'yes'),
(2785, 'wpdb_edd_customermeta_version', '201807111', 'yes'),
(2786, 'wpdb_edd_customer_addresses_version', '202004051', 'yes'),
(2787, 'wpdb_edd_customer_email_addresses_version', '202002141', 'yes'),
(2788, 'wpdb_edd_adjustments_version', '202307311', 'yes'),
(166, 'new_admin_email', 'amin7777nnnn@gmail.com', 'yes'),
(237, '_elementor_installed_time', '1674562409', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(238, 'elementor_remote_info_library', 'a:3:{s:10:\"types_data\";a:4:{s:5:\"block\";a:2:{s:10:\"categories\";a:30:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:10:\"ehp-footer\";i:9;s:10:\"ehp-header\";i:10;s:3:\"faq\";i:11;s:8:\"features\";i:12;s:6:\"footer\";i:13;s:7:\"Gallery\";i:14;s:6:\"header\";i:15;s:4:\"hero\";i:16;s:11:\"Link in Bio\";i:17;s:9:\"portfolio\";i:18;s:7:\"pricing\";i:19;s:15:\"product archive\";i:20;s:5:\"Quote\";i:21;s:15:\"Service Details\";i:22;s:8:\"services\";i:23;s:11:\"single page\";i:24;s:11:\"single post\";i:25;s:14:\"single product\";i:26;s:5:\"stats\";i:27;s:9:\"subscribe\";i:28;s:4:\"team\";i:29;s:12:\"testimonials\";}s:4:\"sets\";a:5:{i:0;s:11:\"Boxing Club\";i:1;s:19:\"Business Consultant\";i:2;s:16:\"Marketing Agency\";i:3;s:9:\"Wireframe\";i:4;s:15:\"Workshop Center\";}}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:2:\"lp\";a:1:{s:10:\"categories\";a:15:{i:0;s:8:\"Business\";i:1;s:16:\"Coming Soon Page\";i:2;s:9:\"eCommerce\";i:3;s:9:\"Education\";i:4;s:6:\"Events\";i:5;s:18:\"Health and Fitness\";i:6;s:3:\"NFT\";i:7;s:14:\"Online Service\";i:8;s:7:\"Product\";i:9;s:11:\"Real Estate\";i:10;s:18:\"Social Involvement\";i:11;s:14:\"Thank You Page\";i:12;s:6:\"Travel\";i:13;s:18:\"Under Construction\";i:14;s:9:\"Wireframe\";}}s:2:\"lb\";a:1:{s:10:\"categories\";a:2:{i:0;s:4:\"post\";i:1;s:7:\"product\";}}}s:10:\"categories\";a:30:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:10:\"ehp-footer\";i:9;s:10:\"ehp-header\";i:10;s:3:\"faq\";i:11;s:8:\"features\";i:12;s:6:\"footer\";i:13;s:7:\"Gallery\";i:14;s:6:\"header\";i:15;s:4:\"hero\";i:16;s:11:\"Link in Bio\";i:17;s:9:\"portfolio\";i:18;s:7:\"pricing\";i:19;s:15:\"product archive\";i:20;s:5:\"Quote\";i:21;s:15:\"Service Details\";i:22;s:8:\"services\";i:23;s:11:\"single page\";i:24;s:11:\"single post\";i:25;s:14:\"single product\";i:26;s:5:\"stats\";i:27;s:9:\"subscribe\";i:28;s:4:\"team\";i:29;s:12:\"testimonials\";}s:9:\"templates\";a:823:{i:0;a:20:{s:4:\"tmpl\";i:1280;s:2:\"id\";i:22403;s:5:\"title\";s:40:\"Hello Bar | Subscribe | Aesthetic Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/aesthetic-clinic-19.jpg\";s:12:\"tmpl_created\";i:1647354307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/hello-bar-subscribe-aesthetic-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:48:\"[\"Barbershop\",\"Business\",\"Discount\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:1;a:20:{s:4:\"tmpl\";i:1281;s:2:\"id\";i:22410;s:5:\"title\";s:32:\"Fly-In | Discount | Hair Stylist\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/hair-stylist-20.jpg\";s:12:\"tmpl_created\";i:1647354614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-discount-hair-stylist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Barbershop\",\"Discount\",\"Hair\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:2;a:20:{s:4:\"tmpl\";i:1285;s:2:\"id\";i:22440;s:5:\"title\";s:32:\"Classic | Subscribe | Shoe Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/shoes-store-21.jpg\";s:12:\"tmpl_created\";i:1647418620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-subscribe-shoe-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:37:\"[\"Ecommerce\",\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:3;a:20:{s:4:\"tmpl\";i:1286;s:2:\"id\";i:22446;s:5:\"title\";s:37:\"Full Screen | Subscribe | Denim Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/denim-store-22.jpg\";s:12:\"tmpl_created\";i:1647419614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/full-screen-subscribe-denim-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:4;a:20:{s:4:\"tmpl\";i:1287;s:2:\"id\";i:22452;s:5:\"title\";s:37:\"Fly-In | Subscribe | Pizza Restaurant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/pizza-restaurant-23.jpg\";s:12:\"tmpl_created\";i:1647420733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-subscribe-pizza-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:19:\"[\"Business\",\"Food\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:5;a:20:{s:4:\"tmpl\";i:1288;s:2:\"id\";i:22458;s:5:\"title\";s:38:\"Full Screen | Subscribe | Fashion Shop\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-shop-24.jpg\";s:12:\"tmpl_created\";i:1647426379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-subscribe-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Ecommerce\",\"Fashion\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:6;a:20:{s:4:\"tmpl\";i:1289;s:2:\"id\";i:22464;s:5:\"title\";s:32:\"Fly-In | Contact | Makeup Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/makeup-studio-25.jpg\";s:12:\"tmpl_created\";i:1647427026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-makeup-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:7;a:20:{s:4:\"tmpl\";i:1290;s:2:\"id\";i:22470;s:5:\"title\";s:32:\"Fly-In | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-26.jpg\";s:12:\"tmpl_created\";i:1647428250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:8;a:20:{s:4:\"tmpl\";i:1291;s:2:\"id\";i:22480;s:5:\"title\";s:27:\"Classic | CTA | MasterClass\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/master-class-27.jpg\";s:12:\"tmpl_created\";i:1647428474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-masterclass/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"cta\",\"Magazine\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:9;a:20:{s:4:\"tmpl\";i:1292;s:2:\"id\";i:22489;s:5:\"title\";s:29:\"Classic | CTA | Music Concert\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/music-concert-29.jpg\";s:12:\"tmpl_created\";i:1647429738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-music-concert/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"cta\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:10;a:20:{s:4:\"tmpl\";i:1293;s:2:\"id\";i:22495;s:5:\"title\";s:27:\"Classic | CTA | Music Album\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/music-album-30.jpg\";s:12:\"tmpl_created\";i:1647430056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-music-album/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Ba\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:11;a:20:{s:4:\"tmpl\";i:1294;s:2:\"id\";i:22501;s:5:\"title\";s:37:\"Fly-In | CTA | Photography Exhibition\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/photography-exhibition-31.jpg\";s:12:\"tmpl_created\";i:1647430512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-photography-exhibition/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:12;a:20:{s:4:\"tmpl\";i:1295;s:2:\"id\";i:22507;s:5:\"title\";s:34:\"Classic | CTA | Clothing Shop Sale\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/clothing-shop-sale-32.jpg\";s:12:\"tmpl_created\";i:1647430774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-cta-clothing-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:13;a:20:{s:4:\"tmpl\";i:1296;s:2:\"id\";i:22486;s:5:\"title\";s:30:\"Classic | CTA | Shop Promotion\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/shop-promotion-28.jpg\";s:12:\"tmpl_created\";i:1647430951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-shop-promotion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"cta\",\"Magazine\",\"Photography\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:14;a:20:{s:4:\"tmpl\";i:1297;s:2:\"id\";i:22516;s:5:\"title\";s:32:\"Fly-In | CTA | Glasses Shop Sale\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/glasses-shop-sale-33.jpg\";s:12:\"tmpl_created\";i:1647431136;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-cta-glasses-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:30:\"[\"Business\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:15;a:20:{s:4:\"tmpl\";i:1298;s:2:\"id\";i:22522;s:5:\"title\";s:30:\"Fly-In | Discount | Skate Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/50-skate-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647434058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-skate-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:16;a:20:{s:4:\"tmpl\";i:1299;s:2:\"id\";i:22532;s:5:\"title\";s:43:\"Classic | Subscription | Basketball Academy\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/21-basketball-academy-Subscription.jpg\";s:12:\"tmpl_created\";i:1647434608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/classic-subscription-basketball-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Education\",\"Marketing\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:17;a:20:{s:4:\"tmpl\";i:1300;s:2:\"id\";i:22543;s:5:\"title\";s:38:\"Classic | Discount | Veterinary Clinic\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/veterinery-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647435581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-discount-veterinary-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Discount\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:18;a:20:{s:4:\"tmpl\";i:1301;s:2:\"id\";i:22553;s:5:\"title\";s:39:\"Classic | Contact | Business Consulting\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/27-business-consulting-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647439935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/classic-contact-business-consulting/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:19;a:20:{s:4:\"tmpl\";i:1302;s:2:\"id\";i:22562;s:5:\"title\";s:28:\"Classic | Contact | Handyman\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/handyman-small.jpg\";s:12:\"tmpl_created\";i:1647440333;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-contact-handyman/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:20;a:20:{s:4:\"tmpl\";i:1303;s:2:\"id\";i:22573;s:5:\"title\";s:40:\"Classic | Discount | Online Fashion Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/31-online-fashion-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647462549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-online-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:21;a:20:{s:4:\"tmpl\";i:1304;s:2:\"id\";i:22583;s:5:\"title\";s:36:\"Fly-In | Discount | Personal Trainer\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/personal-trainer-small.jpg\";s:12:\"tmpl_created\";i:1647503781;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-personal-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:22;a:20:{s:4:\"tmpl\";i:1305;s:2:\"id\";i:22592;s:5:\"title\";s:41:\"Classic | Contact | Illustrator Portfolio\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/illustrator-protfolio-small.jpg\";s:12:\"tmpl_created\";i:1647504218;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-contact-illustrator-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:49:\"[\"Contact\",\"Creative Portfolio\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:23;a:20:{s:4:\"tmpl\";i:1306;s:2:\"id\";i:22602;s:5:\"title\";s:46:\"Bottom Bar | Discount | Handmade Ceramics Shop\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2022/03/handmade-ceramic-shop-36-small.jpg\";s:12:\"tmpl_created\";i:1647507007;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-ceramics-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:48:\"[\"Business\",\"cta\",\"Ecommerce\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:24;a:20:{s:4:\"tmpl\";i:1307;s:2:\"id\";i:22612;s:5:\"title\";s:51:\"Classic | Contact | Classic Car Restoration Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/restoration-car-shop-37-small.jpg\";s:12:\"tmpl_created\";i:1647507310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/classic-contact-classic-car-restoration-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:25;a:20:{s:4:\"tmpl\";i:1308;s:2:\"id\";i:22621;s:5:\"title\";s:30:\"Classic | Booking | Life Coach\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/38-life-coach-Booking.jpg\";s:12:\"tmpl_created\";i:1647508596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-booking-life-coach/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Booking\",\"Business\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:26;a:20:{s:4:\"tmpl\";i:1309;s:2:\"id\";i:22632;s:5:\"title\";s:42:\"Classic |  Subscription | Merchandise Shop\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/Merchandise-Shop-39-small.jpg\";s:12:\"tmpl_created\";i:1647509196;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-subscription-merchandise-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Ecommerce\",\"Marketing\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:27;a:20:{s:4:\"tmpl\";i:1310;s:2:\"id\";i:22643;s:5:\"title\";s:48:\"Fly-In | Contact | Non-Governmental Organization\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/NGO-41-small.jpg\";s:12:\"tmpl_created\";i:1647509528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:150:\"https://library.elementor.com/popups/fly-in-contact-non-governmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:28;a:20:{s:4:\"tmpl\";i:1311;s:2:\"id\";i:22654;s:5:\"title\";s:35:\"Hello Bar | Contact | Family Doctor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/family-doctor-44-small.jpg\";s:12:\"tmpl_created\";i:1647509732;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/hello-bar-contact-family-doctor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Contact\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:29;a:20:{s:4:\"tmpl\";i:1312;s:2:\"id\";i:22663;s:5:\"title\";s:36:\"Classic | Subscription | Sports Blog\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/45-sport-blog-Subscription.jpg\";s:12:\"tmpl_created\";i:1647509908;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-sports-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:30;a:20:{s:4:\"tmpl\";i:1313;s:2:\"id\";i:22673;s:5:\"title\";s:30:\"Hello Bar | Booking | Event DJ\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/DJ-service-46-small.jpg\";s:12:\"tmpl_created\";i:1647510160;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/hello-bar-booking-event-dj/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Booking\",\"Events\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:31;a:20:{s:4:\"tmpl\";i:1314;s:2:\"id\";i:22684;s:5:\"title\";s:36:\"Fly-In | Discount | Cleaning Company\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/51-cleaning-company-Discount.jpg\";s:12:\"tmpl_created\";i:1647510546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-cleaning-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Offer\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:32;a:20:{s:4:\"tmpl\";i:1315;s:2:\"id\";i:22693;s:5:\"title\";s:28:\"Fly-In | Contact | Carpenter\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/carpenter-53-small.jpg\";s:12:\"tmpl_created\";i:1647511972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-carpenter/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:33;a:20:{s:4:\"tmpl\";i:1316;s:2:\"id\";i:22703;s:5:\"title\";s:31:\"Classic | Booking | Yoga Studio\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/55-yoga-studio-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647512209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-booking-yoga-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Booking\",\"Contact\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:34;a:20:{s:4:\"tmpl\";i:1317;s:2:\"id\";i:22714;s:5:\"title\";s:37:\"Classic | Discount | Pet Care Company\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/56-Pet-Care-Discount.jpg\";s:12:\"tmpl_created\";i:1647513031;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-pet-care-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:35;a:20:{s:4:\"tmpl\";i:1318;s:2:\"id\";i:22725;s:5:\"title\";s:38:\"Fly-In | Discount | Online Coffee Shop\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/online-coffee-shop-57-small.jpg\";s:12:\"tmpl_created\";i:1647513325;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-discount-online-coffee-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Food\",\"Offer\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:36;a:20:{s:4:\"tmpl\";i:1319;s:2:\"id\";i:22737;s:5:\"title\";s:44:\"Fly-In | CTA | Moving &#038; Storage Company\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/moving-company-59-small.jpg\";s:12:\"tmpl_created\";i:1647520956;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-moving-storage-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:37;a:20:{s:4:\"tmpl\";i:1320;s:2:\"id\";i:22749;s:5:\"title\";s:47:\"Classic | Contact | Industrial Design Portfolio\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/60-industrial-design-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647528116;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/classic-contact-industrial-design-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:40:\"[\"Contact\",\"Interior Design\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:38;a:20:{s:4:\"tmpl\";i:1321;s:2:\"id\";i:22759;s:5:\"title\";s:25:\"Classic | Contact | Drone\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/drone-61-small.jpg\";s:12:\"tmpl_created\";i:1647528899;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-contact-drone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:39;a:20:{s:4:\"tmpl\";i:1322;s:2:\"id\";i:22768;s:5:\"title\";s:46:\"Full Screen | Menu | Fashion Stylist Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/62-Fashion-Stylist-Menu.jpg\";s:12:\"tmpl_created\";i:1647529434;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/full-screen-menu-fashion-stylist-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Fashion\",\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:40;a:20:{s:4:\"tmpl\";i:1323;s:2:\"id\";i:22780;s:5:\"title\";s:31:\"Fly-In | CTA | Landscape Design\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/64-Landscape-Design-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647530337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-landscape-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:41;a:20:{s:4:\"tmpl\";i:1324;s:2:\"id\";i:22790;s:5:\"title\";s:48:\"Bottom Bar  | Contact | Architecture Photography\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/architecture-photography-65-small.jpg\";s:12:\"tmpl_created\";i:1647532358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/bottom-bar-contact-architecture-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:26:\"[\"Architecture\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:42;a:20:{s:4:\"tmpl\";i:1325;s:2:\"id\";i:22800;s:5:\"title\";s:41:\"Fly-In  | CTA | Speech-Language Therapist\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/66-Speech-Language-Therapist-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647532720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/fly-in-cta-speech-language-therapist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:25:\"[\"cta\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:43;a:20:{s:4:\"tmpl\";i:1326;s:2:\"id\";i:22812;s:5:\"title\";s:35:\"Full Screen | Verification | Winery\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/67-Winery-Verification.jpg\";s:12:\"tmpl_created\";i:1647761384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/full-screen-verification-winery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:24:\"[\"Alert\",\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:44;a:20:{s:4:\"tmpl\";i:1327;s:2:\"id\";i:22822;s:5:\"title\";s:36:\"Fly-In | Subscription | Nutritionist\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/nutritionist-69-small.jpg\";s:12:\"tmpl_created\";i:1647762620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-subscription-nutritionist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Food\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:45;a:20:{s:4:\"tmpl\";i:1328;s:2:\"id\";i:22833;s:5:\"title\";s:40:\"Classic | Subscription | App &#038; SaaS\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/app-70-small.jpg\";s:12:\"tmpl_created\";i:1647762955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscription-app-saas/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:14:\"[\"App\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:46;a:20:{s:4:\"tmpl\";i:1329;s:2:\"id\";i:22844;s:5:\"title\";s:41:\"Bottom Bar | Discount | Handmade Cupcakes\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/72-Handmade-Cupcakes-Discount.jpg\";s:12:\"tmpl_created\";i:1647763350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-cupcakes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:21:\"[\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:47;a:20:{s:4:\"tmpl\";i:1330;s:2:\"id\";i:22855;s:5:\"title\";s:40:\"Bottom Bar | Subscription | Fashion Blog\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-blog-75-small.jpg\";s:12:\"tmpl_created\";i:1647763907;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/bottom-bar-subscription-fashion-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:30:\"[\"Blog\",\"Fashion\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:48;a:20:{s:4:\"tmpl\";i:1331;s:2:\"id\";i:22866;s:5:\"title\";s:28:\"Fly-In | CTA | Private Tutor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-77-small.jpg\";s:12:\"tmpl_created\";i:1647764062;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-cta-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:49;a:20:{s:4:\"tmpl\";i:1332;s:2:\"id\";i:22876;s:5:\"title\";s:30:\"Classic | CTA | Tennis Academy\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/78-Tennis-Academy-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765192;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-tennis-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:50;a:20:{s:4:\"tmpl\";i:1333;s:2:\"id\";i:22887;s:5:\"title\";s:31:\"Fly-In | CTA | Shared Workspace\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/shared-workspace-79-small.jpg\";s:12:\"tmpl_created\";i:1647765419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-shared-workspace/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Business\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:51;a:20:{s:4:\"tmpl\";i:1334;s:2:\"id\";i:22899;s:5:\"title\";s:30:\"Bottom Bar | CTA | Art Gallery\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/80-Art-Gallery-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765652;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/bottom-bar-cta-art-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:13:\"[\"Art\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:52;a:20:{s:4:\"tmpl\";i:1335;s:2:\"id\";i:22910;s:5:\"title\";s:44:\"Fly-In | Subscription | Hiking Tours Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/hiking-tours-company-81-small.jpg\";s:12:\"tmpl_created\";i:1647765835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscription-hiking-tours-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Subscribe\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:53;a:20:{s:4:\"tmpl\";i:1336;s:2:\"id\";i:22921;s:5:\"title\";s:26:\"Classic | CTA | Music Band\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/music-band-82-small.jpg\";s:12:\"tmpl_created\";i:1647769462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/classic-cta-music-band/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Marketing\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:54;a:20:{s:4:\"tmpl\";i:1337;s:2:\"id\";i:22935;s:5:\"title\";s:35:\"Classic | CTA | Computer Technician\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/comuter-technician-83-small.jpg\";s:12:\"tmpl_created\";i:1647769843;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-computer-technician/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:55;a:20:{s:4:\"tmpl\";i:1338;s:2:\"id\";i:22945;s:5:\"title\";s:37:\"Classic | Discount | Delivery Company\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/delivery-company-88-small.jpg\";s:12:\"tmpl_created\";i:1647770834;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-delivery-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Discount\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:56;a:20:{s:4:\"tmpl\";i:1339;s:2:\"id\";i:22959;s:5:\"title\";s:29:\"Classic | Discount | Eco Shop\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/echo-shop-89-small.jpg\";s:12:\"tmpl_created\";i:1647771211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-discount-eco-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:57;a:20:{s:4:\"tmpl\";i:1340;s:2:\"id\";i:22972;s:5:\"title\";s:54:\"Fly-In | Subscription | Health &#038; Mindfulness Blog\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small.jpg\";s:12:\"tmpl_created\";i:1647771461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/fly-in-subscription-health-mindfulness-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:21:\"[\"Health\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:58;a:20:{s:4:\"tmpl\";i:1341;s:2:\"id\";i:22982;s:5:\"title\";s:31:\"Full Screen | Menu | Art Museum\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/art-museum-112-small.jpg\";s:12:\"tmpl_created\";i:1647771938;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-art-museum/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:59;a:20:{s:4:\"tmpl\";i:1342;s:2:\"id\";i:22992;s:5:\"title\";s:40:\"Classic | Discount | Urban Clothing Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small-1.jpg\";s:12:\"tmpl_created\";i:1647773067;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-urban-clothing-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Discount\",\"Ecommerce\",\"Fashion\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:60;a:20:{s:4:\"tmpl\";i:1343;s:2:\"id\";i:23004;s:5:\"title\";s:60:\"Full Screen | Menu | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small-1.jpg\";s:12:\"tmpl_created\";i:1647773366;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:155:\"https://library.elementor.com/popups/full-screen-menu-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:61;a:20:{s:4:\"tmpl\";i:1344;s:2:\"id\";i:23015;s:5:\"title\";s:62:\"Bottom Bar | Contact | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small.jpg\";s:12:\"tmpl_created\";i:1647773492;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/bottom-bar-contact-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:23:\"[\"Contact\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:62;a:20:{s:4:\"tmpl\";i:1345;s:2:\"id\";i:23025;s:5:\"title\";s:32:\"Full Screen | Menu | Flower Shop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small.jpg\";s:12:\"tmpl_created\";i:1647773820;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:63;a:20:{s:4:\"tmpl\";i:1346;s:2:\"id\";i:23037;s:5:\"title\";s:36:\"Classic | Subscription | Flower Shop\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small-1.jpg\";s:12:\"tmpl_created\";i:1647773949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:64;a:20:{s:4:\"tmpl\";i:1347;s:2:\"id\";i:23056;s:5:\"title\";s:48:\"Classic | Discount | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small-1.jpg\";s:12:\"tmpl_created\";i:1647774468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-discount-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:65;a:20:{s:4:\"tmpl\";i:1348;s:2:\"id\";i:23067;s:5:\"title\";s:37:\"Fly-In | Menu | Baby Sleep Consultant\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small-1.jpg\";s:12:\"tmpl_created\";i:1647778954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:66;a:20:{s:4:\"tmpl\";i:1349;s:2:\"id\";i:23077;s:5:\"title\";s:46:\"Classic | Subscription | Baby Sleep Consultant\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small.jpg\";s:12:\"tmpl_created\";i:1647779074;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/classic-subscription-baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:12:\"[\"Discount\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:67;a:20:{s:4:\"tmpl\";i:1350;s:2:\"id\";i:23090;s:5:\"title\";s:33:\"Full Screen | Menu | Luxury Hotel\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small.jpg\";s:12:\"tmpl_created\";i:1647779390;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/full-screen-menu-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:68;a:20:{s:4:\"tmpl\";i:1351;s:2:\"id\";i:23100;s:5:\"title\";s:31:\"Fly-In | Booking | Luxury Hotel\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small-1.jpg\";s:12:\"tmpl_created\";i:1647779500;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-booking-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Booking\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:69;a:20:{s:4:\"tmpl\";i:1352;s:2:\"id\";i:23109;s:5:\"title\";s:38:\"Full Screen | Menu | Design Conference\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small.jpg\";s:12:\"tmpl_created\";i:1647779675;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:70;a:20:{s:4:\"tmpl\";i:1353;s:2:\"id\";i:23120;s:5:\"title\";s:41:\"Full Screen | Booking | Design Conference\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small-1.jpg\";s:12:\"tmpl_created\";i:1647779793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/full-screen-booking-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Booking\",\"Conference\",\"Creative\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:71;a:20:{s:4:\"tmpl\";i:1354;s:2:\"id\";i:23129;s:5:\"title\";s:29:\"Slide-In | Menu | VR Headsets\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small.jpg\";s:12:\"tmpl_created\";i:1647781211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-menu-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:72;a:20:{s:4:\"tmpl\";i:1355;s:2:\"id\";i:23139;s:5:\"title\";s:31:\"Classic | Contact | VR Headsets\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small-1.jpg\";s:12:\"tmpl_created\";i:1647781384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:73;a:20:{s:4:\"tmpl\";i:1356;s:2:\"id\";i:23149;s:5:\"title\";s:38:\"Slide-In | Menu | Portrait Photography\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Menu.jpg\";s:12:\"tmpl_created\";i:1647782336;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/slide-in-menu-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:74;a:20:{s:4:\"tmpl\";i:1357;s:2:\"id\";i:23159;s:5:\"title\";s:47:\"Hello Bar | Subscription | Portrait Photography\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Subscription.jpg\";s:12:\"tmpl_created\";i:1647782478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/hello-bar-subscription-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Blog\",\"Photography\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:75;a:20:{s:4:\"tmpl\";i:1358;s:2:\"id\";i:23169;s:5:\"title\";s:32:\"Full Screen | Menu | English Pub\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Menu.jpg\";s:12:\"tmpl_created\";i:1647782664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:76;a:20:{s:4:\"tmpl\";i:1359;s:2:\"id\";i:23179;s:5:\"title\";s:32:\"Classic | Discount | English Pub\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Discount.jpg\";s:12:\"tmpl_created\";i:1647782796;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:77;a:20:{s:4:\"tmpl\";i:1360;s:2:\"id\";i:23189;s:5:\"title\";s:27:\"Full Screen | Menu | Singer\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Menu.jpg\";s:12:\"tmpl_created\";i:1647783070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/full-screen-menu-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:29:\"[\"Fullscreen\",\"menu\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:78;a:20:{s:4:\"tmpl\";i:1361;s:2:\"id\";i:23200;s:5:\"title\";s:31:\"Classic | Subscription | Singer\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Subscription.jpg\";s:12:\"tmpl_created\";i:1647783249;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-subscription-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Music\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:79;a:20:{s:4:\"tmpl\";i:1362;s:2:\"id\";i:23210;s:5:\"title\";s:38:\"Full Screen | Menu | Virtual Assistant\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistnt-73-small.jpg\";s:12:\"tmpl_created\";i:1647784292;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:80;a:20:{s:4:\"tmpl\";i:1363;s:2:\"id\";i:23223;s:5:\"title\";s:39:\"Hello Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/73-Virtual-Assistant-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647784616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-contact-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:37:\"[\"Contact\",\"Psychologist\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:81;a:20:{s:4:\"tmpl\";i:1364;s:2:\"id\";i:23234;s:5:\"title\";s:32:\"Slide-In  | Menu | Personal Chef\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Menu.jpg\";s:12:\"tmpl_created\";i:1647798194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-menu-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:82;a:20:{s:4:\"tmpl\";i:1365;s:2:\"id\";i:23244;s:5:\"title\";s:29:\"Classic | CTA | Personal Chef\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647798297;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Booking\",\"Chef\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:83;a:20:{s:4:\"tmpl\";i:1366;s:2:\"id\";i:23254;s:5:\"title\";s:31:\"Full Screen | Menu | Food Truck\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small-1.jpg\";s:12:\"tmpl_created\";i:1647798447;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:84;a:20:{s:4:\"tmpl\";i:1367;s:2:\"id\";i:23265;s:5:\"title\";s:30:\"Fly-In | Discount | Food Truck\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small.jpg\";s:12:\"tmpl_created\";i:1647798657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:85;a:20:{s:4:\"tmpl\";i:1369;s:2:\"id\";i:23323;s:5:\"title\";s:28:\"Classic | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-6-Small.jpg\";s:12:\"tmpl_created\";i:1647855505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:86;a:20:{s:4:\"tmpl\";i:1370;s:2:\"id\";i:23329;s:5:\"title\";s:29:\"Slide-In | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-5-Small.jpg\";s:12:\"tmpl_created\";i:1647855865;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:87;a:20:{s:4:\"tmpl\";i:1371;s:2:\"id\";i:23335;s:5:\"title\";s:31:\"Slide-In | CTA | Black Friday 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-1-Small.jpg\";s:12:\"tmpl_created\";i:1647856357;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-cta-black-friday-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:88;a:20:{s:4:\"tmpl\";i:1372;s:2:\"id\";i:23341;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-3-Small.jpg\";s:12:\"tmpl_created\";i:1647856493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:89;a:20:{s:4:\"tmpl\";i:1373;s:2:\"id\";i:23347;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-2-Small.jpg\";s:12:\"tmpl_created\";i:1647856891;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:90;a:20:{s:4:\"tmpl\";i:1374;s:2:\"id\";i:23354;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 4\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-4-Small.jpg\";s:12:\"tmpl_created\";i:1647856996;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:91;a:20:{s:4:\"tmpl\";i:1375;s:2:\"id\";i:23394;s:5:\"title\";s:27:\"Classic | CTA | Halloween 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-3-Small.jpg\";s:12:\"tmpl_created\";i:1647857351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-halloween-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:31:\"[\"cta\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:92;a:20:{s:4:\"tmpl\";i:1376;s:2:\"id\";i:23401;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-2-Small.jpg\";s:12:\"tmpl_created\";i:1647857567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:93;a:20:{s:4:\"tmpl\";i:1377;s:2:\"id\";i:23407;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-1-Small.jpg\";s:12:\"tmpl_created\";i:1647857814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:94;a:20:{s:4:\"tmpl\";i:1378;s:2:\"id\";i:23416;s:5:\"title\";s:31:\"Fly-In | Discount | Halloween 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-5-Small.jpg\";s:12:\"tmpl_created\";i:1647858024;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-discount-halloween-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:44:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:95;a:20:{s:4:\"tmpl\";i:1379;s:2:\"id\";i:23422;s:5:\"title\";s:36:\"Classic | Subscription | Halloween 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-4-Small.jpg\";s:12:\"tmpl_created\";i:1647858246;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-halloween-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:48:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:96;a:20:{s:4:\"tmpl\";i:1380;s:2:\"id\";i:23471;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-2-Small.jpg\";s:12:\"tmpl_created\";i:1647859193;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:97;a:20:{s:4:\"tmpl\";i:1381;s:2:\"id\";i:23477;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-4-Small.jpg\";s:12:\"tmpl_created\";i:1647859838;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:98;a:20:{s:4:\"tmpl\";i:1382;s:2:\"id\";i:23483;s:5:\"title\";s:26:\"Fly-In | CTA | Christmas 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-1-Small.jpg\";s:12:\"tmpl_created\";i:1647860157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/fly-in-cta-christmas-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:99;a:20:{s:4:\"tmpl\";i:1383;s:2:\"id\";i:23489;s:5:\"title\";s:33:\"Slide-In | Discount | Christmas 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-5-Small.jpg\";s:12:\"tmpl_created\";i:1647860302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-christmas-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:100;a:20:{s:4:\"tmpl\";i:1384;s:2:\"id\";i:23496;s:5:\"title\";s:32:\"Classic | Discount | Christmas 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-3-Small.jpg\";s:12:\"tmpl_created\";i:1647860454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-christmas-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Christmas\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:101;a:20:{s:4:\"tmpl\";i:1385;s:2:\"id\";i:23523;s:5:\"title\";s:30:\"Classic | CTA | Valentines Day\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-2-Small.jpg\";s:12:\"tmpl_created\";i:1647860912;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-valentines-day/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:102;a:20:{s:4:\"tmpl\";i:1386;s:2:\"id\";i:23529;s:5:\"title\";s:39:\"Hello Bar | Discount | Valentines Day 2\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-1-Small.jpg\";s:12:\"tmpl_created\";i:1647861064;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-discount-valentines-day-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:30:\"[\"Discount\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:103;a:20:{s:4:\"tmpl\";i:1387;s:2:\"id\";i:23536;s:5:\"title\";s:32:\"Classic | CTA | Valentines Day 3\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-3-Small.jpg\";s:12:\"tmpl_created\";i:1647861536;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-cta-valentines-day-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:104;a:20:{s:4:\"tmpl\";i:1388;s:2:\"id\";i:23586;s:5:\"title\";s:51:\"Fly-In | Subscribe | Health &#038; Wellness Company\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/35-Subscribe-Health-Wellness-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647862008;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscribe-health-wellness-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"Business\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:105;a:20:{s:4:\"tmpl\";i:1389;s:2:\"id\";i:23592;s:5:\"title\";s:34:\"Classic | Subscribe | Tech Company\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/36-Subscribe-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647866706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-subscribe-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:106;a:20:{s:4:\"tmpl\";i:1390;s:2:\"id\";i:23598;s:5:\"title\";s:36:\"Classic | Contact Us | Fight Classes\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/37-Contact-Us-Fight-Classes-Small.jpg\";s:12:\"tmpl_created\";i:1647866869;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-contact-us-fight-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:107;a:20:{s:4:\"tmpl\";i:1391;s:2:\"id\";i:23611;s:5:\"title\";s:31:\"Classic | CTA | Mochi Shop Sale\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2022/03/39-Click-Through-Mochi-Shop-Sale-Small.jpg\";s:12:\"tmpl_created\";i:1647867750;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-cta-mochi-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"cta\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:108;a:20:{s:4:\"tmpl\";i:1392;s:2:\"id\";i:23618;s:5:\"title\";s:28:\"Classic | CTA | Fashion Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/40-Click-Through-Fashion-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647868251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:109;a:20:{s:4:\"tmpl\";i:1393;s:2:\"id\";i:23624;s:5:\"title\";s:29:\"Fly-In | Login | Tech Company\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/41-Login-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647868704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/fly-in-login-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:110;a:20:{s:4:\"tmpl\";i:1394;s:2:\"id\";i:23630;s:5:\"title\";s:36:\"Fly-In | Verification | Liquor Store\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/42-Verification-Liquor-Store-Small.jpg\";s:12:\"tmpl_created\";i:1647870308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-verification-liquor-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:111;a:20:{s:4:\"tmpl\";i:1395;s:2:\"id\";i:23636;s:5:\"title\";s:39:\"Hello Bar | Subscribe | Online Magazine\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/44-Subscribe-Online-Magazine-Small.jpg\";s:12:\"tmpl_created\";i:1647870465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-subscribe-online-magazine/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:112;a:20:{s:4:\"tmpl\";i:1396;s:2:\"id\";i:23642;s:5:\"title\";s:27:\"Fly-In | Login | Health Spa\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/43-Login-Health-Spa-Small.jpg\";s:12:\"tmpl_created\";i:1647872427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/fly-in-login-health-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Login\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:113;a:20:{s:4:\"tmpl\";i:1397;s:2:\"id\";i:23648;s:5:\"title\";s:33:\"Fly-In | Verification | Wine Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/45-Verification-Wine-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647872627;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/fly-in-verification-wine-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:114;a:20:{s:4:\"tmpl\";i:1421;s:2:\"id\";i:24235;s:5:\"title\";s:24:\"Ladydog Club &#8211; NFT\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/05/Ladydog_Club.jpg\";s:12:\"tmpl_created\";i:1651525072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/ladydog-club-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:115;a:20:{s:4:\"tmpl\";i:1422;s:2:\"id\";i:24166;s:5:\"title\";s:15:\"Dot &#8211; NFT\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/05/Dot-250_280.jpg\";s:12:\"tmpl_created\";i:1651525117;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/lp/dot-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:116;a:20:{s:4:\"tmpl\";i:1423;s:2:\"id\";i:24191;s:5:\"title\";s:28:\"Cosmic Neighbors &#8211; NFT\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Cosmic_Neighbors-250_280.jpg\";s:12:\"tmpl_created\";i:1651525124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/cosmic-neighbors-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:117;a:20:{s:4:\"tmpl\";i:1424;s:2:\"id\";i:24255;s:5:\"title\";s:30:\"Happy Food Friends &#8211; NFT\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/05/Featured_Image.jpg\";s:12:\"tmpl_created\";i:1651525475;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/happy-food-friends-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:118;a:20:{s:4:\"tmpl\";i:1443;s:2:\"id\";i:24599;s:5:\"title\";s:27:\"Wireframe &#8211; Courses 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Courses-1.jpg\";s:12:\"tmpl_created\";i:1653989626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-courses-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:180:\"[\"About\",\"Academy\",\"Booking\",\"Business\",\"Course Online\",\"Features\",\"Footer\",\"Landing Pages\",\"Online Service\",\"Professional\",\"School\",\"Services\",\"Subscribe\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:119;a:20:{s:4:\"tmpl\";i:1444;s:2:\"id\";i:24614;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1-2.jpg\";s:12:\"tmpl_created\";i:1653990084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:139:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:120;a:20:{s:4:\"tmpl\";i:1445;s:2:\"id\";i:24629;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2-2.jpg\";s:12:\"tmpl_created\";i:1653990132;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:123:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:121;a:20:{s:4:\"tmpl\";i:1446;s:2:\"id\";i:24644;s:5:\"title\";s:27:\"Wireframe &#8211; Webinar 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Webinar-1.jpg\";s:12:\"tmpl_created\";i:1653990164;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-webinar-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:177:\"[\"About\",\"Academy\",\"Booking\",\"Conference\",\"Course Online\",\"Education\",\"Features\",\"Footer\",\"Form\",\"Landing Pages\",\"Online Event\",\"Online Service\",\"Subscribe\",\"Virtual\",\"Webinar\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:122;a:20:{s:4:\"tmpl\";i:1447;s:2:\"id\";i:24655;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3-2.jpg\";s:12:\"tmpl_created\";i:1653990198;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:143:\"[\"About\",\"Agency\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Portfolio\",\"Professional\",\"Project\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:123;a:20:{s:4:\"tmpl\";i:1448;s:2:\"id\";i:24677;s:5:\"title\";s:28:\"Wireframe &#8211; Services 4\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-4.jpg\";s:12:\"tmpl_created\";i:1653990233;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:102:\"[\"About\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:124;a:20:{s:4:\"tmpl\";i:1449;s:2:\"id\";i:24687;s:5:\"title\";s:28:\"Wireframe &#8211; Products 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Products-1.jpg\";s:12:\"tmpl_created\";i:1653990273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-products-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:128:\"[\"About\",\"Booking\",\"Business\",\"Clients\",\"Ecommerce\",\"Features\",\"Footer\",\"Landing Pages\",\"Products\",\"Sales\",\"Shop\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:125;a:20:{s:4:\"tmpl\";i:1450;s:2:\"id\";i:24706;s:5:\"title\";s:28:\"Wireframe &#8211; Services 5\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-5.jpg\";s:12:\"tmpl_created\";i:1653990322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:149:\"[\"About\",\"Booking\",\"Consulting\",\"Contact\",\"Doctor\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:126;a:20:{s:4:\"tmpl\";i:1451;s:2:\"id\";i:23604;s:5:\"title\";s:38:\"Classic | Subscribe | Nail Polish Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/38-Subscribe-Nail-Polish-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1660205114;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-subscribe-nail-polish-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:127;a:20:{s:4:\"tmpl\";i:1452;s:2:\"id\";i:23047;s:5:\"title\";s:46:\"Fly-In | Contact | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small.jpg\";s:12:\"tmpl_created\";i:1660205149;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/fly-in-contact-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Contact\",\"Ebook\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:128;a:20:{s:4:\"tmpl\";i:1199;s:2:\"id\";i:18839;s:5:\"title\";s:27:\"Hello Bar | CTA | eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/05/350x250.png\";s:12:\"tmpl_created\";i:1621870603;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/hello-bar-cta-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:41:\"[\"Ecommerce\",\"Online Shop\",\"Sale\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:129;a:20:{s:4:\"tmpl\";i:1247;s:2:\"id\";i:21907;s:5:\"title\";s:50:\"Fly-In | Team Details  | Electronic Music Festival\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/Kit-8-electronic-music-festival-CTA-image-1.jpg\";s:12:\"tmpl_created\";i:1646660881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/fly-in-team-details-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:130;a:20:{s:4:\"tmpl\";i:1253;s:2:\"id\";i:22162;s:5:\"title\";s:46:\"Full Screen | Menu | Electronic Music Festival\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/8-music-festival-Team-Details.jpg\";s:12:\"tmpl_created\";i:1647272934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:154:\"https://library.elementor.com/popups/full-screen-menu-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:131;a:20:{s:4:\"tmpl\";i:1254;s:2:\"id\";i:22172;s:5:\"title\";s:45:\"Classic | Discount | Health &#038; Beauty Spa\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/health-beauty-spa-small.jpg\";s:12:\"tmpl_created\";i:1647273547;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-discount-popup-health-beauty-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:36:\"[\"Hair\",\"Health\",\"Sales\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:132;a:20:{s:4:\"tmpl\";i:1255;s:2:\"id\";i:22183;s:5:\"title\";s:44:\"Hello Bar | CTA | Environmental Organization\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/11-Environmental-Organization-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647274384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/hello-bar-cta-popup-environmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:133;a:20:{s:4:\"tmpl\";i:1256;s:2:\"id\";i:22195;s:5:\"title\";s:39:\"Classic | Discount | Italian Restaurant\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/restaurant-small.jpg\";s:12:\"tmpl_created\";i:1647329432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-discount-popup-italian-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Restaurant\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:134;a:20:{s:4:\"tmpl\";i:1257;s:2:\"id\";i:22210;s:5:\"title\";s:45:\"Bottom Bar | Discount | Technology Conference\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tech-conference-small.jpg\";s:12:\"tmpl_created\";i:1647330423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/bottom-bar-discount-popup-technology-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:38:\"[\"Conference\",\"Sales\",\"Save the Date\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:135;a:20:{s:4:\"tmpl\";i:1258;s:2:\"id\";i:22221;s:5:\"title\";s:32:\"Hello Bar | Menu | Tattoo Studio\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small-1.jpg\";s:12:\"tmpl_created\";i:1647330705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/hello-bar-menu-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:17:\"[\"Header\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:136;a:20:{s:4:\"tmpl\";i:1259;s:2:\"id\";i:22231;s:5:\"title\";s:37:\"Full Screen | Booking | Tattoo Studio\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small.jpg\";s:12:\"tmpl_created\";i:1647331823;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-booking-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:137;a:20:{s:4:\"tmpl\";i:1260;s:2:\"id\";i:22251;s:5:\"title\";s:34:\"Classic | Discount | Dental Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/dental-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647332171;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-popup-dental-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Health\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:138;a:20:{s:4:\"tmpl\";i:1261;s:2:\"id\";i:22261;s:5:\"title\";s:34:\"Slide-In | Contact | Makeup Artist\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/20-Makeup-Artist-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647333946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/slide-in-contact-popup-makeup-artist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:139;a:20:{s:4:\"tmpl\";i:1262;s:2:\"id\";i:22271;s:5:\"title\";s:24:\"Fly-In | CTA | Headphone\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/headphones-1-small.jpg\";s:12:\"tmpl_created\";i:1647334784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-cta-popup-headphone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:41:\"[\"cta\",\"Ecommerce\",\"Marketing\",\"Product\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:140;a:20:{s:4:\"tmpl\";i:1263;s:2:\"id\";i:22277;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/online-course-2.jpg\";s:12:\"tmpl_created\";i:1647337110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-popup-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Course Online\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:141;a:20:{s:4:\"tmpl\";i:1264;s:2:\"id\";i:22283;s:5:\"title\";s:40:\"Bottom Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistant-3.jpg\";s:12:\"tmpl_created\";i:1647337517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-contact-popup-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:142;a:20:{s:4:\"tmpl\";i:1265;s:2:\"id\";i:22289;s:5:\"title\";s:32:\"Fly-In | Contact | Private Tutor\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-4.jpg\";s:12:\"tmpl_created\";i:1647337676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-contact-popup-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:27:\"[\"Contact\",\"Course Online\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:143;a:20:{s:4:\"tmpl\";i:1266;s:2:\"id\";i:22295;s:5:\"title\";s:31:\"Classic |  Login | Login Travel\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/login-travel-6.jpg\";s:12:\"tmpl_created\";i:1647339467;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-login-popup-login-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:144;a:20:{s:4:\"tmpl\";i:1267;s:2:\"id\";i:22301;s:5:\"title\";s:36:\"Full Screen | Login | Login Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/login-business-7.jpg\";s:12:\"tmpl_created\";i:1647339782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/full-screen-login-popup-login-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:16:\"[\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:145;a:20:{s:4:\"tmpl\";i:1268;s:2:\"id\";i:22307;s:5:\"title\";s:28:\"Classic | Login | Login Blog\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/login-blog-8.jpg\";s:12:\"tmpl_created\";i:1647339986;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-login-popup-login-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:146;a:20:{s:4:\"tmpl\";i:1269;s:2:\"id\";i:22313;s:5:\"title\";s:31:\"Classic | Login | Login Fashion\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/login-fashion-9.jpg\";s:12:\"tmpl_created\";i:1647340204;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-login-popup-login-fashion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Fashion\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:147;a:20:{s:4:\"tmpl\";i:1270;s:2:\"id\";i:22319;s:5:\"title\";s:40:\"Classic |  Login | Login Design Platform\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/03/login-design-platform-10.jpg\";s:12:\"tmpl_created\";i:1647340531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-login-popup-login-design-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Design\",\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:148;a:20:{s:4:\"tmpl\";i:1271;s:2:\"id\";i:22325;s:5:\"title\";s:36:\"Fly-In | Contact | Digital Marketing\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-marketing-11.jpg\";s:12:\"tmpl_created\";i:1647340770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-contact-popup-digital-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:51:\"[\"Business\",\"Contact\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:149;a:20:{s:4:\"tmpl\";i:1272;s:2:\"id\";i:22331;s:5:\"title\";s:36:\"Fly-In | CTA | Dog Cat Food Delivery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/dog-cat-food-delivery-5.jpg\";s:12:\"tmpl_created\";i:1647341069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-cta-popup-dog-cat-food-delivery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Delivery Service\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:150;a:20:{s:4:\"tmpl\";i:1273;s:2:\"id\";i:22337;s:5:\"title\";s:37:\"Full Screen | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-12.jpg\";s:12:\"tmpl_created\";i:1647341370;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-contact-popup-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:151;a:20:{s:4:\"tmpl\";i:1274;s:2:\"id\";i:22343;s:5:\"title\";s:44:\"Classic | Contact | Support Product Platform\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/03/support-13.jpg\";s:12:\"tmpl_created\";i:1647341972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-contact-support-product-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Contact\",\"Support\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:152;a:20:{s:4:\"tmpl\";i:1275;s:2:\"id\";i:22371;s:5:\"title\";s:38:\"Full Screen | Contact | Small Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/small-business-14.jpg\";s:12:\"tmpl_created\";i:1647342508;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-contact-small-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:40:\"[\"Business\",\"Contact\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:153;a:20:{s:4:\"tmpl\";i:1276;s:2:\"id\";i:22377;s:5:\"title\";s:31:\"Classic | Contact | Online Shop\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/online-shop-15.jpg\";s:12:\"tmpl_created\";i:1647352786;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-online-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:154;a:20:{s:4:\"tmpl\";i:1277;s:2:\"id\";i:22383;s:5:\"title\";s:40:\"Classic | Booking | Children Optometrist\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/children-optometrist-16.jpg\";s:12:\"tmpl_created\";i:1647352963;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-booking-children-optometrist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:53:\"[\"Booking\",\"Business\",\"Contact\",\"Education\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:155;a:20:{s:4:\"tmpl\";i:1278;s:2:\"id\";i:22389;s:5:\"title\";s:28:\"Fly-In | Contact | Open Week\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/03/open-week17.jpg\";s:12:\"tmpl_created\";i:1647353281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-open-week/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:34:\"[\"Business\",\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:156;a:20:{s:4:\"tmpl\";i:1279;s:2:\"id\";i:22397;s:5:\"title\";s:43:\"Full Screen | CTA | Plant Pots Online Store\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/plant-pots-online-store-18.jpg\";s:12:\"tmpl_created\";i:1647353429;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-cta-plant-pots-online-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:33:\"[\"Ecommerce\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:157;a:20:{s:4:\"tmpl\";i:1054;s:2:\"id\";i:15414;s:5:\"title\";s:32:\"Classic | Contact | Dance Studio\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/PopUp.jpg\";s:12:\"tmpl_created\";i:1603180596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-dance-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:762;s:11:\"trend_index\";i:650;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:158;a:20:{s:4:\"tmpl\";i:1398;s:2:\"id\";i:23687;s:5:\"title\";s:32:\"Pizza Promotion &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/48-Pizza-Promotion.jpg\";s:12:\"tmpl_created\";i:1649670575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/pizza-promotion-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:92:\"[\"Business\",\"Cooking\",\"Delivery\",\"Discount\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:159;a:20:{s:4:\"tmpl\";i:1400;s:2:\"id\";i:23751;s:5:\"title\";s:33:\"Baby Sleep Webinar &#8211; Events\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/63-Baby-Sleep-Webinar.jpg\";s:12:\"tmpl_created\";i:1649676065;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/baby-sleep-webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:227:\"[\"Baby\",\"Booking\",\"Business\",\"Children\",\"Course Online\",\"Education\",\"Events\",\"Health\",\"Landing Pages\",\"Life Coach\",\"Lifestyle\",\"Online Event\",\"Online Service\",\"Parenting\",\"Professional\",\"Remote\",\"Services\",\"Training\",\"Webinar\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:160;a:20:{s:4:\"tmpl\";i:1401;s:2:\"id\";i:23776;s:5:\"title\";s:34:\"Ski Hotel Promotion &#8211; Travel\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/04/64-Ski-Hotel-Promotion.jpg\";s:12:\"tmpl_created\";i:1649691720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/ski-hotel-promotion-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:118:\"[\"Accommodation\",\"Booking\",\"Discount. Landing Pages\",\"Lifestyle\",\"Luxury\",\"Services\",\"Spa\",\"Travel\",\"Trip\",\"Vacation\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:161;a:20:{s:4:\"tmpl\";i:1402;s:2:\"id\";i:23804;s:5:\"title\";s:30:\"Cake Delivery &#8211; Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/04/67-Cake-Delivery.jpg\";s:12:\"tmpl_created\";i:1649692909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/cake-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:101:\"[\"Bakery\",\"Business\",\"Cake\",\"Cooking\",\"Delivery\",\"Discount\",\"Food\",\"Landing Pages\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:162;a:20:{s:4:\"tmpl\";i:1403;s:2:\"id\";i:23832;s:5:\"title\";s:32:\"Furniture Store &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/87-Furniture-Store.jpg\";s:12:\"tmpl_created\";i:1649694812;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/furniture-store-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:232:\"[\"Architecture\",\"Art\",\"Business\",\"Construction\",\"Coupon\",\"Creative\",\"Decor\",\"Designer\",\"Discount\",\"Fashion\",\"Furniture Design\",\"Home\",\"House\",\"Interior Design\",\"Landing Pages\",\"Lifestyle\",\"Products\",\"Professional\",\"Services\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:163;a:20:{s:4:\"tmpl\";i:1404;s:2:\"id\";i:23746;s:5:\"title\";s:22:\"Nails &#8211; Business\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/04/62-Nails-1.jpg\";s:12:\"tmpl_created\";i:1649704635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/nails-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:173:\"[\"Art\",\"Beauty\",\"Business\",\"Colorful\",\"Cosmetics\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Girly\",\"Landing Pages\",\"Lifestyle\",\"Manicure\",\"Modern\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:164;a:20:{s:4:\"tmpl\";i:1405;s:2:\"id\";i:23846;s:5:\"title\";s:29:\"Music Festival &#8211; Events\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/04/88-Music-Festival.jpg\";s:12:\"tmpl_created\";i:1649707763;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/music-festival-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:128:\"[\"Author\",\"Booking\",\"Business\",\"Creative\",\"Discount\",\"Events\",\"Landing Pages\",\"Music\",\"Online\",\"Online Event\",\"Party\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:165;a:20:{s:4:\"tmpl\";i:1406;s:2:\"id\";i:23872;s:5:\"title\";s:40:\"Fashion Styling Course &#8211; Education\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/89-Fashion-Styling-Course.jpg\";s:12:\"tmpl_created\";i:1649708569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/fashion-styling-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:173:\"[\"Aesthetic\",\"Art\",\"Beauty\",\"Business\",\"Course Online\",\"Creative\",\"Discount\",\"Education\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Online\",\"Online Service\",\"Stylist\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:166;a:20:{s:4:\"tmpl\";i:1407;s:2:\"id\";i:23897;s:5:\"title\";s:33:\"Bags Online Shop &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/04/90-Bags-Online-Shop.jpg\";s:12:\"tmpl_created\";i:1649709513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/bags-online-shop-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:170:\"[\"Art\",\"Bag\",\"Business\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Luxury\",\"Modern\",\"Online\",\"Online Shop\",\"Products\",\"Sales\",\"Shop\",\"Stylist\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:167;a:20:{s:4:\"tmpl\";i:1408;s:2:\"id\";i:23932;s:5:\"title\";s:32:\"Cooking Academy &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/91-Cooking-Academy.jpg\";s:12:\"tmpl_created\";i:1649710216;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/cooking-academy-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:145:\"[\"Academy\",\"Booking\",\"Business\",\"Chef\",\"Cooking\",\"Education\",\"Food\",\"Free Trial\",\"Landing Pages\",\"Professional\",\"School\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:168;a:20:{s:4:\"tmpl\";i:1409;s:2:\"id\";i:23970;s:5:\"title\";s:45:\"Ophthalmology Medical Clinic &#8211; Business\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/04/92-Ophthalmology-Medical-Clinic.jpg\";s:12:\"tmpl_created\";i:1649711096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/ophthalmology-medical-clinic-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:165:\"[\"About\",\"Business\",\"Care\",\"Consulting\",\"Eye\",\"Free Trial\",\"Glasses\",\"Health\",\"Landing Pages\",\"Lifestyle\",\"Medical\",\"Modern\",\"Optometrist\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:169;a:20:{s:4:\"tmpl\";i:1425;s:2:\"id\";i:24331;s:5:\"title\";s:24:\"Wireframe &#8211; Home 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-1.jpg\";s:12:\"tmpl_created\";i:1653988363;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:170;a:20:{s:4:\"tmpl\";i:1218;s:2:\"id\";i:20792;s:5:\"title\";s:26:\"Luxury Car &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/11/250x280-1.jpg\";s:12:\"tmpl_created\";i:1636903770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/luxury-car-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:54:\"[\"car\",\"Ecommerce\",\"Landing Pages\",\"Luxury\",\"Product\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:171;a:20:{s:4:\"tmpl\";i:1428;s:2:\"id\";i:24398;s:5:\"title\";s:25:\"Wireframe &#8211; About 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-1.jpg\";s:12:\"tmpl_created\";i:1653988534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:83:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Professional\",\"Services\",\"Team\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:172;a:20:{s:4:\"tmpl\";i:991;s:2:\"id\";i:13413;s:5:\"title\";s:33:\"Classic | Contact | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Help.jpg\";s:12:\"tmpl_created\";i:1587474761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-contact-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:530;s:11:\"trend_index\";i:369;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:173;a:20:{s:4:\"tmpl\";i:1053;s:2:\"id\";i:15272;s:5:\"title\";s:32:\"Classic | Contact | Psychologist\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/PopUp.png\";s:12:\"tmpl_created\";i:1600170487;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:578;s:11:\"trend_index\";i:312;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:174;a:20:{s:4:\"tmpl\";i:899;s:2:\"id\";i:11839;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";i:1569430015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:189;s:11:\"trend_index\";i:20;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:175;a:20:{s:4:\"tmpl\";i:1433;s:2:\"id\";i:24477;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-2.jpg\";s:12:\"tmpl_created\";i:1653988835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:176;a:20:{s:4:\"tmpl\";i:1205;s:2:\"id\";i:20233;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633881371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:177;a:20:{s:4:\"tmpl\";i:1214;s:2:\"id\";i:20539;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:178;a:20:{s:4:\"tmpl\";i:1224;s:2:\"id\";i:21013;s:5:\"title\";s:24:\"Restaurant &#8211; About\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/12/7-About-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638795588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:36:\"[\"About\",\"Chef\",\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:179;a:20:{s:4:\"tmpl\";i:992;s:2:\"id\";i:13402;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/04/Popup-Course-Completed.jpg\";s:12:\"tmpl_created\";i:1587474772;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:619;s:11:\"trend_index\";i:582;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:180;a:20:{s:4:\"tmpl\";i:1206;s:2:\"id\";i:20254;s:5:\"title\";s:41:\"Digital Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Digital-Marketing-Agency-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/digital-marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:65:\"[\"Agency\",\"Business\",\"Digital Agency\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:181;a:20:{s:4:\"tmpl\";i:1235;s:2:\"id\";i:21281;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/16-Services-Law-firm.jpg\";s:12:\"tmpl_created\";i:1638819128;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/law-firm-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Consulting\",\"Law\",\"Law Firm\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:182;a:20:{s:4:\"tmpl\";i:1017;s:2:\"id\";i:14111;s:5:\"title\";s:36:\"Classic | Japanese restaurant | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1592300400;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-japanese-restaurant-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:717;s:11:\"trend_index\";i:697;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:183;a:20:{s:4:\"tmpl\";i:1213;s:2:\"id\";i:20509;s:5:\"title\";s:40:\"Dogs Adoption &#8211; Social Involvement\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/10/Dog-Adoption-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/dogs-adoption-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:49:\"[\"Adoption\",\"Involvement\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:184;a:20:{s:4:\"tmpl\";i:1233;s:2:\"id\";i:21205;s:5:\"title\";s:29:\"Photographer &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/25-Projects-Photographer.jpg\";s:12:\"tmpl_created\";i:1638818372;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photographer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Black and white\",\"Photography\",\"Project\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:185;a:20:{s:4:\"tmpl\";i:993;s:2:\"id\";i:13422;s:5:\"title\";s:30:\"Classic | Menu | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1587474782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-menu-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:516;s:11:\"trend_index\";i:432;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:186;a:20:{s:4:\"tmpl\";i:925;s:2:\"id\";i:12540;s:5:\"title\";s:33:\"Classic | Menu | Travel and tours\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png\";s:12:\"tmpl_created\";i:1575960267;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:690;s:11:\"trend_index\";i:714;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:187;a:20:{s:4:\"tmpl\";i:1208;s:2:\"id\";i:20361;s:5:\"title\";s:51:\"Exercise &#038; Fitness Equipment &#8211; eCommerce\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Exercise-Fitness-Equipment-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633883766;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/exercise-fitness-equipment-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Fitness\",\"Health\",\"Landing Pages\",\"Online Shop\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:188;a:20:{s:4:\"tmpl\";i:1239;s:2:\"id\";i:21373;s:5:\"title\";s:28:\"Photographer &#8211; Gallery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/18-Gallery-Photographer.jpg\";s:12:\"tmpl_created\";i:1638821177;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photographer-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Gallery\",\"Photography\",\"Portfolio\",\"Project\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:189;a:20:{s:4:\"tmpl\";i:1426;s:2:\"id\";i:24348;s:5:\"title\";s:24:\"Wireframe &#8211; Home 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-2.jpg\";s:12:\"tmpl_created\";i:1653988444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:190;a:20:{s:4:\"tmpl\";i:958;s:2:\"id\";i:13129;s:5:\"title\";s:28:\"Classic | Menu | Photography\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png\";s:12:\"tmpl_created\";i:1582092645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-menu-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:646;s:11:\"trend_index\";i:521;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:191;a:20:{s:4:\"tmpl\";i:1427;s:2:\"id\";i:24366;s:5:\"title\";s:24:\"Wireframe &#8211; Home 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-3.jpg\";s:12:\"tmpl_created\";i:1653988491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:192;a:20:{s:4:\"tmpl\";i:1207;s:2:\"id\";i:20299;s:5:\"title\";s:51:\"Interior Design Consultation &#8211; Online Service\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/10/Interior-Design-Consultation-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/interior-design-consultation-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:65:\"[\"Consulting\",\"Interior Design\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:193;a:20:{s:4:\"tmpl\";i:952;s:2:\"id\";i:12726;s:5:\"title\";s:52:\"Classic | Newsletter | Subscribe | Magazine and Blog\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png\";s:12:\"tmpl_created\";i:1579061019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:357;s:11:\"trend_index\";i:281;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:194;a:20:{s:4:\"tmpl\";i:883;s:2:\"id\";i:11468;s:5:\"title\";s:20:\"Classic | Sale | Gym\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png\";s:12:\"tmpl_created\";i:1567393182;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-sale-gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:696;s:11:\"trend_index\";i:740;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:195;a:20:{s:4:\"tmpl\";i:1216;s:2:\"id\";i:20623;s:5:\"title\";s:57:\"Luxurious Camping Accommodation For Events &#8211; Events\";s:9:\"thumbnail\";s:113:\"https://library.elementor.com/wp-content/uploads/2021/10/Luxurious-Camping-Accommodation-For-Events-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634041681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/luxurious-camping-accommodation-for-events-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:43:\"[\"Event\",\"Events\",\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:196;a:20:{s:4:\"tmpl\";i:1219;s:2:\"id\";i:20886;s:5:\"title\";s:28:\"Online Training &#8211; Home\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/12/2-Home-Online-Training.jpg\";s:12:\"tmpl_created\";i:1638784769;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/online-training-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Online\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:197;a:20:{s:4:\"tmpl\";i:1065;s:2:\"id\";i:15570;s:5:\"title\";s:33:\"Classic | Subscribe | Travel Blog\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp.jpg\";s:12:\"tmpl_created\";i:1606215555;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscribe-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:709;s:11:\"trend_index\";i:459;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:198;a:20:{s:4:\"tmpl\";i:1431;s:2:\"id\";i:24437;s:5:\"title\";s:25:\"Wireframe &#8211; About 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-4.jpg\";s:12:\"tmpl_created\";i:1653988733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:199;a:20:{s:4:\"tmpl\";i:1210;s:2:\"id\";i:20414;s:5:\"title\";s:45:\"Online English Courses &#8211; Online Service\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Online-English-Courses-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/online-english-courses-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Course Online\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:200;a:20:{s:4:\"tmpl\";i:1132;s:2:\"id\";i:16553;s:5:\"title\";s:31:\"Fly-In | Contact | Beauty Salon\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/12/PopUp.jpg\";s:12:\"tmpl_created\";i:1608622602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-contact-beauty-salon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:691;s:11:\"trend_index\";i:428;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:201;a:20:{s:4:\"tmpl\";i:1441;s:2:\"id\";i:24574;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 5\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-5.jpg\";s:12:\"tmpl_created\";i:1653989135;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:202;a:20:{s:4:\"tmpl\";i:1217;s:2:\"id\";i:20333;s:5:\"title\";s:40:\"Plant Pots Online Shop &#8211; eCommerce\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Plant-Pots-Online-Shop-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634042184;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/plant-pots-online-shop-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Ecommerce\",\"Landing Pages\",\"Online Shop\",\"Shop\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:203;a:20:{s:4:\"tmpl\";i:1211;s:2:\"id\";i:20447;s:5:\"title\";s:33:\"Shared Workspace &#8211; Business\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Shared-Workspace.jpg\";s:12:\"tmpl_created\";i:1633884934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/shared-workspace-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:28:\"[\"Business\",\"Landing Pages\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:204;a:20:{s:4:\"tmpl\";i:1237;s:2:\"id\";i:21313;s:5:\"title\";s:34:\"Spa &#038; Beauty &#8211; Services\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/12/Spa-Beauty-Treatments-page-1.jpg\";s:12:\"tmpl_created\";i:1638819709;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/spa-beauty-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:55:\"[\"Beauty\",\"Hair\",\"Health\",\"Services\",\"Spa\",\"Treatment\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:205;a:20:{s:4:\"tmpl\";i:1004;s:2:\"id\";i:13538;s:5:\"title\";s:32:\"Fly-In | Newsletter | Barbershop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/05/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1589893364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-newsletter-barbershop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:710;s:11:\"trend_index\";i:667;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:206;a:20:{s:4:\"tmpl\";i:924;s:2:\"id\";i:12550;s:5:\"title\";s:32:\"Fly-in | Sale | Travel and Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png\";s:12:\"tmpl_created\";i:1575960263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:754;s:11:\"trend_index\";i:791;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:207;a:20:{s:4:\"tmpl\";i:1212;s:2:\"id\";i:20479;s:5:\"title\";s:49:\"Teeth Straightening &#8211; Health &#038; Fitness\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Teeth-Whitening.jpg\";s:12:\"tmpl_created\";i:1633886115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/teeth-straightening-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:46:\"[\"Business\",\"Dental\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:208;a:20:{s:4:\"tmpl\";i:1234;s:2:\"id\";i:21234;s:5:\"title\";s:34:\"Insurance Company &#8211; Services\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/15-Services-Insurance-Company.jpg\";s:12:\"tmpl_created\";i:1638818688;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/insurance-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Faq\",\"Form\",\"Insurance\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:209;a:20:{s:4:\"tmpl\";i:1035;s:2:\"id\";i:15062;s:5:\"title\";s:35:\"Fly-In | Sign up | Flooring Company\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp.png\";s:12:\"tmpl_created\";i:1597739629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/fly-in-sign-up-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:625;s:11:\"trend_index\";i:309;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:210;a:20:{s:4:\"tmpl\";i:1209;s:2:\"id\";i:20394;s:5:\"title\";s:30:\"Time Management &#8211; Events\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/10/Time-Management-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884077;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/time-management-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:211;a:20:{s:4:\"tmpl\";i:1229;s:2:\"id\";i:21118;s:5:\"title\";s:28:\"Contact &#8211; Plants Store\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/12-Contact-Plants-Store.jpg\";s:12:\"tmpl_created\";i:1638802472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/contact-plants-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:40:\"[\"Contact\",\"Info\",\"Plant\",\"Testimonial\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:212;a:20:{s:4:\"tmpl\";i:893;s:2:\"id\";i:11822;s:5:\"title\";s:30:\"Full Screen | Menu | Portfolio\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png\";s:12:\"tmpl_created\";i:1569429896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:654;s:11:\"trend_index\";i:626;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:213;a:20:{s:4:\"tmpl\";i:1203;s:2:\"id\";i:18591;s:5:\"title\";s:28:\"Coffee Sale &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280-7.png\";s:12:\"tmpl_created\";i:1633877319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/coffee-sale-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:33:\"[\"Coffee\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:214;a:20:{s:4:\"tmpl\";i:1231;s:2:\"id\";i:21184;s:5:\"title\";s:28:\"Dental Care &#8211; Services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/14-Services-Dental-Care.jpg\";s:12:\"tmpl_created\";i:1638807148;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dental-care-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Dental\",\"Medical\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:215;a:20:{s:4:\"tmpl\";i:1064;s:2:\"id\";i:15580;s:5:\"title\";s:31:\"Fullscreen | Menu | Travel Blog\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1606215358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fullscreen-menu-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:673;s:11:\"trend_index\";i:348;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:216;a:20:{s:4:\"tmpl\";i:1133;s:2:\"id\";i:16645;s:5:\"title\";s:28:\"Headphones &#8211; eCommerce\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_headphones.png\";s:12:\"tmpl_created\";i:1609944115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/commerce-headphones/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:39:\"[\"Ecommerce\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:633;s:11:\"trend_index\";i:87;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:217;a:20:{s:4:\"tmpl\";i:1442;s:2:\"id\";i:24584;s:5:\"title\";s:27:\"Wireframe &#8211; Pricing 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Pricing-1.jpg\";s:12:\"tmpl_created\";i:1653989152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"Booking\",\"Business\",\"Clients\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Online Service\",\"Pricing\",\"Products\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:218;a:20:{s:4:\"tmpl\";i:1138;s:2:\"id\";i:16762;s:5:\"title\";s:25:\"Conference &#8211; Events\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Conference.png\";s:12:\"tmpl_created\";i:1610455119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/conference-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:60:\"[\"Conference\",\"Convention\",\"Event\",\"Events\",\"Landing Pages\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:705;s:11:\"trend_index\";i:216;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:219;a:20:{s:4:\"tmpl\";i:1438;s:2:\"id\";i:24539;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-2.jpg\";s:12:\"tmpl_created\";i:1653989019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"Business\",\"Contact\",\"Footer\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:220;a:20:{s:4:\"tmpl\";i:981;s:2:\"id\";i:13281;s:5:\"title\";s:37:\"Hello Bar | Contact | Interior Design\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp.png\";s:12:\"tmpl_created\";i:1586148801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/hello-bar-contact-interior-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:19:\"[\"Interior Design\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:763;s:11:\"trend_index\";i:679;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:221;a:20:{s:4:\"tmpl\";i:1052;s:2:\"id\";i:15259;s:5:\"title\";s:31:\"Hello Bar | Menu | Psychologist\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Menu-PopUp.png\";s:12:\"tmpl_created\";i:1600170209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/hello-bar-menu-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:739;s:11:\"trend_index\";i:583;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:222;a:20:{s:4:\"tmpl\";i:1434;s:2:\"id\";i:24494;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1.jpg\";s:12:\"tmpl_created\";i:1653988874;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Business\",\"Faq\",\"Footer\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:223;a:20:{s:4:\"tmpl\";i:1194;s:2:\"id\";i:18701;s:5:\"title\";s:32:\"Digital Course &#8211; eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280.jpg\";s:12:\"tmpl_created\";i:1618995134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/digital-course-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Ecommerce\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:224;a:20:{s:4:\"tmpl\";i:1192;s:2:\"id\";i:18612;s:5:\"title\";s:34:\"Bag Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bag-Product.jpeg\";s:12:\"tmpl_created\";i:1618395406;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bag-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:61:\"[\"Bag\",\"Ecommerce\",\"Landing Pages\",\"Product\",\"Sale\",\"Travel\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:875;s:11:\"trend_index\";i:605;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:225;a:20:{s:4:\"tmpl\";i:1227;s:2:\"id\";i:21083;s:5:\"title\";s:26:\"Conference &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/10-Contact-Conference.jpg\";s:12:\"tmpl_created\";i:1638799208;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/conference-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:44:\"[\"Conference\",\"Contact\",\"Form\",\"Info\",\"Map\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:226;a:20:{s:4:\"tmpl\";i:1193;s:2:\"id\";i:18644;s:5:\"title\";s:37:\"Camera Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/camera_sale_featured-img.jpg\";s:12:\"tmpl_created\";i:1618396388;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/camera-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Camera\",\"Ecommerce\",\"Landing Pages\",\"Photography\",\"Sale\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:873;s:11:\"trend_index\";i:535;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:227;a:20:{s:4:\"tmpl\";i:951;s:2:\"id\";i:12736;s:5:\"title\";s:41:\"Slide In | Contact Us | Magazine and Blog\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png\";s:12:\"tmpl_created\";i:1579060978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/slide-in-contact-us/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:734;s:11:\"trend_index\";i:686;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:228;a:20:{s:4:\"tmpl\";i:1222;s:2:\"id\";i:20960;s:5:\"title\";s:26:\"Travel Agency &#8211; Home\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/5-Home-Travel-Agency.jpg\";s:12:\"tmpl_created\";i:1638788432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/travel-agency-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Adventures\",\"Experience\",\"Explore\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:229;a:20:{s:4:\"tmpl\";i:1196;s:2:\"id\";i:18815;s:5:\"title\";s:25:\"Car Wash &#8211; Business\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Car-Wash.png\";s:12:\"tmpl_created\";i:1621336431;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/car-wash-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:45:\"[\"Business\",\"car\",\"Discount\",\"Landing Pages\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:230;a:20:{s:4:\"tmpl\";i:1242;s:2:\"id\";i:21473;s:5:\"title\";s:40:\"Architecture Photography &#8211; Gallery\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/20-Gallery-Architecture-Photography.jpg\";s:12:\"tmpl_created\";i:1638822115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/architecture-photography-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:52:\"[\"Architecture\",\"Gallery\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:231;a:20:{s:4:\"tmpl\";i:1015;s:2:\"id\";i:14067;s:5:\"title\";s:37:\"Slide In | Japanese restaurant | Menu\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Menu-Pop-Up-Small.jpg\";s:12:\"tmpl_created\";i:1592290352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/slide-in-japanese-restaurant-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:650;s:11:\"trend_index\";i:565;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:232;a:20:{s:4:\"tmpl\";i:923;s:2:\"id\";i:12229;s:5:\"title\";s:33:\"Slide In | Law Firm | Information\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/popup.png\";s:12:\"tmpl_created\";i:1572847842;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:547;s:11:\"trend_index\";i:413;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:233;a:20:{s:4:\"tmpl\";i:1198;s:2:\"id\";i:18824;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1621336756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:234;a:20:{s:4:\"tmpl\";i:1236;s:2:\"id\";i:21259;s:5:\"title\";s:28:\"3D Designer &#8211; Projects\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/24-Projects-3D-Designer.jpg\";s:12:\"tmpl_created\";i:1638819185;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/3d-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"3D\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:235;a:20:{s:4:\"tmpl\";i:1028;s:2:\"id\";i:14827;s:5:\"title\";s:39:\"Slide-In | Contact | Luxury Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/PopUp.png\";s:12:\"tmpl_created\";i:1595323523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/slide-in-contact-luxury-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:559;s:11:\"trend_index\";i:284;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:236;a:20:{s:4:\"tmpl\";i:1197;s:2:\"id\";i:18819;s:5:\"title\";s:27:\"Dog Walker &#8211; Business\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Dog-Walker.png\";s:12:\"tmpl_created\";i:1621336601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/dog-walker-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:41:\"[\"Business\",\"Dog\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:237;a:20:{s:4:\"tmpl\";i:1238;s:2:\"id\";i:21349;s:5:\"title\";s:29:\"Architecture &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/23-Projects-Architecture.jpg\";s:12:\"tmpl_created\";i:1638820870;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/architecture-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:70:\"[\"Architecture\",\"Creative\",\"Creative Portfolio\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:238;a:20:{s:4:\"tmpl\";i:1034;s:2:\"id\";i:15075;s:5:\"title\";s:34:\"Slide-In | Menu | Flooring Company\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp-1.png\";s:12:\"tmpl_created\";i:1597739605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/slide-in-menu-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:383;s:11:\"trend_index\";i:162;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:239;a:20:{s:4:\"tmpl\";i:1414;s:2:\"id\";i:24079;s:5:\"title\";s:32:\"Fashion Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Fashion-Shop.jpg\";s:12:\"tmpl_created\";i:1650988089;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/fashion-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Aesthetic\",\"Business\",\"Coming Soon\",\"Ecommerce\",\"Girly\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:240;a:20:{s:4:\"tmpl\";i:1195;s:2:\"id\";i:18761;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1621336146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:241;a:20:{s:4:\"tmpl\";i:1153;s:2:\"id\";i:17060;s:5:\"title\";s:36:\"Private Tutor &#8211; Online Service\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Tutor-2.png\";s:12:\"tmpl_created\";i:1610631042;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/private-tutor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:64:\"[\"Education\",\"Landing Pages\",\"Online Service\",\"Teacher\",\"Tutor\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:780;s:11:\"trend_index\";i:628;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:242;a:20:{s:4:\"tmpl\";i:1430;s:2:\"id\";i:24434;s:5:\"title\";s:25:\"Wireframe &#8211; About 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-3.jpg\";s:12:\"tmpl_created\";i:1653988697;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:243;a:20:{s:4:\"tmpl\";i:1158;s:2:\"id\";i:17232;s:5:\"title\";s:33:\"Life Coach &#8211; Online Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Life-Coach.png\";s:12:\"tmpl_created\";i:1610902793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/life-coach-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:38:\"[\"Coach\",\"Landing Pages\",\"Life Coach\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:787;s:11:\"trend_index\";i:751;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:244;a:20:{s:4:\"tmpl\";i:1436;s:2:\"id\";i:24515;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3.jpg\";s:12:\"tmpl_created\";i:1653988946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:66:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:245;a:20:{s:4:\"tmpl\";i:875;s:2:\"id\";i:11241;s:5:\"title\";s:36:\"Classic | Digital Agency | Marketing\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg\";s:12:\"tmpl_created\";i:1564643043;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:362;s:11:\"trend_index\";i:315;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:246;a:20:{s:4:\"tmpl\";i:1146;s:2:\"id\";i:16932;s:5:\"title\";s:35:\"Finance Consulting &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Finance-Consulting.png\";s:12:\"tmpl_created\";i:1610532170;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/lp/finance-consulting-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:80:\"[\"Advisor\",\"Business\",\"Consulting\",\"Finance\",\"Investment\",\"Landing Pages\",\"Tax\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:790;s:11:\"trend_index\";i:630;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:247;a:20:{s:4:\"tmpl\";i:1429;s:2:\"id\";i:24421;s:5:\"title\";s:25:\"Wireframe &#8211; About 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-2.jpg\";s:12:\"tmpl_created\";i:1653988579;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:248;a:20:{s:4:\"tmpl\";i:674;s:2:\"id\";i:8505;s:5:\"title\";s:11:\"404 page 01\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg\";s:12:\"tmpl_created\";i:1526415501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:533;s:11:\"trend_index\";i:222;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:249;a:20:{s:4:\"tmpl\";i:1136;s:2:\"id\";i:16721;s:5:\"title\";s:35:\"Dental &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Dental.jpg\";s:12:\"tmpl_created\";i:1610448567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/dental-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:44:\"[\"Dental\",\"Doctor\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:801;s:11:\"trend_index\";i:655;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:250;a:20:{s:4:\"tmpl\";i:1417;s:2:\"id\";i:24116;s:5:\"title\";s:32:\"Tech Company &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Tech-Company.jpg\";s:12:\"tmpl_created\";i:1650989265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/tech-company-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"Business\",\"Coding\",\"Coming Soon\",\"Computer\",\"Developer\",\"IT\",\"Services\",\"Technology\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:251;a:20:{s:4:\"tmpl\";i:675;s:2:\"id\";i:8511;s:5:\"title\";s:11:\"404 page 02\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg\";s:12:\"tmpl_created\";i:1526415528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:347;s:11:\"trend_index\";i:155;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:252;a:20:{s:4:\"tmpl\";i:1161;s:2:\"id\";i:17269;s:5:\"title\";s:34:\"Electronics Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Electronic-Products.png\";s:12:\"tmpl_created\";i:1610903298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/electronics-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:800;s:11:\"trend_index\";i:556;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:253;a:20:{s:4:\"tmpl\";i:1220;s:2:\"id\";i:20908;s:5:\"title\";s:42:\"Packing &#038; Moving Company &#8211; Home\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/3-Home-Packing-Moving-Company.jpg\";s:12:\"tmpl_created\";i:1638786127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/packing-moving-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Movers\",\"Moving\",\"Storge\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:254;a:20:{s:4:\"tmpl\";i:1152;s:2:\"id\";i:17032;s:5:\"title\";s:42:\"Donate Computer &#8211; Social Involvement\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Donation-2.png\";s:12:\"tmpl_created\";i:1610630585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/donate-computer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:67:\"[\"Computer\",\"Donate\",\"Donation\",\"Kids\",\"Landing Pages\",\"Nonprofit\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:718;s:11:\"trend_index\";i:278;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:255;a:20:{s:4:\"tmpl\";i:672;s:2:\"id\";i:8512;s:5:\"title\";s:11:\"404 page 03\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg\";s:12:\"tmpl_created\";i:1526415449;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:450;s:11:\"trend_index\";i:375;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:256;a:20:{s:4:\"tmpl\";i:1245;s:2:\"id\";i:21546;s:5:\"title\";s:28:\"Interior Design &#8211; Home\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/1-Home-Interior-Design-1.jpg\";s:12:\"tmpl_created\";i:1639046269;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/interior-design-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Design\",\"Form\",\"Furniture Design\",\"Interior Design\",\"Testimonial\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:257;a:20:{s:4:\"tmpl\";i:1135;s:2:\"id\";i:16684;s:5:\"title\";s:34:\"SaaS HR Management &#8211; Product\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_hr.png\";s:12:\"tmpl_created\";i:1609945486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/saas-hr-management-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:39:\"[\"HR\",\"Landing Pages\",\"Product\",\"SaaS\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:708;s:11:\"trend_index\";i:292;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:258;a:20:{s:4:\"tmpl\";i:671;s:2:\"id\";i:8513;s:5:\"title\";s:11:\"404 page 04\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg\";s:12:\"tmpl_created\";i:1526415417;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:420;s:11:\"trend_index\";i:176;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:259;a:20:{s:4:\"tmpl\";i:1249;s:2:\"id\";i:22137;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647177194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:260;a:20:{s:4:\"tmpl\";i:1134;s:2:\"id\";i:16660;s:5:\"title\";s:37:\"Medical center &#8211; Online service\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-medical-cosultation-250_280.png\";s:12:\"tmpl_created\";i:1609945122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/medical-center-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:44:\"[\"Landing Pages\",\"Medical\",\"Online Service\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:750;s:11:\"trend_index\";i:332;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:261;a:20:{s:4:\"tmpl\";i:1226;s:2:\"id\";i:21069;s:5:\"title\";s:21:\"Hotel &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/12/9-Contact-Hotel.jpg\";s:12:\"tmpl_created\";i:1638798545;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/hotel-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:36:\"[\"Contact\",\"from\",\"Info\",\"Vacation\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:262;a:20:{s:4:\"tmpl\";i:1150;s:2:\"id\";i:17001;s:5:\"title\";s:36:\"Parental Counseling &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/Parenting-Coach-2.png\";s:12:\"tmpl_created\";i:1610534999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/parental-counseling-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:99:\"[\"Advisor\",\"Business\",\"Coach\",\"Counseling\",\"Landing Pages\",\"Online Service\",\"Parental\",\"Parenting\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:817;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:263;a:20:{s:4:\"tmpl\";i:1432;s:2:\"id\";i:24461;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-1.jpg\";s:12:\"tmpl_created\";i:1653988784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:264;a:20:{s:4:\"tmpl\";i:676;s:2:\"id\";i:8514;s:5:\"title\";s:11:\"404 Page 05\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg\";s:12:\"tmpl_created\";i:1526415558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:419;s:11:\"trend_index\";i:220;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:265;a:20:{s:4:\"tmpl\";i:1137;s:2:\"id\";i:16742;s:5:\"title\";s:31:\"Online Course &#8211; Education\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Course.png\";s:12:\"tmpl_created\";i:1610454122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/online-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:55:\"[\"Academy\",\"Course Online\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:777;s:11:\"trend_index\";i:776;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:266;a:20:{s:4:\"tmpl\";i:668;s:2:\"id\";i:8523;s:5:\"title\";s:11:\"404 page 06\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg\";s:12:\"tmpl_created\";i:1526415291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:298;s:11:\"trend_index\";i:268;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:267;a:20:{s:4:\"tmpl\";i:1440;s:2:\"id\";i:24563;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 4\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-4.jpg\";s:12:\"tmpl_created\";i:1653989095;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:84:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:268;a:20:{s:4:\"tmpl\";i:1162;s:2:\"id\";i:17284;s:5:\"title\";s:38:\"Dietitian &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/01/Dietitian.png\";s:12:\"tmpl_created\";i:1610903484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/dietitian-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Health\",\"landscape design\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:814;s:11:\"trend_index\";i:800;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:269;a:20:{s:4:\"tmpl\";i:1439;s:2:\"id\";i:24553;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 3\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-3.jpg\";s:12:\"tmpl_created\";i:1653989057;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Professional\",\"Testimonial\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:270;a:20:{s:4:\"tmpl\";i:1144;s:2:\"id\";i:16897;s:5:\"title\";s:30:\"Personal Chef &#8211; Business\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Personal-Chef.png\";s:12:\"tmpl_created\";i:1610466247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/personal-chef-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:53:\"[\"Business\",\"Chef\",\"Food\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:795;s:11:\"trend_index\";i:617;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:271;a:20:{s:4:\"tmpl\";i:1435;s:2:\"id\";i:24504;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2.jpg\";s:12:\"tmpl_created\";i:1653988910;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:80:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:272;a:20:{s:4:\"tmpl\";i:669;s:2:\"id\";i:8524;s:5:\"title\";s:11:\"404 page 07\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg\";s:12:\"tmpl_created\";i:1526415337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:303;s:11:\"trend_index\";i:171;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:273;a:20:{s:4:\"tmpl\";i:1147;s:2:\"id\";i:16946;s:5:\"title\";s:52:\"Online Full-Stack Developer Course &#8211; Education\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Full-Stack-Developer-Course.png\";s:12:\"tmpl_created\";i:1610532778;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/online-full-stack-developer-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:76:\"[\"Academy\",\"Coding\",\"Course Online\",\"Developer\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:805;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:274;a:20:{s:4:\"tmpl\";i:1437;s:2:\"id\";i:24528;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-1.jpg\";s:12:\"tmpl_created\";i:1653988981;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:275;a:20:{s:4:\"tmpl\";i:1143;s:2:\"id\";i:16868;s:5:\"title\";s:40:\"Virtual Assistant &#8211; Online Service\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/01/Virtual-Assistant-250x280-1.png\";s:12:\"tmpl_created\";i:1610465656;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/virtual-assistant-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:46:\"[\"Assistant\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:793;s:11:\"trend_index\";i:757;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:276;a:20:{s:4:\"tmpl\";i:673;s:2:\"id\";i:8526;s:5:\"title\";s:11:\"404 page 09\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg\";s:12:\"tmpl_created\";i:1526415474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:477;s:11:\"trend_index\";i:285;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:277;a:20:{s:4:\"tmpl\";i:1228;s:2:\"id\";i:21104;s:5:\"title\";s:26:\"Restaurant &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/11-Contact-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638800146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/restaurant-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:60:\"[\"Contact\",\"Food\",\"Form\",\"Google Maps\",\"Info\",\"Testimonial\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:278;a:20:{s:4:\"tmpl\";i:1140;s:2:\"id\";i:16812;s:5:\"title\";s:40:\"Construction Project &#8211; Real Estate\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Construction-Project.png\";s:12:\"tmpl_created\";i:1610463582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/construction-project-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:59:\"[\"Construction\",\"Landing Pages\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:796;s:11:\"trend_index\";i:724;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:279;a:20:{s:4:\"tmpl\";i:1244;s:2:\"id\";i:21393;s:5:\"title\";s:34:\"Interior Designer &#8211; Projects\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/12/big-22-Projects-Interior-Designer-New.jpeg\";s:12:\"tmpl_created\";i:1638823945;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/interior-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:93:\"[\"Creative\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Interior Design\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:280;a:20:{s:4:\"tmpl\";i:1148;s:2:\"id\";i:16960;s:5:\"title\";s:44:\"Dog &amp; Cat Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2021/01/Dog-Food.png\";s:12:\"tmpl_created\";i:1610533581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/dog-cat-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:71:\"[\"Business\",\"Cat\",\"Delivery\",\"Dog\",\"Food\",\"Landing Pages\",\"Pet\",\"Pets\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:782;s:11:\"trend_index\";i:510;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:281;a:20:{s:4:\"tmpl\";i:670;s:2:\"id\";i:8525;s:5:\"title\";s:11:\"404 page 08\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg\";s:12:\"tmpl_created\";i:1526415374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:510;s:11:\"trend_index\";i:575;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:282;a:20:{s:4:\"tmpl\";i:1251;s:2:\"id\";i:22143;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1647177389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:283;a:20:{s:4:\"tmpl\";i:1155;s:2:\"id\";i:17095;s:5:\"title\";s:36:\"Mobile Pet Grooming &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Mobile-Pet-Grooming.png\";s:12:\"tmpl_created\";i:1610632115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/mobile-pet-grooming-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:38:\"[\"Dog\",\"Groom\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:786;s:11:\"trend_index\";i:731;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:284;a:20:{s:4:\"tmpl\";i:1241;s:2:\"id\";i:21451;s:5:\"title\";s:26:\"Exhibition &#8211; Gallery\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/21-Gallery-Exhibition.jpg\";s:12:\"tmpl_created\";i:1638821855;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/exhibition-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"Art\",\"Creative\",\"Creative Portfolio\",\"Exhibition\",\"Gallery\",\"Portfolio\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:285;a:20:{s:4:\"tmpl\";i:502;s:2:\"id\";i:5438;s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";i:1520443512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:147;s:11:\"trend_index\";i:9;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:286;a:20:{s:4:\"tmpl\";i:1159;s:2:\"id\";i:17245;s:5:\"title\";s:34:\"Marketing Course &#8211; Education\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2021/01/PPC.png\";s:12:\"tmpl_created\";i:1610902958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/marketing-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:45:\"[\"Course Online\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:770;s:11:\"trend_index\";i:430;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:287;a:20:{s:4:\"tmpl\";i:1240;s:2:\"id\";i:21430;s:5:\"title\";s:30:\"Travel Blogger &#8211; Gallery\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/12/19-Gallery-Travel-Blogger.jpg\";s:12:\"tmpl_created\";i:1638821592;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/travel-blogger-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Gallery\",\"Photography\",\"Slider\",\"Travel\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:288;a:20:{s:4:\"tmpl\";i:1149;s:2:\"id\";i:16983;s:5:\"title\";s:41:\"Pilates Instructor &#8211; Online Service\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Pilates-Instructor.png\";s:12:\"tmpl_created\";i:1610534138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/pilates-instructor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:70:\"[\"Free Trial\",\"Instructor\",\"Landing Pages\",\"Online Service\",\"Pilates\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:778;s:11:\"trend_index\";i:412;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:289;a:20:{s:4:\"tmpl\";i:1416;s:2:\"id\";i:24104;s:5:\"title\";s:33:\"Ceramics Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Ceramics-Shop.jpg\";s:12:\"tmpl_created\";i:1650988949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/ceramics-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:290;a:20:{s:4:\"tmpl\";i:557;s:2:\"id\";i:6135;s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png\";s:12:\"tmpl_created\";i:1520443663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:77;s:11:\"trend_index\";i:47;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:291;a:20:{s:4:\"tmpl\";i:1412;s:2:\"id\";i:24033;s:5:\"title\";s:37:\"Dance Studio &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Dance-Studio.jpg\";s:12:\"tmpl_created\";i:1649881344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/dance-studio-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:113:\"[\"Academy\",\"Business\",\"Dance Studio\",\"Form\",\"Pilates\",\"School\",\"Sport\",\"Teacher\",\"Training\",\"Under Construction\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:292;a:20:{s:4:\"tmpl\";i:1190;s:2:\"id\";i:18568;s:5:\"title\";s:32:\"Flower Delivery &#8211; Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/04/Flower-Delivery.png\";s:12:\"tmpl_created\";i:1617546716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/flower-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:37:\"[\"Delivery\",\"Flower\",\"Landing Pages\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:874;s:11:\"trend_index\";i:763;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:293;a:20:{s:4:\"tmpl\";i:1145;s:2:\"id\";i:16917;s:5:\"title\";s:22:\"Webinar &#8211; Events\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Webinar-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610466822;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:36:\"[\"Events\",\"Landing Pages\",\"Webinar\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:821;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:294;a:20:{s:4:\"tmpl\";i:1413;s:2:\"id\";i:24049;s:5:\"title\";s:33:\"ECO Shop &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-ECO-Shop.jpg\";s:12:\"tmpl_created\";i:1649882053;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/eco-shop-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:110:\"[\"Aesthetic\",\"Business\",\"Creative\",\"Decor\",\"Health\",\"Help\",\"Lifestyle\",\"Products\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:295;a:20:{s:4:\"tmpl\";i:497;s:2:\"id\";i:5397;s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";i:1520443503;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:148;s:11:\"trend_index\";i:43;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:296;a:20:{s:4:\"tmpl\";i:1154;s:2:\"id\";i:17079;s:5:\"title\";s:42:\"Calls Volunteer &#8211; Social Involvement\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Calls-Volunteer.png\";s:12:\"tmpl_created\";i:1610631774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/calls-volunteer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:68:\"[\"Care\",\"Covid-19\",\"Help\",\"Involvement\",\"Landing Pages\",\"Volunteer\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:854;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:297;a:20:{s:4:\"tmpl\";i:1419;s:2:\"id\";i:24136;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Food-Blog.jpg\";s:12:\"tmpl_created\";i:1650990034;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:62:\"[\"Blog\",\"Business\",\"Coming Soon\",\"Cooking\",\"Education\",\"Food\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:298;a:20:{s:4:\"tmpl\";i:1142;s:2:\"id\";i:16836;s:5:\"title\";s:33:\"Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/01/Marketing-Agency-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610464490;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:74:\"[\"Agency\",\"Business\",\"Landing Pages\",\"Marketing\",\"Marketing Landing Page\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:816;s:11:\"trend_index\";i:787;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:299;a:20:{s:4:\"tmpl\";i:1411;s:2:\"id\";i:24020;s:5:\"title\";s:35:\"Mobile App &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Mobile-App.jpg\";s:12:\"tmpl_created\";i:1649880955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/mobile-app-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"App\",\"Business\",\"Coding\",\"Computer\",\"Launch\",\"Mobile\",\"Under Construction\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:300;a:20:{s:4:\"tmpl\";i:498;s:2:\"id\";i:5405;s:5:\"title\";s:8:\"About 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png\";s:12:\"tmpl_created\";i:1520443505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:216;s:11:\"trend_index\";i:50;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:301;a:20:{s:4:\"tmpl\";i:1139;s:2:\"id\";i:16785;s:5:\"title\";s:42:\"Gym Promotion &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Gym-LP.jpg\";s:12:\"tmpl_created\";i:1610455496;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/gym-promotion-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:42:\"[\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:820;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:302;a:20:{s:4:\"tmpl\";i:1420;s:2:\"id\";i:24152;s:5:\"title\";s:32:\"Perfume Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Perfume-Shop.jpg\";s:12:\"tmpl_created\";i:1650990353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/perfume-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Business\",\"Coming Soon\",\"Cosmetics\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:303;a:20:{s:4:\"tmpl\";i:1185;s:2:\"id\";i:18492;s:5:\"title\";s:34:\"Bicycle Pre-Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bike-Landing-Page.png\";s:12:\"tmpl_created\";i:1617535552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bicycle-pre-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:34:\"[\"Bicycle\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:871;s:11:\"trend_index\";i:826;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:304;a:20:{s:4:\"tmpl\";i:1418;s:2:\"id\";i:24126;s:5:\"title\";s:28:\"Skincare &#8211; Coming Soon\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Skincare.jpg\";s:12:\"tmpl_created\";i:1650989585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/skincare-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:128:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Coming Soon\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Services\",\"Skincare\",\"Treatment\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:305;a:20:{s:4:\"tmpl\";i:1181;s:2:\"id\";i:18349;s:5:\"title\";s:39:\"Virtual try-on glasses &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-8.png\";s:12:\"tmpl_created\";i:1614772569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/virtual-try-on-glasses-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:64:\"[\"Fashion\",\"Glasses\",\"Landing Pages\",\"Online Service\",\"Virtual\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:848;s:11:\"trend_index\";i:803;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:306;a:20:{s:4:\"tmpl\";i:500;s:2:\"id\";i:5421;s:5:\"title\";s:8:\"About 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png\";s:12:\"tmpl_created\";i:1520443509;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:215;s:11:\"trend_index\";i:77;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:307;a:20:{s:4:\"tmpl\";i:513;s:2:\"id\";i:5533;s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";i:1520443534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:21;s:11:\"trend_index\";i:57;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:308;a:20:{s:4:\"tmpl\";i:1410;s:2:\"id\";i:24004;s:5:\"title\";s:33:\"Skincare &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Skincare.jpg\";s:12:\"tmpl_created\";i:1649880534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/skincare-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:144:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Makeup\",\"Services\",\"Skincare\",\"Treatment\",\"Under Construction\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:309;a:20:{s:4:\"tmpl\";i:1172;s:2:\"id\";i:17458;s:5:\"title\";s:31:\"Moving Company &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Moving-Company.png\";s:12:\"tmpl_created\";i:1612727025;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/moving-company-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"Landing Pages\",\"Movers\",\"Moving\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:826;s:11:\"trend_index\";i:767;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:310;a:20:{s:4:\"tmpl\";i:1415;s:2:\"id\";i:24092;s:5:\"title\";s:29:\"Vase Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Vase-Shop.jpg\";s:12:\"tmpl_created\";i:1650988613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/vase-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:311;a:20:{s:4:\"tmpl\";i:1186;s:2:\"id\";i:18517;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Food-Blog.png\";s:12:\"tmpl_created\";i:1617539897;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:45:\"[\"Blog\",\"Coming Soon\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:844;s:11:\"trend_index\";i:672;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:312;a:20:{s:4:\"tmpl\";i:1167;s:2:\"id\";i:17379;s:5:\"title\";s:33:\"IT Service &#8211; Online Service\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-IT-Service.png\";s:12:\"tmpl_created\";i:1612713022;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/it-service-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:41:\"[\"IT\",\"Landing Pages\",\"Remote\",\"Support\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:806;s:11:\"trend_index\";i:634;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:313;a:20:{s:4:\"tmpl\";i:1248;s:2:\"id\";i:22134;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647176713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:314;a:20:{s:4:\"tmpl\";i:512;s:2:\"id\";i:5525;s:5:\"title\";s:8:\"About 14\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png\";s:12:\"tmpl_created\";i:1520443532;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:9;s:11:\"trend_index\";i:29;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:315;a:20:{s:4:\"tmpl\";i:1189;s:2:\"id\";i:18560;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1617542761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:843;s:11:\"trend_index\";i:561;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:316;a:20:{s:4:\"tmpl\";i:1225;s:2:\"id\";i:21041;s:5:\"title\";s:41:\"Business Consulting Company &#8211; About\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/8-About-Business-Consulting-Company.jpg\";s:12:\"tmpl_created\";i:1638797560;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/business-consulting-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Coach\",\"Collaboration\",\"Consulting\",\"Life Coach\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:317;a:20:{s:4:\"tmpl\";i:1187;s:2:\"id\";i:18528;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1617541784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:872;s:11:\"trend_index\";i:819;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:318;a:20:{s:4:\"tmpl\";i:1243;s:2:\"id\";i:21135;s:5:\"title\";s:28:\"Construction &#8211; Service\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/13-Service-Construction.jpg\";s:12:\"tmpl_created\";i:1638823202;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Architecture\",\"Construction\",\"Faq\",\"Services\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:319;a:20:{s:4:\"tmpl\";i:501;s:2:\"id\";i:5429;s:5:\"title\";s:8:\"About 16\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png\";s:12:\"tmpl_created\";i:1520443510;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:59;s:11:\"trend_index\";i:8;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:320;a:20:{s:4:\"tmpl\";i:1174;s:2:\"id\";i:17504;s:5:\"title\";s:29:\"Hair Stylist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-3.png\";s:12:\"tmpl_created\";i:1612883014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/hair-stylist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:59:\"[\"Business\",\"Hair\",\"hairdresser\",\"Landing Pages\",\"Stylist\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:840;s:11:\"trend_index\";i:806;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:321;a:20:{s:4:\"tmpl\";i:1223;s:2:\"id\";i:20981;s:5:\"title\";s:37:\"Creative Digital Agency &#8211; About\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2021/12/6-About-Creative-Digital-Agency.jpg\";s:12:\"tmpl_created\";i:1638789303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/creative-digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"About\",\"Advisor\",\"Creative\",\"Creative Portfolio\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:322;a:20:{s:4:\"tmpl\";i:1184;s:2:\"id\";i:18449;s:5:\"title\";s:45:\"Aesthetic Clinic &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/03/Aesthetic-Clinic.png\";s:12:\"tmpl_created\";i:1616682181;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/aesthetic-clinic-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:57:\"[\"Aesthetic\",\"Beauty\",\"Fitness\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:859;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:323;a:20:{s:4:\"tmpl\";i:1221;s:2:\"id\";i:20926;s:5:\"title\";s:33:\"Doctors Online Consultation -Home\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/12/4-Home-Doctors-Online-Consultation.jpg\";s:12:\"tmpl_created\";i:1638787371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/doctors-online-consultation-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"App\",\"Health\",\"Medical\",\"Online\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:324;a:20:{s:4:\"tmpl\";i:505;s:2:\"id\";i:5464;s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";i:1520443518;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:220;s:11:\"trend_index\";i:142;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:325;a:20:{s:4:\"tmpl\";i:1165;s:2:\"id\";i:17353;s:5:\"title\";s:44:\"Online Cooking Course &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-2.png\";s:12:\"tmpl_created\";i:1612705144;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/online-cooking-course-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Cooking\",\"Course Online\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:845;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:326;a:20:{s:4:\"tmpl\";i:1188;s:2:\"id\";i:18550;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1617542506;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:832;s:11:\"trend_index\";i:600;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:327;a:20:{s:4:\"tmpl\";i:1250;s:2:\"id\";i:22140;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1647177317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:328;a:20:{s:4:\"tmpl\";i:510;s:2:\"id\";i:5504;s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";i:1520443528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:104;s:11:\"trend_index\";i:46;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:329;a:20:{s:4:\"tmpl\";i:1191;s:2:\"id\";i:18539;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1617610273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:876;s:11:\"trend_index\";i:652;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:330;a:20:{s:4:\"tmpl\";i:1175;s:2:\"id\";i:18270;s:5:\"title\";s:24:\"Open week &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280.png\";s:12:\"tmpl_created\";i:1614767186;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/open-week-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:59:\"[\"Education\",\"Event\",\"Events\",\"Landing Pages\",\"University\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:831;s:11:\"trend_index\";i:673;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:331;a:20:{s:4:\"tmpl\";i:1177;s:2:\"id\";i:18300;s:5:\"title\";s:30:\"Makeup Artist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-2.png\";s:12:\"tmpl_created\";i:1614768608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/makeup-artist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Beauty\",\"Business\",\"Course Online\",\"Landing Pages\",\"Makeup\",\"Online Service\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:861;s:11:\"trend_index\";i:783;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:332;a:20:{s:4:\"tmpl\";i:511;s:2:\"id\";i:5515;s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";i:1520443530;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:268;s:11:\"trend_index\";i:161;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:333;a:20:{s:4:\"tmpl\";i:1179;s:2:\"id\";i:18329;s:5:\"title\";s:63:\"Online Real Estate Investment Conference &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-5.png\";s:12:\"tmpl_created\";i:1614770404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/lp/online-real-estate-investment-conference-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:76:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Online Event\",\"Real estate\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:866;s:11:\"trend_index\";i:779;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:334;a:20:{s:4:\"tmpl\";i:506;s:2:\"id\";i:5472;s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png\";s:12:\"tmpl_created\";i:1520443520;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:210;s:11:\"trend_index\";i:116;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:335;a:20:{s:4:\"tmpl\";i:1183;s:2:\"id\";i:18391;s:5:\"title\";s:45:\"Children&#8217;s Optometrist &#8211; Business\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Childrens-Optometrist.png\";s:12:\"tmpl_created\";i:1614773564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/childrens-optometrist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:85:\"[\"Business\",\"Children\",\"Eye\",\"Glasses\",\"Health\",\"Kids\",\"Landing Pages\",\"Optometrist\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:877;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:336;a:20:{s:4:\"tmpl\";i:1182;s:2:\"id\";i:18366;s:5:\"title\";s:30:\"Car Insurance &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Car-Insurance.png\";s:12:\"tmpl_created\";i:1614773263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/car-insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"car\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:869;s:11:\"trend_index\";i:797;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:337;a:20:{s:4:\"tmpl\";i:1201;s:2:\"id\";i:19144;s:5:\"title\";s:25:\"Birthday Party Invitation\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/06/250x280.png\";s:12:\"tmpl_created\";i:1623848691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/birthday-party-invitation/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Birthday\",\"Event\",\"Landing Pages\",\"Party\",\"RSVD\",\"Save the Date\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:338;a:20:{s:4:\"tmpl\";i:1124;s:2:\"id\";i:16473;s:5:\"title\";s:26:\"Beauty Salon &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/about-1.jpg\";s:12:\"tmpl_created\";i:1608622373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/beauty-salon-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:615;s:11:\"trend_index\";i:184;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:339;a:20:{s:4:\"tmpl\";i:1176;s:2:\"id\";i:18291;s:5:\"title\";s:47:\"Grill Restaurant Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Food-Delivery-LP.png\";s:12:\"tmpl_created\";i:1614767830;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/lp/grill-restaurant-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Delivery\",\"Delivery Service\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:819;s:11:\"trend_index\";i:685;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:340;a:20:{s:4:\"tmpl\";i:504;s:2:\"id\";i:5455;s:5:\"title\";s:8:\"About 20\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png\";s:12:\"tmpl_created\";i:1520443516;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:134;s:11:\"trend_index\";i:70;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:341;a:20:{s:4:\"tmpl\";i:1125;s:2:\"id\";i:16488;s:5:\"title\";s:28:\"Beauty Salon &#8211; Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/contact.jpg\";s:12:\"tmpl_created\";i:1608622374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:548;s:11:\"trend_index\";i:101;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:342;a:20:{s:4:\"tmpl\";i:1180;s:2:\"id\";i:18340;s:5:\"title\";s:30:\"Restaurant &#8211; Coming Soon\";s:9:\"thumbnail\";s:98:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Restuarant-Coming-Soon-LP.png\";s:12:\"tmpl_created\";i:1614772183;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/restaurant-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:51:\"[\"Coming Soon\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:810;s:11:\"trend_index\";i:809;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:343;a:20:{s:4:\"tmpl\";i:499;s:2:\"id\";i:5413;s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";i:1520443507;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:83;s:11:\"trend_index\";i:52;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:344;a:20:{s:4:\"tmpl\";i:1126;s:2:\"id\";i:16496;s:5:\"title\";s:28:\"Beauty Salon &#8211; Gallery\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/12/gallery-1.jpg\";s:12:\"tmpl_created\";i:1608622379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:491;s:11:\"trend_index\";i:90;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:345;a:20:{s:4:\"tmpl\";i:1173;s:2:\"id\";i:17480;s:5:\"title\";s:42:\"At-home Massage Therapist &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/02/At-Home-Massage-Therapist.jpg\";s:12:\"tmpl_created\";i:1612879264;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/at-home-massage-therapist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:60:\"[\"Business\",\"Health\",\"Landing Pages\",\"Services\",\"Therapist\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:856;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:346;a:20:{s:4:\"tmpl\";i:1127;s:2:\"id\";i:16457;s:5:\"title\";s:25:\"Beauty Salon &#8211; Home\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/home-1.jpg\";s:12:\"tmpl_created\";i:1608622383;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/beauty-salon-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:408;s:11:\"trend_index\";i:56;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:347;a:20:{s:4:\"tmpl\";i:1178;s:2:\"id\";i:18317;s:5:\"title\";s:26:\"Insurance &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Life-Insirance.png\";s:12:\"tmpl_created\";i:1614769488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:61:\"[\"Business\",\"Family\",\"Financial\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:870;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:348;a:20:{s:4:\"tmpl\";i:1128;s:2:\"id\";i:16518;s:5:\"title\";s:29:\"Beauty Salon &#8211; Services\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/12/services-1.jpg\";s:12:\"tmpl_created\";i:1608622386;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/beauty-salon-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:664;s:11:\"trend_index\";i:261;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:349;a:20:{s:4:\"tmpl\";i:1168;s:2:\"id\";i:17401;s:5:\"title\";s:40:\"Conference Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280.png\";s:12:\"tmpl_created\";i:1612724753;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/conference-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:59:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:799;s:11:\"trend_index\";i:540;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:350;a:20:{s:4:\"tmpl\";i:503;s:2:\"id\";i:5447;s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";i:1520443514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:48;s:11:\"trend_index\";i:12;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:351;a:20:{s:4:\"tmpl\";i:1073;s:2:\"id\";i:15486;s:5:\"title\";s:25:\"Travel Blog &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/About.jpg\";s:12:\"tmpl_created\";i:1606215720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/travel-blog-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:608;s:11:\"trend_index\";i:343;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:352;a:20:{s:4:\"tmpl\";i:1166;s:2:\"id\";i:17368;s:5:\"title\";s:38:\"Real Estate Agency &#8211; Real-Estate\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Real-Estate.png\";s:12:\"tmpl_created\";i:1612711814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/real-estate-agency-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:73:\"[\"Landing Pages\",\"listing\",\"Real estate\",\"Realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:858;s:11:\"trend_index\";i:777;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:353;a:20:{s:4:\"tmpl\";i:1074;s:2:\"id\";i:15478;s:5:\"title\";s:27:\"Travel Blog &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1606215735;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-blog-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:687;s:11:\"trend_index\";i:564;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:354;a:20:{s:4:\"tmpl\";i:1170;s:2:\"id\";i:17423;s:5:\"title\";s:57:\"Volunteer Calls Thank You Page &#8211; Social Involvement\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/02/Volunteer-Calls-TYP.jpg\";s:12:\"tmpl_created\";i:1612726058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/volunteer-calls-thank-you-page-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:62:\"[\"Care\",\"Involvement\",\"Landing Pages\",\"Thank You\",\"Volunteer\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:857;s:11:\"trend_index\";i:818;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:355;a:20:{s:4:\"tmpl\";i:507;s:2:\"id\";i:5480;s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png\";s:12:\"tmpl_created\";i:1520443522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-4-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:428;s:11:\"trend_index\";i:303;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:356;a:20:{s:4:\"tmpl\";i:1075;s:2:\"id\";i:15467;s:5:\"title\";s:24:\"Travel Blog &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/11/Home.jpg\";s:12:\"tmpl_created\";i:1606215756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-blog-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:567;s:11:\"trend_index\";i:224;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:357;a:20:{s:4:\"tmpl\";i:1169;s:2:\"id\";i:17409;s:5:\"title\";s:37:\"Webinar Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Webinar-TYP.png\";s:12:\"tmpl_created\";i:1612725644;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/webinar-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:56:\"[\"Event\",\"Events\",\"Landing Pages\",\"Thank You\",\"Webinar\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:868;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:358;a:20:{s:4:\"tmpl\";i:1056;s:2:\"id\";i:15317;s:5:\"title\";s:25:\"Dance Studio &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/10/Home.jpg\";s:12:\"tmpl_created\";i:1603181291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/dance-studio-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:596;s:11:\"trend_index\";i:301;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:359;a:20:{s:4:\"tmpl\";i:545;s:2:\"id\";i:6027;s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";i:1520443639;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-5-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:40;s:11:\"trend_index\";i:40;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:360;a:20:{s:4:\"tmpl\";i:1160;s:2:\"id\";i:17258;s:5:\"title\";s:32:\"Beauty Product &#8211; eCommerce\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Beauty-Product.png\";s:12:\"tmpl_created\";i:1610903153;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/beauty-product-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:38:\"[\"Beauty\",\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:797;s:11:\"trend_index\";i:703;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:361;a:20:{s:4:\"tmpl\";i:1057;s:2:\"id\";i:15334;s:5:\"title\";s:26:\"Dance Studio &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/About.jpg\";s:12:\"tmpl_created\";i:1603181364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/dance-studio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:626;s:11:\"trend_index\";i:373;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:362;a:20:{s:4:\"tmpl\";i:546;s:2:\"id\";i:6036;s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";i:1520443641;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-6-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:90;s:11:\"trend_index\";i:123;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:363;a:20:{s:4:\"tmpl\";i:1171;s:2:\"id\";i:17435;s:5:\"title\";s:39:\"Gym &#8211; App Service &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-4.png\";s:12:\"tmpl_created\";i:1612726462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/gym-app-service-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:58:\"[\"App\",\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:767;s:11:\"trend_index\";i:577;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:364;a:20:{s:4:\"tmpl\";i:1058;s:2:\"id\";i:15349;s:5:\"title\";s:28:\"Dance Studio &#8211; Classes\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes.jpg\";s:12:\"tmpl_created\";i:1603181425;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:629;s:11:\"trend_index\";i:458;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:365;a:20:{s:4:\"tmpl\";i:1156;s:2:\"id\";i:17111;s:5:\"title\";s:33:\"Sunglasses Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/01/Sunglasses-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610632408;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/sunglasses-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Ecommerce\",\"Fashion\",\"Landing Pages\",\"Sale\",\"Sunglasses\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:812;s:11:\"trend_index\";i:732;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:366;a:20:{s:4:\"tmpl\";i:1055;s:2:\"id\";i:15366;s:5:\"title\";s:29:\"Dance Studio &#8211; Schedule\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes-Schedule.jpg\";s:12:\"tmpl_created\";i:1603181056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/dance-studio-schedule/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:698;s:11:\"trend_index\";i:602;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:367;a:20:{s:4:\"tmpl\";i:1157;s:2:\"id\";i:17223;s:5:\"title\";s:25:\"Fashion &#8211; eCommerce\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/01/Commerce-Fashion.png\";s:12:\"tmpl_created\";i:1610902553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/fashion-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:808;s:11:\"trend_index\";i:745;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:368;a:20:{s:4:\"tmpl\";i:1059;s:2:\"id\";i:15373;s:5:\"title\";s:28:\"Dance Studio &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Pricing.jpg\";s:12:\"tmpl_created\";i:1603181678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:731;s:11:\"trend_index\";i:661;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:369;a:20:{s:4:\"tmpl\";i:1151;s:2:\"id\";i:17017;s:5:\"title\";s:28:\"Shoes Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Shoes-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610535361;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/shoes-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:55:\"[\"Discount\",\"Ecommerce\",\"Landing Pages\",\"Sale\",\"Shoes\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:803;s:11:\"trend_index\";i:642;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:370;a:20:{s:4:\"tmpl\";i:508;s:2:\"id\";i:5488;s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";i:1520443524;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:307;s:11:\"trend_index\";i:169;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:371;a:20:{s:4:\"tmpl\";i:1060;s:2:\"id\";i:15384;s:5:\"title\";s:28:\"Dance Studio &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/10/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1603181738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:741;s:11:\"trend_index\";i:721;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:372;a:20:{s:4:\"tmpl\";i:556;s:2:\"id\";i:6122;s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";i:1520443661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:38;s:11:\"trend_index\";i:26;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:373;a:20:{s:4:\"tmpl\";i:1163;s:2:\"id\";i:17301;s:5:\"title\";s:53:\"Personal Chef &#8211; Thank You Page &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/TYP-Personal-Chef.jpg\";s:12:\"tmpl_created\";i:1610903622;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/personal-chef-thank-you-page-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:43:\"[\"Chef\",\"Food\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:823;s:11:\"trend_index\";i:754;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:374;a:20:{s:4:\"tmpl\";i:1042;s:2:\"id\";i:15158;s:5:\"title\";s:26:\"Psychologist &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg\";s:12:\"tmpl_created\";i:1600157561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/psychologist-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:618;s:11:\"trend_index\";i:426;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:375;a:20:{s:4:\"tmpl\";i:1164;s:2:\"id\";i:17313;s:5:\"title\";s:60:\"Development Course  &#8211; Thank You Page &#8211; Education\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Dev-Course-TYP-.png\";s:12:\"tmpl_created\";i:1610903776;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/development-course-thank-you-page-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Education\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:834;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:376;a:20:{s:4:\"tmpl\";i:1045;s:2:\"id\";i:15197;s:5:\"title\";s:28:\"Psychologist &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1600160499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:666;s:11:\"trend_index\";i:558;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:377;a:20:{s:4:\"tmpl\";i:509;s:2:\"id\";i:5496;s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png\";s:12:\"tmpl_created\";i:1520443526;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:523;s:11:\"trend_index\";i:453;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:378;a:20:{s:4:\"tmpl\";i:1041;s:2:\"id\";i:15142;s:5:\"title\";s:25:\"Psychologist &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Home.jpg\";s:12:\"tmpl_created\";i:1600156308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/psychologist-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:464;s:11:\"trend_index\";i:297;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:379;a:20:{s:4:\"tmpl\";i:1044;s:2:\"id\";i:15188;s:5:\"title\";s:28:\"Psychologist &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/09/Pricing.jpg\";s:12:\"tmpl_created\";i:1600159731;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:732;s:11:\"trend_index\";i:537;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:380;a:20:{s:4:\"tmpl\";i:684;s:2:\"id\";i:8961;s:5:\"title\";s:9:\"archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg\";s:12:\"tmpl_created\";i:1528639909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:79;s:11:\"trend_index\";i:15;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:381;a:20:{s:4:\"tmpl\";i:1043;s:2:\"id\";i:15167;s:5:\"title\";s:29:\"Psychologist &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/09/Services.jpg\";s:12:\"tmpl_created\";i:1600158206;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/psychologist-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:606;s:11:\"trend_index\";i:379;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:382;a:20:{s:4:\"tmpl\";i:1036;s:2:\"id\";i:14932;s:5:\"title\";s:30:\"Flooring Company &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/About.png\";s:12:\"tmpl_created\";i:1597740110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/flooring-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:488;s:11:\"trend_index\";i:319;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:383;a:20:{s:4:\"tmpl\";i:685;s:2:\"id\";i:8969;s:5:\"title\";s:9:\"archive 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg\";s:12:\"tmpl_created\";i:1528700014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:250;s:11:\"trend_index\";i:124;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:384;a:20:{s:4:\"tmpl\";i:1037;s:2:\"id\";i:14998;s:5:\"title\";s:32:\"Flooring Company &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/08/Contact-Us.png\";s:12:\"tmpl_created\";i:1597740222;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:553;s:11:\"trend_index\";i:380;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:385;a:20:{s:4:\"tmpl\";i:1038;s:2:\"id\";i:14965;s:5:\"title\";s:32:\"Flooring Company &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/Gallery.png\";s:12:\"tmpl_created\";i:1597740353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:371;s:11:\"trend_index\";i:291;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:386;a:20:{s:4:\"tmpl\";i:686;s:2:\"id\";i:8973;s:5:\"title\";s:9:\"archive 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg\";s:12:\"tmpl_created\";i:1528700205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:176;s:11:\"trend_index\";i:54;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:387;a:20:{s:4:\"tmpl\";i:1282;s:2:\"id\";i:22417;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1647354987;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:388;a:20:{s:4:\"tmpl\";i:1040;s:2:\"id\";i:14947;s:5:\"title\";s:33:\"Flooring company &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/08/Services.png\";s:12:\"tmpl_created\";i:1597740551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/flooring-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:538;s:11:\"trend_index\";i:392;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:389;a:20:{s:4:\"tmpl\";i:1039;s:2:\"id\";i:14901;s:5:\"title\";s:29:\"Flooring Company &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Home.png\";s:12:\"tmpl_created\";i:1597740474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/flooring-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:387;s:11:\"trend_index\";i:185;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:390;a:20:{s:4:\"tmpl\";i:687;s:2:\"id\";i:8977;s:5:\"title\";s:9:\"archive 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg\";s:12:\"tmpl_created\";i:1528700326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:354;s:11:\"trend_index\";i:396;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:391;a:20:{s:4:\"tmpl\";i:1252;s:2:\"id\";i:22146;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1647177514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:392;a:20:{s:4:\"tmpl\";i:688;s:2:\"id\";i:8981;s:5:\"title\";s:9:\"archive 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg\";s:12:\"tmpl_created\";i:1528700484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:333;s:11:\"trend_index\";i:195;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:393;a:20:{s:4:\"tmpl\";i:1021;s:2:\"id\";i:14737;s:5:\"title\";s:32:\"Luxury Real Estate &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/About.png\";s:12:\"tmpl_created\";i:1595313527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/luxury-real-estate-about-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:150;s:11:\"trend_index\";i:447;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:394;a:20:{s:4:\"tmpl\";i:689;s:2:\"id\";i:8985;s:5:\"title\";s:9:\"archive 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg\";s:12:\"tmpl_created\";i:1528700612;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:204;s:11:\"trend_index\";i:95;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:395;a:20:{s:4:\"tmpl\";i:1020;s:2:\"id\";i:14756;s:5:\"title\";s:34:\"Luxury Real Estate &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Contact-Us.png\";s:12:\"tmpl_created\";i:1595313519;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/luxury-real-estate-contact-us-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:610;s:11:\"trend_index\";i:569;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:396;a:20:{s:4:\"tmpl\";i:1019;s:2:\"id\";i:14716;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Home.png\";s:12:\"tmpl_created\";i:1595313512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:394;s:11:\"trend_index\";i:165;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:397;a:20:{s:4:\"tmpl\";i:690;s:2:\"id\";i:8989;s:5:\"title\";s:9:\"archive 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg\";s:12:\"tmpl_created\";i:1528701063;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:208;s:11:\"trend_index\";i:111;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:398;a:20:{s:4:\"tmpl\";i:1018;s:2:\"id\";i:14763;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; News\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/07/news-Archive.png\";s:12:\"tmpl_created\";i:1595313273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-news-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:404;s:11:\"trend_index\";i:167;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:399;a:20:{s:4:\"tmpl\";i:1283;s:2:\"id\";i:22423;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1647355154;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:400;a:20:{s:4:\"tmpl\";i:691;s:2:\"id\";i:8996;s:5:\"title\";s:9:\"archive 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg\";s:12:\"tmpl_created\";i:1528701290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:227;s:11:\"trend_index\";i:153;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:401;a:20:{s:4:\"tmpl\";i:1010;s:2:\"id\";i:13960;s:5:\"title\";s:32:\"Japanese restaurant &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg\";s:12:\"tmpl_created\";i:1592289775;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:537;s:11:\"trend_index\";i:287;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:402;a:20:{s:4:\"tmpl\";i:1284;s:2:\"id\";i:22428;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1647355339;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:403;a:20:{s:4:\"tmpl\";i:692;s:2:\"id\";i:9001;s:5:\"title\";s:9:\"archive 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg\";s:12:\"tmpl_created\";i:1528701433;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:265;s:11:\"trend_index\";i:208;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:404;a:20:{s:4:\"tmpl\";i:1007;s:2:\"id\";i:13993;s:5:\"title\";s:45:\"Japanese restaurant &#8211; Chef&#8217;s Menu\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/06/Chef_s-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:651;s:11:\"trend_index\";i:675;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:405;a:20:{s:4:\"tmpl\";i:1006;s:2:\"id\";i:14012;s:5:\"title\";s:36:\"Japanese restaurant &#8211; Bar Menu\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:735;s:11:\"trend_index\";i:829;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:406;a:20:{s:4:\"tmpl\";i:1005;s:2:\"id\";i:13917;s:5:\"title\";s:33:\"Japanese restaurant &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg\";s:12:\"tmpl_created\";i:1592289629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/japanese-restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:640;s:11:\"trend_index\";i:389;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:407;a:20:{s:4:\"tmpl\";i:997;s:2:\"id\";i:13528;s:5:\"title\";s:22:\"Barbershop &#8211; 404\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg\";s:12:\"tmpl_created\";i:1589893152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/barbershop-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:768;s:11:\"trend_index\";i:681;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:408;a:20:{s:4:\"tmpl\";i:1009;s:2:\"id\";i:13937;s:5:\"title\";s:35:\"Japanese restaurant &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1592289748;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:648;s:11:\"trend_index\";i:551;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:409;a:20:{s:4:\"tmpl\";i:1008;s:2:\"id\";i:14030;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Events\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/06/Events-Page.jpg\";s:12:\"tmpl_created\";i:1592289713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/japanese-restaurant-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:723;s:11:\"trend_index\";i:711;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:410;a:20:{s:4:\"tmpl\";i:998;s:2:\"id\";i:13518;s:5:\"title\";s:26:\"Barbershop &#8211; Archive\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg\";s:12:\"tmpl_created\";i:1589893157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/barbershop-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:737;s:11:\"trend_index\";i:523;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:411;a:20:{s:4:\"tmpl\";i:1016;s:2:\"id\";i:13984;s:5:\"title\";s:40:\"Japanese restaurant &#8211; Reservations\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/reservations.jpg\";s:12:\"tmpl_created\";i:1592294757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:715;s:11:\"trend_index\";i:727;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:412;a:20:{s:4:\"tmpl\";i:999;s:2:\"id\";i:13479;s:5:\"title\";s:23:\"Barbershop &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg\";s:12:\"tmpl_created\";i:1589893275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/barbershop-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:683;s:11:\"trend_index\";i:832;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:413;a:20:{s:4:\"tmpl\";i:996;s:2:\"id\";i:13604;s:5:\"title\";s:25:\"Barbershop &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1589893147;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Footer\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:555;s:11:\"trend_index\";i:267;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:414;a:20:{s:4:\"tmpl\";i:1000;s:2:\"id\";i:13503;s:5:\"title\";s:24:\"Barbershop &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg\";s:12:\"tmpl_created\";i:1589893289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/barbershop-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:744;s:11:\"trend_index\";i:739;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:415;a:20:{s:4:\"tmpl\";i:995;s:2:\"id\";i:13612;s:5:\"title\";s:25:\"Barbershop &#8211; Header\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg\";s:12:\"tmpl_created\";i:1589893142;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Header\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:343;s:11:\"trend_index\";i:137;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:416;a:20:{s:4:\"tmpl\";i:1001;s:2:\"id\";i:13548;s:5:\"title\";s:27:\"Barbershop &#8211; Services\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg\";s:12:\"tmpl_created\";i:1589893298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/barbershop-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:761;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:417;a:20:{s:4:\"tmpl\";i:1002;s:2:\"id\";i:13560;s:5:\"title\";s:26:\"Barbershop &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1589893307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:756;s:11:\"trend_index\";i:822;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:418;a:20:{s:4:\"tmpl\";i:1003;s:2:\"id\";i:13587;s:5:\"title\";s:26:\"Barbershop &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg\";s:12:\"tmpl_created\";i:1589893315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:753;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:419;a:20:{s:4:\"tmpl\";i:982;s:2:\"id\";i:13307;s:5:\"title\";s:26:\"Online Course &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg\";s:12:\"tmpl_created\";i:1587474541;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/online-course-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:230;s:11:\"trend_index\";i:125;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:420;a:20:{s:4:\"tmpl\";i:994;s:2:\"id\";i:13621;s:5:\"title\";s:30:\"Barbershop &#8211; Single Post\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg\";s:12:\"tmpl_created\";i:1589893137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/barbershop-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:736;s:11:\"trend_index\";i:580;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:421;a:20:{s:4:\"tmpl\";i:1131;s:2:\"id\";i:16527;s:5:\"title\";s:24:\"Beauty Salon &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/12/404.jpg\";s:12:\"tmpl_created\";i:1608622517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/beauty-salon-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:29:\"[\"404\",\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:742;s:11:\"trend_index\";i:563;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:422;a:20:{s:4:\"tmpl\";i:983;s:2:\"id\";i:13328;s:5:\"title\";s:27:\"Online Course &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg\";s:12:\"tmpl_created\";i:1587474558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/online-course-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:508;s:11:\"trend_index\";i:429;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:423;a:20:{s:4:\"tmpl\";i:984;s:2:\"id\";i:13338;s:5:\"title\";s:33:\"Online Course &#8211; Course Page\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png\";s:12:\"tmpl_created\";i:1587474574;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/online-course-course-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:337;s:11:\"trend_index\";i:310;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:424;a:20:{s:4:\"tmpl\";i:985;s:2:\"id\";i:13352;s:5:\"title\";s:29:\"Online Course &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1587474591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/online-course-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:565;s:11:\"trend_index\";i:533;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:425;a:20:{s:4:\"tmpl\";i:1130;s:2:\"id\";i:16535;s:5:\"title\";s:27:\"Beauty Salon &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Footer.jpg\";s:12:\"tmpl_created\";i:1608622498;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Footer\",\"Hair\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:524;s:11:\"trend_index\";i:126;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:426;a:20:{s:4:\"tmpl\";i:971;s:2:\"id\";i:13187;s:5:\"title\";s:33:\"Interior Design &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.png\";s:12:\"tmpl_created\";i:1586148661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/interior-design-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:331;s:11:\"trend_index\";i:264;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:427;a:20:{s:4:\"tmpl\";i:1453;s:2:\"id\";i:16346;s:5:\"title\";s:33:\"Your New Home &#8211; Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";i:1660205402;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/your-new-home-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:31:\"[\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:428;a:20:{s:4:\"tmpl\";i:972;s:2:\"id\";i:13199;s:5:\"title\";s:29:\"Interior Design &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.png\";s:12:\"tmpl_created\";i:1586148666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/interior-design-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:316;s:11:\"trend_index\";i:334;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:429;a:20:{s:4:\"tmpl\";i:1129;s:2:\"id\";i:16545;s:5:\"title\";s:27:\"Beauty Salon &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Header.jpg\";s:12:\"tmpl_created\";i:1608622495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Hair\",\"Header\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:356;s:11:\"trend_index\";i:49;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:430;a:20:{s:4:\"tmpl\";i:973;s:2:\"id\";i:13214;s:5:\"title\";s:32:\"Interior Design &#8211; Projects\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg\";s:12:\"tmpl_created\";i:1586148672;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/interior-design-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:367;s:11:\"trend_index\";i:323;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:431;a:20:{s:4:\"tmpl\";i:641;s:2:\"id\";i:7686;s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";i:1521558047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"Archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:131;s:11:\"trend_index\";i:152;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:432;a:20:{s:4:\"tmpl\";i:974;s:2:\"id\";i:13229;s:5:\"title\";s:31:\"Interior Design &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png\";s:12:\"tmpl_created\";i:1586148677;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/interior-design-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:395;s:11:\"trend_index\";i:337;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:433;a:20:{s:4:\"tmpl\";i:959;s:2:\"id\";i:12948;s:5:\"title\";s:29:\"Photography &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png\";s:12:\"tmpl_created\";i:1582093442;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photography-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:241;s:11:\"trend_index\";i:201;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:434;a:20:{s:4:\"tmpl\";i:960;s:2:\"id\";i:12798;s:5:\"title\";s:25:\"Photography &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png\";s:12:\"tmpl_created\";i:1582093446;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/photography-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:499;s:11:\"trend_index\";i:374;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:435;a:20:{s:4:\"tmpl\";i:484;s:2:\"id\";i:5283;s:5:\"title\";s:9:\"Clients 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png\";s:12:\"tmpl_created\";i:1520443478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:294;s:11:\"trend_index\";i:202;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:436;a:20:{s:4:\"tmpl\";i:961;s:2:\"id\";i:12868;s:5:\"title\";s:27:\"Photography &#8211; Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png\";s:12:\"tmpl_created\";i:1582093450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:531;s:11:\"trend_index\";i:350;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:437;a:20:{s:4:\"tmpl\";i:962;s:2:\"id\";i:13056;s:5:\"title\";s:28:\"Photography &#8211; Wildlife\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png\";s:12:\"tmpl_created\";i:1582093454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photography-wildlife/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:579;s:11:\"trend_index\";i:656;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:438;a:20:{s:4:\"tmpl\";i:487;s:2:\"id\";i:5306;s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";i:1520443484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:657;s:11:\"trend_index\";i:581;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:439;a:20:{s:4:\"tmpl\";i:963;s:2:\"id\";i:12922;s:5:\"title\";s:37:\"Photography &#8211; Glowing Jellyfish\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png\";s:12:\"tmpl_created\";i:1582093457;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:628;s:11:\"trend_index\";i:532;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:440;a:20:{s:4:\"tmpl\";i:964;s:2:\"id\";i:12875;s:5:\"title\";s:36:\"Photography &#8211; Fluttering Birds\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png\";s:12:\"tmpl_created\";i:1582093461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-fluttering-birds/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:693;s:11:\"trend_index\";i:766;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:441;a:20:{s:4:\"tmpl\";i:965;s:2:\"id\";i:12962;s:5:\"title\";s:26:\"Photography &#8211; Nature\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png\";s:12:\"tmpl_created\";i:1582093465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/photography-nature/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:592;s:11:\"trend_index\";i:778;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:442;a:20:{s:4:\"tmpl\";i:491;s:2:\"id\";i:5341;s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";i:1520443491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:603;s:11:\"trend_index\";i:633;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:443;a:20:{s:4:\"tmpl\";i:966;s:2:\"id\";i:12833;s:5:\"title\";s:38:\"Photography &#8211; Blossoming Flowers\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png\";s:12:\"tmpl_created\";i:1582093469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/photography-blossoming-flowers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:597;s:11:\"trend_index\";i:750;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:444;a:20:{s:4:\"tmpl\";i:488;s:2:\"id\";i:5315;s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";i:1520443486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:485;s:11:\"trend_index\";i:263;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:445;a:20:{s:4:\"tmpl\";i:967;s:2:\"id\";i:12898;s:5:\"title\";s:36:\"Photography &#8211; Forest Mushrooms\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png\";s:12:\"tmpl_created\";i:1582093473;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-forest-mushrooms/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:667;s:11:\"trend_index\";i:649;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:446;a:20:{s:4:\"tmpl\";i:968;s:2:\"id\";i:12994;s:5:\"title\";s:24:\"Photography &#8211; Pets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png\";s:12:\"tmpl_created\";i:1582093477;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/photography-pets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:612;s:11:\"trend_index\";i:508;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:447;a:20:{s:4:\"tmpl\";i:969;s:2:\"id\";i:12805;s:5:\"title\";s:37:\"Photography &#8211; B&amp;W Portraits\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";i:1582093481;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/photography-bw-portraits/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:695;s:11:\"trend_index\";i:735;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:448;a:20:{s:4:\"tmpl\";i:490;s:2:\"id\";i:5333;s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";i:1520443489;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:234;s:11:\"trend_index\";i:128;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:449;a:20:{s:4:\"tmpl\";i:970;s:2:\"id\";i:13031;s:5:\"title\";s:33:\"Photography &#8211; Vivid Parrots\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png\";s:12:\"tmpl_created\";i:1582093484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/photography-vivid-parrots/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:660;s:11:\"trend_index\";i:643;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:450;a:20:{s:4:\"tmpl\";i:496;s:2:\"id\";i:5389;s:5:\"title\";s:10:\"Clients 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png\";s:12:\"tmpl_created\";i:1520443501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:407;s:11:\"trend_index\";i:307;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:451;a:20:{s:4:\"tmpl\";i:940;s:2:\"id\";i:12621;s:5:\"title\";s:26:\"Magazine &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png\";s:12:\"tmpl_created\";i:1579060604;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/magazine-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:167;s:11:\"trend_index\";i:121;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:452;a:20:{s:4:\"tmpl\";i:936;s:2:\"id\";i:12352;s:5:\"title\";s:24:\"Travel &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";i:1575960464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:291;s:11:\"trend_index\";i:194;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:453;a:20:{s:4:\"tmpl\";i:486;s:2:\"id\";i:5298;s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";i:1520443482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:465;s:11:\"trend_index\";i:520;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:454;a:20:{s:4:\"tmpl\";i:932;s:2:\"id\";i:12400;s:5:\"title\";s:20:\"Travel &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";i:1575960441;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:444;s:11:\"trend_index\";i:445;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:455;a:20:{s:4:\"tmpl\";i:938;s:2:\"id\";i:12479;s:5:\"title\";s:20:\"Travel &#8211; Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";i:1575960474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:539;s:11:\"trend_index\";i:726;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:456;a:20:{s:4:\"tmpl\";i:495;s:2:\"id\";i:5381;s:5:\"title\";s:10:\"Clients 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png\";s:12:\"tmpl_created\";i:1520443499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:198;s:11:\"trend_index\";i:168;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:457;a:20:{s:4:\"tmpl\";i:937;s:2:\"id\";i:12466;s:5:\"title\";s:27:\"Travel &#8211; Testimonials\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";i:1575960469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-testimonials/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:527;s:11:\"trend_index\";i:481;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:458;a:20:{s:4:\"tmpl\";i:935;s:2:\"id\";i:12443;s:5:\"title\";s:22:\"Travel &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";i:1575960459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/travel-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:467;s:11:\"trend_index\";i:501;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:459;a:20:{s:4:\"tmpl\";i:934;s:2:\"id\";i:12431;s:5:\"title\";s:18:\"Travel &#8211; FAQ\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";i:1575960453;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-faq/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:501;s:11:\"trend_index\";i:387;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:460;a:20:{s:4:\"tmpl\";i:493;s:2:\"id\";i:5357;s:5:\"title\";s:9:\"Clients 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png\";s:12:\"tmpl_created\";i:1520443495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:341;s:11:\"trend_index\";i:232;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:461;a:20:{s:4:\"tmpl\";i:933;s:2:\"id\";i:12421;s:5:\"title\";s:27:\"Travel &#8211; Contact Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";i:1575960445;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-contact-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:571;s:11:\"trend_index\";i:536;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:462;a:20:{s:4:\"tmpl\";i:892;s:2:\"id\";i:11763;s:5:\"title\";s:27:\"Portfolio &#8211; Home Page\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png\";s:12:\"tmpl_created\";i:1569428959;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/portfolio-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:280;s:11:\"trend_index\";i:241;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:463;a:20:{s:4:\"tmpl\";i:485;s:2:\"id\";i:5290;s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";i:1520443480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:545;s:11:\"trend_index\";i:502;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:464;a:20:{s:4:\"tmpl\";i:891;s:2:\"id\";i:11781;s:5:\"title\";s:23:\"Portfolio &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png\";s:12:\"tmpl_created\";i:1569428955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/portfolio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:349;s:11:\"trend_index\";i:290;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:465;a:20:{s:4:\"tmpl\";i:482;s:2:\"id\";i:5266;s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";i:1520443474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:95;s:11:\"trend_index\";i:134;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:466;a:20:{s:4:\"tmpl\";i:890;s:2:\"id\";i:11793;s:5:\"title\";s:26:\"Portfolio &#8211; Projects\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png\";s:12:\"tmpl_created\";i:1569428951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/portfolio-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:448;s:11:\"trend_index\";i:467;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:467;a:20:{s:4:\"tmpl\";i:889;s:2:\"id\";i:11800;s:5:\"title\";s:25:\"Portfolio &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png\";s:12:\"tmpl_created\";i:1569428946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:494;s:11:\"trend_index\";i:449;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:468;a:20:{s:4:\"tmpl\";i:866;s:2:\"id\";i:11163;s:5:\"title\";s:32:\"Digital Agency &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";i:1564641877;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/digital-agency-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:57;s:11:\"trend_index\";i:32;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:469;a:20:{s:4:\"tmpl\";i:483;s:2:\"id\";i:5275;s:5:\"title\";s:9:\"Clients 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png\";s:12:\"tmpl_created\";i:1520443476;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:334;s:11:\"trend_index\";i:321;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:470;a:20:{s:4:\"tmpl\";i:492;s:2:\"id\";i:5349;s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";i:1520443493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:144;s:16:\"popularity_index\";i:233;s:11:\"trend_index\";i:92;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:471;a:20:{s:4:\"tmpl\";i:916;s:2:\"id\";i:12143;s:5:\"title\";s:22:\"Law Firm &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/about.png\";s:12:\"tmpl_created\";i:1572847069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/law-firm-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:350;s:11:\"trend_index\";i:344;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:472;a:20:{s:4:\"tmpl\";i:489;s:2:\"id\";i:5324;s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";i:1520443488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:526;s:11:\"trend_index\";i:381;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:473;a:20:{s:4:\"tmpl\";i:920;s:2:\"id\";i:12091;s:5:\"title\";s:21:\"Law Firm &#8211; Team\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/team.png\";s:12:\"tmpl_created\";i:1572847113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/law-firm-team/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:318;s:11:\"trend_index\";i:314;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:474;a:20:{s:4:\"tmpl\";i:869;s:2:\"id\";i:11129;s:5:\"title\";s:28:\"Digital Agency &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";i:1564641889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:182;s:11:\"trend_index\";i:166;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:475;a:20:{s:4:\"tmpl\";i:880;s:2:\"id\";i:11572;s:5:\"title\";s:19:\"Gym &#8211; Trainer\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png\";s:12:\"tmpl_created\";i:1567392934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:521;s:11:\"trend_index\";i:590;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:476;a:20:{s:4:\"tmpl\";i:494;s:2:\"id\";i:5368;s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";i:1520443497;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:253;s:11:\"trend_index\";i:273;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:477;a:20:{s:4:\"tmpl\";i:917;s:2:\"id\";i:12133;s:5:\"title\";s:24:\"Law Firm &#8211; Careers\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/11/careers.png\";s:12:\"tmpl_created\";i:1572847078;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-careers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:583;s:11:\"trend_index\";i:640;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:478;a:20:{s:4:\"tmpl\";i:425;s:2:\"id\";i:4436;s:5:\"title\";s:11:\"Contact  16\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";i:1520443293;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:161;s:11:\"trend_index\";i:68;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:479;a:20:{s:4:\"tmpl\";i:915;s:2:\"id\";i:12155;s:5:\"title\";s:26:\"Law Firm &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/home.png\";s:12:\"tmpl_created\";i:1572847054;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/law-firm-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:193;s:11:\"trend_index\";i:110;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:480;a:20:{s:4:\"tmpl\";i:423;s:2:\"id\";i:4420;s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";i:1520443289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:196;s:11:\"trend_index\";i:127;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:481;a:20:{s:4:\"tmpl\";i:921;s:2:\"id\";i:12080;s:5:\"title\";s:24:\"Law Firm &#8211; Partner\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png\";s:12:\"tmpl_created\";i:1572847120;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-partner/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:556;s:11:\"trend_index\";i:471;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:482;a:20:{s:4:\"tmpl\";i:534;s:2:\"id\";i:5836;s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:114;s:11:\"trend_index\";i:76;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:483;a:20:{s:4:\"tmpl\";i:865;s:2:\"id\";i:11074;s:5:\"title\";s:31:\"Digital Agency &#8211; Services\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";i:1564641872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/digital-agency-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:163;s:11:\"trend_index\";i:170;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:484;a:20:{s:4:\"tmpl\";i:879;s:2:\"id\";i:11506;s:5:\"title\";s:19:\"Gym &#8211; Classes\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png\";s:12:\"tmpl_created\";i:1567392930;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:514;s:11:\"trend_index\";i:554;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:485;a:20:{s:4:\"tmpl\";i:535;s:2:\"id\";i:5844;s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";i:1520443599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:156;s:16:\"popularity_index\";i:289;s:11:\"trend_index\";i:313;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:486;a:20:{s:4:\"tmpl\";i:922;s:2:\"id\";i:12044;s:5:\"title\";s:24:\"Law Firm &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png\";s:12:\"tmpl_created\";i:1572847130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:437;s:11:\"trend_index\";i:304;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:487;a:20:{s:4:\"tmpl\";i:430;s:2:\"id\";i:4476;s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";i:1520443303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:229;s:11:\"trend_index\";i:187;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:488;a:20:{s:4:\"tmpl\";i:918;s:2:\"id\";i:12124;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/11/services.png\";s:12:\"tmpl_created\";i:1572847096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/law-firm-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:433;s:11:\"trend_index\";i:296;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:489;a:20:{s:4:\"tmpl\";i:864;s:2:\"id\";i:11056;s:5:\"title\";s:35:\"Digital Agency &#8211; Social Media\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";i:1564641867;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/digital-agency-social-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:297;s:11:\"trend_index\";i:361;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:490;a:20:{s:4:\"tmpl\";i:476;s:2:\"id\";i:5214;s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";i:1520443462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/contact-16-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:194;s:11:\"trend_index\";i:106;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:491;a:20:{s:4:\"tmpl\";i:878;s:2:\"id\";i:11536;s:5:\"title\";s:19:\"Gym &#8211; Fitness\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png\";s:12:\"tmpl_created\";i:1567392927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:621;s:11:\"trend_index\";i:674;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:492;a:20:{s:4:\"tmpl\";i:882;s:2:\"id\";i:11545;s:5:\"title\";s:21:\"Gym &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png\";s:12:\"tmpl_created\";i:1567392943;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/gym-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:310;s:11:\"trend_index\";i:229;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:493;a:20:{s:4:\"tmpl\";i:919;s:2:\"id\";i:12116;s:5:\"title\";s:24:\"Law Firm &#8211; Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png\";s:12:\"tmpl_created\";i:1572847105;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:489;s:11:\"trend_index\";i:339;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:494;a:20:{s:4:\"tmpl\";i:478;s:2:\"id\";i:5230;s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";i:1520443466;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:339;s:11:\"trend_index\";i:335;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:495;a:20:{s:4:\"tmpl\";i:868;s:2:\"id\";i:11094;s:5:\"title\";s:30:\"Digital Agency &#8211; Clients\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";i:1564641885;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/digital-agency-clients/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:424;s:11:\"trend_index\";i:424;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:496;a:20:{s:4:\"tmpl\";i:481;s:2:\"id\";i:5257;s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";i:1520443472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:438;s:11:\"trend_index\";i:490;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:497;a:20:{s:4:\"tmpl\";i:881;s:2:\"id\";i:11478;s:5:\"title\";s:17:\"Gym &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png\";s:12:\"tmpl_created\";i:1567392939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/gym-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:164;s:16:\"popularity_index\";i:481;s:11:\"trend_index\";i:579;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:498;a:20:{s:4:\"tmpl\";i:532;s:2:\"id\";i:5820;s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:183;s:11:\"trend_index\";i:357;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:499;a:20:{s:4:\"tmpl\";i:877;s:2:\"id\";i:11563;s:5:\"title\";s:19:\"Gym &#8211; Pricing\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png\";s:12:\"tmpl_created\";i:1567392923;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:577;s:11:\"trend_index\";i:736;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:500;a:20:{s:4:\"tmpl\";i:422;s:2:\"id\";i:4411;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";i:1520443287;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:167;s:16:\"popularity_index\";i:113;s:11:\"trend_index\";i:217;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:501;a:20:{s:4:\"tmpl\";i:867;s:2:\"id\";i:11034;s:5:\"title\";s:30:\"Digital Agency &#8211; Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";i:1564641881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/contact-digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:168;s:16:\"popularity_index\";i:191;s:11:\"trend_index\";i:156;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:502;a:20:{s:4:\"tmpl\";i:533;s:2:\"id\";i:5828;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:170;s:16:\"popularity_index\";i:312;s:11:\"trend_index\";i:495;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:503;a:20:{s:4:\"tmpl\";i:876;s:2:\"id\";i:11528;s:5:\"title\";s:19:\"Gym &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png\";s:12:\"tmpl_created\";i:1567392917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:505;s:11:\"trend_index\";i:624;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:504;a:20:{s:4:\"tmpl\";i:424;s:2:\"id\";i:4428;s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";i:1520443291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:118;s:11:\"trend_index\";i:131;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:505;a:20:{s:4:\"tmpl\";i:426;s:2:\"id\";i:4444;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443295;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:174;s:16:\"popularity_index\";i:84;s:11:\"trend_index\";i:93;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:506;a:20:{s:4:\"tmpl\";i:432;s:2:\"id\";i:4492;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";i:1520443307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-5-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:176;s:16:\"popularity_index\";i:37;s:11:\"trend_index\";i:31;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:507;a:20:{s:4:\"tmpl\";i:427;s:2:\"id\";i:4452;s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:178;s:16:\"popularity_index\";i:139;s:11:\"trend_index\";i:150;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:508;a:20:{s:4:\"tmpl\";i:429;s:2:\"id\";i:4468;s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";i:1520443301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:179;s:16:\"popularity_index\";i:127;s:11:\"trend_index\";i:72;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:509;a:20:{s:4:\"tmpl\";i:431;s:2:\"id\";i:4484;s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";i:1520443305;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:182;s:16:\"popularity_index\";i:328;s:11:\"trend_index\";i:260;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:510;a:20:{s:4:\"tmpl\";i:428;s:2:\"id\";i:4460;s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:184;s:16:\"popularity_index\";i:99;s:11:\"trend_index\";i:80;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:511;a:20:{s:4:\"tmpl\";i:613;s:2:\"id\";i:5558;s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";i:1520520684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:185;s:16:\"popularity_index\";i:129;s:11:\"trend_index\";i:69;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:512;a:20:{s:4:\"tmpl\";i:634;s:2:\"id\";i:5939;s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";i:1520520760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:187;s:16:\"popularity_index\";i:190;s:11:\"trend_index\";i:118;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:513;a:20:{s:4:\"tmpl\";i:633;s:2:\"id\";i:5930;s:5:\"title\";s:6:\"CTA 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png\";s:12:\"tmpl_created\";i:1520520758;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:190;s:16:\"popularity_index\";i:76;s:11:\"trend_index\";i:84;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:514;a:20:{s:4:\"tmpl\";i:632;s:2:\"id\";i:5921;s:5:\"title\";s:6:\"CTA 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png\";s:12:\"tmpl_created\";i:1520520757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:192;s:16:\"popularity_index\";i:278;s:11:\"trend_index\";i:234;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:515;a:20:{s:4:\"tmpl\";i:618;s:2:\"id\";i:5607;s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";i:1520520695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:194;s:16:\"popularity_index\";i:42;s:11:\"trend_index\";i:11;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:516;a:20:{s:4:\"tmpl\";i:574;s:2:\"id\";i:6017;s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";i:1520520331;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:196;s:16:\"popularity_index\";i:152;s:11:\"trend_index\";i:122;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:517;a:20:{s:4:\"tmpl\";i:628;s:2:\"id\";i:5885;s:5:\"title\";s:6:\"CTA 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png\";s:12:\"tmpl_created\";i:1520520751;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:197;s:16:\"popularity_index\";i:274;s:11:\"trend_index\";i:256;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:518;a:20:{s:4:\"tmpl\";i:627;s:2:\"id\";i:5877;s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";i:1520520749;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:200;s:16:\"popularity_index\";i:564;s:11:\"trend_index\";i:677;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:519;a:20:{s:4:\"tmpl\";i:625;s:2:\"id\";i:5860;s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";i:1520520746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:201;s:16:\"popularity_index\";i:120;s:11:\"trend_index\";i:63;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:520;a:20:{s:4:\"tmpl\";i:626;s:2:\"id\";i:5869;s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";i:1520520747;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:204;s:16:\"popularity_index\";i:345;s:11:\"trend_index\";i:486;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:521;a:20:{s:4:\"tmpl\";i:611;s:2:\"id\";i:5542;s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";i:1520520681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:205;s:16:\"popularity_index\";i:169;s:11:\"trend_index\";i:270;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:522;a:20:{s:4:\"tmpl\";i:614;s:2:\"id\";i:5567;s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";i:1520520685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:207;s:16:\"popularity_index\";i:143;s:11:\"trend_index\";i:225;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:523;a:20:{s:4:\"tmpl\";i:629;s:2:\"id\";i:5893;s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";i:1520520752;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:210;s:16:\"popularity_index\";i:259;s:11:\"trend_index\";i:457;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:524;a:20:{s:4:\"tmpl\";i:619;s:2:\"id\";i:5634;s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";i:1520520699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:212;s:16:\"popularity_index\";i:188;s:11:\"trend_index\";i:255;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:525;a:20:{s:4:\"tmpl\";i:620;s:2:\"id\";i:5642;s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";i:1520520701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:214;s:16:\"popularity_index\";i:226;s:11:\"trend_index\";i:262;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:526;a:20:{s:4:\"tmpl\";i:615;s:2:\"id\";i:5583;s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";i:1520520689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:216;s:16:\"popularity_index\";i:117;s:11:\"trend_index\";i:117;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:527;a:20:{s:4:\"tmpl\";i:630;s:2:\"id\";i:5904;s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";i:1520520754;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:217;s:16:\"popularity_index\";i:528;s:11:\"trend_index\";i:517;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:528;a:20:{s:4:\"tmpl\";i:631;s:2:\"id\";i:5912;s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";i:1520520755;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:219;s:16:\"popularity_index\";i:665;s:11:\"trend_index\";i:702;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:529;a:20:{s:4:\"tmpl\";i:473;s:2:\"id\";i:5189;s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";i:1520443456;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:221;s:16:\"popularity_index\";i:472;s:11:\"trend_index\";i:631;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:530;a:20:{s:4:\"tmpl\";i:623;s:2:\"id\";i:5667;s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";i:1520520705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:222;s:16:\"popularity_index\";i:171;s:11:\"trend_index\";i:250;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:531;a:20:{s:4:\"tmpl\";i:474;s:2:\"id\";i:5198;s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";i:1520443458;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:225;s:16:\"popularity_index\";i:572;s:11:\"trend_index\";i:511;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:532;a:20:{s:4:\"tmpl\";i:475;s:2:\"id\";i:5206;s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";i:1520443459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:226;s:16:\"popularity_index\";i:593;s:11:\"trend_index\";i:611;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:533;a:20:{s:4:\"tmpl\";i:480;s:2:\"id\";i:5249;s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";i:1520443470;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-32/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:228;s:16:\"popularity_index\";i:512;s:11:\"trend_index\";i:409;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:534;a:20:{s:4:\"tmpl\";i:612;s:2:\"id\";i:5550;s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";i:1520520682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-33/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:231;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:562;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:535;a:20:{s:4:\"tmpl\";i:536;s:2:\"id\";i:5852;s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";i:1520443600;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-34/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:232;s:16:\"popularity_index\";i:563;s:11:\"trend_index\";i:828;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:536;a:20:{s:4:\"tmpl\";i:624;s:2:\"id\";i:5675;s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";i:1520520707;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:235;s:16:\"popularity_index\";i:391;s:11:\"trend_index\";i:484;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:537;a:20:{s:4:\"tmpl\";i:616;s:2:\"id\";i:5591;s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";i:1520520691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:237;s:16:\"popularity_index\";i:133;s:11:\"trend_index\";i:130;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:538;a:20:{s:4:\"tmpl\";i:617;s:2:\"id\";i:5599;s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";i:1520520693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:239;s:16:\"popularity_index\";i:252;s:11:\"trend_index\";i:362;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:539;a:20:{s:4:\"tmpl\";i:514;s:2:\"id\";i:5575;s:5:\"title\";s:5:\"CTA 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png\";s:12:\"tmpl_created\";i:1520443543;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:240;s:16:\"popularity_index\";i:13;s:11:\"trend_index\";i:586;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:540;a:20:{s:4:\"tmpl\";i:622;s:2:\"id\";i:5658;s:5:\"title\";s:5:\"CTA 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png\";s:12:\"tmpl_created\";i:1520520704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:243;s:16:\"popularity_index\";i:187;s:11:\"trend_index\";i:235;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:541;a:20:{s:4:\"tmpl\";i:621;s:2:\"id\";i:5650;s:5:\"title\";s:5:\"CTA 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png\";s:12:\"tmpl_created\";i:1520520702;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:244;s:16:\"popularity_index\";i:94;s:11:\"trend_index\";i:148;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:542;a:20:{s:4:\"tmpl\";i:1061;s:2:\"id\";i:15407;s:5:\"title\";s:24:\"Dance Studio &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/10/404.jpg\";s:12:\"tmpl_created\";i:1603181958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/dance-studio-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:22:\"[\"404\",\"Dance Studio\"]\";s:10:\"menu_order\";i:246;s:16:\"popularity_index\";i:783;s:11:\"trend_index\";i:710;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:543;a:20:{s:4:\"tmpl\";i:1062;s:2:\"id\";i:15400;s:5:\"title\";s:27:\"Dance Studio &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Footer.jpg\";s:12:\"tmpl_created\";i:1603181989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Footer\"]\";s:10:\"menu_order\";i:247;s:16:\"popularity_index\";i:586;s:11:\"trend_index\";i:243;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:544;a:20:{s:4:\"tmpl\";i:1063;s:2:\"id\";i:15391;s:5:\"title\";s:27:\"Dance Studio &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Header.jpg\";s:12:\"tmpl_created\";i:1603182011;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Header\"]\";s:10:\"menu_order\";i:248;s:16:\"popularity_index\";i:352;s:11:\"trend_index\";i:67;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:545;a:20:{s:4:\"tmpl\";i:874;s:2:\"id\";i:11192;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg\";s:12:\"tmpl_created\";i:1564642399;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Footer\",\"Marketing\"]\";s:10:\"menu_order\";i:250;s:16:\"popularity_index\";i:172;s:11:\"trend_index\";i:105;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:546;a:20:{s:4:\"tmpl\";i:873;s:2:\"id\";i:11198;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-digital-marketing-agency.png\";s:12:\"tmpl_created\";i:1564642395;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Header\",\"Marketing\"]\";s:10:\"menu_order\";i:251;s:16:\"popularity_index\";i:34;s:11:\"trend_index\";i:10;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:547;a:20:{s:4:\"tmpl\";i:872;s:2:\"id\";i:11204;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg\";s:12:\"tmpl_created\";i:1564642389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:36:\"[\"404\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:253;s:16:\"popularity_index\";i:301;s:11:\"trend_index\";i:239;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:548;a:20:{s:4:\"tmpl\";i:871;s:2:\"id\";i:11220;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png\";s:12:\"tmpl_created\";i:1564642385;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:255;s:16:\"popularity_index\";i:116;s:11:\"trend_index\";i:73;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:549;a:20:{s:4:\"tmpl\";i:870;s:2:\"id\";i:11231;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png\";s:12:\"tmpl_created\";i:1564642380;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:257;s:16:\"popularity_index\";i:145;s:11:\"trend_index\";i:71;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:550;a:20:{s:4:\"tmpl\";i:520;s:2:\"id\";i:5711;s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png\";s:12:\"tmpl_created\";i:1520443571;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:260;s:16:\"popularity_index\";i:200;s:11:\"trend_index\";i:231;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:551;a:20:{s:4:\"tmpl\";i:523;s:2:\"id\";i:5737;s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png\";s:12:\"tmpl_created\";i:1520443576;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:261;s:16:\"popularity_index\";i:155;s:11:\"trend_index\";i:112;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:552;a:20:{s:4:\"tmpl\";i:524;s:2:\"id\";i:5746;s:5:\"title\";s:6:\"FAQ 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png\";s:12:\"tmpl_created\";i:1520443578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:264;s:16:\"popularity_index\";i:212;s:11:\"trend_index\";i:305;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:553;a:20:{s:4:\"tmpl\";i:519;s:2:\"id\";i:5703;s:5:\"title\";s:6:\"FAQ 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png\";s:12:\"tmpl_created\";i:1520443569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:265;s:16:\"popularity_index\";i:29;s:11:\"trend_index\";i:38;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:554;a:20:{s:4:\"tmpl\";i:521;s:2:\"id\";i:5719;s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png\";s:12:\"tmpl_created\";i:1520443573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:267;s:16:\"popularity_index\";i:125;s:11:\"trend_index\";i:251;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:555;a:20:{s:4:\"tmpl\";i:522;s:2:\"id\";i:5729;s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png\";s:12:\"tmpl_created\";i:1520443575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:269;s:16:\"popularity_index\";i:319;s:11:\"trend_index\";i:327;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:556;a:20:{s:4:\"tmpl\";i:525;s:2:\"id\";i:5755;s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png\";s:12:\"tmpl_created\";i:1520443580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:271;s:16:\"popularity_index\";i:112;s:11:\"trend_index\";i:180;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:557;a:20:{s:4:\"tmpl\";i:526;s:2:\"id\";i:5764;s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png\";s:12:\"tmpl_created\";i:1520443582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:273;s:16:\"popularity_index\";i:338;s:11:\"trend_index\";i:474;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:558;a:20:{s:4:\"tmpl\";i:517;s:2:\"id\";i:5684;s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png\";s:12:\"tmpl_created\";i:1520443565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:274;s:16:\"popularity_index\";i:74;s:11:\"trend_index\";i:193;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:559;a:20:{s:4:\"tmpl\";i:518;s:2:\"id\";i:5693;s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png\";s:12:\"tmpl_created\";i:1520443567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:276;s:16:\"popularity_index\";i:224;s:11:\"trend_index\";i:515;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:560;a:20:{s:4:\"tmpl\";i:548;s:2:\"id\";i:6053;s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png\";s:12:\"tmpl_created\";i:1520443645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:277;s:16:\"popularity_index\";i:179;s:11:\"trend_index\";i:463;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:561;a:20:{s:4:\"tmpl\";i:542;s:2:\"id\";i:5991;s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";i:1520443632;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:279;s:16:\"popularity_index\";i:135;s:11:\"trend_index\";i:265;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:562;a:20:{s:4:\"tmpl\";i:547;s:2:\"id\";i:6044;s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";i:1520443643;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:280;s:16:\"popularity_index\";i:70;s:11:\"trend_index\";i:163;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:563;a:20:{s:4:\"tmpl\";i:566;s:2:\"id\";i:6212;s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";i:1520443684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:281;s:16:\"popularity_index\";i:81;s:11:\"trend_index\";i:98;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:564;a:20:{s:4:\"tmpl\";i:567;s:2:\"id\";i:6220;s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png\";s:12:\"tmpl_created\";i:1520443685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:282;s:16:\"popularity_index\";i:88;s:11:\"trend_index\";i:189;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:565;a:20:{s:4:\"tmpl\";i:541;s:2:\"id\";i:5983;s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png\";s:12:\"tmpl_created\";i:1520443630;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:283;s:16:\"popularity_index\";i:231;s:11:\"trend_index\";i:351;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:566;a:20:{s:4:\"tmpl\";i:540;s:2:\"id\";i:5974;s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png\";s:12:\"tmpl_created\";i:1520443629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:286;s:16:\"popularity_index\";i:69;s:11:\"trend_index\";i:181;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:567;a:20:{s:4:\"tmpl\";i:516;s:2:\"id\";i:5624;s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png\";s:12:\"tmpl_created\";i:1520443553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:287;s:16:\"popularity_index\";i:93;s:11:\"trend_index\";i:352;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:568;a:20:{s:4:\"tmpl\";i:515;s:2:\"id\";i:5615;s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";i:1520443551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:290;s:16:\"popularity_index\";i:41;s:11:\"trend_index\";i:119;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:569;a:20:{s:4:\"tmpl\";i:539;s:2:\"id\";i:5963;s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png\";s:12:\"tmpl_created\";i:1520443626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:291;s:16:\"popularity_index\";i:67;s:11:\"trend_index\";i:133;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:570;a:20:{s:4:\"tmpl\";i:565;s:2:\"id\";i:6204;s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png\";s:12:\"tmpl_created\";i:1520443681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:292;s:16:\"popularity_index\";i:217;s:11:\"trend_index\";i:223;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:571;a:20:{s:4:\"tmpl\";i:564;s:2:\"id\";i:6196;s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";i:1520443680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:294;s:16:\"popularity_index\";i:106;s:11:\"trend_index\";i:113;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:572;a:20:{s:4:\"tmpl\";i:1033;s:2:\"id\";i:15033;s:5:\"title\";s:28:\"Flooring Company &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/08/404.png\";s:12:\"tmpl_created\";i:1597739459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/flooring-company-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:45:\"[\"404\",\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:296;s:16:\"popularity_index\";i:655;s:11:\"trend_index\";i:671;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:573;a:20:{s:4:\"tmpl\";i:1032;s:2:\"id\";i:15042;s:5:\"title\";s:32:\"Flooring Company &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Blog.png\";s:12:\"tmpl_created\";i:1597739084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/flooring-company-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:297;s:16:\"popularity_index\";i:320;s:11:\"trend_index\";i:275;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:574;a:20:{s:4:\"tmpl\";i:1031;s:2:\"id\";i:15017;s:5:\"title\";s:31:\"Flooring Company &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png\";s:12:\"tmpl_created\";i:1597738933;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Footer\"]\";s:10:\"menu_order\";i:299;s:16:\"popularity_index\";i:323;s:11:\"trend_index\";i:192;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:575;a:20:{s:4:\"tmpl\";i:1030;s:2:\"id\";i:15007;s:5:\"title\";s:31:\"Flooring Company &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Header.png\";s:12:\"tmpl_created\";i:1597738896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Header\"]\";s:10:\"menu_order\";i:302;s:16:\"popularity_index\";i:459;s:11:\"trend_index\";i:333;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:576;a:20:{s:4:\"tmpl\";i:1029;s:2:\"id\";i:15052;s:5:\"title\";s:36:\"Flooring Company &#8211; Single post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Single.png\";s:12:\"tmpl_created\";i:1597738858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/flooring-company-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:303;s:16:\"popularity_index\";i:392;s:11:\"trend_index\";i:226;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:577;a:20:{s:4:\"tmpl\";i:651;s:2:\"id\";i:7837;s:5:\"title\";s:9:\"footer 01\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg\";s:12:\"tmpl_created\";i:1524582852;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:305;s:16:\"popularity_index\";i:495;s:11:\"trend_index\";i:539;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:578;a:20:{s:4:\"tmpl\";i:647;s:2:\"id\";i:7937;s:5:\"title\";s:10:\"footer 010\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg\";s:12:\"tmpl_created\";i:1524582665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-010/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:308;s:16:\"popularity_index\";i:185;s:11:\"trend_index\";i:115;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:579;a:20:{s:4:\"tmpl\";i:646;s:2:\"id\";i:7950;s:5:\"title\";s:10:\"footer 011\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg\";s:12:\"tmpl_created\";i:1524582631;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-011/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:310;s:16:\"popularity_index\";i:244;s:11:\"trend_index\";i:203;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:580;a:20:{s:4:\"tmpl\";i:645;s:2:\"id\";i:7959;s:5:\"title\";s:10:\"footer 012\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg\";s:12:\"tmpl_created\";i:1524582605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-012/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:311;s:16:\"popularity_index\";i:177;s:11:\"trend_index\";i:140;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:581;a:20:{s:4:\"tmpl\";i:644;s:2:\"id\";i:7982;s:5:\"title\";s:10:\"footer 013\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg\";s:12:\"tmpl_created\";i:1524582468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-013/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:314;s:16:\"popularity_index\";i:209;s:11:\"trend_index\";i:212;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:582;a:20:{s:4:\"tmpl\";i:643;s:2:\"id\";i:7997;s:5:\"title\";s:10:\"footer 014\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg\";s:12:\"tmpl_created\";i:1524582343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-014/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:316;s:16:\"popularity_index\";i:64;s:11:\"trend_index\";i:41;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:583;a:20:{s:4:\"tmpl\";i:693;s:2:\"id\";i:9119;s:5:\"title\";s:10:\"footer 015\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png\";s:12:\"tmpl_created\";i:1532428138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/demo/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:317;s:16:\"popularity_index\";i:240;s:11:\"trend_index\";i:154;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:584;a:20:{s:4:\"tmpl\";i:652;s:2:\"id\";i:7852;s:5:\"title\";s:9:\"footer 02\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg\";s:12:\"tmpl_created\";i:1524582875;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:320;s:16:\"popularity_index\";i:199;s:11:\"trend_index\";i:96;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:585;a:20:{s:4:\"tmpl\";i:653;s:2:\"id\";i:7862;s:5:\"title\";s:9:\"footer 03\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg\";s:12:\"tmpl_created\";i:1524582903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:321;s:16:\"popularity_index\";i:137;s:11:\"trend_index\";i:91;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:586;a:20:{s:4:\"tmpl\";i:654;s:2:\"id\";i:7871;s:5:\"title\";s:9:\"footer 04\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";i:1524582927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:323;s:16:\"popularity_index\";i:97;s:11:\"trend_index\";i:55;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:587;a:20:{s:4:\"tmpl\";i:655;s:2:\"id\";i:7884;s:5:\"title\";s:9:\"footer 05\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg\";s:12:\"tmpl_created\";i:1524582944;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:325;s:16:\"popularity_index\";i:92;s:11:\"trend_index\";i:109;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:588;a:20:{s:4:\"tmpl\";i:656;s:2:\"id\";i:7892;s:5:\"title\";s:9:\"footer 06\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg\";s:12:\"tmpl_created\";i:1524583015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:326;s:16:\"popularity_index\";i:132;s:11:\"trend_index\";i:146;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:589;a:20:{s:4:\"tmpl\";i:650;s:2:\"id\";i:7904;s:5:\"title\";s:9:\"footer 07\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg\";s:12:\"tmpl_created\";i:1524582814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:328;s:16:\"popularity_index\";i:203;s:11:\"trend_index\";i:186;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:590;a:20:{s:4:\"tmpl\";i:649;s:2:\"id\";i:7917;s:5:\"title\";s:9:\"footer 08\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg\";s:12:\"tmpl_created\";i:1524582788;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:329;s:16:\"popularity_index\";i:89;s:11:\"trend_index\";i:144;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:591;a:20:{s:4:\"tmpl\";i:648;s:2:\"id\";i:7927;s:5:\"title\";s:9:\"footer 09\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg\";s:12:\"tmpl_created\";i:1524582691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:331;s:16:\"popularity_index\";i:178;s:11:\"trend_index\";i:100;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:592;a:20:{s:4:\"tmpl\";i:642;s:2:\"id\";i:4676;s:5:\"title\";s:8:\"Footer 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png\";s:12:\"tmpl_created\";i:1522014215;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer_7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:338;s:16:\"popularity_index\";i:237;s:11:\"trend_index\";i:346;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:593;a:20:{s:4:\"tmpl\";i:637;s:2:\"id\";i:7627;s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";i:1521547332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:340;s:16:\"popularity_index\";i:100;s:11:\"trend_index\";i:83;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:594;a:20:{s:4:\"tmpl\";i:638;s:2:\"id\";i:7638;s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";i:1521547502;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:342;s:16:\"popularity_index\";i:124;s:11:\"trend_index\";i:147;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:595;a:20:{s:4:\"tmpl\";i:888;s:2:\"id\";i:11424;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png\";s:12:\"tmpl_created\";i:1567393309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";i:344;s:16:\"popularity_index\";i:679;s:11:\"trend_index\";i:769;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:596;a:20:{s:4:\"tmpl\";i:887;s:2:\"id\";i:11435;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png\";s:12:\"tmpl_created\";i:1567393296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:346;s:16:\"popularity_index\";i:441;s:11:\"trend_index\";i:507;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:597;a:20:{s:4:\"tmpl\";i:886;s:2:\"id\";i:11445;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png\";s:12:\"tmpl_created\";i:1567393229;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:349;s:16:\"popularity_index\";i:452;s:11:\"trend_index\";i:479;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:598;a:20:{s:4:\"tmpl\";i:885;s:2:\"id\";i:11453;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png\";s:12:\"tmpl_created\";i:1567393224;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:16:\"[\"Footer\",\"Gym\"]\";s:10:\"menu_order\";i:351;s:16:\"popularity_index\";i:270;s:11:\"trend_index\";i:331;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:599;a:20:{s:4:\"tmpl\";i:884;s:2:\"id\";i:11461;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-gym-and-fitness.png\";s:12:\"tmpl_created\";i:1567393219;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"Header\"]\";s:10:\"menu_order\";i:352;s:16:\"popularity_index\";i:201;s:11:\"trend_index\";i:135;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:600;a:20:{s:4:\"tmpl\";i:635;s:2:\"id\";i:7596;s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg\";s:12:\"tmpl_created\";i:1521546999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:354;s:16:\"popularity_index\";i:33;s:11:\"trend_index\";i:17;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:601;a:20:{s:4:\"tmpl\";i:663;s:2:\"id\";i:7801;s:5:\"title\";s:9:\"header 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg\";s:12:\"tmpl_created\";i:1524583659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:356;s:16:\"popularity_index\";i:51;s:11:\"trend_index\";i:14;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:602;a:20:{s:4:\"tmpl\";i:658;s:2:\"id\";i:7812;s:5:\"title\";s:9:\"header 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg\";s:12:\"tmpl_created\";i:1524583298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:358;s:16:\"popularity_index\";i:96;s:11:\"trend_index\";i:103;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:603;a:20:{s:4:\"tmpl\";i:657;s:2:\"id\";i:7825;s:5:\"title\";s:9:\"header 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg\";s:12:\"tmpl_created\";i:1524583273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:360;s:16:\"popularity_index\";i:63;s:11:\"trend_index\";i:75;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:604;a:20:{s:4:\"tmpl\";i:694;s:2:\"id\";i:9127;s:5:\"title\";s:9:\"header 13\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png\";s:12:\"tmpl_created\";i:1532428699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:362;s:16:\"popularity_index\";i:61;s:11:\"trend_index\";i:58;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:605;a:20:{s:4:\"tmpl\";i:636;s:2:\"id\";i:7615;s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg\";s:12:\"tmpl_created\";i:1521547237;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:365;s:16:\"popularity_index\";i:30;s:11:\"trend_index\";i:33;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:606;a:20:{s:4:\"tmpl\";i:665;s:2:\"id\";i:7713;s:5:\"title\";s:8:\"header 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg\";s:12:\"tmpl_created\";i:1524584780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:367;s:16:\"popularity_index\";i:43;s:11:\"trend_index\";i:28;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:607;a:20:{s:4:\"tmpl\";i:659;s:2:\"id\";i:7724;s:5:\"title\";s:8:\"header 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg\";s:12:\"tmpl_created\";i:1524583367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:369;s:16:\"popularity_index\";i:24;s:11:\"trend_index\";i:13;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:608;a:20:{s:4:\"tmpl\";i:660;s:2:\"id\";i:7734;s:5:\"title\";s:8:\"header 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg\";s:12:\"tmpl_created\";i:1524583436;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:371;s:16:\"popularity_index\";i:36;s:11:\"trend_index\";i:18;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:609;a:20:{s:4:\"tmpl\";i:666;s:2:\"id\";i:7744;s:5:\"title\";s:8:\"Header 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";i:1524584784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:372;s:16:\"popularity_index\";i:65;s:11:\"trend_index\";i:94;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:610;a:20:{s:4:\"tmpl\";i:664;s:2:\"id\";i:7754;s:5:\"title\";s:8:\"header 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg\";s:12:\"tmpl_created\";i:1524583712;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:375;s:16:\"popularity_index\";i:111;s:11:\"trend_index\";i:143;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:611;a:20:{s:4:\"tmpl\";i:661;s:2:\"id\";i:7771;s:5:\"title\";s:8:\"header 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg\";s:12:\"tmpl_created\";i:1524583540;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:376;s:16:\"popularity_index\";i:91;s:11:\"trend_index\";i:60;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:612;a:20:{s:4:\"tmpl\";i:662;s:2:\"id\";i:7787;s:5:\"title\";s:8:\"header 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg\";s:12:\"tmpl_created\";i:1524583598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:379;s:16:\"popularity_index\";i:102;s:11:\"trend_index\";i:78;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:613;a:20:{s:4:\"tmpl\";i:572;s:2:\"id\";i:6266;s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";i:1520443695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:380;s:16:\"popularity_index\";i:52;s:11:\"trend_index\";i:35;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:614;a:20:{s:4:\"tmpl\";i:528;s:2:\"id\";i:5783;s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";i:1520443586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:383;s:16:\"popularity_index\";i:365;s:11:\"trend_index\";i:567;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:615;a:20:{s:4:\"tmpl\";i:527;s:2:\"id\";i:5773;s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";i:1520443584;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:384;s:16:\"popularity_index\";i:39;s:11:\"trend_index\";i:179;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:616;a:20:{s:4:\"tmpl\";i:479;s:2:\"id\";i:5238;s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";i:1520443468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:386;s:16:\"popularity_index\";i:611;s:11:\"trend_index\";i:555;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:617;a:20:{s:4:\"tmpl\";i:573;s:2:\"id\";i:6274;s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";i:1520443698;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:389;s:16:\"popularity_index\";i:87;s:11:\"trend_index\";i:88;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:618;a:20:{s:4:\"tmpl\";i:569;s:2:\"id\";i:6239;s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";i:1520443689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:391;s:16:\"popularity_index\";i:23;s:11:\"trend_index\";i:34;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:619;a:20:{s:4:\"tmpl\";i:571;s:2:\"id\";i:6258;s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";i:1520443693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:393;s:16:\"popularity_index\";i:479;s:11:\"trend_index\";i:470;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:620;a:20:{s:4:\"tmpl\";i:570;s:2:\"id\";i:6249;s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";i:1520443691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:395;s:16:\"popularity_index\";i:56;s:11:\"trend_index\";i:85;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:621;a:20:{s:4:\"tmpl\";i:568;s:2:\"id\";i:6230;s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";i:1520443687;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:396;s:16:\"popularity_index\";i:406;s:11:\"trend_index\";i:542;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:622;a:20:{s:4:\"tmpl\";i:530;s:2:\"id\";i:5801;s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";i:1520443589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:398;s:16:\"popularity_index\";i:15;s:11:\"trend_index\";i:37;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:623;a:20:{s:4:\"tmpl\";i:531;s:2:\"id\";i:5811;s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";i:1520443591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:400;s:16:\"popularity_index\";i:105;s:11:\"trend_index\";i:86;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:624;a:20:{s:4:\"tmpl\";i:529;s:2:\"id\";i:5792;s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";i:1520443588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:403;s:16:\"popularity_index\";i:225;s:11:\"trend_index\";i:244;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:625;a:20:{s:4:\"tmpl\";i:978;s:2:\"id\";i:13251;s:5:\"title\";s:27:\"Interior Design &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.png\";s:12:\"tmpl_created\";i:1586148737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/interior-design-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:405;s:16:\"popularity_index\";i:730;s:11:\"trend_index\";i:795;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:626;a:20:{s:4:\"tmpl\";i:979;s:2:\"id\";i:13244;s:5:\"title\";s:30:\"Interior Design &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png\";s:12:\"tmpl_created\";i:1586148742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Business\",\"Footer\",\"Interior Design\"]\";s:10:\"menu_order\";i:406;s:16:\"popularity_index\";i:322;s:11:\"trend_index\";i:178;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:627;a:20:{s:4:\"tmpl\";i:980;s:2:\"id\";i:13236;s:5:\"title\";s:30:\"Interior Design &#8211; Header\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-interior-design.png\";s:12:\"tmpl_created\";i:1586148746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Business\",\"Header\",\"Interior Design\"]\";s:10:\"menu_order\";i:408;s:16:\"popularity_index\";i:146;s:11:\"trend_index\";i:64;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:628;a:20:{s:4:\"tmpl\";i:977;s:2:\"id\";i:13259;s:5:\"title\";s:36:\"Interior Design &#8211; News Archive\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png\";s:12:\"tmpl_created\";i:1586148733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/interior-design-news-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:410;s:16:\"popularity_index\";i:436;s:11:\"trend_index\";i:132;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:629;a:20:{s:4:\"tmpl\";i:976;s:2:\"id\";i:13267;s:5:\"title\";s:35:\"Interior Design &#8211; Single News\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Post.png\";s:12:\"tmpl_created\";i:1586148728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/interior-design-single-news/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:413;s:16:\"popularity_index\";i:402;s:11:\"trend_index\";i:108;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:630;a:20:{s:4:\"tmpl\";i:975;s:2:\"id\";i:13274;s:5:\"title\";s:38:\"Interior Design &#8211; Single Project\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png\";s:12:\"tmpl_created\";i:1586148723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/interior-design-single-project/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:414;s:16:\"popularity_index\";i:601;s:11:\"trend_index\";i:324;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:631;a:20:{s:4:\"tmpl\";i:1011;s:2:\"id\";i:14058;s:5:\"title\";s:36:\"Japanese restaurant &#8211; 404 page\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/06/404-Page.jpg\";s:12:\"tmpl_created\";i:1592290211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/japanese-restaurant-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:38:\"[\"404\",\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:416;s:16:\"popularity_index\";i:724;s:11:\"trend_index\";i:647;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:632;a:20:{s:4:\"tmpl\";i:1012;s:2:\"id\";i:14050;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1592290247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:41:\"[\"Food\",\"Footer\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:419;s:16:\"popularity_index\";i:317;s:11:\"trend_index\";i:238;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:633;a:20:{s:4:\"tmpl\";i:1013;s:2:\"id\";i:14042;s:5:\"title\";s:34:\"Japanese Restaurant &#8211; Header\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg\";s:12:\"tmpl_created\";i:1592290277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:41:\"[\"Food\",\"Header\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:421;s:16:\"popularity_index\";i:411;s:11:\"trend_index\";i:274;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:634;a:20:{s:4:\"tmpl\";i:914;s:2:\"id\";i:12164;s:5:\"title\";s:20:\"Law Firm &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/11/404.png\";s:12:\"tmpl_created\";i:1572846979;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/law-firm-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:422;s:16:\"popularity_index\";i:704;s:11:\"trend_index\";i:716;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:635;a:20:{s:4:\"tmpl\";i:913;s:2:\"id\";i:12170;s:5:\"title\";s:23:\"Law Firm &#8211; Archiv\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png\";s:12:\"tmpl_created\";i:1572846967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:424;s:16:\"popularity_index\";i:431;s:11:\"trend_index\";i:294;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:636;a:20:{s:4:\"tmpl\";i:912;s:2:\"id\";i:12179;s:5:\"title\";s:23:\"Law Firm &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/footer.png\";s:12:\"tmpl_created\";i:1572846958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:425;s:16:\"popularity_index\";i:388;s:11:\"trend_index\";i:240;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:637;a:20:{s:4:\"tmpl\";i:911;s:2:\"id\";i:12194;s:5:\"title\";s:23:\"Law Firm &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png\";s:12:\"tmpl_created\";i:1572846935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:427;s:16:\"popularity_index\";i:80;s:11:\"trend_index\";i:39;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:638;a:20:{s:4:\"tmpl\";i:910;s:2:\"id\";i:12203;s:5:\"title\";s:30:\"Law Firm &#8211; Search Archiv\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png\";s:12:\"tmpl_created\";i:1572846925;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:430;s:16:\"popularity_index\";i:493;s:11:\"trend_index\";i:433;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:639;a:20:{s:4:\"tmpl\";i:909;s:2:\"id\";i:12212;s:5:\"title\";s:28:\"Law Firm &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";i:1572846914;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:432;s:16:\"popularity_index\";i:326;s:11:\"trend_index\";i:214;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:640;a:20:{s:4:\"tmpl\";i:1022;s:2:\"id\";i:14772;s:5:\"title\";s:35:\"Luxury Real Estate &#8211; 404 page\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/07/404.png\";s:12:\"tmpl_created\";i:1595315728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/luxury-real-estate-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:433;s:16:\"popularity_index\";i:759;s:11:\"trend_index\";i:720;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:641;a:20:{s:4:\"tmpl\";i:1023;s:2:\"id\";i:14779;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png\";s:12:\"tmpl_created\";i:1595315743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Footer\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:434;s:16:\"popularity_index\";i:536;s:11:\"trend_index\";i:505;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:642;a:20:{s:4:\"tmpl\";i:1024;s:2:\"id\";i:14790;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Header.png\";s:12:\"tmpl_created\";i:1595315760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Header\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:436;s:16:\"popularity_index\";i:101;s:11:\"trend_index\";i:157;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:643;a:20:{s:4:\"tmpl\";i:1026;s:2:\"id\";i:14809;s:5:\"title\";s:45:\"Luxury Real Estate &#8211; Properties Archive\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Properties.png\";s:12:\"tmpl_created\";i:1595315826;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:438;s:16:\"popularity_index\";i:414;s:11:\"trend_index\";i:420;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:644;a:20:{s:4:\"tmpl\";i:1027;s:2:\"id\";i:14816;s:5:\"title\";s:47:\"Luxury Real Estate &#8211; Property single post\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/07/Single-Property-.png\";s:12:\"tmpl_created\";i:1595315847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/blocks/luxury-real-estate-property-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:441;s:16:\"popularity_index\";i:541;s:11:\"trend_index\";i:665;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:645;a:20:{s:4:\"tmpl\";i:1025;s:2:\"id\";i:14799;s:5:\"title\";s:38:\"Luxury Real Estate &#8211; single post\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Post.png\";s:12:\"tmpl_created\";i:1595315792;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/luxury-real-estate-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:442;s:16:\"popularity_index\";i:369;s:11:\"trend_index\";i:441;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:646;a:20:{s:4:\"tmpl\";i:950;s:2:\"id\";i:12635;s:5:\"title\";s:20:\"Magazine &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png\";s:12:\"tmpl_created\";i:1579060746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/magazine-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:25:\"[\"404\",\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:445;s:16:\"popularity_index\";i:645;s:11:\"trend_index\";i:734;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:647;a:20:{s:4:\"tmpl\";i:949;s:2:\"id\";i:12643;s:5:\"title\";s:24:\"Magazine &#8211; Archiv1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png\";s:12:\"tmpl_created\";i:1579060737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:447;s:16:\"popularity_index\";i:346;s:11:\"trend_index\";i:272;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:648;a:20:{s:4:\"tmpl\";i:946;s:2:\"id\";i:12669;s:5:\"title\";s:23:\"Magazine &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png\";s:12:\"tmpl_created\";i:1579060715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:28:\"[\"Blog\",\"Footer\",\"Magazine\"]\";s:10:\"menu_order\";i:448;s:16:\"popularity_index\";i:442;s:11:\"trend_index\";i:349;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:649;a:20:{s:4:\"tmpl\";i:945;s:2:\"id\";i:12678;s:5:\"title\";s:23:\"Magazine &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-magazine.png\";s:12:\"tmpl_created\";i:1579060701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:28:\"[\"Blog\",\"Header\",\"Magazine\"]\";s:10:\"menu_order\";i:450;s:16:\"popularity_index\";i:295;s:11:\"trend_index\";i:197;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:650;a:20:{s:4:\"tmpl\";i:947;s:2:\"id\";i:12661;s:5:\"title\";s:23:\"Magazine &#8211; Search\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png\";s:12:\"tmpl_created\";i:1579060722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-search/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:452;s:16:\"popularity_index\";i:396;s:11:\"trend_index\";i:509;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:651;a:20:{s:4:\"tmpl\";i:944;s:2:\"id\";i:12688;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png\";s:12:\"tmpl_created\";i:1579060692;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:453;s:16:\"popularity_index\";i:342;s:11:\"trend_index\";i:175;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:652;a:20:{s:4:\"tmpl\";i:943;s:2:\"id\";i:12699;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png\";s:12:\"tmpl_created\";i:1579060680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:454;s:16:\"popularity_index\";i:348;s:11:\"trend_index\";i:129;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:653;a:20:{s:4:\"tmpl\";i:942;s:2:\"id\";i:12707;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png\";s:12:\"tmpl_created\";i:1579060669;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:457;s:16:\"popularity_index\";i:476;s:11:\"trend_index\";i:246;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:654;a:20:{s:4:\"tmpl\";i:941;s:2:\"id\";i:12716;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png\";s:12:\"tmpl_created\";i:1579060659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:459;s:16:\"popularity_index\";i:513;s:11:\"trend_index\";i:489;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:655;a:20:{s:4:\"tmpl\";i:948;s:2:\"id\";i:12652;s:5:\"title\";s:17:\"Magazine- Archiv2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png\";s:12:\"tmpl_created\";i:1579060730;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:461;s:16:\"popularity_index\";i:525;s:11:\"trend_index\";i:585;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:656;a:20:{s:4:\"tmpl\";i:990;s:2:\"id\";i:13361;s:5:\"title\";s:25:\"Online Course &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg\";s:12:\"tmpl_created\";i:1587474710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/online-course-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:35:\"[\"404\",\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:462;s:16:\"popularity_index\";i:682;s:11:\"trend_index\";i:498;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:657;a:20:{s:4:\"tmpl\";i:987;s:2:\"id\";i:13387;s:5:\"title\";s:32:\"Online Course &#8211; End Lesson\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg\";s:12:\"tmpl_created\";i:1587474682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/online-course-end-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:464;s:16:\"popularity_index\";i:653;s:11:\"trend_index\";i:408;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:658;a:20:{s:4:\"tmpl\";i:989;s:2:\"id\";i:13369;s:5:\"title\";s:28:\"Online Course &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg\";s:12:\"tmpl_created\";i:1587474701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Footer\"]\";s:10:\"menu_order\";i:466;s:16:\"popularity_index\";i:389;s:11:\"trend_index\";i:308;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:659;a:20:{s:4:\"tmpl\";i:988;s:2:\"id\";i:13378;s:5:\"title\";s:28:\"Online Course &#8211; Header\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-education-online-courses.jpg\";s:12:\"tmpl_created\";i:1587474693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Header\"]\";s:10:\"menu_order\";i:469;s:16:\"popularity_index\";i:492;s:11:\"trend_index\";i:519;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:660;a:20:{s:4:\"tmpl\";i:986;s:2:\"id\";i:13395;s:5:\"title\";s:34:\"Online Course &#8211; Start Lesson\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg\";s:12:\"tmpl_created\";i:1587474673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/online-course-start-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:471;s:16:\"popularity_index\";i:672;s:11:\"trend_index\";i:578;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:661;a:20:{s:4:\"tmpl\";i:953;s:2:\"id\";i:13089;s:5:\"title\";s:23:\"Photography &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png\";s:12:\"tmpl_created\";i:1582091623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/photography-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:33:\"[\"404\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:473;s:16:\"popularity_index\";i:702;s:11:\"trend_index\";i:706;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:662;a:20:{s:4:\"tmpl\";i:954;s:2:\"id\";i:13096;s:5:\"title\";s:32:\"Photography &#8211; Archiv Media\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png\";s:12:\"tmpl_created\";i:1582091742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:475;s:16:\"popularity_index\";i:631;s:11:\"trend_index\";i:405;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:663;a:20:{s:4:\"tmpl\";i:955;s:2:\"id\";i:13103;s:5:\"title\";s:26:\"Photography &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png\";s:12:\"tmpl_created\";i:1582091903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:36:\"[\"Footer\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:477;s:16:\"popularity_index\";i:422;s:11:\"trend_index\";i:230;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:664;a:20:{s:4:\"tmpl\";i:957;s:2:\"id\";i:13112;s:5:\"title\";s:26:\"Photography &#8211; Header\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-photography-portfolio.png\";s:12:\"tmpl_created\";i:1582092483;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:36:\"[\"Header\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:478;s:16:\"popularity_index\";i:325;s:11:\"trend_index\";i:205;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:665;a:20:{s:4:\"tmpl\";i:956;s:2:\"id\";i:13120;s:5:\"title\";s:31:\"Photography &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png\";s:12:\"tmpl_created\";i:1582092351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/photography-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:480;s:16:\"popularity_index\";i:671;s:11:\"trend_index\";i:645;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:666;a:20:{s:4:\"tmpl\";i:901;s:2:\"id\";i:11807;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png\";s:12:\"tmpl_created\";i:1569430070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:483;s:16:\"popularity_index\";i:480;s:11:\"trend_index\";i:497;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:667;a:20:{s:4:\"tmpl\";i:900;s:2:\"id\";i:11832;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png\";s:12:\"tmpl_created\";i:1569430019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Footer\",\"Portfolio\"]\";s:10:\"menu_order\";i:484;s:16:\"popularity_index\";i:246;s:11:\"trend_index\";i:102;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:668;a:20:{s:4:\"tmpl\";i:898;s:2:\"id\";i:11847;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png\";s:12:\"tmpl_created\";i:1569430010;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:487;s:16:\"popularity_index\";i:336;s:11:\"trend_index\";i:455;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:669;a:20:{s:4:\"tmpl\";i:897;s:2:\"id\";i:11854;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png\";s:12:\"tmpl_created\";i:1569429983;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:489;s:16:\"popularity_index\";i:482;s:11:\"trend_index\";i:609;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:670;a:20:{s:4:\"tmpl\";i:904;s:2:\"id\";i:11890;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-design-portfolio.png\";s:12:\"tmpl_created\";i:1571907344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Header\",\"Portfolio\"]\";s:10:\"menu_order\";i:491;s:16:\"popularity_index\";i:306;s:11:\"trend_index\";i:364;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:671;a:20:{s:4:\"tmpl\";i:896;s:2:\"id\";i:11861;s:5:\"title\";s:27:\"Portfolio &#8211; Project 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png\";s:12:\"tmpl_created\";i:1569429975;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:493;s:16:\"popularity_index\";i:643;s:11:\"trend_index\";i:764;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:672;a:20:{s:4:\"tmpl\";i:895;s:2:\"id\";i:11870;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569429964;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:495;s:16:\"popularity_index\";i:662;s:11:\"trend_index\";i:816;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:673;a:20:{s:4:\"tmpl\";i:903;s:2:\"id\";i:11897;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569494236;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:496;s:16:\"popularity_index\";i:733;s:11:\"trend_index\";i:744;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:674;a:20:{s:4:\"tmpl\";i:894;s:2:\"id\";i:11877;s:5:\"title\";s:27:\"Portfolio &#8211; Project 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png\";s:12:\"tmpl_created\";i:1569429954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:498;s:16:\"popularity_index\";i:692;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:675;a:20:{s:4:\"tmpl\";i:597;s:2:\"id\";i:5019;s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";i:1520520580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:500;s:16:\"popularity_index\";i:170;s:11:\"trend_index\";i:236;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:676;a:20:{s:4:\"tmpl\";i:609;s:2:\"id\";i:5141;s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";i:1520520601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:503;s:16:\"popularity_index\";i:416;s:11:\"trend_index\";i:478;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:677;a:20:{s:4:\"tmpl\";i:598;s:2:\"id\";i:5027;s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";i:1520520581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:504;s:16:\"popularity_index\";i:304;s:11:\"trend_index\";i:421;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:678;a:20:{s:4:\"tmpl\";i:599;s:2:\"id\";i:5037;s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";i:1520520583;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:507;s:16:\"popularity_index\";i:279;s:11:\"trend_index\";i:399;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:679;a:20:{s:4:\"tmpl\";i:600;s:2:\"id\";i:5057;s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";i:1520520586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:509;s:16:\"popularity_index\";i:239;s:11:\"trend_index\";i:288;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:680;a:20:{s:4:\"tmpl\";i:601;s:2:\"id\";i:5071;s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";i:1520520588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:511;s:16:\"popularity_index\";i:276;s:11:\"trend_index\";i:329;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:681;a:20:{s:4:\"tmpl\";i:603;s:2:\"id\";i:5090;s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";i:1520520591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:513;s:16:\"popularity_index\";i:186;s:11:\"trend_index\";i:283;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:682;a:20:{s:4:\"tmpl\";i:604;s:2:\"id\";i:5098;s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";i:1520520593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:515;s:16:\"popularity_index\";i:156;s:11:\"trend_index\";i:211;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:683;a:20:{s:4:\"tmpl\";i:606;s:2:\"id\";i:5115;s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";i:1520520596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:517;s:16:\"popularity_index\";i:19;s:11:\"trend_index\";i:22;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:684;a:20:{s:4:\"tmpl\";i:608;s:2:\"id\";i:5133;s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";i:1520520599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:519;s:16:\"popularity_index\";i:180;s:11:\"trend_index\";i:280;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:685;a:20:{s:4:\"tmpl\";i:610;s:2:\"id\";i:5149;s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";i:1520520602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:521;s:16:\"popularity_index\";i:413;s:11:\"trend_index\";i:635;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:686;a:20:{s:4:\"tmpl\";i:468;s:2:\"id\";i:5045;s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";i:1520443423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:523;s:16:\"popularity_index\";i:636;s:11:\"trend_index\";i:608;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:687;a:20:{s:4:\"tmpl\";i:602;s:2:\"id\";i:5082;s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";i:1520520589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:524;s:16:\"popularity_index\";i:558;s:11:\"trend_index\";i:654;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:688;a:20:{s:4:\"tmpl\";i:605;s:2:\"id\";i:5107;s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";i:1520520594;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:527;s:16:\"popularity_index\";i:380;s:11:\"trend_index\";i:347;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:689;a:20:{s:4:\"tmpl\";i:607;s:2:\"id\";i:5125;s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";i:1520520597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:529;s:16:\"popularity_index\";i:236;s:11:\"trend_index\";i:386;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:690;a:20:{s:4:\"tmpl\";i:596;s:2:\"id\";i:5007;s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";i:1520520578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:530;s:16:\"popularity_index\";i:44;s:11:\"trend_index\";i:183;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:691;a:20:{s:4:\"tmpl\";i:434;s:2:\"id\";i:4509;s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";i:1520443310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:532;s:16:\"popularity_index\";i:703;s:11:\"trend_index\";i:641;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:692;a:20:{s:4:\"tmpl\";i:439;s:2:\"id\";i:4553;s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";i:1520443319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:534;s:16:\"popularity_index\";i:511;s:11:\"trend_index\";i:506;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:693;a:20:{s:4:\"tmpl\";i:441;s:2:\"id\";i:4572;s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";i:1520443324;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:537;s:16:\"popularity_index\";i:308;s:11:\"trend_index\";i:248;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:694;a:20:{s:4:\"tmpl\";i:442;s:2:\"id\";i:4580;s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";i:1520443326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:539;s:16:\"popularity_index\";i:576;s:11:\"trend_index\";i:526;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:695;a:20:{s:4:\"tmpl\";i:444;s:2:\"id\";i:4597;s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";i:1520443330;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:540;s:16:\"popularity_index\";i:613;s:11:\"trend_index\";i:450;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:696;a:20:{s:4:\"tmpl\";i:446;s:2:\"id\";i:4613;s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";i:1520443334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:543;s:16:\"popularity_index\";i:581;s:11:\"trend_index\";i:568;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:697;a:20:{s:4:\"tmpl\";i:436;s:2:\"id\";i:4529;s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";i:1520443314;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:545;s:16:\"popularity_index\";i:609;s:11:\"trend_index\";i:613;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:698;a:20:{s:4:\"tmpl\";i:438;s:2:\"id\";i:4545;s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";i:1520443317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:547;s:16:\"popularity_index\";i:707;s:11:\"trend_index\";i:825;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:699;a:20:{s:4:\"tmpl\";i:440;s:2:\"id\";i:4562;s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";i:1520443322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:549;s:16:\"popularity_index\";i:697;s:11:\"trend_index\";i:821;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:700;a:20:{s:4:\"tmpl\";i:443;s:2:\"id\";i:4589;s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";i:1520443327;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:551;s:16:\"popularity_index\";i:716;s:11:\"trend_index\";i:639;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:701;a:20:{s:4:\"tmpl\";i:445;s:2:\"id\";i:4605;s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";i:1520443332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:553;s:16:\"popularity_index\";i:738;s:11:\"trend_index\";i:773;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:702;a:20:{s:4:\"tmpl\";i:433;s:2:\"id\";i:4500;s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";i:1520443308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:554;s:16:\"popularity_index\";i:500;s:11:\"trend_index\";i:451;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:703;a:20:{s:4:\"tmpl\";i:435;s:2:\"id\";i:4521;s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";i:1520443312;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:557;s:16:\"popularity_index\";i:311;s:11:\"trend_index\";i:372;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:704;a:20:{s:4:\"tmpl\";i:437;s:2:\"id\";i:4537;s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";i:1520443315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:559;s:16:\"popularity_index\";i:589;s:11:\"trend_index\";i:841;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:705;a:20:{s:4:\"tmpl\";i:1046;s:2:\"id\";i:15204;s:5:\"title\";s:24:\"Psychologist &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/09/404.jpg\";s:12:\"tmpl_created\";i:1600161419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/psychologist-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:564;s:16:\"popularity_index\";i:574;s:11:\"trend_index\";i:493;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:706;a:20:{s:4:\"tmpl\";i:1047;s:2:\"id\";i:15212;s:5:\"title\";s:28:\"Psychologist &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Blog.jpg\";s:12:\"tmpl_created\";i:1600162340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/psychologist-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:565;s:16:\"popularity_index\";i:379;s:11:\"trend_index\";i:358;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:707;a:20:{s:4:\"tmpl\";i:1048;s:2:\"id\";i:15219;s:5:\"title\";s:27:\"Psychologist &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg\";s:12:\"tmpl_created\";i:1600163069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Footer\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:599;s:11:\"trend_index\";i:500;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:708;a:20:{s:4:\"tmpl\";i:701;s:2:\"id\";i:9239;s:5:\"title\";s:17:\"product archive 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png\";s:12:\"tmpl_created\";i:1532953482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:60;s:11:\"trend_index\";i:25;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:709;a:20:{s:4:\"tmpl\";i:1049;s:2:\"id\";i:15230;s:5:\"title\";s:27:\"Psychologist &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Header.png\";s:12:\"tmpl_created\";i:1600163444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Header\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:429;s:11:\"trend_index\";i:423;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:710;a:20:{s:4:\"tmpl\";i:702;s:2:\"id\";i:9247;s:5:\"title\";s:17:\"product archive 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png\";s:12:\"tmpl_created\";i:1532953793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:71;s:11:\"trend_index\";i:30;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:711;a:20:{s:4:\"tmpl\";i:1050;s:2:\"id\";i:15240;s:5:\"title\";s:34:\"Psychologist &#8211; single post 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Post.png\";s:12:\"tmpl_created\";i:1600164087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:562;s:11:\"trend_index\";i:570;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:712;a:20:{s:4:\"tmpl\";i:703;s:2:\"id\";i:9254;s:5:\"title\";s:17:\"product archive 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png\";s:12:\"tmpl_created\";i:1532954032;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:73;s:11:\"trend_index\";i:44;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:713;a:20:{s:4:\"tmpl\";i:1051;s:2:\"id\";i:15251;s:5:\"title\";s:34:\"Psychologist &#8211; single post 2\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Service-Page.png\";s:12:\"tmpl_created\";i:1600165179;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:569;s:16:\"popularity_index\";i:507;s:11:\"trend_index\";i:368;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:714;a:20:{s:4:\"tmpl\";i:412;s:2:\"id\";i:4313;s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";i:1520443268;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:570;s:16:\"popularity_index\";i:115;s:11:\"trend_index\";i:53;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:715;a:20:{s:4:\"tmpl\";i:413;s:2:\"id\";i:4324;s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";i:1520443270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:571;s:16:\"popularity_index\";i:277;s:11:\"trend_index\";i:138;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:716;a:20:{s:4:\"tmpl\";i:418;s:2:\"id\";i:4368;s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";i:1520443279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:572;s:16:\"popularity_index\";i:62;s:11:\"trend_index\";i:59;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:717;a:20:{s:4:\"tmpl\";i:420;s:2:\"id\";i:4391;s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";i:1520443283;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:573;s:16:\"popularity_index\";i:153;s:11:\"trend_index\";i:120;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:718;a:20:{s:4:\"tmpl\";i:403;s:2:\"id\";i:4235;s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";i:1520443251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:574;s:16:\"popularity_index\";i:273;s:11:\"trend_index\";i:172;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:719;a:20:{s:4:\"tmpl\";i:417;s:2:\"id\";i:4357;s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";i:1520443277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:575;s:16:\"popularity_index\";i:45;s:11:\"trend_index\";i:45;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:720;a:20:{s:4:\"tmpl\";i:415;s:2:\"id\";i:4341;s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";i:1520443274;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:576;s:16:\"popularity_index\";i:142;s:11:\"trend_index\";i:114;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:721;a:20:{s:4:\"tmpl\";i:414;s:2:\"id\";i:4332;s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";i:1520443272;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:577;s:16:\"popularity_index\";i:138;s:11:\"trend_index\";i:149;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:722;a:20:{s:4:\"tmpl\";i:401;s:2:\"id\";i:4212;s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";i:1520443248;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:578;s:16:\"popularity_index\";i:136;s:11:\"trend_index\";i:302;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:723;a:20:{s:4:\"tmpl\";i:408;s:2:\"id\";i:4276;s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";i:1520443261;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:579;s:16:\"popularity_index\";i:353;s:11:\"trend_index\";i:514;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:724;a:20:{s:4:\"tmpl\";i:406;s:2:\"id\";i:4260;s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";i:1520443257;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:580;s:16:\"popularity_index\";i:184;s:11:\"trend_index\";i:209;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:725;a:20:{s:4:\"tmpl\";i:404;s:2:\"id\";i:4244;s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";i:1520443253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:581;s:16:\"popularity_index\";i:544;s:11:\"trend_index\";i:596;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:726;a:20:{s:4:\"tmpl\";i:421;s:2:\"id\";i:4400;s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";i:1520443285;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:582;s:16:\"popularity_index\";i:286;s:11:\"trend_index\";i:438;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:727;a:20:{s:4:\"tmpl\";i:419;s:2:\"id\";i:4376;s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";i:1520443281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:583;s:16:\"popularity_index\";i:151;s:11:\"trend_index\";i:249;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:728;a:20:{s:4:\"tmpl\";i:416;s:2:\"id\";i:4349;s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";i:1520443275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:584;s:16:\"popularity_index\";i:330;s:11:\"trend_index\";i:483;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:729;a:20:{s:4:\"tmpl\";i:402;s:2:\"id\";i:4227;s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";i:1520443250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:585;s:16:\"popularity_index\";i:351;s:11:\"trend_index\";i:553;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:730;a:20:{s:4:\"tmpl\";i:560;s:2:\"id\";i:6162;s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";i:1520443668;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:586;s:16:\"popularity_index\";i:372;s:11:\"trend_index\";i:550;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:731;a:20:{s:4:\"tmpl\";i:411;s:2:\"id\";i:4302;s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";i:1520443266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:587;s:16:\"popularity_index\";i:58;s:11:\"trend_index\";i:97;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:732;a:20:{s:4:\"tmpl\";i:410;s:2:\"id\";i:4293;s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";i:1520443265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:588;s:16:\"popularity_index\";i:288;s:11:\"trend_index\";i:269;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:733;a:20:{s:4:\"tmpl\";i:409;s:2:\"id\";i:4284;s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";i:1520443263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:589;s:16:\"popularity_index\";i:27;s:11:\"trend_index\";i:21;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:734;a:20:{s:4:\"tmpl\";i:407;s:2:\"id\";i:4268;s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";i:1520443259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:590;s:16:\"popularity_index\";i:173;s:11:\"trend_index\";i:213;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:735;a:20:{s:4:\"tmpl\";i:405;s:2:\"id\";i:4252;s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";i:1520443255;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:591;s:16:\"popularity_index\";i:46;s:11:\"trend_index\";i:99;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:736;a:20:{s:4:\"tmpl\";i:677;s:2:\"id\";i:8676;s:5:\"title\";s:13:\"single page 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg\";s:12:\"tmpl_created\";i:1527682423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:592;s:16:\"popularity_index\";i:285;s:11:\"trend_index\";i:145;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:737;a:20:{s:4:\"tmpl\";i:678;s:2:\"id\";i:8678;s:5:\"title\";s:13:\"single page 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg\";s:12:\"tmpl_created\";i:1527682780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:593;s:16:\"popularity_index\";i:140;s:11:\"trend_index\";i:82;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:738;a:20:{s:4:\"tmpl\";i:679;s:2:\"id\";i:8679;s:5:\"title\";s:13:\"single page 3\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg\";s:12:\"tmpl_created\";i:1527682847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:594;s:16:\"popularity_index\";i:122;s:11:\"trend_index\";i:23;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:739;a:20:{s:4:\"tmpl\";i:680;s:2:\"id\";i:8680;s:5:\"title\";s:13:\"single page 4\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg\";s:12:\"tmpl_created\";i:1527682896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:595;s:16:\"popularity_index\";i:373;s:11:\"trend_index\";i:190;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:740;a:20:{s:4:\"tmpl\";i:681;s:2:\"id\";i:8681;s:5:\"title\";s:13:\"single page 5\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg\";s:12:\"tmpl_created\";i:1527682969;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:596;s:16:\"popularity_index\";i:287;s:11:\"trend_index\";i:218;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:741;a:20:{s:4:\"tmpl\";i:682;s:2:\"id\";i:8682;s:5:\"title\";s:13:\"single page 6\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg\";s:12:\"tmpl_created\";i:1527683026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:597;s:16:\"popularity_index\";i:412;s:11:\"trend_index\";i:227;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:742;a:20:{s:4:\"tmpl\";i:683;s:2:\"id\";i:8703;s:5:\"title\";s:13:\"single page 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg\";s:12:\"tmpl_created\";i:1527683072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:598;s:16:\"popularity_index\";i:401;s:11:\"trend_index\";i:316;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:743;a:20:{s:4:\"tmpl\";i:640;s:2:\"id\";i:7650;s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg\";s:12:\"tmpl_created\";i:1521557736;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:599;s:16:\"popularity_index\";i:119;s:11:\"trend_index\";i:266;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:744;a:20:{s:4:\"tmpl\";i:639;s:2:\"id\";i:7663;s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg\";s:12:\"tmpl_created\";i:1521547761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:600;s:16:\"popularity_index\";i:50;s:11:\"trend_index\";i:139;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:745;a:20:{s:4:\"tmpl\";i:705;s:2:\"id\";i:9296;s:5:\"title\";s:13:\"Single Post 3\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg\";s:12:\"tmpl_created\";i:1537440673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:601;s:16:\"popularity_index\";i:213;s:11:\"trend_index\";i:204;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:746;a:20:{s:4:\"tmpl\";i:704;s:2:\"id\";i:9301;s:5:\"title\";s:13:\"Single Post 4\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg\";s:12:\"tmpl_created\";i:1537440661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:602;s:16:\"popularity_index\";i:248;s:11:\"trend_index\";i:336;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:747;a:20:{s:4:\"tmpl\";i:706;s:2:\"id\";i:9313;s:5:\"title\";s:13:\"Single Post 5\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg\";s:12:\"tmpl_created\";i:1537440798;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:603;s:16:\"popularity_index\";i:197;s:11:\"trend_index\";i:177;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:748;a:20:{s:4:\"tmpl\";i:707;s:2:\"id\";i:9343;s:5:\"title\";s:13:\"Single Post 6\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg\";s:12:\"tmpl_created\";i:1537443531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:604;s:16:\"popularity_index\";i:228;s:11:\"trend_index\";i:279;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:749;a:20:{s:4:\"tmpl\";i:708;s:2:\"id\";i:9349;s:5:\"title\";s:13:\"Single Post 7\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg\";s:12:\"tmpl_created\";i:1537443903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:605;s:16:\"popularity_index\";i:158;s:11:\"trend_index\";i:253;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:750;a:20:{s:4:\"tmpl\";i:555;s:2:\"id\";i:6114;s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";i:1520443659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:610;s:16:\"popularity_index\";i:434;s:11:\"trend_index\";i:692;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:751;a:20:{s:4:\"tmpl\";i:562;s:2:\"id\";i:6178;s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";i:1520443676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:611;s:16:\"popularity_index\";i:435;s:11:\"trend_index\";i:755;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:752;a:20:{s:4:\"tmpl\";i:561;s:2:\"id\";i:6170;s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";i:1520443670;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:366;s:11:\"trend_index\";i:552;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:753;a:20:{s:4:\"tmpl\";i:697;s:2:\"id\";i:9174;s:5:\"title\";s:17:\"single product 01\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png\";s:12:\"tmpl_created\";i:1532950125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:31;s:11:\"trend_index\";i:6;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:754;a:20:{s:4:\"tmpl\";i:563;s:2:\"id\";i:6186;s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";i:1520443678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:569;s:11:\"trend_index\";i:811;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:755;a:20:{s:4:\"tmpl\";i:698;s:2:\"id\";i:9178;s:5:\"title\";s:17:\"single product 02\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png\";s:12:\"tmpl_created\";i:1532951997;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:66;s:11:\"trend_index\";i:42;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:756;a:20:{s:4:\"tmpl\";i:550;s:2:\"id\";i:6071;s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";i:1520443649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:168;s:11:\"trend_index\";i:328;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:757;a:20:{s:4:\"tmpl\";i:699;s:2:\"id\";i:9180;s:5:\"title\";s:17:\"single product 03\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png\";s:12:\"tmpl_created\";i:1532952302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:108;s:11:\"trend_index\";i:66;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:758;a:20:{s:4:\"tmpl\";i:554;s:2:\"id\";i:6106;s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";i:1520443657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:361;s:11:\"trend_index\";i:784;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:759;a:20:{s:4:\"tmpl\";i:700;s:2:\"id\";i:9182;s:5:\"title\";s:17:\"single product 04\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png\";s:12:\"tmpl_created\";i:1532952606;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:123;s:11:\"trend_index\";i:81;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:760;a:20:{s:4:\"tmpl\";i:551;s:2:\"id\";i:6079;s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";i:1520443651;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:616;s:16:\"popularity_index\";i:284;s:11:\"trend_index\";i:385;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:761;a:20:{s:4:\"tmpl\";i:552;s:2:\"id\";i:6089;s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";i:1520443653;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:617;s:16:\"popularity_index\";i:205;s:11:\"trend_index\";i:452;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:762;a:20:{s:4:\"tmpl\";i:549;s:2:\"id\";i:6063;s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";i:1520443647;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:618;s:16:\"popularity_index\";i:181;s:11:\"trend_index\";i:419;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:763;a:20:{s:4:\"tmpl\";i:553;s:2:\"id\";i:6097;s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";i:1520443655;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:619;s:16:\"popularity_index\";i:264;s:11:\"trend_index\";i:492;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:764;a:20:{s:4:\"tmpl\";i:538;s:2:\"id\";i:5956;s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";i:1520443623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:620;s:16:\"popularity_index\";i:532;s:11:\"trend_index\";i:541;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:765;a:20:{s:4:\"tmpl\";i:537;s:2:\"id\";i:5947;s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";i:1520443621;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:621;s:16:\"popularity_index\";i:368;s:11:\"trend_index\";i:531;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:766;a:20:{s:4:\"tmpl\";i:559;s:2:\"id\";i:6152;s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";i:1520443666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:622;s:16:\"popularity_index\";i:272;s:11:\"trend_index\";i:557;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:767;a:20:{s:4:\"tmpl\";i:469;s:2:\"id\";i:5157;s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";i:1520443448;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:623;s:16:\"popularity_index\";i:340;s:11:\"trend_index\";i:293;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:768;a:20:{s:4:\"tmpl\";i:472;s:2:\"id\";i:5181;s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";i:1520443454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:624;s:16:\"popularity_index\";i:451;s:11:\"trend_index\";i:340;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:769;a:20:{s:4:\"tmpl\";i:470;s:2:\"id\";i:5165;s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";i:1520443450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:625;s:16:\"popularity_index\";i:520;s:11:\"trend_index\";i:620;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:770;a:20:{s:4:\"tmpl\";i:477;s:2:\"id\";i:5222;s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";i:1520443464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:626;s:16:\"popularity_index\";i:397;s:11:\"trend_index\";i:427;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:771;a:20:{s:4:\"tmpl\";i:471;s:2:\"id\";i:5173;s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";i:1520443452;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:627;s:16:\"popularity_index\";i:261;s:11:\"trend_index\";i:237;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:772;a:20:{s:4:\"tmpl\";i:465;s:2:\"id\";i:4801;s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";i:1520443369;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:628;s:16:\"popularity_index\";i:332;s:11:\"trend_index\";i:188;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:773;a:20:{s:4:\"tmpl\";i:462;s:2:\"id\";i:4770;s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";i:1520443364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/team-12-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:629;s:16:\"popularity_index\";i:432;s:11:\"trend_index\";i:488;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:774;a:20:{s:4:\"tmpl\";i:458;s:2:\"id\";i:4727;s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";i:1520443356;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:630;s:16:\"popularity_index\";i:375;s:11:\"trend_index\";i:345;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:775;a:20:{s:4:\"tmpl\";i:543;s:2:\"id\";i:5999;s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";i:1520443634;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:631;s:16:\"popularity_index\";i:110;s:11:\"trend_index\";i:318;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:776;a:20:{s:4:\"tmpl\";i:455;s:2:\"id\";i:4698;s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";i:1520443350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:632;s:16:\"popularity_index\";i:449;s:11:\"trend_index\";i:410;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:777;a:20:{s:4:\"tmpl\";i:463;s:2:\"id\";i:4781;s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";i:1520443365;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:633;s:16:\"popularity_index\";i:267;s:11:\"trend_index\";i:330;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:778;a:20:{s:4:\"tmpl\";i:558;s:2:\"id\";i:6144;s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";i:1520443664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:634;s:16:\"popularity_index\";i:166;s:11:\"trend_index\";i:365;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:779;a:20:{s:4:\"tmpl\";i:464;s:2:\"id\";i:4793;s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";i:1520443367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:635;s:16:\"popularity_index\";i:207;s:11:\"trend_index\";i:173;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:780;a:20:{s:4:\"tmpl\";i:466;s:2:\"id\";i:4809;s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";i:1520443371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:636;s:16:\"popularity_index\";i:300;s:11:\"trend_index\";i:465;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:781;a:20:{s:4:\"tmpl\";i:459;s:2:\"id\";i:4736;s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";i:1520443358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:637;s:16:\"popularity_index\";i:144;s:11:\"trend_index\";i:159;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:782;a:20:{s:4:\"tmpl\";i:467;s:2:\"id\";i:4818;s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";i:1520443373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:638;s:16:\"popularity_index\";i:515;s:11:\"trend_index\";i:606;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:783;a:20:{s:4:\"tmpl\";i:461;s:2:\"id\";i:4759;s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";i:1520443362;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:639;s:16:\"popularity_index\";i:299;s:11:\"trend_index\";i:376;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:784;a:20:{s:4:\"tmpl\";i:460;s:2:\"id\";i:4746;s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";i:1520443360;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:640;s:16:\"popularity_index\";i:282;s:11:\"trend_index\";i:378;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:785;a:20:{s:4:\"tmpl\";i:457;s:2:\"id\";i:4718;s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";i:1520443354;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:641;s:16:\"popularity_index\";i:192;s:11:\"trend_index\";i:359;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:786;a:20:{s:4:\"tmpl\";i:456;s:2:\"id\";i:4706;s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";i:1520443352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:642;s:16:\"popularity_index\";i:149;s:11:\"trend_index\";i:299;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:787;a:20:{s:4:\"tmpl\";i:544;s:2:\"id\";i:6008;s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";i:1520443636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:643;s:16:\"popularity_index\";i:75;s:11:\"trend_index\";i:277;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:788;a:20:{s:4:\"tmpl\";i:454;s:2:\"id\";i:4690;s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";i:1520443348;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:644;s:16:\"popularity_index\";i:243;s:11:\"trend_index\";i:402;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:789;a:20:{s:4:\"tmpl\";i:586;s:2:\"id\";i:4921;s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";i:1520520562;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:645;s:16:\"popularity_index\";i:219;s:11:\"trend_index\";i:198;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:790;a:20:{s:4:\"tmpl\";i:582;s:2:\"id\";i:4889;s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";i:1520520556;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:646;s:16:\"popularity_index\";i:557;s:11:\"trend_index\";i:522;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:791;a:20:{s:4:\"tmpl\";i:580;s:2:\"id\";i:4871;s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";i:1520520552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:647;s:16:\"popularity_index\";i:262;s:11:\"trend_index\";i:391;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:792;a:20:{s:4:\"tmpl\";i:578;s:2:\"id\";i:4854;s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";i:1520520549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:648;s:16:\"popularity_index\";i:637;s:11:\"trend_index\";i:741;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:793;a:20:{s:4:\"tmpl\";i:595;s:2:\"id\";i:4995;s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";i:1520520577;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:649;s:16:\"popularity_index\";i:400;s:11:\"trend_index\";i:411;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:794;a:20:{s:4:\"tmpl\";i:593;s:2:\"id\";i:4979;s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";i:1520520573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:650;s:16:\"popularity_index\";i:568;s:11:\"trend_index\";i:544;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:795;a:20:{s:4:\"tmpl\";i:576;s:2:\"id\";i:4835;s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";i:1520520546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:651;s:16:\"popularity_index\";i:399;s:11:\"trend_index\";i:401;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:796;a:20:{s:4:\"tmpl\";i:594;s:2:\"id\";i:4987;s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";i:1520520575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:652;s:16:\"popularity_index\";i:159;s:11:\"trend_index\";i:199;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:797;a:20:{s:4:\"tmpl\";i:577;s:2:\"id\";i:4843;s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";i:1520520548;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:653;s:16:\"popularity_index\";i:457;s:11:\"trend_index\";i:780;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:798;a:20:{s:4:\"tmpl\";i:579;s:2:\"id\";i:4863;s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";i:1520520551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:654;s:16:\"popularity_index\";i:245;s:11:\"trend_index\";i:599;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:799;a:20:{s:4:\"tmpl\";i:581;s:2:\"id\";i:4880;s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";i:1520520554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:655;s:16:\"popularity_index\";i:446;s:11:\"trend_index\";i:653;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:800;a:20:{s:4:\"tmpl\";i:583;s:2:\"id\";i:4897;s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";i:1520520557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:656;s:16:\"popularity_index\";i:78;s:11:\"trend_index\";i:289;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:801;a:20:{s:4:\"tmpl\";i:584;s:2:\"id\";i:4905;s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";i:1520520559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:657;s:16:\"popularity_index\";i:121;s:11:\"trend_index\";i:221;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:802;a:20:{s:4:\"tmpl\";i:585;s:2:\"id\";i:4913;s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";i:1520520561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:658;s:16:\"popularity_index\";i:247;s:11:\"trend_index\";i:566;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:803;a:20:{s:4:\"tmpl\";i:575;s:2:\"id\";i:4826;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";i:1520520544;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:659;s:16:\"popularity_index\";i:256;s:11:\"trend_index\";i:395;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:804;a:20:{s:4:\"tmpl\";i:587;s:2:\"id\";i:4929;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";i:1520520564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:660;s:16:\"popularity_index\";i:49;s:11:\"trend_index\";i:206;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:805;a:20:{s:4:\"tmpl\";i:591;s:2:\"id\";i:4963;s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";i:1520520570;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:661;s:16:\"popularity_index\";i:417;s:11:\"trend_index\";i:546;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:806;a:20:{s:4:\"tmpl\";i:592;s:2:\"id\";i:4971;s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";i:1520520572;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:662;s:16:\"popularity_index\";i:649;s:11:\"trend_index\";i:718;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:807;a:20:{s:4:\"tmpl\";i:589;s:2:\"id\";i:4947;s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";i:1520520567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:663;s:16:\"popularity_index\";i:221;s:11:\"trend_index\";i:496;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:808;a:20:{s:4:\"tmpl\";i:590;s:2:\"id\";i:4955;s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";i:1520520569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:664;s:16:\"popularity_index\";i:378;s:11:\"trend_index\";i:695;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:809;a:20:{s:4:\"tmpl\";i:588;s:2:\"id\";i:4939;s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";i:1520520565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:665;s:16:\"popularity_index\";i:103;s:11:\"trend_index\";i:341;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:810;a:20:{s:4:\"tmpl\";i:928;s:2:\"id\";i:12509;s:5:\"title\";s:18:\"Travel &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";i:1575960378;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/travel-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:666;s:16:\"popularity_index\";i:747;s:11:\"trend_index\";i:712;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:811;a:20:{s:4:\"tmpl\";i:929;s:2:\"id\";i:12516;s:5:\"title\";s:27:\"Travel &#8211; Archive Blog\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";i:1575960387;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:667;s:16:\"popularity_index\";i:496;s:11:\"trend_index\";i:487;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:812;a:20:{s:4:\"tmpl\";i:927;s:2:\"id\";i:12500;s:5:\"title\";s:21:\"Travel &#8211; Header\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-travel-and-tours.png\";s:12:\"tmpl_created\";i:1575960371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:668;s:16:\"popularity_index\";i:443;s:11:\"trend_index\";i:434;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:813;a:20:{s:4:\"tmpl\";i:930;s:2:\"id\";i:12524;s:5:\"title\";s:26:\"Travel &#8211; Single Post\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";i:1575960397;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:669;s:16:\"popularity_index\";i:591;s:11:\"trend_index\";i:663;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:814;a:20:{s:4:\"tmpl\";i:931;s:2:\"id\";i:12531;s:5:\"title\";s:31:\"Travel &#8211; Single Post Tour\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";i:1575960404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:670;s:16:\"popularity_index\";i:630;s:11:\"trend_index\";i:548;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:815;a:20:{s:4:\"tmpl\";i:926;s:2:\"id\";i:12492;s:5:\"title\";s:14:\"Travel -Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";i:1575960358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:671;s:16:\"popularity_index\";i:453;s:11:\"trend_index\";i:322;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:816;a:20:{s:4:\"tmpl\";i:1068;s:2:\"id\";i:15498;s:5:\"title\";s:23:\"Travel Blog &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/11/404.jpg\";s:12:\"tmpl_created\";i:1606215636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/travel-blog-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:23:\"[\"404\",\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:672;s:16:\"popularity_index\";i:749;s:11:\"trend_index\";i:759;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:817;a:20:{s:4:\"tmpl\";i:1069;s:2:\"id\";i:15508;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-1-350.jpg\";s:12:\"tmpl_created\";i:1606215649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:673;s:16:\"popularity_index\";i:659;s:11:\"trend_index\";i:468;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:818;a:20:{s:4:\"tmpl\";i:1070;s:2:\"id\";i:15518;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-2-350-Copy.jpg\";s:12:\"tmpl_created\";i:1606215663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:674;s:16:\"popularity_index\";i:688;s:11:\"trend_index\";i:431;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:819;a:20:{s:4:\"tmpl\";i:1071;s:2:\"id\";i:15528;s:5:\"title\";s:26:\"Travel Blog &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Footer.jpg\";s:12:\"tmpl_created\";i:1606215673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:26:\"[\"Blog\",\"Footer\",\"Travel\"]\";s:10:\"menu_order\";i:675;s:16:\"popularity_index\";i:656;s:11:\"trend_index\";i:377;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:820;a:20:{s:4:\"tmpl\";i:1067;s:2:\"id\";i:15536;s:5:\"title\";s:26:\"Travel Blog &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Header.jpg\";s:12:\"tmpl_created\";i:1606215625;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:26:\"[\"Blog\",\"Header\",\"Travel\"]\";s:10:\"menu_order\";i:676;s:16:\"popularity_index\";i:584;s:11:\"trend_index\";i:228;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:821;a:20:{s:4:\"tmpl\";i:1072;s:2:\"id\";i:15545;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-1-350.jpg\";s:12:\"tmpl_created\";i:1606215684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:677;s:16:\"popularity_index\";i:669;s:11:\"trend_index\";i:482;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:822;a:20:{s:4:\"tmpl\";i:1066;s:2:\"id\";i:15556;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 2\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-2-350.jpg\";s:12:\"tmpl_created\";i:1606215613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:678;s:16:\"popularity_index\";i:652;s:11:\"trend_index\";i:454;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}}}', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(197, 'lwptoc_general', 'a:12:{s:3:\"min\";i:2;s:5:\"depth\";i:6;s:12:\"hierarchical\";b:1;s:10:\"numeration\";s:13:\"decimalnested\";s:16:\"numerationSuffix\";s:4:\"none\";s:5:\"title\";s:10:\"محتوا\";s:6:\"toggle\";b:1;s:9:\"labelShow\";s:10:\"نمایش\";s:9:\"labelHide\";s:10:\"پنهان\";s:9:\"hideItems\";b:0;s:12:\"smoothScroll\";b:1;s:18:\"smoothScrollOffset\";i:24;}', 'yes'),
(198, 'lwptoc_appearance', 'a:6:{s:5:\"width\";s:4:\"auto\";s:5:\"float\";s:4:\"none\";s:13:\"titleFontSize\";s:7:\"default\";s:15:\"titleFontWeight\";s:4:\"bold\";s:13:\"itemsFontSize\";s:3:\"90%\";s:11:\"colorScheme\";s:5:\"light\";}', 'yes'),
(199, 'lwptoc_autoInsert', 'a:3:{s:6:\"enable\";b:1;s:8:\"position\";s:18:\"beforefirstheading\";s:9:\"postTypes\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}}', 'yes'),
(200, 'lwptoc_misc', 'a:10:{s:16:\"skipHeadingLevel\";s:0:\"\";s:15:\"skipHeadingText\";s:0:\"\";s:10:\"hashFormat\";s:9:\"asheading\";s:22:\"hashConvertToLowercase\";b:0;s:29:\"hashReplaceUnderlinesToDashes\";b:0;s:11:\"wrapNoindex\";b:0;s:11:\"useNofollow\";b:0;s:20:\"showMetaboxPostTypes\";a:1:{i:0;s:4:\"page\";}s:14:\"listMarkupTags\";s:3:\"div\";s:14:\"containerClass\";s:0:\"\";}', 'yes'),
(201, 'elementor_active_kit', '5', 'yes'),
(202, 'elementor_font_display', 'swap', 'yes'),
(205, 'yoast_migrations_free', 'a:1:{s:7:\"version\";s:4:\"23.1\";}', 'yes'),
(206, 'wpseo', 'a:108:{s:8:\"tracking\";b:0;s:16:\"toggled_tracking\";b:1;s:22:\"license_server_version\";s:5:\"false\";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:21:\"category_base_changed\";s:29:\"indexables_indexing_completed\";b:1;s:13:\"index_now_key\";s:100:\"CfhxQkhTJZxiq53zF0PWUA8LEZq1dKPbMDFxdqNf0PBdIo7ejvWuxMvnDXkFn-3su-mcQ7Hnz3TAS1RwaRY3XBM4OCpWktpcLRv2\";s:7:\"version\";s:4:\"23.1\";s:16:\"previous_version\";s:4:\"21.6\";s:20:\"disableadvanced_meta\";b:1;s:30:\"enable_headless_rest_endpoints\";b:1;s:17:\"ryte_indexability\";b:0;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:34:\"inclusive_language_analysis_active\";b:0;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:16:\"enable_index_now\";b:1;s:19:\"enable_ai_generator\";b:1;s:22:\"ai_enabled_pre_default\";b:1;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";s:10:\"1674562408\";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:12:\"/%postname%/\";s:8:\"home_url\";s:25:\"https://activereading.xyz\";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:5:{s:22:\"elementor_library_type\";s:22:\"elementor_library_type\";s:26:\"elementor_library_category\";s:26:\"elementor_library_category\";s:17:\"download_category\";s:18:\"downloads/category\";s:12:\"download_tag\";s:13:\"downloads/tag\";s:19:\"elementor_font_type\";s:19:\"elementor_font_type\";}s:29:\"enable_enhanced_slack_sharing\";b:1;s:25:\"zapier_integration_active\";b:0;s:19:\"zapier_subscription\";a:0:{}s:14:\"zapier_api_key\";s:0:\"\";s:23:\"enable_metabox_insights\";b:1;s:23:\"enable_link_suggestions\";b:1;s:26:\"algolia_integration_active\";b:0;s:14:\"import_cursors\";a:0:{}s:13:\"workouts_data\";a:1:{s:13:\"configuration\";a:1:{s:13:\"finishedSteps\";a:0:{}}}s:28:\"configuration_finished_steps\";a:0:{}s:36:\"dismiss_configuration_workout_notice\";b:0;s:34:\"dismiss_premium_deactivated_notice\";b:0;s:19:\"importing_completed\";a:0:{}s:26:\"wincher_integration_active\";b:1;s:14:\"wincher_tokens\";a:0:{}s:36:\"wincher_automatically_add_keyphrases\";b:0;s:18:\"wincher_website_id\";s:0:\"\";s:18:\"first_time_install\";b:1;s:34:\"should_redirect_after_install_free\";b:0;s:34:\"activation_redirect_timestamp_free\";s:10:\"1674562409\";s:18:\"remove_feed_global\";b:0;s:27:\"remove_feed_global_comments\";b:0;s:25:\"remove_feed_post_comments\";b:0;s:19:\"remove_feed_authors\";b:0;s:22:\"remove_feed_categories\";b:0;s:16:\"remove_feed_tags\";b:0;s:29:\"remove_feed_custom_taxonomies\";b:0;s:22:\"remove_feed_post_types\";b:0;s:18:\"remove_feed_search\";b:0;s:21:\"remove_atom_rdf_feeds\";b:0;s:17:\"remove_shortlinks\";b:0;s:21:\"remove_rest_api_links\";b:0;s:20:\"remove_rsd_wlw_links\";b:0;s:19:\"remove_oembed_links\";b:0;s:16:\"remove_generator\";b:0;s:20:\"remove_emoji_scripts\";b:0;s:24:\"remove_powered_by_header\";b:0;s:22:\"remove_pingback_header\";b:0;s:28:\"clean_campaign_tracking_urls\";b:0;s:16:\"clean_permalinks\";b:0;s:32:\"clean_permalinks_extra_variables\";s:0:\"\";s:14:\"search_cleanup\";b:0;s:20:\"search_cleanup_emoji\";b:0;s:23:\"search_cleanup_patterns\";b:0;s:22:\"search_character_limit\";i:50;s:20:\"deny_search_crawling\";b:0;s:21:\"deny_wp_json_crawling\";b:0;s:20:\"deny_adsbot_crawling\";b:0;s:19:\"deny_ccbot_crawling\";b:0;s:29:\"deny_google_extended_crawling\";b:0;s:20:\"deny_gptbot_crawling\";b:0;s:27:\"redirect_search_pretty_urls\";b:0;s:29:\"least_readability_ignore_list\";a:0:{}s:27:\"least_seo_score_ignore_list\";a:0:{}s:23:\"most_linked_ignore_list\";a:0:{}s:24:\"least_linked_ignore_list\";a:0:{}s:28:\"indexables_page_reading_list\";a:5:{i:0;b:0;i:1;b:0;i:2;b:0;i:3;b:0;i:4;b:0;}s:25:\"indexables_overview_state\";s:21:\"dashboard-not-visited\";s:28:\"last_known_public_post_types\";a:4:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:14:\"e-landing-page\";i:3;s:8:\"download\";}s:28:\"last_known_public_taxonomies\";a:5:{i:0;s:8:\"category\";i:1;s:8:\"post_tag\";i:2;s:11:\"post_format\";i:3;s:17:\"download_category\";i:4;s:12:\"download_tag\";}s:23:\"last_known_no_unindexed\";a:6:{s:40:\"wpseo_total_unindexed_post_type_archives\";i:1770909837;s:35:\"wpseo_total_unindexed_general_items\";i:1770909837;s:31:\"wpseo_unindexed_post_link_count\";i:1770909837;s:31:\"wpseo_unindexed_term_link_count\";i:1770909837;s:27:\"wpseo_total_unindexed_posts\";i:1770909884;s:27:\"wpseo_total_unindexed_terms\";i:1770909884;}s:14:\"new_post_types\";a:0:{}s:14:\"new_taxonomies\";a:0:{}s:34:\"show_new_content_type_notification\";b:0;}', 'yes'),
(207, 'wpseo_titles', 'a:169:{s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-pipe\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:51:\"%%name%%, نویسنده در %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:84:\"شما برای %%searchphrase%% جستجو کردید %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:45:\"صفحه پیدا نشد %%sep%% %%sitename%%\";s:25:\"social-title-author-wpseo\";s:8:\"%%name%%\";s:26:\"social-title-archive-wpseo\";s:8:\"%%date%%\";s:31:\"social-description-author-wpseo\";s:0:\"\";s:32:\"social-description-archive-wpseo\";s:0:\"\";s:29:\"social-image-url-author-wpseo\";s:0:\"\";s:30:\"social-image-url-archive-wpseo\";s:0:\"\";s:28:\"social-image-id-author-wpseo\";i:0;s:29:\"social-image-id-archive-wpseo\";i:0;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:79:\"نوشته %%POSTLINK%% اولین بار در %%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:20:\"breadcrumbs-404crumb\";s:38:\"خطای 404: صفحه پیدا نشد\";s:29:\"breadcrumbs-display-blog-page\";b:1;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:30:\"بایگانی‌ها برای\";s:18:\"breadcrumbs-enable\";b:1;s:16:\"breadcrumbs-home\";s:8:\"خانه\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:39:\"شما جستجو نمودید برای\";s:15:\"breadcrumbs-sep\";s:2:\"»\";s:12:\"website_name\";s:21:\"کتاب active 2 pdf\";s:11:\"person_name\";s:0:\"\";s:11:\"person_logo\";s:0:\"\";s:22:\"alternate_website_name\";s:66:\"دانلود کتاب اکتیو ۲ PDF با لینک مستقیم\";s:12:\"company_logo\";s:70:\"https://activereading.xyz/wp-content/uploads/2023/01/activereading.png\";s:12:\"company_name\";s:21:\"کتاب active 2 pdf\";s:22:\"company_alternate_name\";s:66:\"دانلود کتاب اکتیو ۲ PDF با لینک مستقیم\";s:17:\"company_or_person\";s:7:\"company\";s:25:\"company_or_person_user_id\";b:0;s:17:\"stripcategorybase\";b:1;s:26:\"open_graph_frontpage_title\";s:12:\"%%sitename%%\";s:25:\"open_graph_frontpage_desc\";s:0:\"\";s:26:\"open_graph_frontpage_image\";s:0:\"\";s:10:\"title-post\";s:39:\"دانلود کتاب اکتیو ۲ PDF\";s:13:\"metadesc-post\";s:190:\"برای دانلود کتاب اکتیو ۲ PDF با لینک مستقیم در این صفحه بر روی لینک دانلود کلیک کرده و مستقیم دانلود کنید ...\";s:12:\"noindex-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:21:\"schema-page-type-post\";s:7:\"WebPage\";s:24:\"schema-article-type-post\";s:7:\"Article\";s:17:\"social-title-post\";s:9:\"%%title%%\";s:23:\"social-description-post\";s:0:\"\";s:21:\"social-image-url-post\";s:0:\"\";s:20:\"social-image-id-post\";i:0;s:10:\"title-page\";s:39:\"دانلود کتاب اکتیو ۲ PDF\";s:13:\"metadesc-page\";s:190:\"برای دانلود کتاب اکتیو ۲ PDF با لینک مستقیم در این صفحه بر روی لینک دانلود کلیک کرده و مستقیم دانلود کنید ...\";s:12:\"noindex-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";i:0;s:21:\"schema-page-type-page\";s:7:\"WebPage\";s:24:\"schema-article-type-page\";s:4:\"None\";s:17:\"social-title-page\";s:9:\"%%title%%\";s:23:\"social-description-page\";s:0:\"\";s:21:\"social-image-url-page\";s:0:\"\";s:20:\"social-image-id-page\";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:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";i:0;s:27:\"schema-page-type-attachment\";s:7:\"WebPage\";s:30:\"schema-article-type-attachment\";s:4:\"None\";s:18:\"title-tax-category\";s:44:\"%%term_title%% %%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:25:\"social-title-tax-category\";s:14:\"%%term_title%%\";s:31:\"social-description-tax-category\";s:0:\"\";s:29:\"social-image-url-tax-category\";s:0:\"\";s:28:\"social-image-id-tax-category\";i:0;s:26:\"taxonomy-category-ptparent\";i:0;s:18:\"title-tax-post_tag\";s:44:\"%%term_title%% %%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:25:\"social-title-tax-post_tag\";s:14:\"%%term_title%%\";s:31:\"social-description-tax-post_tag\";s:0:\"\";s:29:\"social-image-url-tax-post_tag\";s:0:\"\";s:28:\"social-image-id-tax-post_tag\";i:0;s:26:\"taxonomy-post_tag-ptparent\";i:0;s:21:\"title-tax-post_format\";s:68:\"بایگانی‌های %%term_title%% %%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:28:\"social-title-tax-post_format\";s:38:\"بایگانی‌های %%term_title%%\";s:34:\"social-description-tax-post_format\";s:0:\"\";s:32:\"social-image-url-tax-post_format\";s:0:\"\";s:31:\"social-image-id-tax-post_format\";i:0;s:29:\"taxonomy-post_format-ptparent\";i:0;s:20:\"title-e-landing-page\";s:39:\"دانلود کتاب اکتیو ۲ PDF\";s:23:\"metadesc-e-landing-page\";s:190:\"برای دانلود کتاب اکتیو ۲ PDF با لینک مستقیم در این صفحه بر روی لینک دانلود کلیک کرده و مستقیم دانلود کنید ...\";s:22:\"noindex-e-landing-page\";b:0;s:33:\"display-metabox-pt-e-landing-page\";b:1;s:33:\"post_types-e-landing-page-maintax\";i:0;s:31:\"schema-page-type-e-landing-page\";s:7:\"WebPage\";s:34:\"schema-article-type-e-landing-page\";s:4:\"None\";s:27:\"social-title-e-landing-page\";s:9:\"%%title%%\";s:33:\"social-description-e-landing-page\";s:0:\"\";s:31:\"social-image-url-e-landing-page\";s:0:\"\";s:30:\"social-image-id-e-landing-page\";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:36:\"display-metabox-pt-elementor_library\";b:1;s:36:\"post_types-elementor_library-maintax\";i:0;s:34:\"schema-page-type-elementor_library\";s:7:\"WebPage\";s:37:\"schema-article-type-elementor_library\";s:4:\"None\";s:30:\"social-title-elementor_library\";s:9:\"%%title%%\";s:36:\"social-description-elementor_library\";s:0:\"\";s:34:\"social-image-url-elementor_library\";s:0:\"\";s:33:\"social-image-id-elementor_library\";i:0;s:27:\"title-tax-download_category\";s:44:\"%%term_title%% %%page%% %%sep%% %%sitename%%\";s:30:\"metadesc-tax-download_category\";s:0:\"\";s:37:\"display-metabox-tax-download_category\";b:1;s:29:\"noindex-tax-download_category\";b:0;s:34:\"social-title-tax-download_category\";s:14:\"%%term_title%%\";s:40:\"social-description-tax-download_category\";s:0:\"\";s:38:\"social-image-url-tax-download_category\";s:0:\"\";s:37:\"social-image-id-tax-download_category\";i:0;s:35:\"taxonomy-download_category-ptparent\";i:0;s:22:\"title-tax-download_tag\";s:44:\"%%term_title%% %%page%% %%sep%% %%sitename%%\";s:25:\"metadesc-tax-download_tag\";s:0:\"\";s:32:\"display-metabox-tax-download_tag\";b:1;s:24:\"noindex-tax-download_tag\";b:0;s:29:\"social-title-tax-download_tag\";s:14:\"%%term_title%%\";s:35:\"social-description-tax-download_tag\";s:0:\"\";s:33:\"social-image-url-tax-download_tag\";s:0:\"\";s:32:\"social-image-id-tax-download_tag\";i:0;s:30:\"taxonomy-download_tag-ptparent\";i:0;s:14:\"title-download\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:17:\"metadesc-download\";s:0:\"\";s:16:\"noindex-download\";b:1;s:27:\"display-metabox-pt-download\";b:0;s:27:\"post_types-download-maintax\";i:0;s:25:\"schema-page-type-download\";s:7:\"WebPage\";s:28:\"schema-article-type-download\";s:4:\"None\";s:21:\"social-title-download\";s:9:\"%%title%%\";s:27:\"social-description-download\";s:0:\"\";s:25:\"social-image-url-download\";s:0:\"\";s:24:\"social-image-id-download\";i:0;s:24:\"title-ptarchive-download\";s:58:\"بایگانی %%pt_plural%% %%page%% %%sep%% %%sitename%%\";s:27:\"metadesc-ptarchive-download\";s:0:\"\";s:26:\"bctitle-ptarchive-download\";s:0:\"\";s:26:\"noindex-ptarchive-download\";b:1;s:31:\"social-title-ptarchive-download\";s:28:\"بایگانی %%pt_plural%%\";s:37:\"social-description-ptarchive-download\";s:0:\"\";s:35:\"social-image-url-ptarchive-download\";s:0:\"\";s:34:\"social-image-id-ptarchive-download\";i:0;s:14:\"person_logo_id\";i:0;s:15:\"company_logo_id\";i:18;s:17:\"company_logo_meta\";a:10:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:8:\"filesize\";i:24347;s:3:\"url\";s:70:\"https://activereading.xyz/wp-content/uploads/2023/01/activereading.png\";s:4:\"path\";s:72:\"/home/activeeee/public_html/wp-content/uploads/2023/01/activereading.png\";s:4:\"size\";s:4:\"full\";s:2:\"id\";i:18;s:3:\"alt\";s:0:\"\";s:6:\"pixels\";i:262144;s:4:\"type\";s:9:\"image/png\";}s:16:\"person_logo_meta\";b:0;s:29:\"open_graph_frontpage_image_id\";i:0;}', 'yes'),
(208, 'wpseo_social', 'a:19:{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:\"\";s:17:\"other_social_urls\";a:0:{}}', 'yes'),
(209, 'tadv_settings', 'a:10:{s:7:\"options\";s:44:\"menubar,advlist,menubar_block,merge_toolbars\";s:7:\"plugins\";s:104:\"anchor,code,insertdatetime,nonbreaking,print,searchreplace,table,visualblocks,visualchars,advlist,wptadv\";s:9:\"toolbar_1\";s:106:\"formatselect,bold,italic,blockquote,bullist,numlist,alignleft,aligncenter,alignright,link,unlink,undo,redo\";s:9:\"toolbar_2\";s:103:\"fontselect,fontsizeselect,outdent,indent,pastetext,removeformat,charmap,wp_more,forecolor,table,wp_help\";s:9:\"toolbar_3\";s:0:\"\";s:9:\"toolbar_4\";s:0:\"\";s:21:\"toolbar_classic_block\";s:123:\"formatselect,bold,italic,blockquote,bullist,numlist,alignleft,aligncenter,alignright,link,forecolor,backcolor,table,wp_help\";s:13:\"toolbar_block\";s:67:\"core/code,core/image,core/strikethrough,tadv/mark,tadv/removeformat\";s:18:\"toolbar_block_side\";s:46:\"core/superscript,core/subscript,core/underline\";s:12:\"panels_block\";s:44:\"tadv/color-panel,tadv/background-color-panel\";}', 'yes'),
(210, 'tadv_admin_settings', 'a:1:{s:7:\"options\";s:86:\"classic_paragraph_block,table_resize_bars,table_grid,table_tab_navigation,table_advtab\";}', 'yes'),
(211, 'tadv_version', '5900', 'yes'),
(212, 'elementor_version', '3.11.2', 'yes'),
(213, 'elementor_install_history', 'a:3:{s:5:\"3.7.5\";i:1677672753;s:6:\"3.10.1\";i:1674565124;s:6:\"3.11.2\";i:1677672754;}', 'yes'),
(214, 'elementor_events_db_version', '1.0.0', 'no'),
(215, 'widget_lpwtoc_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(216, 'lwptoc_rate_time', '1678277389', 'yes'),
(239, 'elementor_remote_info_feed_data', 'a:3:{i:0;a:5:{s:5:\"title\";s:50:\"Elementor version 4 is ready for production sites!\";s:7:\"excerpt\";s:305:\"The alpha phase is complete. Version 4 is now in beta. Officially marked as stable and ready to be used on production sites! This is the final step before the official release of version 4.0, activating the new features automatically on new sites, and becoming the default editing experience in Elementor.\";s:7:\"created\";i:1770651621;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:113:\"https://elementor.com/blog/editor-4-beta/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:79:\"Introducing Elementor 3.33: Variables Manager, Custom CSS, Blend Modes, & more!\";s:7:\"excerpt\";s:340:\"Elementor 3.33 builds on the foundation of Editor V4, continuing our mission to create a faster, more scalable, and more intuitive design experience for Web Creators. With the addition of the Variables Manager, element-level Custom CSS, Background Clipping, and Blend Modes, designers have more creative precision and consistency than ever.\";s:7:\"created\";i:1762944115;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:145:\"https://elementor.com/blog/elementor-333-v4-variables-manager-custom-css/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:76:\"Introducing Elementor 3.32: Transitions, Transform, Size Variables, and More\";s:7:\"excerpt\";s:250:\"Elementor 3.32 is here, accelerating Editor V4 Alpha with transform controls and layered transitions, system-wide Size Variables and streamlined class management. This release empowers you to build more consistent, dynamic, and professional websites.\";s:7:\"created\";i:1759243152;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:138:\"https://elementor.com/blog/elementor-332-v4-transform-transitions/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}', 'off'),
(278, 'wpseo_premium', 'a:5:{s:34:\"prominent_words_indexing_completed\";b:0;s:8:\"workouts\";a:1:{s:11:\"cornerstone\";a:1:{s:13:\"finishedSteps\";a:0:{}}}s:29:\"should_redirect_after_install\";b:0;s:29:\"activation_redirect_timestamp\";i:1674565127;s:35:\"dismiss_update_premium_notification\";s:1:\"0\";}', 'yes'),
(2768, 'edd_settings', 'a:28:{s:13:\"purchase_page\";i:33;s:12:\"success_page\";i:34;s:12:\"failure_page\";i:35;s:21:\"purchase_history_page\";i:36;s:17:\"confirmation_page\";i:37;s:11:\"entity_name\";s:21:\"کتاب active 2 pdf\";s:11:\"entity_type\";s:10:\"individual\";s:12:\"base_country\";s:2:\"IR\";s:10:\"base_state\";s:3:\"THR\";s:8:\"currency\";s:4:\"RIAL\";s:17:\"currency_position\";s:5:\"after\";s:17:\"zarinpal_merchant\";s:36:\"9fd766b7-a69b-41df-9bb2-bdeaf21767cb\";s:15:\"zarinpal_server\";s:2:\"ir\";s:8:\"gateways\";a:1:{s:8:\"zarinpal\";s:1:\"1\";}s:14:\"gateways_order\";s:0:\"\";s:15:\"default_gateway\";s:8:\"zarinpal\";s:19:\"payment_icons_order\";s:0:\"\";s:14:\"email_template\";s:7:\"default\";s:9:\"from_name\";s:21:\"کتاب active 2 pdf\";s:10:\"from_email\";s:22:\"info@activereading.xyz\";s:16:\"purchase_subject\";s:45:\"کتاب active 2 pdf | وضعیت سفارش\";s:16:\"purchase_heading\";s:60:\"سپاس از خرید شما سایت کتاب active 2 pdf\";s:16:\"purchase_receipt\";s:868:\"<h3 style=\"text-align: center;\"><img class=\"alignnone size-medium wp-image-18\" src=\"https://activereading.xyz/wp-content/uploads/2023/01/activereading-300x300.png\" alt=\"\" width=\"300\" height=\"300\" /></h3>\r\n<h3 style=\"text-align: right;\"><span style=\"color: #000000;\">با سلام {name}</span><span style=\"color: #000000;\"> عزیز از خرید شما در سایت کتاب active 2 pdf متشکریم</span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff; background-color: #0083c9;\">برای دانلود فایل خریداری شده ، روی لینک زیر کلیک نمایید</span></h3>\r\n<p style=\"text-align: center;\"><span style=\"font-size: 18pt;\"><strong>👇👇👇👇👇</strong></span></p>\r\n\r\n<h3 style=\"text-align: center;\"><span style=\"color: #000000; font-size: 18pt;\">{download_list}</span></h3>\r\n{file_urls}\r\n\r\n{fullname}\";s:12:\"button_style\";s:6:\"button\";s:13:\"button_colors\";a:2:{s:10:\"background\";s:7:\"#b61fc6\";s:4:\"text\";s:7:\"#ffffff\";}s:14:\"checkout_color\";s:4:\"blue\";s:14:\"checkout_label\";s:52:\"پرداخت با درگاه بانکی آنلاین\";s:20:\"stripe_elements_mode\";s:16:\"payment-elements\";}', 'yes'),
(2769, 'edd_use_php_sessions', '1', 'yes'),
(16746, 'wp_attachment_pages_enabled', '1', 'yes'),
(18595, 'edd_version_upgraded_from', '3.1.0.7', 'no'),
(18596, 'edd_onboarding_completed', '1', 'no'),
(18617, 'wordfence_ls_version', '1.1.4', 'yes'),
(18618, 'wfls_last_role_change', '1701791698', 'no'),
(18656, 'wpr_rucss_used_css_version', '20231010', 'yes'),
(18615, 'recovery_mode_email_last_sent', '1730839512', 'yes'),
(18616, 'yoast_premium_as_an_addon_installer', 'completed', 'yes'),
(18599, 'wpdb_edd_notifications_version', '202303220', 'yes'),
(11445, 'db_upgraded', '', 'on'),
(277, 'yoast_migrations_premium', 'a:1:{s:7:\"version\";s:4:\"22.8\";}', 'yes'),
(273, 'elementor_pro_license_key', 'activated', 'yes'),
(279, 'wpseo_video', 'a:12:{s:15:\"video_dbversion\";s:4:\"14.3\";s:19:\"video_cloak_sitemap\";b:0;s:17:\"video_disable_rss\";b:0;s:19:\"video_custom_fields\";s:0:\"\";s:20:\"video_facebook_embed\";b:1;s:13:\"video_fitvids\";b:0;s:19:\"video_content_width\";s:0:\"\";s:19:\"video_wistia_domain\";s:0:\"\";s:21:\"video_embedly_api_key\";s:0:\"\";s:22:\"videositemap_posttypes\";a:5:{s:4:\"post\";s:4:\"post\";s:4:\"page\";s:4:\"page\";s:10:\"attachment\";s:10:\"attachment\";s:14:\"e-landing-page\";s:14:\"e-landing-page\";s:17:\"elementor_library\";s:17:\"elementor_library\";}s:23:\"videositemap_taxonomies\";a:0:{}s:26:\"video_youtube_faster_embed\";b:0;}', 'yes'),
(2748, 'widget_akismet_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(2751, 'akismet_strictness', '0', 'yes'),
(2752, 'akismet_show_user_comments_approved', '0', 'yes'),
(2753, 'akismet_comment_form_privacy_notice', 'hide', 'yes'),
(2754, 'wordpress_api_key', '400be30caf52', 'yes'),
(2755, 'akismet_spam_count', '1101', 'yes'),
(2771, 'edd_activation_date', '1677672631', 'yes'),
(2774, 'edd_default_api_version', 'v2', 'yes'),
(2775, 'edd_completed_upgrades', 'a:16:{i:0;s:21:\"upgrade_payment_taxes\";i:1;s:37:\"upgrade_customer_payments_association\";i:2;s:21:\"upgrade_user_api_keys\";i:3;s:25:\"remove_refunded_sale_logs\";i:4;s:29:\"update_file_download_log_data\";i:5;s:17:\"migrate_tax_rates\";i:6;s:17:\"migrate_discounts\";i:7;s:14:\"migrate_orders\";i:8;s:26:\"migrate_customer_addresses\";i:9;s:32:\"migrate_customer_email_addresses\";i:10;s:22:\"migrate_customer_notes\";i:11;s:12:\"migrate_logs\";i:12;s:19:\"migrate_order_notes\";i:13;s:23:\"v30_legacy_data_removed\";i:14;s:28:\"stripe_customer_id_migration\";i:15;s:26:\"migrate_order_actions_date\";}', 'yes'),
(2776, 'edd_version', '3.2.5', 'yes'),
(2789, 'wpdb_edd_adjustmentmeta_version', '201806142', 'yes'),
(2790, 'wpdb_edd_notes_version', '202002141', 'yes'),
(2791, 'wpdb_edd_notemeta_version', '201805221', 'yes'),
(2792, 'wpdb_edd_orders_version', '202307111', 'yes'),
(2793, 'wpdb_edd_ordermeta_version', '201805221', 'yes'),
(2794, 'wpdb_edd_order_items_version', '202110141', 'yes'),
(2795, 'wpdb_edd_order_itemmeta_version', '201805221', 'yes'),
(2796, 'wpdb_edd_order_adjustments_version', '202105221', 'yes'),
(2797, 'wpdb_edd_order_adjustmentmeta_version', '201805221', 'yes'),
(2798, 'wpdb_edd_order_addresses_version', '202002141', 'yes'),
(2799, 'wpdb_edd_order_transactions_version', '202205241', 'yes'),
(2800, 'wpdb_edd_logs_version', '202002141', 'yes'),
(2801, 'wpdb_edd_logmeta_version', '201805221', 'yes'),
(2802, 'wpdb_edd_logs_api_requests_version', '202002141', 'yes'),
(2803, 'wpdb_edd_logs_api_requestmeta_version', '201907291', 'yes'),
(2804, 'wpdb_edd_logs_file_downloads_version', '202002141', 'yes'),
(2805, 'wpdb_edd_logs_file_downloadmeta_version', '201907291', 'yes'),
(299, 'elementor_submissions_db_version', '5', 'yes'),
(302, 'wpseo_tracking_last_request', '1722693480', 'on'),
(307, 'lwptoc_processingHeadings', 'a:1:{s:9:\"postTypes\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}}', 'yes'),
(312, 'elementor_unfiltered_files_upload', '1', 'yes'),
(313, 'elementor_log', 'a:13:{s:32:\"2cc3fadf832176ee6086ee0cb2692535\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2023-01-24 16:30:05\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:21:\"Undefined index: data\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-01-24 16:30:05\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:21:\"Undefined index: data\";s:4:\"file\";s:96:\"/home/activereading/public_html/wp-content/plugins/elementor/core/common/modules/ajax/module.php\";s:4:\"line\";i:172;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:96:\"/home/activereading/public_html/wp-content/plugins/elementor/core/common/modules/ajax/module.php\";s:7:\"\0*\0line\";i:172;}s:32:\"dc6f58d1296a9df9458897792d5c0b36\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-03-01 15:38:45\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-03-01 15:38:45\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"0e008f31e1678510488b6740980a1655\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-03-01 15:38:45\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:49:\"المنتور/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-03-01 15:38:45\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:49:\"المنتور/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"cd0a9bf27a8ed6a197a2f76aec542716\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-03-01 15:38:45\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:51:\"المنتور/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-03-01 15:38:45\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:51:\"المنتور/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"f6a6df89debee99de86cff3c6a8db964\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-03-01 15:38:45\";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:14:\"المنتور\";s:4:\"from\";s:6:\"3.10.1\";s:2:\"to\";s:6:\"3.11.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-03-01 15:38:45\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:14:\"المنتور\";s:4:\"from\";s:6:\"3.10.1\";s:2:\"to\";s:6:\"3.11.2\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"fb01a41e24fb095012afd2e10ee6d90d\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-03-01 15:38:45\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:14:\"المنتور\";s:4:\"from\";s:6:\"3.10.1\";s:2:\"to\";s:6:\"3.11.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-03-01 15:38:45\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:14:\"المنتور\";s:4:\"from\";s:6:\"3.10.1\";s:2:\"to\";s:6:\"3.11.2\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"8d51db53b3ad909214031d8a6de60f24\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-03-01 15:42:34\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-03-01 15:42:34\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"3f40ec7a368452cba9e03c82fea36572\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-03-01 15:42:34\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:2;s:14:\"\0*\0times_dates\";a:2:{i:0;s:19:\"2023-03-01 15:42:34\";i:1;s:19:\"2023-03-01 15:42:34\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"89a3fe8b2bbfd5f26af7c1671eeb8fe0\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-03-01 15:42:34\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:2;s:14:\"\0*\0times_dates\";a:2:{i:0;s:19:\"2023-03-01 15:42:34\";i:1;s:19:\"2023-03-01 15:42:34\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"7e61939cb77d64693473636148233197\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-03-01 15:42:34\";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:13:\"Elementor Pro\";s:4:\"from\";s:5:\"3.7.5\";s:2:\"to\";s:6:\"3.11.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-03-01 15:42:34\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"3.7.5\";s:2:\"to\";s:6:\"3.11.1\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"7525adf830f459c584193bfe352a3242\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-03-01 15:42:34\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"3.7.5\";s:2:\"to\";s:6:\"3.11.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-03-01 15:42:34\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"3.7.5\";s:2:\"to\";s:6:\"3.11.1\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"1a48d9e9962fdab7a00bd435a4e1ad19\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2023-06-15 15:29:09\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:51:\"Trying to access array offset on value of type bool\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:4;s:14:\"\0*\0times_dates\";a:4:{i:0;s:19:\"2023-06-15 15:29:09\";i:1;s:19:\"2023-06-15 15:29:12\";i:2;s:19:\"2023-06-15 15:29:15\";i:3;s:19:\"2023-06-15 15:29:16\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:51:\"Trying to access array offset on value of type bool\";s:4:\"file\";s:84:\"/home/activeeee/public_html/wp-content/plugins/elementor/includes/managers/image.php\";s:4:\"line\";i:108;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:84:\"/home/activeeee/public_html/wp-content/plugins/elementor/includes/managers/image.php\";s:7:\"\0*\0line\";i:108;}s:32:\"1350ecfef5ee3ace710e0ae0d5ce7be8\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2024-05-27 08:22:21\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:79:\"strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:24462;s:14:\"\0*\0times_dates\";a:42:{i:0;s:19:\"2024-11-06 14:43:52\";i:1;s:19:\"2024-11-06 14:49:05\";i:2;s:19:\"2024-11-06 14:49:05\";i:3;s:19:\"2024-11-06 14:49:06\";i:4;s:19:\"2024-11-06 15:05:33\";i:5;s:19:\"2024-11-06 15:05:34\";i:6;s:19:\"2024-11-06 15:05:35\";i:7;s:19:\"2024-11-06 15:13:37\";i:8;s:19:\"2024-11-06 15:13:38\";i:9;s:19:\"2024-11-06 15:15:21\";i:10;s:19:\"2024-11-06 15:15:22\";i:11;s:19:\"2024-11-06 15:15:23\";i:12;s:19:\"2024-11-06 15:15:24\";i:13;s:19:\"2024-11-06 15:15:26\";i:14;s:19:\"2024-11-06 15:15:27\";i:15;s:19:\"2024-11-06 15:15:28\";i:16;s:19:\"2024-11-06 15:29:38\";i:17;s:19:\"2024-11-06 15:29:39\";i:18;s:19:\"2024-11-06 15:30:36\";i:19;s:19:\"2024-11-06 15:30:36\";i:20;s:19:\"2024-11-06 15:45:01\";i:21;s:19:\"2024-11-06 15:45:05\";i:22;s:19:\"2024-11-06 16:06:23\";i:23;s:19:\"2024-11-06 16:06:23\";i:24;s:19:\"2024-11-06 16:06:24\";i:25;s:19:\"2024-11-06 16:18:00\";i:26;s:19:\"2024-11-06 16:18:01\";i:27;s:19:\"2024-11-06 16:21:05\";i:28;s:19:\"2024-11-06 16:21:06\";i:29;s:19:\"2024-11-06 16:22:42\";i:30;s:19:\"2024-11-06 16:22:43\";i:31;s:19:\"2024-11-06 16:22:45\";i:32;s:19:\"2024-11-06 16:24:10\";i:33;s:19:\"2024-11-06 16:24:10\";i:34;s:19:\"2024-11-06 16:33:15\";i:35;s:19:\"2024-11-06 16:33:16\";i:36;s:19:\"2024-11-06 16:45:54\";i:37;s:19:\"2024-11-06 16:45:55\";i:38;s:19:\"2024-11-06 16:53:23\";i:39;s:19:\"2024-11-06 16:53:24\";i:40;s:19:\"2024-11-06 16:55:01\";i:41;s:19:\"2024-11-06 16:55:02\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:79:\"strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated\";s:4:\"file\";s:92:\"/home/activeeee/public_html/wp-content/plugins/elementor-pro/modules/loop-builder/module.php\";s:4:\"line\";i:200;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:92:\"/home/activeeee/public_html/wp-content/plugins/elementor-pro/modules/loop-builder/module.php\";s:7:\"\0*\0line\";i:200;}}', 'off'),
(73129, 'category_children', 'a:0:{}', 'yes'),
(323, 'elementor_fonts_manager_font_types', 'a:1:{s:8:\"iransans\";s:6:\"custom\";}', 'yes'),
(317, 'elementor_pro_theme_builder_conditions', 'a:0:{}', 'yes'),
(324, 'elementor_fonts_manager_fonts', 'a:1:{s:8:\"iransans\";a:2:{s:9:\"font_face\";s:217:\"@font-face {\n	font-family: \'iransans\';\n	font-style: normal;\n	font-weight: normal;\n	font-display: auto;\n	src: url(\'https://activereading.xyz/wp-content/uploads/2023/01/FontsFree-Net-ir_sans.ttf\') format(\'truetype\');\n}\n\";s:7:\"post_id\";i:13;}}', 'yes'),
(325, 'elementor_custom_icon_sets_config', 'a:0:{}', 'yes'),
(326, 'wpseo-premium-redirects-base', 'a:3:{i:0;a:4:{s:6:\"origin\";s:19:\"برگه-نمونه\";s:3:\"url\";s:3:\"2-2\";s:4:\"type\";i:301;s:6:\"format\";s:5:\"plain\";}i:1;a:4:{s:6:\"origin\";s:36:\"%d9%be%d8%b1%d8%af%d8%a7%d8%ae%d8%aa\";s:3:\"url\";s:3:\"pay\";s:4:\"type\";i:301;s:6:\"format\";s:5:\"plain\";}i:2;a:4:{s:6:\"origin\";s:73:\"%d8%af%d8%b3%d8%aa%d9%87%d8%a8%d9%86%d8%af%db%8c-%d9%86%d8%b4%d8%af%d9%87\";s:3:\"url\";s:17:\"top-seller-ebooks\";s:4:\"type\";i:301;s:6:\"format\";s:5:\"plain\";}}', 'no'),
(329, 'wpseo_redirect', 'a:2:{s:20:\"disable_php_redirect\";s:3:\"off\";s:13:\"separate_file\";s:3:\"off\";}', 'yes'),
(335, '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'),
(337, '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'),
(2848, 'edd_extension_product_28530_data', 'a:2:{s:7:\"timeout\";i:1739731118;i:28530;a:12:{s:5:\"title\";s:18:\"Recurring Payments\";s:4:\"slug\";s:18:\"recurring-payments\";s:5:\"image\";s:108:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2016/01/recurring-payments-product-image-750x375.png\";s:11:\"description\";s:54:\"Grow stable income by selling automated subscriptions.\";s:8:\"basename\";s:31:\"edd-recurring/edd-recurring.php\";s:3:\"tab\";s:8:\"gateways\";s:7:\"section\";s:9:\"recurring\";s:4:\"icon\";s:86:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/recurring-payments.svg\";s:10:\"categories\";a:5:{i:0;i:1526;i:1;i:2165;i:2;i:1592;i:3;i:1520;i:4;i:2164;}s:5:\"terms\";O:8:\"stdClass\":9:{s:10:\"accounting\";s:10:\"Accounting\";s:13:\"extended-pass\";s:13:\"Extended Pass\";s:10:\"extensions\";s:10:\"Extensions\";s:7:\"popular\";s:7:\"Popular\";s:17:\"professional-pass\";s:17:\"Professional Pass\";s:16:\"email-management\";s:16:\"Email Management\";s:8:\"featured\";s:8:\"Featured\";s:7:\"premium\";s:7:\"Premium\";s:11:\"recommended\";s:11:\"Recommended\";}s:7:\"version\";s:8:\"2.12.5.1\";s:7:\"pass_id\";s:0:\"\";}}', 'off'),
(2849, 'edd_extension_product_375153_data', 'a:2:{s:7:\"timeout\";i:1739731118;i:375153;a:12:{s:5:\"title\";s:8:\"Invoices\";s:4:\"slug\";s:12:\"edd-invoices\";s:5:\"image\";s:84:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2018/06/invoices-750x375.png\";s:11:\"description\";s:108:\"Impress customers with attractive invoices and increase loyalty through easy access to purchase information.\";s:8:\"basename\";s:29:\"edd-invoices/edd-invoices.php\";s:3:\"tab\";s:8:\"gateways\";s:7:\"section\";s:12:\"edd-invoices\";s:4:\"icon\";s:76:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/invoices.svg\";s:10:\"categories\";a:6:{i:0;i:1526;i:1;i:2165;i:2;i:1592;i:3;i:2166;i:4;i:1520;i:5;i:2164;}s:5:\"terms\";O:8:\"stdClass\":8:{s:10:\"accounting\";s:10:\"Accounting\";s:13:\"extended-pass\";s:13:\"Extended Pass\";s:10:\"extensions\";s:10:\"Extensions\";s:13:\"personal-pass\";s:13:\"Personal Pass\";s:7:\"popular\";s:7:\"Popular\";s:17:\"professional-pass\";s:17:\"Professional Pass\";s:7:\"premium\";s:7:\"Premium\";s:11:\"recommended\";s:11:\"Recommended\";}s:7:\"version\";s:5:\"1.4.0\";s:7:\"pass_id\";s:0:\"\";}}', 'off'),
(2858, 'edd_extension_product_37976_data', 'a:2:{s:7:\"timeout\";i:1739731081;i:37976;a:12:{s:5:\"title\";s:7:\"Reviews\";s:4:\"slug\";s:15:\"product-reviews\";s:5:\"image\";s:106:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2021/12/reviews-product-download-image-750x375.png\";s:11:\"description\";s:46:\"Increase sales on your site with social proof.\";s:8:\"basename\";s:27:\"edd-reviews/edd-reviews.php\";s:3:\"tab\";s:9:\"marketing\";s:7:\"section\";s:7:\"reviews\";s:4:\"icon\";s:75:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/reviews.svg\";s:10:\"categories\";a:5:{i:0;i:2165;i:1;i:1592;i:2;i:1128;i:3;i:1520;i:4;i:2164;}s:5:\"terms\";O:8:\"stdClass\":6:{s:13:\"extended-pass\";s:13:\"Extended Pass\";s:10:\"extensions\";s:10:\"Extensions\";s:9:\"marketing\";s:9:\"Marketing\";s:7:\"popular\";s:7:\"Popular\";s:17:\"professional-pass\";s:17:\"Professional Pass\";s:11:\"recommended\";s:11:\"Recommended\";}s:7:\"version\";s:5:\"2.2.6\";s:7:\"pass_id\";s:0:\"\";}}', 'off'),
(2859, 'smtp_mailer_options', 'a:9:{s:9:\"smtp_host\";s:13:\"68.65.120.213\";s:9:\"smtp_auth\";s:4:\"true\";s:13:\"smtp_username\";s:22:\"info@activereading.xyz\";s:13:\"smtp_password\";s:16:\"bERCNjB4SnA5ZkZ6\";s:18:\"type_of_encryption\";s:3:\"tls\";s:9:\"smtp_port\";s:3:\"587\";s:10:\"from_email\";s:22:\"info@activereading.xyz\";s:9:\"from_name\";s:13:\"activereading\";s:24:\"disable_ssl_verification\";s:1:\"1\";}', 'yes'),
(2866, '_elementor_global_css', 'a:6:{s:4:\"time\";i:1677673535;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;b:0;}', 'yes'),
(2867, '_elementor_assets_data', 'a:1:{s:3:\"css\";a:1:{s:7:\"widgets\";a:4:{s:7:\"heading\";a:2:{s:7:\"content\";s:673:\"<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\";s:7:\"version\";s:6:\"3.11.2\";}s:5:\"image\";a:2:{s:7:\"content\";s:269:\"<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>\";s:7:\"version\";s:6:\"3.11.2\";}s:6:\"button\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.11.2\";}s:11:\"text-editor\";a:2:{s:7:\"content\";s:720:\"<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#818a91;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#818a91;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:right;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}</style>\";s:7:\"version\";s:6:\"3.11.2\";}}}}', 'yes'),
(2868, 'edd_tokenizer_signing_key', '9bdc9b529e3ac5c21778d67af1d0783bb769bf131a36afb6ee73b6e50da49799', 'yes'),
(2874, 'edd_earnings_total', '270000', 'no'),
(2875, 'secret_key', '/01#rq2X*`6zPvL1IR-+Bjp_= AN0&7*sP$=}{mih?TKZ[+a=;zeZ.2rLi+,|P/x', 'no'),
(3002, 'email_summary_blurbs_sent', 'a:1:{i:0;s:32:\"027a93cccec586b55f96fc1a276ead48\";}', 'yes'),
(2842, 'edd_notification_req_timeout', '1771944328', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(2847, 'edd_all_extension_data', 'a:2:{s:7:\"timeout\";i:1739140681;s:8:\"products\";O:8:\"stdClass\":73:{s:3:\"518\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:77:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2024/05/2Checkout.png\";s:2:\"2x\";s:77:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2024/05/2Checkout.png\";}s:5:\"title\";s:36:\"2Checkout (Verifone) Payment Gateway\";s:4:\"slug\";s:17:\"2checkout-gateway\";s:7:\"version\";s:5:\"2.0.0\";s:7:\"updated\";s:19:\"2025-01-09 21:53:29\";s:11:\"php_version\";s:3:\"7.1\";s:10:\"wp_version\";s:3:\"5.4\";s:7:\"excerpt\";s:91:\"Accept payments through the internationally friendly 2Checkout (Verifone) payment system.\r\n\";s:2:\"id\";i:518;s:12:\"requirements\";O:8:\"stdClass\":3:{s:3:\"php\";s:3:\"7.1\";s:2:\"wp\";s:3:\"5.4\";s:22:\"easy-digital-downloads\";s:5:\"3.1.5\";}s:5:\"image\";s:99:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2015/07/2checkout-product-image-750x375.png\";s:10:\"categories\";a:5:{i:0;i:2165;i:1;i:1592;i:2;i:1387;i:3;i:1520;i:4;i:2164;}s:4:\"tags\";a:0:{}s:11:\"custom_meta\";O:8:\"stdClass\":7:{s:8:\"basename\";s:31:\"edd-2checkout/edd-2checkout.php\";s:12:\"settings_tab\";s:8:\"gateways\";s:16:\"settings_section\";s:9:\"2checkout\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:77:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2024/05/2Checkout.png\";s:12:\"changelog_id\";i:2357;s:29:\"pricing_table_display_options\";O:8:\"stdClass\":3:{s:21:\"hide_on_pricing_table\";b:0;s:19:\"pricing_table_title\";s:20:\"2Checkout (Verifone)\";s:21:\"pricing_table_tooltip\";s:0:\"\";}}s:5:\"terms\";O:8:\"stdClass\":5:{s:13:\"extended-pass\";s:13:\"Extended Pass\";s:10:\"extensions\";s:10:\"Extensions\";s:8:\"gateways\";s:8:\"Gateways\";s:7:\"popular\";s:7:\"Popular\";s:17:\"professional-pass\";s:17:\"Professional Pass\";}}s:6:\"483834\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:86:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/acquisition-survey.svg\";s:2:\"2x\";s:86:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/acquisition-survey.svg\";}s:5:\"title\";s:18:\"Acquisition Survey\";s:4:\"slug\";s:18:\"acquisition-survey\";s:7:\"version\";s:5:\"1.0.3\";s:7:\"updated\";s:19:\"2023-01-09 11:31:50\";s:11:\"php_version\";s:0:\"\";s:10:\"wp_version\";s:0:\"\";s:7:\"excerpt\";s:65:\"Gather \"how did you hear about us\" information during checkout.\r\n\";s:2:\"id\";i:483834;s:12:\"requirements\";a:0:{}s:5:\"image\";s:108:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2015/09/acquisition-survey-product-image-750x375.png\";s:10:\"categories\";a:6:{i:0;i:1532;i:1;i:2165;i:2;i:1592;i:3;i:1128;i:4;i:2166;i:5;i:2164;}s:4:\"tags\";a:0:{}s:11:\"custom_meta\";O:8:\"stdClass\":5:{s:8:\"basename\";s:49:\"edd-acquisition-survey/edd-acquisition-survey.php\";s:12:\"settings_tab\";s:10:\"extensions\";s:16:\"settings_section\";s:18:\"acquisition-survey\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:86:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/acquisition-survey.svg\";}s:5:\"terms\";O:8:\"stdClass\":6:{s:9:\"analytics\";s:9:\"Analytics\";s:13:\"extended-pass\";s:13:\"Extended Pass\";s:10:\"extensions\";s:10:\"Extensions\";s:9:\"marketing\";s:9:\"Marketing\";s:13:\"personal-pass\";s:13:\"Personal Pass\";s:17:\"professional-pass\";s:17:\"Professional Pass\";}}s:5:\"22583\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:82:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/activecampaign.svg\";s:2:\"2x\";s:82:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/activecampaign.svg\";}s:5:\"title\";s:14:\"ActiveCampaign\";s:4:\"slug\";s:15:\"active-campaign\";s:7:\"version\";s:5:\"1.1.4\";s:7:\"updated\";s:19:\"2023-01-09 11:33:24\";s:11:\"php_version\";s:3:\"5.4\";s:10:\"wp_version\";s:0:\"\";s:7:\"excerpt\";s:86:\"Grow your ActiveCampaign lists by automatically subscribing customers during checkout.\";s:2:\"id\";i:22583;s:12:\"requirements\";O:8:\"stdClass\":2:{s:3:\"php\";s:3:\"5.4\";s:22:\"easy-digital-downloads\";s:3:\"2.9\";}s:5:\"image\";s:109:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2020/03/edd-activecampaign-extension-2020-750x375.png\";s:10:\"categories\";a:6:{i:0;i:1533;i:1;i:2165;i:2;i:1592;i:3;i:1128;i:4;i:2166;i:5;i:2164;}s:4:\"tags\";a:1:{i:0;i:1578;}s:11:\"custom_meta\";O:8:\"stdClass\":5:{s:8:\"basename\";s:41:\"edd-activecampaign/edd-activecampaign.php\";s:12:\"settings_tab\";s:9:\"marketing\";s:16:\"settings_section\";s:14:\"activecampaign\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:82:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/activecampaign.svg\";}s:5:\"terms\";O:8:\"stdClass\":7:{s:5:\"email\";s:5:\"Email\";s:13:\"extended-pass\";s:13:\"Extended Pass\";s:10:\"extensions\";s:10:\"Extensions\";s:9:\"marketing\";s:9:\"Marketing\";s:13:\"personal-pass\";s:13:\"Personal Pass\";s:17:\"professional-pass\";s:17:\"Professional Pass\";s:11:\"newsletters\";s:11:\"Newsletters\";}}s:6:\"805899\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:85:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/add-to-cart-popup.svg\";s:2:\"2x\";s:85:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/add-to-cart-popup.svg\";}s:5:\"title\";s:17:\"Add to Cart Popup\";s:4:\"slug\";s:14:\"add-cart-popup\";s:7:\"version\";s:5:\"1.1.3\";s:7:\"updated\";s:19:\"2023-01-10 09:44:16\";s:11:\"php_version\";s:0:\"\";s:10:\"wp_version\";s:0:\"\";s:7:\"excerpt\";s:75:\"Displays a popup message with options after an item is added to the cart.\r\n\";s:2:\"id\";i:805899;s:12:\"requirements\";a:0:{}s:5:\"image\";s:93:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2016/04/add-to-cart-popup-750x375.png\";s:10:\"categories\";a:4:{i:0;i:2165;i:1;i:1592;i:2;i:2166;i:3;i:2164;}s:4:\"tags\";a:0:{}s:11:\"custom_meta\";O:8:\"stdClass\":5:{s:8:\"basename\";s:47:\"edd-add-to-cart-popup/edd-add-to-cart-popup.php\";s:12:\"settings_tab\";s:10:\"extensions\";s:16:\"settings_section\";s:3:\"acp\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:85:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/add-to-cart-popup.svg\";}s:5:\"terms\";O:8:\"stdClass\":4:{s:13:\"extended-pass\";s:13:\"Extended Pass\";s:10:\"extensions\";s:10:\"Extensions\";s:13:\"personal-pass\";s:13:\"Personal Pass\";s:17:\"professional-pass\";s:17:\"Professional Pass\";}}s:6:\"568031\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:84:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/advanced-reports.svg\";s:2:\"2x\";s:84:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/advanced-reports.svg\";}s:5:\"title\";s:16:\"Advanced Reports\";s:4:\"slug\";s:16:\"advanced-reports\";s:7:\"version\";s:5:\"1.0.3\";s:7:\"updated\";s:19:\"2023-01-14 17:57:40\";s:11:\"php_version\";s:3:\"5.5\";s:10:\"wp_version\";s:0:\"\";s:7:\"excerpt\";s:44:\"Create advanced earnings and sales reports\r\n\";s:2:\"id\";i:568031;s:12:\"requirements\";O:8:\"stdClass\":2:{s:3:\"php\";s:3:\"5.5\";s:22:\"easy-digital-downloads\";s:3:\"2.9\";}s:5:\"image\";s:107:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2016/04/advanced-reports-featured-image-750x375.png\";s:10:\"categories\";a:3:{i:0;i:1526;i:1;i:1532;i:2;i:1592;}s:4:\"tags\";a:0:{}s:11:\"custom_meta\";O:8:\"stdClass\":5:{s:8:\"basename\";s:45:\"edd-advanced-reports/edd-advanced-reports.php\";s:12:\"settings_tab\";s:0:\"\";s:16:\"settings_section\";s:0:\"\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:84:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/advanced-reports.svg\";}s:5:\"terms\";O:8:\"stdClass\":3:{s:10:\"accounting\";s:10:\"Accounting\";s:9:\"analytics\";s:9:\"Analytics\";s:10:\"extensions\";s:10:\"Extensions\";}}s:6:\"544176\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:72:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/ason.svg\";s:2:\"2x\";s:72:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/ason.svg\";}s:5:\"title\";s:33:\"Advanced Sequential Order Numbers\";s:4:\"slug\";s:33:\"advanced-sequential-order-numbers\";s:7:\"version\";s:6:\"1.0.11\";s:7:\"updated\";s:19:\"2025-01-09 22:07:30\";s:11:\"php_version\";s:3:\"5.3\";s:10:\"wp_version\";s:3:\"4.4\";s:7:\"excerpt\";s:43:\"Advanced sequential order number options.\r\n\";s:2:\"id\";i:544176;s:12:\"requirements\";O:8:\"stdClass\":3:{s:3:\"php\";s:3:\"5.3\";s:2:\"wp\";s:3:\"4.4\";s:22:\"easy-digital-downloads\";s:3:\"2.9\";}s:5:\"image\";s:124:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2016/04/advanced-sequential-order-numbers-featured-image-750x375.png\";s:10:\"categories\";a:2:{i:0;i:1526;i:1;i:1592;}s:4:\"tags\";a:1:{i:0;i:1575;}s:11:\"custom_meta\";O:8:\"stdClass\":7:{s:8:\"basename\";s:49:\"edd-advanced-sequential-order-numbers/edd-son.php\";s:12:\"settings_tab\";s:8:\"gateways\";s:16:\"settings_section\";s:3:\"son\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:72:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/ason.svg\";s:12:\"changelog_id\";b:0;s:29:\"pricing_table_display_options\";O:8:\"stdClass\":3:{s:21:\"hide_on_pricing_table\";b:0;s:19:\"pricing_table_title\";s:0:\"\";s:21:\"pricing_table_tooltip\";s:77:\"Adds additional order number handling to support advanced accounting methods.\";}}s:5:\"terms\";O:8:\"stdClass\":3:{s:10:\"accounting\";s:10:\"Accounting\";s:10:\"extensions\";s:10:\"Extensions\";s:5:\"taxes\";s:5:\"Taxes\";}}s:7:\"1005380\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:78:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/all-access.svg\";s:2:\"2x\";s:78:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/all-access.svg\";}s:5:\"title\";s:10:\"All Access\";s:4:\"slug\";s:10:\"all-access\";s:7:\"version\";s:5:\"1.2.8\";s:7:\"updated\";s:19:\"2025-01-29 16:06:14\";s:11:\"php_version\";s:3:\"7.4\";s:10:\"wp_version\";s:3:\"5.8\";s:7:\"excerpt\";s:93:\"Allow your customers to download any product from your website using their All Access Pass.\r\n\";s:2:\"id\";i:1005380;s:12:\"requirements\";O:8:\"stdClass\":3:{s:3:\"php\";s:3:\"7.4\";s:2:\"wp\";s:3:\"5.8\";s:22:\"easy-digital-downloads\";s:3:\"3.2\";}s:5:\"image\";s:108:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2017/03/featured-image-blue-all-access-1-750x375.jpg\";s:10:\"categories\";a:4:{i:0;i:2165;i:1;i:1592;i:2;i:1520;i:3;i:2164;}s:4:\"tags\";a:1:{i:0;i:2167;}s:11:\"custom_meta\";O:8:\"stdClass\":7:{s:8:\"basename\";s:33:\"edd-all-access/edd-all-access.php\";s:12:\"settings_tab\";s:10:\"extensions\";s:16:\"settings_section\";s:10:\"all-access\";s:18:\"license_key_option\";s:26:\"edd_all_access_license_key\";s:4:\"icon\";s:78:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/all-access.svg\";s:12:\"changelog_id\";i:2320;s:29:\"pricing_table_display_options\";O:8:\"stdClass\":3:{s:21:\"hide_on_pricing_table\";b:0;s:19:\"pricing_table_title\";s:0:\"\";s:21:\"pricing_table_tooltip\";s:0:\"\";}}s:5:\"terms\";O:8:\"stdClass\":5:{s:13:\"extended-pass\";s:13:\"Extended Pass\";s:10:\"extensions\";s:10:\"Extensions\";s:7:\"popular\";s:7:\"Popular\";s:17:\"professional-pass\";s:17:\"Professional Pass\";s:7:\"premium\";s:7:\"Premium\";}}s:4:\"2726\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:77:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/amazon-s3.svg\";s:2:\"2x\";s:77:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/amazon-s3.svg\";}s:5:\"title\";s:9:\"Amazon S3\";s:4:\"slug\";s:9:\"amazon-s3\";s:7:\"version\";s:5:\"2.4.1\";s:7:\"updated\";s:19:\"2025-01-09 22:08:15\";s:11:\"php_version\";s:3:\"7.4\";s:10:\"wp_version\";s:3:\"5.0\";s:7:\"excerpt\";s:47:\"Supercharge your file downloads with Amazon S3.\";s:2:\"id\";i:2726;s:12:\"requirements\";O:8:\"stdClass\":3:{s:3:\"php\";s:3:\"7.4\";s:2:\"wp\";s:3:\"5.0\";s:22:\"easy-digital-downloads\";s:3:\"3.0\";}s:5:\"image\";s:107:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2021/01/powered-by-aws-featured-image-s-750x375.png\";s:10:\"categories\";a:4:{i:0;i:2165;i:1;i:1592;i:2;i:1520;i:3;i:2164;}s:4:\"tags\";a:3:{i:0;i:1577;i:1;i:2157;i:2;i:2167;}s:11:\"custom_meta\";O:8:\"stdClass\":7:{s:8:\"basename\";s:24:\"edd-amazon-s3/edd_s3.php\";s:12:\"settings_tab\";s:10:\"extensions\";s:16:\"settings_section\";s:9:\"amazon_s3\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:77:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/amazon-s3.svg\";s:12:\"changelog_id\";i:2339;s:29:\"pricing_table_display_options\";O:8:\"stdClass\":3:{s:21:\"hide_on_pricing_table\";b:0;s:19:\"pricing_table_title\";s:0:\"\";s:21:\"pricing_table_tooltip\";s:52:\"Store and deliver your files in an Amazon S3 Bucket.\";}}s:5:\"terms\";O:8:\"stdClass\":7:{s:13:\"extended-pass\";s:13:\"Extended Pass\";s:10:\"extensions\";s:10:\"Extensions\";s:7:\"popular\";s:7:\"Popular\";s:17:\"professional-pass\";s:17:\"Professional Pass\";s:3:\"cdn\";s:3:\"CDN\";s:22:\"fes-custom-form-fields\";s:22:\"FES Custom Form Fields\";s:7:\"premium\";s:7:\"Premium\";}}s:3:\"514\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:77:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/authorize.svg\";s:2:\"2x\";s:77:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/authorize.svg\";}s:5:\"title\";s:29:\"Authorize.net Payment Gateway\";s:4:\"slug\";s:21:\"authorize-net-gateway\";s:7:\"version\";s:5:\"2.0.5\";s:7:\"updated\";s:19:\"2025-01-09 22:24:19\";s:11:\"php_version\";s:3:\"7.2\";s:10:\"wp_version\";s:3:\"4.9\";s:7:\"excerpt\";s:53:\"Accept payments through your Authorize.net account.\r\n\";s:2:\"id\";i:514;s:12:\"requirements\";O:8:\"stdClass\":3:{s:3:\"php\";s:3:\"7.2\";s:2:\"wp\";s:3:\"4.9\";s:22:\"easy-digital-downloads\";s:4:\"2.11\";}s:5:\"image\";s:117:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2021/09/edd-new-authorize-net-download-graphic2-s-750x375.png\";s:10:\"categories\";a:5:{i:0;i:2165;i:1;i:1592;i:2;i:1387;i:3;i:1520;i:4;i:2164;}s:4:\"tags\";a:0:{}s:11:\"custom_meta\";O:8:\"stdClass\":7:{s:8:\"basename\";s:39:\"edd-authorize-net/edd-authorize-net.php\";s:12:\"settings_tab\";s:8:\"gateways\";s:16:\"settings_section\";s:9:\"authorize\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:77:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/authorize.svg\";s:12:\"changelog_id\";i:2336;s:29:\"pricing_table_display_options\";O:8:\"stdClass\":3:{s:21:\"hide_on_pricing_table\";b:0;s:19:\"pricing_table_title\";s:13:\"Authorize.net\";s:21:\"pricing_table_tooltip\";s:0:\"\";}}s:5:\"terms\";O:8:\"stdClass\":5:{s:13:\"extended-pass\";s:13:\"Extended Pass\";s:10:\"extensions\";s:10:\"Extensions\";s:8:\"gateways\";s:8:\"Gateways\";s:7:\"popular\";s:7:\"Popular\";s:17:\"professional-pass\";s:17:\"Professional Pass\";}}s:4:\"2925\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:74:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/aweber.svg\";s:2:\"2x\";s:74:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/aweber.svg\";}s:5:\"title\";s:6:\"AWeber\";s:4:\"slug\";s:6:\"aweber\";s:7:\"version\";s:5:\"2.0.9\";s:7:\"updated\";s:19:\"2023-01-09 12:54:36\";s:11:\"php_version\";s:3:\"5.5\";s:10:\"wp_version\";s:0:\"\";s:7:\"excerpt\";s:64:\"Automatically add customers to your AWeber list during checkout.\";s:2:\"id\";i:2925;s:12:\"requirements\";O:8:\"stdClass\":2:{s:3:\"php\";s:3:\"5.5\";s:22:\"easy-digital-downloads\";s:3:\"2.9\";}s:5:\"image\";s:97:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2018/06/aweber-featured-image-750x375.png\";s:10:\"categories\";a:7:{i:0;i:1533;i:1;i:2165;i:2;i:1592;i:3;i:1128;i:4;i:2166;i:5;i:1520;i:6;i:2164;}s:4:\"tags\";a:1:{i:0;i:1578;}s:11:\"custom_meta\";O:8:\"stdClass\":5:{s:8:\"basename\";s:25:\"edd-aweber/edd-aweber.php\";s:12:\"settings_tab\";s:9:\"marketing\";s:16:\"settings_section\";s:6:\"aweber\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:74:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/aweber.svg\";}s:5:\"terms\";O:8:\"stdClass\":8:{s:5:\"email\";s:5:\"Email\";s:13:\"extended-pass\";s:13:\"Extended Pass\";s:10:\"extensions\";s:10:\"Extensions\";s:9:\"marketing\";s:9:\"Marketing\";s:13:\"personal-pass\";s:13:\"Personal Pass\";s:7:\"popular\";s:7:\"Popular\";s:17:\"professional-pass\";s:17:\"Professional Pass\";s:11:\"newsletters\";s:11:\"Newsletters\";}}s:5:\"28130\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:77:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/braintree.svg\";s:2:\"2x\";s:77:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/braintree.svg\";}s:5:\"title\";s:9:\"Braintree\";s:4:\"slug\";s:17:\"braintree-gateway\";s:7:\"version\";s:5:\"1.2.1\";s:7:\"updated\";s:19:\"2025-01-09 22:08:45\";s:11:\"php_version\";s:0:\"\";s:10:\"wp_version\";s:0:\"\";s:7:\"excerpt\";s:54:\"Accept credit cards in EDD using Braintree Payments.\r\n\";s:2:\"id\";i:28130;s:12:\"requirements\";a:0:{}s:5:\"image\";s:102:\"https://easydigitaldownloads.com/wp-content/uploads/2020/11/edd-braintree-updated-nov2020s-750x375.png\";s:10:\"categories\";a:5:{i:0;i:2165;i:1;i:1592;i:2;i:1387;i:3;i:1520;i:4;i:2164;}s:4:\"tags\";a:0:{}s:11:\"custom_meta\";O:8:\"stdClass\":7:{s:8:\"basename\";s:39:\"edd-braintree/edd-gateway-braintree.php\";s:12:\"settings_tab\";s:8:\"gateways\";s:16:\"settings_section\";s:9:\"braintree\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:77:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/braintree.svg\";s:12:\"changelog_id\";b:0;s:29:\"pricing_table_display_options\";O:8:\"stdClass\":3:{s:21:\"hide_on_pricing_table\";b:1;s:19:\"pricing_table_title\";s:0:\"\";s:21:\"pricing_table_tooltip\";s:0:\"\";}}s:5:\"terms\";O:8:\"stdClass\":5:{s:13:\"extended-pass\";s:13:\"Extended Pass\";s:10:\"extensions\";s:10:\"Extensions\";s:8:\"gateways\";s:8:\"Gateways\";s:7:\"popular\";s:7:\"Popular\";s:17:\"professional-pass\";s:17:\"Professional Pass\";}}s:3:\"974\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:84:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/campaign-monitor.svg\";s:2:\"2x\";s:84:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/campaign-monitor.svg\";}s:5:\"title\";s:16:\"Campaign Monitor\";s:4:\"slug\";s:16:\"campaign-monitor\";s:7:\"version\";s:5:\"1.1.2\";s:7:\"updated\";s:19:\"2025-01-09 22:07:51\";s:11:\"php_version\";s:0:\"\";s:10:\"wp_version\";s:0:\"\";s:7:\"excerpt\";s:71:\"Automatically add customers to a Campaign Monitor list during checkout.\";s:2:\"id\";i:974;s:12:\"requirements\";a:0:{}s:5:\"image\";s:111:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2020/03/edd-campaign-monitor-extension-2020-750x375.png\";s:10:\"categories\";a:6:{i:0;i:1533;i:1;i:2165;i:2;i:1592;i:3;i:1128;i:4;i:2166;i:5;i:2164;}s:4:\"tags\";a:1:{i:0;i:1578;}s:11:\"custom_meta\";O:8:\"stdClass\":7:{s:8:\"basename\";s:45:\"edd-campaign-monitor/edd-campaign-monitor.php\";s:12:\"settings_tab\";s:9:\"marketing\";s:16:\"settings_section\";s:15:\"campaignmonitor\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:84:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/campaign-monitor.svg\";s:12:\"changelog_id\";b:0;s:29:\"pricing_table_display_options\";O:8:\"stdClass\":3:{s:21:\"hide_on_pricing_table\";b:0;s:19:\"pricing_table_title\";s:0:\"\";s:21:\"pricing_table_tooltip\";s:51:\"Attribute Google Analytics UTM campaigns to orders.\";}}s:5:\"terms\";O:8:\"stdClass\":7:{s:5:\"email\";s:5:\"Email\";s:13:\"extended-pass\";s:13:\"Extended Pass\";s:10:\"extensions\";s:10:\"Extensions\";s:9:\"marketing\";s:9:\"Marketing\";s:13:\"personal-pass\";s:13:\"Personal Pass\";s:17:\"professional-pass\";s:17:\"Professional Pass\";s:11:\"newsletters\";s:11:\"Newsletters\";}}s:6:\"564404\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:84:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/campaign-tracker.svg\";s:2:\"2x\";s:84:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/campaign-tracker.svg\";}s:5:\"title\";s:16:\"Campaign Tracker\";s:4:\"slug\";s:16:\"campaign-tracker\";s:7:\"version\";s:5:\"1.0.2\";s:7:\"updated\";s:19:\"2023-01-10 12:56:36\";s:11:\"php_version\";s:0:\"\";s:10:\"wp_version\";s:0:\"\";s:7:\"excerpt\";s:75:\"Tracks Google campaign data and associates EDD orders with campaign data.\r\n\";s:2:\"id\";i:564404;s:12:\"requirements\";a:0:{}s:5:\"image\";s:106:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2015/09/campaign-tracker-product-image-750x375.png\";s:10:\"categories\";a:2:{i:0;i:1532;i:1;i:1592;}s:4:\"tags\";a:0:{}s:11:\"custom_meta\";O:8:\"stdClass\":5:{s:8:\"basename\";s:45:\"edd-campaign-tracker/edd-campaign-tracker.php\";s:12:\"settings_tab\";s:0:\"\";s:16:\"settings_section\";s:0:\"\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:84:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/campaign-tracker.svg\";}s:5:\"terms\";O:8:\"stdClass\":2:{s:9:\"analytics\";s:9:\"Analytics\";s:10:\"extensions\";s:10:\"Extensions\";}}s:4:\"1873\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:89:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/check-payment-gateway.svg\";s:2:\"2x\";s:89:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/check-payment-gateway.svg\";}s:5:\"title\";s:21:\"Check Payment Gateway\";s:4:\"slug\";s:21:\"check-payment-gateway\";s:7:\"version\";s:5:\"1.3.5\";s:7:\"updated\";s:19:\"2025-01-09 22:07:58\";s:11:\"php_version\";s:3:\"7.1\";s:10:\"wp_version\";s:3:\"5.4\";s:7:\"excerpt\";s:68:\"Accept hand written check payments for digital download purchases.\r\n\";s:2:\"id\";i:1873;s:12:\"requirements\";O:8:\"stdClass\":3:{s:3:\"php\";s:3:\"7.1\";s:2:\"wp\";s:3:\"5.4\";s:22:\"easy-digital-downloads\";s:5:\"3.1.5\";}s:5:\"image\";s:103:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2017/10/check-payment-product-image-750x375.png\";s:10:\"categories\";a:4:{i:0;i:2165;i:1;i:1592;i:2;i:1387;i:3;i:2164;}s:4:\"tags\";a:0:{}s:11:\"custom_meta\";O:8:\"stdClass\":7:{s:8:\"basename\";s:41:\"edd-checks-gateway/edd-checks-gateway.php\";s:12:\"settings_tab\";s:8:\"gateways\";s:16:\"settings_section\";s:6:\"checks\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:89:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/check-payment-gateway.svg\";s:12:\"changelog_id\";i:2362;s:29:\"pricing_table_display_options\";O:8:\"stdClass\":3:{s:21:\"hide_on_pricing_table\";b:0;s:19:\"pricing_table_title\";s:14:\"Check Payments\";s:21:\"pricing_table_tooltip\";s:0:\"\";}}s:5:\"terms\";O:8:\"stdClass\":4:{s:13:\"extended-pass\";s:13:\"Extended Pass\";s:10:\"extensions\";s:10:\"Extensions\";s:8:\"gateways\";s:8:\"Gateways\";s:17:\"professional-pass\";s:17:\"Professional Pass\";}}s:6:\"161667\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:91:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/checkout-fields-manager.svg\";s:2:\"2x\";s:91:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/checkout-fields-manager.svg\";}s:5:\"title\";s:23:\"Checkout Fields Manager\";s:4:\"slug\";s:23:\"checkout-fields-manager\";s:7:\"version\";s:5:\"2.2.1\";s:7:\"updated\";s:19:\"2025-01-09 21:45:28\";s:11:\"php_version\";s:3:\"7.1\";s:10:\"wp_version\";s:3:\"5.4\";s:7:\"excerpt\";s:74:\"Collect the information your business needs with custom checkout fields.\r\n\";s:2:\"id\";i:161667;s:12:\"requirements\";O:8:\"stdClass\":3:{s:3:\"php\";s:3:\"7.1\";s:2:\"wp\";s:3:\"5.4\";s:22:\"easy-digital-downloads\";s:5:\"3.1.5\";}s:5:\"image\";s:113:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2015/08/checkout-fields-manager-product-image-750x375.png\";s:10:\"categories\";a:3:{i:0;i:1592;i:1;i:1520;i:2;i:2164;}s:4:\"tags\";a:2:{i:0;i:1582;i:1;i:2167;}s:11:\"custom_meta\";O:8:\"stdClass\":7:{s:8:\"basename\";s:31:\"edd-checkout-fields/edd-cfm.php\";s:12:\"settings_tab\";s:10:\"extensions\";s:16:\"settings_section\";s:3:\"cfm\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:91:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/checkout-fields-manager.svg\";s:12:\"changelog_id\";i:2364;s:29:\"pricing_table_display_options\";O:8:\"stdClass\":3:{s:21:\"hide_on_pricing_table\";b:0;s:19:\"pricing_table_title\";s:0:\"\";s:21:\"pricing_table_tooltip\";s:45:\"Add custom fields and inputs to the Checkout.\";}}s:5:\"terms\";O:8:\"stdClass\":5:{s:10:\"extensions\";s:10:\"Extensions\";s:7:\"popular\";s:7:\"Popular\";s:17:\"professional-pass\";s:17:\"Professional Pass\";s:8:\"featured\";s:8:\"Featured\";s:7:\"premium\";s:7:\"Premium\";}}s:4:\"2990\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:79:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/commissions.svg\";s:2:\"2x\";s:79:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/commissions.svg\";}s:5:\"title\";s:11:\"Commissions\";s:4:\"slug\";s:11:\"commissions\";s:7:\"version\";s:5:\"3.6.2\";s:7:\"updated\";s:19:\"2025-01-21 11:58:04\";s:11:\"php_version\";s:3:\"7.4\";s:10:\"wp_version\";s:3:\"5.8\";s:7:\"excerpt\";s:47:\"Track sales commissions for additional vendors.\";s:2:\"id\";i:2990;s:12:\"requirements\";O:8:\"stdClass\":3:{s:3:\"php\";s:3:\"7.4\";s:2:\"wp\";s:3:\"5.8\";s:22:\"easy-digital-downloads\";s:6:\"3.2.12\";}s:5:\"image\";s:102:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2016/04/commissions-featuerd-image-750x375.png\";s:10:\"categories\";a:5:{i:0;i:1526;i:1;i:1592;i:2;i:1128;i:3;i:1520;i:4;i:2164;}s:4:\"tags\";a:2:{i:0;i:1579;i:1;i:2167;}s:11:\"custom_meta\";O:8:\"stdClass\":7:{s:8:\"basename\";s:35:\"edd-commissions/edd-commissions.php\";s:12:\"settings_tab\";s:10:\"extensions\";s:16:\"settings_section\";s:11:\"commissions\";s:18:\"license_key_option\";s:27:\"edd_commissions_license_key\";s:4:\"icon\";s:79:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/commissions.svg\";s:12:\"changelog_id\";i:2321;s:29:\"pricing_table_display_options\";O:8:\"stdClass\":3:{s:21:\"hide_on_pricing_table\";b:0;s:19:\"pricing_table_title\";s:0:\"\";s:21:\"pricing_table_tooltip\";s:149:\"Assign products to vendors, record, and pay commissions for sales of their products. Combine with Frontend Submissions for a true vendor marketplace.\";}}s:5:\"terms\";O:8:\"stdClass\":7:{s:10:\"accounting\";s:10:\"Accounting\";s:10:\"extensions\";s:10:\"Extensions\";s:9:\"marketing\";s:9:\"Marketing\";s:7:\"popular\";s:7:\"Popular\";s:17:\"professional-pass\";s:17:\"Professional Pass\";s:10:\"affiliates\";s:10:\"Affiliates\";s:7:\"premium\";s:7:\"Premium\";}}s:6:\"549595\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:84:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/compare-products.svg\";s:2:\"2x\";s:84:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/compare-products.svg\";}s:5:\"title\";s:16:\"Compare Products\";s:4:\"slug\";s:16:\"compare-products\";s:7:\"version\";s:5:\"1.1.3\";s:7:\"updated\";s:19:\"2023-01-10 12:57:17\";s:11:\"php_version\";s:0:\"\";s:10:\"wp_version\";s:0:\"\";s:7:\"excerpt\";s:81:\"Easily create product comparison tables and display them anywhere on your site.\r\n\";s:2:\"id\";i:549595;s:12:\"requirements\";a:0:{}s:5:\"image\";s:107:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2016/04/compare-products-featured-image-750x375.png\";s:10:\"categories\";a:1:{i:0;i:1592;}s:4:\"tags\";a:0:{}s:11:\"custom_meta\";O:8:\"stdClass\":5:{s:8:\"basename\";s:45:\"edd-compare-products/edd-compare-products.php\";s:12:\"settings_tab\";s:10:\"extensions\";s:16:\"settings_section\";s:29:\"edd-compare-products-settings\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:84:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/compare-products.svg\";}s:5:\"terms\";O:8:\"stdClass\":1:{s:10:\"extensions\";s:10:\"Extensions\";}}s:6:\"394970\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:86:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/conditional-emails.svg\";s:2:\"2x\";s:86:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/conditional-emails.svg\";}s:5:\"title\";s:18:\"Conditional Emails\";s:4:\"slug\";s:18:\"conditional-emails\";s:7:\"version\";s:5:\"1.1.3\";s:7:\"updated\";s:19:\"2024-05-15 15:56:45\";s:11:\"php_version\";s:3:\"7.4\";s:10:\"wp_version\";s:3:\"5.8\";s:7:\"excerpt\";s:60:\"Automatically send emails based on pre-defined conditions.\r\n\";s:2:\"id\";i:394970;s:12:\"requirements\";O:8:\"stdClass\":3:{s:3:\"php\";s:3:\"7.4\";s:2:\"wp\";s:3:\"5.8\";s:22:\"easy-digital-downloads\";s:5:\"3.1.5\";}s:5:\"image\";s:109:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2016/04/conditional-emails-featured-image-750x375.png\";s:10:\"categories\";a:5:{i:0;i:1533;i:1;i:2165;i:2;i:1592;i:3;i:2166;i:4;i:2164;}s:4:\"tags\";a:0:{}s:11:\"custom_meta\";O:8:\"stdClass\":6:{s:8:\"basename\";s:49:\"EDD-Conditional-Emails/edd-conditional-emails.php\";s:12:\"settings_tab\";s:6:\"emails\";s:16:\"settings_section\";s:18:\"conditional-emails\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:86:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/conditional-emails.svg\";s:12:\"changelog_id\";i:2358;}s:5:\"terms\";O:8:\"stdClass\":5:{s:5:\"email\";s:5:\"Email\";s:13:\"extended-pass\";s:13:\"Extended Pass\";s:10:\"extensions\";s:10:\"Extensions\";s:13:\"personal-pass\";s:13:\"Personal Pass\";s:17:\"professional-pass\";s:17:\"Professional Pass\";}}s:6:\"497453\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:88:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/conditional-gateways.svg\";s:2:\"2x\";s:88:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/conditional-gateways.svg\";}s:5:\"title\";s:20:\"Conditional Gateways\";s:4:\"slug\";s:20:\"conditional-gateways\";s:7:\"version\";s:5:\"1.0.4\";s:7:\"updated\";s:19:\"2025-01-09 22:09:53\";s:11:\"php_version\";s:3:\"5.4\";s:10:\"wp_version\";s:0:\"\";s:7:\"excerpt\";s:52:\"Configure payments gateways on a per-download basis.\";s:2:\"id\";i:497453;s:12:\"requirements\";O:8:\"stdClass\":2:{s:3:\"php\";s:3:\"5.4\";s:22:\"easy-digital-downloads\";s:3:\"2.9\";}s:5:\"image\";s:110:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2018/07/conditional-gateways-product-image-750x375.png\";s:10:\"categories\";a:5:{i:0;i:1526;i:1;i:2165;i:2;i:1592;i:3;i:1387;i:4;i:2164;}s:4:\"tags\";a:0:{}s:11:\"custom_meta\";O:8:\"stdClass\":7:{s:8:\"basename\";s:53:\"edd-conditional-gateways/edd-conditional-gateways.php\";s:12:\"settings_tab\";s:8:\"gateways\";s:16:\"settings_section\";s:20:\"conditional-gateways\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:88:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/conditional-gateways.svg\";s:12:\"changelog_id\";b:0;s:29:\"pricing_table_display_options\";O:8:\"stdClass\":3:{s:21:\"hide_on_pricing_table\";b:0;s:19:\"pricing_table_title\";s:0:\"\";s:21:\"pricing_table_tooltip\";s:81:\"Customize what gateways are available to the customer based on the cart contents.\";}}s:5:\"terms\";O:8:\"stdClass\":5:{s:10:\"accounting\";s:10:\"Accounting\";s:13:\"extended-pass\";s:13:\"Extended Pass\";s:10:\"extensions\";s:10:\"Extensions\";s:8:\"gateways\";s:8:\"Gateways\";s:17:\"professional-pass\";s:17:\"Professional Pass\";}}s:5:\"84640\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:97:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/conditional-success-redirects.svg\";s:2:\"2x\";s:97:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/conditional-success-redirects.svg\";}s:5:\"title\";s:29:\"Conditional Success Redirects\";s:4:\"slug\";s:29:\"conditional-success-redirects\";s:7:\"version\";s:5:\"1.2.0\";s:7:\"updated\";s:19:\"2024-03-19 15:43:28\";s:11:\"php_version\";s:3:\"7.4\";s:10:\"wp_version\";s:3:\"5.8\";s:7:\"excerpt\";s:102:\"Provide a custom post-purchase flow for your customers by redirecting them to the page of your choice.\";s:2:\"id\";i:84640;s:12:\"requirements\";O:8:\"stdClass\":3:{s:3:\"php\";s:3:\"7.4\";s:2:\"wp\";s:3:\"5.8\";s:22:\"easy-digital-downloads\";s:5:\"3.2.0\";}s:5:\"image\";s:119:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2018/07/conditional-success-redirects-product-image-750x375.png\";s:10:\"categories\";a:4:{i:0;i:1592;i:1;i:1128;i:2;i:1520;i:3;i:2164;}s:4:\"tags\";a:0:{}s:11:\"custom_meta\";O:8:\"stdClass\":6:{s:8:\"basename\";s:71:\"edd-conditional-success-redirects/edd-conditional-success-redirects.php\";s:12:\"settings_tab\";s:0:\"\";s:16:\"settings_section\";s:0:\"\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:97:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/conditional-success-redirects.svg\";s:12:\"changelog_id\";i:2346;}s:5:\"terms\";O:8:\"stdClass\":4:{s:10:\"extensions\";s:10:\"Extensions\";s:9:\"marketing\";s:9:\"Marketing\";s:7:\"popular\";s:7:\"Popular\";s:17:\"professional-pass\";s:17:\"Professional Pass\";}}s:4:\"2631\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:87:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/content-restriction.svg\";s:2:\"2x\";s:87:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/content-restriction.svg\";}s:5:\"title\";s:19:\"Content Restriction\";s:4:\"slug\";s:19:\"content-restriction\";s:7:\"version\";s:5:\"2.3.3\";s:7:\"updated\";s:19:\"2025-01-09 22:08:06\";s:11:\"php_version\";s:3:\"5.5\";s:10:\"wp_version\";s:0:\"\";s:7:\"excerpt\";s:69:\"Restrict content on your site to customers who have made purchases.\r\n\";s:2:\"id\";i:2631;s:12:\"requirements\";O:8:\"stdClass\":2:{s:3:\"php\";s:3:\"5.5\";s:22:\"easy-digital-downloads\";s:3:\"2.9\";}s:5:\"image\";s:95:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2015/07/content-restriction-750x375.png\";s:10:\"categories\";a:4:{i:0;i:2165;i:1;i:1592;i:2;i:1520;i:3;i:2164;}s:4:\"tags\";a:1:{i:0;i:2333;}s:11:\"custom_meta\";O:8:\"stdClass\":7:{s:8:\"basename\";s:51:\"edd-content-restriction/edd-content-restriction.php\";s:12:\"settings_tab\";s:10:\"extensions\";s:16:\"settings_section\";s:19:\"content-restriction\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:87:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/content-restriction.svg\";s:12:\"changelog_id\";b:0;s:29:\"pricing_table_display_options\";O:8:\"stdClass\":3:{s:21:\"hide_on_pricing_table\";b:0;s:19:\"pricing_table_title\";s:0:\"\";s:21:\"pricing_table_tooltip\";s:58:\"Hide pages and content based on customer purchase history.\";}}s:5:\"terms\";O:8:\"stdClass\":5:{s:13:\"extended-pass\";s:13:\"Extended Pass\";s:10:\"extensions\";s:10:\"Extensions\";s:7:\"popular\";s:7:\"Popular\";s:17:\"professional-pass\";s:17:\"Professional Pass\";s:11:\"recommended\";s:11:\"Recommended\";}}s:6:\"648002\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:78:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/convertkit.svg\";s:2:\"2x\";s:78:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/convertkit.svg\";}s:5:\"title\";s:10:\"ConvertKit\";s:4:\"slug\";s:10:\"convertkit\";s:7:\"version\";s:6:\"1.0.10\";s:7:\"updated\";s:19:\"2023-01-09 12:56:09\";s:11:\"php_version\";s:3:\"5.3\";s:10:\"wp_version\";s:0:\"\";s:7:\"excerpt\";s:62:\"Integrate your eCommerce store with ConvertKit forms and tags.\";s:2:\"id\";i:648002;s:12:\"requirements\";O:8:\"stdClass\":2:{s:3:\"php\";s:3:\"5.3\";s:22:\"easy-digital-downloads\";s:3:\"2.9\";}s:5:\"image\";s:101:\"https://easydigitaldownloads.com/wp-content/uploads/2020/03/edd-convertkit-extension-2020-750x375.png\";s:10:\"categories\";a:7:{i:0;i:1533;i:1;i:2165;i:2;i:1592;i:3;i:1128;i:4;i:2166;i:5;i:1520;i:6;i:2164;}s:4:\"tags\";a:2:{i:0;i:1644;i:1;i:1578;}s:11:\"custom_meta\";O:8:\"stdClass\":5:{s:8:\"basename\";s:33:\"edd-convertkit/edd-convertkit.php\";s:12:\"settings_tab\";s:9:\"marketing\";s:16:\"settings_section\";s:10:\"convertkit\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:78:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/convertkit.svg\";}s:5:\"terms\";O:8:\"stdClass\":9:{s:5:\"email\";s:5:\"Email\";s:13:\"extended-pass\";s:13:\"Extended Pass\";s:10:\"extensions\";s:10:\"Extensions\";s:9:\"marketing\";s:9:\"Marketing\";s:13:\"personal-pass\";s:13:\"Personal Pass\";s:7:\"popular\";s:7:\"Popular\";s:17:\"professional-pass\";s:17:\"Professional Pass\";s:10:\"convertkit\";s:10:\"ConvertKit\";s:11:\"newsletters\";s:11:\"Newsletters\";}}s:5:\"58608\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:83:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/coupon-importer.svg\";s:2:\"2x\";s:83:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/coupon-importer.svg\";}s:5:\"title\";s:15:\"Coupon Importer\";s:4:\"slug\";s:19:\"csv-coupon-importer\";s:7:\"version\";s:5:\"1.1.3\";s:7:\"updated\";s:19:\"2023-01-11 10:04:25\";s:11:\"php_version\";s:0:\"\";s:10:\"wp_version\";s:0:\"\";s:7:\"excerpt\";s:51:\"Import coupons via CSV in Easy Digital Downloads.\r\n\";s:2:\"id\";i:58608;s:12:\"requirements\";a:0:{}s:5:\"image\";s:109:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2017/05/csv-coupon-importer-product-image-750x375.png\";s:10:\"categories\";a:1:{i:0;i:1592;}s:4:\"tags\";a:1:{i:0;i:2153;}s:11:\"custom_meta\";O:8:\"stdClass\":5:{s:8:\"basename\";s:62:\"edd-coupon-importer/easy-digital-downloads-coupon-importer.php\";s:12:\"settings_tab\";s:10:\"extensions\";s:16:\"settings_section\";s:15:\"coupon_importer\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:83:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/coupon-importer.svg\";}s:5:\"terms\";O:8:\"stdClass\":2:{s:10:\"extensions\";s:10:\"Extensions\";s:6:\"chrisc\";s:6:\"chrisc\";}}s:7:\"1093290\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:87:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/custom-deliverables.svg\";s:2:\"2x\";s:87:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/custom-deliverables.svg\";}s:5:\"title\";s:19:\"Custom Deliverables\";s:4:\"slug\";s:19:\"custom-deliverables\";s:7:\"version\";s:7:\"1.1.2.1\";s:7:\"updated\";s:19:\"2024-07-12 14:34:18\";s:11:\"php_version\";s:3:\"7.1\";s:10:\"wp_version\";s:3:\"5.4\";s:7:\"excerpt\";s:152:\"The Custom Deliverables extension for Easy Digital Downloads is perfect for freelancers, or anyone who needs to deliver custom files to their clients.\r\n\";s:2:\"id\";i:1093290;s:12:\"requirements\";O:8:\"stdClass\":3:{s:3:\"php\";s:3:\"7.1\";s:2:\"wp\";s:3:\"5.4\";s:22:\"easy-digital-downloads\";s:5:\"3.1.5\";}s:5:\"image\";s:99:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2017/08/Customdeliverablesweb-1-750x375.jpg\";s:10:\"categories\";a:2:{i:0;i:1592;i:1;i:2164;}s:4:\"tags\";a:0:{}s:11:\"custom_meta\";O:8:\"stdClass\":6:{s:8:\"basename\";s:51:\"edd-custom-deliverables/edd-custom-deliverables.php\";s:12:\"settings_tab\";s:6:\"emails\";s:16:\"settings_section\";s:30:\"edd-custom-deliverables-emails\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:87:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/custom-deliverables.svg\";s:12:\"changelog_id\";i:2326;}s:5:\"terms\";O:8:\"stdClass\":2:{s:10:\"extensions\";s:10:\"Extensions\";s:17:\"professional-pass\";s:17:\"Professional Pass\";}}s:5:\"32001\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:81:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/custom-prices.svg\";s:2:\"2x\";s:81:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/custom-prices.svg\";}s:5:\"title\";s:13:\"Custom Prices\";s:4:\"slug\";s:13:\"custom-prices\";s:7:\"version\";s:6:\"1.5.10\";s:7:\"updated\";s:19:\"2025-01-21 12:12:01\";s:11:\"php_version\";s:3:\"7.4\";s:10:\"wp_version\";s:3:\"5.8\";s:7:\"excerpt\";s:47:\"Allow user-defined pricing for products in EDD.\";s:2:\"id\";i:32001;s:12:\"requirements\";O:8:\"stdClass\":3:{s:3:\"php\";s:3:\"7.4\";s:2:\"wp\";s:3:\"5.8\";s:22:\"easy-digital-downloads\";s:6:\"3.2.12\";}s:5:\"image\";s:103:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2015/08/custom-prices-product-image-750x375.png\";s:10:\"categories\";a:5:{i:0;i:2165;i:1;i:1592;i:2;i:1128;i:3;i:1520;i:4;i:2164;}s:4:\"tags\";a:0:{}s:11:\"custom_meta\";O:8:\"stdClass\":7:{s:8:\"basename\";s:39:\"edd-custom-prices/edd-custom-prices.php\";s:12:\"settings_tab\";s:0:\"\";s:16:\"settings_section\";s:0:\"\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:81:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/custom-prices.svg\";s:12:\"changelog_id\";i:2338;s:29:\"pricing_table_display_options\";O:8:\"stdClass\":3:{s:21:\"hide_on_pricing_table\";b:0;s:19:\"pricing_table_title\";s:0:\"\";s:21:\"pricing_table_tooltip\";s:0:\"\";}}s:5:\"terms\";O:8:\"stdClass\":5:{s:13:\"extended-pass\";s:13:\"Extended Pass\";s:10:\"extensions\";s:10:\"Extensions\";s:9:\"marketing\";s:9:\"Marketing\";s:7:\"popular\";s:7:\"Popular\";s:17:\"professional-pass\";s:17:\"Professional Pass\";}}s:6:\"143801\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:91:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/discount-code-generator.svg\";s:2:\"2x\";s:91:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/discount-code-generator.svg\";}s:5:\"title\";s:23:\"Discount Code Generator\";s:4:\"slug\";s:23:\"discount-code-generator\";s:7:\"version\";s:3:\"1.2\";s:7:\"updated\";s:19:\"2023-01-11 08:55:20\";s:11:\"php_version\";s:0:\"\";s:10:\"wp_version\";s:0:\"\";s:7:\"excerpt\";s:92:\"Allows site admins to generate discount codes in bulk and then export them directly to CSV\r\n\";s:2:\"id\";i:143801;s:12:\"requirements\";a:0:{}s:5:\"image\";s:91:\"https://easydigitaldownloads.com/wp-content/uploads/2013/12/edd-discount-code-generator.png\";s:10:\"categories\";a:3:{i:0;i:1526;i:1;i:1592;i:2;i:1128;}s:4:\"tags\";a:0:{}s:11:\"custom_meta\";O:8:\"stdClass\":5:{s:8:\"basename\";s:59:\"edd-discount-code-generator/edd-discount-code-generator.php\";s:12:\"settings_tab\";s:0:\"\";s:16:\"settings_section\";s:0:\"\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:91:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/discount-code-generator.svg\";}s:5:\"terms\";O:8:\"stdClass\":3:{s:10:\"accounting\";s:10:\"Accounting\";s:10:\"extensions\";s:10:\"Extensions\";s:9:\"marketing\";s:9:\"Marketing\";}}s:6:\"292272\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:81:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/discounts-pro.svg\";s:2:\"2x\";s:81:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/discounts-pro.svg\";}s:5:\"title\";s:13:\"Discounts Pro\";s:4:\"slug\";s:13:\"discounts-pro\";s:7:\"version\";s:5:\"1.5.3\";s:7:\"updated\";s:19:\"2024-04-01 14:18:35\";s:11:\"php_version\";s:3:\"7.1\";s:10:\"wp_version\";s:3:\"5.4\";s:7:\"excerpt\";s:175:\"Automatically apply discount codes based on cart contents. You can also reward customer loyalty by only allowing previous customers to be eligible for the automatic discounts.\";s:2:\"id\";i:292272;s:12:\"requirements\";O:8:\"stdClass\":3:{s:3:\"php\";s:3:\"7.1\";s:2:\"wp\";s:3:\"5.4\";s:22:\"easy-digital-downloads\";s:5:\"3.1.1\";}s:5:\"image\";s:103:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2016/04/discounts-pro-featued-image-750x375.png\";s:10:\"categories\";a:5:{i:0;i:2165;i:1;i:1592;i:2;i:1128;i:3;i:1520;i:4;i:2164;}s:4:\"tags\";a:0:{}s:11:\"custom_meta\";O:8:\"stdClass\":6:{s:8:\"basename\";s:35:\"edd-discounts-pro/edd-discounts.php\";s:12:\"settings_tab\";s:10:\"extensions\";s:16:\"settings_section\";s:13:\"discounts-pro\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:81:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/discounts-pro.svg\";s:12:\"changelog_id\";i:2342;}s:5:\"terms\";O:8:\"stdClass\":5:{s:13:\"extended-pass\";s:13:\"Extended Pass\";s:10:\"extensions\";s:10:\"Extensions\";s:9:\"marketing\";s:9:\"Marketing\";s:7:\"popular\";s:7:\"Popular\";s:17:\"professional-pass\";s:17:\"Professional Pass\";}}s:6:\"133736\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:94:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/download-email-attachments.svg\";s:2:\"2x\";s:94:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/download-email-attachments.svg\";}s:5:\"title\";s:26:\"Download Email Attachments\";s:4:\"slug\";s:26:\"download-email-attachments\";s:7:\"version\";s:5:\"1.1.2\";s:7:\"updated\";s:19:\"2023-01-17 07:53:00\";s:11:\"php_version\";s:3:\"5.6\";s:10:\"wp_version\";s:3:\"4.9\";s:7:\"excerpt\";s:42:\"Send download files as email attachments\r\n\";s:2:\"id\";i:133736;s:12:\"requirements\";O:8:\"stdClass\":3:{s:3:\"php\";s:3:\"5.6\";s:2:\"wp\";s:3:\"4.9\";s:22:\"easy-digital-downloads\";s:4:\"2.10\";}s:5:\"image\";s:106:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2017/12/edd-download-email-attachments-750x375.png\";s:10:\"categories\";a:2:{i:0;i:1533;i:1;i:1592;}s:4:\"tags\";a:0:{}s:11:\"custom_meta\";O:8:\"stdClass\":5:{s:8:\"basename\";s:65:\"edd-download-email-attachments/edd-download-email-attachments.php\";s:12:\"settings_tab\";s:6:\"emails\";s:16:\"settings_section\";s:0:\"\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:94:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/download-email-attachments.svg\";}s:5:\"terms\";O:8:\"stdClass\":2:{s:5:\"email\";s:5:\"Email\";s:10:\"extensions\";s:10:\"Extensions\";}}s:6:\"284975\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:75:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/dropbox.svg\";s:2:\"2x\";s:75:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/dropbox.svg\";}s:5:\"title\";s:7:\"Dropbox\";s:4:\"slug\";s:7:\"dropbox\";s:7:\"version\";s:5:\"2.0.5\";s:7:\"updated\";s:19:\"2025-01-09 21:45:37\";s:11:\"php_version\";s:3:\"5.6\";s:10:\"wp_version\";s:0:\"\";s:7:\"excerpt\";s:67:\"Store, manage, and deliver product files of any size using Dropbox.\";s:2:\"id\";i:284975;s:12:\"requirements\";O:8:\"stdClass\":2:{s:3:\"php\";s:3:\"5.6\";s:22:\"easy-digital-downloads\";s:3:\"2.9\";}s:5:\"image\";s:112:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/05/edd-dropbox-logo-updated-may2023-v2s-750x375.png\";s:10:\"categories\";a:4:{i:0;i:2165;i:1;i:1592;i:2;i:1520;i:3;i:2164;}s:4:\"tags\";a:1:{i:0;i:1577;}s:11:\"custom_meta\";O:8:\"stdClass\":7:{s:8:\"basename\";s:49:\"edd-dropbox-file-store/edd-dropbox-file-store.php\";s:12:\"settings_tab\";s:10:\"extensions\";s:16:\"settings_section\";s:13:\"dbfs-settings\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:75:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/dropbox.svg\";s:12:\"changelog_id\";b:0;s:29:\"pricing_table_display_options\";O:8:\"stdClass\":3:{s:21:\"hide_on_pricing_table\";b:0;s:19:\"pricing_table_title\";s:19:\"Dropbox Integration\";s:21:\"pricing_table_tooltip\";s:58:\"Store and deliver your downloadable products from Dropbox.\";}}s:5:\"terms\";O:8:\"stdClass\":5:{s:13:\"extended-pass\";s:13:\"Extended Pass\";s:10:\"extensions\";s:10:\"Extensions\";s:7:\"popular\";s:7:\"Popular\";s:17:\"professional-pass\";s:17:\"Professional Pass\";s:3:\"cdn\";s:3:\"CDN\";}}s:5:\"39237\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:85:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/clickbank-gateway.svg\";s:2:\"2x\";s:85:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/clickbank-gateway.svg\";}s:5:\"title\";s:21:\"EDD ClickBank Gateway\";s:4:\"slug\";s:21:\"edd-clickbank-gateway\";s:7:\"version\";s:5:\"1.3.2\";s:7:\"updated\";s:19:\"2023-01-12 11:16:46\";s:11:\"php_version\";s:0:\"\";s:10:\"wp_version\";s:0:\"\";s:7:\"excerpt\";s:46:\"EDD payment gateway extension for ClickBank.\r\n\";s:2:\"id\";i:39237;s:12:\"requirements\";a:0:{}s:5:\"image\";s:98:\"https://easydigitaldownloads.com/wp-content/uploads/2020/08/click-bank-product-image-s-750x413.png\";s:10:\"categories\";a:4:{i:0;i:2165;i:1;i:1592;i:2;i:1387;i:3;i:2164;}s:4:\"tags\";a:0:{}s:11:\"custom_meta\";O:8:\"stdClass\":7:{s:8:\"basename\";s:47:\"edd-clickbank-gateway/edd-clickbank-gateway.php\";s:12:\"settings_tab\";s:8:\"gateways\";s:16:\"settings_section\";s:0:\"\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:85:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/clickbank-gateway.svg\";s:12:\"changelog_id\";b:0;s:29:\"pricing_table_display_options\";O:8:\"stdClass\":3:{s:21:\"hide_on_pricing_table\";b:0;s:19:\"pricing_table_title\";s:9:\"ClickBank\";s:21:\"pricing_table_tooltip\";s:0:\"\";}}s:5:\"terms\";O:8:\"stdClass\":4:{s:13:\"extended-pass\";s:13:\"Extended Pass\";s:10:\"extensions\";s:10:\"Extensions\";s:8:\"gateways\";s:8:\"Gateways\";s:17:\"professional-pass\";s:17:\"Professional Pass\";}}s:5:\"82097\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:85:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/cross-sell-upsell.svg\";s:2:\"2x\";s:85:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/cross-sell-upsell.svg\";}s:5:\"title\";s:25:\"EDD Cross-sell and Upsell\";s:4:\"slug\";s:25:\"edd-cross-sell-and-upsell\";s:7:\"version\";s:6:\"1.1.10\";s:7:\"updated\";s:19:\"2025-01-09 21:40:10\";s:11:\"php_version\";s:3:\"5.6\";s:10:\"wp_version\";s:3:\"4.9\";s:7:\"excerpt\";s:67:\"Increase sales and customer retention with cross-sells and upsells.\";s:2:\"id\";i:82097;s:12:\"requirements\";O:8:\"stdClass\":3:{s:3:\"php\";s:3:\"5.6\";s:2:\"wp\";s:3:\"4.9\";s:22:\"easy-digital-downloads\";s:6:\"2.11.4\";}s:5:\"image\";s:107:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2016/04/cross-sell-upsell-product-image-750x375.png\";s:10:\"categories\";a:6:{i:0;i:2165;i:1;i:1592;i:2;i:1128;i:3;i:2166;i:4;i:1520;i:5;i:2164;}s:4:\"tags\";a:1:{i:0;i:2167;}s:11:\"custom_meta\";O:8:\"stdClass\":7:{s:8:\"basename\";s:47:\"edd-cross-sell-upsell/edd-cross-sell-upsell.php\";s:12:\"settings_tab\";s:10:\"extensions\";s:16:\"settings_section\";s:4:\"csau\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:85:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/cross-sell-upsell.svg\";s:12:\"changelog_id\";i:2343;s:29:\"pricing_table_display_options\";O:8:\"stdClass\":3:{s:21:\"hide_on_pricing_table\";b:0;s:19:\"pricing_table_title\";s:21:\"Cross Sells & UpSells\";s:21:\"pricing_table_tooltip\";s:85:\"Increase your AOV and units sold by cross-selling and up-selling your other products.\";}}s:5:\"terms\";O:8:\"stdClass\":7:{s:13:\"extended-pass\";s:13:\"Extended Pass\";s:10:\"extensions\";s:10:\"Extensions\";s:9:\"marketing\";s:9:\"Marketing\";s:13:\"personal-pass\";s:13:\"Personal Pass\";s:7:\"popular\";s:7:\"Popular\";s:17:\"professional-pass\";s:17:\"Professional Pass\";s:7:\"premium\";s:7:\"Premium\";}}s:6:\"330556\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:81:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/email-reports.svg\";s:2:\"2x\";s:81:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/email-reports.svg\";}s:5:\"title\";s:17:\"EDD Email Reports\";s:4:\"slug\";s:13:\"email-reports\";s:7:\"version\";s:5:\"1.0.6\";s:7:\"updated\";s:19:\"2023-01-10 12:58:03\";s:11:\"php_version\";s:0:\"\";s:10:\"wp_version\";s:0:\"\";s:7:\"excerpt\";s:96:\"Receive a comprehensive sales performance report once a day, delivered straight to your inbox.\r\n\";s:2:\"id\";i:330556;s:12:\"requirements\";a:0:{}s:5:\"image\";s:83:\"https://easydigitaldownloads.com/wp-content/uploads/2014/10/edd-email-reports-2.png\";s:10:\"categories\";a:4:{i:0;i:1526;i:1;i:1532;i:2;i:1533;i:3;i:1592;}s:4:\"tags\";a:0:{}s:11:\"custom_meta\";O:8:\"stdClass\":7:{s:8:\"basename\";s:39:\"edd-email-reports/edd-email-reports.php\";s:12:\"settings_tab\";s:6:\"emails\";s:16:\"settings_section\";s:0:\"\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:81:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/email-reports.svg\";s:12:\"changelog_id\";b:0;s:29:\"pricing_table_display_options\";O:8:\"stdClass\":3:{s:21:\"hide_on_pricing_table\";b:0;s:19:\"pricing_table_title\";s:13:\"Email Reports\";s:21:\"pricing_table_tooltip\";s:61:\"Get scheduled emails with report data directly in your inbox.\";}}s:5:\"terms\";O:8:\"stdClass\":4:{s:10:\"accounting\";s:10:\"Accounting\";s:9:\"analytics\";s:9:\"Analytics\";s:5:\"email\";s:5:\"Email\";s:10:\"extensions\";s:10:\"Extensions\";}}s:6:\"903752\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:75:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/message.svg\";s:2:\"2x\";s:75:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/message.svg\";}s:5:\"title\";s:11:\"EDD Message\";s:4:\"slug\";s:11:\"edd-message\";s:7:\"version\";s:5:\"1.2.5\";s:7:\"updated\";s:19:\"2025-01-09 18:11:10\";s:11:\"php_version\";s:3:\"7.4\";s:10:\"wp_version\";s:3:\"5.8\";s:7:\"excerpt\";s:113:\"Easily send unique messages directly to customers and vendors. Also allow vendors to message their own customers.\";s:2:\"id\";i:903752;s:12:\"requirements\";O:8:\"stdClass\":3:{s:3:\"php\";s:3:\"7.4\";s:2:\"wp\";s:3:\"5.8\";s:22:\"easy-digital-downloads\";s:5:\"3.2.0\";}s:5:\"image\";s:101:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2016/09/edd-message-product-image-750x375.png\";s:10:\"categories\";a:5:{i:0;i:1533;i:1;i:2165;i:2;i:1592;i:3;i:2166;i:4;i:2164;}s:4:\"tags\";a:0:{}s:11:\"custom_meta\";O:8:\"stdClass\":7:{s:8:\"basename\";s:27:\"edd-message/edd-message.php\";s:12:\"settings_tab\";s:10:\"extensions\";s:16:\"settings_section\";s:20:\"edd-message-settings\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:75:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/message.svg\";s:12:\"changelog_id\";i:2366;s:29:\"pricing_table_display_options\";O:8:\"stdClass\":3:{s:21:\"hide_on_pricing_table\";b:0;s:19:\"pricing_table_title\";s:17:\"Message Customers\";s:21:\"pricing_table_tooltip\";s:99:\"With the Message extension, you can send emails directly to customers via the WordPress Admin area.\";}}s:5:\"terms\";O:8:\"stdClass\":5:{s:5:\"email\";s:5:\"Email\";s:13:\"extended-pass\";s:13:\"Extended Pass\";s:10:\"extensions\";s:10:\"Extensions\";s:13:\"personal-pass\";s:13:\"Personal Pass\";s:17:\"professional-pass\";s:17:\"Professional Pass\";}}s:5:\"15930\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:84:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/social-discounts.svg\";s:2:\"2x\";s:84:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/social-discounts.svg\";}s:5:\"title\";s:20:\"EDD Social Discounts\";s:4:\"slug\";s:20:\"edd-social-discounts\";s:7:\"version\";s:5:\"2.0.5\";s:7:\"updated\";s:19:\"2025-01-09 18:21:33\";s:11:\"php_version\";s:0:\"\";s:10:\"wp_version\";s:0:\"\";s:7:\"excerpt\";s:77:\"Give special discounts to buyers that share your products on social networks.\";s:2:\"id\";i:15930;s:12:\"requirements\";a:0:{}s:5:\"image\";s:107:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2016/04/social-discounts-featured-image-750x375.png\";s:10:\"categories\";a:6:{i:0;i:2165;i:1;i:1592;i:2;i:1128;i:3;i:2166;i:4;i:1520;i:5;i:2164;}s:4:\"tags\";a:1:{i:0;i:1576;}s:11:\"custom_meta\";O:8:\"stdClass\":7:{s:8:\"basename\";s:45:\"edd-social-discounts/edd-social-discounts.php\";s:12:\"settings_tab\";s:10:\"extensions\";s:16:\"settings_section\";s:16:\"social-discounts\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:84:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/social-discounts.svg\";s:12:\"changelog_id\";b:0;s:29:\"pricing_table_display_options\";O:8:\"stdClass\":3:{s:21:\"hide_on_pricing_table\";b:0;s:19:\"pricing_table_title\";s:16:\"Social Discounts\";s:21:\"pricing_table_tooltip\";s:81:\"Offer discounts to your customers when they share your products via Social Media.\";}}s:5:\"terms\";O:8:\"stdClass\":7:{s:13:\"extended-pass\";s:13:\"Extended Pass\";s:10:\"extensions\";s:10:\"Extensions\";s:9:\"marketing\";s:9:\"Marketing\";s:13:\"personal-pass\";s:13:\"Personal Pass\";s:7:\"popular\";s:7:\"Popular\";s:17:\"professional-pass\";s:17:\"Professional Pass\";s:6:\"social\";s:6:\"Social\";}}s:6:\"188268\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:78:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/wish-lists.svg\";s:2:\"2x\";s:78:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/wish-lists.svg\";}s:5:\"title\";s:14:\"EDD Wish Lists\";s:4:\"slug\";s:14:\"edd-wish-lists\";s:7:\"version\";s:5:\"1.2.3\";s:7:\"updated\";s:19:\"2025-01-09 18:19:51\";s:11:\"php_version\";s:3:\"7.1\";s:10:\"wp_version\";s:3:\"5.4\";s:7:\"excerpt\";s:52:\"Let customers save and share the products they love.\";s:2:\"id\";i:188268;s:12:\"requirements\";O:8:\"stdClass\":3:{s:3:\"php\";s:3:\"7.1\";s:2:\"wp\";s:3:\"5.4\";s:22:\"easy-digital-downloads\";s:5:\"3.1.1\";}s:5:\"image\";s:104:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2016/05/edd-wish-lists-product-image-750x375.png\";s:10:\"categories\";a:3:{i:0;i:1592;i:1;i:1520;i:2;i:2164;}s:4:\"tags\";a:0:{}s:11:\"custom_meta\";O:8:\"stdClass\":7:{s:8:\"basename\";s:33:\"edd-wish-lists/edd-wish-lists.php\";s:12:\"settings_tab\";s:10:\"extensions\";s:16:\"settings_section\";s:18:\"wish-list-settings\";s:18:\"license_key_option\";s:26:\"edd_wish_lists_license_key\";s:4:\"icon\";s:78:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/wish-lists.svg\";s:12:\"changelog_id\";i:2314;s:29:\"pricing_table_display_options\";O:8:\"stdClass\":3:{s:21:\"hide_on_pricing_table\";b:0;s:19:\"pricing_table_title\";s:19:\"Customer Wish Lists\";s:21:\"pricing_table_tooltip\";s:92:\"Let your customers save their favorite items to a list and add them to the cart all at once.\";}}s:5:\"terms\";O:8:\"stdClass\":3:{s:10:\"extensions\";s:10:\"Extensions\";s:7:\"popular\";s:7:\"Popular\";s:17:\"professional-pass\";s:17:\"Professional Pass\";}}s:6:\"582402\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:81:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/fraud-monitor.svg\";s:2:\"2x\";s:81:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/fraud-monitor.svg\";}s:5:\"title\";s:13:\"Fraud Monitor\";s:4:\"slug\";s:13:\"fraud-monitor\";s:7:\"version\";s:5:\"1.1.5\";s:7:\"updated\";s:19:\"2023-01-10 12:55:46\";s:11:\"php_version\";s:0:\"\";s:10:\"wp_version\";s:0:\"\";s:7:\"excerpt\";s:49:\"Protect your store against fraudulent purchases\r\n\";s:2:\"id\";i:582402;s:12:\"requirements\";a:0:{}s:5:\"image\";s:103:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2015/08/fraud-monitor-product-image-750x375.png\";s:10:\"categories\";a:2:{i:0;i:1526;i:1;i:1592;}s:4:\"tags\";a:0:{}s:11:\"custom_meta\";O:8:\"stdClass\":5:{s:8:\"basename\";s:39:\"edd-fraud-monitor/edd-fraud-monitor.php\";s:12:\"settings_tab\";s:0:\"\";s:16:\"settings_section\";s:0:\"\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:81:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/fraud-monitor.svg\";}s:5:\"terms\";O:8:\"stdClass\":2:{s:10:\"accounting\";s:10:\"Accounting\";s:10:\"extensions\";s:10:\"Extensions\";}}s:6:\"453004\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:82:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/free-downloads.svg\";s:2:\"2x\";s:82:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/free-downloads.svg\";}s:5:\"title\";s:14:\"Free Downloads\";s:4:\"slug\";s:14:\"free-downloads\";s:7:\"version\";s:6:\"2.3.16\";s:7:\"updated\";s:19:\"2025-01-09 21:43:41\";s:11:\"php_version\";s:3:\"7.1\";s:10:\"wp_version\";s:3:\"5.4\";s:7:\"excerpt\";s:71:\"Engage visitors with lead magnets or freebies with a simplified pop-up.\";s:2:\"id\";i:453004;s:12:\"requirements\";O:8:\"stdClass\":3:{s:3:\"php\";s:3:\"7.1\";s:2:\"wp\";s:3:\"5.4\";s:22:\"easy-digital-downloads\";s:5:\"3.1.5\";}s:5:\"image\";s:96:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2017/11/free-downloads-image-750x375.png\";s:10:\"categories\";a:6:{i:0;i:2165;i:1;i:1592;i:2;i:1128;i:3;i:2166;i:4;i:1520;i:5;i:2164;}s:4:\"tags\";a:2:{i:0;i:1582;i:1;i:2167;}s:11:\"custom_meta\";O:8:\"stdClass\":7:{s:8:\"basename\";s:41:\"edd-free-downloads/edd-free-downloads.php\";s:12:\"settings_tab\";s:9:\"marketing\";s:16:\"settings_section\";s:14:\"free_downloads\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:82:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/free-downloads.svg\";s:12:\"changelog_id\";i:2345;s:29:\"pricing_table_display_options\";O:8:\"stdClass\":3:{s:21:\"hide_on_pricing_table\";b:0;s:19:\"pricing_table_title\";s:18:\"Build Lead Magnets\";s:21:\"pricing_table_tooltip\";s:81:\"Use our Free Downloads extension to reward leads with free downloadable products.\";}}s:5:\"terms\";O:8:\"stdClass\":8:{s:13:\"extended-pass\";s:13:\"Extended Pass\";s:10:\"extensions\";s:10:\"Extensions\";s:9:\"marketing\";s:9:\"Marketing\";s:13:\"personal-pass\";s:13:\"Personal Pass\";s:7:\"popular\";s:7:\"Popular\";s:17:\"professional-pass\";s:17:\"Professional Pass\";s:8:\"featured\";s:8:\"Featured\";s:7:\"premium\";s:7:\"Premium\";}}s:5:\"54874\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:88:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/frontend-submissions.svg\";s:2:\"2x\";s:88:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/frontend-submissions.svg\";}s:5:\"title\";s:20:\"Frontend Submissions\";s:4:\"slug\";s:20:\"frontend-submissions\";s:7:\"version\";s:5:\"2.8.2\";s:7:\"updated\";s:19:\"2025-01-09 22:09:05\";s:11:\"php_version\";s:3:\"7.1\";s:10:\"wp_version\";s:3:\"5.4\";s:7:\"excerpt\";s:76:\"Transform your site into a full-fledged, multi-vendor digital marketplace.\r\n\";s:2:\"id\";i:54874;s:12:\"requirements\";O:8:\"stdClass\":3:{s:3:\"php\";s:3:\"7.1\";s:2:\"wp\";s:3:\"5.4\";s:22:\"easy-digital-downloads\";s:7:\"3.1.0.2\";}s:5:\"image\";s:106:\"https://easydigitaldownloads.com/wp-content/uploads/2015/10/frontend-submissions-product-image-750x375.png\";s:10:\"categories\";a:3:{i:0;i:1592;i:1;i:1520;i:2;i:2164;}s:4:\"tags\";a:2:{i:0;i:2153;i:1;i:2167;}s:11:\"custom_meta\";O:8:\"stdClass\":7:{s:8:\"basename\";s:19:\"edd-fes/edd-fes.php\";s:12:\"settings_tab\";s:3:\"fes\";s:16:\"settings_section\";s:4:\"main\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:88:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/frontend-submissions.svg\";s:12:\"changelog_id\";i:2323;s:29:\"pricing_table_display_options\";O:8:\"stdClass\":3:{s:21:\"hide_on_pricing_table\";b:0;s:19:\"pricing_table_title\";s:0:\"\";s:21:\"pricing_table_tooltip\";s:88:\"Allow vendors to register, create and edit products and build a true vendor marketplace.\";}}s:5:\"terms\";O:8:\"stdClass\":5:{s:10:\"extensions\";s:10:\"Extensions\";s:7:\"popular\";s:7:\"Popular\";s:17:\"professional-pass\";s:17:\"Professional Pass\";s:6:\"chrisc\";s:6:\"chrisc\";s:7:\"premium\";s:7:\"Premium\";}}s:6:\"153492\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:80:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/gateway-fees.svg\";s:2:\"2x\";s:80:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/gateway-fees.svg\";}s:5:\"title\";s:12:\"Gateway Fees\";s:4:\"slug\";s:12:\"gateway-fees\";s:7:\"version\";s:5:\"1.5.6\";s:7:\"updated\";s:19:\"2025-01-09 22:09:38\";s:11:\"php_version\";s:3:\"7.2\";s:10:\"wp_version\";s:3:\"5.4\";s:7:\"excerpt\";s:55:\"Add fees based on the gateway used to make purchases.\r\n\";s:2:\"id\";i:153492;s:12:\"requirements\";O:8:\"stdClass\":3:{s:3:\"php\";s:3:\"7.2\";s:2:\"wp\";s:3:\"5.4\";s:22:\"easy-digital-downloads\";s:5:\"3.1.5\";}s:5:\"image\";s:80:\"https://easydigitaldownloads.com/wp-content/uploads/2013/12/EDD-Gateway-Fees.jpg\";s:10:\"categories\";a:4:{i:0;i:2165;i:1;i:1592;i:2;i:1387;i:3;i:2164;}s:4:\"tags\";a:0:{}s:11:\"custom_meta\";O:8:\"stdClass\":7:{s:8:\"basename\";s:37:\"edd-gateway-fees/edd-gateway-fees.php\";s:12:\"settings_tab\";s:8:\"gateways\";s:16:\"settings_section\";s:12:\"gateway-fees\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:80:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/gateway-fees.svg\";s:12:\"changelog_id\";i:2363;s:29:\"pricing_table_display_options\";O:8:\"stdClass\":3:{s:21:\"hide_on_pricing_table\";b:0;s:19:\"pricing_table_title\";s:0:\"\";s:21:\"pricing_table_tooltip\";s:81:\"Add additional processing fees based on what gateway is selected by the customer.\";}}s:5:\"terms\";O:8:\"stdClass\":4:{s:13:\"extended-pass\";s:13:\"Extended Pass\";s:10:\"extensions\";s:10:\"Extensions\";s:8:\"gateways\";s:8:\"Gateways\";s:17:\"professional-pass\";s:17:\"Professional Pass\";}}s:5:\"33826\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:79:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/getresponse.svg\";s:2:\"2x\";s:79:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/getresponse.svg\";}s:5:\"title\";s:11:\"GetResponse\";s:4:\"slug\";s:11:\"getresponse\";s:7:\"version\";s:5:\"2.1.7\";s:7:\"updated\";s:19:\"2023-01-11 09:43:13\";s:11:\"php_version\";s:3:\"5.3\";s:10:\"wp_version\";s:0:\"\";s:7:\"excerpt\";s:84:\"Subscribe customers to global or product specific GetResponse lists during checkout.\";s:2:\"id\";i:33826;s:12:\"requirements\";O:8:\"stdClass\":2:{s:3:\"php\";s:3:\"5.3\";s:22:\"easy-digital-downloads\";s:3:\"2.9\";}s:5:\"image\";s:106:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2020/03/edd-getresponse-extension-2020-750x375.png\";s:10:\"categories\";a:6:{i:0;i:1533;i:1;i:2165;i:2;i:1592;i:3;i:1128;i:4;i:2166;i:5;i:2164;}s:4:\"tags\";a:1:{i:0;i:1578;}s:11:\"custom_meta\";O:8:\"stdClass\":5:{s:8:\"basename\";s:35:\"edd-getresponse/edd-getresponse.php\";s:12:\"settings_tab\";s:9:\"marketing\";s:16:\"settings_section\";s:11:\"getresponse\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:79:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/getresponse.svg\";}s:5:\"terms\";O:8:\"stdClass\":7:{s:5:\"email\";s:5:\"Email\";s:13:\"extended-pass\";s:13:\"Extended Pass\";s:10:\"extensions\";s:10:\"Extensions\";s:9:\"marketing\";s:9:\"Marketing\";s:13:\"personal-pass\";s:13:\"Personal Pass\";s:17:\"professional-pass\";s:17:\"Professional Pass\";s:11:\"newsletters\";s:11:\"Newsletters\";}}s:6:\"602998\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:88:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/git-download-updater.svg\";s:2:\"2x\";s:88:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/git-download-updater.svg\";}s:5:\"title\";s:20:\"Git Download Updater\";s:4:\"slug\";s:20:\"git-download-updater\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:19:\"2024-08-28 13:13:34\";s:11:\"php_version\";s:3:\"7.1\";s:10:\"wp_version\";s:3:\"5.4\";s:7:\"excerpt\";s:46:\"Serve download files from GitHub or BitBucket.\";s:2:\"id\";i:602998;s:12:\"requirements\";O:8:\"stdClass\":3:{s:3:\"php\";s:3:\"7.1\";s:2:\"wp\";s:3:\"5.4\";s:22:\"easy-digital-downloads\";s:5:\"3.1.4\";}s:5:\"image\";s:110:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2015/09/git-download-updater-product-image-750x375.png\";s:10:\"categories\";a:2:{i:0;i:1592;i:1;i:2164;}s:4:\"tags\";a:0:{}s:11:\"custom_meta\";O:8:\"stdClass\":6:{s:8:\"basename\";s:49:\"edd-git-download-updater/git-download-updater.php\";s:12:\"settings_tab\";s:10:\"extensions\";s:16:\"settings_section\";s:7:\"edd-git\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:88:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/git-download-updater.svg\";s:12:\"changelog_id\";i:2344;}s:5:\"terms\";O:8:\"stdClass\":2:{s:10:\"extensions\";s:10:\"Extensions\";s:17:\"professional-pass\";s:17:\"Professional Pass\";}}s:6:\"194070\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:90:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/gravity-forms-checkout.svg\";s:2:\"2x\";s:90:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/gravity-forms-checkout.svg\";}s:5:\"title\";s:22:\"Gravity Forms Checkout\";s:4:\"slug\";s:22:\"gravity-forms-checkout\";s:7:\"version\";s:5:\"1.5.3\";s:7:\"updated\";s:19:\"2023-01-10 10:19:36\";s:11:\"php_version\";s:0:\"\";s:10:\"wp_version\";s:0:\"\";s:7:\"excerpt\";s:68:\"Create powerful purchase forms for any product through Gravity Forms\";s:2:\"id\";i:194070;s:12:\"requirements\";a:0:{}s:5:\"image\";s:118:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2020/03/gravity-forms-checkout-featured-image-2020-750x375.png\";s:10:\"categories\";a:3:{i:0;i:1592;i:1;i:1128;i:2;i:1520;}s:4:\"tags\";a:0:{}s:11:\"custom_meta\";O:8:\"stdClass\":5:{s:8:\"basename\";s:39:\"edd-gravity-forms/edd-gravity-forms.php\";s:12:\"settings_tab\";s:0:\"\";s:16:\"settings_section\";s:0:\"\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:90:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/gravity-forms-checkout.svg\";}s:5:\"terms\";O:8:\"stdClass\":3:{s:10:\"extensions\";s:10:\"Extensions\";s:9:\"marketing\";s:9:\"Marketing\";s:7:\"popular\";s:7:\"Popular\";}}s:6:\"375153\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:76:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/invoices.svg\";s:2:\"2x\";s:76:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/invoices.svg\";}s:5:\"title\";s:8:\"Invoices\";s:4:\"slug\";s:12:\"edd-invoices\";s:7:\"version\";s:5:\"1.4.0\";s:7:\"updated\";s:19:\"2024-11-13 15:45:01\";s:11:\"php_version\";s:3:\"7.4\";s:10:\"wp_version\";s:3:\"5.8\";s:7:\"excerpt\";s:108:\"Impress customers with attractive invoices and increase loyalty through easy access to purchase information.\";s:2:\"id\";i:375153;s:12:\"requirements\";O:8:\"stdClass\":3:{s:3:\"php\";s:3:\"7.4\";s:2:\"wp\";s:3:\"5.8\";s:22:\"easy-digital-downloads\";s:6:\"3.2.12\";}s:5:\"image\";s:84:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2018/06/invoices-750x375.png\";s:10:\"categories\";a:6:{i:0;i:1526;i:1;i:2165;i:2;i:1592;i:3;i:2166;i:4;i:1520;i:5;i:2164;}s:4:\"tags\";a:2:{i:0;i:2167;i:1;i:2333;}s:11:\"custom_meta\";O:8:\"stdClass\":6:{s:8:\"basename\";s:29:\"edd-invoices/edd-invoices.php\";s:12:\"settings_tab\";s:8:\"gateways\";s:16:\"settings_section\";s:12:\"edd-invoices\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:76:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/invoices.svg\";s:12:\"changelog_id\";i:2359;}s:5:\"terms\";O:8:\"stdClass\":8:{s:10:\"accounting\";s:10:\"Accounting\";s:13:\"extended-pass\";s:13:\"Extended Pass\";s:10:\"extensions\";s:10:\"Extensions\";s:13:\"personal-pass\";s:13:\"Personal Pass\";s:7:\"popular\";s:7:\"Popular\";s:17:\"professional-pass\";s:17:\"Professional Pass\";s:7:\"premium\";s:7:\"Premium\";s:11:\"recommended\";s:11:\"Recommended\";}}s:6:\"599141\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:89:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/license-free-download.svg\";s:2:\"2x\";s:89:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/license-free-download.svg\";}s:5:\"title\";s:21:\"License Free Download\";s:4:\"slug\";s:21:\"license-free-download\";s:7:\"version\";s:5:\"1.0.1\";s:7:\"updated\";s:19:\"2023-01-10 10:16:47\";s:11:\"php_version\";s:0:\"\";s:10:\"wp_version\";s:0:\"\";s:7:\"excerpt\";s:47:\"Offer free downloads to valid license holders\r\n\";s:2:\"id\";i:599141;s:12:\"requirements\";a:0:{}s:5:\"image\";s:111:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2015/08/license-free-download-product-image-750x375.png\";s:10:\"categories\";a:2:{i:0;i:1592;i:1;i:1529;}s:4:\"tags\";a:1:{i:0;i:1599;}s:11:\"custom_meta\";O:8:\"stdClass\":5:{s:8:\"basename\";s:55:\"edd-license-free-download/edd-license-free-download.php\";s:12:\"settings_tab\";s:10:\"extensions\";s:16:\"settings_section\";s:25:\"edd-license-free-download\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:89:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/license-free-download.svg\";}s:5:\"terms\";O:8:\"stdClass\":3:{s:10:\"extensions\";s:10:\"Extensions\";s:9:\"licensing\";s:9:\"Licensing\";s:18:\"software-licensing\";s:18:\"Software Licensing\";}}s:4:\"3318\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:76:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/mad-mimi.svg\";s:2:\"2x\";s:76:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/mad-mimi.svg\";}s:5:\"title\";s:8:\"Mad Mimi\";s:4:\"slug\";s:7:\"madmimi\";s:7:\"version\";s:5:\"1.0.2\";s:7:\"updated\";s:19:\"2023-01-14 17:56:09\";s:11:\"php_version\";s:3:\"5.3\";s:10:\"wp_version\";s:0:\"\";s:7:\"excerpt\";s:82:\"Allow users to automatically subscribe to a Mad Mimi mailing list during checkout.\";s:2:\"id\";i:3318;s:12:\"requirements\";O:8:\"stdClass\":2:{s:3:\"php\";s:3:\"5.3\";s:22:\"easy-digital-downloads\";s:3:\"2.9\";}s:5:\"image\";s:98:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2019/03/mad-mimi-product-image-750x375.png\";s:10:\"categories\";a:6:{i:0;i:1533;i:1;i:2165;i:2;i:1592;i:3;i:1128;i:4;i:2166;i:5;i:2164;}s:4:\"tags\";a:1:{i:0;i:1578;}s:11:\"custom_meta\";O:8:\"stdClass\":5:{s:8:\"basename\";s:27:\"edd-madmimi/edd-madmimi.php\";s:12:\"settings_tab\";s:9:\"marketing\";s:16:\"settings_section\";s:7:\"madmimi\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:76:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/mad-mimi.svg\";}s:5:\"terms\";O:8:\"stdClass\":7:{s:5:\"email\";s:5:\"Email\";s:13:\"extended-pass\";s:13:\"Extended Pass\";s:10:\"extensions\";s:10:\"Extensions\";s:9:\"marketing\";s:9:\"Marketing\";s:13:\"personal-pass\";s:13:\"Personal Pass\";s:17:\"professional-pass\";s:17:\"Professional Pass\";s:11:\"newsletters\";s:11:\"Newsletters\";}}s:3:\"746\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:77:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/mailchimp.svg\";s:2:\"2x\";s:77:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/mailchimp.svg\";}s:5:\"title\";s:9:\"Mailchimp\";s:4:\"slug\";s:9:\"mailchimp\";s:7:\"version\";s:6:\"3.0.16\";s:7:\"updated\";s:19:\"2024-03-25 13:49:56\";s:11:\"php_version\";s:5:\"5.3.3\";s:10:\"wp_version\";s:0:\"\";s:7:\"excerpt\";s:83:\"Engage your audience by integrating your store with Mailchimp\'s eCommerce features.\";s:2:\"id\";i:746;s:12:\"requirements\";O:8:\"stdClass\":2:{s:3:\"php\";s:5:\"5.3.3\";s:22:\"easy-digital-downloads\";s:3:\"2.9\";}s:5:\"image\";s:99:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2019/05/mailchimp-product-image-750x375.png\";s:10:\"categories\";a:7:{i:0;i:1533;i:1;i:2165;i:2;i:1592;i:3;i:1128;i:4;i:2166;i:5;i:1520;i:6;i:2164;}s:4:\"tags\";a:2:{i:0;i:1582;i:1;i:1578;}s:11:\"custom_meta\";O:8:\"stdClass\":6:{s:8:\"basename\";s:32:\"edd-mail-chimp/edd-mailchimp.php\";s:12:\"settings_tab\";s:9:\"marketing\";s:16:\"settings_section\";s:9:\"mailchimp\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:77:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/mailchimp.svg\";s:12:\"changelog_id\";b:0;}s:5:\"terms\";O:8:\"stdClass\":9:{s:5:\"email\";s:5:\"Email\";s:13:\"extended-pass\";s:13:\"Extended Pass\";s:10:\"extensions\";s:10:\"Extensions\";s:9:\"marketing\";s:9:\"Marketing\";s:13:\"personal-pass\";s:13:\"Personal Pass\";s:7:\"popular\";s:7:\"Popular\";s:17:\"professional-pass\";s:17:\"Professional Pass\";s:8:\"featured\";s:8:\"Featured\";s:11:\"newsletters\";s:11:\"Newsletters\";}}s:5:\"18200\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:76:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/mailpoet.svg\";s:2:\"2x\";s:76:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/mailpoet.svg\";}s:5:\"title\";s:8:\"MailPoet\";s:4:\"slug\";s:8:\"mailpoet\";s:7:\"version\";s:5:\"1.4.4\";s:7:\"updated\";s:19:\"2023-01-11 09:42:40\";s:11:\"php_version\";s:3:\"5.3\";s:10:\"wp_version\";s:0:\"\";s:7:\"excerpt\";s:81:\"Subscribe customers to global or product specific MailPoet lists during checkout.\";s:2:\"id\";i:18200;s:12:\"requirements\";O:8:\"stdClass\":2:{s:3:\"php\";s:3:\"5.3\";s:22:\"easy-digital-downloads\";s:3:\"2.9\";}s:5:\"image\";s:94:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2016/07/extension-mailpoet-750x375.png\";s:10:\"categories\";a:6:{i:0;i:1533;i:1;i:2165;i:2;i:1592;i:3;i:1128;i:4;i:2166;i:5;i:2164;}s:4:\"tags\";a:1:{i:0;i:1578;}s:11:\"custom_meta\";O:8:\"stdClass\":5:{s:8:\"basename\";s:29:\"edd-mailpoet/edd-mailpoet.php\";s:12:\"settings_tab\";s:9:\"marketing\";s:16:\"settings_section\";s:8:\"mailpoet\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:76:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/mailpoet.svg\";}s:5:\"terms\";O:8:\"stdClass\":7:{s:5:\"email\";s:5:\"Email\";s:13:\"extended-pass\";s:13:\"Extended Pass\";s:10:\"extensions\";s:10:\"Extensions\";s:9:\"marketing\";s:9:\"Marketing\";s:13:\"personal-pass\";s:13:\"Personal Pass\";s:17:\"professional-pass\";s:17:\"Professional Pass\";s:11:\"newsletters\";s:11:\"Newsletters\";}}s:5:\"27248\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:75:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/maxmind.svg\";s:2:\"2x\";s:75:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/maxmind.svg\";}s:5:\"title\";s:24:\"MaxMind Fraud Prevention\";s:4:\"slug\";s:24:\"maxmind-fraud-prevention\";s:7:\"version\";s:5:\"1.0.0\";s:7:\"updated\";s:19:\"2023-01-11 09:47:29\";s:11:\"php_version\";s:0:\"\";s:10:\"wp_version\";s:0:\"\";s:7:\"excerpt\";s:51:\"Integrate MaxMind into your shop to reduce fraud.\r\n\";s:2:\"id\";i:27248;s:12:\"requirements\";a:0:{}s:5:\"image\";s:75:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2015/04/maxmind.png\";s:10:\"categories\";a:2:{i:0;i:1526;i:1;i:1592;}s:4:\"tags\";a:0:{}s:11:\"custom_meta\";O:8:\"stdClass\":5:{s:8:\"basename\";s:27:\"edd-maxmind/edd-maxmind.php\";s:12:\"settings_tab\";s:4:\"misc\";s:16:\"settings_section\";s:4:\"main\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:75:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/maxmind.svg\";}s:5:\"terms\";O:8:\"stdClass\":2:{s:10:\"accounting\";s:10:\"Accounting\";s:10:\"extensions\";s:10:\"Extensions\";}}s:7:\"1742525\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:82:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/multi-currency.svg\";s:2:\"2x\";s:82:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/multi-currency.svg\";}s:5:\"title\";s:14:\"Multi Currency\";s:4:\"slug\";s:14:\"multi-currency\";s:7:\"version\";s:5:\"1.1.3\";s:7:\"updated\";s:19:\"2025-01-09 13:08:33\";s:11:\"php_version\";s:3:\"7.1\";s:10:\"wp_version\";s:3:\"5.4\";s:7:\"excerpt\";s:47:\"Support multiple currencies and exchange rates.\";s:2:\"id\";i:1742525;s:12:\"requirements\";O:8:\"stdClass\":3:{s:3:\"php\";s:3:\"7.1\";s:2:\"wp\";s:3:\"5.4\";s:22:\"easy-digital-downloads\";s:3:\"3.0\";}s:5:\"image\";s:91:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2022/07/banner-1440X720-750x375.jpg\";s:10:\"categories\";a:5:{i:0;i:1526;i:1;i:2165;i:2;i:1592;i:3;i:2166;i:4;i:2164;}s:4:\"tags\";a:0:{}s:11:\"custom_meta\";O:8:\"stdClass\":6:{s:8:\"basename\";s:41:\"edd-multi-currency/edd-multi-currency.php\";s:12:\"settings_tab\";s:8:\"gateways\";s:16:\"settings_section\";s:14:\"multi_currency\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:82:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/multi-currency.svg\";s:12:\"changelog_id\";i:2315;}s:5:\"terms\";O:8:\"stdClass\":5:{s:10:\"accounting\";s:10:\"Accounting\";s:13:\"extended-pass\";s:13:\"Extended Pass\";s:10:\"extensions\";s:10:\"Extensions\";s:13:\"personal-pass\";s:13:\"Personal Pass\";s:17:\"professional-pass\";s:17:\"Professional Pass\";}}s:5:\"59559\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:82:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/password-meter.svg\";s:2:\"2x\";s:82:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/password-meter.svg\";}s:5:\"title\";s:14:\"Password Meter\";s:4:\"slug\";s:14:\"password-meter\";s:7:\"version\";s:5:\"1.2.1\";s:7:\"updated\";s:19:\"2023-01-11 09:59:05\";s:11:\"php_version\";s:0:\"\";s:10:\"wp_version\";s:0:\"\";s:7:\"excerpt\";s:61:\"Adds a password strength meter to the integrated signup form.\";s:2:\"id\";i:59559;s:12:\"requirements\";a:0:{}s:5:\"image\";s:104:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2016/04/password-meter-product-image-750x375.png\";s:10:\"categories\";a:1:{i:0;i:1592;}s:4:\"tags\";a:0:{}s:11:\"custom_meta\";O:8:\"stdClass\":5:{s:8:\"basename\";s:41:\"edd-password-meter/edd-password-meter.php\";s:12:\"settings_tab\";s:10:\"extensions\";s:16:\"settings_section\";s:14:\"password_meter\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:82:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/password-meter.svg\";}s:5:\"terms\";O:8:\"stdClass\":1:{s:10:\"extensions\";s:10:\"Extensions\";}}s:7:\"1687512\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:74:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/paypal.svg\";s:2:\"2x\";s:74:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/paypal.svg\";}s:5:\"title\";s:35:\"PayPal Commerce Pro Payment Gateway\";s:4:\"slug\";s:19:\"paypal-commerce-pro\";s:7:\"version\";s:5:\"1.0.3\";s:7:\"updated\";s:19:\"2025-01-09 21:41:14\";s:11:\"php_version\";s:3:\"5.3\";s:10:\"wp_version\";s:3:\"4.4\";s:7:\"excerpt\";s:84:\"Accept credit cards and alternative payments through the PayPal Commerce platform.\r\n\";s:2:\"id\";i:1687512;s:12:\"requirements\";O:8:\"stdClass\":3:{s:3:\"php\";s:3:\"5.3\";s:2:\"wp\";s:3:\"4.4\";s:22:\"easy-digital-downloads\";s:4:\"2.11\";}s:5:\"image\";s:97:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2021/07/paypal-featured-image-750x375.png\";s:10:\"categories\";a:5:{i:0;i:2165;i:1;i:1592;i:2;i:1387;i:3;i:1520;i:4;i:2164;}s:4:\"tags\";a:2:{i:0;i:1582;i:1;i:2167;}s:11:\"custom_meta\";O:8:\"stdClass\":7:{s:8:\"basename\";s:51:\"edd-paypal-commerce-pro/edd-paypal-commerce-pro.php\";s:12:\"settings_tab\";s:8:\"gateways\";s:16:\"settings_section\";s:15:\"paypal_commerce\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:74:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/paypal.svg\";s:12:\"changelog_id\";i:2325;s:29:\"pricing_table_display_options\";O:8:\"stdClass\":3:{s:21:\"hide_on_pricing_table\";b:0;s:19:\"pricing_table_title\";s:19:\"PayPal Commerce Pro\";s:21:\"pricing_table_tooltip\";s:88:\"Extend the included PayPal integration and accept credit cards directly on your website.\";}}s:5:\"terms\";O:8:\"stdClass\":7:{s:13:\"extended-pass\";s:13:\"Extended Pass\";s:10:\"extensions\";s:10:\"Extensions\";s:8:\"gateways\";s:8:\"Gateways\";s:7:\"popular\";s:7:\"Popular\";s:17:\"professional-pass\";s:17:\"Professional Pass\";s:8:\"featured\";s:8:\"Featured\";s:7:\"premium\";s:7:\"Premium\";}}s:6:\"429895\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:92:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/paypal-payments-advanced.svg\";s:2:\"2x\";s:92:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/paypal-payments-advanced.svg\";}s:5:\"title\";s:24:\"PayPal Payments Advanced\";s:4:\"slug\";s:24:\"paypal-payments-advanced\";s:7:\"version\";s:5:\"1.1.1\";s:7:\"updated\";s:19:\"2025-01-09 22:25:23\";s:11:\"php_version\";s:0:\"\";s:10:\"wp_version\";s:0:\"\";s:7:\"excerpt\";s:72:\"Accept credit cards directly on your site with PayPal Payments Advanced.\";s:2:\"id\";i:429895;s:12:\"requirements\";a:0:{}s:5:\"image\";s:114:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2015/08/paypal-payments-advanced-product-image-750x375.png\";s:10:\"categories\";a:4:{i:0;i:2165;i:1;i:1592;i:2;i:1387;i:3;i:2164;}s:4:\"tags\";a:0:{}s:11:\"custom_meta\";O:8:\"stdClass\":7:{s:8:\"basename\";s:61:\"edd-paypal-payments-advanced/edd-paypal-payments-advanced.php\";s:12:\"settings_tab\";s:8:\"gateways\";s:16:\"settings_section\";s:24:\"paypal_payments_advanced\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:92:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/paypal-payments-advanced.svg\";s:12:\"changelog_id\";b:0;s:29:\"pricing_table_display_options\";O:8:\"stdClass\":3:{s:21:\"hide_on_pricing_table\";b:1;s:19:\"pricing_table_title\";s:0:\"\";s:21:\"pricing_table_tooltip\";s:0:\"\";}}s:5:\"terms\";O:8:\"stdClass\":4:{s:13:\"extended-pass\";s:13:\"Extended Pass\";s:10:\"extensions\";s:10:\"Extensions\";s:8:\"gateways\";s:8:\"Gateways\";s:17:\"professional-pass\";s:17:\"Professional Pass\";}}s:3:\"162\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:86:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/paypal-pro-express.svg\";s:2:\"2x\";s:86:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/paypal-pro-express.svg\";}s:5:\"title\";s:29:\"PayPal Pro and PayPal Express\";s:4:\"slug\";s:18:\"paypal-pro-express\";s:7:\"version\";s:5:\"1.4.7\";s:7:\"updated\";s:19:\"2025-01-09 22:25:26\";s:11:\"php_version\";s:3:\"5.6\";s:10:\"wp_version\";s:3:\"4.9\";s:7:\"excerpt\";s:54:\"Accept payments through PayPal Pro and PayPal Express.\";s:2:\"id\";i:162;s:12:\"requirements\";O:8:\"stdClass\":3:{s:3:\"php\";s:3:\"5.6\";s:2:\"wp\";s:3:\"4.9\";s:22:\"easy-digital-downloads\";s:3:\"2.9\";}s:5:\"image\";s:108:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2015/08/paypal-pro-express-product-image-750x375.png\";s:10:\"categories\";a:5:{i:0;i:2165;i:1;i:1592;i:2;i:1387;i:3;i:1520;i:4;i:2164;}s:4:\"tags\";a:0:{}s:11:\"custom_meta\";O:8:\"stdClass\":7:{s:8:\"basename\";s:49:\"edd-paypal-pro-express/edd-paypal-pro-express.php\";s:12:\"settings_tab\";s:8:\"gateways\";s:16:\"settings_section\";s:23:\"eppe_paypal_pro_express\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:86:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/paypal-pro-express.svg\";s:12:\"changelog_id\";i:2332;s:29:\"pricing_table_display_options\";O:8:\"stdClass\":3:{s:21:\"hide_on_pricing_table\";b:1;s:19:\"pricing_table_title\";s:0:\"\";s:21:\"pricing_table_tooltip\";s:0:\"\";}}s:5:\"terms\";O:8:\"stdClass\":5:{s:13:\"extended-pass\";s:13:\"Extended Pass\";s:10:\"extensions\";s:10:\"Extensions\";s:8:\"gateways\";s:8:\"Gateways\";s:7:\"popular\";s:7:\"Popular\";s:17:\"professional-pass\";s:17:\"Professional Pass\";}}s:5:\"90781\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:85:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/per-poduct-emails.svg\";s:2:\"2x\";s:85:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/per-poduct-emails.svg\";}s:5:\"title\";s:18:\"Per Product Emails\";s:4:\"slug\";s:18:\"per-product-emails\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:19:\"2023-07-04 04:41:00\";s:11:\"php_version\";s:3:\"7.4\";s:10:\"wp_version\";s:3:\"5.8\";s:7:\"excerpt\";s:188:\"Send product-specific emails after purchase to help improve customer experience and onboarding. Product-specific emails can be sent in addition to or replace the standard purchase receipt.\";s:2:\"id\";i:90781;s:12:\"requirements\";O:8:\"stdClass\":3:{s:3:\"php\";s:3:\"7.4\";s:2:\"wp\";s:3:\"5.8\";s:22:\"easy-digital-downloads\";s:5:\"3.2.0\";}s:5:\"image\";s:108:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2016/04/per-product-emails-product-image-750x375.png\";s:10:\"categories\";a:7:{i:0;i:1533;i:1;i:2165;i:2;i:1592;i:3;i:1128;i:4;i:2166;i:5;i:1520;i:6;i:2164;}s:4:\"tags\";a:1:{i:0;i:2340;}s:11:\"custom_meta\";O:8:\"stdClass\":7:{s:8:\"basename\";s:49:\"edd-per-product-emails/edd-per-product-emails.php\";s:12:\"settings_tab\";s:0:\"\";s:16:\"settings_section\";s:0:\"\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:85:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/per-poduct-emails.svg\";s:12:\"changelog_id\";i:2356;s:29:\"pricing_table_display_options\";O:8:\"stdClass\":3:{s:21:\"hide_on_pricing_table\";b:0;s:19:\"pricing_table_title\";s:0:\"\";s:21:\"pricing_table_tooltip\";s:74:\"Send custom purchase confirmations based on what product(s) were purchase.\";}}s:5:\"terms\";O:8:\"stdClass\":8:{s:5:\"email\";s:5:\"Email\";s:13:\"extended-pass\";s:13:\"Extended Pass\";s:10:\"extensions\";s:10:\"Extensions\";s:9:\"marketing\";s:9:\"Marketing\";s:13:\"personal-pass\";s:13:\"Personal Pass\";s:7:\"popular\";s:7:\"Popular\";s:17:\"professional-pass\";s:17:\"Professional Pass\";s:16:\"email-management\";s:16:\"Email Management\";}}s:5:\"57873\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:93:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/per-product-notifications.svg\";s:2:\"2x\";s:93:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/per-product-notifications.svg\";}s:5:\"title\";s:25:\"Per Product Notifications\";s:4:\"slug\";s:31:\"per-product-admin-notifications\";s:7:\"version\";s:5:\"1.2.5\";s:7:\"updated\";s:19:\"2023-10-02 16:11:05\";s:11:\"php_version\";s:3:\"7.4\";s:10:\"wp_version\";s:3:\"5.8\";s:7:\"excerpt\";s:71:\"Send Purchase Notifications to Email recipients on a per product basis.\";s:2:\"id\";i:57873;s:12:\"requirements\";O:8:\"stdClass\":3:{s:3:\"php\";s:3:\"7.4\";s:2:\"wp\";s:3:\"5.8\";s:22:\"easy-digital-downloads\";s:5:\"3.2.3\";}s:5:\"image\";s:101:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2015/09/per-product-notifications-750x375.png\";s:10:\"categories\";a:2:{i:0;i:1533;i:1;i:1592;}s:4:\"tags\";a:0:{}s:11:\"custom_meta\";O:8:\"stdClass\":6:{s:8:\"basename\";s:63:\"edd-per-product-notifications/edd-per-product-notifications.php\";s:12:\"settings_tab\";s:0:\"\";s:16:\"settings_section\";s:0:\"\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:93:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/per-product-notifications.svg\";s:12:\"changelog_id\";i:2337;}s:5:\"terms\";O:8:\"stdClass\":2:{s:5:\"email\";s:5:\"Email\";s:10:\"extensions\";s:10:\"Extensions\";}}s:5:\"60693\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:82:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/purchase-limit.svg\";s:2:\"2x\";s:82:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/purchase-limit.svg\";}s:5:\"title\";s:14:\"Purchase Limit\";s:4:\"slug\";s:14:\"purchase-limit\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:19:\"2024-09-06 16:20:13\";s:11:\"php_version\";s:3:\"7.1\";s:10:\"wp_version\";s:3:\"5.4\";s:7:\"excerpt\";s:63:\"Limit the number of times and dates downloads can be purchased.\";s:2:\"id\";i:60693;s:12:\"requirements\";O:8:\"stdClass\":3:{s:3:\"php\";s:3:\"7.1\";s:2:\"wp\";s:3:\"5.4\";s:22:\"easy-digital-downloads\";s:5:\"3.1.1\";}s:5:\"image\";s:105:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2016/12/purchase-limit-featured-image-750x375.png\";s:10:\"categories\";a:3:{i:0;i:1592;i:1;i:1128;i:2;i:2164;}s:4:\"tags\";a:1:{i:0;i:2157;}s:11:\"custom_meta\";O:8:\"stdClass\":6:{s:8:\"basename\";s:41:\"edd-purchase-limit/edd-purchase-limit.php\";s:12:\"settings_tab\";s:10:\"extensions\";s:16:\"settings_section\";s:14:\"purchase-limit\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:82:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/purchase-limit.svg\";s:12:\"changelog_id\";i:2341;}s:5:\"terms\";O:8:\"stdClass\":4:{s:10:\"extensions\";s:10:\"Extensions\";s:9:\"marketing\";s:9:\"Marketing\";s:17:\"professional-pass\";s:17:\"Professional Pass\";s:22:\"fes-custom-form-fields\";s:22:\"FES Custom Form Fields\";}}s:4:\"6474\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:90:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/pushover-notifications.svg\";s:2:\"2x\";s:90:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/pushover-notifications.svg\";}s:5:\"title\";s:49:\"Pushover Notifications for Easy Digital Downloads\";s:4:\"slug\";s:22:\"pushover-notifications\";s:7:\"version\";s:5:\"1.3.3\";s:7:\"updated\";s:19:\"2025-01-09 22:08:30\";s:11:\"php_version\";s:0:\"\";s:10:\"wp_version\";s:0:\"\";s:7:\"excerpt\";s:63:\"Add Push Notifications for sales to iPhone and Android devices.\";s:2:\"id\";i:6474;s:12:\"requirements\";a:0:{}s:5:\"image\";s:76:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2015/04/pushover.png\";s:10:\"categories\";a:3:{i:0;i:1592;i:1;i:1520;i:2;i:2164;}s:4:\"tags\";a:1:{i:0;i:1580;}s:11:\"custom_meta\";O:8:\"stdClass\":7:{s:8:\"basename\";s:65:\"pushover-notifications-edd-ext/pushover-notifications-edd-ext.php\";s:12:\"settings_tab\";s:0:\"\";s:16:\"settings_section\";s:0:\"\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:90:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/pushover-notifications.svg\";s:12:\"changelog_id\";b:0;s:29:\"pricing_table_display_options\";O:8:\"stdClass\":3:{s:21:\"hide_on_pricing_table\";b:0;s:19:\"pricing_table_title\";s:22:\"Pushover Notifications\";s:21:\"pricing_table_tooltip\";s:0:\"\";}}s:5:\"terms\";O:8:\"stdClass\":4:{s:10:\"extensions\";s:10:\"Extensions\";s:7:\"popular\";s:7:\"Popular\";s:17:\"professional-pass\";s:17:\"Professional Pass\";s:6:\"mobile\";s:6:\"Mobile\";}}s:6:\"538717\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:89:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/recently-viewed-items.svg\";s:2:\"2x\";s:89:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/recently-viewed-items.svg\";}s:5:\"title\";s:21:\"Recently Viewed Items\";s:4:\"slug\";s:21:\"recently-viewed-items\";s:7:\"version\";s:5:\"1.0.3\";s:7:\"updated\";s:19:\"2022-12-19 12:12:49\";s:11:\"php_version\";s:3:\"5.5\";s:10:\"wp_version\";s:0:\"\";s:7:\"excerpt\";s:75:\"Increase your sales by showing customers the items they\'ve recently viewed.\";s:2:\"id\";i:538717;s:12:\"requirements\";O:8:\"stdClass\":2:{s:3:\"php\";s:3:\"5.5\";s:22:\"easy-digital-downloads\";s:3:\"2.9\";}s:5:\"image\";s:112:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2016/04/recently-viewed-items-featured-image-750x375.png\";s:10:\"categories\";a:3:{i:0;i:1592;i:1;i:1128;i:2;i:2164;}s:4:\"tags\";a:0:{}s:11:\"custom_meta\";O:8:\"stdClass\":5:{s:8:\"basename\";s:55:\"edd-recently-viewed-items/edd-recently-viewed-items.php\";s:12:\"settings_tab\";s:10:\"extensions\";s:16:\"settings_section\";s:21:\"recently-viewed-items\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:89:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/recently-viewed-items.svg\";}s:5:\"terms\";O:8:\"stdClass\":3:{s:10:\"extensions\";s:10:\"Extensions\";s:9:\"marketing\";s:9:\"Marketing\";s:17:\"professional-pass\";s:17:\"Professional Pass\";}}s:5:\"47626\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:88:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/recommended-products.svg\";s:2:\"2x\";s:88:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/recommended-products.svg\";}s:5:\"title\";s:20:\"Recommended Products\";s:4:\"slug\";s:20:\"recommended-products\";s:7:\"version\";s:6:\"1.2.13\";s:7:\"updated\";s:19:\"2025-01-09 22:09:21\";s:11:\"php_version\";s:0:\"\";s:10:\"wp_version\";s:0:\"\";s:7:\"excerpt\";s:60:\"Show recommended products based on other customer purchases.\";s:2:\"id\";i:47626;s:12:\"requirements\";a:0:{}s:5:\"image\";s:111:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2016/04/recommended-products-featured-image-750x375.png\";s:10:\"categories\";a:4:{i:0;i:1592;i:1;i:1128;i:2;i:1520;i:3;i:2164;}s:4:\"tags\";a:0:{}s:11:\"custom_meta\";O:8:\"stdClass\":7:{s:8:\"basename\";s:49:\"edd-recommended-products/recommended-products.php\";s:12:\"settings_tab\";s:10:\"extensions\";s:16:\"settings_section\";s:20:\"recommended-products\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:88:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/recommended-products.svg\";s:12:\"changelog_id\";b:0;s:29:\"pricing_table_display_options\";O:8:\"stdClass\":3:{s:21:\"hide_on_pricing_table\";b:0;s:19:\"pricing_table_title\";s:0:\"\";s:21:\"pricing_table_tooltip\";s:85:\"Automatically generates recommendations based on past purchases of your customerbase.\";}}s:5:\"terms\";O:8:\"stdClass\":4:{s:10:\"extensions\";s:10:\"Extensions\";s:9:\"marketing\";s:9:\"Marketing\";s:7:\"popular\";s:7:\"Popular\";s:17:\"professional-pass\";s:17:\"Professional Pass\";}}s:5:\"28530\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:86:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/recurring-payments.svg\";s:2:\"2x\";s:86:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/recurring-payments.svg\";}s:5:\"title\";s:18:\"Recurring Payments\";s:4:\"slug\";s:18:\"recurring-payments\";s:7:\"version\";s:8:\"2.12.5.1\";s:7:\"updated\";s:19:\"2025-01-09 22:08:36\";s:11:\"php_version\";s:3:\"7.2\";s:10:\"wp_version\";s:3:\"5.4\";s:7:\"excerpt\";s:54:\"Grow stable income by selling automated subscriptions.\";s:2:\"id\";i:28530;s:12:\"requirements\";O:8:\"stdClass\":3:{s:3:\"php\";s:3:\"7.2\";s:2:\"wp\";s:3:\"5.4\";s:22:\"easy-digital-downloads\";s:5:\"3.1.5\";}s:5:\"image\";s:108:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2016/01/recurring-payments-product-image-750x375.png\";s:10:\"categories\";a:5:{i:0;i:1526;i:1;i:2165;i:2;i:1592;i:3;i:1520;i:4;i:2164;}s:4:\"tags\";a:4:{i:0;i:2340;i:1;i:1582;i:2;i:2167;i:3;i:2333;}s:11:\"custom_meta\";O:8:\"stdClass\":7:{s:8:\"basename\";s:31:\"edd-recurring/edd-recurring.php\";s:12:\"settings_tab\";s:8:\"gateways\";s:16:\"settings_section\";s:9:\"recurring\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:86:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/recurring-payments.svg\";s:12:\"changelog_id\";i:2318;s:29:\"pricing_table_display_options\";O:8:\"stdClass\":3:{s:21:\"hide_on_pricing_table\";b:0;s:19:\"pricing_table_title\";s:13:\"Subscriptions\";s:21:\"pricing_table_tooltip\";s:60:\"Grow revenue with automatic renewals and billing management.\";}}s:5:\"terms\";O:8:\"stdClass\":9:{s:10:\"accounting\";s:10:\"Accounting\";s:13:\"extended-pass\";s:13:\"Extended Pass\";s:10:\"extensions\";s:10:\"Extensions\";s:7:\"popular\";s:7:\"Popular\";s:17:\"professional-pass\";s:17:\"Professional Pass\";s:16:\"email-management\";s:16:\"Email Management\";s:8:\"featured\";s:8:\"Featured\";s:7:\"premium\";s:7:\"Premium\";s:11:\"recommended\";s:11:\"Recommended\";}}s:6:\"930482\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:82:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/resend-receipt.svg\";s:2:\"2x\";s:82:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/resend-receipt.svg\";}s:5:\"title\";s:14:\"Resend Receipt\";s:4:\"slug\";s:14:\"resend-receipt\";s:7:\"version\";s:5:\"1.0.2\";s:7:\"updated\";s:19:\"2023-01-10 09:40:45\";s:11:\"php_version\";s:0:\"\";s:10:\"wp_version\";s:0:\"\";s:7:\"excerpt\";s:48:\"Resend purchase receipts with no authentication.\";s:2:\"id\";i:930482;s:12:\"requirements\";a:0:{}s:5:\"image\";s:104:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2016/11/resend-receipt-product-image-750x375.png\";s:10:\"categories\";a:2:{i:0;i:1533;i:1;i:1592;}s:4:\"tags\";a:0:{}s:11:\"custom_meta\";O:8:\"stdClass\":5:{s:8:\"basename\";s:41:\"edd-resend-receipt/edd-resend-receipt.php\";s:12:\"settings_tab\";s:0:\"\";s:16:\"settings_section\";s:0:\"\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:82:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/resend-receipt.svg\";}s:5:\"terms\";O:8:\"stdClass\":2:{s:5:\"email\";s:5:\"Email\";s:10:\"extensions\";s:10:\"Extensions\";}}s:5:\"50065\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:105:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/restrict-content-pro-member-discounts.svg\";s:2:\"2x\";s:105:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/restrict-content-pro-member-discounts.svg\";}s:5:\"title\";s:37:\"Restrict Content Pro Member Discounts\";s:4:\"slug\";s:37:\"restrict-content-pro-member-discounts\";s:7:\"version\";s:5:\"1.1.5\";s:7:\"updated\";s:19:\"2025-01-09 22:08:58\";s:11:\"php_version\";s:0:\"\";s:10:\"wp_version\";s:0:\"\";s:7:\"excerpt\";s:67:\"Allow discounts for subscribers in the Restrict Content Pro plugin.\";s:2:\"id\";i:50065;s:12:\"requirements\";a:0:{}s:5:\"image\";s:110:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2015/10/rcp-member-discounts-product-image-750x375.png\";s:10:\"categories\";a:5:{i:0;i:2165;i:1;i:1592;i:2;i:1128;i:3;i:2166;i:4;i:2164;}s:4:\"tags\";a:0:{}s:11:\"custom_meta\";O:8:\"stdClass\":7:{s:8:\"basename\";s:53:\"edd-rcp-member-discounts/edd-rcp-member-discounts.php\";s:12:\"settings_tab\";s:0:\"\";s:16:\"settings_section\";s:0:\"\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:105:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/restrict-content-pro-member-discounts.svg\";s:12:\"changelog_id\";b:0;s:29:\"pricing_table_display_options\";O:8:\"stdClass\":3:{s:21:\"hide_on_pricing_table\";b:0;s:19:\"pricing_table_title\";s:0:\"\";s:21:\"pricing_table_tooltip\";s:102:\"Combine an EDD store with a membership using Restrict Content Pro and offer discounts to your members.\";}}s:5:\"terms\";O:8:\"stdClass\":5:{s:13:\"extended-pass\";s:13:\"Extended Pass\";s:10:\"extensions\";s:10:\"Extensions\";s:9:\"marketing\";s:9:\"Marketing\";s:13:\"personal-pass\";s:13:\"Personal Pass\";s:17:\"professional-pass\";s:17:\"Professional Pass\";}}s:5:\"37976\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:75:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/reviews.svg\";s:2:\"2x\";s:75:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/reviews.svg\";}s:5:\"title\";s:7:\"Reviews\";s:4:\"slug\";s:15:\"product-reviews\";s:7:\"version\";s:5:\"2.2.6\";s:7:\"updated\";s:19:\"2025-01-28 11:37:42\";s:11:\"php_version\";s:3:\"7.1\";s:10:\"wp_version\";s:3:\"5.4\";s:7:\"excerpt\";s:46:\"Increase sales on your site with social proof.\";s:2:\"id\";i:37976;s:12:\"requirements\";O:8:\"stdClass\":3:{s:3:\"php\";s:3:\"7.1\";s:2:\"wp\";s:3:\"5.4\";s:22:\"easy-digital-downloads\";s:5:\"3.1.5\";}s:5:\"image\";s:106:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2021/12/reviews-product-download-image-750x375.png\";s:10:\"categories\";a:5:{i:0;i:2165;i:1;i:1592;i:2;i:1128;i:3;i:1520;i:4;i:2164;}s:4:\"tags\";a:1:{i:0;i:2333;}s:11:\"custom_meta\";O:8:\"stdClass\":7:{s:8:\"basename\";s:27:\"edd-reviews/edd-reviews.php\";s:12:\"settings_tab\";s:9:\"marketing\";s:16:\"settings_section\";s:7:\"reviews\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:75:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/reviews.svg\";s:12:\"changelog_id\";i:2324;s:29:\"pricing_table_display_options\";O:8:\"stdClass\":3:{s:21:\"hide_on_pricing_table\";b:0;s:19:\"pricing_table_title\";s:0:\"\";s:21:\"pricing_table_tooltip\";s:0:\"\";}}s:5:\"terms\";O:8:\"stdClass\":6:{s:13:\"extended-pass\";s:13:\"Extended Pass\";s:10:\"extensions\";s:10:\"Extensions\";s:9:\"marketing\";s:9:\"Marketing\";s:7:\"popular\";s:7:\"Popular\";s:17:\"professional-pass\";s:17:\"Professional Pass\";s:11:\"recommended\";s:11:\"Recommended\";}}s:5:\"33730\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:83:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/simple-shipping.svg\";s:2:\"2x\";s:83:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/simple-shipping.svg\";}s:5:\"title\";s:15:\"Simple Shipping\";s:4:\"slug\";s:15:\"simple-shipping\";s:7:\"version\";s:5:\"2.4.3\";s:7:\"updated\";s:19:\"2024-05-23 13:26:09\";s:11:\"php_version\";s:3:\"7.1\";s:10:\"wp_version\";s:3:\"5.4\";s:7:\"excerpt\";s:50:\"Add support for shipping simple physical products.\";s:2:\"id\";i:33730;s:12:\"requirements\";O:8:\"stdClass\":3:{s:3:\"php\";s:3:\"7.1\";s:2:\"wp\";s:3:\"5.4\";s:22:\"easy-digital-downloads\";s:5:\"3.1.1\";}s:5:\"image\";s:105:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2016/11/simple-shipping-product-image-750x375.png\";s:10:\"categories\";a:4:{i:0;i:1526;i:1;i:1592;i:2;i:1520;i:3;i:2164;}s:4:\"tags\";a:1:{i:0;i:2157;}s:11:\"custom_meta\";O:8:\"stdClass\":6:{s:8:\"basename\";s:43:\"edd-simple-shipping/edd-simple-shipping.php\";s:12:\"settings_tab\";s:10:\"extensions\";s:16:\"settings_section\";s:28:\"edd-simple-shipping-settings\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:83:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/simple-shipping.svg\";s:12:\"changelog_id\";i:2322;}s:5:\"terms\";O:8:\"stdClass\":5:{s:10:\"accounting\";s:10:\"Accounting\";s:10:\"extensions\";s:10:\"Extensions\";s:7:\"popular\";s:7:\"Popular\";s:17:\"professional-pass\";s:17:\"Professional Pass\";s:22:\"fes-custom-form-fields\";s:22:\"FES Custom Form Fields\";}}s:6:\"980982\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:73:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/slack.svg\";s:2:\"2x\";s:73:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/slack.svg\";}s:5:\"title\";s:5:\"Slack\";s:4:\"slug\";s:5:\"slack\";s:7:\"version\";s:5:\"1.1.3\";s:7:\"updated\";s:19:\"2025-01-09 11:22:38\";s:11:\"php_version\";s:0:\"\";s:10:\"wp_version\";s:0:\"\";s:7:\"excerpt\";s:104:\"Send an unlimited number of customizable, conditional and interactive notifications from EDD into Slack.\";s:2:\"id\";i:980982;s:12:\"requirements\";a:0:{}s:5:\"image\";s:97:\"https://easydigitaldownloads.com/wp-content/uploads/2020/05/slack-intergration-logo-s-750x375.png\";s:10:\"categories\";a:2:{i:0;i:1592;i:1;i:2164;}s:4:\"tags\";a:0:{}s:11:\"custom_meta\";O:8:\"stdClass\":6:{s:8:\"basename\";s:23:\"edd-slack/edd-slack.php\";s:12:\"settings_tab\";s:10:\"extensions\";s:16:\"settings_section\";s:18:\"edd-slack-settings\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:73:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/slack.svg\";s:12:\"changelog_id\";i:2367;}s:5:\"terms\";O:8:\"stdClass\":2:{s:10:\"extensions\";s:10:\"Extensions\";s:17:\"professional-pass\";s:17:\"Professional Pass\";}}s:4:\"4916\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:86:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/software-licensing.svg\";s:2:\"2x\";s:86:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/software-licensing.svg\";}s:5:\"title\";s:18:\"Software Licensing\";s:4:\"slug\";s:18:\"software-licensing\";s:7:\"version\";s:6:\"3.8.14\";s:7:\"updated\";s:19:\"2025-01-09 21:55:57\";s:11:\"php_version\";s:3:\"7.1\";s:10:\"wp_version\";s:3:\"5.4\";s:7:\"excerpt\";s:57:\"Sell license keys for your software and digital products.\";s:2:\"id\";i:4916;s:12:\"requirements\";O:8:\"stdClass\":3:{s:3:\"php\";s:3:\"7.1\";s:2:\"wp\";s:3:\"5.4\";s:22:\"easy-digital-downloads\";s:4:\"2.11\";}s:5:\"image\";s:104:\"https://easydigitaldownloads.com/wp-content/uploads/2015/08/software-licensing-product-image-750x375.png\";s:10:\"categories\";a:4:{i:0;i:1592;i:1;i:1529;i:2;i:1520;i:3;i:2164;}s:4:\"tags\";a:3:{i:0;i:2340;i:1;i:1582;i:2;i:2167;}s:11:\"custom_meta\";O:8:\"stdClass\":7:{s:8:\"basename\";s:48:\"edd-software-licensing/edd-software-licenses.php\";s:12:\"settings_tab\";s:10:\"extensions\";s:16:\"settings_section\";s:18:\"software-licensing\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:86:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/software-licensing.svg\";s:12:\"changelog_id\";i:2331;s:29:\"pricing_table_display_options\";O:8:\"stdClass\":3:{s:21:\"hide_on_pricing_table\";b:0;s:19:\"pricing_table_title\";s:0:\"\";s:21:\"pricing_table_tooltip\";s:91:\"Sell licenses for software or services with activation limits, logging, upgrades, and more.\";}}s:5:\"terms\";O:8:\"stdClass\":7:{s:10:\"extensions\";s:10:\"Extensions\";s:9:\"licensing\";s:9:\"Licensing\";s:7:\"popular\";s:7:\"Popular\";s:17:\"professional-pass\";s:17:\"Professional Pass\";s:16:\"email-management\";s:16:\"Email Management\";s:8:\"featured\";s:8:\"Featured\";s:7:\"premium\";s:7:\"Premium\";}}s:3:\"167\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:74:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/Stripe.svg\";s:2:\"2x\";s:74:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/Stripe.svg\";}s:5:\"title\";s:22:\"Stripe Payment Gateway\";s:4:\"slug\";s:14:\"stripe-gateway\";s:7:\"version\";s:5:\"3.0.2\";s:7:\"updated\";s:19:\"2025-01-09 21:41:57\";s:11:\"php_version\";s:3:\"7.1\";s:10:\"wp_version\";s:3:\"5.4\";s:7:\"excerpt\";s:54:\"Add pre-sale support to your digital store with Stripe\";s:2:\"id\";i:167;s:12:\"requirements\";O:8:\"stdClass\":3:{s:3:\"php\";s:3:\"7.1\";s:2:\"wp\";s:3:\"5.4\";s:22:\"easy-digital-downloads\";s:5:\"3.2.0\";}s:5:\"image\";s:96:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2019/03/stripe-product-image-750x375.png\";s:10:\"categories\";a:5:{i:0;i:2165;i:1;i:1592;i:2;i:1387;i:3;i:1520;i:4;i:2164;}s:4:\"tags\";a:2:{i:0;i:1582;i:1;i:2167;}s:11:\"custom_meta\";O:8:\"stdClass\":7:{s:8:\"basename\";s:25:\"edd-stripe/edd-stripe.php\";s:12:\"settings_tab\";s:8:\"gateways\";s:16:\"settings_section\";s:10:\"edd-stripe\";s:18:\"license_key_option\";s:42:\"edd_stripe_pro_payment_gateway_license_key\";s:4:\"icon\";s:74:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/Stripe.svg\";s:12:\"changelog_id\";i:2313;s:29:\"pricing_table_display_options\";O:8:\"stdClass\":3:{s:21:\"hide_on_pricing_table\";b:0;s:19:\"pricing_table_title\";s:10:\"Stripe Pro\";s:21:\"pricing_table_tooltip\";s:98:\"Extend the included Stripe integration and accept pre-sale orders, and capture the payments later.\";}}s:5:\"terms\";O:8:\"stdClass\":7:{s:13:\"extended-pass\";s:13:\"Extended Pass\";s:10:\"extensions\";s:10:\"Extensions\";s:8:\"gateways\";s:8:\"Gateways\";s:7:\"popular\";s:7:\"Popular\";s:17:\"professional-pass\";s:17:\"Professional Pass\";s:8:\"featured\";s:8:\"Featured\";s:7:\"premium\";s:7:\"Premium\";}}s:6:\"149194\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:79:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/upload-file.svg\";s:2:\"2x\";s:79:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/upload-file.svg\";}s:5:\"title\";s:11:\"Upload File\";s:4:\"slug\";s:15:\"edd-upload-file\";s:7:\"version\";s:5:\"2.1.5\";s:7:\"updated\";s:19:\"2025-01-09 22:09:33\";s:11:\"php_version\";s:3:\"5.4\";s:10:\"wp_version\";s:0:\"\";s:7:\"excerpt\";s:69:\"Allows customers to upload files before or after completing an order.\";s:2:\"id\";i:149194;s:12:\"requirements\";O:8:\"stdClass\":2:{s:3:\"php\";s:3:\"5.4\";s:22:\"easy-digital-downloads\";s:3:\"2.9\";}s:5:\"image\";s:101:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2017/04/upload-file-product-image-750x375.png\";s:10:\"categories\";a:2:{i:0;i:1592;i:1;i:2164;}s:4:\"tags\";a:0:{}s:11:\"custom_meta\";O:8:\"stdClass\":7:{s:8:\"basename\";s:35:\"edd-upload-file/edd-upload-file.php\";s:12:\"settings_tab\";s:10:\"extensions\";s:16:\"settings_section\";s:11:\"upload-file\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:79:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/upload-file.svg\";s:12:\"changelog_id\";b:0;s:29:\"pricing_table_display_options\";O:8:\"stdClass\":3:{s:21:\"hide_on_pricing_table\";b:0;s:19:\"pricing_table_title\";s:16:\"Customer Uploads\";s:21:\"pricing_table_tooltip\";s:64:\"Allow customers to upload files and attach them to their orders.\";}}s:5:\"terms\";O:8:\"stdClass\":2:{s:10:\"extensions\";s:10:\"Extensions\";s:17:\"professional-pass\";s:17:\"Professional Pass\";}}s:4:\"3408\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:80:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/user-history.svg\";s:2:\"2x\";s:80:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/user-history.svg\";}s:5:\"title\";s:12:\"User History\";s:4:\"slug\";s:12:\"user-history\";s:7:\"version\";s:5:\"1.6.2\";s:7:\"updated\";s:19:\"2023-01-11 09:46:57\";s:11:\"php_version\";s:0:\"\";s:10:\"wp_version\";s:0:\"\";s:7:\"excerpt\";s:61:\"Track a user\'s path on your site before completing purchases.\";s:2:\"id\";i:3408;s:12:\"requirements\";a:0:{}s:5:\"image\";s:102:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2017/10/user-history-product-image-750x375.png\";s:10:\"categories\";a:4:{i:0;i:1526;i:1;i:1532;i:2;i:1592;i:3;i:1520;}s:4:\"tags\";a:0:{}s:11:\"custom_meta\";O:8:\"stdClass\":5:{s:8:\"basename\";s:37:\"edd-user-history/edd-user-history.php\";s:12:\"settings_tab\";s:0:\"\";s:16:\"settings_section\";s:0:\"\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:80:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/user-history.svg\";}s:5:\"terms\";O:8:\"stdClass\":4:{s:10:\"accounting\";s:10:\"Accounting\";s:9:\"analytics\";s:9:\"Analytics\";s:10:\"extensions\";s:10:\"Extensions\";s:7:\"popular\";s:7:\"Popular\";}}s:5:\"79634\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:93:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/variable-pricing-switcher.svg\";s:2:\"2x\";s:93:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/variable-pricing-switcher.svg\";}s:5:\"title\";s:25:\"Variable Pricing Switcher\";s:4:\"slug\";s:25:\"variable-pricing-switcher\";s:7:\"version\";s:5:\"1.0.5\";s:7:\"updated\";s:19:\"2025-01-09 22:10:40\";s:11:\"php_version\";s:0:\"\";s:10:\"wp_version\";s:0:\"\";s:7:\"excerpt\";s:54:\"Allow variable prices to be switched on checkout page.\";s:2:\"id\";i:79634;s:12:\"requirements\";a:0:{}s:5:\"image\";s:107:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2016/10/variable-pricing-switcher-image-750x375.png\";s:10:\"categories\";a:4:{i:0;i:2165;i:1;i:1592;i:2;i:2166;i:3;i:2164;}s:4:\"tags\";a:0:{}s:11:\"custom_meta\";O:8:\"stdClass\":7:{s:8:\"basename\";s:63:\"edd-variable-pricing-switcher/edd-variable-pricing-switcher.php\";s:12:\"settings_tab\";s:10:\"extensions\";s:16:\"settings_section\";s:3:\"vps\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:93:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/variable-pricing-switcher.svg\";s:12:\"changelog_id\";b:0;s:29:\"pricing_table_display_options\";O:8:\"stdClass\":3:{s:21:\"hide_on_pricing_table\";b:0;s:19:\"pricing_table_title\";s:0:\"\";s:21:\"pricing_table_tooltip\";s:57:\"Allow customers to change product variations at checkout.\";}}s:5:\"terms\";O:8:\"stdClass\":4:{s:13:\"extended-pass\";s:13:\"Extended Pass\";s:10:\"extensions\";s:10:\"Extensions\";s:13:\"personal-pass\";s:13:\"Personal Pass\";s:17:\"professional-pass\";s:17:\"Professional Pass\";}}s:6:\"616952\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:74:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/wallet.svg\";s:2:\"2x\";s:74:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/wallet.svg\";}s:5:\"title\";s:6:\"Wallet\";s:4:\"slug\";s:6:\"wallet\";s:7:\"version\";s:5:\"1.2.1\";s:7:\"updated\";s:19:\"2024-07-29 15:28:51\";s:11:\"php_version\";s:3:\"7.1\";s:10:\"wp_version\";s:3:\"5.4\";s:7:\"excerpt\";s:53:\"Easily add a credit and deposit system to your store.\";s:2:\"id\";i:616952;s:12:\"requirements\";O:8:\"stdClass\":3:{s:3:\"php\";s:3:\"7.1\";s:2:\"wp\";s:3:\"5.4\";s:22:\"easy-digital-downloads\";s:5:\"3.1.5\";}s:5:\"image\";s:86:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2016/04/edd-wallet-750x375.png\";s:10:\"categories\";a:5:{i:0;i:1526;i:1;i:2165;i:2;i:1592;i:3;i:1387;i:4;i:2164;}s:4:\"tags\";a:0:{}s:11:\"custom_meta\";O:8:\"stdClass\":6:{s:8:\"basename\";s:25:\"edd-wallet/edd-wallet.php\";s:12:\"settings_tab\";s:8:\"gateways\";s:16:\"settings_section\";s:6:\"wallet\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:74:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/wallet.svg\";s:12:\"changelog_id\";i:2319;}s:5:\"terms\";O:8:\"stdClass\":5:{s:10:\"accounting\";s:10:\"Accounting\";s:13:\"extended-pass\";s:13:\"Extended Pass\";s:10:\"extensions\";s:10:\"Extensions\";s:8:\"gateways\";s:8:\"Gateways\";s:17:\"professional-pass\";s:17:\"Professional Pass\";}}s:4:\"1514\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:80:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/widgets-pack.svg\";s:2:\"2x\";s:80:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/widgets-pack.svg\";}s:5:\"title\";s:12:\"Widgets Pack\";s:4:\"slug\";s:14:\"widgets-bundle\";s:7:\"version\";s:5:\"1.2.8\";s:7:\"updated\";s:19:\"2023-01-11 10:03:16\";s:11:\"php_version\";s:0:\"\";s:10:\"wp_version\";s:0:\"\";s:7:\"excerpt\";s:69:\"A bundle of 8 custom widgets specifically for Easy Digital Downloads.\";s:2:\"id\";i:1514;s:12:\"requirements\";a:0:{}s:5:\"image\";s:102:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2015/07/widgets-pack-product-image-750x375.png\";s:10:\"categories\";a:2:{i:0;i:1592;i:1;i:1520;}s:4:\"tags\";a:0:{}s:11:\"custom_meta\";O:8:\"stdClass\":5:{s:8:\"basename\";s:37:\"edd-widgets-pack/edd-widgets-pack.php\";s:12:\"settings_tab\";s:0:\"\";s:16:\"settings_section\";s:0:\"\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:80:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/widgets-pack.svg\";}s:5:\"terms\";O:8:\"stdClass\":2:{s:10:\"extensions\";s:10:\"Extensions\";s:7:\"popular\";s:7:\"Popular\";}}s:6:\"319476\";O:8:\"stdClass\":15:{s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:74:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/zapier.svg\";s:2:\"2x\";s:74:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/zapier.svg\";}s:5:\"title\";s:6:\"Zapier\";s:4:\"slug\";s:6:\"zapier\";s:7:\"version\";s:5:\"1.4.0\";s:7:\"updated\";s:19:\"2024-10-01 13:55:29\";s:11:\"php_version\";s:3:\"7.4\";s:10:\"wp_version\";s:3:\"5.8\";s:7:\"excerpt\";s:62:\"Integrate EDD with over 5,000 web services through Zapier.com.\";s:2:\"id\";i:319476;s:12:\"requirements\";O:8:\"stdClass\":3:{s:3:\"php\";s:3:\"7.4\";s:2:\"wp\";s:3:\"5.8\";s:22:\"easy-digital-downloads\";s:5:\"3.2.0\";}s:5:\"image\";s:96:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2022/07/zapier-download-icon-750x375.png\";s:10:\"categories\";a:6:{i:0;i:1526;i:1;i:1533;i:2;i:2165;i:3;i:1592;i:4;i:1520;i:5;i:2164;}s:4:\"tags\";a:1:{i:0;i:2167;}s:11:\"custom_meta\";O:8:\"stdClass\":6:{s:8:\"basename\";s:25:\"edd-zapier/edd-zapier.php\";s:12:\"settings_tab\";s:10:\"extensions\";s:16:\"settings_section\";s:6:\"zapier\";s:18:\"license_key_option\";s:0:\"\";s:4:\"icon\";s:74:\"https://easydigitaldownloads.com/wp-content/uploads/edd/2023/01/zapier.svg\";s:12:\"changelog_id\";i:2365;}s:5:\"terms\";O:8:\"stdClass\":7:{s:10:\"accounting\";s:10:\"Accounting\";s:5:\"email\";s:5:\"Email\";s:13:\"extended-pass\";s:13:\"Extended Pass\";s:10:\"extensions\";s:10:\"Extensions\";s:7:\"popular\";s:7:\"Popular\";s:17:\"professional-pass\";s:17:\"Professional Pass\";s:7:\"premium\";s:7:\"Premium\";}}}}', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(84100, 'action_scheduler_migration_status', 'complete', 'auto'),
(18658, 'wp_rocket_last_base_url', 'aHR0cHM6Ly9hY3RpdmVyZWFkaW5nLnh5ei8=', 'yes'),
(18641, 'wp_rocket_settings', 'a:73:{s:12:\"cache_mobile\";i:1;s:19:\"purge_cron_interval\";i:120;s:15:\"purge_cron_unit\";s:15:\"HOUR_IN_SECONDS\";s:10:\"minify_css\";i:1;s:11:\"exclude_css\";a:0:{}s:21:\"optimize_css_delivery\";s:1:\"1\";s:26:\"remove_unused_css_safelist\";a:0:{}s:12:\"critical_css\";s:0:\"\";s:9:\"minify_js\";i:1;s:17:\"exclude_inline_js\";a:0:{}s:10:\"exclude_js\";a:0:{}s:16:\"exclude_defer_js\";a:0:{}s:8:\"delay_js\";i:1;s:28:\"delay_js_exclusions_selected\";a:15:{i:0;s:36:\"dd0c5a5b-ec56-49f9-9aa4-89e1e3a6a28a\";i:1;s:36:\"980edf32-c64b-4370-bf23-c62b079e71c3\";i:2;s:36:\"2499bb90-0753-4b2b-9bd4-1525f94c7437\";i:3;s:36:\"6f460036-3106-4b8c-9951-d32de9b1258f\";i:4;s:36:\"ac2d5720-9418-468c-80a0-3874ee743c0f\";i:5;s:36:\"122e6ebb-51fd-477f-97fb-559593f1a48b\";i:6;s:36:\"219277ae-b2ac-4d42-913d-eaea40985295\";i:7;s:36:\"f632e3f4-20e6-471e-a78d-86afbea63586\";i:8;s:36:\"5d606add-ffb8-4a06-b295-5f722710fbfd\";i:9;s:36:\"742ec14a-27a1-4789-b9c8-a9c3a3cf7042\";i:10;s:36:\"05d3eb78-f574-49be-95e1-3f11714005d1\";i:11;s:36:\"b56bf06c-2f8c-4757-b536-a689fb0e75f9\";i:12;s:36:\"49c38c0a-43b9-4237-88cb-57ddd519f0ad\";i:13;s:36:\"2c1d0998-8ab5-478c-8eb9-9e375b46363e\";i:14;s:36:\"0627fe24-7e9d-400f-b064-d98bec2ba85e\";}s:19:\"delay_js_exclusions\";a:0:{}s:8:\"lazyload\";i:1;s:16:\"exclude_lazyload\";a:0:{}s:20:\"preload_excluded_uri\";a:0:{}s:12:\"dns_prefetch\";a:0:{}s:13:\"preload_fonts\";a:0:{}s:16:\"cache_reject_uri\";a:0:{}s:20:\"cache_reject_cookies\";a:0:{}s:15:\"cache_reject_ua\";a:0:{}s:17:\"cache_purge_pages\";a:0:{}s:19:\"cache_query_strings\";a:0:{}s:18:\"database_revisions\";i:1;s:22:\"database_trashed_posts\";i:1;s:22:\"database_spam_comments\";i:1;s:25:\"database_trashed_comments\";i:1;s:23:\"database_all_transients\";i:1;s:24:\"database_optimize_tables\";i:1;s:26:\"schedule_automatic_cleanup\";i:1;s:27:\"automatic_cleanup_frequency\";s:5:\"daily\";s:10:\"cdn_cnames\";a:0:{}s:8:\"cdn_zone\";a:0:{}s:16:\"cdn_reject_files\";a:0:{}s:24:\"heartbeat_admin_behavior\";s:0:\"\";s:25:\"heartbeat_editor_behavior\";s:0:\"\";s:23:\"heartbeat_site_behavior\";s:0:\"\";s:18:\"cloudflare_api_key\";s:0:\"\";s:16:\"cloudflare_email\";s:0:\"\";s:18:\"cloudflare_zone_id\";s:0:\"\";s:18:\"sucury_waf_api_key\";s:0:\"\";s:12:\"consumer_key\";s:8:\"********\";s:14:\"consumer_email\";s:22:\"activated@wp-rocket.me\";s:10:\"secret_key\";s:8:\"619860fc\";s:7:\"license\";s:0:\"\";s:16:\"secret_cache_key\";s:0:\"\";s:14:\"minify_css_key\";s:22:\"66805f349b5d8835951013\";s:13:\"minify_js_key\";s:22:\"66805f349b5e3309811043\";s:7:\"version\";s:6:\"3.15.3\";s:23:\"cloudflare_old_settings\";s:0:\"\";s:9:\"cache_ssl\";i:1;s:19:\"minify_google_fonts\";i:0;s:5:\"emoji\";i:0;s:17:\"remove_unused_css\";i:1;s:9:\"async_css\";i:0;s:22:\"minify_concatenate_css\";s:0:\"\";s:16:\"async_css_mobile\";s:0:\"\";s:17:\"cache_logged_user\";i:0;s:23:\"do_caching_mobile_files\";i:0;s:21:\"minify_concatenate_js\";i:0;s:12:\"defer_all_js\";i:0;s:16:\"lazyload_iframes\";i:0;s:16:\"lazyload_youtube\";i:0;s:20:\"database_auto_drafts\";i:0;s:14:\"manual_preload\";i:0;s:21:\"sucury_waf_cache_sync\";i:0;s:17:\"control_heartbeat\";i:0;s:3:\"cdn\";i:0;s:18:\"varnish_auto_purge\";i:0;s:16:\"image_dimensions\";i:0;s:39:\"delay_js_exclusions_selected_exclusions\";a:32:{i:0;s:19:\"amazon-adsystem.com\";i:1;s:11:\"adsbygoogle\";i:2;s:33:\"google-analytics.com/analytics.js\";i:3;s:6:\"ga\\( \'\";i:4;s:5:\"ga\\(\'\";i:5;s:19:\"maps.googleapis.com\";i:6;s:15:\"maps.google.com\";i:7;s:17:\"a,s,y,n,c,h,i,d,e\";i:8;s:30:\"googleoptimize.com/optimize.js\";i:9;s:10:\"async-hide\";i:10;s:9:\"recaptcha\";i:11;s:8:\"/gtag/js\";i:12;s:6:\"gtag\\(\";i:13;s:7:\"/gtm.js\";i:14;s:10:\"async-hide\";i:15;s:45:\"/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js\";i:16;s:25:\"/jquery-migrate(.min)?.js\";i:17;s:18:\"js(.*).hsforms.net\";i:18;s:18:\"hbspt.forms.create\";i:19;s:37:\"MeetingsEmbed/ex/MeetingsEmbedCode.js\";i:20;s:16:\"widget.refari.co\";i:21;s:6:\"refari\";i:22;s:35:\"/carousel-inline-iframeless/dist.js\";i:23;s:20:\"carouselInlineWidget\";i:24;s:13:\"js.stripe.com\";i:25;s:7:\"typekit\";i:26;s:18:\"/ad-manager.min.js\";i:27;s:8:\"__vm_add\";i:28;s:15:\"fast.wistia.com\";i:29;s:24:\"/assets/external/E-v1.js\";i:30;s:9:\"yandex.ru\";i:31;s:18:\"window.yaContextCb\";}}', 'yes'),
(18642, 'action_scheduler_hybrid_store_demarkation', '63', 'yes'),
(18643, 'schema-ActionScheduler_StoreSchema', '6.0.1701792020', 'yes'),
(18644, 'schema-ActionScheduler_LoggerSchema', '3.0.1701792020', 'yes'),
(18649, 'action_scheduler_lock_async-request-runner', '1771847584', 'yes'),
(18855, 'wordfence_lastSyncAttackData', '1771847418', 'off'),
(18853, 'wordfence_syncAttackDataAttempts', '0', 'off'),
(18854, 'wordfence_syncingAttackData', '0', 'off'),
(73088, 'RTL-CareUnit-PIL', 'q1bKSS1LzVGyUnJMLsksSyzJzM9T0lEqLkksKS0GigaXJienFhcDhVJSi5OLMgvACqyUlGoB', 'no'),
(73092, 'widget_tree_post_cat', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(73089, 'widget_tarlanweb_ir_npost', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(73090, 'widget_tarlanweb_ir_prand', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(73091, 'widget_tarlanweb_ir1_view2', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(73103, 'option_tree', 'a:77:{s:13:\"off_slider_on\";s:2:\"on\";s:10:\"off_sl_num\";s:1:\"3\";s:8:\"eoff_txt\";s:46:\"<i class=\"icofont-worried\"></i> تمام شد!\";s:7:\"onf_blg\";s:2:\"on\";s:10:\"blog_title\";s:0:\"\";s:7:\"blog_pe\";s:0:\"\";s:7:\"blg_cat\";s:0:\"\";s:8:\"blog_num\";s:0:\"\";s:8:\"blog_mre\";s:27:\"مقالات بیشتر ...\";s:7:\"favicon\";s:72:\"https://activereading.xyz/wp-content/themes/lotusfile/images/favicon.ico\";s:5:\"logos\";s:69:\"https://activereading.xyz/wp-content/themes/lotusfile/images/logo.png\";s:11:\"site_titles\";s:45:\"فروشگاه فایل های دانلودی\";s:6:\"site_p\";s:68:\"دانلود فایل بلافاصله پس از پرداخت وجه\";s:8:\"login_pp\";s:38:\"https://activereading.xyz/wp-login.php\";s:7:\"post_on\";s:2:\"on\";s:5:\"st_on\";s:2:\"on\";s:11:\"darkmode_on\";s:2:\"on\";s:10:\"dark_modes\";s:3:\"off\";s:7:\"rel_num\";s:1:\"4\";s:7:\"info_on\";s:3:\"off\";s:6:\"info_p\";s:0:\"\";s:8:\"info_url\";s:0:\"\";s:11:\"info_button\";s:12:\"مشاهده\";s:10:\"info_hidde\";s:2:\"24\";s:12:\"navar_txt_on\";s:2:\"on\";s:13:\"navar1_txt_on\";s:2:\"on\";s:12:\"mobile_color\";s:7:\"#49962d\";s:12:\"mobile_tells\";s:0:\"\";s:14:\"mobile_dark_on\";s:2:\"on\";s:12:\"profile_page\";s:0:\"\";s:13:\"useredit_page\";s:0:\"\";s:14:\"favorites_page\";s:0:\"\";s:11:\"wallet_page\";s:0:\"\";s:14:\"dlupdates_page\";s:0:\"\";s:12:\"histori_page\";s:0:\"\";s:11:\"ticket_page\";s:0:\"\";s:12:\"tickets_page\";s:0:\"\";s:6:\"onf_up\";s:2:\"on\";s:10:\"ft_amar_on\";s:2:\"on\";s:6:\"abt_on\";s:2:\"on\";s:11:\"about_title\";s:17:\"درباره ما\";s:7:\"about_p\";s:0:\"\";s:11:\"address_box\";s:0:\"\";s:11:\"address_tel\";s:0:\"\";s:12:\"address_mail\";s:0:\"\";s:10:\"copy_right\";s:92:\"کلیه حقوق وب سایت برای <span>لوتوس فایل</span> محفوظ است.\";s:13:\"instagram_url\";s:0:\"\";s:12:\"telegram_url\";s:0:\"\";s:12:\"facebook_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"twitter_url\";s:0:\"\";s:10:\"aparat_url\";s:0:\"\";s:10:\"shop_title\";s:24:\"خرید و دانلود\";s:9:\"course_tt\";s:19:\"سرفصل دوره\";s:6:\"rel_dl\";s:1:\"4\";s:8:\"bu_helps\";s:34:\"راهنمای خرید محصول\";s:9:\"buy_helps\";s:0:\"\";s:9:\"buy_roles\";s:0:\"\";s:8:\"buy_c_on\";s:2:\"on\";s:7:\"sup_onf\";s:2:\"on\";s:6:\"sup_tt\";s:31:\"پشتیبانی محصولات\";s:9:\"sup_icons\";s:9:\"life-buoy\";s:7:\"sp_icns\";s:13:\"headphone-alt\";s:7:\"sup_tee\";s:31:\"پشتیبانی محصولات\";s:6:\"sup_pe\";s:122:\"برای پشتیبانی محصولات ترلان وب از راه های ارتباطی زیر استفاده کنید.\";s:6:\"sup_al\";s:63:\"معمولا کمتر از 20 دقیقه پاسخ میدهیم.\";s:8:\"post_tar\";s:2:\"on\";s:6:\"pr_tar\";s:2:\"on\";s:6:\"sl_tar\";s:2:\"on\";s:6:\"im_tar\";s:2:\"on\";s:7:\"cont_ft\";s:24:\"فرم تماس باما\";s:7:\"cont_fp\";s:85:\"جهت تماس باما میتوانید از فرم زیر استفاده کنید.\";s:8:\"cont_fsh\";s:0:\"\";s:8:\"cont_tel\";s:0:\"\";s:10:\"cont_addre\";s:0:\"\";s:9:\"cont_mail\";s:0:\"\";s:13:\"googles_mapss\";s:0:\"\";}', 'yes'),
(73104, 'theme_mods_lotusfile', 'a:2:{s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:1:{s:8:\"top_menu\";i:22;}}', 'yes'),
(73106, 'rcuPluginLastHealthyServerIndex', '2', 'off'),
(73111, 'RTL-CareUnit-FPA', '1', 'yes'),
(73118, 'current_theme', 'Lotus File (Edd)', 'yes'),
(73119, 'theme_switched', '', 'yes'),
(73120, 'RTL-CareUnit-PCS', 'iyjV9vHO8jMrzAioSkn0LfUv9St29TIz1_YPzC8zS8nLc0s1CnDJT64MLjf18Ikq9gh1ColIDAzycEqqsogqyQp0LQu3TC91MUz3MI7KcQ1xdTMJiAhOTAoKzHAzivJIzIg0LctNCnEqdMu2BQA', 'off'),
(73125, 'ot_media_post_ID', '71', 'yes'),
(73137, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}', 'off'),
(85291, 'wp_calendar_block_has_published_posts', '1', 'auto'),
(88283, 'user_role_editor', 'a:1:{s:11:\"ure_version\";s:6:\"4.64.2\";}', 'auto'),
(88286, 'wp_backup_user_roles', 'a:11:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:138:{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:20:\"wpseo_manage_options\";b:1;s:17:\"view_shop_reports\";b:1;s:24:\"view_shop_sensitive_data\";b:1;s:19:\"export_shop_reports\";b:1;s:21:\"manage_shop_discounts\";b:1;s:20:\"manage_shop_settings\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:18:\"view_product_stats\";b:1;s:15:\"import_products\";b:1;s:17:\"edit_shop_payment\";b:1;s:17:\"read_shop_payment\";b:1;s:19:\"delete_shop_payment\";b:1;s:18:\"edit_shop_payments\";b:1;s:25:\"edit_others_shop_payments\";b:1;s:21:\"publish_shop_payments\";b:1;s:26:\"read_private_shop_payments\";b:1;s:20:\"delete_shop_payments\";b:1;s:28:\"delete_private_shop_payments\";b:1;s:30:\"delete_published_shop_payments\";b:1;s:27:\"delete_others_shop_payments\";b:1;s:26:\"edit_private_shop_payments\";b:1;s:28:\"edit_published_shop_payments\";b:1;s:25:\"manage_shop_payment_terms\";b:1;s:23:\"edit_shop_payment_terms\";b:1;s:25:\"delete_shop_payment_terms\";b:1;s:25:\"assign_shop_payment_terms\";b:1;s:23:\"view_shop_payment_stats\";b:1;s:20:\"import_shop_payments\";b:1;s:18:\"edit_shop_discount\";b:1;s:18:\"read_shop_discount\";b:1;s:20:\"delete_shop_discount\";b:1;s:19:\"edit_shop_discounts\";b:1;s:26:\"edit_others_shop_discounts\";b:1;s:22:\"publish_shop_discounts\";b:1;s:27:\"read_private_shop_discounts\";b:1;s:21:\"delete_shop_discounts\";b:1;s:29:\"delete_private_shop_discounts\";b:1;s:31:\"delete_published_shop_discounts\";b:1;s:28:\"delete_others_shop_discounts\";b:1;s:27:\"edit_private_shop_discounts\";b:1;s:29:\"edit_published_shop_discounts\";b:1;s:26:\"manage_shop_discount_terms\";b:1;s:24:\"edit_shop_discount_terms\";b:1;s:26:\"delete_shop_discount_terms\";b:1;s:26:\"assign_shop_discount_terms\";b:1;s:24:\"view_shop_discount_stats\";b:1;s:21:\"import_shop_discounts\";b:1;s:23:\"wf2fa_activate_2fa_self\";b:1;s:25:\"wf2fa_activate_2fa_others\";b:1;s:21:\"wf2fa_manage_settings\";b:1;s:21:\"rocket_manage_options\";b:1;s:18:\"rocket_purge_cache\";b:1;s:18:\"rocket_purge_posts\";b:1;s:18:\"rocket_purge_terms\";b:1;s:18:\"rocket_purge_users\";b:1;s:29:\"rocket_purge_cloudflare_cache\";b:1;s:25:\"rocket_purge_sucuri_cache\";b:1;s:20:\"rocket_preload_cache\";b:1;s:30:\"rocket_regenerate_critical_css\";b:1;s:24:\"rocket_remove_unused_css\";b:1;s:22:\"wpseo_manage_redirects\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:37:{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:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:22:\"wpseo_manage_redirects\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{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: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:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:39:{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:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;s:23:\"view_site_health_checks\";b:1;s:22:\"wpseo_manage_redirects\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:37:{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:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:22:\"wpseo_manage_redirects\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:23:\"مدیر فروشگاه\";s:12:\"capabilities\";a:90:{s:4:\"read\";b:1;s:10:\"edit_posts\";b:1;s:12:\"delete_posts\";b:1;s:15:\"unfiltered_html\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:19:\"delete_others_pages\";b:1;s:19:\"delete_others_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:17:\"edit_others_posts\";b:1;s:10:\"edit_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:13:\"publish_pages\";b:1;s:13:\"publish_posts\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:17:\"view_shop_reports\";b:1;s:24:\"view_shop_sensitive_data\";b:1;s:19:\"export_shop_reports\";b:1;s:20:\"manage_shop_settings\";b:1;s:21:\"manage_shop_discounts\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:18:\"view_product_stats\";b:1;s:15:\"import_products\";b:1;s:17:\"edit_shop_payment\";b:1;s:17:\"read_shop_payment\";b:1;s:19:\"delete_shop_payment\";b:1;s:18:\"edit_shop_payments\";b:1;s:25:\"edit_others_shop_payments\";b:1;s:21:\"publish_shop_payments\";b:1;s:26:\"read_private_shop_payments\";b:1;s:20:\"delete_shop_payments\";b:1;s:28:\"delete_private_shop_payments\";b:1;s:30:\"delete_published_shop_payments\";b:1;s:27:\"delete_others_shop_payments\";b:1;s:26:\"edit_private_shop_payments\";b:1;s:28:\"edit_published_shop_payments\";b:1;s:25:\"manage_shop_payment_terms\";b:1;s:23:\"edit_shop_payment_terms\";b:1;s:25:\"delete_shop_payment_terms\";b:1;s:25:\"assign_shop_payment_terms\";b:1;s:23:\"view_shop_payment_stats\";b:1;s:20:\"import_shop_payments\";b:1;s:18:\"edit_shop_discount\";b:1;s:18:\"read_shop_discount\";b:1;s:20:\"delete_shop_discount\";b:1;s:19:\"edit_shop_discounts\";b:1;s:26:\"edit_others_shop_discounts\";b:1;s:22:\"publish_shop_discounts\";b:1;s:27:\"read_private_shop_discounts\";b:1;s:21:\"delete_shop_discounts\";b:1;s:29:\"delete_private_shop_discounts\";b:1;s:31:\"delete_published_shop_discounts\";b:1;s:28:\"delete_others_shop_discounts\";b:1;s:27:\"edit_private_shop_discounts\";b:1;s:29:\"edit_published_shop_discounts\";b:1;s:26:\"manage_shop_discount_terms\";b:1;s:24:\"edit_shop_discount_terms\";b:1;s:26:\"delete_shop_discount_terms\";b:1;s:26:\"assign_shop_discount_terms\";b:1;s:24:\"view_shop_discount_stats\";b:1;s:21:\"import_shop_discounts\";b:1;}}s:15:\"shop_accountant\";a:2:{s:4:\"name\";s:29:\"حسابدار فروشگاه\";s:12:\"capabilities\";a:8:{s:4:\"read\";b:1;s:10:\"edit_posts\";b:0;s:12:\"delete_posts\";b:0;s:13:\"edit_products\";b:1;s:21:\"read_private_products\";b:1;s:17:\"view_shop_reports\";b:1;s:19:\"export_shop_reports\";b:1;s:18:\"edit_shop_payments\";b:1;}}s:11:\"shop_worker\";a:2:{s:4:\"name\";s:27:\"کارمند فروشگاه\";s:12:\"capabilities\";a:61:{s:4:\"read\";b:1;s:10:\"edit_posts\";b:0;s:12:\"upload_files\";b:1;s:12:\"delete_posts\";b:0;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:18:\"view_product_stats\";b:1;s:15:\"import_products\";b:1;s:17:\"edit_shop_payment\";b:1;s:17:\"read_shop_payment\";b:1;s:19:\"delete_shop_payment\";b:1;s:18:\"edit_shop_payments\";b:1;s:25:\"edit_others_shop_payments\";b:1;s:21:\"publish_shop_payments\";b:1;s:26:\"read_private_shop_payments\";b:1;s:20:\"delete_shop_payments\";b:1;s:28:\"delete_private_shop_payments\";b:1;s:30:\"delete_published_shop_payments\";b:1;s:27:\"delete_others_shop_payments\";b:1;s:26:\"edit_private_shop_payments\";b:1;s:28:\"edit_published_shop_payments\";b:1;s:25:\"manage_shop_payment_terms\";b:1;s:23:\"edit_shop_payment_terms\";b:1;s:25:\"delete_shop_payment_terms\";b:1;s:25:\"assign_shop_payment_terms\";b:1;s:23:\"view_shop_payment_stats\";b:1;s:20:\"import_shop_payments\";b:1;s:18:\"edit_shop_discount\";b:1;s:18:\"read_shop_discount\";b:1;s:20:\"delete_shop_discount\";b:1;s:19:\"edit_shop_discounts\";b:1;s:26:\"edit_others_shop_discounts\";b:1;s:22:\"publish_shop_discounts\";b:1;s:27:\"read_private_shop_discounts\";b:1;s:21:\"delete_shop_discounts\";b:1;s:29:\"delete_private_shop_discounts\";b:1;s:31:\"delete_published_shop_discounts\";b:1;s:28:\"delete_others_shop_discounts\";b:1;s:27:\"edit_private_shop_discounts\";b:1;s:29:\"edit_published_shop_discounts\";b:1;s:26:\"manage_shop_discount_terms\";b:1;s:24:\"edit_shop_discount_terms\";b:1;s:26:\"delete_shop_discount_terms\";b:1;s:26:\"assign_shop_discount_terms\";b:1;s:24:\"view_shop_discount_stats\";b:1;s:21:\"import_shop_discounts\";b:1;}}s:11:\"shop_vendor\";a:2:{s:4:\"name\";s:12:\"فرشنده\";s:12:\"capabilities\";a:11:{s:4:\"read\";b:1;s:10:\"edit_posts\";b:0;s:12:\"upload_files\";b:1;s:12:\"delete_posts\";b:0;s:12:\"edit_product\";b:1;s:13:\"edit_products\";b:1;s:14:\"delete_product\";b:1;s:15:\"delete_products\";b:1;s:16:\"publish_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"assign_product_terms\";b:1;}}}', 'off'),
(88287, 'ure_tasks_queue', 'a:0:{}', 'auto'),
(88304, 'ure_role_additional_options_values', 'a:1:{s:6:\"editor\";a:0:{}}', 'auto'),
(124350, 'duplicator_pro_license_key', 'activated', 'auto'),
(124351, 'duplicator_pro_capabilities', 'a:9:{s:20:\"duplicator_pro_basic\";a:2:{s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:5:\"users\";a:0:{}}s:21:\"duplicator_pro_create\";a:2:{s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:5:\"users\";a:0:{}}s:23:\"duplicator_pro_schedule\";a:2:{s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:5:\"users\";a:0:{}}s:22:\"duplicator_pro_storage\";a:2:{s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:5:\"users\";a:0:{}}s:29:\"duplicator_pro_backup_restore\";a:2:{s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:5:\"users\";a:0:{}}s:21:\"duplicator_pro_import\";a:2:{s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:5:\"users\";a:0:{}}s:21:\"duplicator_pro_export\";a:2:{s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:5:\"users\";a:0:{}}s:23:\"duplicator_pro_settings\";a:2:{s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:5:\"users\";a:0:{}}s:22:\"duplicator_pro_license\";a:2:{s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:5:\"users\";a:0:{}}}', 'auto'),
(124354, 'edd_sl_a3082723c63b116f21b97dfd1be654bd', 'a:2:{s:7:\"timeout\";i:1731825522;s:5:\"value\";s:2:\"\"\"\";}', 'off'),
(124355, 'duplicator_pro_plugin_version', '4.5.11', 'on'),
(124356, 'duplicator_expire_tmp_cleanup_check', '{\"expire\":1771887774,\"value\":true}', 'on'),
(124357, 'duplicator_expire_daily_bootstrap_actions', '{\"expire\":1771887774,\"value\":true}', 'on'),
(124358, 'duplicator_expire_rename_delay', '{\"expire\":1771886906,\"value\":true}', 'on'),
(124360, 'duplicator_expire_duplicator_pro_frotend_delay', '{\"expire\":1771857755,\"value\":true}', 'on'),
(124361, 'duplicator_expire_license_check', '{\"expire\":1771857756,\"value\":true}', 'on');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(124366, 'duplicator_pro_package_active', '{\n    \"ID\": null,\n    \"Created\": \"2024-11-16 18:40:50\",\n    \"Version\": \"4.5.11\",\n    \"VersionWP\": \"6.7\",\n    \"VersionDB\": \"10.6.20\",\n    \"VersionPHP\": \"7.4.33\",\n    \"VersionOS\": \"Linux\",\n    \"Name\": \"takbooksup\",\n    \"Hash\": \"167e15a77bec44259177_20241116184050\",\n    \"NameHash\": \"takbooksup_167e15a77bec44259177_20241116184050\",\n    \"Type\": 0,\n    \"notes\": \"\",\n    \"StorePath\": \"\\/home\\/activeeee\\/public_html\\/wp-content\\/backups-dup-pro\\/tmp\",\n    \"StoreURL\": \"https:\\/\\/activereading.xyz\\/wp-content\\/backups-dup-pro\\/\",\n    \"ScanFile\": \"takbooksup_167e15a77bec44259177_20241116184050_scan.json\",\n    \"timer_start\": -1,\n    \"Runtime\": \"\",\n    \"ExeSize\": \"0\",\n    \"ZipSize\": \"0\",\n    \"Brand\": \"Default\",\n    \"Brand_ID\": -1,\n    \"ziparchive_mode\": 0,\n    \"Archive\": {\n        \"ExportOnlyDB\": 0,\n        \"FilterDirs\": \"\",\n        \"FilterExts\": \"\",\n        \"FilterFiles\": \"\",\n        \"FilterDirsAll\": [\n            \"\\/home\\/activeeee\\/public_html\\/.opcache\",\n            \"\\/home\\/activeeee\\/public_html\\/.tmb\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-content\\/ai1wm-backups\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-content\\/backups-dup-lite\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-content\\/backups-dup-pro\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-content\\/backups-dup-pro\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-content\\/backupwordpress\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-content\\/bps-backup\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-content\\/cache\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-content\\/content\\/cache\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-content\\/contents\\/cache\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-content\\/infinitewp\\/backups\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-content\\/managewp\\/backups\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-content\\/old-cache\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/storage\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-content\\/plugins\\/really-simple-captcha\\/tmp\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-content\\/plugins\\/wordfence\\/tmp\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-content\\/updraft\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-content\\/uploads\\/aiowps_backups\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-content\\/uploads\\/backup-guard\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-content\\/uploads\\/backupbuddy_backups\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-content\\/uploads\\/backupbuddy_temp\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-content\\/uploads\\/ithemes-security\\/backups\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-content\\/uploads\\/mainwp\\/backup\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-content\\/uploads\\/pb_backupbuddy\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-content\\/uploads\\/snapshots\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-content\\/uploads\\/sucuri\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-content\\/uploads\\/wp-clone\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-content\\/uploads\\/wp_all_backup\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-content\\/uploads\\/wpbackitup_backups\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-content\\/wfcache\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-content\\/wishlist-backup\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-content\\/wpvividbackups\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-snapshots\"\n        ],\n        \"FilterExtsAll\": [],\n        \"FilterFilesAll\": [\n            \".DS_Store\",\n            \"\\/home\\/activeeee\\/public_html\\/.htaccess\",\n            \"\\/home\\/activeeee\\/public_html\\/.user.ini\",\n            \"\\/home\\/activeeee\\/public_html\\/php.ini\",\n            \"\\/home\\/activeeee\\/public_html\\/web.config\",\n            \"\\/home\\/activeeee\\/public_html\\/wp-config.php\",\n            \"dbcache\",\n            \"debug_log\",\n            \"error_log\",\n            \"objectcache\",\n            \"pgcache\",\n            \"ws_ftp.log\"\n        ],\n        \"FilterOn\": 0,\n        \"FilterNames\": false,\n        \"File\": null,\n        \"Format\": \"ZIP\",\n        \"PackDir\": \"\\/home\\/activeeee\\/public_html\",\n        \"Size\": 240198200,\n        \"Dirs\": null,\n        \"DirCount\": 2507,\n        \"RecursiveLinks\": [],\n        \"Files\": null,\n        \"FileCount\": 14246,\n        \"file_count\": -1,\n        \"FilterInfo\": {\n            \"Dirs\": {\n                \"AddonSites\": [],\n                \"Size\": [],\n                \"Core\": [],\n                \"Global\": [],\n                \"Instance\": [],\n                \"Unreadable\": []\n            },\n            \"Files\": {\n                \"Size\": [],\n                \"Core\": [],\n                \"Global\": [],\n                \"Instance\": [],\n                \"Unreadable\": []\n            },\n            \"Exts\": {\n                \"Core\": [],\n                \"Global\": [],\n                \"Instance\": [],\n                \"Unreadable\": []\n            },\n            \"TreeSize\": null\n        },\n        \"ListDelimiter\": \"\\n\"\n    },\n    \"Multisite\": {\n        \"FilterSites\": \"\"\n    },\n    \"Installer\": {\n        \"File\": \"\",\n        \"Size\": 0,\n        \"OptsSecureOn\": 0,\n        \"passowrd\": \"v+vlngRjXDRRAI61HXJW4ebLg67TbbTG\\/wjWoNzeJ8iQcb58boUoW375iJw7A3JpQYIexkURtr9g2Gttm6wr6Q==\",\n        \"OptsSecurePass\": \"\",\n        \"OptsSkipScan\": 0,\n        \"OptsDBHost\": \"\",\n        \"OptsDBName\": \"\",\n        \"OptsDBUser\": \"\",\n        \"OptsCPNLHost\": \"\",\n        \"OptsCPNLUser\": \"\",\n        \"OptsCPNLPass\": \"\",\n        \"OptsCPNLEnable\": 0,\n        \"OptsCPNLConnect\": false,\n        \"OptsCPNLDBAction\": \"create\",\n        \"OptsCPNLDBHost\": \"\",\n        \"OptsCPNLDBName\": \"\",\n        \"OptsCPNLDBUser\": \"\",\n        \"numFilesAdded\": 0,\n        \"numDirsAdded\": 0\n    },\n    \"Database\": {\n        \"info\": {\n            \"buildMode\": \"PHPCHUNKING\",\n            \"charSetList\": [\n                \"utf8mb4\",\n                \"utf8mb3\",\n                \"latin1\"\n            ],\n            \"collationList\": [\n                \"latin1_swedish_ci\",\n                \"utf8mb3_general_ci\",\n                \"utf8mb4_unicode_520_ci\",\n                \"utf8mb4_unicode_ci\"\n            ],\n            \"engineList\": [\n                \"MyISAM\",\n                \"InnoDB\",\n                \"MEMORY\"\n            ],\n            \"isTablesUpperCase\": false,\n            \"isNameUpperCase\": false,\n            \"name\": \"activeeee_wp\",\n            \"tablesBaseCount\": 77,\n            \"tablesFinalCount\": 77,\n            \"muFilteredTableCount\": 0,\n            \"tablesRowCount\": 30882,\n            \"tablesSizeOnDisk\": 9277344,\n            \"tablesList\": {\n                \"wp_actionscheduler_actions\": {\n                    \"inaccurateRows\": 4,\n                    \"insertedRows\": false,\n                    \"size\": 19456\n                },\n                \"wp_actionscheduler_claims\": {\n                    \"inaccurateRows\": 2,\n                    \"insertedRows\": false,\n                    \"size\": 3114\n                },\n                \"wp_actionscheduler_groups\": {\n                    \"inaccurateRows\": 3,\n                    \"insertedRows\": false,\n                    \"size\": 9312\n                },\n                \"wp_actionscheduler_logs\": {\n                    \"inaccurateRows\": 12,\n                    \"insertedRows\": false,\n                    \"size\": 4768\n                },\n                \"wp_commentmeta\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": false,\n                    \"size\": 4096\n                },\n                \"wp_comments\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": false,\n                    \"size\": 1024\n                },\n                \"wp_duplicator_pro_entities\": {\n                    \"inaccurateRows\": 5,\n                    \"insertedRows\": false,\n                    \"size\": 32768\n                },\n                \"wp_duplicator_pro_packages\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": false,\n                    \"size\": 32768\n                },\n                \"wp_edd_adjustmentmeta\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": false,\n                    \"size\": 4096\n                },\n                \"wp_edd_adjustments\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": false,\n                    \"size\": 1024\n                },\n                \"wp_edd_customermeta\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": false,\n                    \"size\": 4096\n                },\n                \"wp_edd_customers\": {\n                    \"inaccurateRows\": 2,\n                    \"insertedRows\": false,\n                    \"size\": 8456\n                },\n                \"wp_edd_customer_addresses\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": false,\n                    \"size\": 1024\n                },\n                \"wp_edd_customer_email_addresses\": {\n                    \"inaccurateRows\": 2,\n                    \"insertedRows\": false,\n                    \"size\": 9448\n                },\n                \"wp_edd_logmeta\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": false,\n                    \"size\": 4096\n                },\n                \"wp_edd_logs\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": false,\n                    \"size\": 1024\n                },\n                \"wp_edd_logs_api_requestmeta\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": false,\n                    \"size\": 4096\n                },\n                \"wp_edd_logs_api_requests\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": false,\n                    \"size\": 1024\n                },\n                \"wp_edd_logs_file_downloadmeta\": {\n                    \"inaccurateRows\": 1,\n                    \"insertedRows\": false,\n                    \"size\": 10352\n                },\n                \"wp_edd_logs_file_downloads\": {\n                    \"inaccurateRows\": 2,\n                    \"insertedRows\": false,\n                    \"size\": 5400\n                },\n                \"wp_edd_notemeta\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": false,\n                    \"size\": 4096\n                },\n                \"wp_edd_notes\": {\n                    \"inaccurateRows\": 8,\n                    \"insertedRows\": false,\n                    \"size\": 6256\n                },\n                \"wp_edd_notifications\": {\n                    \"inaccurateRows\": 15,\n                    \"insertedRows\": false,\n                    \"size\": 12736\n                },\n                \"wp_edd_ordermeta\": {\n                    \"inaccurateRows\": 4,\n                    \"insertedRows\": false,\n                    \"size\": 10504\n                },\n                \"wp_edd_orders\": {\n                    \"inaccurateRows\": 2,\n                    \"insertedRows\": false,\n                    \"size\": 18908\n                },\n                \"wp_edd_order_addresses\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": false,\n                    \"size\": 4096\n                },\n                \"wp_edd_order_adjustmentmeta\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": false,\n                    \"size\": 4096\n                },\n                \"wp_edd_order_adjustments\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": false,\n                    \"size\": 1024\n                },\n                \"wp_edd_order_itemmeta\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": false,\n                    \"size\": 4096\n                },\n                \"wp_edd_order_items\": {\n                    \"inaccurateRows\": 2,\n                    \"insertedRows\": false,\n                    \"size\": 5496\n                },\n                \"wp_edd_order_transactions\": {\n                    \"inaccurateRows\": 2,\n                    \"insertedRows\": false,\n                    \"size\": 9520\n                },\n                \"wp_e_events\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": false,\n                    \"size\": 1024\n                },\n                \"wp_e_submissions\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": false,\n                    \"size\": 4096\n                },\n                \"wp_e_submissions_actions_log\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": false,\n                    \"size\": 2048\n                },\n                \"wp_e_submissions_values\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": false,\n                    \"size\": 2048\n                },\n                \"wp_links\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": false,\n                    \"size\": 1024\n                },\n                \"wp_options\": {\n                    \"inaccurateRows\": 357,\n                    \"insertedRows\": false,\n                    \"size\": 1503888\n                },\n                \"wp_postmeta\": {\n                    \"inaccurateRows\": 257,\n                    \"insertedRows\": false,\n                    \"size\": 100264\n                },\n                \"wp_posts\": {\n                    \"inaccurateRows\": 46,\n                    \"insertedRows\": false,\n                    \"size\": 56004\n                },\n                \"wp_termmeta\": {\n                    \"inaccurateRows\": 1,\n                    \"insertedRows\": false,\n                    \"size\": 10472\n                },\n                \"wp_terms\": {\n                    \"inaccurateRows\": 4,\n                    \"insertedRows\": false,\n                    \"size\": 13524\n                },\n                \"wp_term_relationships\": {\n                    \"inaccurateRows\": 14,\n                    \"insertedRows\": false,\n                    \"size\": 3366\n                },\n                \"wp_term_taxonomy\": {\n                    \"inaccurateRows\": 4,\n                    \"insertedRows\": false,\n                    \"size\": 4276\n                },\n                \"wp_usermeta\": {\n                    \"inaccurateRows\": 68,\n                    \"insertedRows\": false,\n                    \"size\": 15692\n                },\n                \"wp_users\": {\n                    \"inaccurateRows\": 3,\n                    \"insertedRows\": false,\n                    \"size\": 8584\n                },\n                \"wp_wfblockediplog\": {\n                    \"inaccurateRows\": 1664,\n                    \"insertedRows\": false,\n                    \"size\": 102000\n                },\n                \"wp_wfblocks7\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": false,\n                    \"size\": 1024\n                },\n                \"wp_wfconfig\": {\n                    \"inaccurateRows\": 276,\n                    \"insertedRows\": false,\n                    \"size\": 443800\n                },\n                \"wp_wfcrawlers\": {\n                    \"inaccurateRows\": 17,\n                    \"insertedRows\": false,\n                    \"size\": 3424\n                },\n                \"wp_wffilechanges\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": false,\n                    \"size\": 1024\n                },\n                \"wp_wffilemods\": {\n                    \"inaccurateRows\": 11678,\n                    \"insertedRows\": false,\n                    \"size\": 3264820\n                },\n                \"wp_wfhits\": {\n                    \"inaccurateRows\": 1602,\n                    \"insertedRows\": false,\n                    \"size\": 599992\n                },\n                \"wp_wfhoover\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": false,\n                    \"size\": 1024\n                },\n                \"wp_wfissues\": {\n                    \"inaccurateRows\": 15,\n                    \"insertedRows\": false,\n                    \"size\": 23716\n                },\n                \"wp_wfknownfilelist\": {\n                    \"inaccurateRows\": 11678,\n                    \"insertedRows\": false,\n                    \"size\": 2174708\n                },\n                \"wp_wflivetraffichuman\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": false,\n                    \"size\": 1024\n                },\n                \"wp_wflocs\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": false,\n                    \"size\": 1024\n                },\n                \"wp_wflogins\": {\n                    \"inaccurateRows\": 2001,\n                    \"insertedRows\": false,\n                    \"size\": 422780\n                },\n                \"wp_wfls_2fa_secrets\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": false,\n                    \"size\": 32768\n                },\n                \"wp_wfls_role_counts\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": false,\n                    \"size\": 0\n                },\n                \"wp_wfls_settings\": {\n                    \"inaccurateRows\": 30,\n                    \"insertedRows\": false,\n                    \"size\": 16384\n                },\n                \"wp_wfnotifications\": {\n                    \"inaccurateRows\": 3,\n                    \"insertedRows\": false,\n                    \"size\": 3004\n                },\n                \"wp_wfpendingissues\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": false,\n                    \"size\": 1024\n                },\n                \"wp_wfreversecache\": {\n                    \"inaccurateRows\": 2,\n                    \"insertedRows\": false,\n                    \"size\": 2184\n                },\n                \"wp_wfsecurityevents\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": false,\n                    \"size\": 1024\n                },\n                \"wp_wfsnipcache\": {\n                    \"inaccurateRows\": 2,\n                    \"insertedRows\": false,\n                    \"size\": 5208\n                },\n                \"wp_wfstatus\": {\n                    \"inaccurateRows\": 950,\n                    \"insertedRows\": false,\n                    \"size\": 119304\n                },\n                \"wp_wftrafficrates\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": false,\n                    \"size\": 1024\n                },\n                \"wp_wfwaffailures\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": false,\n                    \"size\": 1024\n                },\n                \"wp_wpr_rocket_cache\": {\n                    \"inaccurateRows\": 4,\n                    \"insertedRows\": false,\n                    \"size\": 11788\n                },\n                \"wp_wpr_rucss_used_css\": {\n                    \"inaccurateRows\": 4,\n                    \"insertedRows\": false,\n                    \"size\": 17920\n                },\n                \"wp_yoast_indexable\": {\n                    \"inaccurateRows\": 22,\n                    \"insertedRows\": false,\n                    \"size\": 22764\n                },\n                \"wp_yoast_indexable_hierarchy\": {\n                    \"inaccurateRows\": 20,\n                    \"insertedRows\": false,\n                    \"size\": 5540\n                },\n                \"wp_yoast_migrations\": {\n                    \"inaccurateRows\": 26,\n                    \"insertedRows\": false,\n                    \"size\": 9840\n                },\n                \"wp_yoast_primary_term\": {\n                    \"inaccurateRows\": 4,\n                    \"insertedRows\": false,\n                    \"size\": 4304\n                },\n                \"wp_yoast_prominent_words\": {\n                    \"inaccurateRows\": 0,\n                    \"insertedRows\": false,\n                    \"size\": 4096\n                },\n                \"wp_yoast_seo_links\": {\n                    \"inaccurateRows\": 64,\n                    \"insertedRows\": false,\n                    \"size\": 9204\n                }\n            },\n            \"dbEngine\": \"MariaDB\",\n            \"version\": \"10.6.20\",\n            \"versionComment\": \"MariaDB Server\",\n            \"viewCount\": 0,\n            \"procCount\": 0,\n            \"funcCount\": 0,\n            \"triggerList\": []\n        },\n        \"Type\": \"MySQL\",\n        \"Size\": 0,\n        \"File\": \"\",\n        \"FilterTables\": \"\",\n        \"FilterOn\": 0,\n        \"prefixFilter\": false,\n        \"prefixSubFilter\": false,\n        \"DBMode\": \"PHP\",\n        \"Compatible\": \"\",\n        \"Comments\": \"MariaDB Server\",\n        \"dbStorePathPublic\": \"\"\n    },\n    \"Status\": 5,\n    \"schedule_id\": -1,\n    \"build_progress\": {\n        \"thread_start_time\": 0,\n        \"initialized\": false,\n        \"installer_built\": false,\n        \"archive_started\": false,\n        \"archive_start_time\": 0,\n        \"archive_has_database\": false,\n        \"archive_built\": false,\n        \"database_script_built\": false,\n        \"failed\": false,\n        \"next_archive_file_index\": 0,\n        \"next_archive_dir_index\": 0,\n        \"retries\": 0,\n        \"current_build_mode\": -1,\n        \"current_build_compression\": true,\n        \"dupCreate\": null,\n        \"dupExpand\": null,\n        \"warnings\": []\n    },\n    \"db_build_progress\": {\n        \"tablesToProcess\": [],\n        \"validationStage1\": false,\n        \"doneInit\": false,\n        \"doneFiltering\": false,\n        \"doneCreates\": false,\n        \"completed\": false,\n        \"startTime\": 0,\n        \"wasInterrupted\": false,\n        \"errorOut\": false,\n        \"failureCount\": 0,\n        \"countCheckData\": {\n            \"impreciseTotalRows\": 0,\n            \"countTotal\": 0,\n            \"tables\": []\n        }\n    },\n    \"upload_infos\": [\n        {\n            \"storage_id\": \"-2\",\n            \"archive_offset\": 0,\n            \"copied_installer\": false,\n            \"copied_archive\": false,\n            \"progress\": 0,\n            \"num_failures\": 0,\n            \"failed\": false,\n            \"cancelled\": false,\n            \"upload_id\": null,\n            \"failure_count\": 0,\n            \"data\": \"\",\n            \"data2\": \"\",\n            \"has_started\": false,\n            \"status_message_details\": \"\",\n            \"started_timestamp\": null,\n            \"stopped_timestamp\": null,\n            \"chunkPosition\": []\n        }\n    ],\n    \"active_storage_id\": -1,\n    \"template_id\": 4\n}', 'auto'),
(139825, 'edd_enhanced_sales_reports_installed_at', '1733523924', 'off'),
(139826, 'edd_enhanced_sales_reports_migrated', '1', 'off'),
(139827, 'edd_enhanced_sales_reports_review_time', '1734128724', 'off'),
(141070, 'edd_enhanced_sales_reports_subscription_shown', 'y', 'off'),
(163350, 'download_category_children', 'a:0:{}', 'auto'),
(337162, 'can_compress_scripts', '0', 'auto'),
(337158, 'wp_notes_notify', '1', 'on');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(383839, 'elementor_pro_remote_info_api_data_3.11.1', 'a:2:{s:7:\"timeout\";i:1770965916;s:5:\"value\";s:251899:\"{\"stable_version\":\"3.35.1\",\"last_updated\":\"2026-02-11 10:26:59\",\"sections\":\"a:2:{s:11:\\\"description\\\";s:161:\\\"Elementor Pro adds new features to the Elementor Page Builder plugin. Control your conversions, your user engagement, your entire website, from one page builder.\\\";s:9:\\\"changelog\\\";s:235958:\\\"<h2>Elementor Pro - by Elementor.com<\\/h2>\\n<h4>3.35.1 - 2026-02-11<\\/h4>\\n<ul>\\n<li>Fix: Enqueue script errors when <code>WP_DEBUG<\\/code> is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/34617\\\">#34617<\\/a>)<\\/li>\\n<li>Fix: General UI issues in Editor screens in WordPress Admin<\\/li>\\n<\\/ul>\\n<h4>3.35.0 - 2026-02-02<\\/h4>\\n<ul>\\n<li>Tweak: Extended the color picker to support ACF fields - Editor V4<\\/li>\\n<li>Tweak: Enabled size variables with custom units across relevant controls - Editor V4<\\/li>\\n<li>Tweak: Enabled size variables in border radius controls - Editor V4<\\/li>\\n<\\/ul>\\n<h4>3.34.4 - 2026-01-29<\\/h4>\\n<ul>\\n<li>Fix: Shortcodes overflow the screen on Saved Templates screen in WordPress Admin<\\/li>\\n<li>Fix: Avoid Multiple Popups control does not work in Popups<\\/li>\\n<\\/ul>\\n<h4>3.34.3 - 2026-01-26<\\/h4>\\n<ul>\\n<li>Fix: Theme Builder WordPress view does not work as expected<\\/li>\\n<li>Fix: Submissions menu appears even when the setting is disabled<\\/li>\\n<\\/ul>\\n<h4>3.34.2 - 2026-01-22<\\/h4>\\n<ul>\\n<li>Tweak: Updated notification behavior in Elementor menu in WordPress admin<\\/li>\\n<\\/ul>\\n<h4>3.34.1 - 2026-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Unified the Elementor interface into a single place to manage, optimize, and configure Elementor capabilities in WordPress admin<\\/li>\\n<\\/ul>\\n<h4>3.34.0 - 2025-12-22<\\/h4>\\n<ul>\\n<li>New: Added support for Display Conditions for Atomic Elements - Editor V4<\\/li>\\n<li>Tweak: Enabled media queries for the Desktop breakpoint only in Custom CSS - Editor V4<\\/li>\\n<li>Tweak: Added support for ACF field in Dynamic Tags - Editor V4<\\/li>\\n<li>Tweak: Added support for Google Calendar in Contact URL Dynamic Tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Tel link in Contact URL Dynamic Tag - Editor V4<\\/li>\\n<li>Tweak: Added support for ACF Image field in Dynamic Tags - Editor V4<\\/li>\\n<li>Tweak: Removed icon from the accessibility tree in Flip Box widget<\\/li>\\n<li>Tweak: Applied CSS logical properties in text-align controls and improved RTL rendering in the Editor<\\/li>\\n<li>Fix: Website Template library displayed in English instead of the translated language<\\/li>\\n<li>Fix: Custom CSS field breaks when using certain characters - Editor V4<\\/li>\\n<\\/ul>\\n<h4>3.33.2 - 2025-12-03<\\/h4>\\n<ul>\\n<li>Fix: Incorrect status shown for Custom Code, Fonts, and Icons after importing a Website Template<\\/li>\\n<li>Fix: Display Conditions window appears empty in the editor<\\/li>\\n<\\/ul>\\n<h4>3.33.1 - 2025-11-11<\\/h4>\\n<ul>\\n<li>Fix: Styles not loading correctly in Custom Fonts and Custom Icons admin screens (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/33396\\\">#33396<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.33.0 - 2025-11-10<\\/h4>\\n<ul>\\n<li>New: Introducing Custom CSS for element-level styling with full isolation and responsive control - Editor V4<\\/li>\\n<li>New: Introducing media save to cloud in Website Templates, enabling users to store media assets directly in the cloud for easier access and management.<\\/li>\\n<li>Tweak: Added support for Post Excerpt dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Internal URL dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Post Terms dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Shortcode dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Popup dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Off-Canvas dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Lightbox dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Add To Cart dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for ACF URL dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Archive Title dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for the Email Contact URL dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for reduced-motion preferences in Flip Box widget<\\/li>\\n<li>Tweak: Updated minimum supported versions for Chrome, Firefox, and Safari<\\/li>\\n<li>Tweak: Updated Notes button location in the Editor Top Bar<\\/li>\\n<\\/ul>\\n<h4>3.32.3 - 2025-10-21<\\/h4>\\n<ul>\\n<li>Fix: Website Template fails to apply when Custom Code or Custom Icons are included<\\/li>\\n<\\/ul>\\n<h4>3.32.2 - 2025-09-29<\\/h4>\\n<ul>\\n<li>Fix: Exported taxonomies are not displayed correctly on the summary page in Website Templates export<\\/li>\\n<li>Fix: Certain taxonomies are not exported as expected in Website Templates export<\\/li>\\n<\\/ul>\\n<h4>3.32.1 - 2025-09-16<\\/h4>\\n<ul>\\n<li>Fix: Theme Builder fails to load when containers are disabled<\\/li>\\n<li>Fix: Popup and single product templates not imported or exported as expected<\\/li>\\n<\\/ul>\\n<h4>3.32.0 - 2025-09-15<\\/h4>\\n<ul>\\n<li>New: Introducing Size Variables to store and reuse numeric values across spacing, typography, layout, and borders - Editor V4<\\/li>\\n<li>New: Introducing granular Transitions with property-level control for advanced micro-animations - Editor V4<\\/li>\\n<li>New: Added granular content selection for Website Templates import and export, including pages, menus, post types, and taxonomies<\\/li>\\n<li>Tweak: Enhanced accessibility of background images in Slides widget with proper aria attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23543\\\">#23543<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/31063\\\">#31063<\\/a>)<\\/li>\\n<li>Tweak: Added REST API support for the Custom Code feature<\\/li>\\n<li>Tweak: Moved Background control from Content tab to Style tab in Flip Box widget<\\/li>\\n<li>Tweak: Removed SVG icons from the accessibility tree in Share Buttons widget<\\/li>\\n<li>Tweak: Removed dropdown indicator icons from the accessibility tree in WordPress Menu widget<\\/li>\\n<li>Fix: PHP 8.4 deprecation notices when running with <code>WP_DEBUG<\\/code> enabled<\\/li>\\n<li>Fix: Reduced-motion preferences are not applied to Animated Headline widget<\\/li>\\n<li>Fix: Reduced-motion preferences are not applied in Motion Effects<\\/li>\\n<li>Fix: Added required PHP and WordPress versions to the plugin header<\\/li>\\n<\\/ul>\\n<h4>3.31.3 - 2025-09-08<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in WordPress Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.31.2 - 2025-08-10<\\/h4>\\n<ul>\\n<li>Tweak: Improved release version functionality<\\/li>\\n<\\/ul>\\n<h4>3.31.1 - 2025-08-06<\\/h4>\\n<ul>\\n<li>Tweak: Updated <code>form-data<\\/code> package version<\\/li>\\n<\\/ul>\\n<h4>3.31.0 - 2025-08-05<\\/h4>\\n<ul>\\n<li>New: Introducing Attributes - add custom HTML attributes to elements for advanced control - Editor V4<\\/li>\\n<li>Tweak: Optimized Custom Code styles by removing redundant RTL file<\\/li>\\n<li>Tweak: Improved performance by loading ribbon styles only when used in Call to Action and Price Table widgets<\\/li>\\n<li>Tweak: Improved semantic markup structure for header and footer documents<\\/li>\\n<li>Tweak: Reorganized design controls in Animated Headline widget<\\/li>\\n<li>Tweak: Reorganized design controls in Blockquote widget<\\/li>\\n<li>Tweak: Reorganized design controls in Countdown widget<\\/li>\\n<li>Tweak: Replaced SASS mixins and functions with native CSS logical properties<\\/li>\\n<li>Fix: Empty headers are rendered in Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28167\\\">#28167<\\/a>)<\\/li>\\n<li>Fix: <code>TypeError<\\/code> bug in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.30.1 - 2025-07-22<\\/h4>\\n<ul>\\n<li>Security Fix: Improved content sanitization in multiple widgets<\\/li>\\n<li>Fix: UI issue in Hotspot widget when Optimized Markup experiment is enabled<\\/li>\\n<li>Fix: Taxonomy filter not working in the Editor when Optimized Markup experiment is enabled<\\/li>\\n<\\/ul>\\n<h4>3.30.0 - 2025-07-01<\\/h4>\\n<ul>\\n<li>New: Introduced Full Website Templates in the Cloud - export, manage, and reuse full site kits across all your websites from one place<\\/li>\\n<li>Tweak: Activated &quot;Optimized Markup&quot; feature on new sites<\\/li>\\n<li>Tweak: Activated &quot;Menu&quot; feature on new sites<\\/li>\\n<li>Tweak: Improved error handling for Theme Builder display conditions<\\/li>\\n<li>Tweak: Added styling controls to Post Excerpt widget<\\/li>\\n<li>Tweak: Improved accessibility with <code>role<\\/code> and <code>aria-label<\\/code> attributes Post Navigation widget<\\/li>\\n<li>Tweak: Added <code>aria-label<\\/code> in Form widget<\\/li>\\n<li>Tweak: Added <code>aria-label<\\/code> in Login widget<\\/li>\\n<li>Tweak: Arranged content as lists in Portfolio and Posts widgets<\\/li>\\n<li>Tweak: Added Box Shadow and Text Shadow controls in Countdown widget<\\/li>\\n<li>Tweak: Moved image resolution control to content tab in Price List widget<\\/li>\\n<li>Tweak: Renamed and reorganized style sections in Price List widget<\\/li>\\n<li>Tweak: Added conditional logic to controls in Price Table widget<\\/li>\\n<li>Tweak: Grouped layout controls under list section in Price List widget<\\/li>\\n<li>Tweak: Updated minimum required WordPress version to 6.6<\\/li>\\n<li>Fix: Inline font icons support doesn\'t work in Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24367\\\">#24367<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18343\\\">#18343<\\/a>)<\\/li>\\n<li>Fix: Page Title condition doesn\'t work on child pages in Widget Display Conditions<\\/li>\\n<li>Fix: Editor users with &quot;Access to edit content only&quot; are able to delete elements<\\/li>\\n<li>Fix: Links are not crawlable in Video Playlist widget<\\/li>\\n<li>Fix: Uses hardcoded admin fonts in Video Playlist widget<\\/li>\\n<li>Fix: Editor freezes when the Form widget is used with a high PHP upload size limit<\\/li>\\n<li>Fix: Errors occur when Debug mode is enabled in Slides widget<\\/li>\\n<li>Fix: Plugin dependency not enforced in Elementor Pro<\\/li>\\n<li>Fix: Console shows deprecation warning in Global Widgets<\\/li>\\n<\\/ul>\\n<h4>3.29.2 - 2025-06-04<\\/h4>\\n<ul>\\n<li>Tweak: Added selectors to Menu widget for compatibility with Optimized Markup experiment<\\/li>\\n<\\/ul>\\n<h4>3.29.1 - 2025-05-28<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Animated Headline widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Price Table widget<\\/li>\\n<\\/ul>\\n<h4>3.29.0 - 2025-05-19<\\/h4>\\n<ul>\\n<li>New: Introduced Cloud Templates - save, manage, and reuse your templates across all your sites from a single cloud library<\\/li>\\n<li>Tweak: Improved accessibility with <code>role<\\/code> attributes in Share Buttons widget<\\/li>\\n<li>Tweak: Improved accessibility by grouping content with <code>role=region<\\/code> in the Video Playlist widget<\\/li>\\n<li>Fix: Focus color is not applied correctly for accessibility in WordPress Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24239\\\">#24239<\\/a>)<\\/li>\\n<li>Fix: Common scripts loaded late when using the Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.28.4 - 2025-05-05<\\/h4>\\n<ul>\\n<li>Fix: Empty results appeared on the frontend when using the Taxonomy Filter with the \'Avoid Duplicates\' option in Loop Grid widget<\\/li>\\n<li>Fix: Errors occur when Debug mode is enabled and the Optimized Markup experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.28.3 - 2025-04-16<\\/h4>\\n<ul>\\n<li>Tweak: Improved sidebar navigation flow on the Elementor Home screen<\\/li>\\n<\\/ul>\\n<h4>3.28.2 - 2025-03-30<\\/h4>\\n<ul>\\n<li>Fix: Default Elementor animation shown for logged-out users when using an &quot;External URL&quot; source in Lottie widget<\\/li>\\n<\\/ul>\\n<h4>3.28.1 - 2025-03-23<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Animated Headline and Form widgets<\\/li>\\n<\\/ul>\\n<h4>3.28.0 - 2025-03-17<\\/h4>\\n<ul>\\n<li>Tweak: Ensured File Upload field styles are overridden by global styles in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11651\\\">#11651<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17223\\\">#17223<\\/a>)<\\/li>\\n<li>Tweak: Updated Scroll Snap description to clarify incompatibility with animations and motion effects<\\/li>\\n<li>Tweak: Prevented special characters from being encoded in the email subject field in Form widget<\\/li>\\n<li>Tweak: Loaded module styles within the module instead of registering them in <code>plugin.php<\\/code><\\/li>\\n<li>Tweak: Updated minimum required WordPress version to 6.5<\\/li>\\n<li>Tweak: Improved keyboard accessibility for menus in Editor Top Bar<\\/li>\\n<li>Tweak: Made the edit button accessible in the Template widget<\\/li>\\n<li>Tweak: Optimized Form widget performance by caching field assets <code>using get_style_depends()<\\/code> and <code>get_script_depends()<\\/code> methods<\\/li>\\n<li>Tweak: Added Text Shadow control in Testimonial Carousel, Call to Action and Animated Headline widgets<\\/li>\\n<li>Fix: Button icon alignment breaks when Inline Font Icons feature is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16077\\\">#16077<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16511\\\">#16511<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17692\\\">#17692<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17922\\\">#17922<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19253\\\">#19253<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19370\\\">#19370<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21236\\\">#21236<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21844\\\">#21844<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28080\\\">#28080<\\/a>)<\\/li>\\n<li>Fix: Dropdown caret color did not follow menu item color when Inline Font Icons feature is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17500\\\">#17500<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18466\\\">#18466<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21664\\\">#21664<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24929\\\">#24929<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28064\\\">#28064<\\/a>)<\\/li>\\n<li>Fix: Page doesn\'t scroll up when a coupon error notice appears in Checkout widget<\\/li>\\n<\\/ul>\\n<h4>3.27.7 - 2025-03-13<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Lottie widget<\\/li>\\n<\\/ul>\\n<h4>3.27.6 - 2025-03-10<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Template Condition<\\/li>\\n<\\/ul>\\n<h4>3.27.5 - 2025-03-03<\\/h4>\\n<ul>\\n<li>Fix: The <code>wp_trigger_error<\\/code> function causes the site to crash instead of triggering a warning when used with ACF text<\\/li>\\n<\\/ul>\\n<h4>3.27.4 - 2025-02-16<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Screenshots module<\\/li>\\n<li>Security Fix: Improved code security enforcement in Query control<\\/li>\\n<li>Fix: ACF <code>true_false<\\/code> field causing a fatal error when used as a dynamic tag with third-party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/30170\\\">#30170<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.27.3 - 2025-02-06<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Stripe Button widget<\\/li>\\n<\\/ul>\\n<h4>3.27.2 - 2025-02-03<\\/h4>\\n<ul>\\n<li>Fix: Value type configuration issue causing errors when using ACF<\\/li>\\n<li>Fix: Hide content on responsive breakpoint option is not working on WordPress Menu widget when Optimized Markup experiment is activated<\\/li>\\n<\\/ul>\\n<h4>3.27.1 - 2025-01-27<\\/h4>\\n<ul>\\n<li>Tweak: Increased the number of items allowed in Dynamic Tags options in Display Conditions for Elements<\\/li>\\n<li>Security Fix: Improved code security enforcement in Global widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Lottie widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Admin settings<\\/li>\\n<li>Fix: Accessible navigation in popups caused unintended scrolling of the page when triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29175\\\">#29175<\\/a>)<\\/li>\\n<li>Fix: Empty custom fields are missing in the Dynamic Tags options in Display Conditions for Elements<\\/li>\\n<\\/ul>\\n<h4>3.27.0 - 2025-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Removed the <code>elementor-widget-container<\\/code> div from the Menu, Loop, Table of Contents, Form, and Hotspot widgets as part of the Optimized Markup experiment to improve HTML structure<\\/li>\\n<li>Tweak: Reduced DOM size by optimizing the submit button markup in Search widget<\\/li>\\n<li>Tweak: Moved style loading to the head instead of the footer to improve CLS<\\/li>\\n<li>Tweak: Enabled conditional loading of Swiper.js based on widget dependencies to reduce unnecessary assets and improve page load times<\\/li>\\n<li>Tweak: Standardized navigation elements like arrows and bullets across all carousel and slider widgets for improved accessibility<\\/li>\\n<li>Tweak: Improved accessibility when the submit button has only an icon and no text in Search widget<\\/li>\\n<li>Tweak: Removed <code>load_plugin_textdomain()<\\/code> function from Elementor Pro<\\/li>\\n<\\/ul>\\n<h4>3.26.3 - 2025-01-07<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Search widget<\\/li>\\n<li>Fix: Height issues cause slideshow thumbnails to display incorrectly in Media Carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29663\\\">#29663<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.26.2 - 2024-12-22<\\/h4>\\n<ul>\\n<li>Fix: Menu items are not clickable in various scenarios in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29191\\\">#29191<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.26.1 - 2024-12-17<\\/h4>\\n<ul>\\n<li>Fix: Restore deprecated <code>Plugin::enqueue_styles()<\\/code> function to avoid errors with 3rd party plugins<\\/li>\\n<\\/ul>\\n<h4>3.26.0 - 2024-12-16<\\/h4>\\n<ul>\\n<li>New: Introducing dynamic content support for Off-canvas in Loop Grid widget templates - enabling seamless display of additional content dynamically (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29049\\\">#29049<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28935\\\">#28935<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7106\\\">#7106<\\/a>)<\\/li>\\n<li>New: AdBlock Detection trigger for Popups - display targeted popups for visitors using ad blockers<\\/li>\\n<li>New: Added Reload Page link action for Dynamic Tags<\\/li>\\n<li>Tweak: Added &quot;Space Between Dots&quot; control to Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2526\\\">#2526<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3277\\\">#3277<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21697\\\">#21697<\\/a>)<\\/li>\\n<li>Tweak: Replaced hidden <code>elementor-screen-only<\\/code> div with <code>aria-label<\\/code> attributes<\\/li>\\n<li>Tweak: Removed <code>elementor-widget-container<\\/code> div from Elementor widgets as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Optimize popup styling by loading it only when necessary<\\/li>\\n<li>Tweak: Updated Gap between slides control to support only PX units in Carousel widget<\\/li>\\n<li>Tweak: Removed the dependency between the Tabs handler and the Menu handler<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> in Carousel widgets<\\/li>\\n<li>Tweak: Added <code>aria-roledescription=carousel<\\/code> to carousel wrapper<\\/li>\\n<li>Tweak: Added <code>aria-roledescription=slide<\\/code> to slide wrapper<\\/li>\\n<li>Tweak: Optimized carousel widgets markup as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Updated minimum required Safari version to 15.5<\\/li>\\n<li>Tweak: Facebook widgets are no longer supported on mobile due to Facebook functionality changes<\\/li>\\n<li>Fix: Motion Effects sticky feature is not working when Scroll Snap is enabled<\\/li>\\n<li>Fix: Custom Image Resolution option is not working in Gallery widget<\\/li>\\n<li>Fix: \'Reading Settings\' unexpectedly reduces the number of posts displayed when using the Archive with Pagination setting<\\/li>\\n<li>Fix: Step Form does not scroll to the top when the first field is not an input field in Form widget<\\/li>\\n<li>Fix: Display Condition feature is available without an active Elementor license in Floating Elements<\\/li>\\n<li>Fix: Background options of Flip Box in Loop Grid widget are not working when images are added using ACF Dynamic Tags<\\/li>\\n<li>Fix: Dropdown icon in the Select field of the Form widget is cut off when the Inline Font Icons feature is activated<\\/li>\\n<li>Fix: Incompatibility between Form widget and WPML when using Nested Elements<\\/li>\\n<li>Fix: Performance issues when changing the title name in the Menu widget<\\/li>\\n<li>Fix: Warnings appear when Element Caching is set to Inactive in Carousel widgets<\\/li>\\n<li>Fix: Swiper styling missing from Lightbox inside Gallery widgets<\\/li>\\n<\\/ul>\\n<h4>3.25.5 - 2024-12-10<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Fix: Accessible navigation in popups caused unintended scrolling of the page when triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29175\\\">#29175<\\/a>)<\\/li>\\n<li>Fix: Popup overlay shown for non-logged users even when disabled<\\/li>\\n<\\/ul>\\n<h4>3.25.4 - 2024-11-20<\\/h4>\\n<ul>\\n<li>Tweak: Improved Global Widget loading method to enhance performance<\\/li>\\n<\\/ul>\\n<h4>3.25.3 - 2024-11-13<\\/h4>\\n<ul>\\n<li>Fix: Nested Elements are activated even when the Container experiment is inactive<\\/li>\\n<\\/ul>\\n<h4>3.25.2 - 2024-11-03<\\/h4>\\n<ul>\\n<li>Fix: Styling issues affecting popup layout when using a Dynamic Tag to open the popup<\\/li>\\n<li>Fix: Image captions are not displaying for non-logged-in users in Media Carousel widget<\\/li>\\n<li>Fix: Custom Add to Cart widget with Quantity enabled causes critical error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29159\\\">#29159<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.25.1 - 2024-10-31<\\/h4>\\n<ul>\\n<li>Fix: Multiple Custom Add to Cart widgets on the same page are adding the same product<\\/li>\\n<\\/ul>\\n<h4>3.25.0 - 2024-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added pagination functionality to the Live Results in Search widget<\\/li>\\n<li>Tweak: Added Anchor Offset control to allow precise positioning when scrolling to anchor links on the page<\\/li>\\n<li>Tweak: Load motion effects styles only when they are in use<\\/li>\\n<li>Tweak: Load sticky styles only when they are in use<\\/li>\\n<li>Tweak: Load popup styles only when they are in use<\\/li>\\n<li>Tweak: Load theme builder styles only when they are in use<\\/li>\\n<li>Tweak: Load transition styles for Call to Action and Gallery widgets only when they are in use<\\/li>\\n<li>Tweak: Load styles for Form widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for WooCommerce widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Theme Elements widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Carousel widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Pricing widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Floating Elements separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Link in Bio widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load minified CSS in the Loop Builder\'s Call to Action button in the Editor<\\/li>\\n<li>Tweak: Removed &quot;Payments&quot; module styles<\\/li>\\n<li>Tweak: Removed <code>elementor-button-wrapper<\\/code> div from Payapl widget as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Removed <code>elementor-button-wrapper<\\/code> div from Stripe widget as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Merged &quot;Form Submissions&quot; feature into the version and moved it to the Advanced tab<\\/li>\\n<li>Tweak: Merged &quot;Display Conditions&quot; into the version<\\/li>\\n<li>Fix: Missing translation string for the empty message in the Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27580\\\">#27580<\\/a>)<\\/li>\\n<li>Fix: Local Storage and Session Storage were being used even when popups were not in use (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7151\\\">#7151<\\/a>)<\\/li>\\n<li>Fix: Masonry layout is not working when pagination is set to &quot;Load More&quot; or &quot;Infinite Scroll&quot; in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23684\\\">#23684<\\/a>)<\\/li>\\n<li>Fix: Extra gap between widgets on the frontend when using Off-canvas widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27706\\\">#27706<\\/a>)<\\/li>\\n<li>Fix: Pagination and custom queries did not work when the Posts Widget was saved as a Global Widget or used via shortcode<\\/li>\\n<li>Fix: Lightbox videos are missing controls and displayed at the wrong size in Media Carousel widget<\\/li>\\n<li>Fix: Pagination options with Individual Pagination not working as expected in Posts and Loop Grid widgets<\\/li>\\n<li>Fix: Justified or Masonry layouts for the Pro Gallery would not display images on the frontend when inserted via nested tabs<\\/li>\\n<li>Fix: Error issue in the Loop Grid widget when used in theme parts with the Taxonomy Filter<\\/li>\\n<li>Fix: Removed the focus ring after clicking to open the Off Canvas inside the Editor<\\/li>\\n<li>Fix: Background gradient colors from the dynamic color tag values are not rendering on the frontend<\\/li>\\n<li>Fix: Excessive database requests generated by the Loop Grid widget<\\/li>\\n<li>Fix: Colors from Dynamic Tags were not rendered on the frontend<\\/li>\\n<li>Fix: Display issue in the Menu widget caused by the \'Native Intersection Observer API<\\/li>\\n<li>Fix: Dropdown area not working in certain scenarios in Menu widget<\\/li>\\n<li>Fix: Content Width control inside the Mega Menu is displaying an empty value<\\/li>\\n<\\/ul>\\n<h4>3.24.4 - 2024-10-09<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Media Carousel widget<\\/li>\\n<\\/ul>\\n<h4>3.24.3 - 2024-10-01<\\/h4>\\n<ul>\\n<li>Fix: Floating Elements template not loading when Single Page template is set with All Singular condition<\\/li>\\n<li>Fix: Form field styles not loading properly in various scenarios<\\/li>\\n<\\/ul>\\n<h4>3.24.2 - 2024-09-18<\\/h4>\\n<ul>\\n<li>Fix: Icons not displaying when Inline SVG Icons experiment is active in Link In Bio widgets and Floating Elements<\\/li>\\n<\\/ul>\\n<h4>3.24.1 - 2024-09-12<\\/h4>\\n<ul>\\n<li>Fix: Widget styles not loading correctly on front causing alignment inconsistencies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28676\\\">#28676<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.24.0 - 2024-09-10<\\/h4>\\n<ul>\\n<li>New: Introducing support for Variable Fonts - allowing for more dynamic and flexible text styling (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6703\\\">#6703<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11333\\\">#11333<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19277\\\">#19277<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25485\\\">#25485<\\/a>)<\\/li>\\n<li>Tweak: Added \'Structure\' indication for widgets with Display Conditions applied (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28027\\\">#28027<\\/a>)<\\/li>\\n<li>Tweak: Added a new option for setting the live search results width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28280\\\">#28280<\\/a>)<\\/li>\\n<li>Tweak: Improved Honeypot field functionality in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28480\\\">#28480<\\/a>)<\\/li>\\n<li>Tweak: Added options to \'Copy\', \'Paste\', and \'Clear\' Display Conditions in Context Menu<\\/li>\\n<li>Tweak: Improved performance of the Menu widget when using Dynamic Tags in the URL field<\\/li>\\n<li>Tweak: Improved performance when using Dynamic Tags in Nested Elements<\\/li>\\n<li>Tweak: Added the option for users to disable Akismet for specific Elementor forms<\\/li>\\n<li>Tweak: Adjusted URL structure when presenting the Search Archive page in Search widget<\\/li>\\n<li>Tweak: Added the \'Create Template\' button in Search widget<\\/li>\\n<li>Tweak: Added an option to enable the \'Loader\' animation while live results are loading in Search widget<\\/li>\\n<li>Tweak: Load share buttons compatibility styles only when they are in use<\\/li>\\n<li>Tweak: Load dialog styles only when they are in use<\\/li>\\n<li>Tweak: Load global widget styles only during Editor preview<\\/li>\\n<li>Tweak: Conditionally load widget styles only when the widgets are used<\\/li>\\n<li>Tweak: Load styles for CTA hover animations only when they are in use<\\/li>\\n<li>Tweak: Load notes styles only when the WordPress Toolbar is displayed<\\/li>\\n<li>Tweak: Split <code>animations.min.css<\\/code> into multiple CSS files and load them conditionally<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Stable status<\\/li>\\n<li>Tweak: Merged Taxonomy Filter feature into the version<\\/li>\\n<li>Tweak: Merged Search feature into the version<\\/li>\\n<li>Tweak: Added a note to \'Current Query\' explaining the impact of WordPress settings on pagination within Archives<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for the Off-Canvas widget<\\/li>\\n<li>Fix: Manual Selection option is not excluding sticky posts in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18689\\\">#18689<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23331\\\">#23331<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28179\\\">#28179<\\/a>)<\\/li>\\n<li>Fix: Template ID does not change according to the imported Loop Item (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21404\\\">#21404<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22202\\\">#22202<\\/a>)<\\/li>\\n<li>Fix: \'Editing Mode\' for the Off-canvas was not functioning correctly in certain scenarios<\\/li>\\n<li>Fix: Added definition to <code>clear_custom_image_sizes<\\/code> hook to prevent edge case issues<\\/li>\\n<li>Fix: Flickering issue with search result buttons when closing results using the keyboard escape key in Search widget<\\/li>\\n<li>Fix: Theme Style settings for buttons were overriding the text styling in Search widget<\\/li>\\n<li>Fix: Nesting menu inside another menu causes functionality issues in Menu widget<\\/li>\\n<li>Fix: Error when using array as custom fields value in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.23.3 - 2024-08-05<\\/h4>\\n<ul>\\n<li>Fix: Dropdown area not working in certain scenarios in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28194\\\">#28194<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.23.2 - 2024-07-29<\\/h4>\\n<ul>\\n<li>Fix: Horizontal scroll bar appearing on the page when using Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28087\\\">#28087<\\/a>)<\\/li>\\n<li>Fix: Dropdown area disappearing in certain scenarios in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.23.1 - 2024-07-23<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in link URL<\\/li>\\n<\\/ul>\\n<h4>3.23.0 - 2024-07-15<\\/h4>\\n<ul>\\n<li>New: Search Widget with Live Results - Display live search results as visitors type into the search box, enhancing user experience and engagement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27664\\\">#27664<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24931\\\">#24931<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21459\\\">#21459<\\/a>)<\\/li>\\n<li>Tweak: Renamed <code>width<\\/code> to <code>Min width<\\/code> and added <code>Max width<\\/code> control to Hotspot tooltips (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18930\\\">#18930<\\/a>)<\\/li>\\n<li>Tweak: Applied a logical DOM order to the Mega Menu widget to improve accessibility<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for WordPress Menu widget<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for Menu widget<\\/li>\\n<li>Tweak: Added a bottom option to the Image Position control in Call to Action widget<\\/li>\\n<li>Fix: Missing version string in included CSS query string when Improved CSS Loading is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21879\\\">#21879<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23821\\\">#23821<\\/a>)<\\/li>\\n<li>Fix: Form submission icon message does not display correctly when Inline Font Icons feature is activated<\\/li>\\n<li>Fix: Save and Close button position issues in the conditions screen in Theme Builder.<\\/li>\\n<li>Fix: Focus appears on the first element when using the mouse to open Off-Canvas <\\/li>\\n<li>Fix: Links to Elementor Settings are broken in various locations<\\/li>\\n<li>Fix: Conditions field not showing all relevant conditions in Theme Builder<\\/li>\\n<li>Fix: Off-Canvas flickering in sticky containers with exit animations triggered by sticky effects<\\/li>\\n<\\/ul>\\n<h4>3.22.1 - 2024-06-24<\\/h4>\\n<ul>\\n<li>Fix: Styling of Global widgets not loading when Element Caching experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27704\\\">#27704<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.22.0 - 2024-06-16<\\/h4>\\n<ul>\\n<li>New: Introducing Off-Canvas widget - create engaging and creative layers triggered by a link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6225\\\">#6225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21769\\\">#21769<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25770\\\">#25770<\\/a>)<\\/li>\\n<li>Tweak: Added option to remove \'User IP\' and \'User Agent\' from the form submissions metadata (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14285\\\">#14285<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>waypoints.js<\\/code> library with the native Intersection Observer API<\\/li>\\n<li>Tweak: Extended Alignment and Position capabilities in Form widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Flip Box widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Call to Action widget<\\/li>\\n<li>Tweak: Optimized Form widget to eliminate unnecessary markup when the button icon is empty<\\/li>\\n<li>Tweak: Optimized Posts widget to eliminate unnecessary markup when Load More button text is empty<\\/li>\\n<li>Tweak: Remove <code>placeholder<\\/code> arguments from URL controls<\\/li>\\n<li>Tweak: Implemented CSS logical properties to Icon Position in Form, Posts and Menu Cart widgets<\\/li>\\n<li>Tweak: Activated Display Conditions feature for existing sites<\\/li>\\n<li>Tweak: Activated Taxonomy Filter feature for existing sites<\\/li>\\n<li>Tweak: Added functionality to delay the running of the ready triggers on inner elements<\\/li>\\n<li>Fix: Icons are now part of the link in the Menu Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24298\\\">#24298<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25112\\\">#25112<\\/a>)<\\/li>\\n<li>Fix: <code>all: unset<\\/code> assigned to buttons cause focus issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24322\\\">#24322<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25448\\\">#25448<\\/a>)<\\/li>\\n<li>Fix: Menu cart SVG icon disappears on front when Optimized Control Loading experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27342\\\">#27342<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro auto-updates are not working on multisite networks (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12615\\\">#12615<\\/a>)<\\/li>\\n<li>Fix: PHP error appears in the editor when using Loop Grid in an archive template<\\/li>\\n<li>Fix: UI glitch on Icon Position control in Paypal and Stripe Buttons widgets<\\/li>\\n<li>Fix: Icon Position control RTL issue in Hotspot widget<\\/li>\\n<li>Fix: Manual Selection &quot;Include By&quot; Query doesn\'t work with product categories<\\/li>\\n<\\/ul>\\n<h4>3.21.3 - 2024-05-20<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Loop Grid widget<\\/li>\\n<li>Fix: License expired affects the Display Conditions functionality in the front end<\\/li>\\n<\\/ul>\\n<h4>3.21.2 - 2024-04-30<\\/h4>\\n<ul>\\n<li>Fix: Special characters are not displayed correctly when using the Excerpt widget in Loop template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25860\\\">#25860<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.21.1 - 2024-04-24<\\/h4>\\n<ul>\\n<li>Fix: Excerpt Length setting doesn\'t function correctly for languages with non-English characters in Post Excerpt widget<\\/li>\\n<\\/ul>\\n<h4>3.21.0 - 2024-04-15<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Taxonomy Query - Enabling the display of post and product categories and tags within Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21372\\\">#21372<\\/a>)<\\/li>\\n<li>Tweak: Optimized Hotspot widget to prevent rendering when no image is provided<\\/li>\\n<li>Tweak: Optimized Blockquote widget to eliminate unnecessary markup when devoid of content<\\/li>\\n<li>Tweak: Optimized Template widget to eliminate unnecessary markup when no template is selected<\\/li>\\n<li>Tweak: Optimized Code Highlight widget to eliminate unnecessary markup when there is no content<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Portfolio widget<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Author Avatar image alt text in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25440\\\">#25440<\\/a>)<\\/li>\\n<li>Tweak: Notes feature merged to version<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Profile Picture alt text in Author widget<\\/li>\\n<li>Fix: Display issue on hover state in WooCommerce Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.20.3 - 2024-04-10<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issue between the My Account widget and other third-party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20986\\\">#20986<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.20.2 - 2024-03-26<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Media Carousel widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Post Navigation widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Gallery widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.20.1 - 2024-03-20<\\/h4>\\n<ul>\\n<li>Fix: Strengthened code integrity in deprecated Woo Single Element widget<\\/li>\\n<li>Fix: PHP error notice appears when using Loop Grid with the Taxonomy Filter widgets<\\/li>\\n<\\/ul>\\n<h4>3.20.0 - 2024-03-11<\\/h4>\\n<ul>\\n<li>Tweak: Implemented OR logic in the Display Conditions feature<\\/li>\\n<li>Tweak: Added X and Threads social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25299\\\">#25299<\\/a>)<\\/li>\\n<li>Tweak: Added Archive Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Alt dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Caption dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Bio dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Email dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Website dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Page Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Post Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Comments Number rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Archive Author rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added support for WordPress Custom Fields in Display Conditions feature<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23875\\\">#23875<\\/a>)<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Login widget<\\/li>\\n<li>Tweak: Added additional style controls in the Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration option in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21295\\\">#21295<\\/a>)<\\/li>\\n<li>Tweak: Added Transition Duration to button in Flip Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Author Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to List in Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Login widget<\\/li>\\n<li>Tweak: Added Transition Duration in Post Navigation widget<\\/li>\\n<li>Tweak: Added Transition Duration Show More in Video Playlist widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Form widget<\\/li>\\n<li>Tweak: Removed separator-none argument from all Editor controls<\\/li>\\n<li>Tweak: Add <code>&lt;time&gt;<\\/code> wrapper for Date and Time items in Post Info widget<\\/li>\\n<li>Tweak: Page Transitions feature merged to version<\\/li>\\n<li>Tweak: Scroll Snap feature merged to version<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Beta status and activated for new sites<\\/li>\\n<li>Tweak: Promoted Taxonomy Filter feature to beta status and activated for new sites<\\/li>\\n<li>Fix: Page Transitions feature and Load Font Awesome 4 Support cause a console error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18885\\\">#18885<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19334\\\">#19334<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21082\\\">#21082<\\/a>)<\\/li>\\n<li>Fix: Added better output escaping in Taxonomy Filter widget<\\/li>\\n<\\/ul>\\n<h4>3.19.3 - 2024-02-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved Loop CSS loading structure in Loop Grid item<\\/li>\\n<li>Security Fix: Addressed security weaknesses in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.19.2 - 2024-02-07<\\/h4>\\n<ul>\\n<li>Fix: Export data inconsistencies when using form actions in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.19.1 - 2024-02-05<\\/h4>\\n<ul>\\n<li>Fix: Enqueuing non-existing Loop Template CSS file in Loop Item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24959\\\">#24959<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>3.19.0 - 2024-01-29<\\/h4>\\n<ul>\\n<li>New: Introducing Display Conditions for Elements - allowing users to customize content visibility based on specified criteria (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4246\\\">#4246<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21152\\\">#21152<\\/a>)<\\/li>\\n<li>New: Implemented Akismet Integration for enhanced spam protection and security in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11401\\\">#11401<\\/a>)<\\/li>\\n<li>New: Introducing Permissions functionality to Element Manager - providing users with enhanced control over access and management capabilities<\\/li>\\n<li>Tweak: Added styling option for dropdown indicator in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21907\\\">#21907<\\/a>)<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Implemented CSS logical properties in WordPress Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Reviews widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Countdown widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Updated <code>jquery.smartmenus.js<\\/code> version from 1.1.1 to 1.2.0<\\/li>\\n<li>Fix: Dynamic Background Image does not load on the first Loop Item in a Loop Grid (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21489\\\">#21489<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22368\\\">#22368<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23085\\\">#23085<\\/a>)<\\/li>\\n<li>Fix: History panel deprecation notices in console log<\\/li>\\n<li>Fix: Second Pro rollback installed the latest version instead of the specifically selected older version<\\/li>\\n<li>Fix: Incorrect position of the dropdown content when applying entrance animation in Menu Widget<\\/li>\\n<li>Fix: UX issues when using in-place editing in Menu widget<\\/li>\\n<li>Fix: Pagination with page reload is not working when used with the Taxonomy filter and Loop Grid widget in Archive template<\\/li>\\n<\\/ul>\\n<h4>3.18.2 - 2023-12-20<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Price List widget<\\/li>\\n<li>Fix: Error messages related to loop filter appear on front when using PHP 8.X and <code>WP_DEBUG<\\/code> is true<\\/li>\\n<\\/ul>\\n<h4>3.18.1 - 2023-12-06<\\/h4>\\n<ul>\\n<li>Fix: No results appeared when reloading the page with deep link and de-selecting terms in Taxonomy Filter widget<\\/li>\\n<li>Fix: No results appeared when filtering the Uncategorized category in Filter Taxonomy widget<\\/li>\\n<li>Fix: Notes still available when the Notes feature is deactivated<\\/li>\\n<\\/ul>\\n<h4>3.18.0 - 2023-12-04<\\/h4>\\n<ul>\\n<li>Tweak: Added the ability to upload files as attachments to emails in the File Upload field in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4868\\\">#4868<\\/a>)<\\/li>\\n<li>Tweak: Introduced the capability to design and edit the empty state in the Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24261\\\">#24261<\\/a>)<\\/li>\\n<li>Tweak: Implemented the option to close the menu content area with a click anywhere on the screen in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22686\\\">#22686<\\/a>)<\\/li>\\n<li>Tweak: Improve scrolling behavior inside the content area when there is not enough space in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22712\\\">#22712<\\/a>)<\\/li>\\n<li>Tweak: Expanded breakpoint options in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22488\\\">#22488<\\/a>)<\\/li>\\n<li>Tweak: Added Logical Combination control in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added additional units to Horizontal and Vertical padding for Dropdown in WordPress Menu widget<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in Loop Carousel and Carousel widgets<\\/li>\\n<li>Tweak: Added various HTML Tag controls in Video Playlist widget<\\/li>\\n<li>Tweak: Added responsive control to navigation size in Slides, Reviews, Media Carousel and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added semantic <code>&lt;search&gt;<\\/code> wrapper in Search Form widget<\\/li>\\n<li>Tweak: Added semantic <code>&lt;search&gt;<\\/code> wrapper in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added Multiple Selection control in Taxonomy Filter widget<\\/li>\\n<li>Fix: Deprecated notice when using ${var} in strings instead of {$var} with PHP 8.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23927\\\">#23927<\\/a>)<\\/li>\\n<li>Fix: Dropdown indicator position issue in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23947\\\">#23947<\\/a>)<\\/li>\\n<li>Fix: Dynamic Tags are not available when choosing \'self-hosted\' source in Video widget<\\/li>\\n<li>Fix: Telephone field placeholder is aligned to the left in RTL websites in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.17.1 - 2023-11-01<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Code Highlight, Form, Lottie, Price List, and Video Playlist widgets<\\/li>\\n<\\/ul>\\n<h4>3.17.0 - 2023-10-25<\\/h4>\\n<ul>\\n<li>Tweak: Added AJAX pagination option or seamless page navigation between content in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>)<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Post widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Loop Grid widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Added a None option to the breakpoint options in Menu widget<\\/li>\\n<li>Tweak: Added a horizontal scrolling option in Menu widget<\\/li>\\n<li>Tweak: Upgraded minimum required PHP version to 7.3<\\/li>\\n<li>Tweak: Improved accessibility when minimize button is disabled in Table of Content widget<\\/li>\\n<li>Fix: Table of Content widget without icons displays <code>undefined<\\/code> error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17523\\\">#17523<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17768\\\">#17768<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18463\\\">#18463<\\/a>)<\\/li>\\n<li>Fix: Hover behavior issues on menu items in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23430\\\">#23430<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22431\\\">#22431<\\/a>)<\\/li>\\n<li>Fix: Links inside Loop Carousel are not working on initial load in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23705\\\">#23705<\\/a>)<\\/li>\\n<li>Fix: Popups accessible navigation adds outlines to the wrong first focusable element<\\/li>\\n<li>Fix: Dropdown area aligned to the left side of the screen if contains Tabs widget in Menu widget<\\/li>\\n<li>Fix: Content horizontal position not aligning correctly when used with carousel widgets in Menu widget<\\/li>\\n<li>Fix: Accessibility errors in PageSpeed Insights in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.16.2 - 2023-09-20<\\/h4>\\n<ul>\\n<li>Fix: Fit to Content dropdown position calculation is incorrect in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23808\\\">#23808<\\/a>)<\\/li>\\n<li>Fix: Reverted hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23804\\\">#23804<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.16.1 - 2023-09-14<\\/h4>\\n<ul>\\n<li>Fix: Dynamic tag for ACF image field is not working as expected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23757\\\">#23757<\\/a>)<\\/li>\\n<li>Fix: Sticky functionality affects padding values in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23758\\\">#23758<\\/a>)<\\/li>\\n<li>Fix: HTML list issues for padding and margin in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.16.0 - 2023-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23607\\\">#23607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22554\\\">#22554<\\/a>)<\\/li>\\n<li>Fix: \'Fallback: Recent Posts\' option malfunctions in the Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21436\\\">#21436<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23259\\\">#23259<\\/a>)<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22056\\\">#22056<\\/a>)<\\/li>\\n<li>Tweak: Used appropriate image <code>alt<\\/code> in Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17680\\\">#17680<\\/a>)<\\/li>\\n<li>Tweak: Optimized Scroll Snap functionality when using Container widget<\\/li>\\n<li>Tweak: Enhanced Elementor Role Manager functionality when using Containers<\\/li>\\n<li>Tweak: Added Notes feature to the Editor Top Bar<\\/li>\\n<li>Tweak: Replace CSS <code>float<\\/code> with other layouts in the Editor<\\/li>\\n<li>Tweak: Upgraded HTML Structure for the Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Carousel and Menu widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to a link in Posts widget<\\/li>\\n<li>Tweak: Loop Builder feature merged to version<\\/li>\\n<li>Fix: Addressed inconsistency in hover effect durations between icon, dropdown indicator colors, and text colors in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22376\\\">#22376<\\/a>)<\\/li>\\n<li>Fix: Slides break if the parent container is set to HTML A tag in Loop Carousel and Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22678\\\">#22678<\\/a>)<\\/li>\\n<li>Fix: The icon size setting is not affecting uploaded SVG icons in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22372\\\">#22372<\\/a>)<\\/li>\\n<li>Fix: Taxonomy filter does not work with slug in foreign characters (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23315\\\">#23315<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Dynamic Tags<\\/li>\\n<li>Fix: Sticky container incorrectly adjusts its width when transitioning from a smaller breakpoint to a larger one within the Editor<\\/li>\\n<\\/ul>\\n<h4>3.15.1 - 2023-08-09<\\/h4>\\n<ul>\\n<li>Fix: Improved code security enforcement in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.15.0 - 2023-07-31<\\/h4>\\n<ul>\\n<li>New: Introducing Taxonomy Filter widget - Empower visitors to seamlessly filter listings in Loop Grids based on taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3140\\\">#3140<\\/a>)<\\/li>\\n<li>Tweak: Added an &quot;Offset Sides&quot; functionality in Carousel and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21114\\\">#21114<\\/a>)<\\/li>\\n<li>Tweak: Modified the size of the Publish button in the Editor Top Bar feature (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22472\\\">#22472<\\/a>)<\\/li>\\n<li>Tweak: Improved Ajax permissions functionality for better security enforcement<\\/li>\\n<li>Tweak: Added option for pagination custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added option for navigation custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added additional styling options for navigation in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added labels to shortcode column in WordPress admin<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in Menu widget<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in My Account widget<\\/li>\\n<li>Tweak: Improved panel UI in Video Playlist widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Added &quot;Title HTML Tag&quot; and &quot;Description HTML Tag&quot; in Price List widget<\\/li>\\n<li>Tweak: Added &quot;Title HTML Tag&quot; and &quot;Description HTML Tag&quot; in Slides widget<\\/li>\\n<li>Tweak: Added &quot;Title HTML Tag&quot; and &quot;Description HTML Tag&quot; in Flip Box widget<\\/li>\\n<li>Tweak: Added &quot;Description HTML Tag&quot; in Call To Action widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Share Buttons widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Fix: WooCommerce Status page failed to recognize Elementor WooCommerce widgets<\\/li>\\n<li>Fix: Pagination does not work inside single templates when using Posts and Loop Grid widgets<\\/li>\\n<li>Fix: Incorrect saving of WooCommerce page settings in Elementor site settings under certain scenarios<\\/li>\\n<\\/ul>\\n<h4>3.14.1 - 2023-06-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved navigation on touch devices in Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22827\\\">#22827<\\/a>)<\\/li>\\n<li>Fix: Missing navigation arrows on lightbox in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22870\\\">#22870<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.14.0 - 2023-06-19<\\/h4>\\n<ul>\\n<li>New: Introducing Carousel widget - Infinite design possibilities, and nesting capabilities (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2587\\\">#2587<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>Tweak: Added Static Item Position functionality to Alternate template in Loop Grid widget<\\/li>\\n<li>Tweak: Added visual indication of Page Parts<\\/li>\\n<li>Tweak: Added dividers option between menu items in Menu widget<\\/li>\\n<li>Tweak: Changed the HTML structure of Pagination and Navigation in Loop Carousel and Nested Carousel widgets<\\/li>\\n<li>Tweak: Added shop page in WooCommerce Pages section in Site Settings<\\/li>\\n<li>Tweak: Added Text Shadow, Box Shadow and Padding control to button in Call to Action widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Video Playlist widget<\\/li>\\n<li>Tweak: Added <code>alt<\\/code> attribute to images in Video Playlist widget<\\/li>\\n<li>Tweak: Replaced select control with choose control for Flip Direction control in Flip Box widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Use <code>media_types<\\/code> array in Media controls<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11193\\\">#11193<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19871\\\">#19871<\\/a>)<\\/li>\\n<li>Fix: Responsive settings for templates don\'t work as expected when Additional Custom Breakpoints feature is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16819\\\">#16819<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19394\\\">#19394<\\/a>)<\\/li>\\n<li>Fix: Inner containers are not presented as expected in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21813\\\">#21813<\\/a>)<\\/li>\\n<li>Fix: Popup width does not support percentages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22413\\\">#22413<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x throws errors when using WooCommerce Ajax response (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22199\\\">#22199<\\/a>)<\\/li>\\n<li>Fix: Mini cart template appears as empty in various scenarios in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22789\\\">#22789<\\/a>)<\\/li>\\n<li>Fix: Order by Price doesn\'t work for the Latest products or Manual Selection in Products widget<\\/li>\\n<li>Fix: Dropdown indicator icon is not vertically aligned to the text when using icon in Menu Widget<\\/li>\\n<li>Fix: Mixed content warning in the console for Video Playlist widget<\\/li>\\n<li>Fix: Preview settings are not presented as expected after first save in Loop Template<\\/li>\\n<li>Fix: Not-crawlable link error in Video Playlist widget<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Logo widget<\\/li>\\n<li>Fix: Focus state issue on page load when using Table of Content widget<\\/li>\\n<\\/ul>\\n<h4>3.13.2 - 2023-05-22<\\/h4>\\n<ul>\\n<li>Fix: Hover settings not working as expected on Touch-Enabled devices in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22258\\\">#22258<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.1 - 2023-05-11<\\/h4>\\n<ul>\\n<li>Security Fix: Addressed security weaknesses in access management related functions<\\/li>\\n<li>Fix: Excerpt content pulled from post content is showing with HTML tags in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22367\\\">#22367<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.0 - 2023-05-08<\\/h4>\\n<ul>\\n<li>Tweak: Provided an option to assign excerpt automatically from post content in Post Excerpt dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20256\\\">#20256<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21715\\\">#21715<\\/a>)<\\/li>\\n<li>Tweak: Added Display Conditions functionality in Editor Top bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21675\\\">#21675<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22050\\\">#22050<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor_page_id<\\/code> from request URLs in the WC AJAX calls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18675\\\">#18675<\\/a>)<\\/li>\\n<li>Tweak: Added icons to menu items in Mega Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/21602\\\">#21602<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility to Toggle Button in WordPress Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/2348\\\">#2348<\\/a>)<\\/li>\\n<li>Tweak: Added \'Active item state\' to top-level menu items for anchor links in the Menu widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Loop Carousel widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Slides widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Media, Testimonial and Reviews Carousel widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to Table of Content widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Search Form widget<\\/li>\\n<li>Tweak: Added accessibility to images in Slides widget<\\/li>\\n<li>Tweak: Added accessibility to images in Call To Action widget<\\/li>\\n<li>Tweak: Added accessibility to images in Media Carousel widget<\\/li>\\n<li>Tweak: Added accessibility to images in Gallery widget<\\/li>\\n<li>Tweak: Added Lazy Load support for avatar image in Post Info widget<\\/li>\\n<li>Tweak: Added Lazy Load support to various Elementor Editor and Admin images<\\/li>\\n<li>Tweak: Added Lazy Load support for author image in Author Box widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Price List widget<\\/li>\\n<li>Fix: Content width is affected by the widget\'s width when Content Width is set to Fit to Content in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21842\\\">#21842<\\/a>)<\\/li>\\n<li>Fix: Empty value on Rows field causes an error in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21451\\\">#21451<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.2 - 2023-04-09<\\/h4>\\n<ul>\\n<li>Fix: Mini cart template appears as empty in various WordPress themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21836\\\">#21836<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.1 - 2023-04-02<\\/h4>\\n<ul>\\n<li>Fix: Default background colors are presented as transparent in Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21824\\\">#21824<\\/a>)<\\/li>\\n<li>Fix: Reverted the tweak of Form Submissions feature merged to the version (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21821\\\">#21821<\\/a>)<\\/li>\\n<li>Fix: Dropdown area is not closing when hovering outside of the content area in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.12.0 - 2023-03-29<\\/h4>\\n<ul>\\n<li>New: Introducing the Mega Menu with the new Menu widget - empowers you to achieve a much higher level of menu design, customization, and creativity<\\/li>\\n<li>New: Diversify your design with a Loop Alternate template - apply another template within your Loop Grid for design creativity<\\/li>\\n<li>New: Kickstart your workflow with predesigned Loop container-based templates<\\/li>\\n<li>Tweak: Added custom icon controls to various locations in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13678\\\">#13678<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17941\\\">#17941<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19295\\\">#19295<\\/a>)<\\/li>\\n<li>Tweak: Added a spacing control between navigation and slides in the Loop Carousel<\\/li>\\n<li>Tweak: Added responsive control to the \'Gap between slides\' control in the Loop Carousel<\\/li>\\n<li>Tweak: Added Custom CSS section in Loop Item template<\\/li>\\n<li>Tweak: Added an Article class metadata in Loop Item template<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in CTA widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in Flipbox widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Changed Nav Menu widget name to WordPress Menu widget<\\/li>\\n<li>Tweak: Added &quot;Form Validation&quot; control to Form widget<\\/li>\\n<li>Tweak: Updated custom messages in the Form widget<\\/li>\\n<li>Tweak: Improved accessibility in various elements in Gallery widget<\\/li>\\n<li>Tweak: Form Submissions feature merged to version<\\/li>\\n<li>Tweak: Loop feature promoted to Stable status<\\/li>\\n<li>Tweak: Page Transitions feature promoted to Stable status<\\/li>\\n<li>Tweak: Improved accessibility in filter bar in Gallery widget<\\/li>\\n<li>Tweak: Remove unused <code>aspect-ratio-*<\\/code> CSS classes<\\/li>\\n<li>Fix: Not all active breakpoints appear under &quot;Advanced Rules&quot; in popup publish settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17020\\\">#17020<\\/a>)<\\/li>\\n<li>Fix: Dynamic background image and video is not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.11.7 - 2023-03-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in WooCommerce components<\\/li>\\n<\\/ul>\\n<h4>3.11.6 - 2023-03-14<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in Author Box and Countdown widgets<\\/li>\\n<\\/ul>\\n<h4>3.11.5 - 2023-03-12<\\/h4>\\n<ul>\\n<li>Fix: Hamburger Menu Toggle not showing if breakpoint is set to Tablet Extra in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21003\\\">#21003<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.4 - 2023-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Prevented SVG file upload for better security enforcement in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.11.3 - 2023-02-26<\\/h4>\\n<ul>\\n<li>Fix: Error message appears when submitting a form placed below Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21432\\\">#21432<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x compatibility issues in various places<\\/li>\\n<\\/ul>\\n<h4>3.11.2 - 2023-02-22<\\/h4>\\n<ul>\\n<li>Fix: Save &amp; Back handle becomes inaccessible in various scenarios cases in Loop Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21316\\\">#21316<\\/a>)<\\/li>\\n<li>Fix: Can\'t edit page when using \'Content Tabs\' and \'Section\' options in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.11.1 - 2023-02-15<\\/h4>\\n<ul>\\n<li>Fix: Featured Image dynamic tag is not working in Background images (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21313\\\">#21313<\\/a>)<\\/li>\\n<li>Fix: Time zone is not correct in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17485\\\">#17485<\\/a>)<\\/li>\\n<li>Fix: File upload field is not working in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21341\\\">#21341<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21314\\\">#21314<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.0 - 2023-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Carousel widget - Create powerful &amp; repeating loop templates and populate each one with dynamic content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>New: Added Date and Time Range option to Advanced Rules in Popup<\\/li>\\n<li>Tweak: Improved accessibility when opening and closing a popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9788\\\">#9788<\\/a>)<\\/li>\\n<li>Tweak: Improved accessibility of full-screen mode in Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19907\\\">#19907<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility support to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5861\\\">#5861<\\/a>)<\\/li>\\n<li>Tweak: Add <code>aria-label<\\/code> to read more link in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13784\\\">#13784<\\/a>)<\\/li>\\n<li>Tweak: Use <code>aspect-ratio<\\/code> property instead of CSS trick in Media Carousel widget<\\/li>\\n<li>Tweak: Updated translation string in Stripe widget<\\/li>\\n<li>Fix: Masonry and Columns controls are not working as expected with responsive in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20670\\\">#20670<\\/a>)<\\/li>\\n<li>Fix: Invalid attributes names in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17400\\\">#17400<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working as expected in various widgets<\\/li>\\n<li>Fix: Form fields order is not presented correctly when exported to CSV in Form Submissions<\\/li>\\n<li>Fix: Dynamic background image and video are not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.10.3 - 2023-01-29<\\/h4>\\n<ul>\\n<li>Tweak: Added introduction video to loop item information modal in Theme Builder<\\/li>\\n<li>Fix: PHP 8.x throws errors and notices in some cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21087\\\">#21087<\\/a>)<\\/li>\\n<li>Fix: Infinite Scroll and Load on click pagination are not working as expected in Archive template<\\/li>\\n<li>Fix: Show row even when values do not exist in Form Submissions<\\/li>\\n<\\/ul>\\n<h4>3.10.2 - 2023-01-17<\\/h4>\\n<ul>\\n<li>Fix: Updated compatibility tag for Elementor v3.10<\\/li>\\n<\\/ul>\\n<h4>3.10.1 - 2023-01-09<\\/h4>\\n<p>Fix: Preview Could not be loaded error message appears on pages containing the Loop Grid in a header or footer templates<\\/p>\\n<h4>3.10.0 - 2023-01-09<\\/h4>\\n<ul>\\n<li>New: Added new dynamic tag for due date in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7737\\\">#7737<\\/a>)<\\/li>\\n<li>Tweak: Added <code>modified<\\/code> and <code>comment_count<\\/code> to Order By in posts query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11159\\\">#11159<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>footer<\\/code> tag in Blockquote and Comments widgets for better semantics<\\/li>\\n<li>Fix: Compatibility issue in Imagify Media Library filters due to <code>_elementor_is_screenshot<\\/code> meta filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19988\\\">#19988<\\/a>)<\\/li>\\n<li>Fix: Hotspot Widget label icon height issues when Inline Font Icons experiment is active<\\/li>\\n<li>Fix: Editing glitch when using two loop grid widgets on the same page with the same loop item template<\\/li>\\n<li>Fix: Equal height is not working when using sections in Loop Grid widget<\\/li>\\n<li>Fix: Large amount of menu items are not appearing correctly on a mobile device in Nav Menu widget<\\/li>\\n<li>Fix: Featured Image does not change dynamically when using infinite\\/click pagination in Loop Grid widget<\\/li>\\n<li>Fix: Removed action call of non-existent <code>display_empty_cart_template()<\\/code> method in Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.9.2 - 2022-12-21<\\/h4>\\n<ul>\\n<li>Fix: JS events do not trigger in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20708\\\">#20708<\\/a>)<\\/li>\\n<li>Fix: PHP Errors appear when not using the toggle menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18636\\\">#18636<\\/a>)<\\/li>\\n<li>Fix: Popups\' backgrounds disappear when using Lazy Load Background Images experiment<\\/li>\\n<\\/ul>\\n<h4>3.9.1 - 2022-12-14<\\/h4>\\n<ul>\\n<li>Fix: WooCommerce Product Gallery dynamic tag is not working in Basic Gallery, Gallery and Image Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20678\\\">#20678<\\/a>)<\\/li>\\n<li>Fix: Hide Empty option is not working in Menu Cart widget<\\/li>\\n<li>Fix: The Stripe Button widget doesn\'t work in Templates<\\/li>\\n<\\/ul>\\n<h4>3.9.0 - 2022-12-06<\\/h4>\\n<ul>\\n<li>New: Added support for WooCommerce to Loop Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20020\\\">#20020<\\/a>)<\\/li>\\n<li>Tweak: Added more options to \'Show up to X times\' advanced rule in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8187\\\">#8187<\\/a>)<\\/li>\\n<li>Tweak: Allow saving and reloading a page while editing in-place loop item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19882\\\">#19882<\\/a>)<\\/li>\\n<li>Tweak: Added <code>$location param<\\/code> to <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18453\\\">#18453<\\/a>)<\\/li>\\n<li>Tweak: Removed redundant labels from group controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11666\\\">#11666<\\/a>)<\\/li>\\n<li>Tweak: Added support to use sections and columns as the layout structure of a Loop item template<\\/li>\\n<li>Tweak: Disabled movement when a repeater item is in focus in edit mode<\\/li>\\n<li>Tweak: Upgrade the autoprefixer package to better minify CSS files<\\/li>\\n<li>Tweak: Removed duplicate SQL queries on every page for better performance<\\/li>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Added more units options to Border Width control in various elements<\\/li>\\n<li>Tweak: Added <code>em<\\/code> units to Border Radius control in various elements<\\/li>\\n<li>Tweak: Added \'Equal height\' functionality to Loop Grid widget<\\/li>\\n<li>Fix: Issue with Related Products widget and WooCommerce Pixel Manager plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16934\\\">#16934<\\/a>)<\\/li>\\n<li>Fix: My Account widget gets hidden when using a single page template with post content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19627\\\">#19627<\\/a>)<\\/li>\\n<li>Fix: Cart is not updated when cache enabled in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19312\\\">#19312<\\/a>)<\\/li>\\n<li>Fix: Entrance animations are not working as expected with Infinite Loop and Load on CLick pagination in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20293\\\">#20293<\\/a>)<\\/li>\\n<li>Fix: Loading page issues in Form Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19973\\\">#19973<\\/a>)<\\/li>\\n<li>Fix: Recently Edited date and time not working as expected in Elementor Overview plugin in WordPress dashboard (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17966\\\">#17966<\\/a>)<\\/li>\\n<li>Fix: Recurring license mismatch error message when using translators plugins<\\/li>\\n<li>Fix: Submenu items triggers page transition instead of opening in Nav Menu widget<\\/li>\\n<li>Fix: Query values of Posts widget are not imported correctly when importing a Kit<\\/li>\\n<li>Fix: Loop items are exceeding the widget boundaries in Loop Grid widget<\\/li>\\n<li>Fix: Order by option is not working as expected when choosing Upsells, Cross-Sells and Related Products query in Products widget<\\/li>\\n<li>Fix: Various widgets disappear in certain scenarios when choosing direction Row or Column in Container<\\/li>\\n<\\/ul>\\n<h4>3.8.2 - 2022-11-20<\\/h4>\\n<ul>\\n<li>Fix: Z-index issues when applying sticky to Container<\\/li>\\n<li>Fix: Error message appears on front with Editor and Shop Manager roles when using the Loop Builder widget<\\/li>\\n<\\/ul>\\n<h4>3.8.1 - 2022-11-06<\\/h4>\\n<ul>\\n<li>Fix: Sticky inner section is not staying in the column when applying sticky option in Sections (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20203\\\">#20203<\\/a>)<\\/li>\\n<li>Fix: Post Title widget located in a loop item template disappears when enabling the hide title option inside page settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20207\\\">#20207<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20255\\\">#20255<\\/a>)<\\/li>\\n<li>Fix: ACF Dynamic data not rendering correctly in various scenarios (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20235\\\">#20235<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20258\\\">#20258<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20277\\\">#20277<\\/a>)<\\/li>\\n<li>Fix: Z-index issues when applying sticky to Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20227\\\">#20227<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.8.0 - 2022-10-30<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Builder as a beta status experiment - Create powerful &amp; repeating loop templates and populate each one with dynamic content and design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4440\\\">#4440<\\/a>)<\\/li>\\n<li>Tweak: Add <code>wp_body_open()<\\/code> to header in Header template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11562\\\">#11562<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15828\\\">#15828<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13089\\\">#13089<\\/a>)<\\/li>\\n<li>Tweak: Added support border-radius option to the Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14316\\\">#14316<\\/a>)<\\/li>\\n<li>Tweak: Import\\/Export CLI and UI mechanisms were merged into a unified service<\\/li>\\n<li>Tweak: User with no permission to Notes cannot be mentioned in a note<\\/li>\\n<li>Tweak: User with no permission to view a post cannot be mentioned in a note<\\/li>\\n<li>Tweak: Notes was added to the right click context-menu<\\/li>\\n<li>Tweak: Notes panel can be resizable<\\/li>\\n<li>Tweak: Notes panel can be dragged outside of the canvas in responsive mode in the editor<\\/li>\\n<li>Tweak: Updated form validation messages translation strings in Form widget<\\/li>\\n<li>Tweak: Updated translators comments<\\/li>\\n<li>Tweak: Theme Builder logo and Title should be clickable<\\/li>\\n<li>Tweak: Reduced API requests and DB calls on non-write setup<\\/li>\\n<li>Tweak: Added media queries to the Table of Contents widget<\\/li>\\n<li>Fix: Sticky option is not working as expected in various scenarios in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19540\\\">#19540<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19618\\\">#19618<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19777\\\">#19777<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19827\\\">#19827<\\/a>)<\\/li>\\n<li>Fix: Mixed Content errors on HTTPS in Video Playlist Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18895\\\">#18895<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18945\\\">#18945<\\/a>)<\\/li>\\n<li>Fix: Note\'s timestamp is being updated according to the last activity in Notes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19123\\\">#19123<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17582\\\">#17582<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in pagination in Posts widget<\\/li>\\n<li>Fix: Share buttons is accessible with keyboard but not clickable<\\/li>\\n<li>Fix: Sub-items icons style is missing in preview with Inline Font Icons experiment in Nav Menu widget<\\/li>\\n<li>Fix: Quotes are appearing as HTML when editing a note in Notes<\\/li>\\n<li>Fix: Label\'s Icon height increases when Inline Font Icons experiment is active in Hotspot Widget<\\/li>\\n<li>Fix: Sub conditions of templates are not overridden when importing a Kit<\\/li>\\n<li>Fix: X\\/Y Anchor Point controls were not visible for Scale and Rotate effects<\\/li>\\n<li>Fix: PHP warning notice appears in some situations when using motion effects<\\/li>\\n<\\/ul>\\n<h4>3.7.7 - 2022-09-20<\\/h4>\\n<ul>\\n<li>Fix: Default Flex Grow affects the layout when the container is set to direction Column in various widgets<\\/li>\\n<\\/ul>\\n<h4>3.7.6 - 2022-09-14<\\/h4>\\n<ul>\\n<li>Fix: Submissions menu item appears at the bottom of Elementor section in WordPress dashboard<\\/li>\\n<\\/ul>\\n<h4>3.7.5 - 2022-08-31<\\/h4>\\n<ul>\\n<li>Fix: Error message appears on front if WooCommerce is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19553\\\">#19553<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.7.4 - 2022-08-29<\\/h4>\\n<ul>\\n<li>Tweak: PHP 5.6 Is deprecated<\\/li>\\n<li>Fix: Triangle icon is not being displayed in the Select field when Inline Font Icons Experiment is active in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18598\\\">#18598<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19495\\\">#19495<\\/a>)<\\/li>\\n<li>Fix: The page jumps or flickers to the video playlist on page reload in Video Playlist Widget<\\/li>\\n<\\/ul>\\n<h4>3.7.3 - 2022-07-31<\\/h4>\\n<ul>\\n<li>Tweak: Improved license mechanism for correct validation<\\/li>\\n<li>Fix: Sticky option causes unexpected results when using the Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>)<\\/li>\\n<li>Fix: Price list, Portfolio, Flip Box and Gallery widgets disappear when the direction is set to column in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18880\\\">#18880<\\/a>)<\\/li>\\n<li>Fix: Quotes character is showing up as <code>&amp;quot;<\\/code> when editing a note in Notes<\\/li>\\n<\\/ul>\\n<h4>3.7.2 - 2022-06-15<\\/h4>\\n<ul>\\n<li>Tweak: Applied optimized file handling in various modules<\\/li>\\n<li>Fix: Related posts query options are missing in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18633\\\">#18633<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18641\\\">#18641<\\/a>)<\\/li>\\n<li>Fix: Menu Cart Icon is not being displayed on all browsers when Inline Font Icons Experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17705\\\">#17705<\\/a>)<\\/li>\\n<li>Fix: Gallery widget is not working as expected in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18408\\\">#18408<\\/a>)<\\/li>\\n<li>Fix: Flip box is not visible when the direction is set to Row in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18413\\\">#18413<\\/a>)<\\/li>\\n<li>Fix: Portfolio widget is not visible when dragged into &quot;Row&quot; direction Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17653\\\">#17653<\\/a>)<\\/li>\\n<li>Fix: Menu cart is open automatically in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18629\\\">#18629<\\/a>)<\\/li>\\n<li>Fix: PHP error is being shown the license is expired in License screen<\\/li>\\n<\\/ul>\\n<h4>3.7.1 - 2022-05-16<\\/h4>\\n<ul>\\n<li>Fix: Notes icon appears as an empty square in admin top bar for users with permissions lower than Editor<\\/li>\\n<li>Fix: Notes experiment causes a PHP fatal error on some cases<\\/li>\\n<li>Fix: UI glitches in Notes feature<\\/li>\\n<\\/ul>\\n<h4>3.7.0 - 2022-05-10<\\/h4>\\n<ul>\\n<li>New: Introducing Notes - Work collaboratively directly within Elementor<\\/li>\\n<li>New: Stripe Button widget - Collect Stripe payments directly from your site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14748\\\">#14748<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Add to Cart dynamic tag - add products to cart from every widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10607\\\">#10607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11801\\\">#11801<\\/a>)<\\/li>\\n<li>New: Added WooCommerce Product Content dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16367\\\">#16367<\\/a>)<\\/li>\\n<li>Tweak: Added Related, Upsells and Cross-Sells query sources to Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8071\\\">#8071<\\/a>)<\\/li>\\n<li>Tweak: Added custom icon control to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18007\\\">#18007<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14357\\\">#14357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13151\\\">#13151<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11361\\\">#11361<\\/a>)<\\/li>\\n<li>Tweak: Added an option to minimize on Desktop device in Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9933\\\">#9933<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10729\\\">#10729<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10314\\\">#10314<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6691\\\">#6691<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11774\\\">#11774<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9051\\\">#9051<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5760\\\">#5760<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9774\\\">#9774<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom option in various Product widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10263\\\">#10263<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom control in Posts and Archive Posts widgets<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added percentage unit to padding control in Additional Information customize section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added quick link to create new theme parts directly from the Finder<\\/li>\\n<li>Tweak: Added the option to add a custom template to Dashboard screen in My Account widget<\\/li>\\n<li>Tweak: Added spacing control to view cart button in various product widgets<\\/li>\\n<li>Tweak: Added the option to add a custom template to empty cart state in Cart widget<\\/li>\\n<li>Tweak: Adjusted the layout of the Payment Methods screen in the My Account widget<\\/li>\\n<li>Tweak: Added lazy load option to Media Carousel, Reviews and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added Site Identity quick link to Logo widget<\\/li>\\n<li>Tweak: Added Site Identity quick link to Site Title widget<\\/li>\\n<li>Tweak: Created an attribute that allows disabling page transition for specific links<\\/li>\\n<li>Tweak: Added dynamic tag controls to Gallery widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Countdown widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Portfolio widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Price Table widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Login widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Blockquote widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Facebook Comments widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post Navigation widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Search Form widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Author Box widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post info widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Posts widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Product Meta widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Products widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Sitemap widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Reviews widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Code Highlight widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to PayPal Button widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added missing PHP documentation to hooks<\\/li>\\n<li>Fix: Scrolling glitches on mobile devices when Sticky Effect is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17767\\\">#17767<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18330\\\">#18330<\\/a>)<\\/li>\\n<li>Fix: Only 1st honypot field is validated when using multiple honeypot fields in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18136\\\">#18136<\\/a>)<\\/li>\\n<li>Fix: Checkout button background color is not working as expected in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18289\\\">#18289<\\/a>)<\\/li>\\n<li>Fix: Button labels are not accessible for screen readers in Share buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<li>Fix: Downloads titles controls are not working in responsive in WooCommerce Purchase Summary widget<\\/li>\\n<li>Fix: Excerpt length is not working as expected in Posts and Archive Posts widgets<\\/li>\\n<li>Fix: Titles &amp; Totals weight is not working in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Product image is not appearing on Single Product Page on template load<\\/li>\\n<li>Fix: Additional Information title not editable in some scenarios in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in Cart widget<\\/li>\\n<li>Fix: UI Glitch in Masonry control in Portfolio widget<\\/li>\\n<li>Fix: Custom breakpoints experiment didn\'t work on Single post and page templates<\\/li>\\n<li>Fix: Testimonial carousel &amp; Reviews widgets disregards the <code>alt<\\/code> attribute<\\/li>\\n<li>Fix: Playlist widget deeplink didn\'t send user directly to the widget in the page<\\/li>\\n<li>Fix: Masonry option causes the images to disappear in the Editor in Posts widget<\\/li>\\n<li>Fix: Scrollbar appears after clicking on the dropdown toggle in Nav Menu widget<\\/li>\\n<li>Fix: Custom icons disappear on frontend if the pack name contains numbers<\\/li>\\n<li>Fix: Custom Font disappears if the name contains only numbers<\\/li>\\n<li>Fix: <code>end-section()<\\/code> is missing from Progress Tracker and Facebook Embed widgets<\\/li>\\n<li>Tweak: Added a filter for conditions cache query in Theme Builder<\\/li>\\n<li>Fix: Customizations lost on Ajax refresh in WooCommerce Cart widget<\\/li>\\n<li>Fix: Hello theme Header and Footer experiment is not working when WooCommerce plugin is active<\\/li>\\n<li>Fix: Color controls are not working as expected in Checkout widget<\\/li>\\n<li>Fix: Color controls are not working as expected in My Account widget<\\/li>\\n<li>Fix: Empty state widget preview in the editor is disappearing in various widgets<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in WooCommerce Cart widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-7-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.6.5 - 2022-04-12<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issues for several widgets in iOS 14 and macOS 13 devices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18090\\\">#18090<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15910\\\">#15910<\\/a>)<\\/li>\\n<li>Fix: Button Alignment doesn\'t work in Custom Add To Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17810\\\">#17810<\\/a>)<\\/li>\\n<li>Fix: PHP warning is thrown in some cases in PayPal button widget<\\/li>\\n<li>Fix: PHP 8.1 throws errors and notices in some cases<\\/li>\\n<li>Fix: PHP notice was thrown when Kit Import process initiated without display conditions<\\/li>\\n<li>Fix: Create Account button always opens on the Sign Up screen even if the user has an account in Onboarding process<\\/li>\\n<\\/ul>\\n<h4>3.6.4 - 2022-03-15<\\/h4>\\n<ul>\\n<li>Tweak: Kit import dynamic reference support for templates and dynamic tags<\\/li>\\n<li>Tweak: Updated tested up to version tag to <code>3.6.0<\\/code><\\/li>\\n<li>Fix: Sticky caused scrolling issues after clicking an element that expands the page height (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17821\\\">#17821<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17839\\\">#17839<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18069\\\">#18069<\\/a>)<\\/li>\\n<li>Fix: When saving Global widget JS error is being thrown and editor fails to load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17954\\\">#17954<\\/a>)<\\/li>\\n<li>Fix: Motion effects are missing from Background section under Style tab in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18063\\\">#18063<\\/a>)<\\/li>\\n<li>Fix: Imported Kit doesn\'t appear in the theme builder after successful import in some cases<\\/li>\\n<li>Fix: Added future Pro support to fix the Cart icon that shifted aside in Menu cart widget<\\/li>\\n<\\/ul>\\n<h4>3.6.3 - 2022-02-28<\\/h4>\\n<ul>\\n<li>Fix: Custom Code display conditions modal is not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17865\\\">#17865<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17942\\\">#17942<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17994\\\">#17994<\\/a>)<\\/li>\\n<li>Fix: Share buttons are not accessible for keyboard navigation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.6.2 - 2022-02-14<\\/h4>\\n<ul>\\n<li>Fix: Auto updates mechanism is not working as expected (this version might be also installed automatically)<\\/li>\\n<\\/ul>\\n<h4>3.6.1 - 2022-02-09<\\/h4>\\n<ul>\\n<li>Tweak: Allow connecting via generic source for future feature support<\\/li>\\n<li>Fix: Custom Code doesn\'t work when WooCommerce is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17675\\\">#17675<\\/a>)<\\/li>\\n<li>Fix: Content animation didn\'t work when Improved asset loading experiment is active Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17055\\\">#17055<\\/a>)<\\/li>\\n<li>Fix: PHP warning appears some times when trying to force-check for available updates<\\/li>\\n<li>Fix: Page transitions are being triggered when not needed<\\/li>\\n<li>Fix: Text alignment on Tablet responsive device affects base device in Testimonial Carousel widget<\\/li>\\n<li>Fix: Harden Submissions feature to prevent potential security issues<\\/li>\\n<li>Fix: Page Transitions Icon option Preloader doesn\'t work on frontend<\\/li>\\n<\\/ul>\\n<h4>3.6.0 - 2022-01-31<\\/h4>\\n<ul>\\n<li>New: WooCommerce Purchase Summary widget - Fully customize the content and style of your order summary page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5756\\\">#5756<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15862\\\">#15862<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices styling on Site Settings - Customize the appearance of WooCommerce notices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14570\\\">#14570<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15896\\\">#15896<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices widget - Set the position of WooCommerce notices on your shop pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8124\\\">#8124<\\/a>)<\\/li>\\n<li>Experiment: Page Transitions - Customize the page loading experience, and increase brand recognition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10576\\\">#10576<\\/a>)<\\/li>\\n<li>Tweak: Added WooCommerce &amp; Theme Elements widgets to Improved CSS Loading experiment to save up 126KB per page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17412\\\">#17412<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17337\\\">#17337<\\/a>)<\\/li>\\n<li>Tweak: Added new layout options in WooCommerce Add To Cart and WooCommerce Custom Add To Cart widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5437\\\">#5437<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10617\\\">#10617<\\/a>)<\\/li>\\n<li>Tweak: Added Stroke functionality for typography control in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11158\\\">#11158<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor-section-wrap<\\/code> by adding it to the Optimized DOM Output experiment (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16950\\\">#16950<\\/a>)<\\/li>\\n<li>Tweak: Added style controls for variations in WooCommerce Menu Cart widget<\\/li>\\n<li>Tweak: Added color control to navigation dots in Media Carousel, Reviews, and Slides widgets<\\/li>\\n<li>Tweak: Disabled Vimeo autoplay on edit mode when getting video data in Video Playlist widget<\\/li>\\n<li>Tweak: Added notice about Facebook\'s new EU consent policy in Facebook Button, Facebook Comments, Facebook Embed, and Facebook Page widgets<\\/li>\\n<li>Tweak: Refactor string translation calls to use native WP translation methods<\\/li>\\n<li>Tweak: Convert <code>home_url<\\/code> license API call to <code>get_site_url<\\/code> for better compatibility<\\/li>\\n<li>Tweak: Promoted Default to New Theme Builder and Scroll Snap experiments to Stable status in Experiments screen<\\/li>\\n<li>Tweak: Scroll Snap experiment set to active by default for all websites in Experiments screen<\\/li>\\n<li>Tweak: Scrolling Effects in Header and Section backgrounds are not working as expected when effects are relative to the entire page<\\/li>\\n<li>Tweak: Added &quot;Auto Updates&quot; capability to Pro versions<\\/li>\\n<li>Tweak: Removed sequenced animation hover effect option from Classic skin in Call to Action widget<\\/li>\\n<li>Tweak: Added &quot;Excerpt Length&quot; control in Post Excerpt widget<\\/li>\\n<li>Tweak: Deleted deprecated methods from Query Control module<\\/li>\\n<li>Tweak: Adjusted Inline-CSS Experiment to work with Additional Custom Breakpoints experiment<\\/li>\\n<li>Fix: Automatically open cart functionality didn\'t work in product page in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5921\\\">#5921<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16276\\\">#16276<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16879\\\">#16879<\\/a>)<\\/li>\\n<li>Fix: Buttons are not visible when there are too many products in the cart in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17283\\\">#17283<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13005\\\">#13005<\\/a>)<\\/li>\\n<li>Fix: Mini cart modal z-index is too low in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>)<\\/li>\\n<li>Fix: Side cart buttons are not visible at first glance on mobile in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>)<\\/li>\\n<li>Fix: Read More field recognizes inline HTML elements as plain text in Posts and Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16985\\\">#16985<\\/a>)<\\/li>\\n<li>Fix: Load More functionality caused JS error console in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17036\\\">#17036<\\/a>)<\\/li>\\n<li>Fix: Autoplay is not working as expected when the lazy load is active in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15304\\\">#15304<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16274\\\">#16274<\\/a>)<\\/li>\\n<li>Fix: Right navigation area wasn\'t 100% clickable in Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14252\\\">#14252<\\/a>)<\\/li>\\n<li>Fix: Posts duplicate when there are two Posts widgets inside a page using pagination functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17056\\\">#17056<\\/a>)<\\/li>\\n<li>Fix: Global widget changes are not reflected on frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16820\\\">#16820<\\/a>)<\\/li>\\n<li>Fix: JS Error console message when using the Load More functionality and Post Per Page option in Posts widget<\\/li>\\n<li>Fix: Heading styling is not being loaded when Inline CSS experiment is active in Post and Page Title widgets<\\/li>\\n<li>Fix: Sticky offset not working as expected when changing device mode on the browser<\\/li>\\n<li>Fix: Scroll Snap functionality wasn\'t applied on Templates and Archives<\\/li>\\n<li>Fix: Toggle icon color didn\'t work on hover state when Inline Font Icons experiment is activated in Nav Menu widget<\\/li>\\n<li>Fix: Variations style controls are not working as expected in WooCommerce Add to Cart widget<\\/li>\\n<li>Fix: Display conditions module is not working as expected when using the new Theme Builder UI<\\/li>\\n<li>Fix: Edit header handles <code>z-index<\\/code> issues in Header document<\\/li>\\n<li>Fix: Panel icons UI glitch in Call To Action widget<\\/li>\\n<li>Fix: WordPress 5.9 <code>WP_User_query<\\/code> <code>who<\\/code> argument deprecation adjustments<\\/li>\\n<\\/ul>\\n<h4>3.5.2 - 2021-11-28<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted license mechanism to support trial period<\\/li>\\n<li>Fix: Updates made to Global Widgets do not reflect accordingly to linked widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815\\\">#16815<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle button doesn\'t change to \\u201cclose\\u201d when menu is collapsed in Nav Menu widget when Inline Font Awesome experiment is active<\\/li>\\n<li>Fix: Global Widget cannot be unlinked<\\/li>\\n<\\/ul>\\n<h4>3.5.1 - 2021-11-10<\\/h4>\\n<ul>\\n<li>Fix: Inline HTML elements appear as plain text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16816\\\">#16816<\\/a>)<\\/li>\\n<li>Fix: Dropdown items inherited values from Main Menu space between control in Nav Menu widget (<a href=\\\"(https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815)\\\">#16815<\\/a><\\/li>\\n<li>Fix: Order Summary titles style controls not applying on various devices in Cart widget<\\/li>\\n<li>Fix: Panel &quot;Need Help&quot; link is not correct in WooCommerce section in Site Settings<\\/li>\\n<\\/ul>\\n<h4>3.5.0 - 2021-11-01<\\/h4>\\n<ul>\\n<li>New: WooCommerce Checkout widget - Fully customize the content and style of your checkout page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15990\\\">#15990<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce Cart widget - Style your cart page the way you want with design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce My Account widget - Create a custom design for your my account pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: Progress Tracker widget - Motivate your customers to keep reading your site content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16576\\\">#16576<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Site Settings - Set your store pages within Elementor<\\/li>\\n<li>Experiment: Scroll Snap - Set the scene of every scroll (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10752\\\">#10752<\\/a>)<\\/li>\\n<li>Tweak: Changed infrastructure to prevent rendering bugs in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16354\\\">#16354<\\/a>)<\\/li>\\n<li>Tweak: Added the option to open submission in a new tab in Form Submissions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14967\\\">#14967<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive controls in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1851\\\">#1851<\\/a>)<\\/li>\\n<li>Tweak: Split Title and Price styling controls in Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7688\\\">#7688<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive capabilities to controls in Posts Archive widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Changed admin notice content when Pro installed without Core installed<\\/li>\\n<li>Tweak: Cleanup in <code>wp_options<\\/code> table<\\/li>\\n<li>Tweak: Changed Connect logic in Elementor top bar to simplify the connect process<\\/li>\\n<li>Tweak: Marked new Theme Builder as an Experiment and set to default for new sites<\\/li>\\n<li>Tweak: Enforced better security policies in various widgets and modules<\\/li>\\n<li>Tweak: Added load more button functionality to the Posts Archive widget<\\/li>\\n<li>Tweak: Renamed Elementor\'s responsive SCSS variables<\\/li>\\n<li>Tweak: Added dividers to horizontal layout in Nav Menu widget<\\/li>\\n<li>Tweak: Removed Google+ social network from Share Buttons widget<\\/li>\\n<li>Tweak: Convert usage of old Responsive class to use the new Breakpoints Manager<\\/li>\\n<li>Fix: jQuery in Heading doesn\'t work for not logged in users in Custom Code (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14515\\\">#14515<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14266\\\">#14266<\\/a>)<\\/li>\\n<li>Fix: Menu animation causing page horizontal scroll in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15184\\\">#15184<\\/a>)<\\/li>\\n<li>Fix: Wrong function call in Table of Content &amp; Post Excerpt widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16547\\\">#16547<\\/a>)<\\/li>\\n<li>Fix: Slides to Scroll control can\'t be set to Default if Widescreen mode has a value in Testimonial Carousel widget<\\/li>\\n<li>Fix: Sticky offset not working properly when changing device mode<\\/li>\\n<li>Fix: UTF character issues when exporting CSV file in Form Submissions<\\/li>\\n<li>Fix: Load More functionality doesn\'t work when the Posts widget placed inside an Archive template<\\/li>\\n<li>Fix: UI glitches and editing issues in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.4.2 - 2021-10-12<\\/h4>\\n<ul>\\n<li>Fix: Icons color style conflicts when Font-Awesome Inline experiment is active in Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16435\\\">#16435<\\/a>)<\\/li>\\n<li>Fix: Mini Cart hides page content when closed in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16305\\\">#16305<\\/a>)<\\/li>\\n<li>Fix: UI glitches in the Editor edit mode when inserting Post Content widget and Font-Awesome Inline experiment is active in Single Post template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16358\\\">#16358<\\/a>)<\\/li>\\n<li>Fix: Slides per view controls disappeared from multiple breakpoints in Testimonial Carousel<\\/li>\\n<li>Fix: Product variations UI glitch in Menu Cart widget<\\/li>\\n<li>Fix: Buttons UI glitch on Safari browser in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.1 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Fix: Sticky functionality is not working if the Additional Custom Breakpoints experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16186\\\">#16186<\\/a>)<\\/li>\\n<li>Fix: Slideshow skin UI glitch in Media Carousel widget<\\/li>\\n<li>Fix: Product price typography weight control is not working as expected in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.0 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Tweak: Added new Mini Cart layout type in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11312\\\">#11312<\\/a>)<\\/li>\\n<li>Tweak: Added styling options for Cart, Products, and Cart buttons in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14952\\\">#14952<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to open cart automatically when an item is added in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14119\\\">#14119<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to remove an item from cart without reloading the page with an AJAX request (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9531\\\">#9531<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10875\\\">#10875<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11309\\\">#11309<\\/a>)<\\/li>\\n<li>Tweak: Added Load More AJAX functionality to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14557\\\">#14557<\\/a>)<\\/li>\\n<li>Tweak: Added Vimeo support to the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15319\\\">#15319<\\/a>)<\\/li>\\n<li>Tweak: Improved asset loading performance by serving lighter JS files (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>)<\\/li>\\n<li>Tweak: Added query string to the URL only after the first video is played in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15348\\\">#15348<\\/a>)<\\/li>\\n<li>Tweak: Added various layout options with more responsive controls and cart structure options in Menu Cart widget<\\/li>\\n<li>Tweak: Added the option to open the menu cart by click or hover in Menu Cart widget<\\/li>\\n<li>Tweak: Added the ability to choose a specific product to draw data from in WooCommerce Dynamic tags<\\/li>\\n<li>Tweak: Removed auto-scroll to the widget location when arriving from external URL in Video Playlist widget<\\/li>\\n<li>Tweak: Removed the Video Playlist widget from the Experiments list<\\/li>\\n<li>Tweak: Added descriptive error messages for MailChimp action after submit and on form submit in Forms widget<\\/li>\\n<li>Tweak: Added tooltip trigger None and Hover for link in Hotspot widget<\\/li>\\n<li>Tweak: Added responsive controls to Offset and Effects Offset in Sticky options<\\/li>\\n<li>Tweak: Added responsive control to Alignment in Testimonial Carousel widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Added future compatibility to support better loading of <code>eicons<\\/code> font<\\/li>\\n<li>Tweak: Changed Rename Part title and button color in Theme Builder<\\/li>\\n<li>Fix: Products don\'t appear on the cart while editing in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15451\\\">#15451<\\/a>)<\\/li>\\n<li>Fix: Videos always start muted in the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15292\\\">#15292<\\/a>)<\\/li>\\n<li>Fix: Unnecessary spacing if submenu indicator is set to None in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15365\\\">#15365<\\/a>)<\\/li>\\n<li>Fix: MailChimp double opt-in feature doesn\'t work in Forms widget<\\/li>\\n<li>Fix: Fetching MailChimp groups field blocks the loading of the rest of the fields in the Form widget<\\/li>\\n<li>Fix: Missing field IDs causes forms not to be sent in Forms widget<\\/li>\\n<li>Fix: Full Content Skin is not working properly when inserted twice on the same page in Posts widget<\\/li>\\n<li>Fix: Avoid Duplicates option doesn\'t exclude manual selections in Posts widget<\\/li>\\n<li>Fix: Submenu indicator alignment issue in Nav menu widget<\\/li>\\n<li>Fix: Query control deprecated message appears when debug mode is defined<\\/li>\\n<li>Fix: Tweet Button icon incorrect color and size when the icon is rendered as SVG in Blockquote widget<\\/li>\\n<li>Fix: Video icon size is not changing on Active state in Video Playlist widget<\\/li>\\n<li>Fix: Header icon color is not working in Table Of Content widget<\\/li>\\n<li>Fix: Icons style glitches when Font Awesome Inline experiment is active in Video Playlist widget<\\/li>\\n<li>Fix: Bullet markers are not visible on preview mode when Font Awesome Inline experiment is active in Table of Content widget<\\/li>\\n<li>Fix: UI Glitch when Font-Awesome Inline experiment is active in Price Table widget<\\/li>\\n<li>Fix: Submenu Indicator appears larger when Font Awesome Inline experiment is active in Nav Menu widget<\\/li>\\n<li>Fix: Part name is deleted when clicking on the &quot;Change&quot; Button without changing the name in Theme Builder<\\/li>\\n<li>Fix: Redundant pagination queries in the Editor<\\/li>\\n<li>Deprecated: Remove all usages of <code>ElementorUtils::get_create_new_post_url()<\\/code><\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-4-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.3.8 - 2021-08-23<\\/h4>\\n<ul>\\n<li>Fix: Products grid width issue when adjusting columns and rows in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16001\\\">#16001<\\/a>)<\\/li>\\n<li>Fix: Font Awesome Inline experiment causes icons glitch in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16045\\\">#16045<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA v3 <code>z-index<\\/code> is lower than the Section\'s background color<\\/li>\\n<li>Fix: Style missing when Font Awesome inline experiment is active in Post Info widget<\\/li>\\n<li>Fix: Font Awesome icons were not loaded in Post Info widget<\\/li>\\n<li>Fix: Zero character can\'t be used as a placeholder in Number field in Form widget<\\/li>\\n<li>Fix: Carousels are not working properly in the Editor when Additional Custom Breakpoints experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.7 - 2021-08-15<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Additional Custom Breakpoints in Nav Menu widget<\\/li>\\n<li>Tweak: Added support for Additional Custom breakpoints in Motion Effects<\\/li>\\n<li>Fix: Columns didn\'t respond to changes in Gallery widget if Additional Custom Breakpoints Experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.6 - 2021-08-10<\\/h4>\\n<ul>\\n<li>Tweak: Added support for future feature in Nav Menu widget<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Related widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Upsells widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Categories widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.5 - 2021-08-01<\\/h4>\\n<ul>\\n<li>Fix: Responsive layout glitches in Products and Products Archive widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15773\\\">#15773<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA V3 integration conflict with required fields validation in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.3.4 - 2021-07-21<\\/h4>\\n<ul>\\n<li>Fix: Grid layout glitch in WooCommerce Products Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15718\\\">#15718<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.3 - 2021-07-20<\\/h4>\\n<ul>\\n<li>Tweak: Added a descriptive message in Collect Submissions action after submit<\\/li>\\n<li>Tweak: Added future compatibility for Additional Custom Breakpoints for Pro widgets<\\/li>\\n<li>Fix: Some widget style breaks when Improved CSS Loading Experiment is active in certain cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15632\\\">#15632<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15683\\\">#15683<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15660\\\">#15660<\\/a>)<\\/li>\\n<li>Fix: Translation update keep appearing as available after install (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14297\\\">#14297<\\/a>)<\\/li>\\n<li>Fix: Wrong default icon color when using Font Awesome icons as inline SVG in Call to Action widget<\\/li>\\n<\\/ul>\\n<h4>3.3.2 - 2021-07-13<\\/h4>\\n<ul>\\n<li>Tweak: Updated plugin description<\\/li>\\n<li>Fix: MailChimp tags in form widget replaced existing tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Fix: Clicking videos from the items list in edit mode doesn\\u2019t initiate videos properly<\\/li>\\n<li>Fix: User unauthorized message when activated but not connected in Kit Library<\\/li>\\n<li>Fix: Carousel widgets did not support additional custom breakpoint responsive values<\\/li>\\n<li>Fix: Tab border is overridden by the Section background color in Video Playlist widget<\\/li>\\n<li>Fix: Widgets style breaks when Improved CSS Load experiment is active in a Single Page template and Post Content widget<\\/li>\\n<\\/ul>\\n<h4>3.3.1 - 2021-06-20<\\/h4>\\n<ul>\\n<li>Tweak: Added support for more Theme Builder display conditions in Export \\/ Import experiment<\\/li>\\n<li>Tweak: Adjusted License page heading structure for future feature<\\/li>\\n<li>Tweak: Adjusted Font Awesome icon for allowing support for future feature<\\/li>\\n<li>Fix: <code>frontend.min.js<\\/code> file size increased in Elementor Pro 3.3.0 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15278\\\">#15278<\\/a>)<\\/li>\\n<li>Fix: Prevent conditions from being reset when object cache is enabled in site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13299\\\">#13299<\\/a>)<\\/li>\\n<li>Fix: Custom Code publish modal responsiveness issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14519\\\">#14519<\\/a>)<\\/li>\\n<li>Fix: Populating fields with options programmatically doesn\'t appear in Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10671\\\">#10671<\\/a>)<\\/li>\\n<li>Fix: Large images are not shown on the Image Carousel widget when set via Toolset dynamic tag<\\/li>\\n<li>Fix: Enable inline editing to the inner content tabs in Video Playlist widget<\\/li>\\n<li>Fix: Clicking on the video list doesn\'t play videos properly in Video Playlist widget<\\/li>\\n<li>Fix: Hide Play Icon control when Image overlay is toggled off in Video Playlist widget<\\/li>\\n<li>Fix: Removed extra space below the player when viewing from mobile view in Video Playlist widget<\\/li>\\n<li>Fix: Import button is not working properly in Theme Builder interface<\\/li>\\n<li>Fix: Preview Dynamic Content as control is not updating preview and throws an error in Popup Builder<\\/li>\\n<\\/ul>\\n<h4>3.3.0 - 2021-06-08<\\/h4>\\n<ul>\\n<li>New: Video Playlist widget - Add Engaging Video Content to Your Website (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11859\\\">#11859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7803\\\">#7803<\\/a>)<\\/li>\\n<li>New: Hotspot widget - Create Interactive Images With Contextually Relevant Information (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7282\\\">#7282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2768\\\">#2768<\\/a>)<\\/li>\\n<li>Tweak: Accessibility improvements for sub-menus in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13859\\\">#13859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13810\\\">#13810<\\/a>)<\\/li>\\n<li>Tweak: MailChimp action after submit can now add new tags to existing subscribers in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/forms\\/record\\/actions_before<\\/code> to filter the record before it sent to Actions After Submit in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14261\\\">#14261<\\/a>)<\\/li>\\n<li>Tweak: Yoast SEO breadcrumbs widget can be used in Elementor without the need of enabling them in Yoast setting<\\/li>\\n<li>Tweak: Added future support for widgets CSS conditional loading (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10329\\\">#10329<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14229\\\">#14229<\\/a>)<\\/li>\\n<li>Tweak: Added future support for Sticky JS library conditional loading<\\/li>\\n<li>Tweak: Added future support for Import \\/ Export experiment<\\/li>\\n<li>Tweak: Preparations and fixes for Import Export Experiment in Pro version<\\/li>\\n<li>Tweak: Added gradient button capabilities to Login widget buttons<\\/li>\\n<li>Tweak: Added gradient button capabilities to Slides widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Price Table widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Flip Box widget button<\\/li>\\n<li>Tweak: Added Code Highlight widget Developers Documentation<\\/li>\\n<li>Tweak: Adjusted Submissions page for future updates<\\/li>\\n<li>Tweak: Added <code>em<\\/code> and <code>%<\\/code> units for padding control in Carousel widgets<\\/li>\\n<li>Tweak: Shorten currency name to currency symbol in PayPal button widget<\\/li>\\n<li>Fix: Custom Fonts URLs should be replaced when replace URL is triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7376\\\">#7376<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10382\\\">#10382<\\/a>)<\\/li>\\n<li>Fix: The currency symbol size changed in the Price Table widget if enabling sale (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13519\\\">#13519<\\/a>)<\\/li>\\n<li>Fix: Nav Menu widget is not loading Font Awesome submenu icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9907\\\">#9907<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle is not working in Nav menu widget<\\/li>\\n<li>Fix: Activation bug for IDN domains<\\/li>\\n<li>Fix: Conditions modal responsive glitches in Custom Code<\\/li>\\n<li>Fix: Duplicated strings in Custom Code module<\\/li>\\n<li>Fix: Enable resize option for code input field in Custom Code<\\/li>\\n<li>Fix: \\u201cSave &amp; Close \\u201cbutton in Custom Code\'s Conditions modal was not visible on small screen sizes<\\/li>\\n<li>Fix: Removing a column from a section in the navigator resulted in an empty section<\\/li>\\n<li>Fix: Recommend option is cut If the layout is not &quot;Standard&quot; in the Facebook Button widget<\\/li>\\n<li>Fix: Video item does not play without adding an image in Media Carousel widget<\\/li>\\n<li>Fix: <code>search-plus<\\/code> icon missing from panel in Media Carousel widget<\\/li>\\n<li>Fix: UI hover state glitch in Media Carousel widget<\\/li>\\n<li>Fix: PHP notice was thrown when trying to import a kit without overrideConditions parameter in Kit Import flow<\\/li>\\n<li>Fix: Templates conditions not imported if there are no conflicts in Import Export Experiment<\\/li>\\n<li>Fix: Non english values are not encoded properly on Submissions export<\\/li>\\n<li>Fix: Theme Builder import is not working properly<\\/li>\\n<li>Fix: UI glitch when no global widgets were found in Editor Panel<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-3-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.2.2 - 2021-05-05<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Expert tier templates in Templates Library<\\/li>\\n<li>Tweak: Updated compatibility tag to support Elementor v3.2.x<\\/li>\\n<li>Tweak: Added compatibility for future Library improvements<\\/li>\\n<li>Fix: Toolset image dynamic field is not working with Gallery widget<\\/li>\\n<\\/ul>\\n<h4>3.2.1 - 2021-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added strings context in PayPal button and Price Table widgets<\\/li>\\n<li>Tweak: Added support for future Import \\/ Export Kit feature<\\/li>\\n<li>Fix: Submissions with over than 191 characters weren\'t indexed properly<\\/li>\\n<\\/ul>\\n<h4>3.2.0 - 2021-03-14<\\/h4>\\n<ul>\\n<li>New: PayPal Button widget - Collect PayPal payments directly from your site<\\/li>\\n<li>Experiment: Submissions - Save all of your form submissions in one place (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1686\\\">#1686<\\/a>)<\\/li>\\n<li>Tweak: Added Stay In Column option to Inner Section element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7956\\\">#7956<\\/a>)<\\/li>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Tweak: Changed descriptive text in Create Custom Code screen<\\/li>\\n<li>Tweak: Added support for dynamic capabilities in Code Highlight widget<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>share-link<\\/code> library<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>dialog<\\/code> library in Popup<\\/li>\\n<li>Tweak: Allow overwriting the assets URL when using a mirror domain<\\/li>\\n<li>Fix: Animation was triggered multiple times when accessing the viewport in certain cases in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13951\\\">#13951<\\/a>)<\\/li>\\n<li>Fix: Location is not being updated after a Custom Code snippet is published (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13971\\\">#13971<\\/a>)<\\/li>\\n<li>Fix: Custom Fonts CSS files were not updated after regenerating CSS files<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: Empty order buttons are displayed in Custom Fonts screen<\\/li>\\n<li>Fix: Typo in \'Reply To\' Email action after submit placeholder in Forms widget<\\/li>\\n<li>Fix: Unnecessary Save Draft button in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Custom Code<\\/li>\\n<li>Fix: Sanitized options in the editor to enforce better security policies<\\/li>\\n<li>Deprecated: See all deprecations to this version in our (<a href=\\\"https:\\/\\/developers.elementor.com\\/v3-2-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.1.1 - 2021-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Fix: Popup event handler is undefined (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11475]\\\">#11475<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10690\\\">#10690<\\/a>)<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Code Highlight widget<\\/li>\\n<li>Fix: Minor UI glitches in Code Highlight widget<\\/li>\\n<li>Fix: Users can\'t get Pro Developer Edition version updates<\\/li>\\n<\\/ul>\\n<h4>3.1.0 - 2021-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Code - Add custom code snippets to your site, including <code>head<\\/code>, <code>body<\\/code> start and <code>body<\\/code> end<\\/li>\\n<li>New: Meet Code Highlight widget - showcase any syntax with highlighted UI (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5815\\\">#5815<\\/a>)<\\/li>\\n<li>Experiment: Improved Pro widgets performance by loading JS and Swiper assets conditionally in frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/experiment-optimized-asset-loading\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Compatibility Tag support in Elementor Pro (<a href=\\\"https:\\/\\/developers.elementor.com\\/compatibility-tag\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Rotating Text animation in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4625\\\">#4625<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added an option to set Selected color for Typing effect in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5403\\\">#5403<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7826\\\">#7826<\\/a>)<\\/li>\\n<li>Tweak: Added animation Loop option for Animated Headline (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9749\\\">#9749<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2457\\\">#2457<\\/a>)<\\/li>\\n<li>Tweak: Added timing options for Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4392\\\">#4392<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added Word Wrap control to Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13577\\\">#13577<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.15.1<\\/li>\\n<li>Tweak: Improved method of loading field mapping repeater in Form widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/how-to-add-a-repeater-control-to-elementor-add-on\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added &quot;Show on Browsers&quot; Popup Advanced Rule<\\/li>\\n<li>Tweak: Added real-time JS handling to prevent redundant renders in Slides widget and all Carousel widgets<\\/li>\\n<li>Tweak: Import scroll utility from core and remove it from Pro<\\/li>\\n<li>Tweak: Added alignment options for Post Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9757\\\">#9757<\\/a>)<\\/li>\\n<li>Tweak: Changed alignment control to work with selectors in Share Buttons<\\/li>\\n<li>Tweak: Upgraded to Webpack 5, Grunt-Webpack 4 and TerserPlugin instead of UglifyJsPlugin<\\/li>\\n<li>Fix: Steps Divider is not vertically aligned in Multi Step Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12569\\\">#12569<\\/a>)<\\/li>\\n<li>Fix: Slides are playing in an infinite loop mode even when the option is disabled in Slides Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Redundant spacing is added to Share Buttons widget<\\/li>\\n<li>Fix: Step buttons text is not updated without a page reload in Forms widget<\\/li>\\n<li>Fix: Overflow issue in certain animations in Animated Headline widget<\\/li>\\n<li>Fix: When dragging a new Testimonial Carousel there is a console error thrown<\\/li>\\n<li>Fix: Step Buttons are cut in mobile view in Multi Step Form<\\/li>\\n<li>Fix: Submit and Step buttons size differences when using Twenty Twenty theme<\\/li>\\n<li>Fix: Duplicate button Text Color control in Slides widget<\\/li>\\n<li>Fix: JS error is thrown when editing and saving global widgets<\\/li>\\n<li>Fix: <code>get_version<\\/code> API function may fail with Redis \\/ DB cache<\\/li>\\n<li>Fix: Multiple license check requests are created in certain cases<\\/li>\\n<li>Deprecated: Deprecate methods prefixed with an underscore and replace them with unprefixed methods<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-1-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.0.10 - 2021-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Added Editing Handles string translation compatibility with Elementor v3.1.0<\\/li>\\n<\\/ul>\\n<h4>3.0.9 - 2020-12-29<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility to support Elementor 3.1.0<\\/li>\\n<li>Fix: Wrong phrasing of Import template success message in Theme Builder<\\/li>\\n<li>Fix: Border color glitch in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.8 - 2020-11-26<\\/h4>\\n<ul>\\n<li>Fix: Navigation arrows UI glitch in Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13172\\\">#13172<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.0.7 - 2020-11-25<\\/h4>\\n<ul>\\n<li>Fix: Console Error when dragging  Testimonials Carousel widget<\\/li>\\n<li>Fix: Arrows of Testimonial and Reviews Carousel widgets navigate to the wrong direction in RTL websites<\\/li>\\n<li>Fix: Removed the conditional loading of Webpack<\\/li>\\n<li>Fix: Fatal error is thrown after deleting an associated custom taxonomy when Posts widget with Cards skin has a badge<\\/li>\\n<li>Fix: Upload JSON files only when the user allowed to prevent security issues<\\/li>\\n<li>Fix: Gallery not displayed in Theme Builder templates preview<\\/li>\\n<\\/ul>\\n<h4>3.0.6 - 2020-11-04<\\/h4>\\n<ul>\\n<li>Tweak: Updated the embedded post in Facebook Embed widget<\\/li>\\n<li>Fix: Minor UI glitches in Theme Builder\'s conditions screen footer<\\/li>\\n<li>Fix: Template type changes into Single Page after conditions change in Theme Builder<\\/li>\\n<li>Fix: Redundant Custom Caption option in Site Logo widget<\\/li>\\n<li>Fix: Removed unused code in Drip integration<\\/li>\\n<li>Fix: Removed Weibo and WeChat social networks due to website and links inactivity from Share Buttons widget<\\/li>\\n<li>Fix: Removed redundant code from Portfolio and Post Navigation widgets<\\/li>\\n<\\/ul>\\n<h4>3.0.5 - 2020-09-23<\\/h4>\\n<ul>\\n<li>Fix: If the default page layout is set to &quot;Canvas&quot; Headers and Footers cannot be edited<\\/li>\\n<li>Fix: Product Image Dynamic Tag throws an error when no image is set<\\/li>\\n<li>Fix: Missing Single document placeholder in Theme Builder<\\/li>\\n<li>Fix: Document editing handles inherit the <code>font-family<\\/code> from 3rd party source<\\/li>\\n<li>Fix: Can\'t add linebreaks to Textarea input when used as Multi Step Form<\\/li>\\n<li>Fix: Incorrect width in Facebook Page widget<\\/li>\\n<li>Fix: Added compatibility to allow the use of \'get_create_url\' in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.4 - 2020-09-09<\\/h4>\\n<ul>\\n<li>Fix: Autogenerated screenshots appear in WP Media Library modal (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12304\\\">#12304<\\/a>)<\\/li>\\n<li>Fix: Make sure Elementor Posts widget Pagination doesn\'t interfere with 3rd party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Shrinking conditions indicator in Theme Builder<\\/li>\\n<li>Fix: Column can\'t be dragged and dropped if it populates a Global widget<\\/li>\\n<li>Fix: Styles are missing from Single templates in some edge cases<\\/li>\\n<\\/ul>\\n<h4>3.0.3 - 2020-09-02<\\/h4>\\n<ul>\\n<li>Fix: Pagination doesn\'t work in WordPress 5.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Change delete template action to &quot;Move to Trash&quot; in the new Theme Builder view<\\/li>\\n<\\/ul>\\n<h4>3.0.2 - 2020-08-31<\\/h4>\\n<ul>\\n<li>Tweak: Replaced WordPress &quot;Learn More&quot; links with dynamic links for better control over time (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12312\\\">#12312<\\/a>)<\\/li>\\n<li>Tweak: UI tweaks to the Conditions screen In the new Theme Builder<\\/li>\\n<li>Fix: Motion Effects not working when assigned to a column and throws JS error when DOM optimization is disabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12299\\\">#12299<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12275\\\">#12275<\\/a>)<\\/li>\\n<li>Fix: Multiple Galleries display all the images in the Lightbox slideshow (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11809\\\">#11809<\\/a>)<\\/li>\\n<li>Fix: Old Theme Builder is being opened when accessing through the Finder<\\/li>\\n<li>Fix: Mixed templates import glitch in Theme Builder<\\/li>\\n<li>Fix: Card icon sizes in Theme Builder<\\/li>\\n<li>Fix: Preview button leads to <code>render_mode<\\/code> instead of preview when importing a template from the new Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.1 - 2020-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Keep previous Theme Builder when accessing from the WP Dashboard for legacy support<\\/li>\\n<li>Tweak: Updated video tutorials in Theme Builder<\\/li>\\n<li>Tweak: Don\'t show auto-screenshots in the Media Library (Props <a href=\\\"https:\\/\\/github.com\\/black-eye\\\">@black-eye<\\/a>)<\\/li>\\n<li>Fix: Repeater items throws <code>childView<\\/code> is undefined message in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12239\\\">#12239<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12221\\\">#12221<\\/a>)<\\/li>\\n<li>Fix: Misspelling of the word &quot;occurred&quot; in Form widget default error message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12137\\\">#12137<\\/a>)<\\/li>\\n<li>Fix: Facebook comments not showing up (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12157\\\">#12157<\\/a>)<\\/li>\\n<li>Fix: Check for conflicts in Theme Builder doesn\'t work properly<\\/li>\\n<li>Fix: Minor UI fixes in Theme Builder<\\/li>\\n<li>Fix: Dark mode glitches in Theme Builder<\\/li>\\n<li>Fix: Global Site Part toaster appears when you publish a Popup<\\/li>\\n<li>Fix: Site Parts aren\'t in the correct order in Theme Builder<\\/li>\\n<li>Fix: Date field caused forms to get corrupted in Forms widget<\\/li>\\n<li>Fix: Theme Builder application page is forbidden<\\/li>\\n<\\/ul>\\n<h4>3.0.0 - 2020-08-23<\\/h4>\\n<ul>\\n<li>New: Introducing the new and improved Theme Builder<\\/li>\\n<li>Tweak: Removed <code>.elementor-inner<\\/code> and <code>.elementor-column-wrap<\\/code> from DOM output to improve performance (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7351\\\">#7351<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7817\\\">#7817<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/dom-improvements-ahead-html-wrappers-removal-from-v3-0\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added contextual anchors ID support to Table of Contents widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10052\\\">#10052<\\/a>)<\\/li>\\n<li>Tweak: Added WeChat and Weibo social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11554\\\">#11554<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Redirect after Login\\/Logout in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11343\\\">#11343<\\/a>)<\\/li>\\n<li>Tweak: Added Blend Mode and CSS Filters controls to adjust the Background Overlay in Flipbox widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11653\\\">#11653<\\/a>)<\\/li>\\n<li>Tweak: Added responsive capabilities to Toggle Button styling in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8269\\\">#8269<\\/a>)<\\/li>\\n<li>Tweak: Added responsive Text Alignment control in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11968\\\">#11968<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic content to Ribbon element in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10364\\\">#10364<\\/a>)<\\/li>\\n<li>Tweak: Converted uses of Color and Typography Schemes to Global Colors and Fonts<\\/li>\\n<li>Tweak: Separated Title and Description control fields labels in Call to Action widget<\\/li>\\n<li>Tweak: Removed unnecessary style in WC Product with variations<\\/li>\\n<li>Tweak: Converted Portfolio, Posts and Share Buttons widgets to use CSS Variable-based Elementor Grid (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-dropping-support-ie\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Date Modified option to Posts widget metadata<\\/li>\\n<li>Fix: PHP 7.4 compatibility to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11355\\\">#11355<\\/a>)<\\/li>\\n<li>Fix: Divider alignment issue in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11628\\\">#11628<\\/a>)<\\/li>\\n<li>Fix: Color doesn\\u2019t change in Products Archive Description widget<\\/li>\\n<li>Fix: WC Product variations layout breaks when using Variation Swatches plugin<\\/li>\\n<li>Fix: WC Product variations layout issue<\\/li>\\n<li>Fix: WC Product variations mobile zoom-in glitch<\\/li>\\n<li>Fix: Can\'t edit a Popup after accessing Theme Style<\\/li>\\n<li>Fix: Twitter icon missing in Blockquote widget<\\/li>\\n<li>Fix: Removed redundant default text color from Share Buttons minimal skin<\\/li>\\n<li>Fix: UI glitch in Display Conditions modal<\\/li>\\n<li>Fix: Insert template button UI glitch in Templates Library<\\/li>\\n<li>Fix: Added sanitization to post titles in WordPress dashboard for better security<\\/li>\\n<li>Fix: Show when arriving from search engines rule doesn\'t work in Popup<\\/li>\\n<li>Fix: Child categories are shown with a different parent category in Query control<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.10.3 - 2020-06-29<\\/h4>\\n<ul>\\n<li>Fix: Form not being submitted when using &quot;Progress Bar&quot; and &quot;None&quot; view types in Multi Step Form (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11596\\\">#11596<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11610\\\">#11610<\\/a>)<\\/li>\\n<li>Fix: Missing &quot;for&quot; attribute in Password field label in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8646\\\">#8646<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.2 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Fix: Run step events only when in Multi Step Form mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11644\\\">#11644<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.1 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Changed control labels and ordering in Price Table, Lottie and Form widgets<\\/li>\\n<li>Fix: Popup close button vertical position glitch (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10921\\\">#10921<\\/a>)<\\/li>\\n<li>Fix: Radio field placement glitch when in Multi Step mode in Form widget<\\/li>\\n<li>Fix: Clicking <code>Enter<\\/code> key submits the form in Multi Step Form<\\/li>\\n<li>Fix: Hardened sanitization in Custom Attributes to avoid security issues<\\/li>\\n<\\/ul>\\n<h4>2.10.0 - 2020-06-07<\\/h4>\\n<ul>\\n<li>New: Introducing Multi-Step Forms - Breakdown long forms into simple steps (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5975\\\">#5975<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3911\\\">#3911<\\/a>)<\\/li>\\n<li>New: Introducing Lottie widget - easily add Lottie animations to your site, no coding needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11026\\\">#11026<\\/a>)<\\/li>\\n<li>Tweak: Added spacing option to Posts widget pagination (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5682\\\">#5682<\\/a>)<\\/li>\\n<li>Tweak: Changed texts and logic for administrator plugin renewal notices<\\/li>\\n<li>Tweak: Added new Scroll Util for improved scrolling handling<\\/li>\\n<li>Tweak: Improved Motion Effects animation performance<\\/li>\\n<\\/ul>\\n<h4>2.9.5 - 2020-05-24<\\/h4>\\n<ul>\\n<li>Fix: Added sanitization to Custom Attributes control to avoid security issue<\\/li>\\n<\\/ul>\\n<h4>2.9.4 - 2020-05-07<\\/h4>\\n<ul>\\n<li>Fix: Hardened user role that is allowed to upload icon sets and unzip only allowed files in Custom Icons to prevent security vulnerability<\\/li>\\n<\\/ul>\\n<h4>2.9.3 - 2020-04-19<\\/h4>\\n<ul>\\n<li>Fix: Form shortcode IDs are not wrapped in double-quotes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11023\\\">#11023<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10932\\\">#10932<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10967\\\">#10967<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11000\\\">#11000<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11049\\\">#11049<\\/a>)<\\/li>\\n<li>Fix: Escaped Form records metadata to prevent security vulnerability<\\/li>\\n<li>Fix: Closing &quot;Save Changes&quot; document confirmation modal causes Panel infinite loading<\\/li>\\n<li>Fix: Ken Burns effect not working when there is only one slide in Slides widget<\\/li>\\n<li>Fix: Document handles UI glitch<\\/li>\\n<\\/ul>\\n<h4>2.9.2 - 2020-03-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility with WordPress v5.4 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10745\\\">#10745<\\/a>)<\\/li>\\n<li>Fix: Image ratio number is displayed under the Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10874\\\">#10874<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color setting overrides the Table of Content list style<\\/li>\\n<li>Fix: PHP notice when using dynamic user info <code>id<\\/code><\\/li>\\n<li>Fix: Navigation arrows direction is crossed on first drag in Slides Widget<\\/li>\\n<li>Fix: &quot;No headings were found on this page&quot; message was not displayed in the frontend in Table of Contents widget<\\/li>\\n<li>Fix: Container includes Popup tags by default in Table of Contents widget<\\/li>\\n<li>Fix: Twitter icon display issue when Font Awesome 4 support is disabled in Blockquote widget<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<\\/ul>\\n<h4>2.9.1 - 2020-03-16<\\/h4>\\n<ul>\\n<li>Fix: Can\'t access Elementor Editor when there is Page Title widget in the page<\\/li>\\n<li>Fix: Applying styling to Post Content widget affects the Page and Post editing handles<\\/li>\\n<\\/ul>\\n<h4>2.9.0 - 2020-03-15<\\/h4>\\n<ul>\\n<li>New: Introducing Full Site Editing: Design header, footer, and content all in one place! (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4985\\\">#4985<\\/a>)<\\/li>\\n<li>New: Added Global Custom CSS for Your Entire Site in Theme Style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3345\\\">#3345<\\/a>)<\\/li>\\n<li>New: Added Dynamic Colors tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6485\\\">#6485<\\/a>)<\\/li>\\n<li>Tweak: Added option to set the Site Part HTML Wrapper Tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9293\\\">#9293<\\/a>)<\\/li>\\n<li>Tweak: Added Link Attributes support to Pro widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5716\\\">#5716<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3642\\\">#3642<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9225\\\">#9225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9079\\\">#9079<\\/a>)<\\/li>\\n<li>Tweak: Added Theme Style support in Theme Builder parts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10564\\\">#10564<\\/a>)<\\/li>\\n<li>Tweak: Avoid creating empty Custom Font<\\/li>\\n<li>Tweak: Added <code>aria-expanded<\\/code> attribute to Menu Cart widget<\\/li>\\n<li>Tweak: Moved Link Actions module to Core plugin<\\/li>\\n<li>Tweak: Changed the name of \\u201cTypeKit Web Fonts by Adobe\\u201d to \\u201cAdobe Fonts\\u201d<\\/li>\\n<li>Tweak: Removed redundant display conditions from Blockquote, Flipbox, Price Table, and Search Form widgets<\\/li>\\n<li>Tweak: Pro widgets are not draggable unless Elementor license has been activated<\\/li>\\n<li>Tweak: Remove redundant <code>label_block<\\/code> parameters from several controls<\\/li>\\n<li>Tweak: Converted controls selectors to CSS variables in Gallery widget<\\/li>\\n<li>Tweak: Replaced Stumbleupon with Mix in Reviews widget recommended icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added Mix to the Share Buttons network list (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added &quot;Open in new tab&quot; option to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7924\\\">#7924<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.12.0<\\/li>\\n<li>Tweak: Added new Lightbox compatibility for Gallery and Media Carousel widgets<\\/li>\\n<li>Tweak: Expose external API for Swiper instances<\\/li>\\n<li>Tweak: Added compatibility to JS API in Theme Builder, Popups, Form widget and Global widget<\\/li>\\n<li>Tweak: Replaced nerd icons with new Elementor emojis<\\/li>\\n<li>Tweak: Added specific <code>color<\\/code> attribute to header title in Table of Contents widget<\\/li>\\n<li>Fix: Line break issues in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10585\\\">#10585<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color overrides the Table of Content list style<\\/li>\\n<li>Fix: Active state glitches when using Table of contents widget with Sticky mode<\\/li>\\n<li>Fix: &quot;Graphic Element&quot; section appears as empty in case of unmarked Graphic Element in Call to Action widget<\\/li>\\n<li>Fix: Page Title widget render glitches in the Editor<\\/li>\\n<li>Fix: Image ratio parameter visible in some edge cases in Posts widget<\\/li>\\n<li>Fix: Image missing when sharing to Pinterest using Share Buttons widget<\\/li>\\n<li>Fix: Theme Style Link color setting override the list style in Table of Contents widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v2-9-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.8.5 - 2020-03-08<\\/h4>\\n<ul>\\n<li>Tweak: Added new Swiper parameter to all Pro carousels to allow 3rd party integration<\\/li>\\n<li>Fix: Missing closing bracket in Animated Headline widget<\\/li>\\n<li>Fix: Share buttons widgets show Font Awesome 4 icons on first drag in Editor<\\/li>\\n<\\/ul>\\n<h4>2.8.4 - 2020-02-16<\\/h4>\\n<ul>\\n<li>Tweak: Added Lightbox Title &amp; Description support to Gallery widget<\\/li>\\n<li>Tweak: Added RTL support for Slides widget<\\/li>\\n<li>Tweak: Display Lightbox images in Full size in Gallery widget<\\/li>\\n<li>Fix: Template with Slides widget not working properly when placed inside Tabs, Accordion and Toggle widget<\\/li>\\n<li>Fix: Dropdown menu lost styling after Elementor Pro v2.8 upgrade in Nav Menu widget<\\/li>\\n<li>Fix: Indent doesn\'t work on RTL websites in Table of Contents widget<\\/li>\\n<li>Fix: Query Control throws <code>Undefined index: q<\\/code> error<\\/li>\\n<li>Fix: Typography control not affecting dropdown menu in Nav Menu widget<\\/li>\\n<li>Fix: Discord forms integration fails to send submissions in some server configurations<\\/li>\\n<li>Fix: Rotating headlines don\'t align center in Animated Headline widget<\\/li>\\n<li>Fix: Custom secondary color displayed when not needed in Share buttons widget<\\/li>\\n<li>Fix: Motion Effects of certain objects are not functioning properly on Safari browser<\\/li>\\n<li>Fix: Missing eye icon in Single template footer preview button<\\/li>\\n<\\/ul>\\n<h4>2.8.3 - 2020-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Updated Table of Contents widget panel location<\\/li>\\n<li>Fix: ACF URL Dynamic field throws <code>undefined index<\\/code> PHP notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9929\\\">#9929<\\/a>)<\\/li>\\n<li>Fix: Gallery lightbox pagination shows images from all tabs<\\/li>\\n<li>Fix: &quot;Reply To&quot; option not working in Form widget &quot;Email 2&quot; Action<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<li>Fix: Underline option not working in Table of Contents widget Normal state<\\/li>\\n<li>Fix: Query Control <code>Undefined index: autocomplete<\\/code> notice in some cases<\\/li>\\n<li>Fix: Missing display condition to Read More Spacing control in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.8.2 - 2019-12-19<\\/h4>\\n<ul>\\n<li>Tweak: Improved scroll-spy and collapsing functionality in Table of Contents widget<\\/li>\\n<li>Fix: &quot;No products were found&quot; message not being displayed in an empty Products Archive<\\/li>\\n<li>Fix: Redundant <code>&lt;br&gt;<\\/code> tags in Single theme template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9927\\\">#9927<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9928\\\">#9928<\\/a>)<\\/li>\\n<li>Fix: Draft Popup shows up in Dynamic tag dropdown<\\/li>\\n<\\/ul>\\n<h4>2.8.1 - 2019-12-18<\\/h4>\\n<ul>\\n<li>Fix: Share Buttons widget not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9920\\\">#9920<\\/a>)<\\/li>\\n<li>Fix: Redundant <code>&lt;p&gt;<\\/code> tags added to Single Template posts<\\/li>\\n<\\/ul>\\n<h4>2.8.0 - 2019-12-18<\\/h4>\\n<ul>\\n<li>New: Table of Contents Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5171\\\">#5171<\\/a>)<\\/li>\\n<li>New: Added Font Awesome Pro Duotone font family support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added Lazy Load option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9763\\\">#9763<\\/a>)<\\/li>\\n<li>Tweak: Added Random order option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9269\\\">#9269<\\/a>)<\\/li>\\n<li>Tweak: Updated Font Awesome Pro to v5.11.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added preselect support for multiple default select values in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9324\\\">#9324<\\/a>)<\\/li>\\n<li>Tweak: Avoid duplicate queries for Custom Icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9579\\\">#9579<\\/a>)<\\/li>\\n<li>Tweak: Major performance improvements to Gallery widget<\\/li>\\n<li>Tweak: Avoid non-existing images in Gallery widget<\\/li>\\n<li>Tweak: Added <code>tabindex<\\/code>, <code>aria-expanded<\\/code>, <code>aria-hidden<\\/code> and <code>role=\\\"navigation\\\"<\\/code> accessibility attributes to Nav Menu widget<\\/li>\\n<li>Tweak: Changed button HTML tag from <code>button<\\/code> to <code>span<\\/code> in Call to Action and Flip Box widgets for better W3C compliance and accessibility<\\/li>\\n<li>Tweak: Removed Google+ from default networks in Share Buttons widget<\\/li>\\n<li>Tweak: Added compatibility for Library Connect<\\/li>\\n<li>Tweak: Added i18n to Toolset date dynamic tag<\\/li>\\n<li>Tweak: Added external link support to Gallery widget<\\/li>\\n<li>Tweak: Changed the link external attributes implementation to use <code>add_link_attributes()<\\/code> in Gallery widget<\\/li>\\n<li>Tweak: Updated references to the new Schemes system location<\\/li>\\n<li>Tweak: Avoid running Gallery handler when the gallery is empty<\\/li>\\n<li>Tweak: UI Tweaks in Editor Panel<\\/li>\\n<li>Tweak: Added responsive capabilities to Pointer Width control in Nav Menu widget<\\/li>\\n<li>Tweak: Added mobile support for responsive controls in Nav Menu widget<\\/li>\\n<li>Tweak: Refactor <code>register_controls()<\\/code> method in Posts widget skin trait<\\/li>\\n<li>Fix: ACF URL &quot;undefined Index&quot; notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7646\\\">#7646<\\/a>)<\\/li>\\n<li>Fix: WooCommerce Mini-Cart widget causes fatal error in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9304\\\">#9304<\\/a>)<\\/li>\\n<li>Fix: <code>PHP Notice: Undefined index<\\/code> display for Author query (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9864\\\">#9864<\\/a>)<\\/li>\\n<li>Fix: Added compatibility for Button widget placed inside Swiper carousel (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/broken-buttons-since-elementor-2-8\\/\\\">Topic<\\/a>)<\\/li>\\n<li>Fix: Avoid empty spaces in Post info widget<\\/li>\\n<li>Tweak: Always show &quot;Custom label&quot; control in Login widget<\\/li>\\n<li>Fix: Nav Menu item typography selector in Nav Menu widget<\\/li>\\n<li>Fix: Facebook Like Button widget causes flickering<\\/li>\\n<li>Fix: WooCommerce mini-cart behaviour when using <code>plain<\\/code> permalinks format<\\/li>\\n<li>Fix: Avoid running Popup triggers when set without conditions<\\/li>\\n<li>Fix: Removed &quot;Date&quot; query from Products widget<\\/li>\\n<li>Fix: Slides widget when used as a Shortcode and is hidden<\\/li>\\n<li>Fix: Custom URL being accessed on swipe in Media Carousel<\\/li>\\n<li>Fix: Media Carousel widget Cube effect glitch<\\/li>\\n<li>Fix: Lightbox shows images from multiple Gallery widgets in the same page<\\/li>\\n<li>Fix: Image <code>alt<\\/code> Text not displayed on overlay in Gallery widget<\\/li>\\n<li>Fix: Gallery widget not visible in Posts widget Full Content skin<\\/li>\\n<li>Fix: WooCommerce mini-cart remove unnecessary hooks registration when WooCommerce integration set to <code>Disable<\\/code><\\/li>\\n<li>Fix: Slides widget button wrapping breaks in mobile view<\\/li>\\n<li>Fix: Dynamic capabilities with the Reviews widget<\\/li>\\n<li>Fix: Disabling autoplay doesn\'t work in Slides widget<\\/li>\\n<li>Fix: Posts widget Full Content skin not working on Single template<\\/li>\\n<li>Fix: Autocomplete not working for &quot;By Author&quot; condition in Display Conditions screen<\\/li>\\n<li>Fix: Posts widget alignment issue<\\/li>\\n<li>Fix: Product Variations Clear button not working in edge cases<\\/li>\\n<li>Fix: Styling issues in Form widget submit button<\\/li>\\n<\\/ul>\\n<h4>2.7.3 - 2019-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added RTL support to Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9213\\\">#9213<\\/a>)<\\/li>\\n<li>Tweak: Added Custom Icons compatibility for WordPress 5.3<\\/li>\\n<li>Fix: Missing template function declaration causes fatal error in WC mini-cart widget<\\/li>\\n<li>Fix: Pause on hover doesn\'t work in Carousel widgets<\\/li>\\n<li>Fix: Link-actions conflict with <code>?action=<\\/code> parameter in the URL<\\/li>\\n<li>Fix: Lightbox navigation not working in Gallery widget Single mode<\\/li>\\n<li>Fix: Ken burns effect not working on the 1st slide if Infinite Loop option is turned off in Carousel widgets<\\/li>\\n<li>Fix: Popup Advanced Rules detects internal links as external if current URL starts with <code>www<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.7.2 - 2019-10-06<\\/h4>\\n<ul>\\n<li>Fix: Slide Overlay not working when applying Ken burns effect in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9209\\\">#9209<\\/a>)<\\/li>\\n<li>Fix: Content width glitch in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Horizontal Alignment not working when applying custom style per slide in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Missing semicolon in Custom Fonts <code>font-display<\\/code> CSS<\\/li>\\n<\\/ul>\\n<h4>2.7.1 - 2019-09-26<\\/h4>\\n<ul>\\n<li>Fix: Background Overlay layer is over the slide content in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Duplicate images under &quot;All&quot; filter in Multiple Gallery<\\/li>\\n<\\/ul>\\n<h4>2.7.0 - 2019-09-24<\\/h4>\\n<ul>\\n<li>New: Enhanced Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1898\\\">#1898<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3103\\\">#3103<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4279\\\">#4279<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7631\\\">#7631<\\/a>)<\\/li>\\n<li>New: Dynamic Number (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5952\\\">#5952<\\/a>)<\\/li>\\n<li>New: Full content skin for Posts and Archive-posts widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4617\\\">#4617<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic number capability to Price List, Price Table, Counter, Star Rating, Progress Bar widgets<\\/li>\\n<li>Tweak: Added tags support to forms Mailchimp action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5418\\\">#5418<\\/a>)<\\/li>\\n<li>Tweak: User Profile Picture Dynamic Tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7947\\\">#7947<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8740\\\">#8740<\\/a>)<\\/li>\\n<li>Tweak: Added <code>font-display<\\/code> support to custom fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5993\\\">#5993<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-custom-fonts-font-display-support\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Text Shadow control to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8800\\\">#8800<\\/a>)<\\/li>\\n<li>Tweak: Added Re-subscribe support to MailerLite (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8799\\\">#8799<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Facebook Embed widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9030\\\">#9030<\\/a>)<\\/li>\\n<li>Tweak: Use <code>swiper.js<\\/code> instead of <code>slick.js<\\/code> in Slides widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-2-7-moving-sliders-from-slick-to-swiper\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/before_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/after_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic support for Custom field key (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7789\\\">#7789<\\/a>)<\\/li>\\n<li>Tweak: Increased expired license notice bar frequency<\\/li>\\n<li>Tweak: Changed the icon name of Slides widget<\\/li>\\n<li>Tweak: Added designated Finder\'s Icons for Custom icons &amp; Custom fonts<\\/li>\\n<li>Tweak: Use Ken Burns Effect as an external module<\\/li>\\n<li>Tweak: Remove Fontello conflicting CSS on import to Custom Icons sets<\\/li>\\n<li>Tweak: Editor Panel UI tweaks<\\/li>\\n<li>Tweak: Added DOM events on Popup show\\/hide (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-popup-events\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added option to change the variations field width in Add to Cart widget<\\/li>\\n<li>Tweak: Use select control instead of select2 in Menu Cart widget<\\/li>\\n<li>Tweak: Added conditions to the tabs instead of to each control in Share Buttons widget<\\/li>\\n<li>Tweak: Added Typography controls to HTML field in Forms widget<\\/li>\\n<li>Tweak: Allow edit selected Font file in Custom Font<\\/li>\\n<li>Tweak: Changed reCAPTCHA v3 error message<\\/li>\\n<li>Tweak: Remove the &quot;Save as Global&quot; option on Global widget context menu<\\/li>\\n<li>Fix: Corrected selector for <code>removeControlSpinner()<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8790\\\">#8790<\\/a>)<\\/li>\\n<li>Fix: Slides widget navigation icons misplacement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8533\\\">#8533<\\/a>)<\\/li>\\n<li>Fix: Horizontal Scrollbar when Slider widget is set to Full Width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8527\\\">#8527<\\/a>)<\\/li>\\n<li>Fix: Inconsistent behavior when &quot;Infinite Loop&quot; enabled with &quot;Autoplay&quot; in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Ken Burns effect on Chrome transition glitches (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1671\\\">#1671<\\/a>)<\\/li>\\n<li>Fix: Nothing found message shows up inside the columns set in Posts Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7347\\\">#7347<\\/a>)<\\/li>\\n<li>Fix: Responsive UI glitch in Popup Conditions modal tabs<\\/li>\\n<li>Fix: Removed unnecessary divider in Call to Action widget<\\/li>\\n<li>Fix: Custom Add To Cart * button style (size, position and background color) when <code>quantity<\\/code> is enabled.<\\/li>\\n<li>Fix: Add support for Document\\/PageBase in Theme Builder (Core &gt;=2.7.0)<\\/li>\\n<li>Fix: Ampersand character breaks email link in Share Buttons widget<\\/li>\\n<li>Fix: Correct custom font attachment <code>mime-type<\\/code> to show uploaded Custom Fonts<\\/li>\\n<li>Fix: Mini-Cart not refreshing in Menu Cart widget<\\/li>\\n<li>Fix: Cart drawer not working when WC Subscriptions plugin is activated<\\/li>\\n<li>Fix:  Querying CPT with custom taxonomies does not show the taxonomies before saving<\\/li>\\n<li>Fix: Double rendering on change caused console error in Theme Builder\'s conditions screen<\\/li>\\n<li>Fix: Translations and Strings in Share Buttons widget<\\/li>\\n<li>Fix: Avoid using offset if the source is Manual selection in Query Control<\\/li>\\n<li>Fix: Form being submitted although reCAPTCHA v3 validation failed in Forms widget<\\/li>\\n<\\/ul>\\n<h4>2.6.5 - 2019-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Button style not working when <code>quantity<\\/code> is enabled in Custom Add To Cart widget<\\/li>\\n<li>Fix: Updated minified JS file fixed WhatsApp base URL in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>2.6.4 - 2019-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Changed WhatsApp base URL in Share Buttons widget for cross-device compatibility<\\/li>\\n<li>Fix: Random slides order after several clicks on pagination in Testimonial Carousel widget<\\/li>\\n<\\/ul>\\n<h4>2.6.3 - 2019-08-18<\\/h4>\\n<ul>\\n<li>Fix: Core version rollback to <code>&gt;2.6.0<\\/code> causes a fatal error<\\/li>\\n<li>Fix: Duplicate images when slideshow skin is selected in Media Carousel lightbox<\\/li>\\n<li>Fix: Default bottom margin added to reCAPTCHA V3 badge<\\/li>\\n<li>Fix: Input glitch in reCAPTCHA V3 threshold settings<\\/li>\\n<\\/ul>\\n<h4>2.6.2 - 2019-07-30<\\/h4>\\n<ul>\\n<li>Tweak: Better accessibility support in Search Form widget<\\/li>\\n<li>Fix: UI glitched in Popup publish screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8616\\\">#8616<\\/a>)<\\/li>\\n<li>Fix: &quot;Child of Term&quot; and &quot;Any child of term&quot; conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8695\\\">#8695<\\/a>)<\\/li>\\n<li>Fix: Restored <code>library_widget_templates<\\/code> action hook for 3rd party compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8687\\\">#8687<\\/a>)<\\/li>\\n<li>Fix: Twitter Icon missing in Blockquote widget<\\/li>\\n<li>Fix: Form reCAPTCHA v3 badge position not working<\\/li>\\n<li>Fix: Renewal notice bar appears in wrong situations<\\/li>\\n<li>Fix: Draft Icon Set loads empty Icon Library<\\/li>\\n<\\/ul>\\n<h4>2.6.1 - 2019-07-24<\\/h4>\\n<ul>\\n<li>Fix: Query Control autocomplete not retrieving results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8672\\\">#8672<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8661\\\">#8661<\\/a>)<\\/li>\\n<li>Fix: Price Table features section not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8660\\\">#8660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.6.0 - 2019-07-23<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Icon sets - including Fontello, IcoMoon and Fontastic support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/110\\\">#110<\\/a>)<\\/li>\\n<li>New: Added Font Awesome 5 Pro integration including 5,300+ icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4430\\\">#4430<\\/a>)<\\/li>\\n<li>New: Added reCAPTCHA v3 integration to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8213\\\">#8213<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6039\\\">#6039<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7165\\\">#7165<\\/a>)<\\/li>\\n<li>Tweak: Added Exit Animation for Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7063\\\">#7063<\\/a>)<\\/li>\\n<li>Tweak: Added ACF Dynamic tag support for archive pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5147\\\">#5147<\\/a>)<\\/li>\\n<li>Tweak: Added Navigator Indicators for Custom CSS &amp; Motion Effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2180\\\">#2180<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Form Redirect action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7552\\\">#7552<\\/a>)<\\/li>\\n<li>Tweak: Added Logged In Message styling options for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7928\\\">#7928<\\/a>)<\\/li>\\n<li>Tweak: Added <code>none<\\/code> breakpoint option to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7916\\\">#7916<\\/a>)<\\/li>\\n<li>Tweak: Added option to place Post Terms dynamic tag without links (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8366\\\">#8366<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor\\/query\\/query_results<\\/code> hook to Query Control to allow full control over results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7912\\\">#7912<\\/a>)<\\/li>\\n<li>Tweak: Allow choosing Heading HTML tag in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8090\\\">#8090<\\/a>)<\\/li>\\n<li>Tweak: Show popup on dynamic click even when <code>Avoid Multiple Popups<\\/code> option is selected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8189\\\">#8189<\\/a>)<\\/li>\\n<li>Tweak: Added condition option to all of archive child pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8256\\\">#8256<\\/a>)<\\/li>\\n<li>Tweak: Added <code>Effects Relative To<\\/code> control to Scrolling Effects<\\/li>\\n<li>Tweak: Allow shortcodes in HTML Form field<\\/li>\\n<li>Tweak: Removed donReach integration from Share Buttons widget due to service inconsistent stability<\\/li>\\n<li>Tweak: Changed MailChimp <code>List<\\/code> label to <code>Audience<\\/code><\\/li>\\n<li>Tweak: Improved Entrance and Exit animation behavior in Popup<\\/li>\\n<li>Tweak: Added <code>Deprecated Notice<\\/code> control to <code>Archive Products<\\/code> and <code>Woo Products<\\/code> widgets<\\/li>\\n<li>Tweak: Added default dynamic title for archives in Theme Builder<\\/li>\\n<li>Tweak: Added condition to show <code>Centered Slides<\\/code> control in Media Carousel widget<\\/li>\\n<li>Tweak: Added notice bar in the Editor when the license is expired or not activated<\\/li>\\n<li>Tweak: Replaced <code>select<\\/code> control with <code>choose<\\/code> control in Price List widget<\\/li>\\n<li>Tweak: Removed Font Awesome 4 dependencies from the Editor<\\/li>\\n<li>Tweak: Minor styling tweaks in the Popup publish modal<\\/li>\\n<li>Tweak: Hide ordering form in Products widget on front page<\\/li>\\n<li>Tweak: Removed page title markup when \'Hide Title\' is active<\\/li>\\n<li>Tweak: Added style controls for HTML field in Form widget<\\/li>\\n<li>Fix: Form widget Date picker makes the Popup builder disappear (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7240\\\">#7240<\\/a>)<\\/li>\\n<li>Fix: Sticky element stop point stops working on viewport resize (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7884\\\">#7884<\\/a>)<\\/li>\\n<li>Fix: Copy-Paste style not pasting the Pointer option in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8497\\\">#8497<\\/a>)<\\/li>\\n<li>Fix: Missing Print icon in Share Buttons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8506\\\">#8506<\\/a>)<\\/li>\\n<li>Fix: UI style glitch in Blockquote widget when viewing from iPad<\\/li>\\n<li>Deprecated: <code>DB::save_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<li>Deprecated: <code>DB::get_plain_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.14 - 2019-07-14<\\/h4>\\n<ul>\\n<li>Fix: Better WC Related Product grid support to various themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8555\\\">#8555<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.13 - 2019-07-11<\\/h4>\\n<ul>\\n<li>Fix: Better WC grid support to various themes<\\/li>\\n<\\/ul>\\n<h4>2.5.12 - 2019-07-10<\\/h4>\\n<ul>\\n<li>Fix: Grid for WooCommerce Archive Product widget<\\/li>\\n<li>Fix: Remove redundant <code>whitespace<\\/code> CSS property causes style glitch in iPad<\\/li>\\n<li>Tweak: Added more compatibility for Elementor v2.6<\\/li>\\n<\\/ul>\\n<h4>2.5.11 - 2019-07-02<\\/h4>\\n<ul>\\n<li>Fix: Close icon missing from Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8460\\\">#8460<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro v2.5.10 shows PHP notice regarding notice bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8461\\\">#8461<\\/a>)<\\/li>\\n<li>Fix: Fatal error when deleting used Pods fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8396\\\">#8396<\\/a>)<\\/li>\\n<li>Fix: Missing dropdown icon in conditions screen<\\/li>\\n<\\/ul>\\n<h4>2.5.10 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.6<\\/li>\\n<li>Tweak: Error caused by empty Rows &amp; Columns values in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8261\\\">#8261<\\/a>)<\\/li>\\n<li>Fix: Do not unset <code>product<\\/code> CPT if it\'s not from WooCommerce (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8160\\\">#8160<\\/a>)<\\/li>\\n<li>Fix: Column Spacing not working in WooCommerce Archive Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8285\\\">#8285<\\/a>)<\\/li>\\n<li>Fix: Title styling not working in Products Categories widget<\\/li>\\n<li>Fix: Empty value in Dynamic Pods Gallery dropdown using Safari browser<\\/li>\\n<li>Fix: WooCommerce archives included in &quot;All Archives&quot; condition<\\/li>\\n<\\/ul>\\n<h4>2.5.9 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>auto-confirm<\\/code> control from MailPoet to support new version of MailPoet<\\/li>\\n<li>Fix: Multiple Custom Fonts not rendered in the editor<\\/li>\\n<li>Fix: Products <code>sale<\\/code> query - handle exclude by manual selection.<\\/li>\\n<li>Fix: Product Categories grid row &amp; column style<\\/li>\\n<li>Fix: Form integration AJAX cache override<\\/li>\\n<li>Fix: Removed redundant CSS on Canvas &amp; Header-Footer page templates<\\/li>\\n<\\/ul>\\n<h4>2.5.8 - 2019-05-06<\\/h4>\\n<ul>\\n<li>Fix: Popup entrance animation not working in frontend<\\/li>\\n<li>Fix: Popup Exit Intent trigger activated multiple times<\\/li>\\n<\\/ul>\\n<h4>2.5.7 - 2019-05-05<\\/h4>\\n<ul>\\n<li>Fix: Embedded video keeps playing after a Popup is closed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7875\\\">#7875<\\/a>)<\\/li>\\n<li>Fix: Maximum call stack size exceeded error in Safari (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7824\\\">#7824<\\/a>)<\\/li>\\n<li>Fix: Entrance animations not appearing on Popup reopen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7395\\\">#7395<\\/a>)<\\/li>\\n<li>Fix: WC variations select style glitch in several themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8008\\\">#8008<\\/a>)<\\/li>\\n<li>Fix: Theme Builder taxonomy conditions not retrieving proper results in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.5.6 - 2019-04-29<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>Shortcode<\\/code> dynamic from Image, Gallery and Media control<\\/li>\\n<li>Fix: Popup not inheriting entrance animation in responsive mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7809\\\">#7809<\\/a>)<\\/li>\\n<li>Fix: Terms autocomplete retrieves wrong results in Query Control<\\/li>\\n<li>Fix: Query Control Related by author glitches in edge cases<\\/li>\\n<li>Fix: Query Control using terms for Products widget<\\/li>\\n<li>Fix: Posts cards style glitch in small screens<\\/li>\\n<li>Fix: Display conditions delete icon missing in small screens<\\/li>\\n<li>Fix: Avoid rendering Menu Cart widget in WordPress native editor<\\/li>\\n<\\/ul>\\n<h4>2.5.5 - 2019-04-08<\\/h4>\\n<ul>\\n<li>Tweak: Allow text selection inside a Popup<\\/li>\\n<li>Fix: Added backwards compatibility for <code>tax_query<\\/code> in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7751\\\">#7751<\\/a>)<\\/li>\\n<li>Fix: Missing arguments for <code>widget_title<\\/code> filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7745\\\">#7745<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.4 - 2019-04-03<\\/h4>\\n<ul>\\n<li>Fix: Move Query from using <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<li>Fix: Offset manipulation hook removal in Query control<\\/li>\\n<li>Fix: Missing form field <code>ID<\\/code> in some edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7711\\\">#7711<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7660\\\">#7660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.3 - 2019-03-31<\\/h4>\\n<ul>\\n<li>Tweak: Updated Google Calendar dynamic tag URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7673\\\">#7673<\\/a>)<\\/li>\\n<li>Fix: Missing form field names (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7651\\\">#7651<\\/a>)<\\/li>\\n<li>Fix: PHP 5.4 backward compatibility in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7633\\\">#7633<\\/a>)<\\/li>\\n<li>Fix: <code>products_deprecated<\\/code> Query Control module compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7654\\\">#7654<\\/a>)<\\/li>\\n<li>Fix: Changed query method from <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.2 - 2019-03-27<\\/h4>\\n<ul>\\n<li>Fix: Overwrite parent widget type in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7632\\\">#7632<\\/a>)<\\/li>\\n<li>Fix: Avoid Duplicates option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7635\\\">#7635<\\/a>)<\\/li>\\n<li>Fix: Manual Selection option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7634\\\">#7634<\\/a>)<\\/li>\\n<li>Fix: Incorrect condition caused handlers issues inside popup<\\/li>\\n<\\/ul>\\n<h4>2.5.1 - 2019-03-26<\\/h4>\\n<ul>\\n<li>Fix: Query Control invalid call to deprecated action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7619\\\">#7619<\\/a>)<\\/li>\\n<li>Tweak: Renamed action hook from <code>elementor_pro\\/{$widget_name}\\/query\\/{$query_id}<\\/code> to <code>elementor\\/query\\/{$query_id}<\\/code><\\/li>\\n<li>Tweak: Renamed filter hook from <code>elementor_pro\\/query_control\\/get_query_args\\/current_query<\\/code> to <code>elementor\\/query\\/get_query_args\\/current_query<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.5.0 - 2019-03-26<\\/h4>\\n<ul>\\n<li>New: Introducing Motion Effects including Scrolling &amp; Mouse effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/72\\\">#72<\\/a>)<\\/li>\\n<li>New: Introducing Related Posts for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7306\\\">#7306<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7490\\\">#7490<\\/a>)<\\/li>\\n<li>New: Introducing Date query for Query Control<\\/li>\\n<li>New: Introducing Sticky Posts support for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2501\\\">#2501<\\/a>)<\\/li>\\n<li>Tweak: Added option to open a Popup by a custom selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6871\\\">#6871<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6876\\\">#6876<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Option to count when Popup is closed in &quot;Show up to X times&quot; Advanced Rule<\\/li>\\n<li>Tweak: Added full border radius control options inside Popup<\\/li>\\n<li>Tweak: Changed exit intent icon in Popups<\\/li>\\n<li>Tweak: Show only one popup in its own preview<\\/li>\\n<li>Tweak: Added responsive support to Popup entrance animation control<\\/li>\\n<li>Tweak: Conditions - Singular <code>All Pages<\\/code> string changed to <code>Pages<\\/code><\\/li>\\n<li>Tweak: Added form field shortcode support for Drip tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7000\\\">#7000<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6779\\\">#6779<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6986\\\">#6986<\\/a>)<\\/li>\\n<li>Tweak: Decrease <code>z-index<\\/code> for Nav Menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6869\\\">#6869<\\/a>)<\\/li>\\n<li>Tweak: Changed &quot;Scrolling Effects&quot; section label to &quot;Motion Effects&quot;<\\/li>\\n<li>Tweak: Use filter <code>get_meta_viewport<\\/code> for header templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7043\\\">#7043<\\/a>)<\\/li>\\n<li>Tweak: use filterable <code>Util::get_public_post_types()<\\/code> in Theme Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7172\\\">#7172<\\/a>)<\\/li>\\n<li>Tweak: Added Cloudflare rocket-loader support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7443\\\">#7443<\\/a>)<\\/li>\\n<li>Tweak: Added responsive support to WC Products Columns &amp; Rows Gap controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6913\\\">#6913<\\/a>)<\\/li>\\n<li>Tweak: WC Menu cart &quot;View Cart&quot; &amp; &quot;Checkout&quot; buttons styling<\\/li>\\n<li>Fix: Custom ID reset to default when dragging repeater<\\/li>\\n<li>Fix: Conflict between archive-products widget and WC customizer<\\/li>\\n<li>Fix: Add to Cart widget <code>spacing<\\/code> and <code>space-between<\\/code><\\/li>\\n<li>Fix: Library view when creating a new Header or Footer<\\/li>\\n<li>Fix: Post types labels missing on Add New Template modal<\\/li>\\n<\\/ul>\\n<h4>2.4.8 - 2019-03-11<\\/h4>\\n<ul>\\n<li>Fix: Missing query section in Products widget<\\/li>\\n<li>Fix: Missing Taxonomy controls in Products widget in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.7 - 2019-03-06<\\/h4>\\n<ul>\\n<li>Fix: Compatibility Global Widget with Elementor v2.5.0+<\\/li>\\n<\\/ul>\\n<h4>2.4.6 - 2019-03-04<\\/h4>\\n<ul>\\n<li>Fix: Pods gallery dynamic when empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7127\\\">#7127<\\/a>)<\\/li>\\n<li>Fix: Duplicate call for conditions screen issue<\\/li>\\n<li>Fix: Compatibility with Elementor v2.5.0<\\/li>\\n<\\/ul>\\n<h4>2.4.5 - 2019-02-18<\\/h4>\\n<ul>\\n<li>Fix: Image size issue in Testimonial Carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7058\\\">#7058<\\/a>)<\\/li>\\n<li>Fix: MailChimp groups not saved in a form integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7083\\\">#7083<\\/a>)<\\/li>\\n<li>Fix: Show popup preview only on it\'s own preview<\\/li>\\n<li>Fix: Elementor dashboard templates URL corrupted links in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.4 - 2019-02-11<\\/h4>\\n<ul>\\n<li>Tweak: Added ACF Date Time Picker field support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6690\\\">#6690<\\/a>)<\\/li>\\n<li>Tweak: Changed the term of <code>All Posts<\\/code> condition to <code>Posts<\\/code><\\/li>\\n<li>Fix: Added <code>&lt;IfModule&gt;<\\/code> to avoid 500 error when <code>mod-headers<\\/code> is missing (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7034\\\">#7034<\\/a>)<\\/li>\\n<li>Fix: Include post CSS deletion in Global Widget update (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6856\\\">#6856<\\/a>)<\\/li>\\n<li>Fix: <code>Textarea<\\/code> default value in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6934\\\">#6934<\\/a>)<\\/li>\\n<li>Fix: MailPoet latest version caused fatal error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6996\\\">#6996<\\/a>)<\\/li>\\n<li>Fix: Fatal Error caused by calling MailPoet deleted method<\\/li>\\n<li>Notice: MailPoet <code>Auto Confirm<\\/code> option will now default to &quot;On&quot;<\\/li>\\n<\\/ul>\\n<h4>2.4.3 - 2019-01-30<\\/h4>\\n<ul>\\n<li>Fix: Custom Add to Cart widget responsive alignment settings<\\/li>\\n<li>Fix: Links in Post Info widget<\\/li>\\n<li>Fix: WooCommerce <code>View Cart<\\/code> string translate<\\/li>\\n<li>Fix: Wrapper classes for header\\/footer templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6884\\\">#6884<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.4.2 - 2019-01-25<\\/h4>\\n<ul>\\n<li>Tweak: Added pixel units to Close Button position control in Popups<\\/li>\\n<li>Fix: Exclude error in WC Products widget<\\/li>\\n<\\/ul>\\n<h4>2.4.1 - 2019-01-24<\\/h4>\\n<ul>\\n<li>Tweak: Added CSS classes control to Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6826\\\">#6826<\\/a>)<\\/li>\\n<li>Tweak: Added responsive image size to Testimonial Carousel widget<\\/li>\\n<li>Fix: PHP warning when Toolset Date dynamic is empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6842\\\">#6842<\\/a>)<\\/li>\\n<li>Fix: Support of exclude-ids in WC Products widget<\\/li>\\n<li>Fix: Popup close button not clickable<\\/li>\\n<li>Fix: Alignment justify issue of Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6749\\\">#6749<\\/a>)<\\/li>\\n<li>Fix: Bad anchors breaks the page JS<\\/li>\\n<li>Fix: Popup overlay shown when turned off<\\/li>\\n<\\/ul>\\n<h4>2.4.0 - 2019-01-21<\\/h4>\\n<ul>\\n<li>New: Introducing Popup Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/628\\\">#628<\\/a>)<\\/li>\\n<li>New: Added <code>Popup<\\/code> Dynamic Tag<\\/li>\\n<li>New: Added <code>Popup<\\/code> forms action after submit<\\/li>\\n<li>New: Added User Info dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6322\\\">#6322<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for &quot;Nothing Found&quot; message<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/theme_builder\\/archive\\/escape_nothing_found_message<\\/code> Filter to avoid HTML escaping in &quot;Nothing Found&quot; message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6053\\\">#6053<\\/a>)<\\/li>\\n<li>Tweak: Added <code>add_doc_to_location<\\/code> method to Allow insertion of a document to a location<\\/li>\\n<li>Fix: <code>z-index<\\/code> issue with CTA widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6486\\\">#6486<\\/a>)<\\/li>\\n<li>Fix: Hide the Post Content widget and show it only in a Single document<\\/li>\\n<li>Fix: <code>selector<\\/code> replacement in Custom CSS<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> on the real content only<\\/li>\\n<li>Fix: CSS for WC products selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6559\\\">#6559<\\/a>)<\\/li>\\n<li>Fix: Odnoklassniki share URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6638\\\">#6638<\\/a>)<\\/li>\\n<li>Fix: Custom link new tab in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5766\\\">#5766<\\/a>)<\\/li>\\n<li>Fix: <code>nofollow<\\/code> link in Flip Box &amp; CTA widgets<\\/li>\\n<li>Fix: Post Terms in Post Info widget<\\/li>\\n<li>Fix: Added screen reader to some icons &amp; buttons for better accessibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5386\\\">#5386<\\/a>)<\\/li>\\n<li>Fix: Accessibility labels in Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6630\\\">#6630<\\/a>)<\\/li>\\n<li>Fix: Link to cart page not working when WooCommerce Subscriptions is active<\\/li>\\n<li>Fix: MailChimp Selected list not showing on reloading in Form widget<\\/li>\\n<li>Fix: Sub-menu arrow position in Nav Menu widget<\\/li>\\n<li>Fix: Conflict with WP Security Audit Log plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6648\\\">#6648<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.3.1 - 2018-12-19<\\/h4>\\n<ul>\\n<li>Fix: Template widget search functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6473\\\">#6473<\\/a>)<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> filter to post content in theme builder<\\/li>\\n<\\/ul>\\n<h4>2.3.0 - 2018-12-17<\\/h4>\\n<ul>\\n<li>New: Introducing Discord Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4218\\\">#4218<\\/a>)<\\/li>\\n<li>New: Introducing Slack Integration for Forms<\\/li>\\n<li>New: Introducing MailerLite Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4462\\\">#4462<\\/a>)<\\/li>\\n<li>New: Activate Elementor Pro plugin by connecting to Elementor account<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/utils\\/get_public_post_types<\\/code> filter hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5900\\\">#5900<\\/a>)<\\/li>\\n<li>Tweak: Added <code>loop_start<\\/code> &amp; <code>the_content<\\/code> hooks for Post Content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6173\\\">#6173<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from Page Settings<\\/li>\\n<li>Tweak: Always add the Custom CSS control to the Advanced tab<\\/li>\\n<li>Fix: In sub Term condition false positive in edge cases<\\/li>\\n<li>Fix: ToolSet Dynamic Image fallback<\\/li>\\n<li>Fix: Style glitch with the dropdown color in Nav Menu widget<\\/li>\\n<li>Fix: Style glitch in the Conditions screen in Safari browser<\\/li>\\n<li>Fix: Ribbon in the CTA widget obscures drop down menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6080\\\">#6080<\\/a>)<\\/li>\\n<li>Fix: The color of label won\'t change color in Widget login<\\/li>\\n<\\/ul>\\n<h4>2.2.5 - 2018-12-11<\\/h4>\\n<ul>\\n<li>New: Add Style Tab &amp; Custom CSS for Header &amp; Footer Templates.<\\/li>\\n<li>Tweak: Added a better identifier for subpages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6362\\\">#6362<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from page settings<\\/li>\\n<li>Fix: Yahoo event URL date issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Allow timezone settings in Google event URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Avoid <code>z-index<\\/code> changes by <code>nanocss<\\/code> in build process<\\/li>\\n<li>Fix: Added missing WC upsells products CSS<\\/li>\\n<li>Fix: Nav Menu dropdown losing color on hover<\\/li>\\n<li>Fix: WC Product Add-ons CSS compatibility<\\/li>\\n<\\/ul>\\n<h4>2.2.4 - 2018-12-04<\\/h4>\\n<ul>\\n<li>Fix: Global widget not saving changes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6340\\\">#6340<\\/a>)<\\/li>\\n<li>Fix: Dynamic tags support in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6334\\\">#6334<\\/a>)<\\/li>\\n<li>Fix: Forms Redirect URL action when using form field values with spaces<\\/li>\\n<\\/ul>\\n<h4>2.2.3 - 2018-11-29<\\/h4>\\n<ul>\\n<li>Fix: Missing &quot;Edit Template&quot; in Template widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Follow menu anchors with UTF8 characters in Nav Menu<\\/li>\\n<li>Fix: Show only supported templates in Template widget<\\/li>\\n<li>Fix: Revert conflicting fix for a default order for WC archive<\\/li>\\n<\\/ul>\\n<h4>2.2.2 - 2018-11-28<\\/h4>\\n<ul>\\n<li>Fix: Lightbox dynamic tag crashes the editor<\\/li>\\n<\\/ul>\\n<h4>2.2.1 - 2018-11-28<\\/h4>\\n<ul>\\n<li>New: Added <code>ACF File<\\/code> Dynamic tag to support text controls.<\\/li>\\n<li>Tweak: Added option to hide item count bubble when cart is empty in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6223\\\">#6223<\\/a>)<\\/li>\\n<li>Tweak: Added Actions group for Lightbox and Contact URL tags<\\/li>\\n<li>Tweak: Added filter <code>elementor_pro\\/dynamic_tags\\/shortcode\\/should_escape<\\/code> to avoid escaping in Shortcode dynamic tag<\\/li>\\n<li>Tweak: MailPoet3 integration allow Subscriber to to subscribe to multiple lists<\\/li>\\n<li>Tweak: Added front-end max file size validation for upload fields<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> per Post-Type condition for theme builder<\\/li>\\n<li>Fix: Template widget panel not showing the selected template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Conflict between ACF with Safari browser on Select option in Dynamic tag<\\/li>\\n<li>Fix: Add post classes only for the Single template<\\/li>\\n<li>Fix: Set document type as not editable for unsupported document like Global widget<\\/li>\\n<li>Fix: Avoid duplicate query for current WC product query<\\/li>\\n<li>Fix: Product Archive showing oldest products instead of latest<\\/li>\\n<li>Fix: CSS reset in Posts widget using cards skin<\\/li>\\n<\\/ul>\\n<h4>2.2.0 - 2018-11-19<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/290\\\">#290<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3990\\\">#3990<\\/a>)<\\/li>\\n<li>New: Added evergreen option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4459\\\">#4459<\\/a>)<\\/li>\\n<li>New: Added expire actions option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5242\\\">#5242<\\/a>)<\\/li>\\n<li>New: Introducing Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3854\\\">#3854<\\/a>)<\\/li>\\n<li>New: Introducing Sitemap widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5594\\\">#5594<\\/a>)<\\/li>\\n<li>New: Added Request Parameter dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4934\\\">#4934<\\/a>)<\\/li>\\n<li>New: Added Shortcode dynamic tag<\\/li>\\n<li>New: Added Image and Video Lightbox dynamic tag<\\/li>\\n<li>New: Added Contact URL dynamic tag<\\/li>\\n<li>New: Added Featured Image Data dynamic tag<\\/li>\\n<li>New: Added default value to each field in the Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4268\\\">#4268<\\/a>)<\\/li>\\n<li>New: Added &quot;Any Child Of&quot; condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5321\\\">#5321<\\/a>)<\\/li>\\n<li>New: Added &quot;In Child&quot; condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5587\\\">#5587<\\/a>)<\\/li>\\n<li>Tweak: Added Form Redirect URL with form values (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2564\\\">#2564<\\/a>)<\\/li>\\n<li>Tweak: Added default post classes to template wrapper (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5959\\\">#5959<\\/a>)<\\/li>\\n<li>Tweak: Better labels for terms in Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6092\\\">#6092<\\/a>)<\\/li>\\n<li>Tweak: Renamed &quot;Child Of&quot; templates condition to &quot;Direct Child Of&quot;<\\/li>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/condition_sub_id<\\/code> filter hook to allow template condition translations<\\/li>\\n<li>Tweak: Load the Template Library widget via Ajax for better performance<\\/li>\\n<li>Tweak: Added 404 page title for Page Title dynamic tag<\\/li>\\n<li>Fix: Menu Cart Toggle has # URL link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6141\\\">#6141<\\/a>)<\\/li>\\n<li>Fix: Alignment issue in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5790\\\">#5790<\\/a>)<\\/li>\\n<li>Fix: Avoid potential security risk in forms<\\/li>\\n<li>Fix: Template By Author condition conflicts with 404 page<\\/li>\\n<li>Fix: Restored WC Product Content widget in Single Product template<\\/li>\\n<li>Fix: Theme Builder Preview URLs for date archives and 404 pages<\\/li>\\n<li>Fix: Highlight active menu anchor items only when scrolled into view<\\/li>\\n<li>Fix: Carousel Pagination Progress style to support new Swiper version<\\/li>\\n<\\/ul>\\n<h4>2.1.13 - 2018-11-12<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for new brand Finder in v2.3.0<\\/li>\\n<li>Fix: Settings conflict when there are multiple carousels in the page<\\/li>\\n<\\/ul>\\n<h4>2.1.12 - 2018-11-05<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.3<\\/li>\\n<li>Tweak: Better performance for Template Library widget<\\/li>\\n<li>Fix: Fatal error if a taxonomy used in a dynamic field is removed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6029\\\">#6029<\\/a>)<\\/li>\\n<li>Fix: Date Time dynamic tag now respect site language (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6001\\\">#6001<\\/a>)<\\/li>\\n<li>Fix: Custom CSS printed twice in the front-end<\\/li>\\n<li>Fix: ACF Image field PHP warning (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6051\\\">#6051<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.1.11 - 2018-10-22<\\/h4>\\n<ul>\\n<li>New: Added ACF local fields compatibility<\\/li>\\n<li>Tweak: Re-brand TypeKit by Adobe Fonts integration<\\/li>\\n<li>Fix: Exclude <code>is_embed<\\/code> from Singular condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5915\\\">#5915<\\/a>)<\\/li>\\n<li>Fix: Avoid conflict with Ad Blockers and Share Buttons<\\/li>\\n<li>Fix: Current date time dynamic tag now shows local time<\\/li>\\n<li>Fix: Avoid conflict with 3rd party plugins that filter the permalink<\\/li>\\n<li>Fix: Avoid PHP warning when no groups are selected for MailChimp integration<\\/li>\\n<li>Fix: Avoid PHP warning if checkbox field is empty for ACF<\\/li>\\n<li>Fix: Respect password protected for a WC single product template<\\/li>\\n<li>Fix: Respect <code>order<\\/code> settings for WC archive also without pagination<\\/li>\\n<\\/ul>\\n<h4>2.1.10 - 2018-10-09<\\/h4>\\n<ul>\\n<li>Tweak: Added responsive alignment control for Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5821\\\">#5821<\\/a>)<\\/li>\\n<li>Tweak: Added link control to Animated Headline widget<\\/li>\\n<li>Fix: Mobile nav menu jump on RTL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5711\\\">#5711<\\/a>)<\\/li>\\n<li>Fix: Responsive alignment control in Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5830\\\">#5830<\\/a>)<\\/li>\\n<li>Fix: Added IE compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Post Content widget is now shown only on <code>Single<\\/code> templates<\\/li>\\n<li>Fix: Query Control Pagination with offset<\\/li>\\n<\\/ul>\\n<h4>2.1.9 - 2018-09-17<\\/h4>\\n<ul>\\n<li>Tweak: Added Centered Slides option for Slideshow carousel<\\/li>\\n<li>Fix: Allow only public CPT for Manual Selection in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5091\\\">#5091<\\/a>)<\\/li>\\n<li>Fix: ACF Gallery option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: Page scrolling on resize when sticky is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5740\\\">#5740<\\/a>)<\\/li>\\n<li>Fix: Edit custom name for Global Widget in the Navigator (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5689\\\">#5689<\\/a>)<\\/li>\\n<li>Fix: Coverflow transition effect in Carousel<\\/li>\\n<li>Fix: Weird mobile behavior with Cube effect in Carousel<\\/li>\\n<li>Fix: Show the first thumbnail in the Slideshow carousel correctly<\\/li>\\n<\\/ul>\\n<h4>2.1.8 - 2018-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Added styling options for WC Additional Information widget<\\/li>\\n<li>Tweak: Added styling options for \'View Cart\' link in Products widget<\\/li>\\n<li>Fix: 3rd party plugin support for WC single product template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5338\\\">#5338<\\/a>)<\\/li>\\n<li>Fix: Layout of Related Product widget with WC native style<\\/li>\\n<\\/ul>\\n<h4>2.1.7 - 2018-09-03<\\/h4>\\n<ul>\\n<li>New: WC Archive Description widget<\\/li>\\n<li>Tweak: Added blend mode to Slides widget background overlay (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5555\\\">#5555<\\/a>)<\\/li>\\n<li>Tweak: Added \'Current Subcategories\' option to Product Categories widget<\\/li>\\n<li>Fix: Added default vertical alignment in Author Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5589\\\">#5589<\\/a>)<\\/li>\\n<li>Tweak: Added more blend mode options for CTA widget<\\/li>\\n<li>Tweak: Improved plugin updater method based on WordPress version<\\/li>\\n<li>Fix: Improved IE compatibility for Posts and Portfolio widgets<\\/li>\\n<li>Fix: Added default gap for products pagination<\\/li>\\n<li>Fix: Post thumbnail flickering in Safari browser<\\/li>\\n<li>Fix: Close mobile nav menu on click only in full-width mode<\\/li>\\n<li>Fix: Added trailing slash to pagination links in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.1.6 - 2018-08-28<\\/h4>\\n<ul>\\n<li>New: WC Product Category Image widget and Dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5117\\\">#5117<\\/a>)<\\/li>\\n<li>Tweak: Allow HTML in Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5491\\\">#5491<\\/a>)<\\/li>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Tweak: Deprecated Follow option in the Facebook Button widget<\\/li>\\n<li>Fix: Posts widget grid in Safari &amp; IE11 (Depended on Elementor v2.2)<\\/li>\\n<li>Fix: Posts widget CSS when using cards skin in masonry mode<\\/li>\\n<li>Fix: ACF Image &amp; ACF URL option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: WC product gallery links in RTL<\\/li>\\n<li>Fix: Dynamic tags in Call To Action widget<\\/li>\\n<\\/ul>\\n<h4>2.1.5 - 2018-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Fix: Posts Widget layout theme compatibility<\\/li>\\n<li>Fix: Added compatibility for WooCommerce native style<\\/li>\\n<\\/ul>\\n<h4>2.1.4 - 2018-08-19<\\/h4>\\n<ul>\\n<li>Fix: Layout issue compatibility with themes caused by v2.1 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5442\\\">#5442<\\/a>)<\\/li>\\n<li>Fix: Dynamic setting in Pricing Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5460\\\">#5460<\\/a>)<\\/li>\\n<li>Fix: Hide Target URL control if is not necessary in Blockquote widget<\\/li>\\n<li>Fix: Selector specificity for WooCommerce Products widget<\\/li>\\n<li>Fix: WooCommerce conflicts in the editor in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.3 - 2018-08-15<\\/h4>\\n<ul>\\n<li>Fix: Thumbnails in the Posts widget jumping (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5350\\\">#5350<\\/a>)<\\/li>\\n<li>Fix: Responsive grid in the Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5375\\\">#5375<\\/a>)<\\/li>\\n<li>Fix: Added missing <code>setup_postdata<\\/code> for Product Data Tabs widget<\\/li>\\n<li>Fix: Rollback to older version of Flip Box widget to resolve 3D depth issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5399\\\">#5399<\\/a>)<\\/li>\\n<li>Fix: Allowed types in the Upload File field are now case-insensitive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5254\\\">#5254<\\/a>)<\\/li>\\n<li>Fix: Carousel behavior when using a single slide<\\/li>\\n<\\/ul>\\n<h4>2.1.2 - 2018-08-12<\\/h4>\\n<ul>\\n<li>Fix: Error when ACF Pro is not installed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5367\\\">#5367<\\/a>)<\\/li>\\n<li>Fix: Edge cases in Inspector where document is a boolean<\\/li>\\n<li>Fix: Edge cases for incorrect file fields in PODS<\\/li>\\n<\\/ul>\\n<h4>2.1.1 - 2018-08-09<\\/h4>\\n<ul>\\n<li>Fix: Highlighted text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5345\\\">#5345<\\/a>)<\\/li>\\n<li>Fix: Flip Box effect issues<\\/li>\\n<li>Fix: ACF Options page fields support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5329\\\">#5329<\\/a>)<\\/li>\\n<li>Fix: Import Pro templates in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.0 - 2018-08-07<\\/h4>\\n<ul>\\n<li>New: Introducing WooCommerce Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1690\\\">#1690<\\/a>)<\\/li>\\n<li>New: Introducing 12 new dynamic tags &amp; widgets for WooCommerce: Gallery, Image, Price, Rating, Description, Breadcrumbs, Data Tabs, Stock, Related, Upsell, Title &amp; Archive<\\/li>\\n<li>New: Introducing Cart Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4220\\\">#4220<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4600\\\">#4600<\\/a>)<\\/li>\\n<li>New: Added integration with Toolset (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Added integration with Pods (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4129\\\">#4129<\\/a>)<\\/li>\\n<li>New: Added stick to bottom in scrolling effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4799\\\">#4799<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect to Widgets under advanced tab<\\/li>\\n<li>New: Introducing Internal URL Dynamic Tag<\\/li>\\n<li>Tweak: Added a Last Updated Date in the Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4597\\\">#4597<\\/a>)<\\/li>\\n<li>Tweak: Added Redirect after Logout option for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4447\\\">#4447<\\/a>)<\\/li>\\n<li>Tweak: Avoid repeating posts when using more than one in the Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1878\\\">#1878<\\/a>)<\\/li>\\n<li>Tweak: Add Custom Query hook for Query control (<a href=\\\"https:\\/\\/developers.elementor.com\\/custom-query-filter\\/\\\">More Info<\\/a>) (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1748\\\">#1748<\\/a>)<\\/li>\\n<li>Tweak: Added form-message style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for button on the Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for Call to action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4767\\\">#4767<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic Tags support for Google Map field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4602\\\">#4602<\\/a>)<\\/li>\\n<li>Tweak: Added an support for <code>label|value<\\/code> in options field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4594\\\">#4594<\\/a>)<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> condition for theme builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4681\\\">#4681<\\/a>)<\\/li>\\n<li>Tweak: Added Activate\\/Deactivate license key via WP-CLI command (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4149\\\">#4149<\\/a>)<\\/li>\\n<li>Tweak: Added <code>is_scroll<\\/code> trigger to scrolling effect (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4340\\\">#4340<\\/a>)<\\/li>\\n<li>Tweak: Added In Same Term support for Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4177\\\">#4177<\\/a>)<\\/li>\\n<li>Tweak: Added responsive control for Slides To Scroll control in all carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3697\\\">#3697<\\/a>)<\\/li>\\n<li>Tweak: Added style options for Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1335\\\">#1335<\\/a>)<\\/li>\\n<li>Tweak: Added button CSS ID for Forms widget<\\/li>\\n<li>Tweak: Added pixel units to Post-Info divider height control<\\/li>\\n<li>Tweak: Rewrite sticky library to handle with stretch section, auto scroller &amp; more bugs<\\/li>\\n<li>Tweak: Re-organize the panel categories per document type<\\/li>\\n<li>Tweak: Added ACF support for <code>options-page<\\/code> fields<\\/li>\\n<li>Tweak: Added dynamic tag for Animated headlines<\\/li>\\n<li>Tweak: Added dynamic tag for BlockQuote widget<\\/li>\\n<li>Fix: Elementor Full Width template in GeneratePress theme (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4817\\\">#4817<\\/a>)<\\/li>\\n<li>Fix: Checkbox fields can accidentally be set to required (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4324\\\">#4324<\\/a>)<\\/li>\\n<li>Fix: Initial slide in Carousel widget<\\/li>\\n<li>Fix: Stay on current slide while editing in Carousel widget<\\/li>\\n<li>Fix: Default slides per device in Carousel widget<\\/li>\\n<li>Deprecated: Woo Products, Woo Elements &amp; Single elements widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.18 - 2018-07-27<\\/h4>\\n<ul>\\n<li>Fix: Global widget error on saving page<\\/li>\\n<\\/ul>\\n<h4>2.0.17 - 2018-07-26<\\/h4>\\n<ul>\\n<li>Fix: Sub menu indicator direction in Nav Menu widget<\\/li>\\n<li>Fix: Change the title and icon for Global Widget when is moving<\\/li>\\n<li>Fix: CSS wrapper selector for Page Document<\\/li>\\n<\\/ul>\\n<h4>2.0.16 - 2018-07-16<\\/h4>\\n<ul>\\n<li>Tweak: CSS Filter Control module is now included in Elementor<\\/li>\\n<li>Fix: Border gap in Portfolio widget when item gap set as <code>0<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5077\\\">#5077<\\/a>)<\\/li>\\n<li>Fix: Restore current query after get Global Widget data<\\/li>\\n<li>Fix: Add action item in History on unlink Global widget<\\/li>\\n<\\/ul>\\n<h4>2.0.15 - 2018-07-10<\\/h4>\\n<ul>\\n<li>Fix: Dropdown menu items collapsing when activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4996\\\">#4996<\\/a>)<\\/li>\\n<li>Fix: GMT offset in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4997\\\">#4997<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.0.14 - 2018-07-08<\\/h4>\\n<ul>\\n<li>Tweak: Added set method to form record for developers (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4983\\\">#4983<\\/a>)<\\/li>\\n<li>Fix: Autoplay option for Carousels<\\/li>\\n<li>Fix: Close mobile menu on item click in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.13 - 2018-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for Elementor v2.1<\\/li>\\n<\\/ul>\\n<h4>2.0.12 - 2018-07-02<\\/h4>\\n<ul>\\n<li>Fix: Global widget PHP notices<\\/li>\\n<li>Fix: Slides widget active slide lost focus when clicking Editor tabs<\\/li>\\n<li>Fix: Form select field send all selected values on multiple selection<\\/li>\\n<li>Fix: Validate time field only if it\'s not empty<\\/li>\\n<li>Fix: ConvertKit API not saving name field<\\/li>\\n<\\/ul>\\n<h4>2.0.11 - 2018-06-12<\\/h4>\\n<ul>\\n<li>Fix: Theme Builder <code>author<\\/code> archive condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4593\\\">#4593<\\/a>)<\\/li>\\n<li>Fix: Respect password protected posts in Post Content widget<\\/li>\\n<li>Fix: Custom Fonts redirect to post edit screen in edge cases.<\\/li>\\n<\\/ul>\\n<h4>2.0.10 - 2018-06-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> filter hook for multi-language plugins<\\/li>\\n<li>Fix: Dynamic Post Terms missing taxonomies if the taxonomy is registered to more then one post types (#4386)<\\/li>\\n<li>Fix: Fields shortcode missing after removing a field in Form widget<\\/li>\\n<li>Deprecated: <code>get_theme_templates_by_location<\\/code> is replaced by <code>get_location_templates<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.0.9 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Fix: Compatibility for PHP version 5.4<\\/li>\\n<\\/ul>\\n<h4>2.0.8 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added Active state for Nav Menu dropdown<\\/li>\\n<li>Tweak: Added style for &quot;Nothing Found&quot; Message for Archive Posts widget<\\/li>\\n<li>Tweak: Removed caption control in Site Logo widget<\\/li>\\n<li>Tweak: Added option to position currency symbol before\\/after In Price Table widget<\\/li>\\n<li>Fix: Query control manual selection does not show more than 10 items (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4479\\\">#4479<\\/a>)<\\/li>\\n<li>Fix: Styling glitch with terms list in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4342\\\">#4342<\\/a>)<\\/li>\\n<li>Fix: Sub terms missing in Query control in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4527\\\">#4527<\\/a>)<\\/li>\\n<li>Fix: Avoid rendering a template if it\'s not published<\\/li>\\n<li>Fix: 404 Page style not working<\\/li>\\n<li>Fix: Price Table button with hover animation not working in editor<\\/li>\\n<li>Fix: Styling conflict in Call to Action widget<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Adding parent wrapper class to Site Title widget<\\/li>\\n<\\/ul>\\n<h4>2.0.7 - 2018-05-16<\\/h4>\\n<ul>\\n<li>Fix: Content not found on section when single is set to &quot;All Singular&quot;<\\/li>\\n<li>Fix: Open 404 template library for 404 page<\\/li>\\n<li>Tweak: Added CSS prefix for dev files<\\/li>\\n<li>Tweak: Removed product post type from display conditions<\\/li>\\n<\\/ul>\\n<h4>2.0.6 - 2018-05-15<\\/h4>\\n<ul>\\n<li>Tweak: Set type on create new single template<\\/li>\\n<li>Tweak: Always show the conditions dialog in the Draft status<\\/li>\\n<li>Tweak: Added document type <code>widget<\\/code><\\/li>\\n<li>Tweak: Added Post Custom Field tag to URL category<\\/li>\\n<li>Fix: When ACF Field Groups are Empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4428\\\">#4428<\\/a>)<\\/li>\\n<li>Fix: Links inside carousel in edge cases<\\/li>\\n<li>Fix: Responsive issue in My Templates area<\\/li>\\n<li>Fix: Image alignment for post content with text alignment<\\/li>\\n<li>Fix: Post Content widget when preview post is missing<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Style settings for Post \\/ Archive Title widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.5 - 2018-05-08<\\/h4>\\n<ul>\\n<li>Fix: Creating a CPT with name like document-type breaks the editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4203\\\">#4203<\\/a>)<\\/li>\\n<li>Fix: Added support for new version of reCAPTCHA<\\/li>\\n<li>Fix: Added fallback for controls after <code>post_status<\\/code><\\/li>\\n<li>Fix: Required field in forms widget<\\/li>\\n<li>Fix: Media Carousel in the Coverflow skin<\\/li>\\n<li>Fix: 404 Page show wrong template in edge cases<\\/li>\\n<li>Fix: Save the default menu in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.4 - 2018-05-02<\\/h4>\\n<ul>\\n<li>Tweak: Added parent\'s class for extended widgets<\\/li>\\n<li>Tweak: Set entire-site as default to avoid conflict with save without conditions<\\/li>\\n<li>Tweak: Initialize global model when it\'s needed<\\/li>\\n<li>Tweak: Removed some duplicate strings<\\/li>\\n<li>Tweak: Query control now includes empty terms<\\/li>\\n<li>Tweak: Design polish for conditions dialog<\\/li>\\n<li>Tweak: Decreasing <code>minimumInputLength<\\/code> to 1 of select2<\\/li>\\n<li>Fix: Editor not loading for single templates in edge cases<\\/li>\\n<li>Fix: Select2 in Safari takes it\'s time to get the original select width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4310\\\">#4310<\\/a>)<\\/li>\\n<li>Fix: Slides per view not working for some effects<\\/li>\\n<li>Fix: New slides not showing in the editor<\\/li>\\n<li>Fix: Editor for section without a defined location, defaults to content area<\\/li>\\n<\\/ul>\\n<h4>2.0.3 - 2018-04-24<\\/h4>\\n<ul>\\n<li>Tweak: Optimize CSS for Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4214\\\">#4214<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4216\\\">#4216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4225\\\">#4225<\\/a>)<\\/li>\\n<li>Fix: Double render on frontend view in core locations<\\/li>\\n<li>Fix: Masonry not working in edge cases<\\/li>\\n<li>Fix: Added default setting for Author Info tag<\\/li>\\n<\\/ul>\\n<h4>2.0.2 - 2018-04-18<\\/h4>\\n<ul>\\n<li>Fix: Regenerate conditions to include all templates<\\/li>\\n<\\/ul>\\n<h4>2.0.1 - 2018-04-17<\\/h4>\\n<ul>\\n<li>Tweak: Added div wrapper for Nothing Found massage (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4136\\\">#4136<\\/a>)<\\/li>\\n<li>Tweak: Show empty categories in Query Control &amp; Display Conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4127\\\">#4127<\\/a>)<\\/li>\\n<li>Tweak: Added Divider control for Post Info widget<\\/li>\\n<li>Fix: Update admin links in Yoast Breadcrumbs widget<\\/li>\\n<li>Fix: Sticky element conflict with clearfix CSS<\\/li>\\n<li>Fix: Compatibility for PHP version 5.4.32 &amp; 5.5.16 and below<\\/li>\\n<li>Fix: Avoid running <code>wp_head<\\/code> hooks twice<\\/li>\\n<\\/ul>\\n<h4>2.0.0 - 2018-04-16<\\/h4>\\n<ul>\\n<li>New: Introducing Theme Builder - <a href=\\\"https:\\/\\/elementor.com\\/introducing-theme-builder\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/417\\\">#417<\\/a>)<\\/li>\\n<li>New: Introducing Locations API to inject custom location templates<\\/li>\\n<li>New: Introducing Display Conditions for all dynamic templates<\\/li>\\n<li>New: Introducing Dynamic Tag feature - a new way to add dynamic content to your design<\\/li>\\n<li>New: Introducing Role manager to allow &quot;Content Only mode&quot; (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/483\\\">#483<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/653\\\">#653<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/885\\\">#885<\\/a>)<\\/li>\\n<li>New: Introducing 9 new dynamic widgets: Archive Posts, Archive Title, Post Content, Post Info, Post Title, Post Excerpt, Featured Image, Site Logo &amp; Site Name (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Introducing Developers area with guides and API documentation - <a href=\\\"https:\\/\\/elementor.com\\/introducing-elementor-developer-api\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/451\\\">#451<\\/a>)<\\/li>\\n<li>New: Introducing <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor-hello-theme\\\">Elementor Hello Theme<\\/a> - A demonstration theme for developers<\\/li>\\n<li>New: Added new type of templates: Header, Footer, Single and Archive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2761\\\">#2761<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2623\\\">#2623<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2109\\\">#2109<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2061\\\">#2061<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2439\\\">#2439<\\/a>)<\\/li>\\n<li>New: Design 404 page with Single template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1558\\\">#1558<\\/a>)<\\/li>\\n<li>New: Design Search Results with Archive template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3196\\\">#3196<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2590\\\">#2590<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect for sections including <em>Sticky Element<\\/em> per device (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2412\\\">#2412<\\/a>)<\\/li>\\n<li>New: Integration with Custom Fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2054\\\">#2054<\\/a>)<\\/li>\\n<li>New: Partial support for Toolset integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Partial support for Pods integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2169\\\">#2169<\\/a>)<\\/li>\\n<li>New: Partial support for ACF integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2041\\\">#2041<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2059\\\">#2059<\\/a>)<\\/li>\\n<li>Tweak: Add custom fields support for ActiveCampaign (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3531\\\">#3531<\\/a>)<\\/li>\\n<li>Tweak: Allow brackets in Forms Tel field<\\/li>\\n<li>Tweak: Added currency format control for Price Table widget<\\/li>\\n<li>Tweak: Reduced API request for some servers<\\/li>\\n<li>Fix: Dropdown <code>border-radius<\\/code> in Nav Menu widget<\\/li>\\n<li>Fix: Price List widget layout breaks in edge cases<\\/li>\\n<li>Note: This version requires Elementor v2.0.6<\\/li>\\n<\\/ul>\\n<h4>1.15.6 - 2018-03-28<\\/h4>\\n<ul>\\n<li>Fix: Removed duplicate Custom CSS section (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3938\\\">#3938<\\/a>)<\\/li>\\n<li>Fix: <code>box-shadow<\\/code> issue with cards skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3940\\\">#3940<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.5 - 2018-03-27<\\/h4>\\n<ul>\\n<li>Fix: Added global widget compatibility for Elementor v2.0<\\/li>\\n<li>Fix: Reduced API request for some servers<\\/li>\\n<\\/ul>\\n<h4>1.15.4 - 2018-03-26<\\/h4>\\n<ul>\\n<li>Tweak: Allow brackets in phone field<\\/li>\\n<li>Tweak: Added compatibility with Yoast 7.0.+<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Support for multiple carousel setting in editor<\\/li>\\n<li>Fix: <code>on_export<\\/code> issue in forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3890\\\">#3890<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.3 - 2018-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Added unique class to field group div (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3595\\\">#3595<\\/a>)<\\/li>\\n<li>Fix: Screen Options missing when Pro is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3622\\\">#3622<\\/a>)<\\/li>\\n<li>Fix: Allow label styling even when <code>show labels<\\/code> is set hide (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3544\\\">#3544<\\/a>)<\\/li>\\n<li>Fix: Typography control not working in edge cases<\\/li>\\n<li>Fix: Safari compatibility for Search widget<\\/li>\\n<\\/ul>\\n<h4>1.15.2 - 2018-02-27<\\/h4>\\n<ul>\\n<li>Fix: Only add support mine-type if needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3543\\\">#3543<\\/a>)<\\/li>\\n<li>Fix: Better support for Old Typekit kits<\\/li>\\n<\\/ul>\\n<h4>1.15.1 - 2018-02-21<\\/h4>\\n<ul>\\n<li>Tweak: Custom font title placeholder is not <code>enter font family<\\/code><\\/li>\\n<li>Tweak: Custom font title set as required<\\/li>\\n<li>Fix: Custom font, <code>font-face<\\/code> enqueued only once if used in global (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3513\\\">#3513<\\/a>)<\\/li>\\n<li>Fix: Added workaround for upload validation which relies on a PHP extension (fileinfo) with inconsistent reporting behavior.<\\/li>\\n<\\/ul>\\n<h4>1.15.0 - 2018-02-19<\\/h4>\\n<ul>\\n<li>New: Added custom fonts manager for self hosted fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/852\\\">#852<\\/a>)<\\/li>\\n<li>New: Integration with Adobe TypeKit fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/631\\\">#631<\\/a>)<\\/li>\\n<li>Tweak: Clear menu from Nav Menu widget on template export<\\/li>\\n<li>Tweak: Allow zero for GetResponse integration as <code>day of cycle<\\/code><\\/li>\\n<\\/ul>\\n<h4>1.14.2 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Fix: Global widget content that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.14.1 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>none<\\/code> option to content animation in CTA widget<\\/li>\\n<li>Tweak: Added <code>form_id<\\/code> to ActiveCampaign integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3422\\\">#3422<\\/a>)<\\/li>\\n<li>Fix: Page crashed when Global widget not found.<\\/li>\\n<\\/ul>\\n<h4>1.14.0 - 2018-02-12<\\/h4>\\n<ul>\\n<li>New: Added Call to Action widget<\\/li>\\n<li>Tweak: MailPoet pull field mapping from MailPoet instead of hardcoded<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Allow zero (0) to be accepted as a field value<\\/li>\\n<li>Fix: Login form when custom login URL is set<\\/li>\\n<li>Fix: Added Day of cycle control to GetResponse integration<\\/li>\\n<\\/ul>\\n<h4>1.13.2 - 2018-01-23<\\/h4>\\n<ul>\\n<li>Tweak: Added placeholder to Password field<\\/li>\\n<li>Tweak: Removed <code>subscriber_already_exists_message<\\/code> control to prevent potential data leakage<\\/li>\\n<li>Fix: MailPoet Subscriber Already Exists error validation against translated string directly from MailPoet<\\/li>\\n<li>Fix: Changed <code>imagesLoaded()<\\/code> to Vanilla JS to avoid compatibility issues with some themes<\\/li>\\n<li>Fix: Only validate Tel field if not empty<\\/li>\\n<li>Fix: Stop slider while editing<\\/li>\\n<\\/ul>\\n<h4>1.13.1 - 2018-01-16<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with old PHP versions<\\/li>\\n<\\/ul>\\n<h4>1.13.0 - 2018-01-16<\\/h4>\\n<ul>\\n<li>New: Added File Upload field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1482\\\">#1482<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Acceptance field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1693\\\">#1693<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Date field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1868\\\">#1868<\\/a>)<\\/li>\\n<li>New: Added Time field for Forms widget<\\/li>\\n<li>New: Added Password field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2164\\\">#2164<\\/a>)<\\/li>\\n<li>New: Added HTML field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1500\\\">#1500<\\/a>)<\\/li>\\n<li>Tweak: Added characters validation for Tel field<\\/li>\\n<li>Tweak: Added min &amp; max validation for Number field<\\/li>\\n<li>Tweak: Added multiple selection for Select field<\\/li>\\n<li>Tweak: Added donReach integration for Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.12.3 - 2018-01-09<\\/h4>\\n<ul>\\n<li>Fix: Render element plain content instead of parsed content when not needed in global widget<\\/li>\\n<li>Fix: Apply <code>url-encoding<\\/code> to &quot;Tweet&quot; button text in Blockquote widget to prevent unexpected corruption of the tweet text<\\/li>\\n<li>Fix: Removed My Account link from dashboard widget<\\/li>\\n<\\/ul>\\n<h4>1.12.2 - 2018-01-03<\\/h4>\\n<ul>\\n<li>Tweak: Added animation none for Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2964\\\">#2964<\\/a>)<\\/li>\\n<li>Fix: Active license button style<\\/li>\\n<\\/ul>\\n<h4>1.12.1 - 2018-01-02<\\/h4>\\n<ul>\\n<li>Tweak: Removed theme-element widgets from plain content<\\/li>\\n<li>Tweak: Set all theme-element widgets to extend same widget Base<\\/li>\\n<li>Tweak: Removed credit URL in forms meta data<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.9<\\/li>\\n<li>Fix: Validate Get response Error as real error<\\/li>\\n<li>Fix: Removed responsive height control from Facebook Page widget<\\/li>\\n<\\/ul>\\n<h4>1.12.0 - 2017-12-20<\\/h4>\\n<ul>\\n<li>New: Added Drip integration to Forms<\\/li>\\n<li>New: Added ActiveCampaign integration to Forms<\\/li>\\n<li>New: Added ConverKit integration to Forms<\\/li>\\n<li>New: Added GetResponse integration to Forms<\\/li>\\n<li>New: Added form <code>id<\\/code>, <code>name<\\/code> attributes to handle integration with auto collectors like HubSpot<\\/li>\\n<li>New: Added Global API key for MailChimp to improve the workflow<\\/li>\\n<li>Tweak: Better error handling and message display for Forms<\\/li>\\n<li>Fix: PHP notice Undefined variable <code>$cc_header<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2934\\\">#2934<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.11.0 - 2017-12-11<\\/h4>\\n<ul>\\n<li>New: Added a native Comments widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Added an Author Box widget<\\/li>\\n<li>New: Added a Post Navigation widget<\\/li>\\n<li>New: Added a Yoast Breadcrumbs widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2749\\\">#2749<\\/a>)<\\/li>\\n<li>Tweak: Added a close button to search widget under Full Screen skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2762\\\">#2762<\\/a>)<\\/li>\\n<li>Fix: Allow currency symbol to appear even if price isn\'t numeric<\\/li>\\n<li>Fix: Edge cases when the nav menu is empty in a stretched section<\\/li>\\n<li>Fix: Added fallback when you remove the <code>space-between<\\/code> on Swiper carousel<\\/li>\\n<\\/ul>\\n<h4>1.10.2 - 2017-12-03<\\/h4>\\n<ul>\\n<li>Fix: Missing save widget icon (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2878\\\">#2878<\\/a>)<\\/li>\\n<li>Fix: Global widgets not saving edits (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2874\\\">#2874<\\/a>)<\\/li>\\n<li>Fix: Removed <code>white-space: nowrap;<\\/code> property from vertical menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2815\\\">#2815<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.10.1 - 2017-11-30<\\/h4>\\n<ul>\\n<li>Tweak: Added default value for search form<\\/li>\\n<li>Tweak: Order template list A-Z in the library widget<\\/li>\\n<li>Tweak: get_users\\/authors query is now done using AJAX only, for better performance in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2865\\\">#2865<\\/a>)<\\/li>\\n<li>Fix: When adding <code>.00<\\/code> it is not displayed on the front<\\/li>\\n<li>Fix: Make sure space between is numeric for carousel control<\\/li>\\n<li>Fix: Added space for radio &amp; checkbox fields in form widget<\\/li>\\n<\\/ul>\\n<h4>1.10.0 - 2017-11-15<\\/h4>\\n<ul>\\n<li>New: Added native Search form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2576\\\">#2576<\\/a>)<\\/li>\\n<li>Tweak: Added Slides To Scroll &amp; Loop controls to Media Carousel and Testimonials widgets<\\/li>\\n<li>Tweak: Added Inline editing to Blockquote widget<\\/li>\\n<li>Fix: Animated Headline color bug (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2516\\\">#2516<\\/a>)<\\/li>\\n<li>Fix: Animated Headline with Rotating skin<\\/li>\\n<li>Fix: RTL fix for Animated Headline widget in \'typing\' and \'clip\' animations<\\/li>\\n<li>Fix: Empty menu cause jQuery to crash in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2662\\\">#2662<\\/a>)<\\/li>\\n<li>Fix: Custom CSS gone after reloading the editor<\\/li>\\n<\\/ul>\\n<h4>1.9.5 - 2017-10-27<\\/h4>\\n<ul>\\n<li>Fix: Broken Global widget with JS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2639\\\">#2639<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.9.4 - 2017-10-24<\\/h4>\\n<ul>\\n<li>Tweak: Improved UI for notices and license page<\\/li>\\n<li>Fix: Update system conflict with other EDD plugins<\\/li>\\n<li>Fix: WooCommerce frontend hooks on Elementor editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2577\\\">#2577<\\/a>)<\\/li>\\n<li>Fix: Removed default border left in Nav Menu dropdown CSS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2496\\\">#2496<\\/a>)<\\/li>\\n<li>Fix: Increased submenu max-width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2558\\\">#2558<\\/a>)<\\/li>\\n<li>Fix: Save global templates without their defaults<\\/li>\\n<li>Fix: Horizontal scrolling issue with posts grid<\\/li>\\n<\\/ul>\\n<h4>1.9.3 - 2017-10-03<\\/h4>\\n<ul>\\n<li>Fix: Condition slide style that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.9.2 - 2017-10-02<\\/h4>\\n<ul>\\n<li>New: Added integration with MailPoet 3 for Forms actions<\\/li>\\n<li>Fix: Removed height control from Testimonial carousel in mobile editing mode<\\/li>\\n<li>Fix: Removed bottom padding when there\'s no pagination in Testimonial carousel<\\/li>\\n<li>Fix: Added condition for slides style section in skin bubble mode<\\/li>\\n<li>Fix: Slides per view control for mobile editing in Testimonial carousel<\\/li>\\n<li>Fix: Navigation Arrows icons matched with common Elementor Navigation Arrows<\\/li>\\n<\\/ul>\\n<h4>1.9.1 - 2017-09-28<\\/h4>\\n<ul>\\n<li>Fix: Slides per view for slideshow carousel<\\/li>\\n<li>Fix: Final polish for the new Testimonial Carousel widget<\\/li>\\n<li>Fix: Don\'t play video if slide type is not video<\\/li>\\n<li>Fix: Removed slides style section condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2497\\\">#2497<\\/a>)<\\/li>\\n<li>Fix: Set cursor as pointer for slideshow thumbnails<\\/li>\\n<\\/ul>\\n<h4>1.9.0 - 2017-09-26<\\/h4>\\n<ul>\\n<li>New: Added Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/216\\\">#216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/347\\\">#347<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2209\\\">#2209<\\/a>)<\\/li>\\n<li>New: Added Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/715\\\">#715<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.3 - 2017-09-24<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility for WordPress 4.8.2 &amp; 4.7.6<\\/li>\\n<li>Fix: Remove slashes from Form sent data<\\/li>\\n<\\/ul>\\n<h4>1.8.2 - 2017-09-19<\\/h4>\\n<ul>\\n<li>Tweak: Added target URL for the tweet message in Blockquote widget<\\/li>\\n<li>Tweak: Render the slide height before the slider is finished loading<\\/li>\\n<li>Fix: Space between words for Animated Headline widget<\\/li>\\n<li>Fix: RTL compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Italic font style for Animated Headline widget<\\/li>\\n<li>Fix: Excluded Menu widget from the WP Editor text rendering<\\/li>\\n<\\/ul>\\n<h4>1.8.1 - 2017-09-18<\\/h4>\\n<ul>\\n<li>Fix: WCAG Compatible &quot;required&quot; field attribute for W3C validation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2391\\\">#2391<\\/a>)<\\/li>\\n<li>Fix: Print the main menu only when is necessary in Menu widget<\\/li>\\n<li>Fix: Use CSS media query instead of JS to hide items in Menu widget to avoid flickering on page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2381\\\">#2381<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.0 - 2017-09-12<\\/h4>\\n<ul>\\n<li>New: Added Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1406\\\">#1406<\\/a>)<\\/li>\\n<li>Fix: Field ID for checkbox control in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2279\\\">#2279<\\/a>)<\\/li>\\n<li>Fix: Style for Blockquote widget included<\\/li>\\n<\\/ul>\\n<h4>1.7.2 - 2017-09-07<\\/h4>\\n<ul>\\n<li>Tweak: Loading Facebook SDK via JS for better compatibility with caching plugins<\\/li>\\n<li>Fix: Responsive Embed Facebook post widget for Safari iOS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2340\\\">#2340<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.7.1 - 2017-09-05<\\/h4>\\n<ul>\\n<li>Fix: Facebook SDK version<\\/li>\\n<\\/ul>\\n<h4>1.7.0 - 2017-09-05<\\/h4>\\n<ul>\\n<li>New: Added Facebook Button widget for Like, Recommend, Share and Follow<\\/li>\\n<li>New: Added Facebook Embed widget for Post, Video and Comment<\\/li>\\n<li>New: Added Facebook Comments widget<\\/li>\\n<li>New: Added Facebook Page widget (Previously known as Like Box)<\\/li>\\n<li>New: Added Blockquote widget with Tweet button<\\/li>\\n<li>Tweak: Added Facebook SDK integration for all Facebook widgets<\\/li>\\n<li>Fix: Animated headline rotating with long words<\\/li>\\n<\\/ul>\\n<h4>1.6.1 - 2017-08-28<\\/h4>\\n<ul>\\n<li>Fix: Animated Headline marker gets in front of neighboring spans even when &quot;Bring to Front&quot; is not set<\\/li>\\n<li>Fix: Stroke animation in Animated Headline for MS Edge browser<\\/li>\\n<li>Fix: Animated headline with more than 1-word per rotation<\\/li>\\n<li>Fix: Animated Headline in two lines<\\/li>\\n<li>Fix: Some errors in Global widget<\\/li>\\n<\\/ul>\\n<h4>1.6.0 - 2017-08-22<\\/h4>\\n<ul>\\n<li>New: Added Animated Headline widget<\\/li>\\n<li>New: Added Hidden field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2038\\\">#2038<\\/a>)<\\/li>\\n<li>Tweak: Added notice to update Elementor to v1.6.5 or higher<\\/li>\\n<li>Fix: CSS Animations names no longer minified, in order to prevent unexpected conflicts<\\/li>\\n<\\/ul>\\n<h4>1.5.9 - 2017-08-16<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.7<\\/li>\\n<li>Fix: Portfolio compatibility for GeneratePress theme<\\/li>\\n<li>Fix: Portfolio filter compatibility for RTL<\\/li>\\n<li>Fix: Pagination apply for all posts widget in the page<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.8 - 2017-07-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.6<\\/li>\\n<li>Fix: Improved backward compatibility for query control rename<\\/li>\\n<\\/ul>\\n<h4>1.5.7 - 2017-07-24<\\/h4>\\n<ul>\\n<li>Tweak: Moved JS render of reCAPTCHA to a separate file<\\/li>\\n<li>Tweak: Display the label in the reCAPTCHA field for better experience<\\/li>\\n<li>Tweak: Rename <code>panel-posts-control<\\/code> to <code>query-control<\\/code> and added fallback support<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor with history feature<\\/li>\\n<li>Fix: reCAPTCHA preview on the editor<\\/li>\\n<li>Fix: Manual selection (query control) has stopped working after saving (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2000\\\">#2000<\\/a>)<\\/li>\\n<li>Fix: Added condition for icon size control in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.5.6 - 2017-07-12<\\/h4>\\n<ul>\\n<li>Fix: Query Control correction for taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1963\\\">#1963<\\/a>)<\\/li>\\n<li>Fix: Custom CSS override scheme color in the editor<\\/li>\\n<li>Fix: Added order by Menu Order for Query Control in WC widget<\\/li>\\n<li>Fix: Glitch with Flip Box background overlay<\\/li>\\n<\\/ul>\\n<h4>1.5.5 - 2017-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Moved reCAPTCHA render to handler &amp; load only if a form is exist<\\/li>\\n<li>Fix: MailChimp integration: Default number of items returned by API increased to 999<\\/li>\\n<li>Fix: MailChimp integration: Refresh the groups list if API is changed<\\/li>\\n<li>Fix: Sorted items in filter bar by A-Z<\\/li>\\n<li>Fix: Editor glitch with Elementor v1.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1927\\\">#1927<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.5.4 - 2017-06-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved compatibility for Elementor v1.5<\\/li>\\n<li>Fix: URL default for Add To Cart widget<\\/li>\\n<li>Fix: Allowed <code>date<\\/code> and <code>birthday<\\/code> fields as text for MailChimp integration<\\/li>\\n<\\/ul>\\n<h4>1.5.3 - 2017-06-19<\\/h4>\\n<ul>\\n<li>Tweak: Make flip-box height responsive control<\\/li>\\n<li>Fix: Facebook share count now gets retrieved by Elementor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1829\\\">#1829<\\/a>)<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.2 - 2017-06-13<\\/h4>\\n<ul>\\n<li>Fix: Custom CSS panel location compatibility for the old versions<\\/li>\\n<\\/ul>\\n<h4>1.5.1 - 2017-06-12<\\/h4>\\n<ul>\\n<li>Fix: MailChimp update existing user registration<\\/li>\\n<li>Fix: Global widget with JS in the editor mode<\\/li>\\n<li>Fix: Label section condition in Login widget<\\/li>\\n<li>Fix: Changes to unlinked global widget do not appear in the editor<\\/li>\\n<\\/ul>\\n<h4>1.5.0 - 2017-05-23<\\/h4>\\n<ul>\\n<li>New: Added Cards, a new skin for Posts widget<\\/li>\\n<li>New: Added Exclude option to post query control group<\\/li>\\n<li>Tweak: Added <code>post_class()<\\/code> for each post in the loop<\\/li>\\n<li>Tweak: Added <code>.elementor-posts-masonry<\\/code> class when Masonry layout is enabled<\\/li>\\n<li>Tweak: Added compatibility for the next release of Elementor v1.5.0<\\/li>\\n<li>Tweak: CSS <code>autoprefixer<\\/code> now supports last 5 versions of browsers<\\/li>\\n<li>Tweak: Added <code>imageLoaded<\\/code> library for Posts &amp; Portfolio widgets<\\/li>\\n<\\/ul>\\n<h4>1.4.4 - 2017-05-18<\\/h4>\\n<ul>\\n<li>Fix: Force Mailchimp API to return all lists and not just 10 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1683\\\">#1683<\\/a>)<\\/li>\\n<li>Fix: Added <code>.elementor-form<\\/code> class to Login form to fix style glitch<\\/li>\\n<\\/ul>\\n<h4>1.4.3 - 2017-05-14<\\/h4>\\n<ul>\\n<li>Tweak: Added Redirect After Login option to Login widget<\\/li>\\n<li>Tweak: Stay in the current page after logout in Login widget<\\/li>\\n<li>Tweak: Preparation for Elementor settings tabs in future version<\\/li>\\n<li>Fix: Pinterest in Share Buttons widget now sharing the URL alone<\\/li>\\n<li>Fix: Bug with <code>active<\\/code> class in portfolio filter item<\\/li>\\n<li>Fix: Higher specific list-style-type <code>none<\\/code> for filter items to override some theme style<\\/li>\\n<\\/ul>\\n<h4>1.4.2 - 2017-05-06<\\/h4>\\n<ul>\\n<li>Fix: Temporary patch for form field shortcode in some servers<\\/li>\\n<\\/ul>\\n<h4>1.4.1 - 2017-05-03<\\/h4>\\n<ul>\\n<li>Fix: Bug with custom success message in form widget<\\/li>\\n<li>Fix: Bug with meta data in email action<\\/li>\\n<\\/ul>\\n<h4>1.4.0 - 2017-05-03<\\/h4>\\n<ul>\\n<li>New: Forms: integration with MailChimp<\\/li>\\n<li>New: Forms: integration with MailPoet<\\/li>\\n<li>New: Forms: Added Email 2 action for email confirmation<\\/li>\\n<li>New: Forms: Added shortcodes for fields<\\/li>\\n<li>New: Forms: Added custom ID for fields<\\/li>\\n<li>New: Forms: Added option to edit email HTML template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>New: Added Login widget<\\/li>\\n<li>Tweak: Move <code>send_html<\\/code> control to <code>email_content_type<\\/code><\\/li>\\n<li>Fix: Email still sent even if validation failed in form widget<\\/li>\\n<\\/ul>\\n<h4>1.3.2 - 2017-05-01<\\/h4>\\n<ul>\\n<li>New: Added action <code>elementor_pro\\/init<\\/code> for better integration with Elementor Pro<\\/li>\\n<li>Fix: Posts without featured image in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1234\\\">#1234<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1382\\\">#1382<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA &amp; Honeypot fields with new method<\\/li>\\n<li>Fix: Added border width control in Share Buttons to avoid a glitch on Chrome browser<\\/li>\\n<li>Fix: Border radius glitch on hover in Share Buttons<\\/li>\\n<\\/ul>\\n<h4>1.3.1 - 2017-04-25<\\/h4>\\n<ul>\\n<li>Fix: Conflict update with revision history module<\\/li>\\n<\\/ul>\\n<h4>1.3.0 - 2017-04-25<\\/h4>\\n<ul>\\n<li>New: Added Share Buttons widget (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/social-sharing-buttons-is-it-possible\\/\\\">Topic<\\/a>)<\\/li>\\n<li>New: Added Custom CSS for Page Settings<\\/li>\\n<li>New: Added Masonry layout for Portfolio widget<\\/li>\\n<li>New: Added Cc &amp; Bcc options to email action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1181\\\">#1181<\\/a>)<\\/li>\\n<li>New: Introduced <code>ElementorProModulesFormsClassesAction_Base<\\/code> class for better 3rd party integration for forms<\\/li>\\n<li>Tweak: Debugger module now also shows errors from Pro<\\/li>\\n<li>Tweak: Added options for Elementor Library<\\/li>\\n<li>Tweak: New base posts module for optimized performance<\\/li>\\n<li>Tweak: Adjusting Posts \\/ Portfolio to the new structure<\\/li>\\n<li>Fix: Export for posts \\/ portfolio<\\/li>\\n<li>Fix: Duplicate repeater field with switcher control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1442\\\">#1442<\\/a>)<\\/li>\\n<li>Fix: Post per Page in the query control<\\/li>\\n<li>Fix: Metadata does not come through on form emails (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1566\\\">#1566<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.2.6 - 2017-04-19<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with WooCommerce 3.0 - Products &amp; Add to Cart widgets<\\/li>\\n<\\/ul>\\n<h4>1.2.5 - 2017-04-18<\\/h4>\\n<ul>\\n<li>Fix: Offset query for posts widgets (Posts, Portfolio and Products)<\\/li>\\n<\\/ul>\\n<h4>1.2.4 - 2017-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added Indian Rupee sign to Price Table widget<\\/li>\\n<li>Fix: Portfolio grid for IE11<\\/li>\\n<li>Fix: Link target blank in Price List widget<\\/li>\\n<li>Fix: Active item for filter bar in Portfolio widget<\\/li>\\n<\\/ul>\\n<h4>1.2.3 - 2017-03-06<\\/h4>\\n<ul>\\n<li>Tweak: Fully compatible with Elementor v1.3.0<\\/li>\\n<li>Tweak: Added trigger for after form submission in Forms widget<\\/li>\\n<li>Tweak: Changed handle name in reCAPTCHA field to avoid conflict with other contact forms<\\/li>\\n<li>Fix: Portfolio filter syntax in Non-Latin languages<\\/li>\\n<li>Fix: Added <code>no-repeat<\\/code> property for slide with <code>background-size:contain<\\/code><\\/li>\\n<li>Fix: Condition control &amp; Import value in Posts widgets<\\/li>\\n<li>Fix: Offset and Pagination in WordPress (<a href=\\\"https:\\/\\/codex.wordpress.org\\/Making_Custom_Queries_using_Offset_and_Pagination\\\">More Info<\\/a>)<\\/li>\\n<li>Fix: Submit handler bubbling for custom events in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.2.2 - 2017-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Change name from Side A\\/B to Front and Back in Flip Box widget<\\/li>\\n<li>Fix: Error when saving third party widgets in the global widget<\\/li>\\n<li>Fix: Image position &quot;none&quot; remains visible in editor preview (Posts)<\\/li>\\n<li>Fix: Hide the pagination when there are no links<\\/li>\\n<\\/ul>\\n<h4>1.2.1 - 2017-02-21<\\/h4>\\n<ul>\\n<li>Fix: Firefox Flip Box 3D compatibility<\\/li>\\n<\\/ul>\\n<h4>1.2.0 - 2017-02-21<\\/h4>\\n<ul>\\n<li>New: Added Flip Box widget<\\/li>\\n<li>New: Added Ken Burns effect for slides<\\/li>\\n<li>New: Added Masonry layout for Posts widget<\\/li>\\n<li>New: Added Pagination option for Posts widget<\\/li>\\n<li>Tweak: Added background size contain to slides<\\/li>\\n<li>Tweak: Improve Query control by preload items<\\/li>\\n<li>Fix: Text color for Checkbox and Radio fields<\\/li>\\n<\\/ul>\\n<h4>1.1.2 - 2017-02-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>aria-required<\\/code> for better accessibility in forms widget<\\/li>\\n<li>Fix: Conflict Call to <code>undefined<\\/code> method in Posts &amp; Portfolio widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1271\\\">#1271<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1266\\\">#1266<\\/a>)<\\/li>\\n<li>Fix: Submit button HTML after error sending<\\/li>\\n<li>Fix: Success message for <code>skip_email<\\/code> function<\\/li>\\n<li>Notice: Elementor 1.2.0 or later now required<\\/li>\\n<\\/ul>\\n<h4>1.1.1 - 2017-01-24<\\/h4>\\n<ul>\\n<li>Fix: Can\'t save global widgets when <code>WP_DEBUG<\\/code> is <code>true<\\/code><\\/li>\\n<li>Fix: Undefined variable in WC widgets<\\/li>\\n<li>Fix: Removed duplicate strings<\\/li>\\n<\\/ul>\\n<h4>1.1.0 - 2017-01-24<\\/h4>\\n<ul>\\n<li>New: Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/102\\\">#102<\\/a>)<\\/li>\\n<li>New: WooCommerce Add to Cart widget<\\/li>\\n<li>New: WooCommerce Categories widget<\\/li>\\n<li>New: WooCommerce Elements widget<\\/li>\\n<li>New: Honeypot field for Forms widgets<\\/li>\\n<li>Tweak: Added inline options for taxonomies &amp; authors if is less than 15 items<\\/li>\\n<li>Tweak: Added Required Mark for fields in Forms widget<\\/li>\\n<li>Fix: CSS selectors priority in Slides widget<\\/li>\\n<li>Fix: CSS bug in Price List widget<\\/li>\\n<li>Fix: Update all Post CSS files that includes specific Global Widget<\\/li>\\n<\\/ul>\\n<h4>1.0.9 - 2017-01-18<\\/h4>\\n<ul>\\n<li>Fix: Auto complete bug in query controls<\\/li>\\n<li>Fix: Render template with escaping slashes<\\/li>\\n<li>Fix: Reply-to field in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.0.8 - 2017-01-11<\\/h4>\\n<ul>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Removed go pro link from plugins page in admin<\\/li>\\n<\\/ul>\\n<h4>1.0.7 - 2017-01-05<\\/h4>\\n<ul>\\n<li>Tweak: Added filter by featured \\/ sale for WC Products widget<\\/li>\\n<li>Tweak: Added author control in Portfolio widget<\\/li>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Added support for empty image ratio<\\/li>\\n<li>Fix: Avoid nesting a sidebar within a template that will appear in the sidebar itself<\\/li>\\n<\\/ul>\\n<h4>1.0.6 - 2017-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Added Auto-updates for local translation files<\\/li>\\n<li>Fix: Custom CSS for Global widgets<\\/li>\\n<li>Fix: Remove <code>nonce<\\/code> field (Fix some cache plugins)<\\/li>\\n<\\/ul>\\n<h4>1.0.5 - 2016-12-27<\\/h4>\\n<ul>\\n<li>Fix: Slide element bug fix - \'Link apply on\' logic<\\/li>\\n<li>Fix: Removed unique wrapper for Custom CSS in order to allow media queries (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1086\\\">#1086<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.0.4 - 2016-12-21<\\/h4>\\n<ul>\\n<li>Tweak: Mobile Editing for fields in the form widget<\\/li>\\n<li>Tweak: Mobile Editing for posts<\\/li>\\n<li>Tweak: Allow send form as HTML<\\/li>\\n<li>Tweak: Improved auto upgrades for Multisite installation<\\/li>\\n<li>Tweak: Improve editor rendering experience for Portfolio widget<\\/li>\\n<li>Fix: Posts widget check if image exist<\\/li>\\n<li>Fix: Changed the clone method for global widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1042\\\">#1042<\\/a>)<\\/li>\\n<li>Fix: Bug slides in RTL (removed direction control)<\\/li>\\n<li>Fix: Slides with no height jumps when changing slides<\\/li>\\n<\\/ul>\\n<h4>1.0.3 - 2016-12-13<\\/h4>\\n<ul>\\n<li>Fix: Added escape placeholder for HTML Entities in form widget<\\/li>\\n<li>Fix: Countdown widget RTL bug<\\/li>\\n<li>Fix: Remove redundant #elementor selector for control style<\\/li>\\n<li>Fix: Added prefixing with \'0\' for one digit number in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>1.0.2 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: Page layout collapses when inserting reCAPTCHA field in Form<\\/li>\\n<\\/ul>\\n<h4>1.0.1 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: WordPress widgets disappear from Editor when Elementor Pro active<\\/li>\\n<\\/ul>\\n<h4>1.0.0 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Initial release<\\/li>\\n<\\/ul>\\\";}\",\"new_version\":\"3.35.1\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.9.1\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiYWN0aXZhdGVkIiwidXJsIjoiaHR0cHM6Ly9hY3RpdmVyZWFkaW5nLnh5eiIsImRvd25sb2FkX2JldGEiOmZhbHNlLCJmaWxlX2tleSI6IjEiLCJpYXQiOjE3NzA5MDk4ODMsImV4cCI6MTc3MDk5NjI4M30.jEfaXDLtkuQqdjuj4L_KEpLhht_vxC0Ov3n4WU96Rb4\\/package_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiYWN0aXZhdGVkIiwidXJsIjoiaHR0cHM6Ly9hY3RpdmVyZWFkaW5nLnh5eiIsImRvd25sb2FkX2JldGEiOmZhbHNlLCJmaWxlX2tleSI6IjEiLCJpYXQiOjE3NzA5MDk4ODMsImV4cCI6MTc3MDk5NjI4M30.jEfaXDLtkuQqdjuj4L_KEpLhht_vxC0Ov3n4WU96Rb4\\/package_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg\"},\"canary_deployment\":{\"plugin_info\":{\"new_version\":\"3.7.0\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.9.1\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiYWN0aXZhdGVkIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly9hY3RpdmVyZWFkaW5nLnh5eiIsImlhdCI6MTc3MDkwOTg4MywiZXhwIjoxNzcwOTk2MjgzfQ.lyG1Wp4S34PMM9rvWaWfhSU1QsXbNe8Fc2PaVtw0AME\\/previous_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiYWN0aXZhdGVkIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly9hY3RpdmVyZWFkaW5nLnh5eiIsImlhdCI6MTc3MDkwOTg4MywiZXhwIjoxNzcwOTk2MjgzfQ.lyG1Wp4S34PMM9rvWaWfhSU1QsXbNe8Fc2PaVtw0AME\\/previous_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg\"}},\"conditions\":[[{\"type\":\"language\",\"languages\":[\"he_IL\",\"nl_NL\",\"en_GB\",\"en_NZ\",\"en_ZA\",\"en_AU\",\"en_CA\",\"sv_SE\",\"da_DK\",\"fr_FR\",\"nl_NL\",\"nb_NO\",\"de_AT\",\"fi\",\"it_IT\",\"nn_NO\",\"de_CH\",\"en_GB\",\"is_IS\",\"ga\",\"fr_BE\",\"nl_BE\",\"ast\",\"lb_LU\",\"es_ES\",\"pt_PT\",\"mlt\"],\"operator\":\"in\"}]]},\"cloud\":false}\";}', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(383856, 'updraftplus_version', '1.26.1', 'on'),
(383858, 'updraft_lastmessage', 'The backup succeeded and is now complete (فوریه 12 19:13:02)', 'on'),
(383859, 'updraft_updraftvault', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-7633f6db5f92be8621341026946f69dd\";a:3:{s:5:\"token\";s:0:\"\";s:5:\"email\";s:0:\"\";s:5:\"quota\";i:-1;}}}', 'on'),
(383860, 'updraft_dropbox', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-01f0ad6713581fd6ced32792a0491a61\";a:4:{s:6:\"appkey\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:6:\"folder\";s:0:\"\";s:15:\"tk_access_token\";s:0:\"\";}}}', 'on'),
(383861, 'updraft_s3', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-0e9c100ed52b31ac68bff5f8c5f71e7b\";a:5:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";s:3:\"rrs\";s:0:\"\";s:22:\"server_side_encryption\";s:0:\"\";}}}', 'on'),
(383862, 'updraft_cloudfiles', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-f91ed1faa1d9e27f6e60cfb67fad3582\";a:5:{s:4:\"user\";s:0:\"\";s:7:\"authurl\";s:35:\"https://auth.api.rackspacecloud.com\";s:6:\"apikey\";s:0:\"\";s:4:\"path\";s:0:\"\";s:6:\"region\";N;}}}', 'on'),
(383863, 'updraft_googledrive', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-1d6be101065ada4e3b837c228a72ab1f\";a:3:{s:8:\"clientid\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:5:\"token\";s:0:\"\";}}}', 'on'),
(383864, 'updraft_onedrive', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-e0c09bc67c896b979e156d9e1e3f1326\";a:0:{}}}', 'on'),
(383865, 'updraft_ftp', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-bfc6121e716de1ebbc55dfbbbb0eb107\";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\";i:1;}}}', 'on'),
(383866, 'updraft_azure', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-8ab4b07e58ced585e5f7a9bf5b0b96ed\";a:0:{}}}', 'on'),
(383867, 'updraft_sftp', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-5e76b85394a8ea8849473d7d718c589a\";a:0:{}}}', 'on'),
(383868, 'updraft_googlecloud', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-7c58119f5a8d7e73a8aff7c90b258384\";a:0:{}}}', 'on'),
(383869, 'updraft_backblaze', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-f85ae933393539d11aedbbc4b6465f2b\";a:0:{}}}', 'on'),
(383870, 'updraft_webdav', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-f335a5de59d12b58d18f1d6a8a05803b\";a:0:{}}}', 'on'),
(383871, 'updraft_s3generic', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-db4618730f871de3f0d5b69bb4eee9c7\";a:4:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";s:8:\"endpoint\";s:0:\"\";}}}', 'on'),
(383872, 'updraft_pcloud', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-0af4b76de71fb7bc5b096d5187ae3949\";a:0:{}}}', 'on'),
(383873, 'updraft_openstack', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-a5e9e8e2d09f711ac27529f6e05dca1b\";a:6:{s:4:\"user\";s:0:\"\";s:7:\"authurl\";s:0:\"\";s:8:\"password\";s:0:\"\";s:6:\"tenant\";s:0:\"\";s:4:\"path\";s:0:\"\";s:6:\"region\";s:0:\"\";}}}', 'on'),
(383874, 'updraft_dreamobjects', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-cd4457b42866a525bfdea5c8c15ef1e3\";a:3:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";}}}', 'on'),
(383875, 'updraftplus-addons_siteid', '3ce1b8e3925315ee415989964ffa3742', 'off'),
(383878, 'updraftplus_tour_cancelled_on', 'backup_now', 'on'),
(383880, 'updraftplus_unlocked_fd', '1', 'no'),
(383881, 'updraftplus_last_lock_time_fd', '2026-02-12 15:33:05', 'no'),
(383882, 'updraftplus_semaphore_fd', '0', 'no'),
(383883, 'updraft_last_scheduled_fd', '1770910385', 'auto'),
(383890, 'updraft_backup_history', 'a:1:{i:1770910385;a:19:{s:7:\"plugins\";a:1:{i:0;s:61:\"backup_2026-02-12-1903__active_2_pdf_03bede82151c-plugins.zip\";}s:12:\"plugins-size\";i:53636089;s:6:\"themes\";a:1:{i:0;s:60:\"backup_2026-02-12-1903__active_2_pdf_03bede82151c-themes.zip\";}s:11:\"themes-size\";i:25549272;s:7:\"uploads\";a:1:{i:0;s:61:\"backup_2026-02-12-1903__active_2_pdf_03bede82151c-uploads.zip\";}s:12:\"uploads-size\";i:43089360;s:6:\"others\";a:1:{i:0;s:60:\"backup_2026-02-12-1903__active_2_pdf_03bede82151c-others.zip\";}s:11:\"others-size\";i:9102579;s:2:\"db\";s:55:\"backup_2026-02-12-1903__active_2_pdf_03bede82151c-db.gz\";s:7:\"db-size\";i:2497993;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"934269f7824a452462b2285f34622411ab3a8b9c\";s:7:\"themes0\";s:40:\"793f242c6a1c66b2d169a3a21bc0f5982f58ce3c\";s:8:\"uploads0\";s:40:\"3c4848984d6527b3604b464e90e5e2b938bbb03c\";s:7:\"others0\";s:40:\"4bc888e1d2733c09934bceb782c341e8ae08f8b2\";s:3:\"db0\";s:40:\"19814d6e74127c9a1661bb8fdef0c2a37c46023b\";}s:6:\"sha256\";a:5:{s:8:\"plugins0\";s:64:\"75f41859f6d73da617e863aa26dc11c8becf643e578d38ff4d067e83d3b10c39\";s:7:\"themes0\";s:64:\"867851690c64a16799cb12358b459467624647eb1d3040595f679fbffb139cd6\";s:8:\"uploads0\";s:64:\"92b4c0fe67f7dca5506a591b58ed548b2ade1f7eb09beb3b7201573b3f5c4a75\";s:7:\"others0\";s:64:\"511cd168a601dd1b948c31757ea48906639cb5015ec261a64d62722f7a590fa8\";s:3:\"db0\";s:64:\"9f6b3a5e779ad1afea32475fe87901f84a6d688ec49b684852aca0e022098321\";}}s:5:\"nonce\";s:12:\"03bede82151c\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:1;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1770910385;s:6:\"themes\";i:1770910799;s:7:\"uploads\";i:1770910847;s:6:\"others\";i:1770910958;}s:18:\"created_by_version\";s:6:\"1.26.1\";s:21:\"last_saved_by_version\";s:6:\"1.26.1\";s:12:\"is_multisite\";b:0;}}', 'off'),
(383893, 'updraft_last_backup', 'a:6:{s:26:\"nonincremental_backup_time\";i:1770910385;s:11:\"backup_time\";i:1770910385;s:12:\"backup_array\";a:11:{s:7:\"plugins\";a:1:{i:0;s:61:\"backup_2026-02-12-1903__active_2_pdf_03bede82151c-plugins.zip\";}s:12:\"plugins-size\";i:53636089;s:6:\"themes\";a:1:{i:0;s:60:\"backup_2026-02-12-1903__active_2_pdf_03bede82151c-themes.zip\";}s:11:\"themes-size\";i:25549272;s:7:\"uploads\";a:1:{i:0;s:61:\"backup_2026-02-12-1903__active_2_pdf_03bede82151c-uploads.zip\";}s:12:\"uploads-size\";i:43089360;s:6:\"others\";a:1:{i:0;s:60:\"backup_2026-02-12-1903__active_2_pdf_03bede82151c-others.zip\";}s:11:\"others-size\";i:9102579;s:2:\"db\";s:55:\"backup_2026-02-12-1903__active_2_pdf_03bede82151c-db.gz\";s:7:\"db-size\";i:2497993;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"934269f7824a452462b2285f34622411ab3a8b9c\";s:7:\"themes0\";s:40:\"793f242c6a1c66b2d169a3a21bc0f5982f58ce3c\";s:8:\"uploads0\";s:40:\"3c4848984d6527b3604b464e90e5e2b938bbb03c\";s:7:\"others0\";s:40:\"4bc888e1d2733c09934bceb782c341e8ae08f8b2\";s:3:\"db0\";s:40:\"19814d6e74127c9a1661bb8fdef0c2a37c46023b\";}s:6:\"sha256\";a:5:{s:8:\"plugins0\";s:64:\"75f41859f6d73da617e863aa26dc11c8becf643e578d38ff4d067e83d3b10c39\";s:7:\"themes0\";s:64:\"867851690c64a16799cb12358b459467624647eb1d3040595f679fbffb139cd6\";s:8:\"uploads0\";s:64:\"92b4c0fe67f7dca5506a591b58ed548b2ade1f7eb09beb3b7201573b3f5c4a75\";s:7:\"others0\";s:64:\"511cd168a601dd1b948c31757ea48906639cb5015ec261a64d62722f7a590fa8\";s:3:\"db0\";s:64:\"9f6b3a5e779ad1afea32475fe87901f84a6d688ec49b684852aca0e022098321\";}}}s:7:\"success\";i:1;s:6:\"errors\";a:0:{}s:12:\"backup_nonce\";s:12:\"03bede82151c\";}', 'on'),
(390302, '_transient_rocket_database_optimization_process_complete', 'a:3:{s:22:\"database_spam_comments\";i:1;s:23:\"database_all_transients\";i:31;s:24:\"database_optimize_tables\";i:12;}', 'on'),
(390759, '_transient_timeout_RCU_HS_TRANSIENT', '1771858907', 'off'),
(390593, '_transient_timeout_wp_rocket_pricing', '1771863766', 'off'),
(390594, '_transient_wp_rocket_pricing', 'O:8:\"stdClass\":3:{s:8:\"licenses\";O:8:\"stdClass\":7:{s:6:\"single\";O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Single\";s:6:\"prices\";O:8:\"stdClass\":3:{s:7:\"regular\";i:59;s:4:\"sale\";d:35.39999999999999857891452847979962825775146484375;s:7:\"renewal\";O:8:\"stdClass\":4:{s:14:\"is_grandfather\";d:47.2000000000000028421709430404007434844970703125;s:14:\"is_grandmother\";i:59;s:15:\"not_grandfather\";i:59;s:10:\"is_expired\";i:59;}}s:8:\"websites\";i:1;}s:4:\"plus\";O:8:\"stdClass\":3:{s:4:\"name\";s:4:\"Plus\";s:6:\"prices\";O:8:\"stdClass\":4:{s:11:\"from_single\";O:8:\"stdClass\":3:{s:7:\"regular\";i:60;s:4:\"sale\";i:36;s:5:\"stack\";b:0;}s:7:\"regular\";i:119;s:4:\"sale\";d:71.400000000000005684341886080801486968994140625;s:7:\"renewal\";O:8:\"stdClass\":4:{s:14:\"is_grandfather\";d:95.2000000000000028421709430404007434844970703125;s:14:\"is_grandmother\";i:119;s:15:\"not_grandfather\";i:119;s:10:\"is_expired\";i:119;}}s:8:\"websites\";i:3;}s:8:\"infinite\";O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Infinite\";s:6:\"prices\";O:8:\"stdClass\":5:{s:11:\"from_single\";O:8:\"stdClass\":3:{s:7:\"regular\";i:240;s:4:\"sale\";i:144;s:5:\"stack\";b:0;}s:9:\"from_plus\";O:8:\"stdClass\":3:{s:7:\"regular\";i:180;s:4:\"sale\";i:108;s:5:\"stack\";b:0;}s:7:\"regular\";i:299;s:4:\"sale\";d:179.3999999999999772626324556767940521240234375;s:7:\"renewal\";O:8:\"stdClass\":4:{s:14:\"is_grandfather\";d:239.19999999999998863131622783839702606201171875;s:14:\"is_grandmother\";i:299;s:15:\"not_grandfather\";i:299;s:10:\"is_expired\";i:299;}}s:8:\"websites\";s:9:\"unlimited\";}s:7:\"multi10\";O:8:\"stdClass\":3:{s:4:\"name\";s:6:\"Growth\";s:6:\"prices\";O:8:\"stdClass\":3:{s:7:\"regular\";i:199;s:4:\"sale\";d:119.3999999999999914734871708787977695465087890625;s:7:\"renewal\";O:8:\"stdClass\":4:{s:14:\"is_grandfather\";d:159.19999999999998863131622783839702606201171875;s:14:\"is_grandmother\";i:199;s:15:\"not_grandfather\";i:199;s:10:\"is_expired\";i:199;}}s:8:\"websites\";i:10;}s:7:\"multi50\";O:8:\"stdClass\":3:{s:4:\"name\";s:8:\"Multi 50\";s:6:\"prices\";O:8:\"stdClass\":6:{s:11:\"from_single\";O:8:\"stdClass\":3:{s:7:\"regular\";i:240;s:4:\"sale\";i:144;s:5:\"stack\";b:1;}s:9:\"from_plus\";O:8:\"stdClass\":3:{s:7:\"regular\";i:180;s:4:\"sale\";i:108;s:5:\"stack\";b:1;}s:12:\"from_multi10\";O:8:\"stdClass\":3:{s:7:\"regular\";i:100;s:4:\"sale\";i:60;s:5:\"stack\";b:1;}s:7:\"regular\";i:299;s:4:\"sale\";d:179.3999999999999772626324556767940521240234375;s:7:\"renewal\";O:8:\"stdClass\":4:{s:14:\"is_grandfather\";d:239.19999999999998863131622783839702606201171875;s:14:\"is_grandmother\";i:299;s:15:\"not_grandfather\";i:299;s:10:\"is_expired\";i:299;}}s:8:\"websites\";i:50;}s:8:\"multi100\";O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Multi 100\";s:6:\"prices\";O:8:\"stdClass\":7:{s:11:\"from_single\";O:8:\"stdClass\":3:{s:7:\"regular\";i:340;s:4:\"sale\";i:204;s:5:\"stack\";b:1;}s:9:\"from_plus\";O:8:\"stdClass\":3:{s:7:\"regular\";i:280;s:4:\"sale\";i:168;s:5:\"stack\";b:1;}s:12:\"from_multi10\";O:8:\"stdClass\":3:{s:7:\"regular\";i:200;s:4:\"sale\";i:120;s:5:\"stack\";b:1;}s:12:\"from_multi50\";O:8:\"stdClass\":3:{s:7:\"regular\";i:100;s:4:\"sale\";i:60;s:5:\"stack\";b:1;}s:7:\"regular\";i:399;s:4:\"sale\";d:239.3999999999999772626324556767940521240234375;s:7:\"renewal\";O:8:\"stdClass\":4:{s:14:\"is_grandfather\";d:319.19999999999998863131622783839702606201171875;s:14:\"is_grandmother\";i:399;s:15:\"not_grandfather\";i:399;s:10:\"is_expired\";i:399;}}s:8:\"websites\";i:100;}s:8:\"multi500\";O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Multi 500\";s:6:\"prices\";O:8:\"stdClass\":8:{s:11:\"from_single\";O:8:\"stdClass\":3:{s:7:\"regular\";i:540;s:4:\"sale\";i:324;s:5:\"stack\";b:1;}s:9:\"from_plus\";O:8:\"stdClass\":3:{s:7:\"regular\";i:480;s:4:\"sale\";i:288;s:5:\"stack\";b:1;}s:12:\"from_multi10\";O:8:\"stdClass\":3:{s:7:\"regular\";i:400;s:4:\"sale\";i:240;s:5:\"stack\";b:1;}s:12:\"from_multi50\";O:8:\"stdClass\":3:{s:7:\"regular\";i:300;s:4:\"sale\";i:180;s:5:\"stack\";b:1;}s:13:\"from_multi100\";O:8:\"stdClass\":3:{s:7:\"regular\";i:200;s:4:\"sale\";i:120;s:5:\"stack\";b:1;}s:7:\"regular\";i:599;s:4:\"sale\";d:359.3999999999999772626324556767940521240234375;s:7:\"renewal\";O:8:\"stdClass\":4:{s:14:\"is_grandfather\";d:479.19999999999998863131622783839702606201171875;s:14:\"is_grandmother\";i:599;s:15:\"not_grandfather\";i:599;s:10:\"is_expired\";i:599;}}s:8:\"websites\";i:500;}}s:8:\"renewals\";O:8:\"stdClass\":4:{s:10:\"extra_days\";i:15;s:16:\"grandfather_date\";i:1640995200;s:16:\"grandmother_date\";i:315532800;s:16:\"discount_percent\";O:8:\"stdClass\":3:{s:14:\"is_grandfather\";i:20;s:15:\"not_grandfather\";i:0;s:10:\"is_expired\";i:0;}}s:5:\"promo\";O:8:\"stdClass\":4:{s:4:\"name\";s:12:\"Black Friday\";s:16:\"discount_percent\";i:40;s:10:\"start_date\";i:1762992000;s:8:\"end_date\";i:1764806399;}}', 'off'),
(390309, '_transient_timeout_wp_rocket_customer_data', '1771862906', 'off'),
(390310, '_transient_wp_rocket_customer_data', 'O:8:\"stdClass\":3:{s:15:\"licence_account\";s:2:\"-1\";s:18:\"licence_expiration\";i:1893456000;s:19:\"has_one-com_account\";b:0;}', 'off'),
(390311, '_transient_edd_cache_excluded_uris', 'a:4:{i:0;s:4:\"p=33\";i:1;s:4:\"p=34\";i:2;s:4:\"/pay\";i:3;s:25:\"/%d8%b1%d8%b3%db%8c%d8%af\";}', 'on'),
(390312, '_transient_wp_core_block_css_files', 'a:2:{s:7:\"version\";s:5:\"6.9.1\";s:5:\"files\";a:584:{i:0;s:31:\"accordion-heading/style-rtl.css\";i:1;s:35:\"accordion-heading/style-rtl.min.css\";i:2;s:27:\"accordion-heading/style.css\";i:3;s:31:\"accordion-heading/style.min.css\";i:4;s:28:\"accordion-item/style-rtl.css\";i:5;s:32:\"accordion-item/style-rtl.min.css\";i:6;s:24:\"accordion-item/style.css\";i:7;s:28:\"accordion-item/style.min.css\";i:8;s:29:\"accordion-panel/style-rtl.css\";i:9;s:33:\"accordion-panel/style-rtl.min.css\";i:10;s:25:\"accordion-panel/style.css\";i:11;s:29:\"accordion-panel/style.min.css\";i:12;s:23:\"accordion/style-rtl.css\";i:13;s:27:\"accordion/style-rtl.min.css\";i:14;s:19:\"accordion/style.css\";i:15;s:23:\"accordion/style.min.css\";i:16;s:23:\"archives/editor-rtl.css\";i:17;s:27:\"archives/editor-rtl.min.css\";i:18;s:19:\"archives/editor.css\";i:19;s:23:\"archives/editor.min.css\";i:20;s:22:\"archives/style-rtl.css\";i:21;s:26:\"archives/style-rtl.min.css\";i:22;s:18:\"archives/style.css\";i:23;s:22:\"archives/style.min.css\";i:24;s:20:\"audio/editor-rtl.css\";i:25;s:24:\"audio/editor-rtl.min.css\";i:26;s:16:\"audio/editor.css\";i:27;s:20:\"audio/editor.min.css\";i:28;s:19:\"audio/style-rtl.css\";i:29;s:23:\"audio/style-rtl.min.css\";i:30;s:15:\"audio/style.css\";i:31;s:19:\"audio/style.min.css\";i:32;s:19:\"audio/theme-rtl.css\";i:33;s:23:\"audio/theme-rtl.min.css\";i:34;s:15:\"audio/theme.css\";i:35;s:19:\"audio/theme.min.css\";i:36;s:21:\"avatar/editor-rtl.css\";i:37;s:25:\"avatar/editor-rtl.min.css\";i:38;s:17:\"avatar/editor.css\";i:39;s:21:\"avatar/editor.min.css\";i:40;s:20:\"avatar/style-rtl.css\";i:41;s:24:\"avatar/style-rtl.min.css\";i:42;s:16:\"avatar/style.css\";i:43;s:20:\"avatar/style.min.css\";i:44;s:21:\"button/editor-rtl.css\";i:45;s:25:\"button/editor-rtl.min.css\";i:46;s:17:\"button/editor.css\";i:47;s:21:\"button/editor.min.css\";i:48;s:20:\"button/style-rtl.css\";i:49;s:24:\"button/style-rtl.min.css\";i:50;s:16:\"button/style.css\";i:51;s:20:\"button/style.min.css\";i:52;s:22:\"buttons/editor-rtl.css\";i:53;s:26:\"buttons/editor-rtl.min.css\";i:54;s:18:\"buttons/editor.css\";i:55;s:22:\"buttons/editor.min.css\";i:56;s:21:\"buttons/style-rtl.css\";i:57;s:25:\"buttons/style-rtl.min.css\";i:58;s:17:\"buttons/style.css\";i:59;s:21:\"buttons/style.min.css\";i:60;s:22:\"calendar/style-rtl.css\";i:61;s:26:\"calendar/style-rtl.min.css\";i:62;s:18:\"calendar/style.css\";i:63;s:22:\"calendar/style.min.css\";i:64;s:25:\"categories/editor-rtl.css\";i:65;s:29:\"categories/editor-rtl.min.css\";i:66;s:21:\"categories/editor.css\";i:67;s:25:\"categories/editor.min.css\";i:68;s:24:\"categories/style-rtl.css\";i:69;s:28:\"categories/style-rtl.min.css\";i:70;s:20:\"categories/style.css\";i:71;s:24:\"categories/style.min.css\";i:72;s:19:\"code/editor-rtl.css\";i:73;s:23:\"code/editor-rtl.min.css\";i:74;s:15:\"code/editor.css\";i:75;s:19:\"code/editor.min.css\";i:76;s:18:\"code/style-rtl.css\";i:77;s:22:\"code/style-rtl.min.css\";i:78;s:14:\"code/style.css\";i:79;s:18:\"code/style.min.css\";i:80;s:18:\"code/theme-rtl.css\";i:81;s:22:\"code/theme-rtl.min.css\";i:82;s:14:\"code/theme.css\";i:83;s:18:\"code/theme.min.css\";i:84;s:22:\"columns/editor-rtl.css\";i:85;s:26:\"columns/editor-rtl.min.css\";i:86;s:18:\"columns/editor.css\";i:87;s:22:\"columns/editor.min.css\";i:88;s:21:\"columns/style-rtl.css\";i:89;s:25:\"columns/style-rtl.min.css\";i:90;s:17:\"columns/style.css\";i:91;s:21:\"columns/style.min.css\";i:92;s:33:\"comment-author-name/style-rtl.css\";i:93;s:37:\"comment-author-name/style-rtl.min.css\";i:94;s:29:\"comment-author-name/style.css\";i:95;s:33:\"comment-author-name/style.min.css\";i:96;s:29:\"comment-content/style-rtl.css\";i:97;s:33:\"comment-content/style-rtl.min.css\";i:98;s:25:\"comment-content/style.css\";i:99;s:29:\"comment-content/style.min.css\";i:100;s:26:\"comment-date/style-rtl.css\";i:101;s:30:\"comment-date/style-rtl.min.css\";i:102;s:22:\"comment-date/style.css\";i:103;s:26:\"comment-date/style.min.css\";i:104;s:31:\"comment-edit-link/style-rtl.css\";i:105;s:35:\"comment-edit-link/style-rtl.min.css\";i:106;s:27:\"comment-edit-link/style.css\";i:107;s:31:\"comment-edit-link/style.min.css\";i:108;s:32:\"comment-reply-link/style-rtl.css\";i:109;s:36:\"comment-reply-link/style-rtl.min.css\";i:110;s:28:\"comment-reply-link/style.css\";i:111;s:32:\"comment-reply-link/style.min.css\";i:112;s:30:\"comment-template/style-rtl.css\";i:113;s:34:\"comment-template/style-rtl.min.css\";i:114;s:26:\"comment-template/style.css\";i:115;s:30:\"comment-template/style.min.css\";i:116;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:117;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:118;s:38:\"comments-pagination-numbers/editor.css\";i:119;s:42:\"comments-pagination-numbers/editor.min.css\";i:120;s:34:\"comments-pagination/editor-rtl.css\";i:121;s:38:\"comments-pagination/editor-rtl.min.css\";i:122;s:30:\"comments-pagination/editor.css\";i:123;s:34:\"comments-pagination/editor.min.css\";i:124;s:33:\"comments-pagination/style-rtl.css\";i:125;s:37:\"comments-pagination/style-rtl.min.css\";i:126;s:29:\"comments-pagination/style.css\";i:127;s:33:\"comments-pagination/style.min.css\";i:128;s:29:\"comments-title/editor-rtl.css\";i:129;s:33:\"comments-title/editor-rtl.min.css\";i:130;s:25:\"comments-title/editor.css\";i:131;s:29:\"comments-title/editor.min.css\";i:132;s:23:\"comments/editor-rtl.css\";i:133;s:27:\"comments/editor-rtl.min.css\";i:134;s:19:\"comments/editor.css\";i:135;s:23:\"comments/editor.min.css\";i:136;s:22:\"comments/style-rtl.css\";i:137;s:26:\"comments/style-rtl.min.css\";i:138;s:18:\"comments/style.css\";i:139;s:22:\"comments/style.min.css\";i:140;s:20:\"cover/editor-rtl.css\";i:141;s:24:\"cover/editor-rtl.min.css\";i:142;s:16:\"cover/editor.css\";i:143;s:20:\"cover/editor.min.css\";i:144;s:19:\"cover/style-rtl.css\";i:145;s:23:\"cover/style-rtl.min.css\";i:146;s:15:\"cover/style.css\";i:147;s:19:\"cover/style.min.css\";i:148;s:22:\"details/editor-rtl.css\";i:149;s:26:\"details/editor-rtl.min.css\";i:150;s:18:\"details/editor.css\";i:151;s:22:\"details/editor.min.css\";i:152;s:21:\"details/style-rtl.css\";i:153;s:25:\"details/style-rtl.min.css\";i:154;s:17:\"details/style.css\";i:155;s:21:\"details/style.min.css\";i:156;s:20:\"embed/editor-rtl.css\";i:157;s:24:\"embed/editor-rtl.min.css\";i:158;s:16:\"embed/editor.css\";i:159;s:20:\"embed/editor.min.css\";i:160;s:19:\"embed/style-rtl.css\";i:161;s:23:\"embed/style-rtl.min.css\";i:162;s:15:\"embed/style.css\";i:163;s:19:\"embed/style.min.css\";i:164;s:19:\"embed/theme-rtl.css\";i:165;s:23:\"embed/theme-rtl.min.css\";i:166;s:15:\"embed/theme.css\";i:167;s:19:\"embed/theme.min.css\";i:168;s:19:\"file/editor-rtl.css\";i:169;s:23:\"file/editor-rtl.min.css\";i:170;s:15:\"file/editor.css\";i:171;s:19:\"file/editor.min.css\";i:172;s:18:\"file/style-rtl.css\";i:173;s:22:\"file/style-rtl.min.css\";i:174;s:14:\"file/style.css\";i:175;s:18:\"file/style.min.css\";i:176;s:23:\"footnotes/style-rtl.css\";i:177;s:27:\"footnotes/style-rtl.min.css\";i:178;s:19:\"footnotes/style.css\";i:179;s:23:\"footnotes/style.min.css\";i:180;s:23:\"freeform/editor-rtl.css\";i:181;s:27:\"freeform/editor-rtl.min.css\";i:182;s:19:\"freeform/editor.css\";i:183;s:23:\"freeform/editor.min.css\";i:184;s:22:\"gallery/editor-rtl.css\";i:185;s:26:\"gallery/editor-rtl.min.css\";i:186;s:18:\"gallery/editor.css\";i:187;s:22:\"gallery/editor.min.css\";i:188;s:21:\"gallery/style-rtl.css\";i:189;s:25:\"gallery/style-rtl.min.css\";i:190;s:17:\"gallery/style.css\";i:191;s:21:\"gallery/style.min.css\";i:192;s:21:\"gallery/theme-rtl.css\";i:193;s:25:\"gallery/theme-rtl.min.css\";i:194;s:17:\"gallery/theme.css\";i:195;s:21:\"gallery/theme.min.css\";i:196;s:20:\"group/editor-rtl.css\";i:197;s:24:\"group/editor-rtl.min.css\";i:198;s:16:\"group/editor.css\";i:199;s:20:\"group/editor.min.css\";i:200;s:19:\"group/style-rtl.css\";i:201;s:23:\"group/style-rtl.min.css\";i:202;s:15:\"group/style.css\";i:203;s:19:\"group/style.min.css\";i:204;s:19:\"group/theme-rtl.css\";i:205;s:23:\"group/theme-rtl.min.css\";i:206;s:15:\"group/theme.css\";i:207;s:19:\"group/theme.min.css\";i:208;s:21:\"heading/style-rtl.css\";i:209;s:25:\"heading/style-rtl.min.css\";i:210;s:17:\"heading/style.css\";i:211;s:21:\"heading/style.min.css\";i:212;s:19:\"html/editor-rtl.css\";i:213;s:23:\"html/editor-rtl.min.css\";i:214;s:15:\"html/editor.css\";i:215;s:19:\"html/editor.min.css\";i:216;s:20:\"image/editor-rtl.css\";i:217;s:24:\"image/editor-rtl.min.css\";i:218;s:16:\"image/editor.css\";i:219;s:20:\"image/editor.min.css\";i:220;s:19:\"image/style-rtl.css\";i:221;s:23:\"image/style-rtl.min.css\";i:222;s:15:\"image/style.css\";i:223;s:19:\"image/style.min.css\";i:224;s:19:\"image/theme-rtl.css\";i:225;s:23:\"image/theme-rtl.min.css\";i:226;s:15:\"image/theme.css\";i:227;s:19:\"image/theme.min.css\";i:228;s:29:\"latest-comments/style-rtl.css\";i:229;s:33:\"latest-comments/style-rtl.min.css\";i:230;s:25:\"latest-comments/style.css\";i:231;s:29:\"latest-comments/style.min.css\";i:232;s:27:\"latest-posts/editor-rtl.css\";i:233;s:31:\"latest-posts/editor-rtl.min.css\";i:234;s:23:\"latest-posts/editor.css\";i:235;s:27:\"latest-posts/editor.min.css\";i:236;s:26:\"latest-posts/style-rtl.css\";i:237;s:30:\"latest-posts/style-rtl.min.css\";i:238;s:22:\"latest-posts/style.css\";i:239;s:26:\"latest-posts/style.min.css\";i:240;s:18:\"list/style-rtl.css\";i:241;s:22:\"list/style-rtl.min.css\";i:242;s:14:\"list/style.css\";i:243;s:18:\"list/style.min.css\";i:244;s:22:\"loginout/style-rtl.css\";i:245;s:26:\"loginout/style-rtl.min.css\";i:246;s:18:\"loginout/style.css\";i:247;s:22:\"loginout/style.min.css\";i:248;s:19:\"math/editor-rtl.css\";i:249;s:23:\"math/editor-rtl.min.css\";i:250;s:15:\"math/editor.css\";i:251;s:19:\"math/editor.min.css\";i:252;s:18:\"math/style-rtl.css\";i:253;s:22:\"math/style-rtl.min.css\";i:254;s:14:\"math/style.css\";i:255;s:18:\"math/style.min.css\";i:256;s:25:\"media-text/editor-rtl.css\";i:257;s:29:\"media-text/editor-rtl.min.css\";i:258;s:21:\"media-text/editor.css\";i:259;s:25:\"media-text/editor.min.css\";i:260;s:24:\"media-text/style-rtl.css\";i:261;s:28:\"media-text/style-rtl.min.css\";i:262;s:20:\"media-text/style.css\";i:263;s:24:\"media-text/style.min.css\";i:264;s:19:\"more/editor-rtl.css\";i:265;s:23:\"more/editor-rtl.min.css\";i:266;s:15:\"more/editor.css\";i:267;s:19:\"more/editor.min.css\";i:268;s:30:\"navigation-link/editor-rtl.css\";i:269;s:34:\"navigation-link/editor-rtl.min.css\";i:270;s:26:\"navigation-link/editor.css\";i:271;s:30:\"navigation-link/editor.min.css\";i:272;s:29:\"navigation-link/style-rtl.css\";i:273;s:33:\"navigation-link/style-rtl.min.css\";i:274;s:25:\"navigation-link/style.css\";i:275;s:29:\"navigation-link/style.min.css\";i:276;s:33:\"navigation-submenu/editor-rtl.css\";i:277;s:37:\"navigation-submenu/editor-rtl.min.css\";i:278;s:29:\"navigation-submenu/editor.css\";i:279;s:33:\"navigation-submenu/editor.min.css\";i:280;s:25:\"navigation/editor-rtl.css\";i:281;s:29:\"navigation/editor-rtl.min.css\";i:282;s:21:\"navigation/editor.css\";i:283;s:25:\"navigation/editor.min.css\";i:284;s:24:\"navigation/style-rtl.css\";i:285;s:28:\"navigation/style-rtl.min.css\";i:286;s:20:\"navigation/style.css\";i:287;s:24:\"navigation/style.min.css\";i:288;s:23:\"nextpage/editor-rtl.css\";i:289;s:27:\"nextpage/editor-rtl.min.css\";i:290;s:19:\"nextpage/editor.css\";i:291;s:23:\"nextpage/editor.min.css\";i:292;s:24:\"page-list/editor-rtl.css\";i:293;s:28:\"page-list/editor-rtl.min.css\";i:294;s:20:\"page-list/editor.css\";i:295;s:24:\"page-list/editor.min.css\";i:296;s:23:\"page-list/style-rtl.css\";i:297;s:27:\"page-list/style-rtl.min.css\";i:298;s:19:\"page-list/style.css\";i:299;s:23:\"page-list/style.min.css\";i:300;s:24:\"paragraph/editor-rtl.css\";i:301;s:28:\"paragraph/editor-rtl.min.css\";i:302;s:20:\"paragraph/editor.css\";i:303;s:24:\"paragraph/editor.min.css\";i:304;s:23:\"paragraph/style-rtl.css\";i:305;s:27:\"paragraph/style-rtl.min.css\";i:306;s:19:\"paragraph/style.css\";i:307;s:23:\"paragraph/style.min.css\";i:308;s:35:\"post-author-biography/style-rtl.css\";i:309;s:39:\"post-author-biography/style-rtl.min.css\";i:310;s:31:\"post-author-biography/style.css\";i:311;s:35:\"post-author-biography/style.min.css\";i:312;s:30:\"post-author-name/style-rtl.css\";i:313;s:34:\"post-author-name/style-rtl.min.css\";i:314;s:26:\"post-author-name/style.css\";i:315;s:30:\"post-author-name/style.min.css\";i:316;s:25:\"post-author/style-rtl.css\";i:317;s:29:\"post-author/style-rtl.min.css\";i:318;s:21:\"post-author/style.css\";i:319;s:25:\"post-author/style.min.css\";i:320;s:33:\"post-comments-count/style-rtl.css\";i:321;s:37:\"post-comments-count/style-rtl.min.css\";i:322;s:29:\"post-comments-count/style.css\";i:323;s:33:\"post-comments-count/style.min.css\";i:324;s:33:\"post-comments-form/editor-rtl.css\";i:325;s:37:\"post-comments-form/editor-rtl.min.css\";i:326;s:29:\"post-comments-form/editor.css\";i:327;s:33:\"post-comments-form/editor.min.css\";i:328;s:32:\"post-comments-form/style-rtl.css\";i:329;s:36:\"post-comments-form/style-rtl.min.css\";i:330;s:28:\"post-comments-form/style.css\";i:331;s:32:\"post-comments-form/style.min.css\";i:332;s:32:\"post-comments-link/style-rtl.css\";i:333;s:36:\"post-comments-link/style-rtl.min.css\";i:334;s:28:\"post-comments-link/style.css\";i:335;s:32:\"post-comments-link/style.min.css\";i:336;s:26:\"post-content/style-rtl.css\";i:337;s:30:\"post-content/style-rtl.min.css\";i:338;s:22:\"post-content/style.css\";i:339;s:26:\"post-content/style.min.css\";i:340;s:23:\"post-date/style-rtl.css\";i:341;s:27:\"post-date/style-rtl.min.css\";i:342;s:19:\"post-date/style.css\";i:343;s:23:\"post-date/style.min.css\";i:344;s:27:\"post-excerpt/editor-rtl.css\";i:345;s:31:\"post-excerpt/editor-rtl.min.css\";i:346;s:23:\"post-excerpt/editor.css\";i:347;s:27:\"post-excerpt/editor.min.css\";i:348;s:26:\"post-excerpt/style-rtl.css\";i:349;s:30:\"post-excerpt/style-rtl.min.css\";i:350;s:22:\"post-excerpt/style.css\";i:351;s:26:\"post-excerpt/style.min.css\";i:352;s:34:\"post-featured-image/editor-rtl.css\";i:353;s:38:\"post-featured-image/editor-rtl.min.css\";i:354;s:30:\"post-featured-image/editor.css\";i:355;s:34:\"post-featured-image/editor.min.css\";i:356;s:33:\"post-featured-image/style-rtl.css\";i:357;s:37:\"post-featured-image/style-rtl.min.css\";i:358;s:29:\"post-featured-image/style.css\";i:359;s:33:\"post-featured-image/style.min.css\";i:360;s:34:\"post-navigation-link/style-rtl.css\";i:361;s:38:\"post-navigation-link/style-rtl.min.css\";i:362;s:30:\"post-navigation-link/style.css\";i:363;s:34:\"post-navigation-link/style.min.css\";i:364;s:27:\"post-template/style-rtl.css\";i:365;s:31:\"post-template/style-rtl.min.css\";i:366;s:23:\"post-template/style.css\";i:367;s:27:\"post-template/style.min.css\";i:368;s:24:\"post-terms/style-rtl.css\";i:369;s:28:\"post-terms/style-rtl.min.css\";i:370;s:20:\"post-terms/style.css\";i:371;s:24:\"post-terms/style.min.css\";i:372;s:31:\"post-time-to-read/style-rtl.css\";i:373;s:35:\"post-time-to-read/style-rtl.min.css\";i:374;s:27:\"post-time-to-read/style.css\";i:375;s:31:\"post-time-to-read/style.min.css\";i:376;s:24:\"post-title/style-rtl.css\";i:377;s:28:\"post-title/style-rtl.min.css\";i:378;s:20:\"post-title/style.css\";i:379;s:24:\"post-title/style.min.css\";i:380;s:26:\"preformatted/style-rtl.css\";i:381;s:30:\"preformatted/style-rtl.min.css\";i:382;s:22:\"preformatted/style.css\";i:383;s:26:\"preformatted/style.min.css\";i:384;s:24:\"pullquote/editor-rtl.css\";i:385;s:28:\"pullquote/editor-rtl.min.css\";i:386;s:20:\"pullquote/editor.css\";i:387;s:24:\"pullquote/editor.min.css\";i:388;s:23:\"pullquote/style-rtl.css\";i:389;s:27:\"pullquote/style-rtl.min.css\";i:390;s:19:\"pullquote/style.css\";i:391;s:23:\"pullquote/style.min.css\";i:392;s:23:\"pullquote/theme-rtl.css\";i:393;s:27:\"pullquote/theme-rtl.min.css\";i:394;s:19:\"pullquote/theme.css\";i:395;s:23:\"pullquote/theme.min.css\";i:396;s:39:\"query-pagination-numbers/editor-rtl.css\";i:397;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:398;s:35:\"query-pagination-numbers/editor.css\";i:399;s:39:\"query-pagination-numbers/editor.min.css\";i:400;s:31:\"query-pagination/editor-rtl.css\";i:401;s:35:\"query-pagination/editor-rtl.min.css\";i:402;s:27:\"query-pagination/editor.css\";i:403;s:31:\"query-pagination/editor.min.css\";i:404;s:30:\"query-pagination/style-rtl.css\";i:405;s:34:\"query-pagination/style-rtl.min.css\";i:406;s:26:\"query-pagination/style.css\";i:407;s:30:\"query-pagination/style.min.css\";i:408;s:25:\"query-title/style-rtl.css\";i:409;s:29:\"query-title/style-rtl.min.css\";i:410;s:21:\"query-title/style.css\";i:411;s:25:\"query-title/style.min.css\";i:412;s:25:\"query-total/style-rtl.css\";i:413;s:29:\"query-total/style-rtl.min.css\";i:414;s:21:\"query-total/style.css\";i:415;s:25:\"query-total/style.min.css\";i:416;s:20:\"query/editor-rtl.css\";i:417;s:24:\"query/editor-rtl.min.css\";i:418;s:16:\"query/editor.css\";i:419;s:20:\"query/editor.min.css\";i:420;s:19:\"quote/style-rtl.css\";i:421;s:23:\"quote/style-rtl.min.css\";i:422;s:15:\"quote/style.css\";i:423;s:19:\"quote/style.min.css\";i:424;s:19:\"quote/theme-rtl.css\";i:425;s:23:\"quote/theme-rtl.min.css\";i:426;s:15:\"quote/theme.css\";i:427;s:19:\"quote/theme.min.css\";i:428;s:23:\"read-more/style-rtl.css\";i:429;s:27:\"read-more/style-rtl.min.css\";i:430;s:19:\"read-more/style.css\";i:431;s:23:\"read-more/style.min.css\";i:432;s:18:\"rss/editor-rtl.css\";i:433;s:22:\"rss/editor-rtl.min.css\";i:434;s:14:\"rss/editor.css\";i:435;s:18:\"rss/editor.min.css\";i:436;s:17:\"rss/style-rtl.css\";i:437;s:21:\"rss/style-rtl.min.css\";i:438;s:13:\"rss/style.css\";i:439;s:17:\"rss/style.min.css\";i:440;s:21:\"search/editor-rtl.css\";i:441;s:25:\"search/editor-rtl.min.css\";i:442;s:17:\"search/editor.css\";i:443;s:21:\"search/editor.min.css\";i:444;s:20:\"search/style-rtl.css\";i:445;s:24:\"search/style-rtl.min.css\";i:446;s:16:\"search/style.css\";i:447;s:20:\"search/style.min.css\";i:448;s:20:\"search/theme-rtl.css\";i:449;s:24:\"search/theme-rtl.min.css\";i:450;s:16:\"search/theme.css\";i:451;s:20:\"search/theme.min.css\";i:452;s:24:\"separator/editor-rtl.css\";i:453;s:28:\"separator/editor-rtl.min.css\";i:454;s:20:\"separator/editor.css\";i:455;s:24:\"separator/editor.min.css\";i:456;s:23:\"separator/style-rtl.css\";i:457;s:27:\"separator/style-rtl.min.css\";i:458;s:19:\"separator/style.css\";i:459;s:23:\"separator/style.min.css\";i:460;s:23:\"separator/theme-rtl.css\";i:461;s:27:\"separator/theme-rtl.min.css\";i:462;s:19:\"separator/theme.css\";i:463;s:23:\"separator/theme.min.css\";i:464;s:24:\"shortcode/editor-rtl.css\";i:465;s:28:\"shortcode/editor-rtl.min.css\";i:466;s:20:\"shortcode/editor.css\";i:467;s:24:\"shortcode/editor.min.css\";i:468;s:24:\"site-logo/editor-rtl.css\";i:469;s:28:\"site-logo/editor-rtl.min.css\";i:470;s:20:\"site-logo/editor.css\";i:471;s:24:\"site-logo/editor.min.css\";i:472;s:23:\"site-logo/style-rtl.css\";i:473;s:27:\"site-logo/style-rtl.min.css\";i:474;s:19:\"site-logo/style.css\";i:475;s:23:\"site-logo/style.min.css\";i:476;s:27:\"site-tagline/editor-rtl.css\";i:477;s:31:\"site-tagline/editor-rtl.min.css\";i:478;s:23:\"site-tagline/editor.css\";i:479;s:27:\"site-tagline/editor.min.css\";i:480;s:26:\"site-tagline/style-rtl.css\";i:481;s:30:\"site-tagline/style-rtl.min.css\";i:482;s:22:\"site-tagline/style.css\";i:483;s:26:\"site-tagline/style.min.css\";i:484;s:25:\"site-title/editor-rtl.css\";i:485;s:29:\"site-title/editor-rtl.min.css\";i:486;s:21:\"site-title/editor.css\";i:487;s:25:\"site-title/editor.min.css\";i:488;s:24:\"site-title/style-rtl.css\";i:489;s:28:\"site-title/style-rtl.min.css\";i:490;s:20:\"site-title/style.css\";i:491;s:24:\"site-title/style.min.css\";i:492;s:26:\"social-link/editor-rtl.css\";i:493;s:30:\"social-link/editor-rtl.min.css\";i:494;s:22:\"social-link/editor.css\";i:495;s:26:\"social-link/editor.min.css\";i:496;s:27:\"social-links/editor-rtl.css\";i:497;s:31:\"social-links/editor-rtl.min.css\";i:498;s:23:\"social-links/editor.css\";i:499;s:27:\"social-links/editor.min.css\";i:500;s:26:\"social-links/style-rtl.css\";i:501;s:30:\"social-links/style-rtl.min.css\";i:502;s:22:\"social-links/style.css\";i:503;s:26:\"social-links/style.min.css\";i:504;s:21:\"spacer/editor-rtl.css\";i:505;s:25:\"spacer/editor-rtl.min.css\";i:506;s:17:\"spacer/editor.css\";i:507;s:21:\"spacer/editor.min.css\";i:508;s:20:\"spacer/style-rtl.css\";i:509;s:24:\"spacer/style-rtl.min.css\";i:510;s:16:\"spacer/style.css\";i:511;s:20:\"spacer/style.min.css\";i:512;s:20:\"table/editor-rtl.css\";i:513;s:24:\"table/editor-rtl.min.css\";i:514;s:16:\"table/editor.css\";i:515;s:20:\"table/editor.min.css\";i:516;s:19:\"table/style-rtl.css\";i:517;s:23:\"table/style-rtl.min.css\";i:518;s:15:\"table/style.css\";i:519;s:19:\"table/style.min.css\";i:520;s:19:\"table/theme-rtl.css\";i:521;s:23:\"table/theme-rtl.min.css\";i:522;s:15:\"table/theme.css\";i:523;s:19:\"table/theme.min.css\";i:524;s:24:\"tag-cloud/editor-rtl.css\";i:525;s:28:\"tag-cloud/editor-rtl.min.css\";i:526;s:20:\"tag-cloud/editor.css\";i:527;s:24:\"tag-cloud/editor.min.css\";i:528;s:23:\"tag-cloud/style-rtl.css\";i:529;s:27:\"tag-cloud/style-rtl.min.css\";i:530;s:19:\"tag-cloud/style.css\";i:531;s:23:\"tag-cloud/style.min.css\";i:532;s:28:\"template-part/editor-rtl.css\";i:533;s:32:\"template-part/editor-rtl.min.css\";i:534;s:24:\"template-part/editor.css\";i:535;s:28:\"template-part/editor.min.css\";i:536;s:27:\"template-part/theme-rtl.css\";i:537;s:31:\"template-part/theme-rtl.min.css\";i:538;s:23:\"template-part/theme.css\";i:539;s:27:\"template-part/theme.min.css\";i:540;s:24:\"term-count/style-rtl.css\";i:541;s:28:\"term-count/style-rtl.min.css\";i:542;s:20:\"term-count/style.css\";i:543;s:24:\"term-count/style.min.css\";i:544;s:30:\"term-description/style-rtl.css\";i:545;s:34:\"term-description/style-rtl.min.css\";i:546;s:26:\"term-description/style.css\";i:547;s:30:\"term-description/style.min.css\";i:548;s:23:\"term-name/style-rtl.css\";i:549;s:27:\"term-name/style-rtl.min.css\";i:550;s:19:\"term-name/style.css\";i:551;s:23:\"term-name/style.min.css\";i:552;s:28:\"term-template/editor-rtl.css\";i:553;s:32:\"term-template/editor-rtl.min.css\";i:554;s:24:\"term-template/editor.css\";i:555;s:28:\"term-template/editor.min.css\";i:556;s:27:\"term-template/style-rtl.css\";i:557;s:31:\"term-template/style-rtl.min.css\";i:558;s:23:\"term-template/style.css\";i:559;s:27:\"term-template/style.min.css\";i:560;s:27:\"text-columns/editor-rtl.css\";i:561;s:31:\"text-columns/editor-rtl.min.css\";i:562;s:23:\"text-columns/editor.css\";i:563;s:27:\"text-columns/editor.min.css\";i:564;s:26:\"text-columns/style-rtl.css\";i:565;s:30:\"text-columns/style-rtl.min.css\";i:566;s:22:\"text-columns/style.css\";i:567;s:26:\"text-columns/style.min.css\";i:568;s:19:\"verse/style-rtl.css\";i:569;s:23:\"verse/style-rtl.min.css\";i:570;s:15:\"verse/style.css\";i:571;s:19:\"verse/style.min.css\";i:572;s:20:\"video/editor-rtl.css\";i:573;s:24:\"video/editor-rtl.min.css\";i:574;s:16:\"video/editor.css\";i:575;s:20:\"video/editor.min.css\";i:576;s:19:\"video/style-rtl.css\";i:577;s:23:\"video/style-rtl.min.css\";i:578;s:15:\"video/style.css\";i:579;s:19:\"video/style.min.css\";i:580;s:19:\"video/theme-rtl.css\";i:581;s:23:\"video/theme-rtl.min.css\";i:582;s:15:\"video/theme.css\";i:583;s:19:\"video/theme.min.css\";}}', 'on'),
(390762, '_site_transient_timeout_wp_theme_files_patterns-040b070903c3f4f460e8d20adb5302f2', '1771858855', 'off'),
(390763, '_site_transient_wp_theme_files_patterns-040b070903c3f4f460e8d20adb5302f2', 'a:2:{s:7:\"version\";s:1:\"6\";s:8:\"patterns\";a:0:{}}', 'off'),
(390323, '_transient_wp_styles_for_blocks', 'a:2:{s:4:\"hash\";s:32:\"5bee6bf6035680b037def116f1e1cdb1\";s:6:\"blocks\";a:6:{s:11:\"core/button\";s:0:\"\";s:14:\"core/site-logo\";s:0:\"\";s:18:\"core/post-template\";s:120:\":where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}\";s:18:\"core/term-template\";s:120:\":where(.wp-block-term-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-term-template.is-layout-grid){gap: 1.25em;}\";s:12:\"core/columns\";s:102:\":where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}\";s:14:\"core/pullquote\";s:69:\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\";}}', 'on'),
(390332, '_transient_timeout_wpr_dynamic_lists', '1772384944', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(390333, '_transient_wpr_dynamic_lists', 'O:8:\"stdClass\":19:{s:28:\"rucss_inline_atts_exclusions\";a:20:{i:0;s:26:\"rocket-lazyload-inline-css\";i:1;s:35:\"divi-style-parent-inline-inline-css\";i:2;s:14:\"gsf-custom-css\";i:3;s:29:\"extra-style-inline-inline-css\";i:4;s:30:\"woodmart-inline-css-inline-css\";i:5;s:30:\"woodmart_shortcodes-custom-css\";i:6;s:29:\"rs-plugin-settings-inline-css\";i:7;s:28:\"divi-style-inline-inline-css\";i:8;s:27:\"tcb-post-list-dynamic-style\";i:9;s:6:\"n2-ss-\";i:10;s:6:\"wpcf7-\";i:11;s:32:\"siteorigin-panels-layouts-footer\";i:12;s:28:\"xstore-inline-css-inline-css\";i:13;s:17:\"assets.reviews.io\";i:14;s:8:\"ezoicCSS\";i:15;s:4:\"stk-\";i:16;s:28:\"rocket-lazyrender-inline-css\";i:17;s:13:\"umsMapStyles_\";i:18;s:35:\"trx_addons-inline-styles-inline-css\";i:19;s:26:\"greyd-custom-styles-footer\";}s:31:\"rucss_inline_content_exclusions\";a:52:{i:0;s:14:\".wp-container-\";i:1;s:13:\".wp-elements-\";i:2;s:16:\"#wpv-expandable-\";i:3;s:16:\".custom-content-\";i:4;s:5:\"#thb-\";i:5;s:16:\".et_pb_text_dap_\";i:6;s:24:\"#gdlr-core-shape-divider\";i:7;s:8:\"#ultib3-\";i:8;s:10:\".uvc-wrap-\";i:9;s:26:\".jet-listing-dynamic-post-\";i:10;s:6:\".vcex_\";i:11;s:20:\".wprm-advanced-list-\";i:12;s:9:\".adsslot_\";i:13;s:7:\".jnews_\";i:14;s:21:\".cp-info-bar.content-\";i:15;s:16:\"#stockie-custom-\";i:16;s:13:\"#ohio-custom-\";i:17;s:5:\".uid-\";i:18;s:15:\"#wpfMainWrapper\";i:19;s:7:\"#penci_\";i:20;s:7:\"#penci-\";i:21;s:7:\".wpbs_s\";i:22;s:8:\"#apcore_\";i:23;s:8:\"#apress_\";i:24;s:6:\"#zolo_\";i:25;s:30:\".extended-products-grid#style-\";i:26;s:27:\".preloader#style-preloader-\";i:27;s:16:\".thegem-heading-\";i:28;s:15:\".thegem-button-\";i:29;s:15:\".thegem-custom-\";i:30;s:14:\".thegem-popup-\";i:31;s:9:\"#pattern-\";i:32;s:20:\"#thegem-video-frame-\";i:33;s:8:\"#thegem-\";i:34;s:14:\".qwery_inline_\";i:35;s:19:\".dcgd_submit_button\";i:36;s:8:\".irs-bar\";i:37;s:14:\".gallery-grid-\";i:38;s:13:\".cmplz-hidden\";i:39;s:13:\"#sqbquizouter\";i:40;s:19:\"#start_sqbquizouter\";i:41;s:13:\".flo-header--\";i:42;s:19:\".trx_addons_inline_\";i:43;s:21:\".wpp-cardview-compact\";i:44;s:13:\".e-loop-item-\";i:45;s:26:\".tiered-pricing-plain-text\";i:46;s:26:\".vc_cta3_content-container\";i:47;s:21:\".vc_btn-gradient-btn-\";i:48;s:21:\".et_pb_de_mach_title_\";i:49;s:21:\".et_pb_dmach_section_\";i:50;s:11:\"img#wpstats\";i:51;s:10:\".ti-widget\";}s:26:\"defer_js_inline_exclusions\";a:10:{i:0;s:16:\"DOMContentLoaded\";i:1;s:14:\"document.write\";i:2;s:22:\"window.lazyLoadOptions\";i:3;s:5:\"N.N2_\";i:4;s:18:\"rev_slider_wrapper\";i:5;s:18:\"FB3D_CLIENT_LOCALE\";i:6;s:19:\"ewww_webp_supported\";i:7;s:21:\"anr_captcha_field_div\";i:8;s:24:\"renderInvisibleReCaptcha\";i:9;s:17:\"bookingInProgress\";}s:28:\"defer_js_external_exclusions\";a:37:{i:0;s:15:\"gist.github.com\";i:1;s:22:\"content.jwplatform.com\";i:2;s:14:\"js.hsforms.net\";i:3;s:16:\"www.uplaunch.com\";i:4;s:20:\"google.com/recaptcha\";i:5;s:20:\"widget.reviews.co.uk\";i:6;s:29:\"verify.authorize.net/anetseal\";i:7;s:43:\"lib/admin/assets/lib/webfont/webfont.min.js\";i:8;s:18:\"app.mailerlite.com\";i:9;s:17:\"widget.reviews.io\";i:10;s:35:\"simplybook.(.*)/v2/widget/widget.js\";i:11;s:32:\"/wp-includes/js/dist/i18n.min.js\";i:12;s:79:\"/wp-content/plugins/wpfront-notification-bar/js/wpfront-notification-bar(.*).js\";i:13;s:64:\"/wp-content/plugins/oxygen/component-framework/vendor/aos/aos.js\";i:14;s:70:\"/wp-content/plugins/ewww-image-optimizer/includes/check-webp(.min)?.js\";i:15;s:34:\"static.mailerlite.com/data/(.*).js\";i:16;s:37:\"cdn.voxpow.com/static/libs/v1/(.*).js\";i:17;s:40:\"cdn.voxpow.com/media/trackers/js/(.*).js\";i:18;s:15:\"use.typekit.net\";i:19;s:15:\"www.idxhome.com\";i:20;s:44:\"/wp-includes/js/dist/vendor/lodash(.min)?.js\";i:21;s:40:\"/wp-includes/js/dist/api-fetch(.min)?.js\";i:22;s:35:\"/wp-includes/js/dist/i18n(.min)?.js\";i:23;s:49:\"/wp-includes/js/dist/vendor/wp-polyfill(.min)?.js\";i:24;s:34:\"/wp-includes/js/dist/url(.min)?.js\";i:25;s:36:\"/wp-includes/js/dist/hooks(.min)?.js\";i:26;s:21:\"www.paypal.com/sdk/js\";i:27;s:18:\"js-eu1.hsforms.net\";i:28;s:18:\"yanovis.Voucher.js\";i:29;s:76:\"/carousel-upsells-and-related-product-for-woocommerce/assets/js/glide.min.js\";i:30;s:15:\"use.typekit.com\";i:31;s:39:\"/artale/modules/kirki/assets/webfont.js\";i:32;s:21:\"/api/scripts/lb_cs.js\";i:33;s:27:\"js.hscta.net/cta/current.js\";i:34;s:16:\"widget.refari.co\";i:35;s:20:\"player.vdocipher.com\";i:36;s:60:\"/wp-content/plugins/wp-rocket/assets/js/lcp-beacon(.min)?.js\";}s:19:\"delay_js_exclusions\";a:74:{i:0;s:10:\"nowprocket\";i:1;s:31:\"/wp-includes/js/wp-embed.min.js\";i:2;s:15:\"lazyLoadOptions\";i:3;s:13:\"lazyLoadThumb\";i:4;s:33:\"wp-rocket/assets/js/lazyload/(.*)\";i:5;s:30:\"et_core_page_resource_fallback\";i:6;s:25:\"window.\\$us === undefined\";i:7;s:8:\"js-extra\";i:8;s:20:\"fusionNavIsCollapsed\";i:9;s:26:\"/assets/js/smush-lazy-load\";i:10;s:13:\"eio_lazy_vars\";i:11;s:34:\"\\/lazysizes(\\.min|-pre|-post)?\\.js\";i:12;s:44:\"document\\.body\\.classList\\.remove\\(\"no-js\"\\)\";i:13;s:64:\"document\\.documentElement\\.className\\.replace\\( \'no-js\', \'js\' \\)\";i:14;s:17:\"et_animation_data\";i:15;s:16:\"wpforms_settings\";i:16;s:11:\"var nfForms\";i:17;s:14:\"//stats.wp.com\";i:18;s:9:\"_stq.push\";i:19;s:29:\"fluent_form_ff_form_instance_\";i:20;s:9:\"cpLoadCSS\";i:21;s:13:\"ninja_column_\";i:22;s:16:\"var rbs_gallery_\";i:23;s:12:\"var lepopup_\";i:24;s:28:\"var billing_additional_field\";i:25;s:10:\"var gtm4wp\";i:26;s:21:\"var dataLayer_content\";i:27;s:54:\"/ewww-image-optimizer/includes/load[_-]webp(\\.min)?.js\";i:28;s:52:\"/ewww-image-optimizer/includes/check-webp(\\.min)?.js\";i:29;s:19:\"ewww_webp_supported\";i:30;s:32:\"/dist/js/browser-redirect/app.js\";i:31;s:31:\"/perfmatters/js/lazyload.min.js\";i:32;s:16:\"lazyLoadInstance\";i:33;s:27:\"scripts.mediavine.com/tags/\";i:34;s:17:\"initCubePortfolio\";i:35;s:9:\"simpli.fi\";i:36;s:17:\"gforms_recaptcha_\";i:37;s:57:\"/jetpack-boost/vendor/automattic/jetpack-lazy-images/(.*)\";i:38;s:30:\"jetpack-lazy-images-js-enabled\";i:39;s:26:\"jetpack-boost-critical-css\";i:40;s:24:\"wpformsRecaptchaCallback\";i:41;s:20:\"booking-suedtirol-js\";i:42;s:26:\"wpcp_css_disable_selection\";i:43;s:41:\"/gravityforms/js/conditional_logic.min.js\";i:44;s:34:\"statcounter.com/counter/counter.js\";i:45;s:14:\"var sc_project\";i:46;s:59:\"/jetpack/jetpack_vendor/automattic/jetpack-lazy-images/(.*)\";i:47;s:55:\"/themify-builder/themify/js/modules/fallback(\\.min)?.js\";i:48;s:16:\"handlePixMessage\";i:49;s:16:\"var corner_video\";i:50;s:26:\"cdn.pixfuture.com/hb_v2.js\";i:51;s:25:\"cdn.pixfuture.com/pbix.js\";i:52;s:43:\"served-by.pixfuture.com/www/delivery/ads.js\";i:53;s:64:\"served-by.pixfuture.com/www/delivery/headerbid_sticky_refresh.js\";i:54;s:35:\"serv-vdo.pixfuture.com/vpaid/ads.js\";i:55;s:14:\"wprRemoveCPCSS\";i:56;s:19:\"window.jdgmSettings\";i:57;s:67:\"/photonic/include/js/front-end/nomodule/photonic-baguettebox.min.js\";i:58;s:52:\"/photonic/include/ext/baguettebox/baguettebox.min.js\";i:59;s:27:\"window.wsf_form_json_config\";i:60;s:20:\"et_link_options_data\";i:61;s:19:\"FuseboxPlayerAPIKey\";i:62;s:27:\"js.hscta.net/cta/current.js\";i:63;s:14:\"hbspt.cta.load\";i:64;s:27:\"consent.cookiebot.com/uc.js\";i:65;s:53:\"/woofilter-pro/woofilterpro/js/ion.rangeSlider.min.js\";i:66;s:21:\"barra.r7.com/barra.js\";i:67;s:26:\"rocket_css_lazyload_launch\";i:68;s:16:\"#wpr-lazyload-bg\";i:69;s:60:\"/wp-content/plugins/wp-rocket/assets/js/lcp-beacon(.min)?.js\";i:70;s:15:\"rocket_lcp_data\";i:71;s:18:\"rocket_beacon_data\";i:72;s:60:\"/wp-content/plugins/wp-rocket/assets/js/wpr-beacon(.min)?.js\";i:73;s:24:\"elm.style.display=\"none\"\";}s:18:\"js_minify_external\";a:132:{i:0;s:8:\"html5.js\";i:1;s:11:\"show_ads.js\";i:2;s:14:\"histats.com/js\";i:3;s:21:\"ws.amazon.com/widgets\";i:4;s:5:\"/ads/\";i:5;s:17:\"intensedebate.com\";i:6;s:20:\"scripts.chitika.net/\";i:7;s:12:\"jotform.com/\";i:8;s:15:\"gist.github.com\";i:9;s:16:\"forms.aweber.com\";i:10;s:21:\"video.unrulymedia.com\";i:11;s:12:\"stats.wp.com\";i:12;s:19:\"stats.wordpress.com\";i:13;s:23:\"widget.rafflecopter.com\";i:14;s:29:\"widget-prime.rafflecopter.com\";i:15;s:23:\"releases.flowplayer.org\";i:16;s:13:\"c.ad6media.fr\";i:17;s:19:\"cdn.stickyadstv.com\";i:18;s:12:\"www.smava.de\";i:19;s:20:\"contextual.media.net\";i:20;s:19:\"app.getresponse.com\";i:21;s:24:\"adserver.reklamstore.com\";i:22;s:9:\"s0.wp.com\";i:23;s:16:\"wprp.zemanta.com\";i:24;s:21:\"files.bannersnack.com\";i:25;s:22:\"smarticon.geotrust.com\";i:26;s:11:\"js.gleam.io\";i:27;s:25:\"ir-na.amazon-adsystem.com\";i:28;s:19:\"web.ventunotech.com\";i:29;s:20:\"verify.authorize.net\";i:30;s:21:\"ads.themoneytizer.com\";i:31;s:20:\"embed.finanzcheck.de\";i:32;s:20:\"imagesrv.adition.com\";i:33;s:15:\"js.juicyads.com\";i:34;s:18:\"form.jotformeu.com\";i:35;s:15:\"speakerdeck.com\";i:36;s:22:\"content.jwplatform.com\";i:37;s:24:\"ads.investingchannel.com\";i:38;s:13:\"app.ecwid.com\";i:39;s:20:\"www.industriejobs.de\";i:40;s:14:\"s.gravatar.com\";i:41;s:21:\"googlesyndication.com\";i:42;s:13:\"a.optmstr.com\";i:43;s:14:\"a.optmnstr.com\";i:44;s:13:\"a.opmnstr.com\";i:45;s:12:\"adthrive.com\";i:46;s:13:\"mediavine.com\";i:47;s:14:\"js.hsforms.net\";i:48;s:20:\"googleadservices.com\";i:49;s:16:\"f.convertkit.com\";i:50;s:16:\"recaptcha/api.js\";i:51;s:12:\"mailmunch.co\";i:52;s:20:\"apps.shareaholic.com\";i:53;s:28:\"dsms0mj1bbhn4.cloudfront.net\";i:54;s:12:\"nutrifox.com\";i:55;s:13:\"code.tidio.co\";i:56;s:16:\"www.uplaunch.com\";i:57;s:24:\"widget.reviewability.com\";i:58;s:36:\"embed-cdn.gettyimages.com/widgets.js\";i:59;s:18:\"app.mailerlite.com\";i:60;s:7:\"ck.page\";i:61;s:28:\"cdn.jsdelivr.net/gh/AmauriC/\";i:62;s:39:\"static.klaviyo.com/onsite/js/klaviyo.js\";i:63;s:32:\"a.omappapi.com/app/js/api.min.js\";i:64;s:19:\"static.zdassets.com\";i:65;s:58:\"feedbackcompany.com/widgets/feedback-company-widget.min.js\";i:66;s:17:\"widget.gleamjs.io\";i:67;s:14:\"phonewagon.com\";i:68;s:35:\"simplybook.asia/v2/widget/widget.js\";i:69;s:33:\"simplybook.it/v2/widget/widget.js\";i:70;s:33:\"simplybook.me/v2/widget/widget.js\";i:71;s:48:\"static.botsrv.com/website/js/widget2.36cf1446.js\";i:72;s:27:\"static.mailerlite.com/data/\";i:73;s:14:\"cdn.voxpow.com\";i:74;s:16:\"loader.knack.com\";i:75;s:46:\"embed.lpcontent.net/leadboxes/current/embed.js\";i:76;s:52:\"cc.cdn.civiccomputing.com/9/cookieControl-9.x.min.js\";i:77;s:21:\"cse.google.com/cse.js\";i:78;s:19:\"kit.fontawesome.com\";i:79;s:51:\"cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js\";i:80;s:46:\"static.leadpages.net/leadbars/current/embed.js\";i:81;s:27:\"booqable.com/v2/booqable.js\";i:82;s:18:\"googleoptimize.com\";i:83;s:52:\"cdna.hubpeople.com/js/widget_standalone_two_modes.js\";i:84;s:18:\"s3.tradingview.com\";i:85;s:26:\"www.vbt.io/ext/vbtforms.js\";i:86;s:16:\"cdn.callrail.com\";i:87;s:40:\"documentcloud.adobe.com/view-sdk/main.js\";i:88;s:21:\"static.cleverpush.com\";i:89;s:15:\"js.afterpay.com\";i:90;s:33:\"cdn.enable.co.il/licenses/enable-\";i:91;s:21:\"hcaptcha.com/1/api.js\";i:92;s:46:\"voucher.getavo.it/public/js/yanovis.Voucher.js\";i:93;s:18:\"js-eu1.hsforms.net\";i:94;s:34:\"statcounter.com/counter/counter.js\";i:95;s:11:\"snapppt.com\";i:96;s:15:\"use.typekit.com\";i:97;s:35:\"secure.gravatar.com/js/gprofiles.js\";i:98;s:32:\"cdn.jsdelivr.net/npm/hockeystack\";i:99;s:22:\"widget.prod.faslet.net\";i:100;s:31:\"ga.getresponse.com/script/ga.js\";i:101;s:16:\"cognitoforms.com\";i:102;s:15:\"usercentrics.eu\";i:103;s:16:\"cdn.amcharts.com\";i:104;s:5:\"umami\";i:105;s:20:\"cdn.popt.in/pixel.js\";i:106;s:9:\"m2d.m2.ai\";i:107;s:11:\"pubguru.net\";i:108;s:13:\"trustindex.io\";i:109;s:37:\"cdnjs.cloudflare.com/ajax/libs/prism/\";i:110;s:25:\"podigee-podcast-player.js\";i:111;s:24:\"tarteaucitron.io/load.js\";i:112;s:29:\"osm.klarnaservices.com/lib.js\";i:113;s:25:\"mein.clickskeks.at/app.js\";i:114;s:21:\"barra.r7.com/barra.js\";i:115;s:16:\"widget.refari.co\";i:116;s:20:\"widget.reviews.co.uk\";i:117;s:20:\"player.vdocipher.com\";i:118;s:26:\"www.instagram.com/embed.js\";i:119;s:13:\"smartframe.io\";i:120;s:36:\"challenges.cloudflare.com/turnstile/\";i:121;s:20:\"script.roboassist.ai\";i:122;s:16:\"cdn.hu-manity.co\";i:123;s:56:\"daumcdn.net/mapjsapi/bundle/postcode/prod/postcode.v2.js\";i:124;s:21:\"consent.cookiebot.com\";i:125;s:23:\"umstats.tools.coolw.xyz\";i:126;s:10:\"powerad.ai\";i:127;s:19:\"leadconnectorhq.com\";i:128;s:14:\"buzzsprout.com\";i:129;s:27:\"embed.reddit.com/widgets.js\";i:130;s:16:\"onfastspring.com\";i:131;s:30:\"widget.superchat.de/snippet.js\";}s:21:\"js_move_after_combine\";a:106:{i:0;s:15:\"map_fusion_map_\";i:1;s:13:\"ec:addProduct\";i:2;s:16:\"ec:addImpression\";i:3;s:30:\"clear_better_facebook_comments\";i:4;s:29:\"vc-row-destroy-equal-heights-\";i:5;s:14:\"dfd-icon-list-\";i:6;s:12:\"SFM_template\";i:7;s:14:\"WLTChangeState\";i:8;s:9:\"wlt_star_\";i:9;s:17:\"wlt_pop_distance_\";i:10;s:14:\"smart_list_tip\";i:11;s:12:\"gd-wgt-pagi-\";i:12;s:11:\"data-rf-id=\";i:13;s:7:\"tvc_po=\";i:14;s:10:\"scrapeazon\";i:15;s:10:\"startclock\";i:16;s:22:\"it_logo_field_owl-box_\";i:17;s:15:\"td_live_css_uid\";i:18;s:17:\"wpvl_paramReplace\";i:19;s:11:\"tdAjaxCount\";i:20;s:9:\"mec_skin_\";i:21;s:4:\"_wca\";i:22;s:8:\"_taboola\";i:23;s:17:\"fbq(\'trackCustom\'\";i:24;s:11:\"fbq(\'track\'\";i:25;s:10:\"data.token\";i:26;s:7:\"sharrre\";i:27;s:19:\"dfads_ajax_load_ads\";i:28;s:13:\"tie_postviews\";i:29;s:10:\"wmp_update\";i:30;s:18:\"h5ab-print-article\";i:31;s:17:\"gform_ajax_frame_\";i:32;s:17:\"gform_post_render\";i:33;s:14:\"mts_view_count\";i:34;s:15:\"act_css_tooltip\";i:35;s:10:\"window.SLB\";i:36;s:14:\"wpt_view_count\";i:37;s:11:\"var dateNow\";i:38;s:16:\"gallery_product_\";i:39;s:21:\".flo-block-slideshow-\";i:40;s:17:\"data=\'api-key=ct-\";i:41;s:20:\"ip_common_function()\";i:42;s:31:\"(\"style#gsf-custom-css\").append\";i:43;s:22:\"a3revWCDynamicGallery_\";i:44;s:24:\"#owl-carousel-instagram-\";i:45;s:19:\"window.FlowFlowOpts\";i:46;s:16:\"jQuery(\'.td_uid_\";i:47;s:16:\"jQuery(\".slider-\";i:48;s:18:\"#dfd-vcard-widget-\";i:49;s:21:\"#sf-instagram-widget-\";i:50;s:18:\".woocommerce-tabs-\";i:51;s:16:\"penci_megamenu__\";i:52;s:18:\"vc_prepareHoverBox\";i:53;s:16:\"wp-temp-form-div\";i:54;s:25:\"_wswebinarsystem_already_\";i:55;s:23:\"#views-extra-css\").text\";i:56;s:20:\"fusetag.setTargeting\";i:57;s:20:\"hit.uptrendsdata.com\";i:58;s:27:\"callback:window.renderBadge\";i:59;s:29:\"test_run_nf_conditional_logic\";i:60;s:9:\"cb_nombre\";i:61;s:12:\"$(\'.fl-node-\";i:62;s:24:\"function($){google_maps_\";i:63;s:14:\"$(\"#myCarousel\";i:64;s:18:\"et_animation_data=\";i:65;s:13:\"current_url=\"\";i:66;s:44:\"CustomEvent.prototype=window.Event.prototype\";i:67;s:26:\"electro-wc-product-gallery\";i:68;s:14:\"woof_is_mobile\";i:69;s:20:\"jQuery(\'.videonextup\";i:70;s:10:\"wpp_params\";i:71;s:24:\"us.templateDirectoryUri=\";i:72;s:17:\".fat-gallery-item\";i:73;s:10:\".ratingbox\";i:74;s:33:\"user_rating.prototype.eraseCookie\";i:75;s:23:\"test_run_nf_conditional\";i:76;s:26:\"dpsp-networks-btns-wrapper\";i:77;s:19:\"pa_woo_product_info\";i:78;s:35:\"sharing_enabled_on_post_via_metabox\";i:79;s:22:\"#product-search-field-\";i:80;s:19:\"GOTMLS_login_offset\";i:81;s:40:\"berocket_aapf_time_to_fix_products_style\";i:82;s:27:\"window.vc_googleMapsPointer\";i:83;s:8:\"sinceID_\";i:84;s:31:\"#ut-background-video-ut-section\";i:85;s:26:\"+window.comment_tab_width+\";i:86;s:19:\"dfd-button-hover-in\";i:87;s:21:\"wpseo-address-wrapper\";i:88;s:24:\"platform.stumbleupon.com\";i:89;s:27:\"#woo_pp_ec_button_mini_cart\";i:90;s:14:\"#supercarousel\";i:91;s:10:\"blockClass\";i:92;s:11:\"tdbMenuItem\";i:93;s:13:\"tdbSearchItem\";i:94;s:17:\"best_seller_badge\";i:95;s:24:\"jQuery(\'#product-top-bar\";i:96;s:8:\"fb_desc-\";i:97;s:21:\"FC_regenerate_captcha\";i:98;s:34:\"wp_post_blocks_vars.listed_posts=[\";i:99;s:12:\"captcha-hash\";i:100;s:9:\"mapdata={\";i:101;s:11:\".ywpc-char-\";i:102;s:17:\").countdowntimer(\";i:103;s:16:\"jQuery(\"#td_uid_\";i:104;s:14:\"find(\'#td_uid_\";i:105;s:22:\"variation_estimate_msg\";}s:18:\"js_excluded_inline\";a:315:{i:0;s:14:\"document.write\";i:1;s:9:\"google_ad\";i:2;s:9:\"edToolbar\";i:3;s:4:\"gtag\";i:4;s:9:\"_gaq.push\";i:5;s:5:\"_gaLt\";i:6;s:21:\"GoogleAnalyticsObject\";i:7;s:17:\"syntaxhighlighter\";i:8;s:11:\"adsbygoogle\";i:9;s:7:\"ci_cap_\";i:10;s:4:\"_stq\";i:11;s:5:\"nonce\";i:12;s:7:\"post_id\";i:13;s:8:\"LogHuman\";i:14;s:15:\"idcomments_acct\";i:15;s:9:\"ch_client\";i:16;s:11:\"sc_online_t\";i:17;s:4:\"_stq\";i:18;s:17:\"bannersnack_embed\";i:19;s:15:\"vtn_player_type\";i:20;s:13:\"ven_video_key\";i:21;s:15:\"ANS_customer_id\";i:22;s:7:\"tdBlock\";i:23;s:12:\"tdLocalCache\";i:24;s:11:\"wpRestNonce\";i:25;s:6:\"\"url\":\";i:26;s:15:\"lazyLoadOptions\";i:27;s:8:\"adthrive\";i:28;s:7:\"loadCSS\";i:29;s:17:\"google_tag_params\";i:30;s:13:\"clicky_custom\";i:31;s:15:\"clicky_site_ids\";i:32;s:14:\"NSLPopupCenter\";i:33;s:4:\"_paq\";i:34;s:3:\"gtm\";i:35;s:9:\"dataLayer\";i:36;s:13:\"RecaptchaLoad\";i:37;s:20:\"WPCOM_sharing_counts\";i:38;s:22:\"jetpack_remote_comment\";i:39;s:15:\"subscribe-field\";i:40;s:9:\"contextly\";i:41;s:7:\"_mmunch\";i:42;s:14:\"gt_request_uri\";i:43;s:12:\"doGTranslate\";i:44;s:8:\"docTitle\";i:45;s:17:\"bs_ajax_paginate_\";i:46;s:20:\"bs_deferred_loading_\";i:47;s:22:\"theChampRedirectionUrl\";i:48;s:20:\"theChampFBCommentUrl\";i:49;s:23:\"theChampTwitterRedirect\";i:50;s:25:\"theChampRegRedirectionUrl\";i:51;s:14:\"ESSB_CACHE_URL\";i:52;s:30:\"oneall_social_login_providers_\";i:53;s:22:\"betterads_screen_width\";i:54;s:40:\"woocommerce_wishlist_add_to_wishlist_url\";i:55;s:21:\"arf_conditional_logic\";i:56;s:27:\"heateorSsHorSharingShortUrl\";i:57;s:8:\"TL_Const\";i:58;s:23:\"bimber_front_microshare\";i:59;s:17:\"setAttribute(\"id\"\";i:60;s:18:\"setAttribute( \"id\"\";i:61;s:14:\"TribeEventsPro\";i:62;s:14:\"peepsotimedata\";i:63;s:9:\"wphc_data\";i:64;s:10:\"hc_rand_id\";i:65;s:7:\"RBL_ADD\";i:66;s:18:\"AfsAnalyticsObject\";i:67;s:18:\"_thriveCurrentPost\";i:68;s:13:\"esc_login_url\";i:69;s:18:\"fwduvpMainPlaylist\";i:70;s:26:\"Bibblio.initRelatedContent\";i:71;s:9:\"showUFC()\";i:72;s:8:\"#iphorm-\";i:73;s:7:\"#fancy-\";i:74;s:13:\"ult-carousel-\";i:75;s:17:\"theChampLJAuthUrl\";i:76;s:6:\"f._fbq\";i:77;s:10:\"Insticator\";i:78;s:15:\"w2dc_js_objects\";i:79;s:11:\"cherry_ajax\";i:80;s:9:\"ad_block_\";i:81;s:23:\"elementorFrontendConfig\";i:82;s:5:\"zeen_\";i:83;s:16:\"disqusIdentifier\";i:84;s:14:\"currentAjaxUrl\";i:85;s:27:\"geodir_event_call_calendar_\";i:86;s:8:\"atatags-\";i:87;s:18:\"hbspt.forms.create\";i:88;s:19:\"function(c,h,i,m,p)\";i:89;s:11:\"dataTable({\";i:90;s:12:\"rankMath = {\";i:91;s:10:\"_atrk_opts\";i:92;s:16:\"quicklinkOptions\";i:93;s:11:\"ct_checkjs_\";i:94;s:18:\"WP_Statistics_http\";i:95;s:12:\"penci_block_\";i:96;s:15:\"omapi_localized\";i:97;s:10:\"omapi_data\";i:98;s:15:\"OptinMonsterApp\";i:99;s:9:\"tminusnow\";i:100;s:7:\"nfForms\";i:101;s:18:\"galleries.gallery_\";i:102;s:14:\"wcj_evt.prodID\";i:103;s:19:\"advads_tracking_ads\";i:104;s:28:\"advadsGATracking.postContext\";i:105;s:14:\"woopack_config\";i:106;s:14:\"ulp_content_id\";i:107;s:26:\"wp-cumulus/tagcloud.swf?r=\";i:108;s:24:\"ctSetCookie(\'ct_checkjs\'\";i:109;s:20:\"woof_really_curr_tax\";i:110;s:17:\"uLogin.customInit\";i:111;s:32:\"i18n_no_matching_variations_text\";i:112;s:22:\"alsp_map_markers_attrs\";i:113;s:13:\"var inc_opt =\";i:114;s:13:\"iworks_upprev\";i:115;s:19:\"yith_wcevti_tickets\";i:116;s:27:\"window.metrilo.ensure_cbuid\";i:117;s:13:\"metrilo.event\";i:118;s:19:\"wordpress_page_root\";i:119;s:9:\"wcct_info\";i:120;s:20:\"Springbot.product_id\";i:121;s:17:\"pysWooProductData\";i:122;s:11:\"dfd-heading\";i:123;s:8:\"owl=$(\"#\";i:124;s:14:\"penci_megamenu\";i:125;s:12:\"fts_security\";i:126;s:19:\"algoliaAutocomplete\";i:127;s:22:\"avia_framework_globals\";i:128;s:23:\"tabs.easyResponsiveTabs\";i:129;s:20:\"searchlocationHeader\";i:130;s:16:\"yithautocomplete\";i:131;s:19:\"data-parallax-speed\";i:132;s:14:\"currency_data=\";i:133;s:11:\"cedexisData\";i:134;s:23:\"function reenableButton\";i:135;s:12:\"#wpnbio-show\";i:136;s:29:\"e.Newsletter2GoTrackingObject\";i:137;s:15:\"var categories_\";i:138;s:14:\"\"+nRemaining+\"\";i:139;s:20:\"cartsguru_cart_token\";i:140;s:21:\"after_share_easyoptin\";i:141;s:18:\"location_data.push\";i:142;s:30:\"thirstyFunctions.isThirstyLink\";i:143;s:23:\"styles: \' #custom-menu-\";i:144;s:20:\"function svc_center_\";i:145;s:25:\"#svc_carousel2_container_\";i:146;s:11:\"advads.move\";i:147;s:9:\"elementid\";i:148;s:14:\"advads_has_ads\";i:149;s:14:\"wpseo_map_init\";i:150;s:20:\"mdf_current_page_url\";i:151;s:12:\"tptn_tracker\";i:152;s:20:\"dpsp_pin_button_data\";i:153;s:27:\"searchwp_live_search_params\";i:154;s:10:\"wpp_params\";i:155;s:21:\"top.location,thispage\";i:156;s:18:\"selection+pagelink\";i:157;s:20:\"ic_window_resolution\";i:158;s:11:\"PHP.wp_p_id\";i:159;s:29:\"ShopifyBuy.UI.onReady(client)\";i:160;s:16:\"orig_request_uri\";i:161;s:16:\"gie.widgets.load\";i:162;s:11:\"Adman.Flash\";i:163;s:11:\"PHP.wp_p_id\";i:164;s:26:\"window.broadstreetKeywords\";i:165;s:15:\"var productId =\";i:166;s:16:\"var flatsomeVars\";i:167;s:21:\"wc_product_block_data\";i:168;s:21:\"static.mailerlite.com\";i:169;s:10:\"amzn_assoc\";i:170;s:22:\"_bs_getParameterByName\";i:171;s:9:\"_stq.push\";i:172;s:9:\"h._remove\";i:173;s:16:\"var FlowFlowOpts\";i:174;s:14:\"var WCPFData =\";i:175;s:14:\"var _beeketing\";i:176;s:16:\"var _statcounter\";i:177;s:13:\"var actions =\";i:178;s:15:\"var current_url\";i:179;s:15:\"var object_name\";i:180;s:19:\"var the_ajax_script\";i:181;s:28:\"var wc_cart_fragments_params\";i:182;s:22:\"var woocommerce_params\";i:183;s:16:\"var wpml_cookies\";i:184;s:21:\"wc_add_to_cart_params\";i:185;s:26:\"window.broadstreetKeywords\";i:186;s:35:\"window.wc_ga_pro.available_gateways\";i:187;s:12:\"xa.prototype\";i:188;s:21:\"HOUZEZ_ajaxcalls_vars\";i:189;s:17:\"w2dc_maps_objects\";i:190;s:26:\"w2dc_controller_args_array\";i:191;s:22:\"w2dc_map_markers_attrs\";i:192;s:9:\"YT.Player\";i:193;s:9:\"WPFC.data\";i:194;s:23:\"function current_video_\";i:195;s:12:\"var videodiv\";i:196;s:22:\"var slider_wppasrotate\";i:197;s:8:\"wppas_ga\";i:198;s:14:\"var blockClass\";i:199;s:13:\"tarteaucitron\";i:200;s:21:\"pw_brand_product_list\";i:201;s:15:\"tminusCountDown\";i:202;s:23:\"pysWooSelectContentData\";i:203;s:13:\"wpvq_ans89733\";i:204;s:12:\"_isp_version\";i:205;s:16:\"price_range_data\";i:206;s:29:\"window.FeedbackCompanyWidgets\";i:207;s:22:\"woocs_current_currency\";i:208;s:30:\"woo_variation_swatches_options\";i:209;s:31:\"woocommerce_price_slider_params\";i:210;s:12:\"scriptParams\";i:211;s:19:\"form-adv-pagination\";i:212;s:23:\"borlabsCookiePrioritize\";i:213;s:21:\"urls_wpwidgetpolylang\";i:214;s:14:\"quickViewNonce\";i:215;s:22:\"frontendscripts_params\";i:216;s:21:\"nj-facebook-messenger\";i:217;s:20:\"var fb_mess_position\";i:218;s:36:\"init_particles_row_background_script\";i:219;s:15:\"setREVStartSize\";i:220;s:7:\"fl-node\";i:221;s:11:\"PPAccordion\";i:222;s:10:\"soliloquy_\";i:223;s:25:\"wprevpublicjs_script_vars\";i:224;s:19:\"DTGS_NONCE_FRONTEND\";i:225;s:17:\"et_animation_data\";i:226;s:17:\"archives-dropdown\";i:227;s:15:\"loftloaderCache\";i:228;s:17:\"SmartSliderSimple\";i:229;s:14:\"var nectarLove\";i:230;s:10:\"var incOpt\";i:231;s:33:\"RocketBrowserCompatibilityChecker\";i:232;s:24:\"RocketPreloadLinksConfig\";i:233;s:18:\"placementVersionId\";i:234;s:11:\"var useEdit\";i:235;s:23:\"var DTGS_NONCE_FRONTEND\";i:236;s:8:\"n2jQuery\";i:237;s:26:\"et_core_api_spam_recaptcha\";i:238;s:6:\"cnArgs\";i:239;s:14:\"__CF$cv$params\";i:240;s:17:\"trustbox_settings\";i:241;s:5:\"aepro\";i:242;s:10:\"cdn.jst.ai\";i:243;s:25:\"w2dc_fields_in_categories\";i:244;s:21:\"jetMenuPublicSettings\";i:245;s:17:\"JetTricksSettings\";i:246;s:10:\"aepc_pixel\";i:247;s:20:\"avadaWooCommerceVars\";i:248;s:7:\"var isb\";i:249;s:9:\"fcaPcPost\";i:250;s:10:\"csrf_token\";i:251;s:24:\"icwp_wpsf_vars_lpantibot\";i:252;s:11:\"wpvViewHead\";i:253;s:16:\"ed_school_plugin\";i:254;s:9:\"aps_comp_\";i:255;s:11:\"guaven_woos\";i:256;s:16:\"__lm_redirect_to\";i:257;s:17:\"__wpdm_view_count\";i:258;s:23:\"bookacti.booking_system\";i:259;s:10:\"nfFrontEnd\";i:260;s:20:\"view_quote_cart_link\";i:261;s:19:\"__eae_decode_emails\";i:262;s:20:\"divioverlays_ajaxurl\";i:263;s:10:\"var _EPYT_\";i:264;s:13:\"#ins-heading-\";i:265;s:12:\"#ins-button-\";i:266;s:20:\"tve_frontend_options\";i:267;s:8:\"lb24.src\";i:268;s:24:\"amazon_Login_accessToken\";i:269;s:21:\"porto_infinite_scroll\";i:270;s:14:\".adace-loader-\";i:271;s:11:\"adace_load_\";i:272;s:41:\"tagGroupsAccordiontaggroupscloudaccordion\";i:273;s:31:\"tagGroupsTabstaggroupscloudtabs\";i:274;s:16:\"jrRelatedWidgets\";i:275;s:14:\"UNCODE.initRow\";i:276;s:28:\"amp_mobile_redirect_disabled\";i:277;s:11:\"wpgdprcData\";i:278;s:28:\"wpml_browser_redirect_params\";i:279;s:13:\"swPreRegister\";i:280;s:15:\"kboard_settings\";i:281;s:23:\"ct_ultimate_gdpr_cookie\";i:282;s:23:\"wcpv_registration_local\";i:283;s:15:\"www.idxhome.com\";i:284;s:24:\"arf_footer_cl_logic_call\";i:285;s:23:\"reload_attached_coupons\";i:286;s:8:\"var ftpp\";i:287;s:15:\"forminatorFront\";i:288;s:6:\"_EPYT_\";i:289;s:23:\"edd_free_downloads_vars\";i:290;s:15:\"edd_stripe_vars\";i:291;s:7:\"var ASP\";i:292;s:18:\"ecwidOriginalTitle\";i:293;s:17:\"defaultCategoryId\";i:294;s:25:\"translation-revision-date\";i:295;s:20:\"google_conversion_id\";i:296;s:5:\"hbspt\";i:297;s:21:\"var marker_locations_\";i:298;s:13:\"var AdmMyAjax\";i:299;s:13:\"ifso_page_url\";i:300;s:21:\"referrer_for_pageload\";i:301;s:38:\"WoocommerceWidget/woocommerceWidget.js\";i:302;s:19:\"var ht_ctc_chat_var\";i:303;s:6:\"spuvar\";i:304;s:16:\"var wpilFrontend\";i:305;s:24:\"urls_polylangREPLACETOID\";i:306;s:34:\"e.setAttribute(\'unselectable\',on);\";i:307;s:16:\"try{Typekit.load\";i:308;s:9:\"iMapsData\";i:309;s:24:\"var wpforms_user_journey\";i:310;s:24:\"rocket_lazyload_css_data\";i:311;s:24:\"wcStoreApiNonceTimestamp\";i:312;s:21:\"createNonceMiddleware\";i:313;s:8:\"pbidHash\";i:314;s:24:\"wcBlocksMiddlewareConfig\";}s:24:\"cache_ignored_parameters\";a:74:{i:0;s:10:\"utm_source\";i:1;s:10:\"utm_medium\";i:2;s:12:\"utm_campaign\";i:3;s:9:\"utm_expid\";i:4;s:8:\"utm_term\";i:5;s:11:\"utm_content\";i:6;s:6:\"utm_id\";i:7;s:19:\"utm_source_platform\";i:8;s:19:\"utm_creative_format\";i:9;s:20:\"utm_marketing_tactic\";i:10;s:10:\"mtm_source\";i:11;s:10:\"mtm_medium\";i:12;s:12:\"mtm_campaign\";i:13;s:11:\"mtm_keyword\";i:14;s:7:\"mtm_cid\";i:15;s:11:\"mtm_content\";i:16;s:9:\"pk_source\";i:17;s:9:\"pk_medium\";i:18;s:11:\"pk_campaign\";i:19;s:10:\"pk_keyword\";i:20;s:6:\"pk_cid\";i:21;s:10:\"pk_content\";i:22;s:13:\"fb_action_ids\";i:23;s:15:\"fb_action_types\";i:24;s:9:\"fb_source\";i:25;s:6:\"fbclid\";i:26;s:10:\"campaignid\";i:27;s:9:\"adgroupid\";i:28;s:4:\"adid\";i:29;s:5:\"gclid\";i:30;s:12:\"age-verified\";i:31;s:12:\"ao_noptimize\";i:32;s:4:\"usqp\";i:33;s:11:\"cn-reloaded\";i:34;s:3:\"_ga\";i:35;s:5:\"sscid\";i:36;s:6:\"gclsrc\";i:37;s:3:\"_gl\";i:38;s:6:\"mc_cid\";i:39;s:6:\"mc_eid\";i:40;s:8:\"_bta_tid\";i:41;s:6:\"_bta_c\";i:42;s:11:\"trk_contact\";i:43;s:7:\"trk_msg\";i:44;s:10:\"trk_module\";i:45;s:7:\"trk_sid\";i:46;s:5:\"gdfms\";i:47;s:6:\"gdftrk\";i:48;s:5:\"gdffi\";i:49;s:3:\"_ke\";i:50;s:3:\"_kx\";i:51;s:21:\"redirect_log_mongo_id\";i:52;s:17:\"redirect_mongo_id\";i:53;s:15:\"sb_referer_host\";i:54;s:5:\"mkwid\";i:55;s:5:\"pcrid\";i:56;s:5:\"ef_id\";i:57;s:7:\"s_kwcid\";i:58;s:7:\"msclkid\";i:59;s:4:\"dm_i\";i:60;s:4:\"epik\";i:61;s:2:\"pp\";i:62;s:6:\"gbraid\";i:63;s:6:\"wbraid\";i:64;s:8:\"ssp_iabi\";i:65;s:8:\"ssp_iaba\";i:66;s:3:\"gad\";i:67;s:6:\"vgo_ee\";i:68;s:10:\"gad_source\";i:69;s:14:\"gad_campaignid\";i:70;s:12:\"onlywprocket\";i:71;s:7:\"srsltid\";i:72;s:5:\"gadid\";i:73;s:6:\"fbadid\";}s:18:\"preload_exclusions\";a:5:{i:0;s:9:\"void\\(.*;\";i:1;s:17:\"(.*)__trashed(.*)\";i:2;s:14:\"/jet-menu/(.*)\";i:3;s:15:\"/jet-popup/(.*)\";i:4;s:24:\"(.*)printButton.href(.*)\";}s:16:\"exclude_js_files\";a:14:{i:0;s:32:\"/wp-includes/js/dist/i18n.min.js\";i:1;s:76:\"/interactive-3d-flipbook-powered-physics-engine/assets/js/html2canvas.min.js\";i:2;s:68:\"/interactive-3d-flipbook-powered-physics-engine/assets/js/pdf.min.js\";i:3;s:70:\"/interactive-3d-flipbook-powered-physics-engine/assets/js/three.min.js\";i:4;s:77:\"/interactive-3d-flipbook-powered-physics-engine/assets/js/3d-flip-book.min.js\";i:5;s:39:\"/google-site-kit/dist/assets/js/(.*).js\";i:6;s:45:\"/wp-live-chat-support/public/js/callus(.*).js\";i:7;s:41:\"/borlabs-cookie/assets/javascript/(.*).js\";i:8;s:60:\"/wp-content/plugins/wp-rocket/assets/js/lcp-beacon(.min)?.js\";i:9;s:38:\"/woocommerce-bookings/dist/frontend.js\";i:10;s:44:\"/plugins/mapify(.*)/assets/js/dist/bundle.js\";i:11;s:60:\"/wp-content/plugins/wp-rocket/assets/js/wpr-beacon(.min)?.js\";i:12;s:47:\"/wp-recipe-maker-premium/dist/public-premium.js\";i:13;s:29:\"/plugins/wp-recipe-maker/(.*)\";}s:15:\"staging_domains\";a:58:{i:0;s:13:\".wpengine.com\";i:1;s:20:\".wpenginepowered.com\";i:2;s:16:\".pantheonsite.io\";i:3;s:18:\".flywheelsites.com\";i:4;s:20:\".flywheelstaging.com\";i:5;s:11:\".kinsta.com\";i:6;s:13:\".kinsta.cloud\";i:7;s:18:\".cloudwaysapps.com\";i:8;s:18:\".azurewebsites.net\";i:9;s:15:\".wpserveur.site\";i:10;s:19:\"-liquidwebsites.com\";i:11;s:16:\".myftpupload.com\";i:12;s:12:\".dream.press\";i:13;s:12:\".sg-host.com\";i:14;s:16:\".platformsh.site\";i:15;s:12:\".wpstage.net\";i:16;s:22:\".bigscoots-staging.com\";i:17;s:10:\".wpsc.site\";i:18;s:14:\".runcloud.link\";i:19;s:14:\".onrocket.site\";i:20;s:18:\".singlestaging.com\";i:21;s:13:\".myraidbox.de\";i:22;s:12:\".instawp.xyz\";i:23;s:11:\".instawp.co\";i:24;s:13:\".instawp.link\";i:25;s:12:\".instawp.app\";i:26;s:12:\".hstgr.cloud\";i:27;s:15:\".myhostpoint.ch\";i:28;s:17:\".wpcomstaging.com\";i:29;s:9:\".nxcli.io\";i:30;s:10:\".nxcli.net\";i:31;s:19:\".lyricalstaging.com\";i:32;s:10:\".myrdbx.io\";i:33;s:21:\".staging.tempurl.host\";i:34;s:19:\".staging.mysites.io\";i:35;s:17:\".updraftclone.com\";i:36;s:11:\".easywp.com\";i:37;s:27:\".preview.infomaniak.website\";i:38;s:13:\".wp-cloud.dev\";i:39;s:9:\".wpsc.dev\";i:40;s:11:\".wptiger.fr\";i:41;s:14:\".amazonaws.com\";i:42;s:11:\".wpdns.site\";i:43;s:19:\".cloudwayssites.com\";i:44;s:21:\".mystagingwebsite.com\";i:45;s:18:\".hostingersite.com\";i:46;s:9:\".ngrok.io\";i:47;s:11:\".stage.site\";i:48;s:12:\".ksysweb.com\";i:49;s:7:\".dev.cc\";i:50;s:8:\".docksal\";i:51;s:10:\".lndo.site\";i:52;s:6:\".local\";i:53;s:10:\".localhost\";i:54;s:5:\".test\";i:55;s:17:\".wpstagecoach.com\";i:56;s:8:\".preprod\";i:57;s:10:\".ddev.site\";}s:19:\"exclude_js_template\";a:3:{i:0;s:13:\"type=\"module\"\";i:1;s:12:\"data-minify=\";i:2;s:15:\"data-no-minify=\";}s:25:\"lazy_rendering_exclusions\";a:48:{i:0;s:16:\"class=\"parallex\"\";i:1;s:28:\"class=\"avada-footer-scripts\"\";i:2;s:18:\"id=\"rhslidingMenu\"\";i:3;s:19:\"class=\"logobsmallt\"\";i:4;s:29:\"id=\"ast-mobile-popup-wrapper\"\";i:5;s:33:\"id=\"cmplz-cookiebanner-container\"\";i:6;s:27:\"class=\"wf-container-footer\"\";i:7;s:30:\"class=\"de-mega-menu-container\"\";i:8;s:14:\"data-nosnippet\";i:9;s:32:\"class=\"floating-menu float-menu-\";i:10;s:19:\"id=\"jeg_off_canvas\"\";i:11;s:31:\"id=\"dipi-popup-maker-container\"\";i:12;s:37:\"class=\"static-position vendor_hidden\"\";i:13;s:29:\"class=\"jws-mini-cart-wrapper\"\";i:14;s:28:\"class=\"home-widgets-section\"\";i:15;s:35:\"elementor-location-floating_buttons\";i:16;s:43:\"class=\"xoo-el-container xoo-el-style-popup\"\";i:17;s:26:\"class=\"off-canvas-wrapper\"\";i:18;s:30:\"id=\"ast-hb-account-login-wrap\"\";i:19;s:21:\"id=\"ak_drawer_holder\"\";i:20;s:15:\"id=\"brx-footer\"\";i:21;s:25:\"elementor-location-footer\";i:22;s:27:\"class=\"ts-floating-sidebar\"\";i:23;s:20:\"id=\"yith-wacp-popup\"\";i:24;s:83:\"class=\"fl-builder-content fl-builder-content-30 fl-builder-global-templates-locked\"\";i:25;s:34:\"class=\"mfn-footer-tmpl mfn-footer\"\";i:26;s:37:\"class=\"fusion-tb-footer fusion-footer\";i:27;s:35:\"class=\"wt-cli-cookie-bar-container\"\";i:28;s:23:\"id=\"lazy-loading-point\"\";i:29;s:25:\"class=\"cp-popup-container\";i:30;s:21:\"class=\"xoo-wsc-markup\";i:31;s:20:\"class=\"xoo-wsc-modal\";i:32;s:18:\"class=\"breakdance\"\";i:33;s:43:\"class=\"footer-container color-scheme-light\"\";i:34;s:18:\"class=\"sticky-cta\"\";i:35;s:28:\"class=\"footer-booking-widget\";i:36;s:24:\"rh_sticky_wrapper_footer\";i:37;s:33:\"class=\"sticky-add-to-cart-wrapper\";i:38;s:21:\"id=\"wcpa_img_preview\"\";i:39;s:25:\"id=\"wpca-lay-out-wrapper\"\";i:40;s:19:\"class=\"site-footer\"\";i:41;s:35:\"class=\"atbs-layout-split atbs-block\";i:42;s:29:\"wll-launcher-button-container\";i:43;s:22:\"id=\"wll-site-launcher\"\";i:44;s:17:\"class=\"mobile_nav\";i:45;s:7:\"id=\"nav\";i:46;s:10:\"class=\"nav\";i:47;s:17:\"no-wpr-lazyrender\";}s:10:\"host_fonts\";a:0:{}s:24:\"preload_fonts_exclusions\";a:2:{i:0;s:17:\"api.fontshare.com\";i:1;s:17:\"cdn.fontshare.com\";}s:38:\"preconnect_external_domains_exclusions\";a:5:{i:0;s:29:\"static.cloudflareinsights.com\";i:1;s:13:\"rel=\"profile\"\";i:2;s:16:\"rel=\"preconnect\"\";i:3;s:18:\"rel=\"dns-prefetch\"\";i:4;s:10:\"rel=\"icon\"\";}s:25:\"mixpanel_tracked_settings\";a:69:{i:0;s:9:\"async_css\";i:1;s:16:\"async_css_mobile\";i:2;s:18:\"auto_preload_fonts\";i:3;s:27:\"automatic_cleanup_frequency\";i:4;s:17:\"cache_logged_user\";i:5;s:12:\"cache_mobile\";i:6;s:17:\"cache_purge_pages\";i:7;s:19:\"cache_query_strings\";i:8;s:20:\"cache_reject_cookies\";i:9;s:15:\"cache_reject_ua\";i:10;s:16:\"cache_reject_uri\";i:11;s:9:\"cache_ssl\";i:12;s:3:\"cdn\";i:13;s:10:\"cdn_cnames\";i:14;s:16:\"cdn_reject_files\";i:15;s:8:\"cdn_zone\";i:16;s:17:\"control_heartbeat\";i:17;s:12:\"critical_css\";i:18;s:23:\"database_all_transients\";i:19;s:20:\"database_auto_drafts\";i:20;s:24:\"database_optimize_tables\";i:21;s:18:\"database_revisions\";i:22;s:22:\"database_spam_comments\";i:23;s:25:\"database_trashed_comments\";i:24;s:22:\"database_trashed_posts\";i:25;s:12:\"defer_all_js\";i:26;s:8:\"delay_js\";i:27;s:19:\"delay_js_exclusions\";i:28;s:28:\"delay_js_exclusions_selected\";i:29;s:39:\"delay_js_exclusions_selected_exclusions\";i:30;s:28:\"delay_js_execution_safe_mode\";i:31;s:12:\"dns_prefetch\";i:32;s:23:\"do_caching_mobile_files\";i:33;s:13:\"do_cloudflare\";i:34;s:5:\"emoji\";i:35;s:11:\"exclude_css\";i:36;s:16:\"exclude_defer_js\";i:37;s:17:\"exclude_inline_js\";i:38;s:10:\"exclude_js\";i:39;s:16:\"exclude_lazyload\";i:40;s:24:\"heartbeat_admin_behavior\";i:41;s:25:\"heartbeat_editor_behavior\";i:42;s:23:\"heartbeat_site_behavior\";i:43;s:18:\"host_fonts_locally\";i:44;s:16:\"image_dimensions\";i:45;s:8:\"lazyload\";i:46;s:19:\"lazyload_css_bg_img\";i:47;s:16:\"lazyload_iframes\";i:48;s:16:\"lazyload_youtube\";i:49;s:14:\"manual_preload\";i:50;s:22:\"minify_concatenate_css\";i:51;s:21:\"minify_concatenate_js\";i:52;s:10:\"minify_css\";i:53;s:19:\"minify_google_fonts\";i:54;s:9:\"minify_js\";i:55;s:21:\"optimize_css_delivery\";i:56;s:22:\"performance_monitoring\";i:57;s:41:\"performance_monitoring_schedule_frequency\";i:58;s:20:\"preload_excluded_uri\";i:59;s:13:\"preload_links\";i:60;s:16:\"previous_version\";i:61;s:19:\"purge_cron_interval\";i:62;s:15:\"purge_cron_unit\";i:63;s:17:\"remove_unused_css\";i:64;s:26:\"remove_unused_css_safelist\";i:65;s:26:\"schedule_automatic_cleanup\";i:66;s:21:\"sucury_waf_cache_sync\";i:67;s:18:\"varnish_auto_purge\";i:68;s:7:\"version\";}s:44:\"rocket_insights_add_homepage_expiry_interval\";i:34;}', 'off'),
(390735, '_site_transient_timeout_available_translations', '1771859439', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(390736, '_site_transient_available_translations', 'a:131:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-05-13 15:59:22\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"am\";a:8:{s:8:\"language\";s:2:\"am\";s:7:\"version\";s:6:\"6.0.11\";s:7:\"updated\";s:19:\"2022-09-29 20:43:49\";s:12:\"english_name\";s:7:\"Amharic\";s:11:\"native_name\";s:12:\"አማርኛ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.0.11/am.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"am\";i:2;s:3:\"amh\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"ቀጥል\";}}s:3:\"arg\";a:8:{s:8:\"language\";s:3:\"arg\";s:7:\"version\";s:8:\"6.2-beta\";s:7:\"updated\";s:19:\"2022-09-22 16:46:56\";s:12:\"english_name\";s:9:\"Aragonese\";s:11:\"native_name\";s:9:\"Aragonés\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.2-beta/arg.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"an\";i:2;s:3:\"arg\";i:3;s:3:\"arg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continar\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"6.4.7\";s:7:\"updated\";s:19:\"2024-02-13 12:49:38\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.4.7/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"متابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:6:\"4.8.27\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.27/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2025-07-10 08:09:09\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.9.1/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"6.4.7\";s:7:\"updated\";s:19:\"2024-01-19 08:58:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.4.7/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:6:\"4.9.28\";s:7:\"updated\";s:19:\"2024-12-26 00:37:42\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.9.28/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2025-12-01 10:38:20\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-07 06:54:04\";s:12:\"english_name\";s:20:\"Bengali (Bangladesh)\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:28:\"চালিয়ে যান\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2020-10-30 03:24:38\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:33:\"མུ་མཐུད་དུ།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"6.2.8\";s:7:\"updated\";s:19:\"2023-02-22 20:45:53\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.8/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-10 07:30:35\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.9.1/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-20 12:06:48\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-20 11:38:29\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.9.1/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-23 08:22:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsæt\";}}s:5:\"de_AT\";a:8:{s:8:\"language\";s:5:\"de_AT\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2025-10-23 12:01:47\";s:12:\"english_name\";s:16:\"German (Austria)\";s:11:\"native_name\";s:21:\"Deutsch (Österreich)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/de_AT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-22 05:26:24\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-22 05:25:59\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/6.9.1/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2025-11-28 08:11:27\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2025-11-28 08:08:17\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/core/6.9.1/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:3:\"dsb\";a:8:{s:8:\"language\";s:3:\"dsb\";s:7:\"version\";s:5:\"6.2.8\";s:7:\"updated\";s:19:\"2022-07-16 12:13:09\";s:12:\"english_name\";s:13:\"Lower Sorbian\";s:11:\"native_name\";s:16:\"Dolnoserbšćina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.8/dsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"dsb\";i:3;s:3:\"dsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Dalej\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-02 11:19:29\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.9.1/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2025-11-25 13:30:15\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2025-12-30 11:47:57\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2025-12-24 12:51:19\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-18 19:42:42\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-19 14:29:55\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-01-27 10:24:57\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.9.1/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-03 16:11:04\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/es_MX.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-18 00:34:47\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/es_CO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-22 20:34:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/es_ES.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CR\";a:8:{s:8:\"language\";s:5:\"es_CR\";s:7:\"version\";s:3:\"6.9\";s:7:\"updated\";s:19:\"2025-10-01 22:54:47\";s:12:\"english_name\";s:20:\"Spanish (Costa Rica)\";s:11:\"native_name\";s:22:\"Español de Costa Rica\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.9/es_CR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:6:\"6.9-RC\";s:7:\"updated\";s:19:\"2024-10-16 21:04:12\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.9-RC/es_PE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"6.4.7\";s:7:\"updated\";s:19:\"2023-10-16 16:00:04\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.7/es_VE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_EC\";a:8:{s:8:\"language\";s:5:\"es_EC\";s:7:\"version\";s:5:\"6.2.8\";s:7:\"updated\";s:19:\"2023-04-21 13:32:10\";s:12:\"english_name\";s:17:\"Spanish (Ecuador)\";s:11:\"native_name\";s:19:\"Español de Ecuador\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.8/es_EC.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_DO\";a:8:{s:8:\"language\";s:5:\"es_DO\";s:7:\"version\";s:6:\"5.8.12\";s:7:\"updated\";s:19:\"2021-10-08 14:32:50\";s:12:\"english_name\";s:28:\"Spanish (Dominican Republic)\";s:11:\"native_name\";s:33:\"Español de República Dominicana\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.8.12/es_DO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_UY\";a:8:{s:8:\"language\";s:5:\"es_UY\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-31 18:33:26\";s:12:\"english_name\";s:17:\"Spanish (Uruguay)\";s:11:\"native_name\";s:19:\"Español de Uruguay\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/es_UY.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PR\";a:8:{s:8:\"language\";s:5:\"es_PR\";s:7:\"version\";s:6:\"5.4.18\";s:7:\"updated\";s:19:\"2020-04-29 15:36:59\";s:12:\"english_name\";s:21:\"Spanish (Puerto Rico)\";s:11:\"native_name\";s:23:\"Español de Puerto Rico\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.4.18/es_PR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:6:\"5.2.23\";s:7:\"updated\";s:19:\"2019-03-02 06:35:01\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.2.23/es_GT.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-10 15:51:08\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/es_AR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-11 00:33:09\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/es_CL.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"6.5.7\";s:7:\"updated\";s:19:\"2024-06-06 09:50:37\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.5.7/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:6:\"6.9-RC\";s:7:\"updated\";s:19:\"2025-11-05 21:53:17\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.9-RC/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2025-12-25 18:17:43\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"fa_AF\";a:8:{s:8:\"language\";s:5:\"fa_AF\";s:7:\"version\";s:6:\"6.9-RC\";s:7:\"updated\";s:19:\"2025-02-14 17:29:08\";s:12:\"english_name\";s:21:\"Persian (Afghanistan)\";s:11:\"native_name\";s:31:\"(فارسی (افغانستان\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.9-RC/fa_AF.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-03 18:15:59\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.9.1/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2025-10-03 04:54:28\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-21 07:08:11\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"6.5.7\";s:7:\"updated\";s:19:\"2024-02-01 23:56:53\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.7/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:3:\"fur\";a:8:{s:8:\"language\";s:3:\"fur\";s:7:\"version\";s:6:\"4.8.27\";s:7:\"updated\";s:19:\"2025-12-20 19:08:53\";s:12:\"english_name\";s:8:\"Friulian\";s:11:\"native_name\";s:8:\"Friulian\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.27/fur.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"fur\";i:3;s:3:\"fur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"fy\";a:8:{s:8:\"language\";s:2:\"fy\";s:7:\"version\";s:5:\"6.2.8\";s:7:\"updated\";s:19:\"2025-10-21 16:35:04\";s:12:\"english_name\";s:7:\"Frisian\";s:11:\"native_name\";s:5:\"Frysk\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.2.8/fy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fy\";i:2;s:3:\"fry\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Trochgean\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-01 13:15:26\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2025-12-09 11:14:55\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.9.1/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ચાલુ રાખો\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:6:\"4.4.34\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.4.34/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"6.2.8\";s:7:\"updated\";s:19:\"2024-05-04 18:39:24\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.8/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"6.4.7\";s:7:\"updated\";s:19:\"2025-02-06 05:17:11\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.7/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"जारी रखें\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-01-31 09:13:17\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.9.1/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:3:\"hsb\";a:8:{s:8:\"language\";s:3:\"hsb\";s:7:\"version\";s:5:\"6.2.8\";s:7:\"updated\";s:19:\"2023-02-22 17:37:32\";s:12:\"english_name\";s:13:\"Upper Sorbian\";s:11:\"native_name\";s:17:\"Hornjoserbšćina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.8/hsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"hsb\";i:3;s:3:\"hsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:4:\"Dale\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-01-26 09:03:23\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-01-16 11:21:47\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:6:\"4.9.28\";s:7:\"updated\";s:19:\"2018-12-11 10:40:02\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.28/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-01 12:46:02\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-01-30 13:49:01\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.9.1/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"次へ\";}}s:5:\"jv_ID\";a:8:{s:8:\"language\";s:5:\"jv_ID\";s:7:\"version\";s:6:\"4.9.28\";s:7:\"updated\";s:19:\"2019-02-16 23:58:56\";s:12:\"english_name\";s:8:\"Javanese\";s:11:\"native_name\";s:9:\"Basa Jawa\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.28/jv_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"jv\";i:2;s:3:\"jav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Nerusaké\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-01-26 09:51:27\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:5:\"6.2.8\";s:7:\"updated\";s:19:\"2023-07-05 11:40:39\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.8/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"kk\";a:8:{s:8:\"language\";s:2:\"kk\";s:7:\"version\";s:6:\"6.9-RC\";s:7:\"updated\";s:19:\"2024-07-18 02:49:24\";s:12:\"english_name\";s:6:\"Kazakh\";s:11:\"native_name\";s:19:\"Қазақ тілі\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.9-RC/kk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kk\";i:2;s:3:\"kaz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Жалғастыру\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:6:\"5.2.23\";s:7:\"updated\";s:19:\"2019-06-10 16:18:28\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2.23/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:2:\"kn\";a:8:{s:8:\"language\";s:2:\"kn\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-02 11:49:59\";s:12:\"english_name\";s:7:\"Kannada\";s:11:\"native_name\";s:15:\"ಕನ್ನಡ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.9.1/kn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kn\";i:2;s:3:\"kan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"ಮುಂದುವರಿಸು\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-23 07:02:09\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-01-29 23:40:05\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی‎\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.9.1/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"به‌رده‌وام به‌\";}}s:3:\"kir\";a:8:{s:8:\"language\";s:3:\"kir\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-01-01 21:45:29\";s:12:\"english_name\";s:6:\"Kyrgyz\";s:11:\"native_name\";s:16:\"Кыргызча\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.9.1/kir.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ky\";i:2;s:3:\"kir\";i:3;s:3:\"kir\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Улантуу\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-23 01:10:05\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.9.1/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"ຕໍ່​ໄປ\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:6:\"6.9-RC\";s:7:\"updated\";s:19:\"2025-09-27 20:51:17\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.9-RC/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-20 20:55:46\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.9.1/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:6:\"6.0.11\";s:7:\"updated\";s:19:\"2022-10-01 09:23:52\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.0.11/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-21 18:42:37\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:5:\"6.5.7\";s:7:\"updated\";s:19:\"2024-06-20 17:22:06\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.5.7/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-01-07 14:17:20\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.9.1/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:6:\"5.5.17\";s:7:\"updated\";s:19:\"2022-03-11 13:52:22\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.5.17/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.2.39\";s:7:\"updated\";s:19:\"2017-12-26 11:57:10\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.39/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-04 18:33:46\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:6:\"6.9-RC\";s:7:\"updated\";s:19:\"2025-11-07 08:26:32\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.9-RC/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:43:\"जारी राख्नुहोस्\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-02 08:54:38\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-20 11:18:50\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-01-29 08:00:04\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/6.9.1/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-18 10:59:16\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:6:\"4.8.27\";s:7:\"updated\";s:19:\"2017-08-25 10:03:08\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.27/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:15:\"Panjabi (India)\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-04 13:44:32\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.3.35\";s:7:\"updated\";s:19:\"2015-12-02 21:41:29\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.3.35/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2025-12-02 18:21:27\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_AO\";a:8:{s:8:\"language\";s:5:\"pt_AO\";s:7:\"version\";s:5:\"6.4.7\";s:7:\"updated\";s:19:\"2023-08-21 12:15:00\";s:12:\"english_name\";s:19:\"Portuguese (Angola)\";s:11:\"native_name\";s:20:\"Português de Angola\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.7/pt_AO.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-04 09:12:12\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:10:\"pt_PT_ao90\";a:8:{s:8:\"language\";s:10:\"pt_PT_ao90\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-04 09:13:24\";s:12:\"english_name\";s:27:\"Portuguese (Portugal, AO90)\";s:11:\"native_name\";s:17:\"Português (AO90)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/6.9.1/pt_PT_ao90.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-01-29 12:52:48\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-01-29 03:22:33\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:3:\"snd\";a:8:{s:8:\"language\";s:3:\"snd\";s:7:\"version\";s:6:\"5.4.18\";s:7:\"updated\";s:19:\"2020-07-07 01:53:37\";s:12:\"english_name\";s:6:\"Sindhi\";s:11:\"native_name\";s:8:\"سنڌي\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/5.4.18/snd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"sd\";i:2;s:3:\"snd\";i:3;s:3:\"snd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"اڳتي هلو\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2025-12-01 04:57:17\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:3:\"skr\";a:8:{s:8:\"language\";s:3:\"skr\";s:7:\"version\";s:6:\"6.9-RC\";s:7:\"updated\";s:19:\"2025-04-24 16:58:02\";s:12:\"english_name\";s:7:\"Saraiki\";s:11:\"native_name\";s:14:\"سرائیکی\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/6.9-RC/skr.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"skr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"جاری رکھو\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2025-10-29 11:19:02\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-14 20:39:21\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.9.1/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2025-12-03 15:37:44\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-01-29 08:15:39\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"sw\";a:8:{s:8:\"language\";s:2:\"sw\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-21 11:17:30\";s:12:\"english_name\";s:7:\"Swahili\";s:11:\"native_name\";s:9:\"Kiswahili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.9.1/sw.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sw\";i:2;s:3:\"swa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Endelea\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:5:\"ta_LK\";a:8:{s:8:\"language\";s:5:\"ta_LK\";s:7:\"version\";s:6:\"4.2.39\";s:7:\"updated\";s:19:\"2015-12-03 01:07:44\";s:12:\"english_name\";s:17:\"Tamil (Sri Lanka)\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.39/ta_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"தொடர்க\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:6:\"5.8.12\";s:7:\"updated\";s:19:\"2022-06-08 04:30:30\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.8.12/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2025-12-13 08:39:22\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.9.1/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-06 07:07:54\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-01-29 23:09:01\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:16:\"ئۇيغۇرچە\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-18 21:10:00\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.8/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:6:\"5.4.18\";s:7:\"updated\";s:19:\"2020-04-09 11:17:33\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.4.18/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-02-28 12:02:22\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2025-09-01 09:12:13\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.9.1/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-01-06 20:16:48\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"6.9.1\";s:7:\"updated\";s:19:\"2026-02-11 16:22:59\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.9.1/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"6.2.8\";s:7:\"updated\";s:19:\"2022-07-15 15:25:03\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:12:\"香港中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.8/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}}', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(390430, '_transient_timeout_edd_check_protection_files', '1771882927', 'off'),
(390431, '_transient_edd_check_protection_files', '1', 'off'),
(390739, '_site_transient_timeout_theme_roots', '1771850439', 'off'),
(390432, '_transient_edd-sc-receipt-check', '86400', 'on'),
(390433, '_transient_timeout_wpseo_site_information', '1771882927', 'off'),
(390434, '_transient_wpseo_site_information', 'O:8:\"stdClass\":2:{s:3:\"url\";N;s:13:\"subscriptions\";a:5:{i:0;O:8:\"stdClass\":3:{s:11:\"renewal_url\";N;s:11:\"expiry_date\";s:8:\"+5 years\";s:7:\"product\";O:8:\"stdClass\":7:{s:7:\"version\";N;s:4:\"name\";N;s:4:\"slug\";s:27:\"yoast-seo-wordpress-premium\";s:12:\"last_updated\";N;s:9:\"store_url\";N;s:8:\"download\";N;s:9:\"changelog\";N;}}i:1;O:8:\"stdClass\":3:{s:11:\"renewal_url\";N;s:11:\"expiry_date\";s:8:\"+5 years\";s:7:\"product\";O:8:\"stdClass\":7:{s:7:\"version\";N;s:4:\"name\";N;s:4:\"slug\";s:14:\"yoast-seo-news\";s:12:\"last_updated\";N;s:9:\"store_url\";N;s:8:\"download\";N;s:9:\"changelog\";N;}}i:2;O:8:\"stdClass\":3:{s:11:\"renewal_url\";N;s:11:\"expiry_date\";s:8:\"+5 years\";s:7:\"product\";O:8:\"stdClass\":7:{s:7:\"version\";N;s:4:\"name\";N;s:4:\"slug\";s:21:\"yoast-seo-woocommerce\";s:12:\"last_updated\";N;s:9:\"store_url\";N;s:8:\"download\";N;s:9:\"changelog\";N;}}i:3;O:8:\"stdClass\":3:{s:11:\"renewal_url\";N;s:11:\"expiry_date\";s:8:\"+5 years\";s:7:\"product\";O:8:\"stdClass\":7:{s:7:\"version\";N;s:4:\"name\";N;s:4:\"slug\";s:15:\"yoast-seo-video\";s:12:\"last_updated\";N;s:9:\"store_url\";N;s:8:\"download\";N;s:9:\"changelog\";N;}}i:4;O:8:\"stdClass\":3:{s:11:\"renewal_url\";N;s:11:\"expiry_date\";s:8:\"+5 years\";s:7:\"product\";O:8:\"stdClass\":7:{s:7:\"version\";N;s:4:\"name\";N;s:4:\"slug\";s:15:\"yoast-seo-local\";s:12:\"last_updated\";N;s:9:\"store_url\";N;s:8:\"download\";N;s:9:\"changelog\";N;}}}}', 'off'),
(390740, '_site_transient_theme_roots', 'a:7:{s:9:\"lotusfile\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";s:16:\"twentytwentyfive\";s:7:\"/themes\";s:16:\"twentytwentyfour\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";}', 'off'),
(390445, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:65:\"https://downloads.wordpress.org/release/fa_IR/wordpress-6.9.1.zip\";s:6:\"locale\";s:5:\"fa_IR\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:65:\"https://downloads.wordpress.org/release/fa_IR/wordpress-6.9.1.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:5:\"6.9.1\";s:7:\"version\";s:5:\"6.9.1\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1771825930;s:15:\"version_checked\";s:5:\"6.9.1\";s:12:\"translations\";a:0:{}}', 'off'),
(390616, '_site_transient_timeout_wp_rocket_update_data', '1771869140', 'off'),
(390617, '_site_transient_wp_rocket_update_data', 'O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:20:\"rocket_update_failed\";a:1:{i:0;s:321:\"یک خطای غیر منتظره رخ داد. ممکن است خطایی در WP-Rocket.me یا تنظیمات سرور&#8217;s شما باشد. اگر مشکل شما ادامه داشت، <a href=\"https://wp-rocket.me/support/?utm_source=wp_plugin&utm_medium=wp_rocket\">با پشتیبانی تماس بگیرید</a>.\";}}s:10:\"error_data\";a:1:{s:20:\"rocket_update_failed\";a:2:{s:9:\"http_code\";i:202;s:8:\"response\";s:170:\"{\"success\":false,\"data\":{\"reason\":\"BAD_WEBSITE\",\"consumer_key\":\"********\",\"consumer_email\":\"activated@wp-rocket.me\",\"referer\":\"https:\\/\\/activereading.xyz\",\"host\":false}}\";}}s:18:\"\0*\0additional_data\";a:0:{}}', 'off'),
(390618, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1771861239;s:8:\"response\";a:10:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":13:{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:3:\"5.6\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/akismet.5.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/akismet/assets/banner-1544x500.png?rev=2900731\";s:2:\"1x\";s:62:\"https://ps.w.org/akismet/assets/banner-772x250.png?rev=2900731\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";s:6:\"tested\";s:5:\"6.9.1\";s:12:\"requires_php\";s:3:\"7.2\";s:16:\"requires_plugins\";a:0:{}}s:39:\"disable-gutenberg/disable-gutenberg.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:31:\"w.org/plugins/disable-gutenberg\";s:4:\"slug\";s:17:\"disable-gutenberg\";s:6:\"plugin\";s:39:\"disable-gutenberg/disable-gutenberg.php\";s:11:\"new_version\";s:3:\"3.3\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/disable-gutenberg/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/disable-gutenberg.3.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/disable-gutenberg/assets/icon-256x256.png?rev=1925990\";s:2:\"1x\";s:70:\"https://ps.w.org/disable-gutenberg/assets/icon-128x128.png?rev=1925990\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";s:6:\"tested\";s:5:\"6.9.1\";s:12:\"requires_php\";s:6:\"5.6.20\";s:16:\"requires_plugins\";a:0:{}}s:49:\"easy-digital-downloads/easy-digital-downloads.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:36:\"w.org/plugins/easy-digital-downloads\";s:4:\"slug\";s:22:\"easy-digital-downloads\";s:6:\"plugin\";s:49:\"easy-digital-downloads/easy-digital-downloads.php\";s:11:\"new_version\";s:5:\"3.6.5\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/easy-digital-downloads/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/easy-digital-downloads.3.6.5.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:67:\"https://ps.w.org/easy-digital-downloads/assets/icon.svg?rev=3455837\";s:3:\"svg\";s:67:\"https://ps.w.org/easy-digital-downloads/assets/icon.svg?rev=3455837\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/easy-digital-downloads/assets/banner-1544x500.png?rev=3455837\";s:2:\"1x\";s:77:\"https://ps.w.org/easy-digital-downloads/assets/banner-772x250.png?rev=3455837\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.2\";s:6:\"tested\";s:5:\"6.9.1\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:23:\"elementor/elementor.php\";O:8:\"stdClass\":13:{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.35.5\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.35.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3444228\";s:2:\"1x\";s:62:\"https://ps.w.org/elementor/assets/icon-128x128.gif?rev=3444228\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=3443226\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=3443226\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.6\";s:6:\"tested\";s:5:\"6.9.1\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:55:\"luckywp-table-of-contents/luckywp-table-of-contents.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:39:\"w.org/plugins/luckywp-table-of-contents\";s:4:\"slug\";s:25:\"luckywp-table-of-contents\";s:6:\"plugin\";s:55:\"luckywp-table-of-contents/luckywp-table-of-contents.php\";s:11:\"new_version\";s:6:\"2.1.14\";s:3:\"url\";s:56:\"https://wordpress.org/plugins/luckywp-table-of-contents/\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/plugin/luckywp-table-of-contents.2.1.14.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/luckywp-table-of-contents/assets/icon-256x256.png?rev=2100677\";s:2:\"1x\";s:78:\"https://ps.w.org/luckywp-table-of-contents/assets/icon-128x128.png?rev=2100677\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:81:\"https://ps.w.org/luckywp-table-of-contents/assets/banner-1544x500.png?rev=2100677\";s:2:\"1x\";s:80:\"https://ps.w.org/luckywp-table-of-contents/assets/banner-772x250.png?rev=2100677\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";s:6:\"tested\";s:5:\"6.7.4\";s:12:\"requires_php\";s:6:\"5.6.20\";s:16:\"requires_plugins\";a:0:{}}s:20:\"smtp-mailer/main.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:25:\"w.org/plugins/smtp-mailer\";s:4:\"slug\";s:11:\"smtp-mailer\";s:6:\"plugin\";s:20:\"smtp-mailer/main.php\";s:11:\"new_version\";s:6:\"1.1.25\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/smtp-mailer/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/smtp-mailer.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:64:\"https://ps.w.org/smtp-mailer/assets/icon-128x128.png?rev=1312656\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/smtp-mailer/assets/banner-772x250.jpg?rev=3064363\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.9\";s:6:\"tested\";s:5:\"6.9.1\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}}s:37:\"user-role-editor/user-role-editor.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:30:\"w.org/plugins/user-role-editor\";s:4:\"slug\";s:16:\"user-role-editor\";s:6:\"plugin\";s:37:\"user-role-editor/user-role-editor.php\";s:11:\"new_version\";s:6:\"4.64.6\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/user-role-editor/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/user-role-editor.4.64.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/user-role-editor/assets/icon-256x256.jpg?rev=1020390\";s:2:\"1x\";s:69:\"https://ps.w.org/user-role-editor/assets/icon-128x128.jpg?rev=1020390\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:71:\"https://ps.w.org/user-role-editor/assets/banner-772x250.png?rev=1263116\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"6.9.1\";s:12:\"requires_php\";s:3:\"7.3\";s:16:\"requires_plugins\";a:0:{}}s:23:\"wordfence/wordfence.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:23:\"w.org/plugins/wordfence\";s:4:\"slug\";s:9:\"wordfence\";s:6:\"plugin\";s:23:\"wordfence/wordfence.php\";s:11:\"new_version\";s:5:\"8.1.4\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/wordfence/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/wordfence.8.1.4.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:54:\"https://ps.w.org/wordfence/assets/icon.svg?rev=2070865\";s:3:\"svg\";s:54:\"https://ps.w.org/wordfence/assets/icon.svg?rev=2070865\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/wordfence/assets/banner-1544x500.jpg?rev=2124102\";s:2:\"1x\";s:64:\"https://ps.w.org/wordfence/assets/banner-772x250.jpg?rev=2124102\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";s:6:\"tested\";s:5:\"6.9.1\";s:12:\"requires_php\";s:3:\"7.0\";s:16:\"requires_plugins\";a:0:{}}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":13:{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:\"27.0\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.27.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.gif?rev=3419908\";s:2:\"1x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-128x128.gif?rev=3419908\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=3257862\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=3257862\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=3257862\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=3257862\";}s:8:\"requires\";s:3:\"6.8\";s:6:\"tested\";s:5:\"6.9.1\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:31:\"elementor-pro/elementor-pro.php\";O:8:\"stdClass\":17:{s:14:\"stable_version\";s:6:\"3.35.1\";s:12:\"last_updated\";s:19:\"2026-02-11 10:26:59\";s:11:\"new_version\";s:6:\"3.35.1\";s:4:\"name\";s:13:\"Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:36:\"https://elementor.com/pro/changelog/\";s:8:\"homepage\";s:26:\"https://elementor.com/pro/\";s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.9.1\";s:18:\"elementor_requires\";s:5:\"3.0.1\";s:7:\"package\";s:328:\"https://plugin-downloads.elementor.com/v2/package_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiYWN0aXZhdGVkIiwidXJsIjoiaHR0cHM6Ly9hY3RpdmVyZWFkaW5nLnh5eiIsImRvd25sb2FkX2JldGEiOmZhbHNlLCJmaWxlX2tleSI6IjEiLCJpYXQiOjE3NzA5MDk4ODMsImV4cCI6MTc3MDk5NjI4M30.jEfaXDLtkuQqdjuj4L_KEpLhht_vxC0Ov3n4WU96Rb4/package_download\";s:13:\"download_link\";s:328:\"https://plugin-downloads.elementor.com/v2/package_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiYWN0aXZhdGVkIiwidXJsIjoiaHR0cHM6Ly9hY3RpdmVyZWFkaW5nLnh5eiIsImRvd25sb2FkX2JldGEiOmZhbHNlLCJmaWxlX2tleSI6IjEiLCJpYXQiOjE3NzA5MDk4ODMsImV4cCI6MTc3MDk5NjI4M30.jEfaXDLtkuQqdjuj4L_KEpLhht_vxC0Ov3n4WU96Rb4/package_download\";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:5:\"icons\";a:1:{s:3:\"svg\";s:75:\"https://storage.googleapis.com/web-public-files/Web%20Assets/icons/icon.svg\";}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:12:{s:11:\"new_version\";s:5:\"3.7.0\";s:4:\"name\";s:13:\"Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:36:\"https://elementor.com/pro/changelog/\";s:8:\"homepage\";s:26:\"https://elementor.com/pro/\";s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.9.1\";s:18:\"elementor_requires\";s:5:\"3.0.1\";s:7:\"package\";s:305:\"https://plugin-downloads.elementor.com/v2/previous_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiYWN0aXZhdGVkIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly9hY3RpdmVyZWFkaW5nLnh5eiIsImlhdCI6MTc3MDkwOTg4MywiZXhwIjoxNzcwOTk2MjgzfQ.lyG1Wp4S34PMM9rvWaWfhSU1QsXbNe8Fc2PaVtw0AME/previous_download\";s:13:\"download_link\";s:305:\"https://plugin-downloads.elementor.com/v2/previous_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiYWN0aXZhdGVkIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly9hY3RpdmVyZWFkaW5nLnh5eiIsImlhdCI6MTc3MDkwOTg4MywiZXhwIjoxNzcwOTk2MjgzfQ.lyG1Wp4S34PMM9rvWaWfhSU1QsXbNe8Fc2PaVtw0AME/previous_download\";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:5:\"icons\";a:1:{s:3:\"svg\";s:75:\"https://storage.googleapis.com/web-public-files/Web%20Assets/icons/icon.svg\";}}s:10:\"conditions\";a:1:{i:0;a:1:{i:0;a:3:{s:4:\"type\";s:8:\"language\";s:9:\"languages\";a:27:{i:0;s:5:\"he_IL\";i:1;s:5:\"nl_NL\";i:2;s:5:\"en_GB\";i:3;s:5:\"en_NZ\";i:4;s:5:\"en_ZA\";i:5;s:5:\"en_AU\";i:6;s:5:\"en_CA\";i:7;s:5:\"sv_SE\";i:8;s:5:\"da_DK\";i:9;s:5:\"fr_FR\";i:10;s:5:\"nl_NL\";i:11;s:5:\"nb_NO\";i:12;s:5:\"de_AT\";i:13;s:2:\"fi\";i:14;s:5:\"it_IT\";i:15;s:5:\"nn_NO\";i:16;s:5:\"de_CH\";i:17;s:5:\"en_GB\";i:18;s:5:\"is_IS\";i:19;s:2:\"ga\";i:20;s:5:\"fr_BE\";i:21;s:5:\"nl_BE\";i:22;s:3:\"ast\";i:23;s:5:\"lb_LU\";i:24;s:5:\"es_ES\";i:25;s:5:\"pt_PT\";i:26;s:3:\"mlt\";}s:8:\"operator\";s:2:\"in\";}}}}s:5:\"cloud\";b:0;s:6:\"plugin\";s:31:\"elementor-pro/elementor-pro.php\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:2:{s:37:\"tinymce-advanced/tinymce-advanced.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:30:\"w.org/plugins/tinymce-advanced\";s:4:\"slug\";s:16:\"tinymce-advanced\";s:6:\"plugin\";s:37:\"tinymce-advanced/tinymce-advanced.php\";s:11:\"new_version\";s:5:\"5.9.2\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/tinymce-advanced/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/tinymce-advanced.5.9.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/tinymce-advanced/assets/icon-256x256.png?rev=971511\";s:2:\"1x\";s:68:\"https://ps.w.org/tinymce-advanced/assets/icon-128x128.png?rev=971511\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/tinymce-advanced/assets/banner-1544x500.png?rev=2390186\";s:2:\"1x\";s:71:\"https://ps.w.org/tinymce-advanced/assets/banner-772x250.png?rev=2390186\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.9\";}s:27:\"updraftplus/updraftplus.php\";O:8:\"stdClass\":10:{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:6:\"1.26.1\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/updraftplus/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/updraftplus.1.26.1.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:8:\"requires\";s:3:\"3.2\";}}s:7:\"checked\";a:19:{s:37:\"tinymce-advanced/tinymce-advanced.php\";s:5:\"5.9.2\";s:19:\"akismet/akismet.php\";s:3:\"5.3\";s:39:\"disable-gutenberg/disable-gutenberg.php\";s:3:\"3.1\";s:33:\"duplicator-pro/duplicator-pro.php\";s:6:\"4.5.11\";s:49:\"easy-digital-downloads/easy-digital-downloads.php\";s:5:\"3.2.5\";s:57:\"edd-enhanced-sales-reports/edd-enhanced-sales-reports.php\";s:6:\"1.1.12\";s:23:\"elementor/elementor.php\";s:6:\"3.11.2\";s:31:\"elementor-pro/elementor-pro.php\";s:6:\"3.35.1\";s:55:\"luckywp-table-of-contents/luckywp-table-of-contents.php\";s:5:\"2.1.4\";s:29:\"RTL-CareUnit/RTL-CareUnit.php\";s:5:\"1.7.7\";s:20:\"smtp-mailer/main.php\";s:6:\"1.1.11\";s:27:\"updraftplus/updraftplus.php\";s:6:\"1.26.1\";s:37:\"user-role-editor/user-role-editor.php\";s:6:\"4.64.2\";s:23:\"wordfence/wordfence.php\";s:6:\"7.10.3\";s:23:\"wp-rocket/wp-rocket.php\";s:6:\"3.15.3\";s:24:\"wordpress-seo/wp-seo.php\";s:4:\"23.1\";s:25:\"wpseo-video/video-seo.php\";s:4:\"14.3\";s:40:\"wordpress-seo-premium/wp-seo-premium.php\";s:4:\"22.8\";s:70:\"edd-zarinpal-58b2cb3233aa8691923953d80d77c05083ca71cd/edd-zarinpal.php\";s:5:\"2.1.0\";}}', 'off'),
(390737, '_transient_timeout_RTL-CareUnit-Update', '1771891839', 'off'),
(390738, '_transient_RTL-CareUnit-Update', 'a:6:{s:7:\"headers\";O:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:4:\"date\";s:29:\"Mon, 23 Feb 2026 12:10:38 GMT\";s:12:\"content-type\";s:16:\"application/json\";s:14:\"content-length\";s:3:\"923\";s:13:\"last-modified\";s:29:\"Sat, 17 Feb 2024 07:00:09 GMT\";s:4:\"etag\";s:14:\"\"65d05979-39b\"\";s:6:\"server\";s:20:\"Hosted by hostdl.com\";s:7:\"expires\";s:29:\"Wed, 25 Mar 2026 12:10:38 GMT\";s:13:\"cache-control\";s:15:\"max-age=2592000\";s:13:\"accept-ranges\";s:5:\"bytes\";}}s:4:\"body\";s:923:\"{\r\n  \"name\": \"مدیریت لایسنس راست چین\",\r\n  \"slug\": \"RTL-CareUnit\",\r\n  \"version\": \"1.7.7\",\r\n  \"author\": \"راستچین\",\r\n  \"author_profile\": \"https://www.rtl-theme.com/\",\r\n  \"requires\": \"5.0\",\r\n  \"tested\": \"6.2\",\r\n  \"requires_php\": \"7.2\",\r\n  \"last_updated\": \"2023-12-27 12:04:00\",\r\n  \"homepage\": \"https://www.rtl-theme.com/\",\r\n  \"sections\": {\r\n    \"description\": \"افزونه ای جهت فعالسازی، بروزرسانی و مراقبت از محصولات وردپرس راستچین\",\r\n    \"installation\": \"\",\r\n    \"faq\": \"\",\r\n    \"changelog\": \"\",\r\n    \"screenshots\": \"\"\r\n  },\r\n  \"download_link\": \"https://files.rtl-theme.com/plugins/rtlCareUnit.zip\",\r\n  \"screenshots\": {},\r\n  \"tags\": {},\r\n  \"versions\": {},\r\n  \"banners\": {\r\n    \"low\": \"https://files.rtl-theme.com/plugins/rtlCareUnit/banner-772x250.jpg\",\r\n    \"high\": \"https://files.rtl-theme.com/plugins/rtlCareUnit/banner-1544x500.jpg\"\r\n  }\r\n}\";s:8:\"response\";a:2:{s:4:\"code\";i:200;s:7:\"message\";s:2:\"OK\";}s:7:\"cookies\";a:0:{}s:8:\"filename\";N;s:13:\"http_response\";O:25:\"WP_HTTP_Requests_Response\":5:{s:11:\"\0*\0response\";O:23:\"WpOrg\\Requests\\Response\":10:{s:4:\"body\";s:923:\"{\r\n  \"name\": \"مدیریت لایسنس راست چین\",\r\n  \"slug\": \"RTL-CareUnit\",\r\n  \"version\": \"1.7.7\",\r\n  \"author\": \"راستچین\",\r\n  \"author_profile\": \"https://www.rtl-theme.com/\",\r\n  \"requires\": \"5.0\",\r\n  \"tested\": \"6.2\",\r\n  \"requires_php\": \"7.2\",\r\n  \"last_updated\": \"2023-12-27 12:04:00\",\r\n  \"homepage\": \"https://www.rtl-theme.com/\",\r\n  \"sections\": {\r\n    \"description\": \"افزونه ای جهت فعالسازی، بروزرسانی و مراقبت از محصولات وردپرس راستچین\",\r\n    \"installation\": \"\",\r\n    \"faq\": \"\",\r\n    \"changelog\": \"\",\r\n    \"screenshots\": \"\"\r\n  },\r\n  \"download_link\": \"https://files.rtl-theme.com/plugins/rtlCareUnit.zip\",\r\n  \"screenshots\": {},\r\n  \"tags\": {},\r\n  \"versions\": {},\r\n  \"banners\": {\r\n    \"low\": \"https://files.rtl-theme.com/plugins/rtlCareUnit/banner-772x250.jpg\",\r\n    \"high\": \"https://files.rtl-theme.com/plugins/rtlCareUnit/banner-1544x500.jpg\"\r\n  }\r\n}\";s:3:\"raw\";s:1243:\"HTTP/1.1 200 OK\r\nDate: Mon, 23 Feb 2026 12:10:38 GMT\r\nContent-Type: application/json\r\nContent-Length: 923\r\nLast-Modified: Sat, 17 Feb 2024 07:00:09 GMT\r\nConnection: close\r\nETag: \"65d05979-39b\"\r\nServer: Hosted by hostdl.com\r\nExpires: Wed, 25 Mar 2026 12:10:38 GMT\r\nCache-Control: max-age=2592000\r\nAccept-Ranges: bytes\r\n\r\n{\r\n  \"name\": \"مدیریت لایسنس راست چین\",\r\n  \"slug\": \"RTL-CareUnit\",\r\n  \"version\": \"1.7.7\",\r\n  \"author\": \"راستچین\",\r\n  \"author_profile\": \"https://www.rtl-theme.com/\",\r\n  \"requires\": \"5.0\",\r\n  \"tested\": \"6.2\",\r\n  \"requires_php\": \"7.2\",\r\n  \"last_updated\": \"2023-12-27 12:04:00\",\r\n  \"homepage\": \"https://www.rtl-theme.com/\",\r\n  \"sections\": {\r\n    \"description\": \"افزونه ای جهت فعالسازی، بروزرسانی و مراقبت از محصولات وردپرس راستچین\",\r\n    \"installation\": \"\",\r\n    \"faq\": \"\",\r\n    \"changelog\": \"\",\r\n    \"screenshots\": \"\"\r\n  },\r\n  \"download_link\": \"https://files.rtl-theme.com/plugins/rtlCareUnit.zip\",\r\n  \"screenshots\": {},\r\n  \"tags\": {},\r\n  \"versions\": {},\r\n  \"banners\": {\r\n    \"low\": \"https://files.rtl-theme.com/plugins/rtlCareUnit/banner-772x250.jpg\",\r\n    \"high\": \"https://files.rtl-theme.com/plugins/rtlCareUnit/banner-1544x500.jpg\"\r\n  }\r\n}\";s:7:\"headers\";O:31:\"WpOrg\\Requests\\Response\\Headers\":1:{s:7:\"\0*\0data\";a:9:{s:4:\"date\";a:1:{i:0;s:29:\"Mon, 23 Feb 2026 12:10:38 GMT\";}s:12:\"content-type\";a:1:{i:0;s:16:\"application/json\";}s:14:\"content-length\";a:1:{i:0;s:3:\"923\";}s:13:\"last-modified\";a:1:{i:0;s:29:\"Sat, 17 Feb 2024 07:00:09 GMT\";}s:4:\"etag\";a:1:{i:0;s:14:\"\"65d05979-39b\"\";}s:6:\"server\";a:1:{i:0;s:20:\"Hosted by hostdl.com\";}s:7:\"expires\";a:1:{i:0;s:29:\"Wed, 25 Mar 2026 12:10:38 GMT\";}s:13:\"cache-control\";a:1:{i:0;s:15:\"max-age=2592000\";}s:13:\"accept-ranges\";a:1:{i:0;s:5:\"bytes\";}}}s:11:\"status_code\";i:200;s:16:\"protocol_version\";d:1.100000000000000088817841970012523233890533447265625;s:7:\"success\";b:1;s:9:\"redirects\";i:0;s:3:\"url\";s:64:\"https://files.rtl-theme.com/plugins/rtlCareUnit/rtlCareUnit.json\";s:7:\"history\";a:0:{}s:7:\"cookies\";O:25:\"WpOrg\\Requests\\Cookie\\Jar\":1:{s:10:\"\0*\0cookies\";a:0:{}}}s:11:\"\0*\0filename\";N;s:4:\"data\";N;s:7:\"headers\";N;s:6:\"status\";N;}}', 'off'),
(390619, '_site_transient_update_themes', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1771848639;s:7:\"checked\";a:7:{s:9:\"lotusfile\";s:1:\"6\";s:12:\"twentytwenty\";s:3:\"2.0\";s:16:\"twentytwentyfive\";s:3:\"1.0\";s:16:\"twentytwentyfour\";s:3:\"1.0\";s:15:\"twentytwentyone\";s:3:\"1.6\";s:17:\"twentytwentythree\";s:3:\"1.0\";s:15:\"twentytwentytwo\";s:3:\"1.2\";}s:8:\"response\";a:6:{s:12:\"twentytwenty\";a:6:{s:5:\"theme\";s:12:\"twentytwenty\";s:11:\"new_version\";s:3:\"3.0\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.3.0.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:16:\"twentytwentyfive\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfive\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfive/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfive.1.4.zip\";s:8:\"requires\";s:3:\"6.7\";s:12:\"requires_php\";s:3:\"7.2\";}s:16:\"twentytwentyfour\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfour\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.4.zip\";s:8:\"requires\";s:3:\"6.4\";s:12:\"requires_php\";s:3:\"7.0\";}s:15:\"twentytwentyone\";a:6:{s:5:\"theme\";s:15:\"twentytwentyone\";s:11:\"new_version\";s:3:\"2.7\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.2.7.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.6\";}s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.6.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:15:\"twentytwentytwo\";a:6:{s:5:\"theme\";s:15:\"twentytwentytwo\";s:11:\"new_version\";s:3:\"2.1\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.2.1.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}', 'off');

-- --------------------------------------------------------

--
-- Table structure for table `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) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_postmeta`
--

INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1, 2, '_wp_page_template', 'elementor_canvas'),
(2, 3, '_wp_page_template', 'default'),
(3, 5, '_elementor_edit_mode', 'builder'),
(4, 5, '_elementor_template_type', 'kit'),
(168, 33, '_yoast_wpseo_videositemap-rating', '0'),
(169, 33, '_yoast_wpseo_focuskeywords', '[]'),
(170, 33, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(171, 33, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(172, 33, '_yoast_wpseo_wordproof_timestamp', ''),
(173, 33, '_yoast_post_redirect_info', 'a:4:{s:6:\"origin\";s:36:\"%d9%be%d8%b1%d8%af%d8%a7%d8%ae%d8%aa\";s:6:\"target\";s:3:\"pay\";s:4:\"type\";i:301;s:6:\"format\";s:5:\"plain\";}'),
(195, 2, '_elementor_css', 'a:7:{s:4:\"time\";i:1677673535;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),
(197, 37, '_edit_last', '1'),
(198, 37, '_wp_page_template', 'elementor_canvas'),
(199, 37, '_yoast_indexnow_last_ping', '1677673581'),
(200, 37, '_yoast_wpseo_videositemap-rating', '0'),
(201, 37, '_yoast_wpseo_focuskeywords', '[]'),
(202, 37, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(203, 37, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(204, 37, '_yoast_wpseo_wordproof_timestamp', ''),
(194, 5, '_elementor_css', 'a:6:{s:4:\"time\";i:1677673535;s:5:\"fonts\";a:3:{i:0;s:6:\"Roboto\";i:1;s:11:\"Roboto Slab\";i:4;s:8:\"iransans\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(183, 37, '_edit_lock', '1677676058:1'),
(184, 42, '_wp_attached_file', '2023/01/background-books.jpg'),
(185, 42, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1960;s:6:\"height\";i:1008;s:4:\"file\";s:28:\"2023/01/background-books.jpg\";s:8:\"filesize\";i:76903;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"background-books-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4531;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"background-books-1024x527.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:527;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37157;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"background-books-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2590;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"background-books-768x395.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:395;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23100;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"background-books-1536x790.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:790;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70480;}}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:{}}}'),
(8, 7, '_wp_attached_file', '2023/01/folders.png'),
(9, 7, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:19:\"2023/01/folders.png\";s:8:\"filesize\";i:23019;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"folders-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15472;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"folders-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7127;}}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:{}}}'),
(10, 7, '_elementor_source_image_hash', 'f878bb633e9a701da43fde8d8217773f40451b65'),
(11, 8, '_wp_attached_file', '2023/01/ریحانه-بهشتی-pdf.png'),
(12, 8, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:39:\"2023/01/ریحانه-بهشتی-pdf.png\";s:8:\"filesize\";i:270604;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"ریحانه-بهشتی-pdf-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42027;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"ریحانه-بهشتی-pdf-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18140;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"ریحانه-بهشتی-pdf-768x384.png\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:190886;}}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:{}}}'),
(13, 8, '_elementor_source_image_hash', '5f930bf55278fb2e7724710055c22dfbfc31fa75'),
(14, 9, '_elementor_edit_mode', 'builder'),
(15, 9, '_elementor_template_type', 'page'),
(16, 9, '_elementor_version', '3.11.2'),
(17, 9, '_elementor_pro_version', '3.11.1'),
(22, 9, '_wp_page_template', 'elementor_canvas'),
(23, 9, '_elementor_page_settings', 'a:8:{s:10:\"hide_title\";s:3:\"yes\";s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#1B213B\";s:14:\"padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:18:\"background_color_b\";s:7:\"#223073\";s:16:\"background_image\";a:5:{s:3:\"url\";s:68:\"https://bazienfejar.org/wp-content/uploads/2022/03/Screenshot_63.jpg\";s:2:\"id\";i:45;s:4:\"size\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:6:\"source\";s:7:\"library\";}s:19:\"background_position\";s:13:\"center center\";s:21:\"background_attachment\";s:5:\"fixed\";}'),
(24, 9, '_elementor_data', '[{\"id\":\"789d850b\",\"elType\":\"section\",\"settings\":{\"height\":\"full\",\"column_position\":\"top\"},\"elements\":[{\"id\":\"5edc2322\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"6a01283b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u062f\\u0627\\u0646\\u0644\\u0648\\u062f pdf \\u06a9\\u062a\\u0627\\u0628 active 2\",\"link\":{\"url\":\"https:\\/\\/activereading.xyz\",\"is_external\":\"\",\"nofollow\":\"\"},\"size\":\"small\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"IranSans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":53,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":39,\"sizes\":[]},\"_animation\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e65fe00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":18,\"url\":\"https:\\/\\/activereading.xyz\\/wp-content\\/uploads\\/2023\\/01\\/activereading.png\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"thumbnail\",\"align\":\"center\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71f6d8b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[purchase_link id=\\\"38\\\" text=\\\"\\u062e\\u0631\\u06cc\\u062f\\\" style=\\\"button\\\" color=\\\"has-edd-button-background-color has-edd-button-text-color\\\"]<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"770ef685\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"\\u062f\\u0627\\u0646\\u0644\\u0648\\u062f \\u06a9\\u062a\\u0627\\u0628 \\u0627\\u06a9\\u062a\\u06cc\\u0648 \\u06f2 PDF \\u0628\\u0627 \\u062f\\u06a9\\u0645\\u0647 \\u0628\\u0627\\u0644\\u0627 \\ud83d\\ude0d\\ud83d\\udc46\\ud83c\\udffb\",\"align\":\"center\",\"size\":\"md\",\"icon_indent\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFC900\",\"typography_typography\":\"custom\",\"typography_font_family\":\"IranSans\",\"typography_font_weight\":\"500\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"cd01186\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"\\u067e\\u0634\\u062a\\u06cc\\u0628\\u0627\\u0646\\u06cc \\u062a\\u0644\\u06af\\u0631\\u0627\\u0645\",\"align\":\"center\",\"size\":\"md\",\"icon_indent\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#0493FC\",\"typography_typography\":\"custom\",\"typography_font_family\":\"IranSans\",\"typography_font_weight\":\"500\",\"_animation\":\"none\",\"link\":{\"url\":\"https:\\/\\/t.me\\/poshtibaniketab\",\"is_external\":\"\",\"nofollow\":\"on\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"79627e5\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"\\u067e\\u0634\\u062a\\u06cc\\u0628\\u0627\\u0646\\u06cc WatsApp\",\"align\":\"center\",\"size\":\"md\",\"icon_indent\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#04FC6E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"IranSans\",\"typography_font_weight\":\"500\",\"_animation\":\"none\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+6283874262117\",\"is_external\":\"\",\"nofollow\":\"on\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"3d850f4d\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u2705 \\u062e\\u0631\\u06cc\\u062f \\u0622\\u0646\\u06cc \\u0628\\u0627 \\u0633\\u0631\\u06cc\\u0639 \\u062a\\u0631\\u06cc\\u0646 \\u062f\\u0631\\u06af\\u0627\\u0647 \\u0628\\u0627\\u0646\\u06a9\\u06cc\",\"size\":\"small\",\"align\":\"center\",\"title_color\":\"#34DA18\",\"typography_typography\":\"custom\",\"typography_font_family\":\"IranSans\",\"typography_font_weight\":\"600\",\"header_size\":\"p\",\"_animation\":\"none\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ddcecb\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83d\\udcb5 \\u0644\\u06cc\\u0646\\u06a9 \\u062f\\u0627\\u0646\\u0644\\u0648\\u062f \\u0628\\u0639\\u062f \\u0627\\u0632 \\u062e\\u0631\\u06cc\\u062f \\u0628\\u0631\\u0627\\u06cc \\u0634\\u0645\\u0627 \\u0646\\u0645\\u0627\\u06cc\\u0634 \\u062f\\u0627\\u062f\\u0647 \\u062e\\u0648\\u0627\\u0647\\u062f \\u0634\\u062f\",\"size\":\"small\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#25EBEC\",\"_animation\":\"none\",\"typography_typography\":\"custom\",\"typography_font_family\":\"IranSans\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73f41e0f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u2705 \\u0641\\u0627\\u06cc\\u0644 \\u0628\\u0647 \\u0635\\u0648\\u0631\\u062a PDF \\u0645\\u06cc \\u0628\\u0627\\u0634\\u062f\",\"size\":\"small\",\"align\":\"center\",\"title_color\":\"#047aca\",\"typography_typography\":\"custom\",\"typography_font_family\":\"IranSans\",\"typography_font_weight\":\"600\",\"header_size\":\"p\",\"_animation\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"46d015fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u2705 \\u0645\\u062d\\u062a\\u0648\\u0627\\u06cc \\u062f\\u0627\\u0646\\u0644\\u0648\\u062f\\u06cc \\u0634\\u0645\\u0627 \\u062f\\u0627\\u0631\\u0627\\u06cc 278 \\u0635\\u0641\\u062d\\u0647 \\u0627\\u0633\\u062a\",\"size\":\"small\",\"align\":\"center\",\"title_color\":\"#FF0000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"typography_font_family\":\"IranSans\",\"header_size\":\"p\",\"_animation\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18014170\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"28d2c247\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"39d8271f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":28,\"url\":\"https:\\/\\/activereading.xyz\\/wp-content\\/uploads\\/2023\\/01\\/\\u06a9\\u062a\\u0627\\u0628-\\u0631\\u0627\\u0647\\u0646\\u0645\\u0627\\u06cc-\\u06a9\\u0627\\u0645\\u0644-\\u0627\\u06a9\\u062a\\u06cc\\u0648-2.jpg\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"center\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5317057c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"48b6fddd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"529ccc6a\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u067e\\u06cc \\u062f\\u06cc \\u0627\\u0641 \\u06a9\\u062a\\u0627\\u0628 active 2\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"size\":\"medium\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"IranSans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":53,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"_margin\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":39,\"sizes\":[]},\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b486c6b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"600d4d0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f9a4cb8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u062a\\u0635\\u0627\\u0648\\u06cc\\u0631 \\u067e\\u06cc\\u0634 \\u0646\\u0645\\u0627\\u06cc\\u0634 \\u0641\\u0627\\u06cc\\u0644 \\u062e\\u0631\\u06cc\\u062f\\u0627\\u0631\\u06cc \\u0634\\u062f\\u0647\",\"size\":\"medium\",\"header_size\":\"p\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"iransans\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a6ef50\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"467278b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"617c0e1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/activereading.xyz\\/wp-content\\/uploads\\/2023\\/01\\/\\u062f\\u0627\\u0646\\u0644\\u0648\\u062f_\\u06a9\\u062a\\u0627\\u0628_\\u0631\\u0627\\u0647\\u0646\\u0645\\u0627\\u06cc_\\u06a9\\u0627\\u0645\\u0644_\\u0627\\u06a9\\u062a\\u06cc\\u0648_2_\\u062d\\u0645\\u06cc\\u062f\\u0647_\\u062c\\u0633\\u0648\\u0631_1.jpg\",\"id\":52,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"19e2010\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"89adc43\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/activereading.xyz\\/wp-content\\/uploads\\/2023\\/01\\/\\u062f\\u0627\\u0646\\u0644\\u0648\\u062f_\\u06a9\\u062a\\u0627\\u0628_\\u0631\\u0627\\u0647\\u0646\\u0645\\u0627\\u06cc_\\u06a9\\u0627\\u0645\\u0644_\\u0627\\u06a9\\u062a\\u06cc\\u0648_2_\\u062d\\u0645\\u06cc\\u062f\\u0647_\\u062c\\u0633\\u0648\\u0631_2.jpg\",\"id\":53,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"72427a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"f06fa03\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/activereading.xyz\\/wp-content\\/uploads\\/2023\\/01\\/\\u062f\\u0627\\u0646\\u0644\\u0648\\u062f_\\u06a9\\u062a\\u0627\\u0628_\\u0631\\u0627\\u0647\\u0646\\u0645\\u0627\\u06cc_\\u06a9\\u0627\\u0645\\u0644_\\u0627\\u06a9\\u062a\\u06cc\\u0648_2_\\u062d\\u0645\\u06cc\\u062f\\u0647_\\u062c\\u0633\\u0648\\u0631_3.jpg\",\"id\":54,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ef78b80\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"be599a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/activereading.xyz\\/wp-content\\/uploads\\/2023\\/01\\/\\u062f\\u0627\\u0646\\u0644\\u0648\\u062f_\\u06a9\\u062a\\u0627\\u0628_\\u0631\\u0627\\u0647\\u0646\\u0645\\u0627\\u06cc_\\u06a9\\u0627\\u0645\\u0644_\\u0627\\u06a9\\u062a\\u06cc\\u0648_2_\\u062d\\u0645\\u06cc\\u062f\\u0647_\\u062c\\u0633\\u0648\\u0631_4.jpg\",\"id\":55,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67b5751\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7117c230\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5e372d05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt; color: #000000;\\\"><a href=\\\"https:\\/\\/activereading.xyz\\\">\\u06a9\\u062a\\u0627\\u0628 \\u0631\\u0627\\u0647\\u0646\\u0645\\u0627\\u06cc \\u06a9\\u0627\\u0645\\u0644 \\u0627\\u06a9\\u062a\\u06cc\\u0648 2 \\u062d\\u0645\\u06cc\\u062f\\u0647 \\u062c\\u0633\\u0648\\u0631<\\/a> 278 \\u0635\\u0641\\u062d\\u0647 pdf \\u0631\\u0627 \\u0628\\u0631\\u0627\\u06cc \\u0634\\u0645\\u0627 \\u0639\\u0644\\u0627\\u0642\\u0647 \\u0645\\u0646\\u062f\\u0627\\u0646 \\u0622\\u0645\\u0627\\u062f\\u0647 \\u0634\\u062f\\u0647 \\u0627\\u0633\\u062a.<\\/span><\\/p><h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #000000;\\\"><strong>\\u067e\\u06cc \\u062f\\u06cc \\u0627\\u0641 \\u06a9\\u062a\\u0627\\u0628 active 2<\\/strong><\\/span><\\/h2><h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #000000;\\\"><strong>\\u067e\\u06cc \\u062f\\u06cc \\u0627\\u0641 \\u06a9\\u062a\\u0627\\u0628 \\u0627\\u06a9\\u062a\\u06cc\\u0648 2<\\/strong><\\/span><\\/h2><h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #000000;\\\"><strong>\\u062f\\u0627\\u0646\\u0644\\u0648\\u062f pdf \\u06a9\\u062a\\u0627\\u0628 active 2<\\/strong><\\/span><\\/h2><h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #000000;\\\"><strong>\\u06a9\\u062a\\u0627\\u0628 active 2 pdf<\\/strong><\\/span><\\/h2><p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt; color: #000000;\\\">\\u0631\\u0627\\u0647\\u0646\\u0645\\u0627\\u06cc Active Skills For Reading 2 \\u0634\\u0627\\u0645\\u0644 \\u062a\\u0631\\u062c\\u0645\\u0647 \\u0645\\u062a\\u0648\\u0646 \\u0648 \\u062a\\u0645\\u0631\\u06cc\\u0646 \\u0647\\u0627 \\u0647\\u0645\\u0631\\u0627\\u0647 \\u0628\\u0627 \\u067e\\u0627\\u0633\\u062e \\u062a\\u0645\\u0631\\u06cc\\u0646 \\u0647\\u0627 \\u0646\\u0648\\u0634\\u062a\\u0647 \\u06cc \\u0646\\u06cc\\u0644 \\u062c \\u0627\\u0646\\u062f\\u0631\\u0633\\u0648\\u0646 \\u0627\\u0633\\u062a \\u06a9\\u0647 \\u062d\\u0645\\u06cc\\u062f\\u0647 \\u062c\\u0633\\u0648\\u0631 \\u0622\\u0646 \\u0631\\u0627 \\u0628\\u0647 \\u0641\\u0627\\u0631\\u0633\\u06cc \\u062a\\u0631\\u062c\\u0645\\u0647 \\u06a9\\u0631\\u062f\\u0647 \\u0627\\u0633\\u062a.<\\/span><\\/p><p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt; color: #000000;\\\"><strong>\\u0641\\u0647\\u0631\\u0633\\u062a \\u0645\\u0637\\u0627\\u0644\\u0628 \\u06a9\\u062a\\u0627\\u0628 \\u0631\\u0627\\u0647\\u0646\\u0645\\u0627\\u06cc \\u06a9\\u0627\\u0645\\u0644 \\u0627\\u06a9\\u062a\\u06cc\\u0648 2 \\u062d\\u0645\\u06cc\\u062f\\u0647 \\u062c\\u0633\\u0648\\u0631:<\\/strong><\\/span><\\/p><ul><li style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt; color: #000000;\\\">\\u0632\\u0645\\u0627\\u0646 \\u0627\\u0645\\u062a\\u062d\\u0627\\u0646<\\/span><\\/li><li style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt; color: #000000;\\\">\\u0645\\u0633\\u0627\\u0641\\u0631\\u062a \\u062e\\u0627\\u0631\\u062c\\u06cc<\\/span><\\/li><li style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt; color: #000000;\\\">\\u0633\\u0627\\u0632\\u0646\\u062f\\u0647 \\u0647\\u0627\\u06cc \\u0645\\u062d\\u0631\\u06a9\\u06cc<\\/span><\\/li><li style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt; color: #000000;\\\">\\u0642\\u0647\\u0631\\u0645\\u0627\\u0646 \\u062c\\u0648\\u0627\\u0646<\\/span><\\/li><li style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt; color: #000000;\\\">\\u0628\\u062f\\u0646 \\u0634\\u06af\\u0641\\u062a \\u0627\\u0646\\u06af\\u06cc\\u0632 \\u0627\\u0646\\u0633\\u0627\\u0646<\\/span><\\/li><li style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt; color: #000000;\\\">\\u0627\\u0648\\u0642\\u0627\\u062a \\u0641\\u0631\\u0627\\u063a\\u062a<\\/span><\\/li><li style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt; color: #000000;\\\">\\u0645\\u0648\\u0633\\u06cc\\u0642\\u06cc<\\/span><\\/li><li style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt; color: #000000;\\\">\\u0634\\u063a\\u0644<\\/span><\\/li><li style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt; color: #000000;\\\">\\u0634\\u06a9\\u0644\\u0627\\u062a<\\/span><\\/li><li style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt; color: #000000;\\\">\\u0628\\u0627\\u0632\\u0627\\u0631\\u06cc\\u0627\\u0628\\u06cc<\\/span><\\/li><li style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt; color: #000000;\\\">\\u063a\\u0630\\u0627 \\u0648 \\u0633\\u0631\\u06af\\u0631\\u0645\\u06cc<\\/span><\\/li><li style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 14pt; color: #000000;\\\">\\u0622\\u06cc\\u0646\\u062f\\u0647<\\/span><\\/li><\\/ul>\",\"align\":\"justify\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"IranSans\",\"typography_font_weight\":\"400\",\"_animation\":\"none\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6e58f2db\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50c95905\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"282bb8e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[purchase_link id=\\\"38\\\" text=\\\"\\u062e\\u0631\\u06cc\\u062f\\\" style=\\\"button\\\" color=\\\"has-edd-button-background-color has-edd-button-text-color\\\"]<\\/p>\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a4fddf7\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"\\u062f\\u0627\\u0646\\u0644\\u0648\\u062f \\u06a9\\u062a\\u0627\\u0628 \\u0627\\u06a9\\u062a\\u06cc\\u0648 \\u06f2 PDF \\u0628\\u0627 \\u062f\\u06a9\\u0645\\u0647 \\u0628\\u0627\\u0644\\u0627 \\ud83d\\ude0d\\ud83d\\udc46\\ud83c\\udffb\",\"align\":\"center\",\"size\":\"md\",\"icon_indent\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#FFC900\",\"typography_typography\":\"custom\",\"typography_font_family\":\"IranSans\",\"typography_font_weight\":\"500\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"84d2b83\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"\\u067e\\u0634\\u062a\\u06cc\\u0628\\u0627\\u0646\\u06cc \\u062a\\u0644\\u06af\\u0631\\u0627\\u0645\",\"align\":\"center\",\"size\":\"md\",\"icon_indent\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#0493FC\",\"typography_typography\":\"custom\",\"typography_font_family\":\"IranSans\",\"typography_font_weight\":\"500\",\"_animation\":\"none\",\"link\":{\"url\":\"https:\\/\\/t.me\\/poshtibaniketab\",\"is_external\":\"\",\"nofollow\":\"on\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"1ac17c9\",\"elType\":\"widget\",\"settings\":{\"button_type\":\"success\",\"text\":\"\\u067e\\u0634\\u062a\\u06cc\\u0628\\u0627\\u0646\\u06cc WatsApp\",\"align\":\"center\",\"size\":\"md\",\"icon_indent\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"button_text_color\":\"#000000\",\"background_color\":\"#04FC6E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"IranSans\",\"typography_font_weight\":\"500\",\"_animation\":\"none\",\"link\":{\"url\":\"https:\\/\\/wa.me\\/+6283874262117\",\"is_external\":\"\",\"nofollow\":\"on\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d722d0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"947b162\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"567852d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/activereading.xyz\\/wp-content\\/uploads\\/2023\\/06\\/samandehii.png\",\"id\":50}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"bca3442\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"56deef5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/activereading.xyz\\/wp-content\\/uploads\\/2023\\/06\\/zemanat.png\",\"id\":49},\"image_size\":\"thumbnail\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d90ac9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d780d8f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/activereading.xyz\\/wp-content\\/uploads\\/2023\\/06\\/nemad.png\",\"id\":51}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"86e9dfb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e4f02e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"99cefa6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #000000;\\\"><a style=\\\"color: #000000;\\\" href=\\\"https:\\/\\/akhlagheslami.xyz\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u06a9\\u062a\\u0627\\u0628 \\u0627\\u062e\\u0644\\u0627\\u0642 \\u0627\\u0633\\u0644\\u0627\\u0645\\u06cc \\u0645\\u062d\\u0645\\u062f \\u062f\\u0627\\u0648\\u062f\\u06cc pdf \\u0642\\u0627\\u0628\\u0644 \\u0633\\u0631\\u0686<\\/a> - <a style=\\\"color: #000000;\\\" href=\\\"https:\\/\\/ansuyemarg.xyz\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u06a9\\u062a\\u0627\\u0628 \\u0622\\u0646 \\u0633\\u0648\\u06cc \\u0645\\u0631\\u06af pdf<\\/a> - <a style=\\\"color: #000000;\\\" href=\\\"https:\\/\\/downloadquran.xyz\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u062f\\u0627\\u0646\\u0644\\u0648\\u062f \\u06a9\\u062a\\u0627\\u0628 \\u062d\\u0644\\u06cc\\u0647 \\u0627\\u0644\\u0642\\u0631\\u0622\\u0646 \\u0633\\u0637\\u062d 1 pdf<\\/a> - <a style=\\\"color: #000000;\\\" href=\\\"https:\\/\\/engelabiran.xyz\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u062f\\u0627\\u0646\\u0644\\u0648\\u062f \\u06a9\\u062a\\u0627\\u0628 \\u0627\\u0646\\u0642\\u0644\\u0627\\u0628 \\u0627\\u0633\\u0644\\u0627\\u0645\\u06cc \\u0645\\u0644\\u06a9\\u0648\\u062a\\u06cc\\u0627\\u0646 pdf<\\/a> - <a style=\\\"color: #000000;\\\" href=\\\"https:\\/\\/englishekhtesasi.xyz\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u062f\\u0627\\u0646\\u0644\\u0648\\u062f \\u0631\\u0627\\u06cc\\u06af\\u0627\\u0646 \\u06a9\\u062a\\u0627\\u0628 \\u0632\\u0628\\u0627\\u0646 \\u062a\\u062e\\u0635\\u0635\\u06cc \\u06a9\\u0627\\u0645\\u067e\\u06cc\\u0648\\u062a\\u0631 \\u0645\\u0646\\u0648\\u0686\\u0647\\u0631 \\u062d\\u0642\\u0627\\u0646\\u06cc pdf<\\/a> - <a style=\\\"color: #000000;\\\" href=\\\"https:\\/\\/gavaedfagahe.xyz\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u06a9\\u062a\\u0627\\u0628 \\u0642\\u0648\\u0627\\u0639\\u062f \\u0641\\u0642\\u0647 \\u0645\\u062d\\u0642\\u0642 \\u062f\\u0627\\u0645\\u0627\\u062f pdf \\u0631\\u0627\\u06cc\\u06af\\u0627\\u0646<\\/a> - <a style=\\\"color: #000000;\\\" href=\\\"https:\\/\\/hugugbeynolmelal.xyz\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u062d\\u0642\\u0648\\u0642 \\u0628\\u06cc\\u0646 \\u0627\\u0644\\u0645\\u0644\\u0644 \\u0639\\u0645\\u0648\\u0645\\u06cc \\u0628\\u06cc\\u06af\\u062f\\u0644\\u06cc pdf<\\/a> - <a style=\\\"color: #000000;\\\" href=\\\"https:\\/\\/jameshenasi.xyz\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0645\\u0628\\u0627\\u0646\\u06cc \\u062c\\u0627\\u0645\\u0639\\u0647 \\u0634\\u0646\\u0627\\u0633\\u06cc pdf<\\/a> - <a style=\\\"color: #000000;\\\" href=\\\"https:\\/\\/mohasebatadadi.xyz\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u062f\\u0627\\u0646\\u0644\\u0648\\u062f \\u0631\\u0627\\u06cc\\u06af\\u0627\\u0646 \\u06a9\\u062a\\u0627\\u0628 \\u062d\\u0644 \\u0627\\u0644\\u0645\\u0633\\u0627\\u0626\\u0644 \\u0645\\u062d\\u0627\\u0633\\u0628\\u0627\\u062a \\u0639\\u062f\\u062f\\u06cc \\u06a9\\u0631\\u0627\\u06cc\\u0647 \\u0686\\u06cc\\u0627\\u0646 pdf<\\/a> - <a style=\\\"color: #000000;\\\" href=\\\"https:\\/\\/nahjolbalage.xyz\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u062f\\u0627\\u0646\\u0644\\u0648\\u062f \\u062a\\u0641\\u0633\\u06cc\\u0631 \\u0646\\u0647\\u062c \\u0627\\u0644\\u0628\\u0644\\u0627\\u063a\\u0647 pdf<\\/a> - <a style=\\\"color: #000000;\\\" href=\\\"https:\\/\\/qurandownload.xyz\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u062f\\u0627\\u0646\\u0644\\u0648\\u062f \\u06a9\\u062a\\u0627\\u0628 \\u062d\\u0644\\u06cc\\u0647 \\u0627\\u0644\\u0642\\u0631\\u0622\\u0646 \\u0633\\u0637\\u062d 2 pdf<\\/a> - <a style=\\\"color: #000000;\\\" href=\\\"https:\\/\\/ravanshenasi.xyz\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u06a9\\u062a\\u0627\\u0628 \\u0631\\u0648\\u0627\\u0646\\u0634\\u0646\\u0627\\u0633\\u06cc \\u067e\\u0631\\u0648\\u0631\\u0634\\u06cc \\u062f\\u06a9\\u062a\\u0631 \\u0633\\u06cc\\u0641 pdf<\\/a> - <a style=\\\"color: #000000;\\\" href=\\\"https:\\/\\/readthisintro.xyz\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u06af\\u0627\\u0645 \\u0628\\u0647 \\u06af\\u0627\\u0645 \\u06a9\\u062a\\u0627\\u0628 read this intro \\u0631\\u0627\\u06cc\\u06af\\u0627\\u0646<\\/a> - <a style=\\\"color: #000000;\\\" href=\\\"https:\\/\\/tarbiatbadani.xyz\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u062f\\u0627\\u0646\\u0644\\u0648\\u062f \\u0631\\u0627\\u06cc\\u06af\\u0627\\u0646 \\u06a9\\u062a\\u0627\\u0628 \\u062a\\u0631\\u0628\\u06cc\\u062a \\u0628\\u062f\\u0646\\u06cc \\u0639\\u0645\\u0648\\u0645\\u06cc 1 \\u0627\\u0628\\u0648\\u0627\\u0644\\u0641\\u0636\\u0644 \\u0641\\u0631\\u0627\\u0647\\u0627\\u0646\\u06cc<\\/a> - <a style=\\\"color: #000000;\\\" href=\\\"https:\\/\\/abresanishahri.store\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u062f\\u0627\\u0646\\u0644\\u0648\\u062f \\u06a9\\u062a\\u0627\\u0628 \\u0622\\u0628\\u0631\\u0633\\u0627\\u0646\\u06cc \\u0634\\u0647\\u0631\\u06cc \\u0645\\u0646\\u0632\\u0648\\u06cc pdf<\\/a> - <a style=\\\"color: #000000;\\\" href=\\\"https:\\/\\/angizeshfarahani.store\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">pdf \\u06a9\\u062a\\u0627\\u0628 \\u0627\\u0646\\u06af\\u06cc\\u0632\\u0634 \\u0648 \\u0647\\u06cc\\u062c\\u0627\\u0646 \\u0632\\u0647\\u0631\\u0647 \\u0645\\u062c\\u062f\\u0622\\u0628\\u0627\\u062f\\u06cc \\u0641\\u0631\\u0627\\u0647\\u0627\\u0646\\u06cc<\\/a> - <a style=\\\"color: #000000;\\\" href=\\\"https:\\/\\/asibshenasiyahya.shop\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0622\\u0633\\u06cc\\u0628 \\u0634\\u0646\\u0627\\u0633\\u06cc \\u0647\\u0627\\u0644\\u062c\\u06cc\\u0646<\\/a> - <a style=\\\"color: #000000;\\\" href=\\\"https:\\/\\/azmoonhayeravani.shop\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u067e\\u06cc \\u062f\\u06cc \\u0627\\u0641 \\u06a9\\u062a\\u0627\\u0628 \\u06a9\\u0627\\u0631\\u0628\\u0631\\u062f \\u0622\\u0632\\u0645\\u0648\\u0646 \\u0647\\u0627\\u06cc \\u0631\\u0648\\u0627\\u0646\\u06cc<\\/a> - <a style=\\\"color: #000000;\\\" href=\\\"https:\\/\\/azmoonzare.online\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u067e\\u06cc \\u062f\\u06cc \\u0627\\u0641 \\u06a9\\u062a\\u0627\\u0628 \\u06a9\\u0627\\u0631\\u0628\\u0631\\u062f \\u0622\\u0632\\u0645\\u0648\\u0646 \\u0647\\u0627\\u06cc \\u0631\\u0648\\u0627\\u0646\\u06cc<\\/a> - <a style=\\\"color: #000000;\\\" href=\\\"https:\\/\\/differentialkerayechiyan.store\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u062f\\u0627\\u0646\\u0644\\u0648\\u062f \\u06a9\\u062a\\u0627\\u0628 \\u0645\\u0639\\u0627\\u062f\\u0644\\u0627\\u062a \\u062f\\u06cc\\u0641\\u0631\\u0627\\u0646\\u0633\\u06cc\\u0644 \\u06a9\\u0631\\u0627\\u06cc\\u0647 \\u0686\\u06cc\\u0627\\u0646 pdf<\\/a> - <a style=\\\"color: #000000;\\\" href=\\\"https:\\/\\/differentialmamuli.store\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u062f\\u0627\\u0646\\u0644\\u0648\\u062f \\u0631\\u0627\\u06cc\\u06af\\u0627\\u0646 \\u06a9\\u062a\\u0627\\u0628 \\u0645\\u0639\\u0627\\u062f\\u0644\\u0627\\u062a \\u062f\\u06cc\\u0641\\u0631\\u0627\\u0646\\u0633\\u06cc\\u0644 \\u0635\\u0641\\u0627\\u0631 \\u0627\\u0631\\u062f\\u0628\\u06cc\\u0644\\u06cc \\u067e\\u06cc\\u0627\\u0645 \\u0646\\u0648\\u0631<\\/a> - <a style=\\\"color: #000000;\\\" href=\\\"https:\\/\\/ekhtelalattabrizi.xyz\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u06a9\\u062a\\u0627\\u0628 \\u0627\\u062e\\u062a\\u0644\\u0627\\u0644\\u0627\\u062a \\u06cc\\u0627\\u062f\\u06af\\u06cc\\u0631\\u06cc \\u062f\\u06a9\\u062a\\u0631 \\u062a\\u0628\\u0631\\u06cc\\u0632\\u06cc pdf<\\/a> - <a style=\\\"color: #000000;\\\" href=\\\"https:\\/\\/elmolnafs.xyz\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u062f\\u0627\\u0646\\u0644\\u0648\\u062f \\u0631\\u0627\\u06cc\\u06af\\u0627\\u0646 \\u06a9\\u062a\\u0627\\u0628 \\u0639\\u0644\\u0645 \\u0627\\u0644\\u0646\\u0641\\u0633 pdf<\\/a> - <a style=\\\"color: #000000;\\\" href=\\\"https:\\/\\/falsafekonkour.site\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u067e\\u06cc \\u062f\\u06cc \\u0627\\u0641 \\u0641\\u0644\\u0633\\u0641\\u0647 \\u0648 \\u0645\\u0646\\u0637\\u0642 \\u062c\\u0627\\u0645\\u0639 \\u0645\\u0647\\u0631\\u0648\\u0645\\u0627\\u0647 \\u0631\\u0627\\u06cc\\u06af\\u0627\\u0646<\\/a> - <a style=\\\"color: #000000;\\\" href=\\\"https:\\/\\/geotechnictahuni.store\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u062f\\u0627\\u0646\\u0644\\u0648\\u062f \\u0631\\u0627\\u06cc\\u06af\\u0627\\u0646 \\u06a9\\u062a\\u0627\\u0628 \\u0645\\u0647\\u0646\\u062f\\u0633\\u06cc \\u067e\\u06cc \\u0634\\u0627\\u067e\\u0648\\u0631 \\u0637\\u0627\\u062d\\u0648\\u0646\\u06cc pdf<\\/a> - <a style=\\\"color: #000000;\\\" href=\\\"https:\\/\\/hesabdari3.xyz\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u06a9\\u062a\\u0627\\u0628 \\u0627\\u0635\\u0648\\u0644 \\u062d\\u0633\\u0627\\u0628\\u062f\\u0627\\u0631\\u06cc 3 \\u062c\\u0645\\u0634\\u06cc\\u062f \\u0627\\u0633\\u06a9\\u0646\\u062f\\u0631\\u06cc pdf<\\/a> - <a style=\\\"color: #000000;\\\" href=\\\"https:\\/\\/honarcinema.online\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u06a9\\u062a\\u0627\\u0628 \\u062a\\u0627\\u0631\\u06cc\\u062e \\u0633\\u06cc\\u0646\\u0645\\u0627 pdf<\\/a> - <a style=\\\"color: #000000;\\\" href=\\\"https:\\/\\/honarrang.online\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u062f\\u0627\\u0646\\u0644\\u0648\\u062f \\u0631\\u0627\\u06cc\\u06af\\u0627\\u0646 \\u06a9\\u062a\\u0627\\u0628 \\u0631\\u0646\\u06af \\u0627\\u06cc\\u062a\\u0646+pdf<\\/a> - <a style=\\\"color: #000000;\\\" href=\\\"https:\\/\\/hugu2gt2ejarat.shop\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u06a9\\u062a\\u0627\\u0628 \\u062d\\u0642\\u0648\\u0642 \\u062a\\u062c\\u0627\\u0631\\u062a 2 \\u0631\\u0628\\u06cc\\u0639\\u0627 \\u0627\\u0633\\u06a9\\u06cc\\u0646\\u06cc pdf \\u0631\\u0627\\u06cc\\u06af\\u0627\\u0646<\\/a> - <a style=\\\"color: #000000;\\\" href=\\\"https:\\/\\/hugugbime.xyz\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u06a9\\u062a\\u0627\\u0628 \\u062d\\u0642\\u0648\\u0642 \\u0628\\u06cc\\u0645\\u0647<\\/a> - <a style=\\\"color: #000000;\\\" href=\\\"https:\\/\\/hugugdaryayi.xyz\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u06a9\\u062a\\u0627\\u0628 \\u062d\\u0642\\u0648\\u0642 \\u062f\\u0631\\u06cc\\u0627\\u06cc\\u06cc pdf<\\/a> - <a style=\\\"color: #000000;\\\" href=\\\"https:\\/\\/hugugtejarat4.xyz\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u062d\\u0642\\u0648\\u0642 \\u062a\\u062c\\u0627\\u0631\\u062a 4 pdf<\\/a> - <a style=\\\"color: #000000;\\\" href=\\\"https:\\/\\/hushmasnuyi.store\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u062f\\u0627\\u0646\\u0644\\u0648\\u062f \\u06a9\\u062a\\u0627\\u0628 \\u0647\\u0648\\u0634 \\u0645\\u0635\\u0646\\u0648\\u0639\\u06cc \\u0631\\u0627\\u0633\\u0644 \\u0648 \\u0646\\u0648\\u0631\\u0648\\u06cc\\u06af \\u0628\\u0647 \\u0632\\u0628\\u0627\\u0646 \\u0641\\u0627\\u0631\\u0633\\u06cc<\\/a>\\u00a0- <a style=\\\"color: #000000;\\\" href=\\\"https:\\/\\/mabanimashin.site\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u062f\\u0627\\u0646\\u0644\\u0648\\u062f \\u06a9\\u062a\\u0627\\u0628 \\u0645\\u0627\\u0634\\u06cc\\u0646 \\u0647\\u0627\\u06cc \\u0627\\u0644\\u06a9\\u062a\\u0631\\u06cc\\u06a9\\u06cc \\u0686\\u0627\\u067e\\u0645\\u0646 \\u062a\\u0631\\u062c\\u0645\\u0647 \\u0645\\u062d\\u0645\\u0648\\u062f \\u062f\\u06cc\\u0627\\u0646\\u06cc<\\/a> - <a style=\\\"color: #000000;\\\" href=\\\"https:\\/\\/mabaninazari.shop\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u067e\\u06cc \\u062f\\u06cc \\u0627\\u0641 \\u06a9\\u062a\\u0627\\u0628 \\u0627\\u0635\\u0648\\u0644 \\u0645\\u062f\\u06cc\\u0631\\u06cc\\u062a \\u0622\\u0645\\u0648\\u0632\\u0634\\u06cc \\u062f\\u06a9\\u062a\\u0631 \\u0639\\u0644\\u0627\\u0642\\u0647 \\u0628\\u0646\\u062f<\\/a> - <a style=\\\"color: #000000;\\\" href=\\\"https:\\/\\/masaelmohandesi.xyz\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u062d\\u0644 \\u0627\\u0644\\u0645\\u0633\\u0627\\u0626\\u0644 \\u067e\\u06cc \\u0637\\u0627\\u062d\\u0648\\u0646\\u06cc pdf<\\/a> - <a style=\\\"color: #000000;\\\" href=\\\"https:\\/\\/mechanickhodakarami.shop\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0645\\u06a9\\u0627\\u0646\\u06cc\\u06a9 \\u0633\\u06cc\\u0627\\u0644\\u0627\\u062a \\u0631\\u0627\\u0647\\u06cc\\u0627\\u0646 \\u0627\\u0631\\u0634\\u062f<\\/a> - <a style=\\\"color: #000000;\\\" href=\\\"https:\\/\\/memarane2.site\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0686\\u06af\\u0648\\u0646\\u0647 \\u0645\\u0639\\u0645\\u0627\\u0631\\u0627\\u0646\\u0647 \\u0637\\u0631\\u0627\\u062d\\u06cc \\u06a9\\u0646\\u06cc\\u0645 2 pdf<\\/a> - <a style=\\\"color: #000000;\\\" href=\\\"https:\\/\\/mohandesitraffic.shop\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0645\\u0647\\u0646\\u062f\\u0633\\u06cc \\u062a\\u0631\\u0627\\u0641\\u06cc\\u06a9 pdf<\\/a> - <a style=\\\"color: #000000;\\\" href=\\\"https:\\/\\/mokatebatedari.xyz\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0646\\u0645\\u0648\\u0646\\u0647 \\u06af\\u0632\\u0627\\u0631\\u0634 \\u0646\\u0648\\u06cc\\u0633\\u06cc pdf<\\/a> - <a style=\\\"color: #000000;\\\" href=\\\"https:\\/\\/moshavereravan.shop\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">pdf \\u06a9\\u062a\\u0627\\u0628 \\u0646\\u0638\\u0631\\u06cc\\u0647 \\u0648 \\u06a9\\u0627\\u0631\\u0628\\u0633\\u062a \\u0645\\u0634\\u0627\\u0648\\u0631\\u0647 \\u0648 \\u0631\\u0648\\u0627\\u0646 \\u062f\\u0631\\u0645\\u0627\\u0646\\u06cc \\u062c\\u0631\\u0627\\u0644\\u062f \\u06a9\\u0648\\u0631\\u06cc<\\/a> - <a style=\\\"color: #000000;\\\" href=\\\"https:\\/\\/motuntakhasosi.store\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u062f\\u0627\\u0646\\u0644\\u0648\\u062f \\u06a9\\u062a\\u0627\\u0628 \\u0645\\u062a\\u0648\\u0646 \\u062a\\u062e\\u0635\\u0635\\u06cc \\u0639\\u0644\\u0648\\u0645 \\u062a\\u0631\\u0628\\u06cc\\u062a\\u06cc \\u067e\\u06cc\\u0627\\u0645 \\u0646\\u0648\\u0631<\\/a> - <a style=\\\"color: #000000;\\\" href=\\\"https:\\/\\/mustatabashpazi.shop\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u062f\\u0627\\u0646\\u0644\\u0648\\u062f \\u0631\\u0627\\u06cc\\u06af\\u0627\\u0646 \\u06a9\\u062a\\u0627\\u0628 \\u0645\\u0633\\u062a\\u0637\\u0627\\u0628 \\u0622\\u0634\\u067e\\u0632\\u06cc \\u0627\\u0632 \\u0633\\u06cc\\u0631 \\u062a\\u0627 \\u067e\\u06cc\\u0627\\u0632 pdf<\\/a> - <a style=\\\"color: #000000;\\\" href=\\\"https:\\/\\/quranmohagegin.shop\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u06a9\\u062a\\u0627\\u0628 \\u0622\\u0645\\u0648\\u0632\\u0634 \\u0642\\u0631\\u0627\\u0626\\u062a \\u0642\\u0631\\u0622\\u0646 \\u06a9\\u0631\\u06cc\\u0645 \\u0647\\u06cc\\u0627\\u062a \\u0645\\u062d\\u0642\\u0642\\u06cc\\u0646 pdf<\\/a> - <a style=\\\"color: #000000;\\\" href=\\\"https:\\/\\/raftarsazmani.xyz\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0645\\u062f\\u06cc\\u0631\\u06cc\\u062a \\u0631\\u0641\\u062a\\u0627\\u0631 \\u0633\\u0627\\u0632\\u0645\\u0627\\u0646\\u06cc \\u0632\\u0647\\u0631\\u0627 \\u0628\\u0631\\u0648\\u0645\\u0646\\u062f<\\/a> - <a style=\\\"color: #000000;\\\" href=\\\"https:\\/\\/rahnemayenegaresh.site\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u062f\\u0627\\u0646\\u0644\\u0648\\u062f \\u0631\\u0627\\u06cc\\u06af\\u0627\\u0646 \\u062e\\u0644\\u0627\\u0635\\u0647 \\u06a9\\u062a\\u0627\\u0628 \\u0631\\u0627\\u0647\\u0646\\u0645\\u0627\\u06cc \\u0646\\u06af\\u0627\\u0631\\u0634 \\u0639\\u0644\\u0645\\u06cc \\u062f\\u0631 \\u0639\\u0644\\u0648\\u0645 \\u062a\\u0631\\u0628\\u06cc\\u062a\\u06cc<\\/a> - <a style=\\\"color: #000000;\\\" href=\\\"https:\\/\\/ravabetensani.site\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u062f\\u0627\\u0646\\u0644\\u0648\\u062f \\u0631\\u0627\\u06cc\\u06af\\u0627\\u0646 \\u06a9\\u062a\\u0627\\u0628 \\u0631\\u0641\\u062a\\u0627\\u0631 \\u0648 \\u0631\\u0648\\u0627\\u0628\\u0637 \\u0627\\u0646\\u0633\\u0627\\u0646\\u06cc \\u062f\\u0631 \\u0645\\u062f\\u0631\\u0633\\u0647 pdf<\\/a> - <a style=\\\"color: #000000;\\\" href=\\\"https:\\/\\/ravansalamat.shop\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u062f\\u0627\\u0646\\u0644\\u0648\\u062f \\u0631\\u0627\\u06cc\\u06af\\u0627\\u0646 \\u062e\\u0644\\u0627\\u0635\\u0647 \\u06a9\\u062a\\u0627\\u0628 \\u0631\\u0648\\u0627\\u0646\\u0634\\u0646\\u0627\\u0633\\u06cc \\u0633\\u0644\\u0627\\u0645\\u062a \\u0627\\u062d\\u0645\\u062f\\u0639\\u0644\\u06cc \\u067e\\u0648\\u0631<\\/a> - <a style=\\\"color: #000000;\\\" href=\\\"https:\\/\\/riyazinikokar.xyz\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">\\u0631\\u06cc\\u0627\\u0636\\u06cc\\u0627\\u062a \\u0648 \\u06a9\\u0627\\u0631\\u0628\\u0631\\u062f \\u0622\\u0646 \\u062f\\u0631 \\u0645\\u062f\\u06cc\\u0631\\u06cc\\u062a 1 \\u062f\\u06a9\\u062a\\u0631 \\u0646\\u06cc\\u06a9\\u0648\\u06a9\\u0627\\u0631 pdf<\\/a> -<\\/span><\\/p>\",\"align\":\"justify\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"iransans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),
(32, 9, '_elementor_page_assets', 'a:0:{}'),
(37, 9, '_edit_lock', '1731586804:1'),
(158, 38, '_edd_download_earnings', '270000.000000'),
(159, 38, '_edd_download_sales', '2'),
(155, 38, 'edd_price', '490000'),
(156, 38, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:77:\"خرید کتاب active 2 pdf با لینک مستقیم (کلیک کنید)\";s:4:\"file\";s:109:\"https://dl.pdfbamaa.com/pdfbama/takbook/Ketab-Rahnemaye-Kamel-Active-2-Hamide-Jasur-www.activereading.xyz.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(153, 38, '_edit_last', '1'),
(154, 38, '_edit_lock', '1739126281:1'),
(133, 28, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:57:\"2023/01/کتاب-راهنمای-کامل-اکتیو-2.jpg\";s:8:\"filesize\";i:258428;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:57:\"کتاب-راهنمای-کامل-اکتیو-2-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8831;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:57:\"کتاب-راهنمای-کامل-اکتیو-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5091;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:57:\"کتاب-راهنمای-کامل-اکتیو-2-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37154;}}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:{}}}'),
(46, 9, '_edit_last', '1'),
(47, 13, '_edit_last', '1'),
(48, 13, '_edit_lock', '1674565145:1'),
(49, 15, '_wp_attached_file', '2023/01/FontsFree-Net-ir_sans.ttf'),
(50, 15, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:125764;}'),
(51, 13, 'elementor_font_files', 'a:1:{i:0;a:7:{s:11:\"font_weight\";s:6:\"normal\";s:10:\"font_style\";s:6:\"normal\";s:4:\"woff\";a:2:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:0:\"\";}s:5:\"woff2\";a:2:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:0:\"\";}s:3:\"ttf\";a:2:{s:2:\"id\";s:2:\"15\";s:3:\"url\";s:78:\"https://activereading.xyz/wp-content/uploads/2023/01/FontsFree-Net-ir_sans.ttf\";}s:3:\"svg\";a:2:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:0:\"\";}s:3:\"eot\";a:2:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:0:\"\";}}}'),
(52, 13, 'elementor_font_face', '@font-face {\n	font-family: \'iransans\';\n	font-style: normal;\n	font-weight: normal;\n	font-display: auto;\n	src: url(\'https://activereading.xyz/wp-content/uploads/2023/01/FontsFree-Net-ir_sans.ttf\') format(\'truetype\');\n}\n'),
(53, 2, '_edit_lock', '1731586642:1'),
(167, 33, '_yoast_indexnow_last_ping', '1677673575'),
(55, 2, '_edit_last', '1'),
(56, 2, '_yoast_wpseo_videositemap-rating', '0'),
(58, 2, '_yoast_wpseo_focuskeywords', '[{\"keyword\":\"پی دی اف کتاب active 2\",\"score\":33},{\"keyword\":\"پی دی اف کتاب اکتیو 2\",\"score\":33},{\"keyword\":\"دانلود pdf کتاب active 2\",\"score\":40},{\"keyword\":\"کتاب active 2 pdf\",\"score\":47}]'),
(59, 2, '_yoast_wpseo_keywordsynonyms', '[\"\",\"\",\"\",\"\",\"\"]'),
(60, 2, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(61, 2, '_yoast_wpseo_wordproof_timestamp', ''),
(62, 2, '_yoast_post_redirect_info', 'a:4:{s:6:\"origin\";s:19:\"برگه-نمونه\";s:6:\"target\";s:3:\"2-2\";s:4:\"type\";i:301;s:6:\"format\";s:5:\"plain\";}'),
(132, 28, '_wp_attached_file', '2023/01/کتاب-راهنمای-کامل-اکتیو-2.jpg'),
(65, 18, '_wp_attached_file', '2023/01/activereading.png'),
(66, 18, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:25:\"2023/01/activereading.png\";s:8:\"filesize\";i:24347;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"activereading-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16859;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"activereading-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7432;}}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:{}}}'),
(67, 19, '_wp_attached_file', '2023/01/cropped-activereading.png'),
(68, 19, '_wp_attachment_context', 'site-icon');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(69, 19, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:33:\"2023/01/cropped-activereading.png\";s:8:\"filesize\";i:24160;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"cropped-activereading-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16859;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"cropped-activereading-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7432;}s:13:\"site_icon-270\";a:5:{s:4:\"file\";s:33:\"cropped-activereading-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14368;}s:13:\"site_icon-192\";a:5:{s:4:\"file\";s:33:\"cropped-activereading-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10171;}s:13:\"site_icon-180\";a:5:{s:4:\"file\";s:33:\"cropped-activereading-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9056;}s:12:\"site_icon-32\";a:5:{s:4:\"file\";s:31:\"cropped-activereading-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1328;}}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:{}}}'),
(164, 33, '_edit_lock', '1677676059:1'),
(165, 33, '_edit_last', '1'),
(72, 2, '_yoast_wpseo_focuskw', 'کتاب active 2 pdf'),
(73, 2, '_yoast_wpseo_title', '- پی دی اف کتاب active 2-دانلود کتاب اکتیو ۲PDF'),
(74, 2, '_yoast_wpseo_metadesc', 'کتاب active 2 pdf، برای دانلود کتاب اکتیو ۲ PDF با لینک مستقیم در این صفحه بر روی لینک دانلود کلیک کرده و مستقیم دانلود کنید ...'),
(76, 2, '_elementor_edit_mode', 'builder'),
(77, 2, '_elementor_template_type', 'wp-page'),
(78, 2, '_elementor_version', '3.11.2'),
(79, 2, '_elementor_pro_version', '3.11.1'),
(80, 5, '_edit_lock', '1677673523:1'),
(81, 22, '_wp_attached_file', '2023/01/background-book.jpg'),
(82, 22, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1960;s:6:\"height\";i:1008;s:4:\"file\";s:27:\"2023/01/background-book.jpg\";s:8:\"filesize\";i:398686;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"background-book-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4219;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"background-book-1024x527.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:527;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36113;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"background-book-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2421;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"background-book-768x395.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:395;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22425;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:28:\"background-book-1536x790.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:790;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68304;}}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:{}}}'),
(166, 33, '_wp_page_template', 'elementor_canvas'),
(86, 5, '_wp_page_template', 'default'),
(87, 5, '_elementor_page_settings', 'a:18:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:10:\"اولیه\";s:5:\"color\";s:7:\"#6EC1E4\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:13:\"رنگ دوم\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:6:\"متن\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"شدت\";s:5:\"color\";s:7:\"#61CE70\";}}s:13:\"custom_colors\";a:0:{}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:10:\"اولیه\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:13:\"رنگ دوم\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:6:\"متن\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"شدت\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:26:\"body_typography_typography\";s:6:\"custom\";s:27:\"body_typography_font_family\";s:8:\"iransans\";s:9:\"site_name\";s:21:\"کتاب active 2 pdf\";s:16:\"site_description\";s:39:\"دانلود کتاب اکتیو ۲ PDF\";s:26:\"body_background_background\";s:7:\"classic\";s:21:\"body_background_image\";a:5:{s:3:\"url\";s:73:\"https://activereading.xyz/wp-content/uploads/2023/01/background-books.jpg\";s:2:\"id\";i:42;s:4:\"size\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:6:\"source\";s:7:\"library\";}s:24:\"body_background_position\";s:13:\"center center\";s:26:\"body_background_attachment\";s:5:\"fixed\";s:22:\"body_background_repeat\";s:9:\"no-repeat\";s:20:\"body_background_size\";s:5:\"cover\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;}'),
(88, 5, '_elementor_data', '[]'),
(95, 5, '_elementor_page_assets', 'a:0:{}'),
(96, 5, '_elementor_version', '3.11.2'),
(97, 5, '_elementor_pro_version', '3.11.1'),
(224, 38, '_edd_download_gross_sales', '2'),
(225, 38, '_edd_download_gross_earnings', '270000'),
(226, 49, '_wp_attached_file', '2023/06/zemanat.png'),
(227, 49, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:19:\"2023/06/zemanat.png\";s:8:\"filesize\";i:67108;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"zemanat-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40854;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"zemanat-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15729;}}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:{}}}'),
(228, 50, '_wp_attached_file', '2023/06/samandehii.png'),
(229, 50, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:22:\"2023/06/samandehii.png\";s:8:\"filesize\";i:26301;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:{}}}'),
(230, 51, '_wp_attached_file', '2023/06/nemad.png'),
(231, 51, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:125;s:6:\"height\";i:136;s:4:\"file\";s:17:\"2023/06/nemad.png\";s:8:\"filesize\";i:17395;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:{}}}'),
(232, 52, '_wp_attached_file', '2023/01/دانلود_کتاب_راهنمای_کامل_اکتیو_2_حمیده_جسور_1.jpg'),
(233, 52, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:915;s:6:\"height\";i:728;s:4:\"file\";s:92:\"2023/01/دانلود_کتاب_راهنمای_کامل_اکتیو_2_حمیده_جسور_1.jpg\";s:8:\"filesize\";i:146576;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:92:\"دانلود_کتاب_راهنمای_کامل_اکتیو_2_حمیده_جسور_1-300x239.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17596;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:92:\"دانلود_کتاب_راهنمای_کامل_اکتیو_2_حمیده_جسور_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6744;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:92:\"دانلود_کتاب_راهنمای_کامل_اکتیو_2_حمیده_جسور_1-768x611.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:611;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80986;}}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, 53, '_wp_attached_file', '2023/01/دانلود_کتاب_راهنمای_کامل_اکتیو_2_حمیده_جسور_2.jpg'),
(235, 53, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:917;s:6:\"height\";i:727;s:4:\"file\";s:92:\"2023/01/دانلود_کتاب_راهنمای_کامل_اکتیو_2_حمیده_جسور_2.jpg\";s:8:\"filesize\";i:186396;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:92:\"دانلود_کتاب_راهنمای_کامل_اکتیو_2_حمیده_جسور_2-300x238.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:238;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19103;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:92:\"دانلود_کتاب_راهنمای_کامل_اکتیو_2_حمیده_جسور_2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7216;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:92:\"دانلود_کتاب_راهنمای_کامل_اکتیو_2_حمیده_جسور_2-768x609.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:609;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98316;}}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:{}}}'),
(236, 54, '_wp_attached_file', '2023/01/دانلود_کتاب_راهنمای_کامل_اکتیو_2_حمیده_جسور_3.jpg'),
(237, 54, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:910;s:6:\"height\";i:727;s:4:\"file\";s:92:\"2023/01/دانلود_کتاب_راهنمای_کامل_اکتیو_2_حمیده_جسور_3.jpg\";s:8:\"filesize\";i:177089;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:92:\"دانلود_کتاب_راهنمای_کامل_اکتیو_2_حمیده_جسور_3-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17784;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:92:\"دانلود_کتاب_راهنمای_کامل_اکتیو_2_حمیده_جسور_3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6439;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:92:\"دانلود_کتاب_راهنمای_کامل_اکتیو_2_حمیده_جسور_3-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93382;}}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:{}}}'),
(238, 55, '_wp_attached_file', '2023/01/دانلود_کتاب_راهنمای_کامل_اکتیو_2_حمیده_جسور_4.jpg'),
(239, 55, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:911;s:6:\"height\";i:727;s:4:\"file\";s:92:\"2023/01/دانلود_کتاب_راهنمای_کامل_اکتیو_2_حمیده_جسور_4.jpg\";s:8:\"filesize\";i:161901;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:92:\"دانلود_کتاب_راهنمای_کامل_اکتیو_2_حمیده_جسور_4-300x239.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18416;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:92:\"دانلود_کتاب_راهنمای_کامل_اکتیو_2_حمیده_جسور_4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6781;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:92:\"دانلود_کتاب_راهنمای_کامل_اکتیو_2_حمیده_جسور_4-768x613.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:613;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86134;}}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:{}}}'),
(250, 19, '_oembed_f4fc485dc6b41b39d17d8fe9ad737b64', '{{unknown}}'),
(298, 2, '_yoast_indexnow_last_ping', '1731586638'),
(299, 2, '_yoast_wpseo_linkdex', '36'),
(309, 72, '_menu_item_menu_item_parent', '0'),
(308, 72, '_menu_item_type', 'custom'),
(310, 72, '_menu_item_object_id', '72'),
(311, 72, '_menu_item_object', 'custom'),
(312, 72, '_menu_item_target', ''),
(313, 72, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(314, 72, '_menu_item_xfn', ''),
(315, 72, '_menu_item_url', 'https://activereading.xyz/'),
(317, 73, '_menu_item_type', 'taxonomy'),
(318, 73, '_menu_item_menu_item_parent', '0'),
(319, 73, '_menu_item_object_id', '1'),
(320, 73, '_menu_item_object', 'category'),
(321, 73, '_menu_item_target', ''),
(322, 73, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(323, 73, '_menu_item_xfn', ''),
(324, 73, '_menu_item_url', ''),
(328, 76, '_edit_last', '1'),
(329, 76, '_edit_lock', '1722879608:1'),
(330, 75, '_edit_last', '3'),
(331, 75, '_edit_lock', '1739642207:3'),
(332, 76, 'bt_buy', 'on'),
(333, 76, 'demo_txtc', 'پیش نمایش آنلاین'),
(334, 76, 'pro_product1', 'on'),
(335, 76, 'irani_product1', 'on'),
(336, 76, 'ea_ins_product1', 'on'),
(337, 76, 'opt_ve_product1', 'on'),
(338, 76, 'edd_price', '490000'),
(339, 76, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:108:\"https://dl.pdfbamaa.com/pdfbama/takbook/Ketab-Engelab-Eslami-Iran-Mostafa-Malakutian-www.engelabiran.xyz.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(340, 76, '_edd_download_earnings', '0'),
(341, 76, '_edd_download_sales', '0'),
(342, 78, '_wp_attached_file', '2024/08/انقلاب_اسلامی_ایران_مصطفی_ملکوتیان.jpg'),
(343, 78, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:76:\"2024/08/انقلاب_اسلامی_ایران_مصطفی_ملکوتیان.jpg\";s:8:\"filesize\";i:228642;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:76:\"انقلاب_اسلامی_ایران_مصطفی_ملکوتیان-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8094;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:76:\"انقلاب_اسلامی_ایران_مصطفی_ملکوتیان-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4713;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:76:\"انقلاب_اسلامی_ایران_مصطفی_ملکوتیان-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32608;}s:5:\"thumb\";a:5:{s:4:\"file\";s:74:\"انقلاب_اسلامی_ایران_مصطفی_ملکوتیان-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2128;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:76:\"انقلاب_اسلامی_ایران_مصطفی_ملکوتیان-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4713;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:76:\"انقلاب_اسلامی_ایران_مصطفی_ملکوتیان-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7651;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:76:\"انقلاب_اسلامی_ایران_مصطفی_ملکوتیان-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5940;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:74:\"انقلاب_اسلامی_ایران_مصطفی_ملکوتیان-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1506;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:76:\"انقلاب_اسلامی_ایران_مصطفی_ملکوتیان-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22722;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:76:\"انقلاب_اسلامی_ایران_مصطفی_ملکوتیان-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5732;}}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:{}}}'),
(344, 75, '_thumbnail_id', '78'),
(345, 75, '_wp_page_template', 'default'),
(346, 75, '_yoast_indexnow_last_ping', '1739642339'),
(349, 75, '_likes', '0'),
(350, 75, 'edd_id', '76'),
(351, 75, 'bt_buy', 'on'),
(352, 75, 'demo_txtc', 'پیش نمایش آنلاین'),
(353, 75, 'pro_product1', 'on'),
(354, 75, 'irani_product1', 'on'),
(355, 75, 'ea_ins_product1', 'on'),
(356, 75, 'opt_ve_product1', 'on'),
(357, 75, 'book_auth', 'مصطفی ملکوتیان'),
(358, 75, 'book_pages', '259 '),
(359, 75, 'book_lang', 'فارسی'),
(360, 75, 'book_format', 'PDF'),
(361, 75, '_yoast_wpseo_primary_category', ''),
(362, 75, '_yoast_wpseo_videositemap-rating', '0'),
(363, 75, '_yoast_wpseo_focuskw', 'خرید کتاب انقلاب اسلامی مصطفی ملکوتیان پیام نور PDF'),
(364, 75, '_yoast_wpseo_title', 'خرید کتاب انقلاب اسلامی مصطفی ملکوتیان پیام نور PDF'),
(365, 75, '_yoast_wpseo_linkdex', '61'),
(366, 75, '_yoast_wpseo_content_score', '30'),
(367, 75, '_yoast_wpseo_focuskeywords', '[{\"keyword\":\"کتاب انقلاب اسلامی مصطفی ملکوتیان پیام نور\",\"score\":43},{\"keyword\":\"دانلود کتاب انقلاب اسلامی ملکوتیان pdf\",\"score\":43},{\"keyword\":\"دانلود کتاب انقلاب اسلامی پیام نور مصطفی ملکوتیان\",\"score\":35},{\"keyword\":\"دانلود کتاب انقلاب اسلامی ملکوتیان pdf قابل سرچ\",\"score\":35}]'),
(368, 75, '_yoast_wpseo_keywordsynonyms', '[\"\",\"\",\"\",\"\",\"\"]'),
(369, 75, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(371, 83, '_edit_lock', '1731444716:2'),
(372, 83, '_edit_last', '2'),
(373, 83, '_wp_page_template', 'default'),
(374, 83, 'bt_buy', 'on'),
(375, 83, 'demo_txtc', 'پیش نمایش آنلاین'),
(376, 83, 'pro_product1', 'on'),
(377, 83, 'irani_product1', 'on'),
(378, 83, 'ea_ins_product1', 'on'),
(379, 83, 'opt_ve_product1', 'on'),
(380, 83, 'book_auth', ' آنتونی رابینز'),
(381, 83, 'book_pages', '467 صفحه'),
(382, 83, 'book_lang', 'فارسی'),
(383, 83, 'book_format', 'PDF'),
(384, 83, '_yoast_wpseo_primary_category', ''),
(385, 83, '_yoast_wpseo_videositemap-rating', '0'),
(386, 83, '_yoast_wpseo_focuskeywords', '[]'),
(387, 83, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(388, 83, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(389, 85, '_edit_lock', '1731446011:2'),
(390, 86, '_wp_attached_file', '2024/11/دانلود-کتاب-افسردگی-نهفته.jpg'),
(391, 86, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:59:\"2024/11/دانلود-کتاب-افسردگی-نهفته.jpg\";s:8:\"filesize\";i:128165;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:59:\"دانلود-کتاب-افسردگی-نهفته-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10961;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:59:\"دانلود-کتاب-افسردگی-نهفته-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6249;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:59:\"دانلود-کتاب-افسردگی-نهفته-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46606;}s:5:\"thumb\";a:5:{s:4:\"file\";s:57:\"دانلود-کتاب-افسردگی-نهفته-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2695;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:59:\"دانلود-کتاب-افسردگی-نهفته-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6249;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:59:\"دانلود-کتاب-افسردگی-نهفته-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10267;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:59:\"دانلود-کتاب-افسردگی-نهفته-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8201;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:57:\"دانلود-کتاب-افسردگی-نهفته-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1751;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:59:\"دانلود-کتاب-افسردگی-نهفته-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31671;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:59:\"دانلود-کتاب-افسردگی-نهفته-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7683;}}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:{}}}'),
(392, 85, '_edit_last', '2'),
(393, 85, '_thumbnail_id', '86'),
(394, 85, '_wp_page_template', 'default'),
(395, 85, 'bt_buy', 'on'),
(396, 85, 'demo_txtc', 'پیش نمایش آنلاین'),
(397, 85, 'pro_product1', 'on'),
(398, 85, 'irani_product1', 'on'),
(399, 85, 'ea_ins_product1', 'on'),
(400, 85, 'opt_ve_product1', 'on'),
(401, 85, '_yoast_wpseo_primary_category', '1'),
(402, 85, '_yoast_wpseo_videositemap-rating', '0'),
(403, 85, '_yoast_wpseo_focuskeywords', '[]'),
(404, 85, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(405, 85, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(407, 89, '_wp_attached_file', '2024/11/دانلود-کتاب-انسان-در-اسلام.jpg'),
(408, 89, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:60:\"2024/11/دانلود-کتاب-انسان-در-اسلام.jpg\";s:8:\"filesize\";i:127105;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"دانلود-کتاب-انسان-در-اسلام-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10934;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"دانلود-کتاب-انسان-در-اسلام-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6274;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:60:\"دانلود-کتاب-انسان-در-اسلام-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45513;}s:5:\"thumb\";a:5:{s:4:\"file\";s:58:\"دانلود-کتاب-انسان-در-اسلام-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2712;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:60:\"دانلود-کتاب-انسان-در-اسلام-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6274;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:60:\"دانلود-کتاب-انسان-در-اسلام-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10210;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:60:\"دانلود-کتاب-انسان-در-اسلام-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8174;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:58:\"دانلود-کتاب-انسان-در-اسلام-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1768;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:60:\"دانلود-کتاب-انسان-در-اسلام-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31549;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:60:\"دانلود-کتاب-انسان-در-اسلام-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7713;}}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:{}}}'),
(410, 90, '_edit_lock', '1731448586:2'),
(411, 90, '_edit_last', '2'),
(412, 91, '_wp_attached_file', '2024/11/دانلود-کتاب-مبانی-شیمی-آلی-.jpg'),
(413, 91, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:61:\"2024/11/دانلود-کتاب-مبانی-شیمی-آلی-.jpg\";s:8:\"filesize\";i:136227;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:61:\"دانلود-کتاب-مبانی-شیمی-آلی--300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11284;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:61:\"دانلود-کتاب-مبانی-شیمی-آلی--150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6311;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:61:\"دانلود-کتاب-مبانی-شیمی-آلی--768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48889;}s:5:\"thumb\";a:5:{s:4:\"file\";s:59:\"دانلود-کتاب-مبانی-شیمی-آلی--80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2695;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:61:\"دانلود-کتاب-مبانی-شیمی-آلی--150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6311;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:61:\"دانلود-کتاب-مبانی-شیمی-آلی--210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10463;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:61:\"دانلود-کتاب-مبانی-شیمی-آلی--177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8243;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:59:\"دانلود-کتاب-مبانی-شیمی-آلی--50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1732;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:61:\"دانلود-کتاب-مبانی-شیمی-آلی--590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33034;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:61:\"دانلود-کتاب-مبانی-شیمی-آلی--174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7852;}}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:{}}}'),
(414, 90, '_thumbnail_id', '91'),
(415, 90, '_wp_page_template', 'default'),
(416, 90, 'bt_buy', 'on'),
(417, 90, 'demo_txtc', 'پیش نمایش آنلاین'),
(418, 90, 'pro_product1', 'on'),
(419, 90, 'irani_product1', 'on'),
(420, 90, 'ea_ins_product1', 'on'),
(421, 90, 'opt_ve_product1', 'on'),
(422, 90, '_yoast_wpseo_primary_category', '1'),
(423, 90, '_yoast_wpseo_videositemap-rating', '0'),
(424, 90, '_yoast_wpseo_focuskeywords', '[]'),
(425, 90, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(426, 90, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(427, 90, 'book_auth', 'عیسی یاوری'),
(428, 90, 'book_pages', '516 صفحه'),
(429, 90, 'book_lang', 'فارسی'),
(430, 90, 'book_format', 'PDF'),
(431, 93, '_edit_lock', '1731472695:2'),
(432, 93, '_edit_last', '2'),
(433, 94, '_wp_attached_file', '2024/11/دانلود-کتاب-روش-های-آمار-استنباطی-در-روانشناسی-و-علوم-تربیتی.jpg'),
(434, 94, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:122:\"2024/11/دانلود-کتاب-روش-های-آمار-استنباطی-در-روانشناسی-و-علوم-تربیتی.jpg\";s:8:\"filesize\";i:131894;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:122:\"دانلود-کتاب-روش-های-آمار-استنباطی-در-روانشناسی-و-علوم-تربیتی-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10783;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:122:\"دانلود-کتاب-روش-های-آمار-استنباطی-در-روانشناسی-و-علوم-تربیتی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6039;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:122:\"دانلود-کتاب-روش-های-آمار-استنباطی-در-روانشناسی-و-علوم-تربیتی-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47594;}s:5:\"thumb\";a:5:{s:4:\"file\";s:120:\"دانلود-کتاب-روش-های-آمار-استنباطی-در-روانشناسی-و-علوم-تربیتی-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2591;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:122:\"دانلود-کتاب-روش-های-آمار-استنباطی-در-روانشناسی-و-علوم-تربیتی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6039;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:122:\"دانلود-کتاب-روش-های-آمار-استنباطی-در-روانشناسی-و-علوم-تربیتی-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10042;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:122:\"دانلود-کتاب-روش-های-آمار-استنباطی-در-روانشناسی-و-علوم-تربیتی-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7944;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:120:\"دانلود-کتاب-روش-های-آمار-استنباطی-در-روانشناسی-و-علوم-تربیتی-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1694;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:122:\"دانلود-کتاب-روش-های-آمار-استنباطی-در-روانشناسی-و-علوم-تربیتی-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31818;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:122:\"دانلود-کتاب-روش-های-آمار-استنباطی-در-روانشناسی-و-علوم-تربیتی-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7630;}}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:{}}}'),
(435, 93, '_thumbnail_id', '94'),
(436, 93, '_wp_page_template', 'default'),
(437, 93, 'bt_buy', 'on'),
(438, 93, 'demo_txtc', 'پیش نمایش آنلاین'),
(439, 93, 'pro_product1', 'on'),
(440, 93, 'irani_product1', 'on'),
(441, 93, 'ea_ins_product1', 'on'),
(442, 93, 'opt_ve_product1', 'on'),
(443, 93, '_yoast_wpseo_primary_category', '1'),
(444, 93, '_yoast_wpseo_videositemap-rating', '0'),
(445, 93, '_yoast_wpseo_focuskeywords', '[]'),
(446, 93, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(447, 93, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(448, 96, '_edit_lock', '1731473799:2'),
(449, 96, '_edit_last', '2'),
(450, 97, '_wp_attached_file', '2024/11/دانلود-کتاب-آموزش-و-پرورش-تطبیقی.jpg'),
(451, 97, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:71:\"2024/11/دانلود-کتاب-آموزش-و-پرورش-تطبیقی.jpg\";s:8:\"filesize\";i:131107;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:71:\"دانلود-کتاب-آموزش-و-پرورش-تطبیقی-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11447;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:71:\"دانلود-کتاب-آموزش-و-پرورش-تطبیقی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6382;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:71:\"دانلود-کتاب-آموزش-و-پرورش-تطبیقی-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48662;}s:5:\"thumb\";a:5:{s:4:\"file\";s:69:\"دانلود-کتاب-آموزش-و-پرورش-تطبیقی-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2764;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:71:\"دانلود-کتاب-آموزش-و-پرورش-تطبیقی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6382;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:71:\"دانلود-کتاب-آموزش-و-پرورش-تطبیقی-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10665;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:71:\"دانلود-کتاب-آموزش-و-پرورش-تطبیقی-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8330;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:69:\"دانلود-کتاب-آموزش-و-پرورش-تطبیقی-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1773;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:71:\"دانلود-کتاب-آموزش-و-پرورش-تطبیقی-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32807;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:71:\"دانلود-کتاب-آموزش-و-پرورش-تطبیقی-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8030;}}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:{}}}'),
(452, 96, '_thumbnail_id', '97'),
(453, 96, '_wp_page_template', 'default'),
(454, 96, 'bt_buy', 'on'),
(455, 96, 'demo_txtc', 'پیش نمایش آنلاین'),
(456, 96, 'pro_product1', 'on'),
(457, 96, 'irani_product1', 'on'),
(458, 96, 'ea_ins_product1', 'on'),
(459, 96, 'opt_ve_product1', 'on'),
(460, 96, '_yoast_wpseo_primary_category', '1'),
(461, 96, '_yoast_wpseo_videositemap-rating', '0'),
(462, 96, '_yoast_wpseo_focuskeywords', '[]'),
(463, 96, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(464, 96, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(497, 9, '_elementor_css', 'a:6:{s:4:\"time\";i:1731586799;s:5:\"fonts\";a:2:{i:0;s:8:\"IranSans\";i:9;s:8:\"iransans\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(500, 105, '_edit_lock', '1731871632:2'),
(501, 105, '_edit_last', '2'),
(502, 106, '_wp_attached_file', '2024/11/دانلود-کتاب-برنامه-نویسی-به-زبان-c.jpg'),
(503, 106, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:73:\"2024/11/دانلود-کتاب-برنامه-نویسی-به-زبان-c.jpg\";s:8:\"filesize\";i:145161;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:73:\"دانلود-کتاب-برنامه-نویسی-به-زبان-c-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11433;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:73:\"دانلود-کتاب-برنامه-نویسی-به-زبان-c-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6397;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:73:\"دانلود-کتاب-برنامه-نویسی-به-زبان-c-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49703;}s:5:\"thumb\";a:5:{s:4:\"file\";s:71:\"دانلود-کتاب-برنامه-نویسی-به-زبان-c-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2721;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:73:\"دانلود-کتاب-برنامه-نویسی-به-زبان-c-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6397;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:73:\"دانلود-کتاب-برنامه-نویسی-به-زبان-c-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10734;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:73:\"دانلود-کتاب-برنامه-نویسی-به-زبان-c-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8487;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:71:\"دانلود-کتاب-برنامه-نویسی-به-زبان-c-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1778;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:73:\"دانلود-کتاب-برنامه-نویسی-به-زبان-c-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34035;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:73:\"دانلود-کتاب-برنامه-نویسی-به-زبان-c-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8124;}}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, 105, '_thumbnail_id', '106'),
(505, 105, '_wp_page_template', 'default'),
(506, 105, 'bt_buy', 'on'),
(507, 105, 'demo_txtc', 'پیش نمایش آنلاین'),
(508, 105, 'pro_product1', 'on'),
(509, 105, 'irani_product1', 'on'),
(510, 105, 'ea_ins_product1', 'on'),
(511, 105, 'opt_ve_product1', 'on'),
(512, 105, 'book_auth', 'جعفر نژاد قمی'),
(513, 105, 'book_pages', '513 صفحه'),
(514, 105, 'book_lang', 'فارسی'),
(515, 105, 'book_format', 'PDF'),
(516, 105, '_yoast_wpseo_primary_category', '1'),
(517, 105, '_yoast_wpseo_videositemap-rating', '0'),
(518, 105, '_yoast_wpseo_focuskeywords', '[]'),
(519, 105, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(520, 105, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(521, 108, '_edit_lock', '1732018717:2'),
(522, 108, '_edit_last', '2'),
(523, 109, '_wp_attached_file', '2024/11/کتاب-آسیب-شناسی-روانی-بر-اساس-DSM-5-2.jpg'),
(524, 109, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:73:\"2024/11/کتاب-آسیب-شناسی-روانی-بر-اساس-DSM-5-2.jpg\";s:8:\"filesize\";i:148472;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:73:\"کتاب-آسیب-شناسی-روانی-بر-اساس-DSM-5-2-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11462;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:73:\"کتاب-آسیب-شناسی-روانی-بر-اساس-DSM-5-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6318;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:73:\"کتاب-آسیب-شناسی-روانی-بر-اساس-DSM-5-2-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50389;}s:5:\"thumb\";a:5:{s:4:\"file\";s:71:\"کتاب-آسیب-شناسی-روانی-بر-اساس-DSM-5-2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2702;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:73:\"کتاب-آسیب-شناسی-روانی-بر-اساس-DSM-5-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6318;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:73:\"کتاب-آسیب-شناسی-روانی-بر-اساس-DSM-5-2-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10510;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:73:\"کتاب-آسیب-شناسی-روانی-بر-اساس-DSM-5-2-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8282;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:71:\"کتاب-آسیب-شناسی-روانی-بر-اساس-DSM-5-2-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1744;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:73:\"کتاب-آسیب-شناسی-روانی-بر-اساس-DSM-5-2-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34177;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:73:\"کتاب-آسیب-شناسی-روانی-بر-اساس-DSM-5-2-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7936;}}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:{}}}'),
(525, 108, '_thumbnail_id', '109'),
(526, 108, '_wp_page_template', 'default'),
(527, 108, 'bt_buy', 'on'),
(528, 108, 'demo_txtc', 'پیش نمایش آنلاین'),
(529, 108, 'pro_product1', 'on'),
(530, 108, 'irani_product1', 'on'),
(531, 108, 'ea_ins_product1', 'on'),
(532, 108, 'opt_ve_product1', 'on'),
(533, 108, 'book_auth', 'مهدی گنجی'),
(534, 108, 'book_pages', '959 صفحه'),
(535, 108, 'book_lang', 'فارسی'),
(536, 108, 'book_format', 'PDF'),
(537, 108, '_yoast_wpseo_primary_category', '1'),
(538, 108, '_yoast_wpseo_videositemap-rating', '0'),
(539, 108, '_yoast_wpseo_focuskeywords', '[]'),
(540, 108, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(541, 108, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(542, 112, '_edit_lock', '1732019338:2'),
(543, 112, '_edit_last', '2'),
(544, 113, '_wp_attached_file', '2024/11/کتاب-مقدمه-ای-بر-روش-های-تحقیق-کیفی-و-آمیخته.jpg'),
(545, 113, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:91:\"2024/11/کتاب-مقدمه-ای-بر-روش-های-تحقیق-کیفی-و-آمیخته.jpg\";s:8:\"filesize\";i:142320;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:91:\"کتاب-مقدمه-ای-بر-روش-های-تحقیق-کیفی-و-آمیخته-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10891;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:91:\"کتاب-مقدمه-ای-بر-روش-های-تحقیق-کیفی-و-آمیخته-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6201;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:91:\"کتاب-مقدمه-ای-بر-روش-های-تحقیق-کیفی-و-آمیخته-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48315;}s:5:\"thumb\";a:5:{s:4:\"file\";s:89:\"کتاب-مقدمه-ای-بر-روش-های-تحقیق-کیفی-و-آمیخته-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2636;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:91:\"کتاب-مقدمه-ای-بر-روش-های-تحقیق-کیفی-و-آمیخته-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6201;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:91:\"کتاب-مقدمه-ای-بر-روش-های-تحقیق-کیفی-و-آمیخته-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10350;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:91:\"کتاب-مقدمه-ای-بر-روش-های-تحقیق-کیفی-و-آمیخته-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8111;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:89:\"کتاب-مقدمه-ای-بر-روش-های-تحقیق-کیفی-و-آمیخته-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1719;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:91:\"کتاب-مقدمه-ای-بر-روش-های-تحقیق-کیفی-و-آمیخته-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32227;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:91:\"کتاب-مقدمه-ای-بر-روش-های-تحقیق-کیفی-و-آمیخته-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7795;}}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:{}}}'),
(546, 112, '_thumbnail_id', '113'),
(547, 112, '_wp_page_template', 'default'),
(548, 112, 'bt_buy', 'on'),
(549, 112, 'demo_txtc', 'پیش نمایش آنلاین'),
(550, 112, 'pro_product1', 'on'),
(551, 112, 'irani_product1', 'on'),
(552, 112, 'ea_ins_product1', 'on'),
(553, 112, 'opt_ve_product1', 'on'),
(554, 112, '_yoast_wpseo_primary_category', '1'),
(555, 112, '_yoast_wpseo_videositemap-rating', '0'),
(556, 112, '_yoast_wpseo_focuskeywords', '[]'),
(557, 112, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(558, 112, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(559, 115, '_edit_lock', '1732020071:2'),
(560, 115, '_edit_last', '2'),
(561, 116, '_wp_attached_file', '2024/11/کتاب-شیمی-2-صفر-تا-صد.jpg'),
(562, 116, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:48:\"2024/11/کتاب-شیمی-2-صفر-تا-صد.jpg\";s:8:\"filesize\";i:142200;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"کتاب-شیمی-2-صفر-تا-صد-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11655;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"کتاب-شیمی-2-صفر-تا-صد-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6534;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"کتاب-شیمی-2-صفر-تا-صد-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48929;}s:5:\"thumb\";a:5:{s:4:\"file\";s:46:\"کتاب-شیمی-2-صفر-تا-صد-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2693;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:48:\"کتاب-شیمی-2-صفر-تا-صد-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6534;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:48:\"کتاب-شیمی-2-صفر-تا-صد-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10827;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:48:\"کتاب-شیمی-2-صفر-تا-صد-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8494;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:46:\"کتاب-شیمی-2-صفر-تا-صد-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1772;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:48:\"کتاب-شیمی-2-صفر-تا-صد-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33164;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:48:\"کتاب-شیمی-2-صفر-تا-صد-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8072;}}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:{}}}'),
(563, 115, '_thumbnail_id', '116'),
(564, 115, '_wp_page_template', 'default'),
(565, 115, 'bt_buy', 'on'),
(566, 115, 'demo_txtc', 'پیش نمایش آنلاین'),
(567, 115, 'pro_product1', 'on'),
(568, 115, 'irani_product1', 'on'),
(569, 115, 'ea_ins_product1', 'on'),
(570, 115, 'opt_ve_product1', 'on'),
(571, 115, '_yoast_wpseo_primary_category', '1'),
(572, 115, '_yoast_wpseo_videositemap-rating', '0'),
(573, 115, '_yoast_wpseo_focuskeywords', '[]'),
(574, 115, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(575, 115, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(576, 118, '_edit_lock', '1732020896:2'),
(577, 118, '_edit_last', '2'),
(578, 119, '_wp_attached_file', '2024/11/کتاب-برنامه-ریزی-به-روش-بولت-ژورنال.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(579, 119, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:76:\"2024/11/کتاب-برنامه-ریزی-به-روش-بولت-ژورنال.jpg\";s:8:\"filesize\";i:143093;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:76:\"کتاب-برنامه-ریزی-به-روش-بولت-ژورنال-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11287;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:76:\"کتاب-برنامه-ریزی-به-روش-بولت-ژورنال-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6343;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:76:\"کتاب-برنامه-ریزی-به-روش-بولت-ژورنال-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48968;}s:5:\"thumb\";a:5:{s:4:\"file\";s:74:\"کتاب-برنامه-ریزی-به-روش-بولت-ژورنال-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2678;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:76:\"کتاب-برنامه-ریزی-به-روش-بولت-ژورنال-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6343;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:76:\"کتاب-برنامه-ریزی-به-روش-بولت-ژورنال-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10709;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:76:\"کتاب-برنامه-ریزی-به-روش-بولت-ژورنال-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8408;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:74:\"کتاب-برنامه-ریزی-به-روش-بولت-ژورنال-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1725;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:76:\"کتاب-برنامه-ریزی-به-روش-بولت-ژورنال-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32746;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:76:\"کتاب-برنامه-ریزی-به-روش-بولت-ژورنال-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8101;}}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:{}}}'),
(580, 118, '_thumbnail_id', '121'),
(581, 118, '_wp_page_template', 'default'),
(582, 118, 'bt_buy', 'on'),
(583, 118, 'demo_txtc', 'پیش نمایش آنلاین'),
(584, 118, 'pro_product1', 'on'),
(585, 118, 'irani_product1', 'on'),
(586, 118, 'ea_ins_product1', 'on'),
(587, 118, 'opt_ve_product1', 'on'),
(588, 118, '_yoast_wpseo_primary_category', '1'),
(589, 118, '_yoast_wpseo_videositemap-rating', '0'),
(590, 118, '_yoast_wpseo_focuskeywords', '[]'),
(591, 118, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(592, 118, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(593, 121, '_wp_attached_file', '2024/11/کتاب-برنامه-ریزی-به-روش-بولت-ژورنال-1.jpg'),
(594, 121, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:78:\"2024/11/کتاب-برنامه-ریزی-به-روش-بولت-ژورنال-1.jpg\";s:8:\"filesize\";i:150634;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:78:\"کتاب-برنامه-ریزی-به-روش-بولت-ژورنال-1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11100;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:78:\"کتاب-برنامه-ریزی-به-روش-بولت-ژورنال-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6253;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:78:\"کتاب-برنامه-ریزی-به-روش-بولت-ژورنال-1-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51445;}s:5:\"thumb\";a:5:{s:4:\"file\";s:76:\"کتاب-برنامه-ریزی-به-روش-بولت-ژورنال-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2604;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:78:\"کتاب-برنامه-ریزی-به-روش-بولت-ژورنال-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6253;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:78:\"کتاب-برنامه-ریزی-به-روش-بولت-ژورنال-1-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10690;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:78:\"کتاب-برنامه-ریزی-به-روش-بولت-ژورنال-1-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8333;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:76:\"کتاب-برنامه-ریزی-به-روش-بولت-ژورنال-1-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1697;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:78:\"کتاب-برنامه-ریزی-به-روش-بولت-ژورنال-1-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34229;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:78:\"کتاب-برنامه-ریزی-به-روش-بولت-ژورنال-1-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8045;}}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:{}}}'),
(595, 122, '_edit_lock', '1732021693:2'),
(596, 123, '_wp_attached_file', '2024/11/کتاب-معامله-گر-کامل.jpg'),
(597, 123, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:47:\"2024/11/کتاب-معامله-گر-کامل.jpg\";s:8:\"filesize\";i:133889;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"کتاب-معامله-گر-کامل-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11120;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"کتاب-معامله-گر-کامل-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6232;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"کتاب-معامله-گر-کامل-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45643;}s:5:\"thumb\";a:5:{s:4:\"file\";s:45:\"کتاب-معامله-گر-کامل-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2703;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:47:\"کتاب-معامله-گر-کامل-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6232;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:47:\"کتاب-معامله-گر-کامل-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10126;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:47:\"کتاب-معامله-گر-کامل-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8190;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:45:\"کتاب-معامله-گر-کامل-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1752;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:47:\"کتاب-معامله-گر-کامل-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31304;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:47:\"کتاب-معامله-گر-کامل-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7747;}}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:{}}}'),
(598, 122, '_edit_last', '2'),
(599, 122, '_thumbnail_id', '123'),
(600, 122, '_wp_page_template', 'default'),
(601, 122, 'bt_buy', 'on'),
(602, 122, 'demo_txtc', 'پیش نمایش آنلاین'),
(603, 122, 'pro_product1', 'on'),
(604, 122, 'irani_product1', 'on'),
(605, 122, 'ea_ins_product1', 'on'),
(606, 122, 'opt_ve_product1', 'on'),
(607, 122, '_yoast_wpseo_primary_category', '1'),
(608, 122, '_yoast_wpseo_videositemap-rating', '0'),
(609, 122, '_yoast_wpseo_focuskeywords', '[]'),
(610, 122, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(611, 122, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(612, 125, '_edit_lock', '1732023005:2'),
(613, 125, '_edit_last', '2'),
(614, 126, '_wp_attached_file', '2024/11/کتاب-زبان-تخصصی-رشته-کامپیوتر.jpg'),
(615, 126, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:66:\"2024/11/کتاب-زبان-تخصصی-رشته-کامپیوتر.jpg\";s:8:\"filesize\";i:139859;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:66:\"کتاب-زبان-تخصصی-رشته-کامپیوتر-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11187;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:66:\"کتاب-زبان-تخصصی-رشته-کامپیوتر-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6256;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:66:\"کتاب-زبان-تخصصی-رشته-کامپیوتر-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48240;}s:5:\"thumb\";a:5:{s:4:\"file\";s:64:\"کتاب-زبان-تخصصی-رشته-کامپیوتر-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2688;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:66:\"کتاب-زبان-تخصصی-رشته-کامپیوتر-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6256;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:66:\"کتاب-زبان-تخصصی-رشته-کامپیوتر-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10507;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:66:\"کتاب-زبان-تخصصی-رشته-کامپیوتر-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8150;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:64:\"کتاب-زبان-تخصصی-رشته-کامپیوتر-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1742;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:66:\"کتاب-زبان-تخصصی-رشته-کامپیوتر-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32607;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:66:\"کتاب-زبان-تخصصی-رشته-کامپیوتر-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7931;}}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:{}}}'),
(616, 125, '_thumbnail_id', '126'),
(617, 125, '_wp_page_template', 'default'),
(618, 125, 'bt_buy', 'on'),
(619, 125, 'demo_txtc', 'پیش نمایش آنلاین'),
(620, 125, 'pro_product1', 'on'),
(621, 125, 'irani_product1', 'on'),
(622, 125, 'ea_ins_product1', 'on'),
(623, 125, 'opt_ve_product1', 'on'),
(624, 125, '_yoast_wpseo_primary_category', '1'),
(625, 125, '_yoast_wpseo_videositemap-rating', '0'),
(626, 125, '_yoast_wpseo_focuskeywords', '[]'),
(627, 125, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(628, 125, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(629, 128, '_edit_lock', '1732025053:2'),
(630, 128, '_edit_last', '2'),
(631, 128, '_wp_page_template', 'default'),
(632, 128, 'bt_buy', 'on'),
(633, 128, 'demo_txtc', 'پیش نمایش آنلاین'),
(634, 128, 'pro_product1', 'on'),
(635, 128, 'irani_product1', 'on'),
(636, 128, 'ea_ins_product1', 'on'),
(637, 128, 'opt_ve_product1', 'on'),
(638, 128, '_yoast_wpseo_primary_category', ''),
(639, 128, '_yoast_wpseo_videositemap-rating', '0'),
(640, 128, '_yoast_wpseo_focuskeywords', '[]'),
(641, 128, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(642, 128, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(643, 130, '_edit_lock', '1732077693:2'),
(644, 130, '_edit_last', '2'),
(645, 131, '_wp_attached_file', '2024/11/کتاب-فراموشخانه-و-فراماسونری-در-ایران.jpg'),
(646, 131, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:81:\"2024/11/کتاب-فراموشخانه-و-فراماسونری-در-ایران.jpg\";s:8:\"filesize\";i:146261;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:81:\"کتاب-فراموشخانه-و-فراماسونری-در-ایران-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11113;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:81:\"کتاب-فراموشخانه-و-فراماسونری-در-ایران-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6196;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:81:\"کتاب-فراموشخانه-و-فراماسونری-در-ایران-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49776;}s:5:\"thumb\";a:5:{s:4:\"file\";s:79:\"کتاب-فراموشخانه-و-فراماسونری-در-ایران-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2630;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:81:\"کتاب-فراموشخانه-و-فراماسونری-در-ایران-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6196;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:81:\"کتاب-فراموشخانه-و-فراماسونری-در-ایران-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10423;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:81:\"کتاب-فراموشخانه-و-فراماسونری-در-ایران-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8137;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:79:\"کتاب-فراموشخانه-و-فراماسونری-در-ایران-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1702;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:81:\"کتاب-فراموشخانه-و-فراماسونری-در-ایران-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33505;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:81:\"کتاب-فراموشخانه-و-فراماسونری-در-ایران-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7785;}}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:{}}}'),
(647, 130, '_thumbnail_id', '131'),
(648, 130, '_wp_page_template', 'default'),
(649, 130, 'bt_buy', 'on'),
(650, 130, 'demo_txtc', 'پیش نمایش آنلاین'),
(651, 130, 'pro_product1', 'on'),
(652, 130, 'irani_product1', 'on'),
(653, 130, 'ea_ins_product1', 'on'),
(654, 130, 'opt_ve_product1', 'on'),
(655, 130, '_yoast_wpseo_primary_category', '1'),
(656, 130, '_yoast_wpseo_videositemap-rating', '0'),
(657, 130, '_yoast_wpseo_focuskeywords', '[]'),
(658, 130, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(659, 130, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(660, 133, '_edit_lock', '1732078244:2'),
(661, 134, '_wp_attached_file', '2024/11/کتاب-درک-و-دریافت-موسیقی.jpg'),
(662, 134, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:56:\"2024/11/کتاب-درک-و-دریافت-موسیقی.jpg\";s:8:\"filesize\";i:143439;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:56:\"کتاب-درک-و-دریافت-موسیقی-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11136;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:56:\"کتاب-درک-و-دریافت-موسیقی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6313;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:56:\"کتاب-درک-و-دریافت-موسیقی-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50079;}s:5:\"thumb\";a:5:{s:4:\"file\";s:54:\"کتاب-درک-و-دریافت-موسیقی-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2649;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:56:\"کتاب-درک-و-دریافت-موسیقی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6313;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:56:\"کتاب-درک-و-دریافت-موسیقی-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10609;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:56:\"کتاب-درک-و-دریافت-موسیقی-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8218;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:54:\"کتاب-درک-و-دریافت-موسیقی-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1744;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:56:\"کتاب-درک-و-دریافت-موسیقی-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33539;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:56:\"کتاب-درک-و-دریافت-موسیقی-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7940;}}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:{}}}'),
(663, 133, '_edit_last', '2'),
(664, 133, '_thumbnail_id', '134'),
(665, 133, '_wp_page_template', 'default'),
(666, 133, 'bt_buy', 'on'),
(667, 133, 'demo_txtc', 'پیش نمایش آنلاین'),
(668, 133, 'pro_product1', 'on'),
(669, 133, 'irani_product1', 'on'),
(670, 133, 'ea_ins_product1', 'on'),
(671, 133, 'opt_ve_product1', 'on'),
(672, 133, '_yoast_wpseo_primary_category', '1'),
(673, 133, '_yoast_wpseo_videositemap-rating', '0'),
(674, 133, '_yoast_wpseo_focuskeywords', '[]'),
(675, 133, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(676, 133, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(677, 137, '_edit_lock', '1732424504:2'),
(678, 137, '_edit_last', '2'),
(679, 138, '_wp_attached_file', '2024/11/کتاب-365-روز-در-صحبت-قرآن.jpg'),
(680, 138, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:54:\"2024/11/کتاب-365-روز-در-صحبت-قرآن.jpg\";s:8:\"filesize\";i:157103;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:54:\"کتاب-365-روز-در-صحبت-قرآن-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12125;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:54:\"کتاب-365-روز-در-صحبت-قرآن-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6693;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:54:\"کتاب-365-روز-در-صحبت-قرآن-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55148;}s:5:\"thumb\";a:5:{s:4:\"file\";s:52:\"کتاب-365-روز-در-صحبت-قرآن-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2784;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:54:\"کتاب-365-روز-در-صحبت-قرآن-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6693;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:54:\"کتاب-365-روز-در-صحبت-قرآن-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11456;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:54:\"کتاب-365-روز-در-صحبت-قرآن-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8912;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:52:\"کتاب-365-روز-در-صحبت-قرآن-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1774;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:54:\"کتاب-365-روز-در-صحبت-قرآن-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37002;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:54:\"کتاب-365-روز-در-صحبت-قرآن-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8486;}}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:{}}}'),
(681, 137, '_thumbnail_id', '138'),
(682, 137, '_wp_page_template', 'default'),
(683, 137, 'bt_buy', 'on'),
(684, 137, 'demo_txtc', 'پیش نمایش آنلاین'),
(685, 137, 'pro_product1', 'on'),
(686, 137, 'irani_product1', 'on'),
(687, 137, 'ea_ins_product1', 'on'),
(688, 137, 'opt_ve_product1', 'on'),
(689, 137, '_yoast_wpseo_primary_category', '1'),
(690, 137, '_yoast_wpseo_videositemap-rating', '0'),
(691, 137, '_yoast_wpseo_focuskeywords', '[]'),
(692, 137, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(693, 137, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(694, 137, 'book_auth', 'محمد حسین الهی قمشه ای'),
(695, 137, 'book_pages', '38 صفحه'),
(696, 137, 'book_lang', 'فارسی'),
(697, 137, 'book_format', 'PDF'),
(698, 140, '_edit_lock', '1732425153:2'),
(699, 140, '_edit_last', '2'),
(700, 141, '_edit_lock', '1732597422:2'),
(701, 141, '_edit_last', '2'),
(702, 142, '_wp_attached_file', '2024/11/کتاب-آموزش-تفکر-به-کودکان-و-نوجوانان.jpg'),
(703, 142, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:78:\"2024/11/کتاب-آموزش-تفکر-به-کودکان-و-نوجوانان.jpg\";s:8:\"filesize\";i:146796;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:78:\"کتاب-آموزش-تفکر-به-کودکان-و-نوجوانان-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11217;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:78:\"کتاب-آموزش-تفکر-به-کودکان-و-نوجوانان-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6259;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:78:\"کتاب-آموزش-تفکر-به-کودکان-و-نوجوانان-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49413;}s:5:\"thumb\";a:5:{s:4:\"file\";s:76:\"کتاب-آموزش-تفکر-به-کودکان-و-نوجوانان-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2632;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:78:\"کتاب-آموزش-تفکر-به-کودکان-و-نوجوانان-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6259;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:78:\"کتاب-آموزش-تفکر-به-کودکان-و-نوجوانان-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10365;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:78:\"کتاب-آموزش-تفکر-به-کودکان-و-نوجوانان-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8280;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:76:\"کتاب-آموزش-تفکر-به-کودکان-و-نوجوانان-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1750;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:78:\"کتاب-آموزش-تفکر-به-کودکان-و-نوجوانان-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33532;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:78:\"کتاب-آموزش-تفکر-به-کودکان-و-نوجوانان-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7855;}}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:{}}}'),
(704, 141, '_thumbnail_id', '142'),
(705, 141, '_wp_page_template', 'default'),
(706, 141, 'bt_buy', 'on'),
(707, 141, 'demo_txtc', 'پیش نمایش آنلاین'),
(708, 141, 'pro_product1', 'on'),
(709, 141, 'irani_product1', 'on'),
(710, 141, 'ea_ins_product1', 'on'),
(711, 141, 'opt_ve_product1', 'on'),
(712, 141, 'book_auth', 'دکتر علی ستاری'),
(713, 141, 'book_pages', '238 صفحه'),
(714, 141, 'book_lang', 'فارسی'),
(715, 141, 'book_format', 'PDF'),
(716, 141, '_yoast_wpseo_primary_category', '1'),
(717, 141, '_yoast_wpseo_videositemap-rating', '0'),
(718, 141, '_yoast_wpseo_content_score', '60'),
(719, 141, '_yoast_wpseo_focuskeywords', '[]'),
(720, 141, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(721, 141, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(722, 144, '_edit_lock', '1732597554:2'),
(723, 144, '_edit_last', '2'),
(724, 144, 'bt_buy', 'on'),
(725, 144, 'demo_txtc', 'پیش نمایش آنلاین'),
(726, 144, 'pro_product1', 'on'),
(727, 144, 'irani_product1', 'on'),
(728, 144, 'ea_ins_product1', 'on'),
(729, 144, 'opt_ve_product1', 'on'),
(730, 144, 'edd_price', '490000'),
(731, 144, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:98:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookpo/Ketab-AMuzesh-Tafakkor-Be-Kodakan-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(732, 144, '_edd_download_earnings', '0'),
(733, 144, '_edd_download_sales', '0'),
(734, 141, 'edd_id', '144'),
(735, 146, '_edit_lock', '1732598473:2'),
(736, 146, '_edit_last', '2'),
(737, 147, '_wp_attached_file', '2024/11/کتاب-گفتاری-در-باب-نابرابری.jpg'),
(738, 147, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:62:\"2024/11/کتاب-گفتاری-در-باب-نابرابری.jpg\";s:8:\"filesize\";i:144132;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"کتاب-گفتاری-در-باب-نابرابری-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11360;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"کتاب-گفتاری-در-باب-نابرابری-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6403;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"کتاب-گفتاری-در-باب-نابرابری-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50186;}s:5:\"thumb\";a:5:{s:4:\"file\";s:60:\"کتاب-گفتاری-در-باب-نابرابری-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2685;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:62:\"کتاب-گفتاری-در-باب-نابرابری-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6403;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:62:\"کتاب-گفتاری-در-باب-نابرابری-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10651;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:62:\"کتاب-گفتاری-در-باب-نابرابری-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8327;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:60:\"کتاب-گفتاری-در-باب-نابرابری-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1773;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:62:\"کتاب-گفتاری-در-باب-نابرابری-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33938;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:62:\"کتاب-گفتاری-در-باب-نابرابری-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7973;}}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:{}}}'),
(739, 146, '_thumbnail_id', '147'),
(740, 146, '_wp_page_template', 'default'),
(741, 146, 'bt_buy', 'on'),
(742, 146, 'demo_txtc', 'پیش نمایش آنلاین'),
(743, 146, 'pro_product1', 'on'),
(744, 146, 'irani_product1', 'on'),
(745, 146, 'ea_ins_product1', 'on'),
(746, 146, 'opt_ve_product1', 'on'),
(747, 146, 'book_auth', 'ژان ژاک روسو'),
(748, 146, 'book_pages', '164 صفحه'),
(749, 146, 'book_lang', 'فارسی'),
(750, 146, 'book_format', 'PDF'),
(751, 146, '_yoast_wpseo_primary_category', '1'),
(752, 146, '_yoast_wpseo_videositemap-rating', '0'),
(753, 146, '_yoast_wpseo_content_score', '90'),
(754, 146, '_yoast_wpseo_focuskeywords', '[]'),
(755, 146, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(756, 146, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(757, 149, '_edit_lock', '1732598417:2'),
(758, 149, '_edit_last', '2'),
(759, 149, 'bt_buy', 'on'),
(760, 149, 'demo_txtc', 'پیش نمایش آنلاین'),
(761, 149, 'pro_product1', 'on'),
(762, 149, 'irani_product1', 'on'),
(763, 149, 'ea_ins_product1', 'on'),
(764, 149, 'opt_ve_product1', 'on'),
(765, 149, 'edd_price', '490000'),
(766, 149, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:120:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookma/b3/ketab-goftari-dar-babe-nabarabari-jean-jac-rousseau-www.pdfbamaa.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(767, 149, '_edd_download_earnings', '0'),
(768, 149, '_edd_download_sales', '0'),
(769, 146, 'edd_id', '149'),
(770, 151, '_edit_lock', '1732599552:2'),
(771, 151, '_edit_last', '2'),
(772, 152, '_wp_attached_file', '2024/11/کتاب-ترس-و-لرز.jpg'),
(773, 152, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:37:\"2024/11/کتاب-ترس-و-لرز.jpg\";s:8:\"filesize\";i:134435;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"کتاب-ترس-و-لرز-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10625;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"کتاب-ترس-و-لرز-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6173;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"کتاب-ترس-و-لرز-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45576;}s:5:\"thumb\";a:5:{s:4:\"file\";s:35:\"کتاب-ترس-و-لرز-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2663;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:37:\"کتاب-ترس-و-لرز-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6173;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:37:\"کتاب-ترس-و-لرز-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10263;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:37:\"کتاب-ترس-و-لرز-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8093;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:35:\"کتاب-ترس-و-لرز-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1736;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:37:\"کتاب-ترس-و-لرز-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31116;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:37:\"کتاب-ترس-و-لرز-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7692;}}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:{}}}'),
(774, 151, '_thumbnail_id', '152'),
(775, 151, '_wp_page_template', 'default'),
(776, 151, 'bt_buy', 'on'),
(777, 151, 'demo_txtc', 'پیش نمایش آنلاین'),
(778, 151, 'pro_product1', 'on'),
(779, 151, 'irani_product1', 'on'),
(780, 151, 'ea_ins_product1', 'on'),
(781, 151, 'opt_ve_product1', 'on'),
(782, 151, 'book_auth', 'سورن کیرکگور'),
(783, 151, 'book_pages', '167 صفحه'),
(784, 151, 'book_lang', 'فارسی'),
(785, 151, 'book_format', 'PDF'),
(786, 151, '_yoast_wpseo_primary_category', '1'),
(787, 151, '_yoast_wpseo_videositemap-rating', '0'),
(788, 151, '_yoast_wpseo_content_score', '60'),
(789, 151, '_yoast_wpseo_focuskeywords', '[]'),
(790, 151, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(791, 151, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(792, 154, '_edit_lock', '1732599673:2'),
(793, 154, '_edit_last', '2'),
(794, 154, 'bt_buy', 'on'),
(795, 154, 'demo_txtc', 'پیش نمایش آنلاین'),
(796, 154, 'pro_product1', 'on'),
(797, 154, 'irani_product1', 'on'),
(798, 154, 'ea_ins_product1', 'on'),
(799, 154, 'opt_ve_product1', 'on'),
(800, 154, 'edd_price', '490000'),
(801, 154, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:101:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookkr/b2/ketab-tars-ve-larz-soren-kirkegor-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(802, 154, '_edd_download_earnings', '0'),
(803, 154, '_edd_download_sales', '0'),
(804, 151, 'edd_id', '154'),
(805, 156, '_edit_lock', '1733204508:2'),
(806, 156, '_edit_last', '2'),
(807, 157, '_wp_attached_file', '2024/11/کتاب-مدیریت-حقوق-و-دستمزد.jpg'),
(808, 157, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:58:\"2024/11/کتاب-مدیریت-حقوق-و-دستمزد.jpg\";s:8:\"filesize\";i:138127;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"کتاب-مدیریت-حقوق-و-دستمزد-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10674;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"کتاب-مدیریت-حقوق-و-دستمزد-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6126;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:58:\"کتاب-مدیریت-حقوق-و-دستمزد-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47060;}s:5:\"thumb\";a:5:{s:4:\"file\";s:56:\"کتاب-مدیریت-حقوق-و-دستمزد-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2592;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:58:\"کتاب-مدیریت-حقوق-و-دستمزد-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6126;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:58:\"کتاب-مدیریت-حقوق-و-دستمزد-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10208;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:58:\"کتاب-مدیریت-حقوق-و-دستمزد-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8086;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:56:\"کتاب-مدیریت-حقوق-و-دستمزد-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1739;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:58:\"کتاب-مدیریت-حقوق-و-دستمزد-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31888;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:58:\"کتاب-مدیریت-حقوق-و-دستمزد-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7654;}}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:{}}}'),
(809, 156, '_thumbnail_id', '157'),
(810, 156, '_wp_page_template', 'default'),
(811, 156, 'bt_buy', 'on'),
(812, 156, 'demo_txtc', 'پیش نمایش آنلاین'),
(813, 156, 'pro_product1', 'on'),
(814, 156, 'irani_product1', 'on'),
(815, 156, 'ea_ins_product1', 'on'),
(816, 156, 'opt_ve_product1', 'on'),
(817, 156, 'book_auth', 'یوسف رونق'),
(818, 156, 'book_pages', '165 صفحه'),
(819, 156, 'book_lang', 'فارسی'),
(820, 156, 'book_format', 'PDF'),
(821, 156, '_yoast_wpseo_primary_category', '1'),
(822, 156, '_yoast_wpseo_videositemap-rating', '0'),
(823, 156, '_yoast_wpseo_content_score', '90'),
(824, 156, '_yoast_wpseo_focuskeywords', '[]'),
(825, 156, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(826, 156, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(827, 159, '_edit_lock', '1732600889:2'),
(828, 159, '_edit_last', '2'),
(829, 159, 'bt_buy', 'on'),
(830, 159, 'demo_txtc', 'پیش نمایش آنلاین'),
(831, 159, 'pro_product1', 'on'),
(832, 159, 'irani_product1', 'on'),
(833, 159, 'ea_ins_product1', 'on'),
(834, 159, 'opt_ve_product1', 'on'),
(835, 159, 'edd_price', '490000'),
(836, 159, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:96:\"https://dl.pdfbamaa.com/pdfbama/ketab/book1/Ketab-Modiriat-Hogug-Va-Dastmozd-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(837, 159, '_edd_download_earnings', '0'),
(838, 159, '_edd_download_sales', '0'),
(839, 156, 'edd_id', '159'),
(840, 161, '_edit_lock', '1732603234:2'),
(841, 161, '_edit_last', '2'),
(842, 162, '_wp_attached_file', '2024/11/کتاب-هوش-ای-تی-فرمول-1.jpg'),
(843, 162, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:50:\"2024/11/کتاب-هوش-ای-تی-فرمول-1.jpg\";s:8:\"filesize\";i:147101;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"کتاب-هوش-ای-تی-فرمول-1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11613;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"کتاب-هوش-ای-تی-فرمول-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6462;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:50:\"کتاب-هوش-ای-تی-فرمول-1-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51288;}s:5:\"thumb\";a:5:{s:4:\"file\";s:48:\"کتاب-هوش-ای-تی-فرمول-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2714;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:50:\"کتاب-هوش-ای-تی-فرمول-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6462;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:50:\"کتاب-هوش-ای-تی-فرمول-1-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10745;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:50:\"کتاب-هوش-ای-تی-فرمول-1-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8478;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:48:\"کتاب-هوش-ای-تی-فرمول-1-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1789;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:50:\"کتاب-هوش-ای-تی-فرمول-1-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34585;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:50:\"کتاب-هوش-ای-تی-فرمول-1-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8161;}}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:{}}}'),
(844, 161, '_thumbnail_id', '162'),
(845, 161, '_wp_page_template', 'default'),
(846, 161, 'bt_buy', 'on'),
(847, 161, 'demo_txtc', 'پیش نمایش آنلاین'),
(848, 161, 'pro_product1', 'on'),
(849, 161, 'irani_product1', 'on'),
(850, 161, 'ea_ins_product1', 'on'),
(851, 161, 'opt_ve_product1', 'on'),
(852, 161, 'book_auth', 'گامی تا فرزانگان'),
(853, 161, 'book_pages', '297 صفحه'),
(854, 161, 'book_lang', 'فارسی'),
(855, 161, 'book_format', 'PDF'),
(856, 161, '_yoast_wpseo_primary_category', '1'),
(857, 161, '_yoast_wpseo_videositemap-rating', '0'),
(858, 161, '_yoast_wpseo_content_score', '90'),
(859, 161, '_yoast_wpseo_focuskeywords', '[]'),
(860, 161, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(861, 161, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(862, 164, '_edit_lock', '1732603365:2'),
(863, 164, '_edit_last', '2'),
(864, 164, 'bt_buy', 'on'),
(865, 164, 'demo_txtc', 'پیش نمایش آنلاین'),
(866, 164, 'pro_product1', 'on'),
(867, 164, 'irani_product1', 'on'),
(868, 164, 'ea_ins_product1', 'on'),
(869, 164, 'opt_ve_product1', 'on'),
(870, 164, 'edd_price', '490000'),
(871, 164, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:122:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookma/b6/Ketab_Hush_ET_Formol1_Estedad_Tahlily_Va_Hosh_Zabani_Panjom_Va_Sheshom.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(872, 164, '_edd_download_earnings', '0'),
(873, 164, '_edd_download_sales', '0'),
(874, 161, 'edd_id', '164'),
(875, 166, '_edit_lock', '1732604198:2'),
(876, 166, '_edit_last', '2'),
(877, 167, '_wp_attached_file', '2024/11/کتاب-سقوط-بهشت-خاندان-پهلوی-و-آخرین-روزهای-ایران-شاهنشاهی.jpg'),
(878, 167, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:117:\"2024/11/کتاب-سقوط-بهشت-خاندان-پهلوی-و-آخرین-روزهای-ایران-شاهنشاهی.jpg\";s:8:\"filesize\";i:153513;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:117:\"کتاب-سقوط-بهشت-خاندان-پهلوی-و-آخرین-روزهای-ایران-شاهنشاهی-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11925;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:117:\"کتاب-سقوط-بهشت-خاندان-پهلوی-و-آخرین-روزهای-ایران-شاهنشاهی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6627;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:117:\"کتاب-سقوط-بهشت-خاندان-پهلوی-و-آخرین-روزهای-ایران-شاهنشاهی-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53066;}s:5:\"thumb\";a:5:{s:4:\"file\";s:115:\"کتاب-سقوط-بهشت-خاندان-پهلوی-و-آخرین-روزهای-ایران-شاهنشاهی-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2702;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:117:\"کتاب-سقوط-بهشت-خاندان-پهلوی-و-آخرین-روزهای-ایران-شاهنشاهی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6627;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:117:\"کتاب-سقوط-بهشت-خاندان-پهلوی-و-آخرین-روزهای-ایران-شاهنشاهی-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11107;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:117:\"کتاب-سقوط-بهشت-خاندان-پهلوی-و-آخرین-روزهای-ایران-شاهنشاهی-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8773;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:115:\"کتاب-سقوط-بهشت-خاندان-پهلوی-و-آخرین-روزهای-ایران-شاهنشاهی-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1775;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:117:\"کتاب-سقوط-بهشت-خاندان-پهلوی-و-آخرین-روزهای-ایران-شاهنشاهی-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36305;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:117:\"کتاب-سقوط-بهشت-خاندان-پهلوی-و-آخرین-روزهای-ایران-شاهنشاهی-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8337;}}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:{}}}'),
(879, 166, '_thumbnail_id', '167'),
(880, 166, '_wp_page_template', 'default'),
(881, 166, 'bt_buy', 'on'),
(882, 166, 'demo_txtc', 'پیش نمایش آنلاین'),
(883, 166, 'pro_product1', 'on'),
(884, 166, 'irani_product1', 'on'),
(885, 166, 'ea_ins_product1', 'on'),
(886, 166, 'opt_ve_product1', 'on'),
(887, 166, 'book_auth', 'اندرو اسکات کوپر '),
(888, 166, 'book_pages', '371 صفحه'),
(889, 166, 'book_lang', 'فارسی'),
(890, 166, 'book_format', 'PDF'),
(891, 166, '_yoast_wpseo_primary_category', '1'),
(892, 166, '_yoast_wpseo_videositemap-rating', '0'),
(893, 166, '_yoast_wpseo_content_score', '90'),
(894, 166, '_yoast_wpseo_focuskeywords', '[]'),
(895, 166, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(896, 166, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(897, 169, '_edit_lock', '1732604282:2'),
(898, 169, '_edit_last', '2'),
(899, 169, 'bt_buy', 'on'),
(900, 169, 'demo_txtc', 'پیش نمایش آنلاین'),
(901, 169, 'pro_product1', 'on'),
(902, 169, 'irani_product1', 'on'),
(903, 169, 'ea_ins_product1', 'on'),
(904, 169, 'opt_ve_product1', 'on'),
(905, 169, 'edd_price', '490000'),
(906, 169, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:109:\"https://dl.pdfbamaa.com/pdfbama/ketab/booknc/b2/ketab-sogoote-behesht-andrew-scott-cooper-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(907, 169, '_edd_download_earnings', '0'),
(908, 169, '_edd_download_sales', '0'),
(909, 166, 'edd_id', '169'),
(910, 171, '_edit_lock', '1732605270:2'),
(911, 171, '_edit_last', '2'),
(912, 172, '_wp_attached_file', '2024/11/کتاب-طراحی-سازه-های-فولادی-به-روش-حالات-حدی-و-مقاومت-مجاز.jpg'),
(913, 172, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:115:\"2024/11/کتاب-طراحی-سازه-های-فولادی-به-روش-حالات-حدی-و-مقاومت-مجاز.jpg\";s:8:\"filesize\";i:145595;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:115:\"کتاب-طراحی-سازه-های-فولادی-به-روش-حالات-حدی-و-مقاومت-مجاز-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11218;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:115:\"کتاب-طراحی-سازه-های-فولادی-به-روش-حالات-حدی-و-مقاومت-مجاز-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6389;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:115:\"کتاب-طراحی-سازه-های-فولادی-به-روش-حالات-حدی-و-مقاومت-مجاز-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50226;}s:5:\"thumb\";a:5:{s:4:\"file\";s:113:\"کتاب-طراحی-سازه-های-فولادی-به-روش-حالات-حدی-و-مقاومت-مجاز-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2649;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:115:\"کتاب-طراحی-سازه-های-فولادی-به-روش-حالات-حدی-و-مقاومت-مجاز-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6389;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:115:\"کتاب-طراحی-سازه-های-فولادی-به-روش-حالات-حدی-و-مقاومت-مجاز-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10751;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:115:\"کتاب-طراحی-سازه-های-فولادی-به-روش-حالات-حدی-و-مقاومت-مجاز-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8333;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:113:\"کتاب-طراحی-سازه-های-فولادی-به-روش-حالات-حدی-و-مقاومت-مجاز-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1765;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:115:\"کتاب-طراحی-سازه-های-فولادی-به-روش-حالات-حدی-و-مقاومت-مجاز-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34143;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:115:\"کتاب-طراحی-سازه-های-فولادی-به-روش-حالات-حدی-و-مقاومت-مجاز-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7957;}}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:{}}}'),
(914, 171, '_thumbnail_id', '172'),
(915, 171, '_wp_page_template', 'default'),
(916, 171, 'bt_buy', 'on'),
(917, 171, 'demo_txtc', 'پیش نمایش آنلاین'),
(918, 171, 'pro_product1', 'on'),
(919, 171, 'irani_product1', 'on'),
(920, 171, 'ea_ins_product1', 'on'),
(921, 171, 'opt_ve_product1', 'on'),
(922, 171, 'book_auth', 'مجتبی ازهری'),
(923, 171, 'book_pages', '900 صفحه');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(924, 171, 'book_lang', 'فارسی'),
(925, 171, 'book_format', 'PDF'),
(926, 171, '_yoast_wpseo_primary_category', '1'),
(927, 171, '_yoast_wpseo_videositemap-rating', '0'),
(928, 171, '_yoast_wpseo_content_score', '90'),
(929, 171, '_yoast_wpseo_focuskeywords', '[]'),
(930, 171, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(931, 171, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(932, 174, '_edit_lock', '1732605270:2'),
(933, 174, '_edit_last', '2'),
(934, 174, 'bt_buy', 'on'),
(935, 174, 'demo_txtc', 'پیش نمایش آنلاین'),
(936, 174, 'pro_product1', 'on'),
(937, 174, 'irani_product1', 'on'),
(938, 174, 'ea_ins_product1', 'on'),
(939, 174, 'opt_ve_product1', 'on'),
(940, 174, 'edd_price', '490000'),
(941, 174, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:93:\"https://dl.pdfbamaa.com/pdfbama/ketab/book3/Ketab-Tarahi-Saze-Haye-Foladi-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(942, 174, '_edd_download_earnings', '0'),
(943, 174, '_edd_download_sales', '0'),
(944, 171, 'edd_id', '174'),
(946, 178, '_edit_lock', '1732654265:2'),
(947, 178, '_edit_last', '2'),
(948, 179, '_wp_attached_file', '2024/11/کتاب-ارزشیابی-آموزشی.jpg'),
(949, 179, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:50:\"2024/11/کتاب-ارزشیابی-آموزشی.jpg\";s:8:\"filesize\";i:138505;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"کتاب-ارزشیابی-آموزشی-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11225;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"کتاب-ارزشیابی-آموزشی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6229;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:50:\"کتاب-ارزشیابی-آموزشی-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47692;}s:5:\"thumb\";a:5:{s:4:\"file\";s:48:\"کتاب-ارزشیابی-آموزشی-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2713;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:50:\"کتاب-ارزشیابی-آموزشی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6229;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:50:\"کتاب-ارزشیابی-آموزشی-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10384;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:50:\"کتاب-ارزشیابی-آموزشی-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8192;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:48:\"کتاب-ارزشیابی-آموزشی-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1758;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:50:\"کتاب-ارزشیابی-آموزشی-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32347;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:50:\"کتاب-ارزشیابی-آموزشی-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7917;}}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:{}}}'),
(950, 178, '_thumbnail_id', '179'),
(951, 178, '_wp_page_template', 'default'),
(952, 178, 'bt_buy', 'on'),
(953, 178, 'demo_txtc', 'پیش نمایش آنلاین'),
(954, 178, 'pro_product1', 'on'),
(955, 178, 'irani_product1', 'on'),
(956, 178, 'ea_ins_product1', 'on'),
(957, 178, 'opt_ve_product1', 'on'),
(958, 178, 'book_auth', 'دکتر عباس بازرگان '),
(959, 178, 'book_pages', '182 صفحه'),
(960, 178, 'book_lang', 'فارسی'),
(961, 178, 'book_format', 'PDF'),
(962, 178, '_yoast_wpseo_primary_category', '1'),
(963, 178, '_yoast_wpseo_videositemap-rating', '0'),
(964, 178, '_yoast_wpseo_content_score', '60'),
(965, 178, '_yoast_wpseo_focuskeywords', '[]'),
(966, 178, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(967, 178, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(969, 182, '_edit_lock', '1732654671:2'),
(970, 182, '_edit_last', '2'),
(971, 182, '_wp_page_template', 'default'),
(972, 182, 'bt_buy', 'on'),
(973, 182, 'demo_txtc', 'پیش نمایش آنلاین'),
(974, 182, 'pro_product1', 'on'),
(975, 182, 'irani_product1', 'on'),
(976, 182, 'ea_ins_product1', 'on'),
(977, 182, 'opt_ve_product1', 'on'),
(978, 182, 'book_auth', 'دکتر مسعود انصاری'),
(979, 182, 'book_pages', '488 صفحه'),
(980, 182, 'book_lang', 'فارسی'),
(981, 182, 'book_format', 'PDF'),
(982, 182, '_yoast_wpseo_primary_category', '1'),
(983, 182, '_yoast_wpseo_videositemap-rating', '0'),
(984, 182, '_yoast_wpseo_content_score', '60'),
(985, 182, '_yoast_wpseo_focuskeywords', '[]'),
(986, 182, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(987, 182, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(988, 184, '_wp_attached_file', '2024/11/کتاب-دین-سازان-بی-خدا.jpg'),
(989, 184, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:50:\"2024/11/کتاب-دین-سازان-بی-خدا.jpg\";s:8:\"filesize\";i:137839;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"کتاب-دین-سازان-بی-خدا-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11066;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"کتاب-دین-سازان-بی-خدا-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6458;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:50:\"کتاب-دین-سازان-بی-خدا-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47609;}s:5:\"thumb\";a:5:{s:4:\"file\";s:48:\"کتاب-دین-سازان-بی-خدا-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2709;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:50:\"کتاب-دین-سازان-بی-خدا-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6458;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:50:\"کتاب-دین-سازان-بی-خدا-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10669;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:50:\"کتاب-دین-سازان-بی-خدا-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8254;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:48:\"کتاب-دین-سازان-بی-خدا-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1744;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:50:\"کتاب-دین-سازان-بی-خدا-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32462;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:50:\"کتاب-دین-سازان-بی-خدا-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8061;}}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:{}}}'),
(990, 185, '_wp_attached_file', '2024/11/کتاب-دین-سازان-بی-خدا-1.jpg'),
(991, 185, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:52:\"2024/11/کتاب-دین-سازان-بی-خدا-1.jpg\";s:8:\"filesize\";i:137839;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"کتاب-دین-سازان-بی-خدا-1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11066;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"کتاب-دین-سازان-بی-خدا-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6458;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:52:\"کتاب-دین-سازان-بی-خدا-1-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47609;}s:5:\"thumb\";a:5:{s:4:\"file\";s:50:\"کتاب-دین-سازان-بی-خدا-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2709;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:52:\"کتاب-دین-سازان-بی-خدا-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6458;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:52:\"کتاب-دین-سازان-بی-خدا-1-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10669;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:52:\"کتاب-دین-سازان-بی-خدا-1-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8254;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:50:\"کتاب-دین-سازان-بی-خدا-1-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1744;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:52:\"کتاب-دین-سازان-بی-خدا-1-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32462;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:52:\"کتاب-دین-سازان-بی-خدا-1-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8061;}}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:{}}}'),
(992, 182, '_thumbnail_id', '185'),
(993, 186, '_edit_last', '2'),
(994, 186, '_edit_lock', '1732656035:2'),
(995, 187, '_wp_attached_file', '2024/11/کتاب-سیستم-مدیریت-پول-معاملات-فارکس.jpg'),
(996, 187, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:77:\"2024/11/کتاب-سیستم-مدیریت-پول-معاملات-فارکس.jpg\";s:8:\"filesize\";i:138198;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:77:\"کتاب-سیستم-مدیریت-پول-معاملات-فارکس-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10750;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:77:\"کتاب-سیستم-مدیریت-پول-معاملات-فارکس-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6096;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:77:\"کتاب-سیستم-مدیریت-پول-معاملات-فارکس-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46867;}s:5:\"thumb\";a:5:{s:4:\"file\";s:75:\"کتاب-سیستم-مدیریت-پول-معاملات-فارکس-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2629;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:77:\"کتاب-سیستم-مدیریت-پول-معاملات-فارکس-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6096;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:77:\"کتاب-سیستم-مدیریت-پول-معاملات-فارکس-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10156;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:77:\"کتاب-سیستم-مدیریت-پول-معاملات-فارکس-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8012;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:75:\"کتاب-سیستم-مدیریت-پول-معاملات-فارکس-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1717;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:77:\"کتاب-سیستم-مدیریت-پول-معاملات-فارکس-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31293;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:77:\"کتاب-سیستم-مدیریت-پول-معاملات-فارکس-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7712;}}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:{}}}'),
(997, 186, '_thumbnail_id', '187'),
(998, 186, '_wp_page_template', 'default'),
(999, 186, 'bt_buy', 'on'),
(1000, 186, 'demo_txtc', 'پیش نمایش آنلاین'),
(1001, 186, 'pro_product1', 'on'),
(1002, 186, 'irani_product1', 'on'),
(1003, 186, 'ea_ins_product1', 'on'),
(1004, 186, 'opt_ve_product1', 'on'),
(1005, 186, 'book_auth', 'دون گای'),
(1006, 186, 'book_pages', '86 صفحه'),
(1007, 186, 'book_lang', 'فارسی'),
(1008, 186, 'book_format', 'PDF'),
(1009, 186, '_yoast_wpseo_primary_category', '1'),
(1010, 186, '_yoast_wpseo_videositemap-rating', '0'),
(1011, 186, '_yoast_wpseo_content_score', '90'),
(1012, 186, '_yoast_wpseo_focuskeywords', '[]'),
(1013, 186, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(1014, 186, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(1015, 189, '_edit_lock', '1732656099:2'),
(1016, 189, '_edit_last', '2'),
(1017, 189, 'bt_buy', 'on'),
(1018, 189, 'demo_txtc', 'پیش نمایش آنلاین'),
(1019, 189, 'pro_product1', 'on'),
(1020, 189, 'irani_product1', 'on'),
(1021, 189, 'ea_ins_product1', 'on'),
(1022, 189, 'opt_ve_product1', 'on'),
(1023, 189, 'edd_price', '490000'),
(1024, 189, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:105:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookpo/Ketab-System-Modiriat-Pol-Moamelat-Forex-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(1025, 189, '_edd_download_earnings', '0'),
(1026, 189, '_edd_download_sales', '0'),
(1027, 186, 'edd_id', '189'),
(1029, 192, '_edit_lock', '1732683010:2'),
(1030, 192, '_edit_last', '2'),
(1031, 193, '_wp_attached_file', '2024/11/کتاب-زندگی-خود-را-دوباره-بیافرینید.jpg'),
(1032, 193, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:75:\"2024/11/کتاب-زندگی-خود-را-دوباره-بیافرینید.jpg\";s:8:\"filesize\";i:140342;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:75:\"کتاب-زندگی-خود-را-دوباره-بیافرینید-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11230;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:75:\"کتاب-زندگی-خود-را-دوباره-بیافرینید-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:75:\"کتاب-زندگی-خود-را-دوباره-بیافرینید-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48109;}s:5:\"thumb\";a:5:{s:4:\"file\";s:73:\"کتاب-زندگی-خود-را-دوباره-بیافرینید-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2695;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:75:\"کتاب-زندگی-خود-را-دوباره-بیافرینید-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6264;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:75:\"کتاب-زندگی-خود-را-دوباره-بیافرینید-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10472;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:75:\"کتاب-زندگی-خود-را-دوباره-بیافرینید-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8334;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:73:\"کتاب-زندگی-خود-را-دوباره-بیافرینید-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1762;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:75:\"کتاب-زندگی-خود-را-دوباره-بیافرینید-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32529;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:75:\"کتاب-زندگی-خود-را-دوباره-بیافرینید-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8011;}}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:{}}}'),
(1033, 192, '_thumbnail_id', '193'),
(1034, 192, '_wp_page_template', 'default'),
(1035, 192, 'bt_buy', 'on'),
(1036, 192, 'demo_txtc', 'پیش نمایش آنلاین'),
(1037, 192, 'pro_product1', 'on'),
(1038, 192, 'irani_product1', 'on'),
(1039, 192, 'ea_ins_product1', 'on'),
(1040, 192, 'opt_ve_product1', 'on'),
(1041, 192, 'book_auth', 'دکتر جفری یانگ'),
(1042, 192, 'book_pages', '559 صفحه'),
(1043, 192, 'book_lang', 'فارسی'),
(1044, 192, 'book_format', 'PDF'),
(1045, 192, '_yoast_wpseo_primary_category', '1'),
(1046, 192, '_yoast_wpseo_videositemap-rating', '0'),
(1047, 192, '_yoast_wpseo_content_score', '60'),
(1048, 192, '_yoast_wpseo_focuskeywords', '[]'),
(1049, 192, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(1050, 192, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(1051, 195, '_edit_lock', '1732683134:2'),
(1052, 195, '_edit_last', '2'),
(1053, 195, 'bt_buy', 'on'),
(1054, 195, 'demo_txtc', 'پیش نمایش آنلاین'),
(1055, 195, 'pro_product1', 'on'),
(1056, 195, 'irani_product1', 'on'),
(1057, 195, 'ea_ins_product1', 'on'),
(1058, 195, 'opt_ve_product1', 'on'),
(1059, 195, 'edd_price', '490000'),
(1060, 195, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:123:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookfh/b1/Ketab-Zendegie-Khod-Ra-Dobareh-Biafarinid-Dr-Jefri-Yung-wWw.pdfbama.Com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(1061, 195, '_edd_download_earnings', '0'),
(1062, 195, '_edd_download_sales', '0'),
(1063, 192, 'edd_id', '195'),
(1064, 197, '_edit_lock', '1732683974:2'),
(1065, 197, '_edit_last', '2'),
(1066, 198, '_wp_attached_file', '2024/11/کتاب-مشاوره-روان-درمانی-با-کودکان-و-نوجوانان.jpg'),
(1067, 198, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:93:\"2024/11/کتاب-مشاوره-روان-درمانی-با-کودکان-و-نوجوانان.jpg\";s:8:\"filesize\";i:142219;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:93:\"کتاب-مشاوره-روان-درمانی-با-کودکان-و-نوجوانان-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11218;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:93:\"کتاب-مشاوره-روان-درمانی-با-کودکان-و-نوجوانان-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6254;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:93:\"کتاب-مشاوره-روان-درمانی-با-کودکان-و-نوجوانان-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48762;}s:5:\"thumb\";a:5:{s:4:\"file\";s:91:\"کتاب-مشاوره-روان-درمانی-با-کودکان-و-نوجوانان-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2672;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:93:\"کتاب-مشاوره-روان-درمانی-با-کودکان-و-نوجوانان-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6254;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:93:\"کتاب-مشاوره-روان-درمانی-با-کودکان-و-نوجوانان-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10480;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:93:\"کتاب-مشاوره-روان-درمانی-با-کودکان-و-نوجوانان-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8258;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:91:\"کتاب-مشاوره-روان-درمانی-با-کودکان-و-نوجوانان-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1748;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:93:\"کتاب-مشاوره-روان-درمانی-با-کودکان-و-نوجوانان-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32805;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:93:\"کتاب-مشاوره-روان-درمانی-با-کودکان-و-نوجوانان-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7848;}}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:{}}}'),
(1068, 197, '_thumbnail_id', '198'),
(1069, 197, '_wp_page_template', 'default'),
(1070, 197, 'bt_buy', 'on'),
(1071, 197, 'demo_txtc', 'پیش نمایش آنلاین'),
(1072, 197, 'pro_product1', 'on'),
(1073, 197, 'irani_product1', 'on'),
(1074, 197, 'ea_ins_product1', 'on'),
(1075, 197, 'opt_ve_product1', 'on'),
(1076, 197, 'book_auth', 'حسن فرهی'),
(1077, 197, 'book_pages', '460 صفحه'),
(1078, 197, 'book_lang', 'فارسی'),
(1079, 197, 'book_format', 'PDF'),
(1080, 197, '_yoast_wpseo_primary_category', '1'),
(1081, 197, '_yoast_wpseo_videositemap-rating', '0'),
(1082, 197, '_yoast_wpseo_content_score', '90'),
(1083, 197, '_yoast_wpseo_focuskeywords', '[]'),
(1084, 197, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(1085, 197, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(1086, 200, '_edit_lock', '1732684103:2'),
(1087, 200, '_edit_last', '2'),
(1088, 200, 'bt_buy', 'on'),
(1089, 200, 'demo_txtc', 'پیش نمایش آنلاین'),
(1090, 200, 'pro_product1', 'on'),
(1091, 200, 'irani_product1', 'on'),
(1092, 200, 'ea_ins_product1', 'on'),
(1093, 200, 'opt_ve_product1', 'on'),
(1094, 200, 'edd_price', '490000'),
(1095, 200, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:120:\"https://dl.pdfbamaa.com/pdfbama/ketab/book1/Ketab-Moshavere-Va-Ravan-Darmani-Ba-Kudakan-Va-Nojavanan-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(1096, 200, '_edd_download_earnings', '0'),
(1097, 200, '_edd_download_sales', '0'),
(1098, 197, 'edd_id', '200'),
(1099, 202, '_edit_lock', '1732684921:2'),
(1100, 202, '_edit_last', '2'),
(1101, 203, '_wp_attached_file', '2024/11/کتاب-روانشناسی-و-آموزش-کودکان-استثنایی.jpg'),
(1102, 203, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:83:\"2024/11/کتاب-روانشناسی-و-آموزش-کودکان-استثنایی.jpg\";s:8:\"filesize\";i:144536;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:83:\"کتاب-روانشناسی-و-آموزش-کودکان-استثنایی-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11376;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:83:\"کتاب-روانشناسی-و-آموزش-کودکان-استثنایی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6213;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:83:\"کتاب-روانشناسی-و-آموزش-کودکان-استثنایی-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49806;}s:5:\"thumb\";a:5:{s:4:\"file\";s:81:\"کتاب-روانشناسی-و-آموزش-کودکان-استثنایی-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2656;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:83:\"کتاب-روانشناسی-و-آموزش-کودکان-استثنایی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6213;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:83:\"کتاب-روانشناسی-و-آموزش-کودکان-استثنایی-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10553;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:83:\"کتاب-روانشناسی-و-آموزش-کودکان-استثنایی-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8197;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:81:\"کتاب-روانشناسی-و-آموزش-کودکان-استثنایی-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1723;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:83:\"کتاب-روانشناسی-و-آموزش-کودکان-استثنایی-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33724;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:83:\"کتاب-روانشناسی-و-آموزش-کودکان-استثنایی-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7841;}}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:{}}}'),
(1103, 202, '_thumbnail_id', '203'),
(1104, 202, '_wp_page_template', 'default'),
(1105, 202, 'bt_buy', 'on'),
(1106, 202, 'demo_txtc', 'پیش نمایش آنلاین'),
(1107, 202, 'pro_product1', 'on'),
(1108, 202, 'irani_product1', 'on'),
(1109, 202, 'ea_ins_product1', 'on'),
(1110, 202, 'opt_ve_product1', 'on'),
(1111, 202, 'book_auth', 'فاطمه قاسملو'),
(1112, 202, 'book_pages', '234 صفحه'),
(1113, 202, 'book_lang', 'فارسی'),
(1114, 202, 'book_format', 'PDF'),
(1115, 202, '_yoast_wpseo_primary_category', '1'),
(1116, 202, '_yoast_wpseo_videositemap-rating', '0'),
(1117, 202, '_yoast_wpseo_content_score', '90'),
(1118, 202, '_yoast_wpseo_focuskeywords', '[]'),
(1119, 202, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(1120, 202, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(1121, 205, '_edit_lock', '1732685049:2'),
(1122, 205, '_edit_last', '2'),
(1123, 205, 'bt_buy', 'on'),
(1124, 205, 'demo_txtc', 'پیش نمایش آنلاین'),
(1125, 205, 'pro_product1', 'on'),
(1126, 205, 'irani_product1', 'on'),
(1127, 205, 'ea_ins_product1', 'on'),
(1128, 205, 'opt_ve_product1', 'on'),
(1129, 205, 'edd_price', '490000'),
(1130, 205, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:96:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookna/b1/ravanshenasi-fateme-ghasemlo-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(1131, 205, '_edd_download_earnings', '0'),
(1132, 205, '_edd_download_sales', '0'),
(1133, 202, 'edd_id', '205'),
(1134, 207, '_edit_lock', '1732686073:2'),
(1135, 207, '_edit_last', '2'),
(1136, 208, '_wp_attached_file', '2024/11/کتاب-اختلال-های-روانی-و-هیجانی.jpg'),
(1137, 208, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:67:\"2024/11/کتاب-اختلال-های-روانی-و-هیجانی.jpg\";s:8:\"filesize\";i:149334;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:67:\"کتاب-اختلال-های-روانی-و-هیجانی-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11669;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:67:\"کتاب-اختلال-های-روانی-و-هیجانی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6491;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:67:\"کتاب-اختلال-های-روانی-و-هیجانی-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51602;}s:5:\"thumb\";a:5:{s:4:\"file\";s:65:\"کتاب-اختلال-های-روانی-و-هیجانی-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2792;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:67:\"کتاب-اختلال-های-روانی-و-هیجانی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6491;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:67:\"کتاب-اختلال-های-روانی-و-هیجانی-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10954;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:67:\"کتاب-اختلال-های-روانی-و-هیجانی-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8607;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:65:\"کتاب-اختلال-های-روانی-و-هیجانی-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1781;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:67:\"کتاب-اختلال-های-روانی-و-هیجانی-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34856;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:67:\"کتاب-اختلال-های-روانی-و-هیجانی-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8322;}}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:{}}}'),
(1138, 207, '_thumbnail_id', '208'),
(1139, 207, '_wp_page_template', 'default'),
(1140, 207, 'bt_buy', 'on'),
(1141, 207, 'demo_txtc', 'پیش نمایش آنلاین'),
(1142, 207, 'pro_product1', 'on'),
(1143, 207, 'irani_product1', 'on'),
(1144, 207, 'ea_ins_product1', 'on'),
(1145, 207, 'opt_ve_product1', 'on'),
(1146, 207, 'book_auth', 'دکتر علی مصطفائی'),
(1147, 207, 'book_pages', '175 صفحه'),
(1148, 207, 'book_lang', 'فارسی'),
(1149, 207, 'book_format', 'PDF'),
(1150, 207, '_yoast_wpseo_primary_category', '1'),
(1151, 207, '_yoast_wpseo_videositemap-rating', '0'),
(1152, 207, '_yoast_wpseo_content_score', '60'),
(1153, 207, '_yoast_wpseo_focuskeywords', '[]'),
(1154, 207, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(1155, 207, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(1156, 210, '_edit_lock', '1732685911:2'),
(1157, 210, '_edit_last', '2'),
(1158, 210, 'bt_buy', 'on'),
(1159, 210, 'demo_txtc', 'پیش نمایش آنلاین'),
(1160, 210, 'pro_product1', 'on'),
(1161, 210, 'irani_product1', 'on'),
(1162, 210, 'ea_ins_product1', 'on'),
(1163, 210, 'opt_ve_product1', 'on'),
(1164, 210, 'edd_price', '490000'),
(1165, 210, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:91:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookpo/Ketab-Ekhtelal-Haye-Ravani-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(1166, 210, '_edd_download_earnings', '0'),
(1167, 210, '_edd_download_sales', '0'),
(1168, 207, 'edd_id', '210'),
(1169, 212, '_edit_lock', '1732689303:2'),
(1170, 212, '_edit_last', '2'),
(1171, 213, '_wp_attached_file', '2024/11/کتاب-روانشناسی-جنایی.jpg'),
(1172, 213, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:50:\"2024/11/کتاب-روانشناسی-جنایی.jpg\";s:8:\"filesize\";i:139295;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"کتاب-روانشناسی-جنایی-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11197;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"کتاب-روانشناسی-جنایی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6178;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:50:\"کتاب-روانشناسی-جنایی-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47364;}s:5:\"thumb\";a:5:{s:4:\"file\";s:48:\"کتاب-روانشناسی-جنایی-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2664;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:50:\"کتاب-روانشناسی-جنایی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6178;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:50:\"کتاب-روانشناسی-جنایی-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10295;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:50:\"کتاب-روانشناسی-جنایی-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8109;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:48:\"کتاب-روانشناسی-جنایی-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1740;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:50:\"کتاب-روانشناسی-جنایی-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32229;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:50:\"کتاب-روانشناسی-جنایی-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7691;}}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:{}}}'),
(1173, 212, '_thumbnail_id', '213'),
(1174, 212, '_wp_page_template', 'default'),
(1175, 212, 'bt_buy', 'on'),
(1176, 212, 'demo_txtc', 'پیش نمایش آنلاین'),
(1177, 212, 'pro_product1', 'on'),
(1178, 212, 'irani_product1', 'on'),
(1179, 212, 'ea_ins_product1', 'on'),
(1180, 212, 'opt_ve_product1', 'on'),
(1181, 212, 'book_auth', 'دکتر پریرخ دادستان'),
(1182, 212, 'book_pages', '468 صفحه'),
(1183, 212, 'book_lang', 'فارسی'),
(1184, 212, 'book_format', 'PDF'),
(1185, 212, '_yoast_wpseo_primary_category', '1'),
(1186, 212, '_yoast_wpseo_videositemap-rating', '0'),
(1187, 212, '_yoast_wpseo_content_score', '90'),
(1188, 212, '_yoast_wpseo_focuskeywords', '[]'),
(1189, 212, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(1190, 212, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(1191, 215, '_edit_lock', '1732689146:2'),
(1192, 215, '_edit_last', '2'),
(1193, 215, 'bt_buy', 'on'),
(1194, 215, 'demo_txtc', 'پیش نمایش آنلاین'),
(1195, 215, 'pro_product1', 'on'),
(1196, 215, 'irani_product1', 'on'),
(1197, 215, 'ea_ins_product1', 'on'),
(1198, 215, 'opt_ve_product1', 'on'),
(1199, 215, 'edd_price', '490000'),
(1200, 215, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:90:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookpo/Ketab-Ravanshenasi-Jenaii-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(1201, 215, '_edd_download_earnings', '0'),
(1202, 215, '_edd_download_sales', '0'),
(1203, 212, 'edd_id', '215'),
(1204, 217, '_edit_lock', '1732690442:2'),
(1205, 217, '_edit_last', '2'),
(1206, 218, '_wp_attached_file', '2024/11/کتاب-مقدمه-ای-بر-حقوق-مالکیت-معنوی.jpg'),
(1207, 218, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:74:\"2024/11/کتاب-مقدمه-ای-بر-حقوق-مالکیت-معنوی.jpg\";s:8:\"filesize\";i:136209;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:74:\"کتاب-مقدمه-ای-بر-حقوق-مالکیت-معنوی-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10369;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:74:\"کتاب-مقدمه-ای-بر-حقوق-مالکیت-معنوی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5896;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:74:\"کتاب-مقدمه-ای-بر-حقوق-مالکیت-معنوی-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45039;}s:5:\"thumb\";a:5:{s:4:\"file\";s:72:\"کتاب-مقدمه-ای-بر-حقوق-مالکیت-معنوی-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2530;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:74:\"کتاب-مقدمه-ای-بر-حقوق-مالکیت-معنوی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5896;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:74:\"کتاب-مقدمه-ای-بر-حقوق-مالکیت-معنوی-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9896;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:74:\"کتاب-مقدمه-ای-بر-حقوق-مالکیت-معنوی-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7758;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:72:\"کتاب-مقدمه-ای-بر-حقوق-مالکیت-معنوی-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1700;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:74:\"کتاب-مقدمه-ای-بر-حقوق-مالکیت-معنوی-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29958;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:74:\"کتاب-مقدمه-ای-بر-حقوق-مالکیت-معنوی-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7448;}}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:{}}}'),
(1208, 217, '_thumbnail_id', '218'),
(1209, 217, '_wp_page_template', 'default'),
(1210, 217, 'bt_buy', 'on'),
(1211, 217, 'demo_txtc', 'پیش نمایش آنلاین'),
(1212, 217, 'pro_product1', 'on'),
(1213, 217, 'irani_product1', 'on'),
(1214, 217, 'ea_ins_product1', 'on'),
(1215, 217, 'opt_ve_product1', 'on'),
(1216, 217, 'book_auth', 'دکتر سید حسن میر حسینی'),
(1217, 217, 'book_pages', '91 صفحه'),
(1218, 217, 'book_lang', 'فارسی'),
(1219, 217, 'book_format', 'PDF'),
(1220, 217, '_yoast_wpseo_primary_category', '1'),
(1221, 217, '_yoast_wpseo_videositemap-rating', '0'),
(1222, 217, '_yoast_wpseo_content_score', '90'),
(1223, 217, '_yoast_wpseo_focuskeywords', '[]'),
(1224, 217, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(1225, 217, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(1226, 220, '_edit_lock', '1732690570:2'),
(1227, 220, '_edit_last', '2'),
(1228, 220, 'bt_buy', 'on'),
(1229, 220, 'demo_txtc', 'پیش نمایش آنلاین'),
(1230, 220, 'pro_product1', 'on'),
(1231, 220, 'irani_product1', 'on'),
(1232, 220, 'ea_ins_product1', 'on'),
(1233, 220, 'opt_ve_product1', 'on'),
(1234, 220, 'edd_price', '490000'),
(1235, 220, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:112:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookpo/Ketab-Moghadamei-Bar-Hoghoghe-Malekiyate-Manavi-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(1236, 220, '_edd_download_earnings', '0'),
(1237, 220, '_edd_download_sales', '0'),
(1238, 217, 'edd_id', '220'),
(1239, 222, '_edit_lock', '1732694137:2'),
(1240, 222, '_edit_last', '2'),
(1241, 223, '_wp_attached_file', '2024/11/کتاب-مبانی-فیزیک-الکتریسیته-و-مغناطیس.jpg'),
(1242, 223, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:81:\"2024/11/کتاب-مبانی-فیزیک-الکتریسیته-و-مغناطیس.jpg\";s:8:\"filesize\";i:146918;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:81:\"کتاب-مبانی-فیزیک-الکتریسیته-و-مغناطیس-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10968;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:81:\"کتاب-مبانی-فیزیک-الکتریسیته-و-مغناطیس-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6168;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:81:\"کتاب-مبانی-فیزیک-الکتریسیته-و-مغناطیس-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49855;}s:5:\"thumb\";a:5:{s:4:\"file\";s:79:\"کتاب-مبانی-فیزیک-الکتریسیته-و-مغناطیس-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2586;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:81:\"کتاب-مبانی-فیزیک-الکتریسیته-و-مغناطیس-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6168;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:81:\"کتاب-مبانی-فیزیک-الکتریسیته-و-مغناطیس-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10403;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:81:\"کتاب-مبانی-فیزیک-الکتریسیته-و-مغناطیس-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8106;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:79:\"کتاب-مبانی-فیزیک-الکتریسیته-و-مغناطیس-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1705;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:81:\"کتاب-مبانی-فیزیک-الکتریسیته-و-مغناطیس-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33164;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:81:\"کتاب-مبانی-فیزیک-الکتریسیته-و-مغناطیس-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7727;}}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:{}}}'),
(1243, 222, '_thumbnail_id', '223'),
(1244, 222, '_wp_page_template', 'default'),
(1245, 222, 'bt_buy', 'on'),
(1246, 222, 'demo_txtc', 'پیش نمایش آنلاین'),
(1247, 222, 'pro_product1', 'on'),
(1248, 222, 'irani_product1', 'on'),
(1249, 222, 'ea_ins_product1', 'on'),
(1250, 222, 'opt_ve_product1', 'on'),
(1251, 222, 'book_auth', 'دیوید هالیدی'),
(1252, 222, 'book_pages', '527 صفحه'),
(1253, 222, 'book_lang', 'فارسی'),
(1254, 222, 'book_format', 'PDF'),
(1255, 222, '_yoast_wpseo_primary_category', '1'),
(1256, 222, '_yoast_wpseo_videositemap-rating', '0'),
(1257, 222, '_yoast_wpseo_content_score', '60'),
(1258, 222, '_yoast_wpseo_focuskeywords', '[]'),
(1259, 222, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(1260, 222, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(1261, 225, '_edit_lock', '1732694191:2'),
(1262, 225, '_edit_last', '2'),
(1263, 225, 'bt_buy', 'on'),
(1264, 225, 'demo_txtc', 'پیش نمایش آنلاین'),
(1265, 225, 'pro_product1', 'on'),
(1266, 225, 'irani_product1', 'on'),
(1267, 225, 'ea_ins_product1', 'on'),
(1268, 225, 'opt_ve_product1', 'on'),
(1269, 225, 'edd_price', '490000'),
(1270, 225, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:83:\"https://dl.pdfbamaa.com/pdfbama/ketab/booksl/ketab-mabani-fizik-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(1271, 225, '_edd_download_earnings', '0'),
(1272, 225, '_edd_download_sales', '0'),
(1273, 222, 'edd_id', '225'),
(1274, 227, '_edit_lock', '1732742157:2'),
(1275, 227, '_edit_last', '2'),
(1276, 228, '_wp_attached_file', '2024/11/کتاب-اموزش-نومرولوژی.jpg'),
(1277, 228, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:50:\"2024/11/کتاب-اموزش-نومرولوژی.jpg\";s:8:\"filesize\";i:130796;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"کتاب-اموزش-نومرولوژی-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10503;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"کتاب-اموزش-نومرولوژی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6321;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:50:\"کتاب-اموزش-نومرولوژی-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43971;}s:5:\"thumb\";a:5:{s:4:\"file\";s:48:\"کتاب-اموزش-نومرولوژی-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2623;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:50:\"کتاب-اموزش-نومرولوژی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6321;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:50:\"کتاب-اموزش-نومرولوژی-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10342;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:50:\"کتاب-اموزش-نومرولوژی-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8143;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:48:\"کتاب-اموزش-نومرولوژی-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1779;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:50:\"کتاب-اموزش-نومرولوژی-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30133;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:50:\"کتاب-اموزش-نومرولوژی-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7907;}}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:{}}}'),
(1278, 227, '_thumbnail_id', '228'),
(1279, 227, '_wp_page_template', 'default'),
(1280, 227, 'bt_buy', 'on'),
(1281, 227, 'demo_txtc', 'پیش نمایش آنلاین'),
(1282, 227, 'pro_product1', 'on'),
(1283, 227, 'irani_product1', 'on'),
(1284, 227, 'ea_ins_product1', 'on'),
(1285, 227, 'opt_ve_product1', 'on'),
(1286, 227, 'book_auth', 'فاروق صفی زاده'),
(1287, 227, 'book_pages', '900 صفحه'),
(1288, 227, 'book_lang', 'فارسی'),
(1289, 227, 'book_format', 'PDF'),
(1290, 227, '_yoast_wpseo_primary_category', '1'),
(1291, 227, '_yoast_wpseo_videositemap-rating', '0'),
(1292, 227, '_yoast_wpseo_content_score', '60'),
(1293, 227, '_yoast_wpseo_focuskeywords', '[]'),
(1294, 227, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(1295, 227, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(1296, 230, '_edit_lock', '1732742284:2'),
(1297, 230, '_edit_last', '2'),
(1298, 230, 'bt_buy', 'on'),
(1299, 230, 'demo_txtc', 'پیش نمایش آنلاین'),
(1300, 230, 'pro_product1', 'on'),
(1301, 230, 'irani_product1', 'on'),
(1302, 230, 'ea_ins_product1', 'on'),
(1303, 230, 'opt_ve_product1', 'on'),
(1304, 230, 'edd_price', '490000'),
(1305, 230, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:115:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookkv/b1/Ketab-Amozesh-Nomrolozhi-Ya-Elm-Aadad-Va-Kabala-wWw.pdfbama.Com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(1306, 230, '_edd_download_earnings', '0'),
(1307, 230, '_edd_download_sales', '0'),
(1308, 227, 'edd_id', '230'),
(1309, 232, '_edit_lock', '1732743174:2'),
(1310, 232, '_edit_last', '2'),
(1311, 233, '_wp_attached_file', '2024/11/کتاب-اموزش-نومرولوژی-1.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1312, 233, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:52:\"2024/11/کتاب-اموزش-نومرولوژی-1.jpg\";s:8:\"filesize\";i:130395;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"کتاب-اموزش-نومرولوژی-1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10480;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"کتاب-اموزش-نومرولوژی-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6325;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:52:\"کتاب-اموزش-نومرولوژی-1-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43849;}s:5:\"thumb\";a:5:{s:4:\"file\";s:50:\"کتاب-اموزش-نومرولوژی-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2630;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:52:\"کتاب-اموزش-نومرولوژی-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6325;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:52:\"کتاب-اموزش-نومرولوژی-1-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10303;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:52:\"کتاب-اموزش-نومرولوژی-1-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8119;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:50:\"کتاب-اموزش-نومرولوژی-1-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1791;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:52:\"کتاب-اموزش-نومرولوژی-1-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30080;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:52:\"کتاب-اموزش-نومرولوژی-1-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7864;}}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:{}}}'),
(1313, 232, '_thumbnail_id', '233'),
(1314, 232, '_wp_page_template', 'default'),
(1315, 232, 'bt_buy', 'on'),
(1316, 232, 'demo_txtc', 'پیش نمایش آنلاین'),
(1317, 232, 'pro_product1', 'on'),
(1318, 232, 'irani_product1', 'on'),
(1319, 232, 'ea_ins_product1', 'on'),
(1320, 232, 'opt_ve_product1', 'on'),
(1321, 232, 'book_auth', 'دکتر محمد حسن تحریریان'),
(1322, 232, 'book_pages', '31 صفحه'),
(1323, 232, 'book_lang', 'فارسی'),
(1324, 232, 'book_format', 'PDF'),
(1325, 232, '_yoast_wpseo_primary_category', '1'),
(1326, 232, '_yoast_wpseo_videositemap-rating', '0'),
(1327, 232, '_yoast_wpseo_content_score', '30'),
(1328, 232, '_yoast_wpseo_focuskeywords', '[]'),
(1329, 232, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(1330, 232, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(1331, 235, '_edit_lock', '1732743299:2'),
(1332, 235, '_edit_last', '2'),
(1333, 235, 'bt_buy', 'on'),
(1334, 235, 'demo_txtc', 'پیش نمایش آنلاین'),
(1335, 235, 'pro_product1', 'on'),
(1336, 235, 'irani_product1', 'on'),
(1337, 235, 'ea_ins_product1', 'on'),
(1338, 235, 'opt_ve_product1', 'on'),
(1339, 235, 'edd_price', '490000'),
(1340, 235, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:94:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookpo/Ketab-Khandan-Va-Darkmafahim1-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(1341, 235, '_edd_download_earnings', '0'),
(1342, 235, '_edd_download_sales', '0'),
(1343, 232, 'edd_id', '235'),
(1344, 237, '_edit_lock', '1732744163:2'),
(1345, 237, '_edit_last', '2'),
(1346, 238, '_wp_attached_file', '2024/11/کتاب-خواندن-و-درک-مفاهیم-1.jpg'),
(1347, 238, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:58:\"2024/11/کتاب-خواندن-و-درک-مفاهیم-1.jpg\";s:8:\"filesize\";i:136731;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"کتاب-خواندن-و-درک-مفاهیم-1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11064;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"کتاب-خواندن-و-درک-مفاهیم-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6319;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:58:\"کتاب-خواندن-و-درک-مفاهیم-1-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47046;}s:5:\"thumb\";a:5:{s:4:\"file\";s:56:\"کتاب-خواندن-و-درک-مفاهیم-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2684;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:58:\"کتاب-خواندن-و-درک-مفاهیم-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6319;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:58:\"کتاب-خواندن-و-درک-مفاهیم-1-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10513;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:58:\"کتاب-خواندن-و-درک-مفاهیم-1-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8283;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:56:\"کتاب-خواندن-و-درک-مفاهیم-1-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1794;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:58:\"کتاب-خواندن-و-درک-مفاهیم-1-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32103;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:58:\"کتاب-خواندن-و-درک-مفاهیم-1-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7976;}}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:{}}}'),
(1348, 237, '_thumbnail_id', '238'),
(1349, 237, '_wp_page_template', 'default'),
(1350, 237, 'bt_buy', 'on'),
(1351, 237, 'demo_txtc', 'پیش نمایش آنلاین'),
(1352, 237, 'pro_product1', 'on'),
(1353, 237, 'irani_product1', 'on'),
(1354, 237, 'ea_ins_product1', 'on'),
(1355, 237, 'opt_ve_product1', 'on'),
(1356, 237, 'book_auth', 'یهودا برگ'),
(1357, 237, 'book_pages', '330 صفحه'),
(1358, 237, 'book_lang', 'فارسی'),
(1359, 237, 'book_format', 'PDF'),
(1360, 237, '_yoast_wpseo_primary_category', '1'),
(1361, 237, '_yoast_wpseo_videositemap-rating', '0'),
(1362, 237, '_yoast_wpseo_content_score', '60'),
(1363, 237, '_yoast_wpseo_focuskeywords', '[]'),
(1364, 237, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(1365, 237, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(1366, 240, '_edit_lock', '1732744134:2'),
(1367, 240, '_edit_last', '2'),
(1368, 240, 'bt_buy', 'on'),
(1369, 240, 'demo_txtc', 'پیش نمایش آنلاین'),
(1370, 240, 'pro_product1', 'on'),
(1371, 240, 'irani_product1', 'on'),
(1372, 240, 'ea_ins_product1', 'on'),
(1373, 240, 'opt_ve_product1', 'on'),
(1374, 240, 'edd_price', '490000'),
(1375, 240, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:85:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookpo/Ketab-Niroye-Koballa-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(1376, 240, '_edd_download_earnings', '0'),
(1377, 240, '_edd_download_sales', '0'),
(1378, 237, 'edd_id', '240'),
(1379, 242, '_edit_lock', '1732746121:2'),
(1380, 242, '_edit_last', '2'),
(1381, 243, '_wp_attached_file', '2024/11/کتاب-حل-المسائل-کتاب-ریاضی-عمومی-1.jpg'),
(1382, 243, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:73:\"2024/11/کتاب-حل-المسائل-کتاب-ریاضی-عمومی-1.jpg\";s:8:\"filesize\";i:137026;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:73:\"کتاب-حل-المسائل-کتاب-ریاضی-عمومی-1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10583;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:73:\"کتاب-حل-المسائل-کتاب-ریاضی-عمومی-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6146;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:73:\"کتاب-حل-المسائل-کتاب-ریاضی-عمومی-1-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46325;}s:5:\"thumb\";a:5:{s:4:\"file\";s:71:\"کتاب-حل-المسائل-کتاب-ریاضی-عمومی-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2615;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:73:\"کتاب-حل-المسائل-کتاب-ریاضی-عمومی-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6146;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:73:\"کتاب-حل-المسائل-کتاب-ریاضی-عمومی-1-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10254;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:73:\"کتاب-حل-المسائل-کتاب-ریاضی-عمومی-1-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8044;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:71:\"کتاب-حل-المسائل-کتاب-ریاضی-عمومی-1-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1742;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:73:\"کتاب-حل-المسائل-کتاب-ریاضی-عمومی-1-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31414;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:73:\"کتاب-حل-المسائل-کتاب-ریاضی-عمومی-1-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7870;}}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:{}}}'),
(1383, 244, '_wp_attached_file', '2024/11/کتاب-حل-المسائل-کتاب-ریاضی-عمومی-1-1.jpg'),
(1384, 244, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:75:\"2024/11/کتاب-حل-المسائل-کتاب-ریاضی-عمومی-1-1.jpg\";s:8:\"filesize\";i:137026;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:75:\"کتاب-حل-المسائل-کتاب-ریاضی-عمومی-1-1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10583;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:75:\"کتاب-حل-المسائل-کتاب-ریاضی-عمومی-1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6146;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:75:\"کتاب-حل-المسائل-کتاب-ریاضی-عمومی-1-1-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46325;}s:5:\"thumb\";a:5:{s:4:\"file\";s:73:\"کتاب-حل-المسائل-کتاب-ریاضی-عمومی-1-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2615;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:75:\"کتاب-حل-المسائل-کتاب-ریاضی-عمومی-1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6146;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:75:\"کتاب-حل-المسائل-کتاب-ریاضی-عمومی-1-1-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10254;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:75:\"کتاب-حل-المسائل-کتاب-ریاضی-عمومی-1-1-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8044;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:73:\"کتاب-حل-المسائل-کتاب-ریاضی-عمومی-1-1-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1742;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:75:\"کتاب-حل-المسائل-کتاب-ریاضی-عمومی-1-1-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31414;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:75:\"کتاب-حل-المسائل-کتاب-ریاضی-عمومی-1-1-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7870;}}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:{}}}'),
(1385, 242, '_thumbnail_id', '244'),
(1386, 242, '_wp_page_template', 'default'),
(1387, 242, 'bt_buy', 'on'),
(1388, 242, 'demo_txtc', 'پیش نمایش آنلاین'),
(1389, 242, 'pro_product1', 'on'),
(1390, 242, 'irani_product1', 'on'),
(1391, 242, 'ea_ins_product1', 'on'),
(1392, 242, 'opt_ve_product1', 'on'),
(1393, 242, 'book_auth', 'احمد عرفانیان'),
(1394, 242, 'book_pages', '270 صفحه'),
(1395, 242, 'book_lang', 'فارسی'),
(1396, 242, 'book_format', 'PDF'),
(1397, 242, '_yoast_wpseo_primary_category', '1'),
(1398, 242, '_yoast_wpseo_videositemap-rating', '0'),
(1399, 242, '_yoast_wpseo_content_score', '60'),
(1400, 242, '_yoast_wpseo_focuskeywords', '[]'),
(1401, 242, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(1402, 242, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(1403, 246, '_edit_lock', '1732746120:2'),
(1404, 246, '_edit_last', '2'),
(1405, 246, 'bt_buy', 'on'),
(1406, 246, 'demo_txtc', 'پیش نمایش آنلاین'),
(1407, 246, 'pro_product1', 'on'),
(1408, 246, 'irani_product1', 'on'),
(1409, 246, 'ea_ins_product1', 'on'),
(1410, 246, 'opt_ve_product1', 'on'),
(1411, 246, 'edd_price', '490000'),
(1412, 246, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:113:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookkv/b2/ketab-hal-masael-riazi-omomi-1-ahmad-erfanian-wWw.pdfbama.Com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(1413, 246, '_edd_download_earnings', '0'),
(1414, 246, '_edd_download_sales', '0'),
(1415, 242, 'edd_id', '246'),
(1416, 248, '_edit_lock', '1738925939:3'),
(1417, 248, '_edit_last', '3'),
(1418, 249, '_wp_attached_file', '2024/11/کتاب-متن-کامل-زمینه-روانشناسی-هیلگارد-دکتر-محمد-نقی-براهنی.jpg'),
(1419, 249, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:119:\"2024/11/کتاب-متن-کامل-زمینه-روانشناسی-هیلگارد-دکتر-محمد-نقی-براهنی.jpg\";s:8:\"filesize\";i:138042;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:119:\"کتاب-متن-کامل-زمینه-روانشناسی-هیلگارد-دکتر-محمد-نقی-براهنی-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11199;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:119:\"کتاب-متن-کامل-زمینه-روانشناسی-هیلگارد-دکتر-محمد-نقی-براهنی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6352;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:119:\"کتاب-متن-کامل-زمینه-روانشناسی-هیلگارد-دکتر-محمد-نقی-براهنی-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49475;}s:5:\"thumb\";a:5:{s:4:\"file\";s:117:\"کتاب-متن-کامل-زمینه-روانشناسی-هیلگارد-دکتر-محمد-نقی-براهنی-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2665;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:119:\"کتاب-متن-کامل-زمینه-روانشناسی-هیلگارد-دکتر-محمد-نقی-براهنی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6352;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:119:\"کتاب-متن-کامل-زمینه-روانشناسی-هیلگارد-دکتر-محمد-نقی-براهنی-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10738;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:119:\"کتاب-متن-کامل-زمینه-روانشناسی-هیلگارد-دکتر-محمد-نقی-براهنی-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8400;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:117:\"کتاب-متن-کامل-زمینه-روانشناسی-هیلگارد-دکتر-محمد-نقی-براهنی-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1717;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:119:\"کتاب-متن-کامل-زمینه-روانشناسی-هیلگارد-دکتر-محمد-نقی-براهنی-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33361;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:119:\"کتاب-متن-کامل-زمینه-روانشناسی-هیلگارد-دکتر-محمد-نقی-براهنی-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8049;}}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:{}}}'),
(1420, 248, '_thumbnail_id', '249'),
(1421, 248, '_wp_page_template', 'default'),
(1422, 248, 'bt_buy', 'on'),
(1423, 248, 'demo_txtc', 'پیش نمایش آنلاین'),
(1424, 248, 'pro_product1', 'on'),
(1425, 248, 'irani_product1', 'on'),
(1426, 248, 'ea_ins_product1', 'on'),
(1427, 248, 'opt_ve_product1', 'on'),
(1428, 248, 'book_auth', 'دکتر محمد نقی براهنی'),
(1429, 248, 'book_pages', '715 صفحه'),
(1430, 248, 'book_lang', 'فارسی'),
(1431, 248, 'book_format', 'PDF'),
(1432, 248, '_yoast_wpseo_primary_category', '1'),
(1433, 248, '_yoast_wpseo_videositemap-rating', '0'),
(1434, 248, '_yoast_wpseo_focuskw', 'دانلود کتاب متن کامل زمینه روانشناسی هیلگارد دکتر محمد نقی براهنی'),
(1435, 248, '_yoast_wpseo_linkdex', '39'),
(1436, 248, '_yoast_wpseo_content_score', '90'),
(1437, 248, '_yoast_wpseo_focuskeywords', '[]'),
(1438, 248, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(1439, 248, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(1440, 251, '_edit_lock', '1732828520:2'),
(1441, 251, '_edit_last', '2'),
(1442, 251, 'bt_buy', 'on'),
(1443, 251, 'demo_txtc', 'پیش نمایش آنلاین'),
(1444, 251, 'pro_product1', 'on'),
(1445, 251, 'irani_product1', 'on'),
(1446, 251, 'ea_ins_product1', 'on'),
(1447, 251, 'opt_ve_product1', 'on'),
(1448, 251, 'edd_price', '490000'),
(1449, 251, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:117:\"https://dl.pdfbamaa.com/pdfbama/ketab/book2/Ketab-Zamineye-Ravan-Shenasi-Hilgard-Mohamad-Barahani-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(1450, 251, '_edd_download_earnings', '0'),
(1451, 251, '_edd_download_sales', '0'),
(1452, 248, '_yoast_indexnow_last_ping', '1738926061'),
(1457, 253, '_edit_lock', '1732829493:2'),
(1455, 248, '_likes', '0'),
(1456, 248, 'edd_id', '251'),
(1458, 253, '_edit_last', '2'),
(1459, 254, '_wp_attached_file', '2024/11/کتاب-آئرودینامیک.jpg'),
(1460, 254, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:43:\"2024/11/کتاب-آئرودینامیک.jpg\";s:8:\"filesize\";i:123472;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"کتاب-آئرودینامیک-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10514;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"کتاب-آئرودینامیک-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5917;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:43:\"کتاب-آئرودینامیک-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43951;}s:5:\"thumb\";a:5:{s:4:\"file\";s:41:\"کتاب-آئرودینامیک-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2590;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:43:\"کتاب-آئرودینامیک-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5917;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:43:\"کتاب-آئرودینامیک-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9706;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:43:\"کتاب-آئرودینامیک-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7724;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:41:\"کتاب-آئرودینامیک-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1719;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:43:\"کتاب-آئرودینامیک-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29846;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:43:\"کتاب-آئرودینامیک-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7378;}}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:{}}}'),
(1461, 253, '_thumbnail_id', '254'),
(1462, 253, '_wp_page_template', 'default'),
(1463, 253, 'bt_buy', 'on'),
(1464, 253, 'demo_txtc', 'پیش نمایش آنلاین'),
(1465, 253, 'pro_product1', 'on'),
(1466, 253, 'irani_product1', 'on'),
(1467, 253, 'ea_ins_product1', 'on'),
(1468, 253, 'opt_ve_product1', 'on'),
(1469, 253, 'book_auth', 'محمد تبرا '),
(1470, 253, 'book_pages', '912 صفحه'),
(1471, 253, 'book_lang', 'فارسی'),
(1472, 253, 'book_format', 'PDF'),
(1473, 253, '_yoast_wpseo_primary_category', '1'),
(1474, 253, '_yoast_wpseo_videositemap-rating', '0'),
(1475, 253, '_yoast_wpseo_content_score', '90'),
(1476, 253, '_yoast_wpseo_focuskeywords', '[]'),
(1477, 253, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(1478, 253, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(1479, 256, '_edit_lock', '1732829609:2'),
(1480, 256, '_edit_last', '2'),
(1481, 256, 'bt_buy', 'on'),
(1482, 256, 'demo_txtc', 'پیش نمایش آنلاین'),
(1483, 256, 'pro_product1', 'on'),
(1484, 256, 'irani_product1', 'on'),
(1485, 256, 'ea_ins_product1', 'on'),
(1486, 256, 'opt_ve_product1', 'on'),
(1487, 256, 'edd_price', '490000'),
(1488, 256, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:81:\"https://dl.pdfbamaa.com/pdfbama/ketab/book3/ketab-ayrodinamik-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(1489, 256, '_edd_download_earnings', '0'),
(1490, 256, '_edd_download_sales', '0'),
(1491, 253, 'edd_id', '256'),
(1492, 258, '_edit_lock', '1739078438:3'),
(1493, 258, '_edit_last', '3'),
(1494, 259, '_wp_attached_file', '2024/11/کتاب-مبانی-و-مفاهیم-در-معماری-معاصر-غرب.jpg'),
(1495, 259, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:83:\"2024/11/کتاب-مبانی-و-مفاهیم-در-معماری-معاصر-غرب.jpg\";s:8:\"filesize\";i:137459;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:83:\"کتاب-مبانی-و-مفاهیم-در-معماری-معاصر-غرب-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11428;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:83:\"کتاب-مبانی-و-مفاهیم-در-معماری-معاصر-غرب-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6293;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:83:\"کتاب-مبانی-و-مفاهیم-در-معماری-معاصر-غرب-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50532;}s:5:\"thumb\";a:5:{s:4:\"file\";s:81:\"کتاب-مبانی-و-مفاهیم-در-معماری-معاصر-غرب-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2707;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:83:\"کتاب-مبانی-و-مفاهیم-در-معماری-معاصر-غرب-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6293;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:83:\"کتاب-مبانی-و-مفاهیم-در-معماری-معاصر-غرب-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10691;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:83:\"کتاب-مبانی-و-مفاهیم-در-معماری-معاصر-غرب-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8293;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:81:\"کتاب-مبانی-و-مفاهیم-در-معماری-معاصر-غرب-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1739;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:83:\"کتاب-مبانی-و-مفاهیم-در-معماری-معاصر-غرب-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33851;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:83:\"کتاب-مبانی-و-مفاهیم-در-معماری-معاصر-غرب-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8045;}}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:{}}}'),
(1496, 258, '_thumbnail_id', '259'),
(1497, 258, '_wp_page_template', 'default'),
(1498, 258, 'bt_buy', 'on'),
(1499, 258, 'demo_txtc', 'پیش نمایش آنلاین'),
(1500, 258, 'pro_product1', 'on'),
(1501, 258, 'irani_product1', 'on'),
(1502, 258, 'ea_ins_product1', 'on'),
(1503, 258, 'opt_ve_product1', 'on'),
(1504, 258, 'book_auth', 'وحید قبادیان'),
(1505, 258, 'book_pages', '185 صفحه'),
(1506, 258, 'book_lang', 'فارسی'),
(1507, 258, 'book_format', 'PDF'),
(1508, 258, '_yoast_wpseo_primary_category', '1'),
(1509, 258, '_yoast_wpseo_videositemap-rating', '0'),
(1510, 258, '_yoast_wpseo_content_score', '90'),
(1511, 258, '_yoast_wpseo_focuskeywords', '[]'),
(1512, 258, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(1513, 258, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(1514, 261, '_edit_lock', '1732832036:2'),
(1515, 261, '_edit_last', '2'),
(1516, 261, 'bt_buy', 'on'),
(1517, 261, 'demo_txtc', 'پیش نمایش آنلاین'),
(1518, 261, 'pro_product1', 'on'),
(1519, 261, 'irani_product1', 'on'),
(1520, 261, 'ea_ins_product1', 'on'),
(1521, 261, 'opt_ve_product1', 'on'),
(1522, 261, 'edd_price', '490000'),
(1523, 261, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:111:\"https://dl.pdfbamaa.com/pdfbama/ketab/book3/Ketab-Mabani-Va-Mafahim-Dar-Memari-Moaser-Gharb-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(1524, 261, '_edd_download_earnings', '0'),
(1525, 261, '_edd_download_sales', '0'),
(1526, 258, '_yoast_indexnow_last_ping', '1739009413'),
(1529, 258, '_likes', '0'),
(1530, 258, 'edd_id', '261'),
(1531, 263, '_edit_lock', '1732941595:2'),
(1532, 263, '_edit_last', '2'),
(1533, 264, '_wp_attached_file', '2024/11/کتاب-استاتیک-کاربردی.jpg'),
(1534, 264, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:50:\"2024/11/کتاب-استاتیک-کاربردی.jpg\";s:8:\"filesize\";i:129423;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"کتاب-استاتیک-کاربردی-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10992;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"کتاب-استاتیک-کاربردی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6441;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:50:\"کتاب-استاتیک-کاربردی-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46185;}s:5:\"thumb\";a:5:{s:4:\"file\";s:48:\"کتاب-استاتیک-کاربردی-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2626;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:50:\"کتاب-استاتیک-کاربردی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6441;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:50:\"کتاب-استاتیک-کاربردی-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10604;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:50:\"کتاب-استاتیک-کاربردی-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8448;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:48:\"کتاب-استاتیک-کاربردی-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1780;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:50:\"کتاب-استاتیک-کاربردی-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31949;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:50:\"کتاب-استاتیک-کاربردی-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8135;}}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:{}}}'),
(1535, 263, '_thumbnail_id', '264'),
(1536, 263, '_wp_page_template', 'default'),
(1537, 263, 'bt_buy', 'on'),
(1538, 263, 'demo_txtc', 'پیش نمایش آنلاین'),
(1539, 263, 'pro_product1', 'on'),
(1540, 263, 'irani_product1', 'on'),
(1541, 263, 'ea_ins_product1', 'on'),
(1542, 263, 'opt_ve_product1', 'on'),
(1543, 263, 'book_auth', 'محمود گلابچی'),
(1544, 263, 'book_pages', '98 صفحه'),
(1545, 263, 'book_lang', 'فارسی'),
(1546, 263, 'book_format', 'PDF'),
(1547, 263, '_yoast_wpseo_primary_category', '1'),
(1548, 263, '_yoast_wpseo_videositemap-rating', '0'),
(1549, 263, '_yoast_wpseo_content_score', '60'),
(1550, 263, '_yoast_wpseo_focuskeywords', '[]'),
(1551, 263, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(1552, 263, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(1553, 266, '_edit_lock', '1732941700:2'),
(1554, 266, '_edit_last', '2'),
(1555, 266, 'bt_buy', 'on'),
(1556, 266, 'demo_txtc', 'پیش نمایش آنلاین'),
(1557, 266, 'pro_product1', 'on'),
(1558, 266, 'irani_product1', 'on'),
(1559, 266, 'ea_ins_product1', 'on'),
(1560, 266, 'opt_ve_product1', 'on'),
(1561, 266, 'edd_price', '490000'),
(1562, 266, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:96:\"https://dl.pdfbamaa.com/pdfbama/ketab/book3/Estatik-Karbordi-Mahmod-Golabchi-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(1563, 266, '_edd_download_earnings', '0'),
(1564, 266, '_edd_download_sales', '0'),
(1565, 263, 'edd_id', '266'),
(1566, 268, '_edit_lock', '1732942537:2'),
(1567, 268, '_edit_last', '2'),
(1568, 269, '_wp_attached_file', '2024/11/کتاب-روانشناسی-راهنمایی-و-مشاوره.jpg'),
(1569, 269, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:72:\"2024/11/کتاب-روانشناسی-راهنمایی-و-مشاوره.jpg\";s:8:\"filesize\";i:131396;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:72:\"کتاب-روانشناسی-راهنمایی-و-مشاوره-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10969;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:72:\"کتاب-روانشناسی-راهنمایی-و-مشاوره-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6188;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:72:\"کتاب-روانشناسی-راهنمایی-و-مشاوره-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47594;}s:5:\"thumb\";a:5:{s:4:\"file\";s:70:\"کتاب-روانشناسی-راهنمایی-و-مشاوره-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2639;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:72:\"کتاب-روانشناسی-راهنمایی-و-مشاوره-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6188;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:72:\"کتاب-روانشناسی-راهنمایی-و-مشاوره-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10249;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:72:\"کتاب-روانشناسی-راهنمایی-و-مشاوره-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8048;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:70:\"کتاب-روانشناسی-راهنمایی-و-مشاوره-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1743;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:72:\"کتاب-روانشناسی-راهنمایی-و-مشاوره-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32289;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:72:\"کتاب-روانشناسی-راهنمایی-و-مشاوره-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7851;}}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:{}}}'),
(1570, 268, '_thumbnail_id', '269'),
(1571, 268, '_wp_page_template', 'default'),
(1572, 268, 'bt_buy', 'on'),
(1573, 268, 'demo_txtc', 'پیش نمایش آنلاین'),
(1574, 268, 'pro_product1', 'on'),
(1575, 268, 'irani_product1', 'on'),
(1576, 268, 'ea_ins_product1', 'on'),
(1577, 268, 'opt_ve_product1', 'on'),
(1578, 268, 'book_auth', 'نیلا آخوندی'),
(1579, 268, 'book_pages', '270 صفحه'),
(1580, 268, 'book_lang', 'فارسی'),
(1581, 268, 'book_format', 'PDF'),
(1582, 268, '_yoast_wpseo_primary_category', '1'),
(1583, 268, '_yoast_wpseo_videositemap-rating', '0'),
(1584, 268, '_yoast_wpseo_content_score', '60'),
(1585, 268, '_yoast_wpseo_focuskeywords', '[]'),
(1586, 268, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(1587, 268, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(1588, 271, '_edit_lock', '1732942520:2'),
(1589, 271, '_edit_last', '2'),
(1590, 271, 'bt_buy', 'on'),
(1591, 271, 'demo_txtc', 'پیش نمایش آنلاین'),
(1592, 271, 'pro_product1', 'on'),
(1593, 271, 'irani_product1', 'on'),
(1594, 271, 'ea_ins_product1', 'on'),
(1595, 271, 'opt_ve_product1', 'on'),
(1596, 271, 'edd_price', '490000'),
(1597, 271, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:119:\"https://dl.pdfbamaa.com/pdfbama/ketab/book1/Ketab-Ravan-Shenasi-Rahnemayi-Va-Moshavere-Nila-Akhundi-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(1598, 271, '_edd_download_earnings', '0'),
(1599, 271, '_edd_download_sales', '0'),
(1600, 268, 'edd_id', '271'),
(1601, 273, '_edit_lock', '1732943419:2'),
(1602, 273, '_edit_last', '2'),
(1603, 274, '_wp_attached_file', '2024/11/کتاب-زمین-شناسی-مهندسی.jpg'),
(1604, 274, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:53:\"2024/11/کتاب-زمین-شناسی-مهندسی.jpg\";s:8:\"filesize\";i:129982;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:53:\"کتاب-زمین-شناسی-مهندسی-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10993;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:53:\"کتاب-زمین-شناسی-مهندسی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6229;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:53:\"کتاب-زمین-شناسی-مهندسی-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47253;}s:5:\"thumb\";a:5:{s:4:\"file\";s:51:\"کتاب-زمین-شناسی-مهندسی-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2654;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:53:\"کتاب-زمین-شناسی-مهندسی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6229;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:53:\"کتاب-زمین-شناسی-مهندسی-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10367;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:53:\"کتاب-زمین-شناسی-مهندسی-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8177;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:51:\"کتاب-زمین-شناسی-مهندسی-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1775;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:53:\"کتاب-زمین-شناسی-مهندسی-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32200;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:53:\"کتاب-زمین-شناسی-مهندسی-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7917;}}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:{}}}'),
(1605, 273, '_thumbnail_id', '274'),
(1606, 273, '_wp_page_template', 'default'),
(1607, 273, 'bt_buy', 'on'),
(1608, 273, 'demo_txtc', 'پیش نمایش آنلاین'),
(1609, 273, 'pro_product1', 'on'),
(1610, 273, 'irani_product1', 'on'),
(1611, 273, 'ea_ins_product1', 'on'),
(1612, 273, 'opt_ve_product1', 'on'),
(1613, 273, 'book_auth', 'غلامرضا خانلری'),
(1614, 273, 'book_pages', '416 صفحه'),
(1615, 273, 'book_lang', 'فارسی'),
(1616, 273, 'book_format', 'PDF'),
(1617, 273, '_yoast_wpseo_primary_category', '1'),
(1618, 273, '_yoast_wpseo_videositemap-rating', '0'),
(1619, 273, '_yoast_wpseo_content_score', '90'),
(1620, 273, '_yoast_wpseo_focuskeywords', '[]'),
(1621, 273, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(1622, 273, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(1623, 276, '_edit_lock', '1732943531:2'),
(1624, 276, '_edit_last', '2'),
(1625, 276, 'bt_buy', 'on'),
(1626, 276, 'demo_txtc', 'پیش نمایش آنلاین'),
(1627, 276, 'pro_product1', 'on'),
(1628, 276, 'irani_product1', 'on'),
(1629, 276, 'ea_ins_product1', 'on'),
(1630, 276, 'opt_ve_product1', 'on'),
(1631, 276, 'edd_price', '490000'),
(1632, 276, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:109:\"https://dl.pdfbamaa.com/pdfbama/ketab/book3/Ketab-Zamin-Shenasi-Mohandesi-Doctor-Khanlari-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(1633, 276, '_edd_download_earnings', '0'),
(1634, 276, '_edd_download_sales', '0'),
(1635, 273, 'edd_id', '276'),
(1636, 278, '_edit_lock', '1732946146:2'),
(1637, 278, '_edit_last', '2'),
(1638, 279, '_wp_attached_file', '2024/11/کتاب-فابل-آدریان-یانگ.jpg'),
(1639, 279, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:51:\"2024/11/کتاب-فابل-آدریان-یانگ.jpg\";s:8:\"filesize\";i:126661;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"کتاب-فابل-آدریان-یانگ-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10216;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"کتاب-فابل-آدریان-یانگ-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5885;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:51:\"کتاب-فابل-آدریان-یانگ-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45175;}s:5:\"thumb\";a:5:{s:4:\"file\";s:49:\"کتاب-فابل-آدریان-یانگ-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2512;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:51:\"کتاب-فابل-آدریان-یانگ-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5885;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:51:\"کتاب-فابل-آدریان-یانگ-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9531;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:51:\"کتاب-فابل-آدریان-یانگ-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7625;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:49:\"کتاب-فابل-آدریان-یانگ-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1713;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:51:\"کتاب-فابل-آدریان-یانگ-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30568;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:51:\"کتاب-فابل-آدریان-یانگ-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7263;}}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:{}}}'),
(1640, 278, '_thumbnail_id', '279'),
(1641, 278, '_wp_page_template', 'default'),
(1642, 278, 'bt_buy', 'on'),
(1643, 278, 'demo_txtc', 'پیش نمایش آنلاین'),
(1644, 278, 'pro_product1', 'on'),
(1645, 278, 'irani_product1', 'on'),
(1646, 278, 'ea_ins_product1', 'on'),
(1647, 278, 'opt_ve_product1', 'on'),
(1648, 278, 'book_auth', ' پگاه خدادی '),
(1649, 278, 'book_pages', '315 صفحه'),
(1650, 278, 'book_lang', 'فارسی'),
(1651, 278, 'book_format', 'PDF'),
(1652, 278, '_yoast_wpseo_primary_category', '1'),
(1653, 278, '_yoast_wpseo_videositemap-rating', '0'),
(1654, 278, '_yoast_wpseo_content_score', '30'),
(1655, 278, '_yoast_wpseo_focuskeywords', '[]'),
(1656, 278, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(1657, 278, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(1658, 281, '_edit_lock', '1732946274:2'),
(1659, 281, '_edit_last', '2'),
(1660, 281, 'bt_buy', 'on'),
(1661, 281, 'demo_txtc', 'پیش نمایش آنلاین'),
(1662, 281, 'pro_product1', 'on'),
(1663, 281, 'irani_product1', 'on'),
(1664, 281, 'ea_ins_product1', 'on'),
(1665, 281, 'opt_ve_product1', 'on'),
(1666, 281, 'edd_price', '490000'),
(1667, 281, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:102:\"https://dl.prozhecart.com/prozhecart/ketab/booksna/b1/ketab-Fable-Pagah-Khodadi-www.prozhecart.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(1668, 281, '_edd_download_earnings', '0'),
(1669, 281, '_edd_download_sales', '0'),
(1670, 278, 'edd_id', '281'),
(1671, 283, '_edit_lock', '1732947129:2'),
(1672, 283, '_edit_last', '2'),
(1673, 284, '_wp_attached_file', '2024/11/کتاب-عادت-های-اتمی.jpg'),
(1674, 284, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:45:\"2024/11/کتاب-عادت-های-اتمی.jpg\";s:8:\"filesize\";i:127038;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"کتاب-عادت-های-اتمی-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11045;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"کتاب-عادت-های-اتمی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6305;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"کتاب-عادت-های-اتمی-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46174;}s:5:\"thumb\";a:5:{s:4:\"file\";s:43:\"کتاب-عادت-های-اتمی-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2707;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:45:\"کتاب-عادت-های-اتمی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6305;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:45:\"کتاب-عادت-های-اتمی-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10262;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:45:\"کتاب-عادت-های-اتمی-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8210;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:43:\"کتاب-عادت-های-اتمی-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1790;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:45:\"کتاب-عادت-های-اتمی-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31544;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:45:\"کتاب-عادت-های-اتمی-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7850;}}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:{}}}'),
(1675, 283, '_thumbnail_id', '284'),
(1676, 283, '_wp_page_template', 'default'),
(1677, 283, 'bt_buy', 'on'),
(1678, 283, 'demo_txtc', 'پیش نمایش آنلاین'),
(1679, 283, 'pro_product1', 'on'),
(1680, 283, 'irani_product1', 'on'),
(1681, 283, 'ea_ins_product1', 'on'),
(1682, 283, 'opt_ve_product1', 'on'),
(1683, 283, 'book_auth', 'جیمز کلیر'),
(1684, 283, 'book_pages', '329 صفحه'),
(1685, 283, 'book_lang', 'فارسی'),
(1686, 283, 'book_format', 'PDF'),
(1687, 283, '_yoast_wpseo_primary_category', '1'),
(1688, 283, '_yoast_wpseo_videositemap-rating', '0'),
(1689, 283, '_yoast_wpseo_content_score', '60'),
(1690, 283, '_yoast_wpseo_focuskeywords', '[]'),
(1691, 283, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(1692, 283, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(1693, 286, '_edit_lock', '1732947233:2'),
(1694, 286, '_edit_last', '2'),
(1695, 286, 'bt_buy', 'on'),
(1696, 286, 'demo_txtc', 'پیش نمایش آنلاین'),
(1697, 286, 'pro_product1', 'on'),
(1698, 286, 'irani_product1', 'on'),
(1699, 286, 'ea_ins_product1', 'on'),
(1700, 286, 'opt_ve_product1', 'on'),
(1701, 286, 'edd_price', '490000'),
(1702, 286, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:100:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookkv/b1/Ketab-Adathaye-Atomi-James-Clear-wWw.pdfbama.Com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(1703, 286, '_edd_download_earnings', '0'),
(1704, 286, '_edd_download_sales', '0'),
(1705, 283, 'edd_id', '286'),
(1706, 288, '_edit_lock', '1732947991:2'),
(1707, 288, '_edit_last', '2'),
(1708, 289, '_wp_attached_file', '2024/11/کتاب-زیست-شناسی-یازدهم.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1709, 289, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:53:\"2024/11/کتاب-زیست-شناسی-یازدهم.jpg\";s:8:\"filesize\";i:141572;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:53:\"کتاب-زیست-شناسی-یازدهم-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11572;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:53:\"کتاب-زیست-شناسی-یازدهم-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6445;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:53:\"کتاب-زیست-شناسی-یازدهم-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51421;}s:5:\"thumb\";a:5:{s:4:\"file\";s:51:\"کتاب-زیست-شناسی-یازدهم-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2671;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:53:\"کتاب-زیست-شناسی-یازدهم-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6445;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:53:\"کتاب-زیست-شناسی-یازدهم-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10776;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:53:\"کتاب-زیست-شناسی-یازدهم-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8387;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:51:\"کتاب-زیست-شناسی-یازدهم-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1751;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:53:\"کتاب-زیست-شناسی-یازدهم-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34903;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:53:\"کتاب-زیست-شناسی-یازدهم-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8088;}}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:{}}}'),
(1710, 288, '_thumbnail_id', '289'),
(1711, 288, '_wp_page_template', 'default'),
(1712, 288, 'bt_buy', 'on'),
(1713, 288, 'demo_txtc', 'پیش نمایش آنلاین'),
(1714, 288, 'pro_product1', 'on'),
(1715, 288, 'irani_product1', 'on'),
(1716, 288, 'ea_ins_product1', 'on'),
(1717, 288, 'opt_ve_product1', 'on'),
(1718, 288, 'book_auth', 'دکتر علی محمد عمارلو'),
(1719, 288, 'book_pages', '541 صفحه'),
(1720, 288, 'book_lang', 'فارسی'),
(1721, 288, 'book_format', 'PDF'),
(1722, 288, '_yoast_wpseo_primary_category', '1'),
(1723, 288, '_yoast_wpseo_videositemap-rating', '0'),
(1724, 288, '_yoast_wpseo_content_score', '30'),
(1725, 288, '_yoast_wpseo_focuskeywords', '[]'),
(1726, 288, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(1727, 288, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(1728, 291, '_edit_lock', '1732947990:2'),
(1729, 291, '_edit_last', '2'),
(1730, 291, 'bt_buy', 'on'),
(1731, 291, 'demo_txtc', 'پیش نمایش آنلاین'),
(1732, 291, 'pro_product1', 'on'),
(1733, 291, 'irani_product1', 'on'),
(1734, 291, 'ea_ins_product1', 'on'),
(1735, 291, 'opt_ve_product1', 'on'),
(1736, 291, 'edd_price', '490000'),
(1737, 291, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:125:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookmh/book2/Ketab-Zistshenasi-Yazdahom-Doctor-Alimohammad-Ammarlou-Www.Pdfbama.Com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(1738, 288, 'edd_id', '291'),
(1739, 291, '_edd_download_earnings', '0'),
(1740, 291, '_edd_download_sales', '0'),
(1741, 293, '_edit_lock', '1732991553:2'),
(1742, 293, '_edit_last', '2'),
(1743, 294, '_wp_attached_file', '2024/11/کتاب-انسان-از-آغاز-تا-انجام.jpg'),
(1744, 294, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:61:\"2024/11/کتاب-انسان-از-آغاز-تا-انجام.jpg\";s:8:\"filesize\";i:141188;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:61:\"کتاب-انسان-از-آغاز-تا-انجام-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11032;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:61:\"کتاب-انسان-از-آغاز-تا-انجام-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6322;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:61:\"کتاب-انسان-از-آغاز-تا-انجام-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48092;}s:5:\"thumb\";a:5:{s:4:\"file\";s:59:\"کتاب-انسان-از-آغاز-تا-انجام-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2620;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:61:\"کتاب-انسان-از-آغاز-تا-انجام-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6322;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:61:\"کتاب-انسان-از-آغاز-تا-انجام-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10343;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:61:\"کتاب-انسان-از-آغاز-تا-انجام-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8121;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:59:\"کتاب-انسان-از-آغاز-تا-انجام-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1774;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:61:\"کتاب-انسان-از-آغاز-تا-انجام-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32472;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:61:\"کتاب-انسان-از-آغاز-تا-انجام-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7931;}}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:{}}}'),
(1745, 293, '_thumbnail_id', '294'),
(1746, 293, '_wp_page_template', 'default'),
(1747, 293, 'bt_buy', 'on'),
(1748, 293, 'demo_txtc', 'پیش نمایش آنلاین'),
(1749, 293, 'pro_product1', 'on'),
(1750, 293, 'irani_product1', 'on'),
(1751, 293, 'ea_ins_product1', 'on'),
(1752, 293, 'opt_ve_product1', 'on'),
(1753, 293, 'book_auth', 'محمد طباطبایی'),
(1754, 293, 'book_pages', '210 صفحه'),
(1755, 293, 'book_lang', 'فارسی'),
(1756, 293, 'book_format', 'PDF'),
(1757, 293, '_yoast_wpseo_primary_category', '1'),
(1758, 293, '_yoast_wpseo_videositemap-rating', '0'),
(1759, 293, '_yoast_wpseo_content_score', '30'),
(1760, 293, '_yoast_wpseo_focuskeywords', '[]'),
(1761, 293, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(1762, 293, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(1763, 296, '_edit_lock', '1732991677:2'),
(1764, 296, '_edit_last', '2'),
(1765, 296, 'bt_buy', 'on'),
(1766, 296, 'demo_txtc', 'پیش نمایش آنلاین'),
(1767, 296, 'pro_product1', 'on'),
(1768, 296, 'irani_product1', 'on'),
(1769, 296, 'ea_ins_product1', 'on'),
(1770, 296, 'opt_ve_product1', 'on'),
(1771, 296, 'edd_price', '490000'),
(1772, 296, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:93:\"https://dl.pdfbamaa.com/pdfbama/ketab/book3/Ketab-Ensan-Az-Aghaz-Ta-Anjam-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(1773, 296, '_edd_download_earnings', '0'),
(1774, 296, '_edd_download_sales', '0'),
(1775, 293, 'edd_id', '296'),
(1776, 298, '_edit_lock', '1732993731:2'),
(1777, 298, '_edit_last', '2'),
(1778, 299, '_wp_attached_file', '2024/11/کتاب-آیین-زندگی-اخلاق-کاربردی-ویراست-دوم.jpg'),
(1779, 299, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:86:\"2024/11/کتاب-آیین-زندگی-اخلاق-کاربردی-ویراست-دوم.jpg\";s:8:\"filesize\";i:142118;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:86:\"کتاب-آیین-زندگی-اخلاق-کاربردی-ویراست-دوم-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11282;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:86:\"کتاب-آیین-زندگی-اخلاق-کاربردی-ویراست-دوم-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6287;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:86:\"کتاب-آیین-زندگی-اخلاق-کاربردی-ویراست-دوم-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48714;}s:5:\"thumb\";a:5:{s:4:\"file\";s:84:\"کتاب-آیین-زندگی-اخلاق-کاربردی-ویراست-دوم-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2668;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:86:\"کتاب-آیین-زندگی-اخلاق-کاربردی-ویراست-دوم-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6287;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:86:\"کتاب-آیین-زندگی-اخلاق-کاربردی-ویراست-دوم-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10433;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:86:\"کتاب-آیین-زندگی-اخلاق-کاربردی-ویراست-دوم-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8209;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:84:\"کتاب-آیین-زندگی-اخلاق-کاربردی-ویراست-دوم-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1757;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:86:\"کتاب-آیین-زندگی-اخلاق-کاربردی-ویراست-دوم-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33250;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:86:\"کتاب-آیین-زندگی-اخلاق-کاربردی-ویراست-دوم-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7848;}}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:{}}}'),
(1780, 298, '_thumbnail_id', '299'),
(1781, 298, '_wp_page_template', 'default'),
(1782, 298, 'bt_buy', 'on'),
(1783, 298, 'demo_txtc', 'پیش نمایش آنلاین'),
(1784, 298, 'pro_product1', 'on'),
(1785, 298, 'irani_product1', 'on'),
(1786, 298, 'ea_ins_product1', 'on'),
(1787, 298, 'opt_ve_product1', 'on'),
(1788, 298, 'book_auth', 'احمد حسین شریفی'),
(1789, 298, 'book_pages', '120 صفحه'),
(1790, 298, 'book_lang', 'فارسی'),
(1791, 298, 'book_format', 'PDF'),
(1792, 298, '_yoast_wpseo_primary_category', '1'),
(1793, 298, '_yoast_wpseo_videositemap-rating', '0'),
(1794, 298, '_yoast_wpseo_content_score', '60'),
(1795, 298, '_yoast_wpseo_focuskeywords', '[]'),
(1796, 298, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(1797, 298, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(1798, 301, '_edit_lock', '1732993845:2'),
(1799, 301, '_edit_last', '2'),
(1800, 301, 'bt_buy', 'on'),
(1801, 301, 'demo_txtc', 'پیش نمایش آنلاین'),
(1802, 301, 'pro_product1', 'on'),
(1803, 301, 'irani_product1', 'on'),
(1804, 301, 'ea_ins_product1', 'on'),
(1805, 301, 'opt_ve_product1', 'on'),
(1806, 301, 'edd_price', '490000'),
(1807, 301, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:142:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookmh/book1/Ketab-Aean-Zendeghi-Akhlagh-Karbordi-Virast-Dovvom-Ahmad-Hosein-Sharifi-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(1808, 301, '_edd_download_earnings', '0'),
(1809, 301, '_edd_download_sales', '0'),
(1810, 298, 'edd_id', '301'),
(1811, 303, '_edit_last', '2'),
(1812, 303, '_edit_lock', '1732995530:2'),
(1813, 304, '_wp_attached_file', '2024/11/کتاب-استاندارد-2800.jpg'),
(1814, 304, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:44:\"2024/11/کتاب-استاندارد-2800.jpg\";s:8:\"filesize\";i:137077;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"کتاب-استاندارد-2800-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11278;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"کتاب-استاندارد-2800-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6720;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"کتاب-استاندارد-2800-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47455;}s:5:\"thumb\";a:5:{s:4:\"file\";s:42:\"کتاب-استاندارد-2800-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2765;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:44:\"کتاب-استاندارد-2800-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6720;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:44:\"کتاب-استاندارد-2800-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11015;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:44:\"کتاب-استاندارد-2800-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8582;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:42:\"کتاب-استاندارد-2800-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1790;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:44:\"کتاب-استاندارد-2800-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32767;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:44:\"کتاب-استاندارد-2800-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8100;}}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:{}}}'),
(1815, 303, '_thumbnail_id', '304'),
(1816, 303, '_wp_page_template', 'default'),
(1817, 303, 'bt_buy', 'on'),
(1818, 303, 'demo_txtc', 'پیش نمایش آنلاین'),
(1819, 303, 'pro_product1', 'on'),
(1820, 303, 'irani_product1', 'on'),
(1821, 303, 'ea_ins_product1', 'on'),
(1822, 303, 'opt_ve_product1', 'on'),
(1823, 303, 'book_auth', 'زیر ذره بین'),
(1824, 303, 'book_pages', '403 صفحه'),
(1825, 303, 'book_lang', 'فارسی'),
(1826, 303, 'book_format', 'PDF'),
(1827, 303, '_yoast_wpseo_primary_category', '1'),
(1828, 303, '_yoast_wpseo_videositemap-rating', '0'),
(1829, 303, '_yoast_wpseo_content_score', '60'),
(1830, 303, '_yoast_wpseo_focuskeywords', '[]'),
(1831, 303, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(1832, 303, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(1833, 306, '_edit_lock', '1732995498:2'),
(1834, 306, '_edit_last', '2'),
(1835, 306, 'bt_buy', 'on'),
(1836, 306, 'demo_txtc', 'پیش نمایش آنلاین'),
(1837, 306, 'pro_product1', 'on'),
(1838, 306, 'irani_product1', 'on'),
(1839, 306, 'ea_ins_product1', 'on'),
(1840, 306, 'opt_ve_product1', 'on'),
(1841, 306, 'edd_price', '490000'),
(1842, 306, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:82:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookkv/b1/estandard-2800-wWw.pdfbama.Com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(1843, 306, '_edd_download_earnings', '0'),
(1844, 306, '_edd_download_sales', '0'),
(1845, 303, 'edd_id', '306'),
(1846, 308, '_edit_lock', '1732996914:2'),
(1847, 308, '_edit_last', '2'),
(1848, 309, '_wp_attached_file', '2024/11/کتاب-33-استراتژی-جنگ.jpg'),
(1849, 309, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:47:\"2024/11/کتاب-33-استراتژی-جنگ.jpg\";s:8:\"filesize\";i:147393;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"کتاب-33-استراتژی-جنگ-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11835;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"کتاب-33-استراتژی-جنگ-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6643;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"کتاب-33-استراتژی-جنگ-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50180;}s:5:\"thumb\";a:5:{s:4:\"file\";s:45:\"کتاب-33-استراتژی-جنگ-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2711;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:47:\"کتاب-33-استراتژی-جنگ-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6643;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:47:\"کتاب-33-استراتژی-جنگ-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10899;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:47:\"کتاب-33-استراتژی-جنگ-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8602;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:45:\"کتاب-33-استراتژی-جنگ-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1800;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:47:\"کتاب-33-استراتژی-جنگ-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34620;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:47:\"کتاب-33-استراتژی-جنگ-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8185;}}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:{}}}'),
(1850, 308, '_thumbnail_id', '309'),
(1851, 308, '_wp_page_template', 'default'),
(1852, 308, 'bt_buy', 'on'),
(1853, 308, 'demo_txtc', 'پیش نمایش آنلاین'),
(1854, 308, 'pro_product1', 'on'),
(1855, 308, 'irani_product1', 'on'),
(1856, 308, 'ea_ins_product1', 'on'),
(1857, 308, 'opt_ve_product1', 'on'),
(1858, 308, 'book_auth', 'رابرت گرین'),
(1859, 308, 'book_pages', '679 صفحه'),
(1860, 308, 'book_lang', 'فارسی'),
(1861, 308, 'book_format', 'PDF'),
(1862, 308, '_yoast_wpseo_primary_category', '1'),
(1863, 308, '_yoast_wpseo_videositemap-rating', '0'),
(1864, 308, '_yoast_wpseo_content_score', '60'),
(1865, 308, '_yoast_wpseo_focuskeywords', '[]'),
(1866, 308, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(1867, 308, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(1868, 311, '_edit_lock', '1732996759:2'),
(1869, 311, '_edit_last', '2'),
(1870, 311, 'bt_buy', 'on'),
(1871, 311, 'demo_txtc', 'پیش نمایش آنلاین'),
(1872, 311, 'pro_product1', 'on'),
(1873, 311, 'irani_product1', 'on'),
(1874, 311, 'ea_ins_product1', 'on'),
(1875, 311, 'opt_ve_product1', 'on'),
(1876, 311, 'edd_price', '490000'),
(1877, 311, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:110:\"https://dl.fileboroo.com/fileboro/ketab/bookpa/book1/Ketab-33-Esterateji-Jang-Rabert-Gren-www.fileboro.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(1878, 311, '_edd_download_earnings', '0'),
(1879, 311, '_edd_download_sales', '0'),
(1880, 308, 'edd_id', '311'),
(1881, 313, '_edit_lock', '1733028394:2'),
(1882, 313, '_edit_last', '2'),
(1883, 314, '_wp_attached_file', '2024/12/کتاب-موج-آزمون-ریاضی-رشته-ریاضی-نشر-الگو-چاپ-1402.jpg'),
(1884, 314, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:97:\"2024/12/کتاب-موج-آزمون-ریاضی-رشته-ریاضی-نشر-الگو-چاپ-1402.jpg\";s:8:\"filesize\";i:145997;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:97:\"کتاب-موج-آزمون-ریاضی-رشته-ریاضی-نشر-الگو-چاپ-1402-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11390;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:97:\"کتاب-موج-آزمون-ریاضی-رشته-ریاضی-نشر-الگو-چاپ-1402-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6330;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:97:\"کتاب-موج-آزمون-ریاضی-رشته-ریاضی-نشر-الگو-چاپ-1402-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50800;}s:5:\"thumb\";a:5:{s:4:\"file\";s:95:\"کتاب-موج-آزمون-ریاضی-رشته-ریاضی-نشر-الگو-چاپ-1402-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2703;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:97:\"کتاب-موج-آزمون-ریاضی-رشته-ریاضی-نشر-الگو-چاپ-1402-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6330;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:97:\"کتاب-موج-آزمون-ریاضی-رشته-ریاضی-نشر-الگو-چاپ-1402-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10501;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:97:\"کتاب-موج-آزمون-ریاضی-رشته-ریاضی-نشر-الگو-چاپ-1402-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8279;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:95:\"کتاب-موج-آزمون-ریاضی-رشته-ریاضی-نشر-الگو-چاپ-1402-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1764;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:97:\"کتاب-موج-آزمون-ریاضی-رشته-ریاضی-نشر-الگو-چاپ-1402-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34359;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:97:\"کتاب-موج-آزمون-ریاضی-رشته-ریاضی-نشر-الگو-چاپ-1402-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7980;}}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:{}}}'),
(1885, 313, '_thumbnail_id', '314'),
(1886, 313, '_wp_page_template', 'default'),
(1887, 313, 'bt_buy', 'on'),
(1888, 313, 'demo_txtc', 'پیش نمایش آنلاین'),
(1889, 313, 'pro_product1', 'on'),
(1890, 313, 'irani_product1', 'on'),
(1891, 313, 'ea_ins_product1', 'on'),
(1892, 313, 'opt_ve_product1', 'on'),
(1893, 313, 'book_auth', 'کاظم اجلالی'),
(1894, 313, 'book_pages', '463 صفحه'),
(1895, 313, 'book_lang', 'فارسی'),
(1896, 313, 'book_format', 'PDF'),
(1897, 313, '_yoast_wpseo_primary_category', '1'),
(1898, 313, '_yoast_wpseo_videositemap-rating', '0'),
(1899, 313, '_yoast_wpseo_content_score', '90'),
(1900, 313, '_yoast_wpseo_focuskeywords', '[]'),
(1901, 313, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(1902, 313, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(1903, 316, '_edit_lock', '1733028494:2'),
(1904, 316, '_edit_last', '2'),
(1905, 316, 'bt_buy', 'on'),
(1906, 316, 'demo_txtc', 'پیش نمایش آنلاین'),
(1907, 316, 'pro_product1', 'on'),
(1908, 316, 'irani_product1', 'on'),
(1909, 316, 'ea_ins_product1', 'on'),
(1910, 316, 'opt_ve_product1', 'on'),
(1911, 316, 'edd_price', '490000'),
(1912, 316, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:137:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookkv/b2/ketab-moj-azmon-riazi-reshte-riazi-nashar-olgo-chap-1402-kazem-ejlali-wWw.pdfbama.Com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(1913, 316, '_edd_download_earnings', '0'),
(1914, 316, '_edd_download_sales', '0'),
(1915, 313, 'edd_id', '316'),
(1916, 318, '_edit_lock', '1733029484:2'),
(1917, 318, '_edit_last', '2'),
(1918, 319, '_wp_attached_file', '2024/12/کتاب-چگونه-معمارانه-طراحی-کنیم-1.jpg'),
(1919, 319, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:70:\"2024/12/کتاب-چگونه-معمارانه-طراحی-کنیم-1.jpg\";s:8:\"filesize\";i:145309;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:70:\"کتاب-چگونه-معمارانه-طراحی-کنیم-1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11497;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:70:\"کتاب-چگونه-معمارانه-طراحی-کنیم-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6506;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:70:\"کتاب-چگونه-معمارانه-طراحی-کنیم-1-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50898;}s:5:\"thumb\";a:5:{s:4:\"file\";s:68:\"کتاب-چگونه-معمارانه-طراحی-کنیم-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2708;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:70:\"کتاب-چگونه-معمارانه-طراحی-کنیم-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6506;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:70:\"کتاب-چگونه-معمارانه-طراحی-کنیم-1-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10857;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:70:\"کتاب-چگونه-معمارانه-طراحی-کنیم-1-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8516;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:68:\"کتاب-چگونه-معمارانه-طراحی-کنیم-1-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1788;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:70:\"کتاب-چگونه-معمارانه-طراحی-کنیم-1-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34429;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:70:\"کتاب-چگونه-معمارانه-طراحی-کنیم-1-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8246;}}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:{}}}'),
(1920, 318, '_thumbnail_id', '319'),
(1921, 318, '_wp_page_template', 'default'),
(1922, 318, 'bt_buy', 'on'),
(1923, 318, 'demo_txtc', 'پیش نمایش آنلاین'),
(1924, 318, 'pro_product1', 'on'),
(1925, 318, 'irani_product1', 'on'),
(1926, 318, 'ea_ins_product1', 'on'),
(1927, 318, 'opt_ve_product1', 'on'),
(1928, 318, 'book_auth', 'دکتر احسان طایفه ای'),
(1929, 318, 'book_pages', '358 صفحه'),
(1930, 318, 'book_lang', 'فارسی'),
(1931, 318, 'book_format', 'PDF'),
(1932, 318, '_yoast_wpseo_primary_category', '1'),
(1933, 318, '_yoast_wpseo_videositemap-rating', '0'),
(1934, 318, '_yoast_wpseo_content_score', '90'),
(1935, 318, '_yoast_wpseo_focuskeywords', '[]'),
(1936, 318, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(1937, 318, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(1938, 321, '_edit_lock', '1733029586:2'),
(1939, 321, '_edit_last', '2'),
(1940, 321, 'bt_buy', 'on'),
(1941, 321, 'demo_txtc', 'پیش نمایش آنلاین'),
(1942, 321, 'pro_product1', 'on'),
(1943, 321, 'irani_product1', 'on'),
(1944, 321, 'ea_ins_product1', 'on'),
(1945, 321, 'opt_ve_product1', 'on'),
(1946, 321, 'edd_price', '490000'),
(1947, 321, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:113:\"https://dl.pdfbamaa.com/pdfbama/ketab/book1/Ketab-Chegune-Memarane-Tarahi-Konim-1-Ehsan-Tayfe-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(1948, 321, '_edd_download_earnings', '0'),
(1949, 321, '_edd_download_sales', '0'),
(1950, 318, 'edd_id', '321'),
(1951, 323, '_edit_lock', '1733030419:2'),
(1952, 323, '_edit_last', '2'),
(1953, 324, '_wp_attached_file', '2024/12/کتاب-تمبر-های-ایران.jpg'),
(1954, 324, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:47:\"2024/12/کتاب-تمبر-های-ایران.jpg\";s:8:\"filesize\";i:134515;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"کتاب-تمبر-های-ایران-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10693;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"کتاب-تمبر-های-ایران-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6166;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"کتاب-تمبر-های-ایران-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45469;}s:5:\"thumb\";a:5:{s:4:\"file\";s:45:\"کتاب-تمبر-های-ایران-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2672;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:47:\"کتاب-تمبر-های-ایران-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6166;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:47:\"کتاب-تمبر-های-ایران-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10214;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:47:\"کتاب-تمبر-های-ایران-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8144;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:45:\"کتاب-تمبر-های-ایران-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1766;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:47:\"کتاب-تمبر-های-ایران-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31096;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:47:\"کتاب-تمبر-های-ایران-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7750;}}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:{}}}'),
(1955, 323, '_thumbnail_id', '324'),
(1956, 323, '_wp_page_template', 'default'),
(1957, 323, 'bt_buy', 'on'),
(1958, 323, 'demo_txtc', 'پیش نمایش آنلاین'),
(1959, 323, 'pro_product1', 'on'),
(1960, 323, 'irani_product1', 'on'),
(1961, 323, 'ea_ins_product1', 'on'),
(1962, 323, 'opt_ve_product1', 'on'),
(1963, 323, 'book_auth', 'انجمن تمبرشناسی ایران'),
(1964, 323, 'book_pages', '195 صفحه'),
(1965, 323, 'book_lang', 'فارسی'),
(1966, 323, 'book_format', 'PDF'),
(1967, 323, '_yoast_wpseo_primary_category', '1'),
(1968, 323, '_yoast_wpseo_videositemap-rating', '0'),
(1969, 323, '_yoast_wpseo_content_score', '90'),
(1970, 323, '_yoast_wpseo_focuskeywords', '[]'),
(1971, 323, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(1972, 323, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(1973, 326, '_edit_lock', '1733030419:2'),
(1974, 326, '_edit_last', '2'),
(1975, 326, 'bt_buy', 'on'),
(1976, 326, 'demo_txtc', 'پیش نمایش آنلاین'),
(1977, 326, 'pro_product1', 'on'),
(1978, 326, 'irani_product1', 'on'),
(1979, 326, 'ea_ins_product1', 'on'),
(1980, 326, 'opt_ve_product1', 'on'),
(1981, 326, 'edd_price', '490000'),
(1982, 326, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:85:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookpo/Ketab-Tambrhaye-Iran-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(1983, 326, '_edd_download_earnings', '0'),
(1984, 326, '_edd_download_sales', '0'),
(1985, 323, 'edd_id', '326'),
(1986, 329, '_edit_lock', '1733082460:2'),
(1987, 329, '_edit_last', '2'),
(1988, 330, '_wp_attached_file', '2024/12/کتاب-رسم-فنی-و-نقشه-کشی-جامع-عمران.jpg'),
(1989, 330, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:73:\"2024/12/کتاب-رسم-فنی-و-نقشه-کشی-جامع-عمران.jpg\";s:8:\"filesize\";i:140171;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:73:\"کتاب-رسم-فنی-و-نقشه-کشی-جامع-عمران-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10833;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:73:\"کتاب-رسم-فنی-و-نقشه-کشی-جامع-عمران-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6192;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:73:\"کتاب-رسم-فنی-و-نقشه-کشی-جامع-عمران-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47352;}s:5:\"thumb\";a:5:{s:4:\"file\";s:71:\"کتاب-رسم-فنی-و-نقشه-کشی-جامع-عمران-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2623;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:73:\"کتاب-رسم-فنی-و-نقشه-کشی-جامع-عمران-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6192;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:73:\"کتاب-رسم-فنی-و-نقشه-کشی-جامع-عمران-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10263;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:73:\"کتاب-رسم-فنی-و-نقشه-کشی-جامع-عمران-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8070;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:71:\"کتاب-رسم-فنی-و-نقشه-کشی-جامع-عمران-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1738;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:73:\"کتاب-رسم-فنی-و-نقشه-کشی-جامع-عمران-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32122;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:73:\"کتاب-رسم-فنی-و-نقشه-کشی-جامع-عمران-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7808;}}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:{}}}'),
(1990, 329, '_thumbnail_id', '330'),
(1991, 329, '_wp_page_template', 'default'),
(1992, 329, 'bt_buy', 'on'),
(1993, 329, 'demo_txtc', 'پیش نمایش آنلاین'),
(1994, 329, 'pro_product1', 'on'),
(1995, 329, 'irani_product1', 'on'),
(1996, 329, 'ea_ins_product1', 'on'),
(1997, 329, 'opt_ve_product1', 'on'),
(1998, 329, 'book_auth', 'حسین زمرشیدی '),
(1999, 329, 'book_pages', '307 صفحه'),
(2000, 329, 'book_lang', 'فارسی'),
(2001, 329, 'book_format', 'PDF'),
(2002, 329, '_yoast_wpseo_primary_category', '1'),
(2003, 329, '_yoast_wpseo_videositemap-rating', '0'),
(2004, 329, '_yoast_wpseo_content_score', '60'),
(2005, 329, '_yoast_wpseo_focuskeywords', '[]'),
(2006, 329, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(2007, 329, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(2008, 332, '_edit_lock', '1733082577:2'),
(2009, 332, '_edit_last', '2'),
(2010, 332, 'bt_buy', 'on'),
(2011, 332, 'demo_txtc', 'پیش نمایش آنلاین'),
(2012, 332, 'pro_product1', 'on'),
(2013, 332, 'irani_product1', 'on'),
(2014, 332, 'ea_ins_product1', 'on'),
(2015, 332, 'opt_ve_product1', 'on'),
(2016, 332, 'edd_price', '490000'),
(2017, 332, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:123:\"https://dl.pdfbamaa.com/pdfbama/ketab/book1/Ketab-Rasm-Fani-Va-Nagshekeshi-Jame-Omran-Hosein-Zemorshidi-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(2018, 332, '_edd_download_earnings', '0'),
(2019, 332, '_edd_download_sales', '0'),
(2020, 329, 'edd_id', '332'),
(2021, 334, '_edit_lock', '1733083291:2'),
(2022, 334, '_edit_last', '2'),
(2023, 335, '_wp_attached_file', '2024/12/کتاب-بافت-شناسی.jpg'),
(2024, 335, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:40:\"2024/12/کتاب-بافت-شناسی.jpg\";s:8:\"filesize\";i:141628;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"کتاب-بافت-شناسی-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11263;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"کتاب-بافت-شناسی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6315;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:40:\"کتاب-بافت-شناسی-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49190;}s:5:\"thumb\";a:5:{s:4:\"file\";s:38:\"کتاب-بافت-شناسی-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2664;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:40:\"کتاب-بافت-شناسی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6315;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:40:\"کتاب-بافت-شناسی-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10591;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:40:\"کتاب-بافت-شناسی-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8313;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:38:\"کتاب-بافت-شناسی-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1779;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:40:\"کتاب-بافت-شناسی-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33181;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:40:\"کتاب-بافت-شناسی-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7856;}}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:{}}}'),
(2025, 334, '_thumbnail_id', '335'),
(2026, 334, '_wp_page_template', 'default'),
(2027, 334, 'bt_buy', 'on'),
(2028, 334, 'demo_txtc', 'پیش نمایش آنلاین'),
(2029, 334, 'pro_product1', 'on'),
(2030, 334, 'irani_product1', 'on'),
(2031, 334, 'ea_ins_product1', 'on'),
(2032, 334, 'opt_ve_product1', 'on'),
(2033, 334, 'book_auth', 'جعفر سلیمانی راد '),
(2034, 334, 'book_pages', '322 صفحه'),
(2035, 334, 'book_lang', 'فارسی'),
(2036, 334, 'book_format', 'PDF'),
(2037, 334, '_yoast_wpseo_primary_category', '1'),
(2038, 334, '_yoast_wpseo_videositemap-rating', '0'),
(2039, 334, '_yoast_wpseo_content_score', '60'),
(2040, 334, '_yoast_wpseo_focuskeywords', '[]'),
(2041, 334, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(2042, 334, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(2043, 337, '_edit_lock', '1733083417:2'),
(2044, 337, '_edit_last', '2'),
(2045, 337, 'bt_buy', 'on'),
(2046, 337, 'demo_txtc', 'پیش نمایش آنلاین'),
(2047, 337, 'pro_product1', 'on'),
(2048, 337, 'irani_product1', 'on'),
(2049, 337, 'ea_ins_product1', 'on'),
(2050, 337, 'opt_ve_product1', 'on'),
(2051, 337, 'edd_price', '490000'),
(2052, 337, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:117:\"https://dl.pdfbamaa.com/pdfbama/ketab/book3/Ketab-Baft-Shenasi-Jafar-Soleymani-Rad-Virast-Sheshom-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(2053, 337, '_edd_download_earnings', '0'),
(2054, 337, '_edd_download_sales', '0'),
(2055, 334, 'edd_id', '337'),
(2056, 339, '_edit_lock', '1733085002:2'),
(2057, 339, '_edit_last', '2'),
(2058, 340, '_wp_attached_file', '2024/12/کتاب-قلب-جنگجوی-خورشید.jpg'),
(2059, 340, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:53:\"2024/12/کتاب-قلب-جنگجوی-خورشید.jpg\";s:8:\"filesize\";i:148133;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:53:\"کتاب-قلب-جنگجوی-خورشید-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11537;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:53:\"کتاب-قلب-جنگجوی-خورشید-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6534;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:53:\"کتاب-قلب-جنگجوی-خورشید-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51492;}s:5:\"thumb\";a:5:{s:4:\"file\";s:51:\"کتاب-قلب-جنگجوی-خورشید-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2673;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:53:\"کتاب-قلب-جنگجوی-خورشید-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6534;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:53:\"کتاب-قلب-جنگجوی-خورشید-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10915;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:53:\"کتاب-قلب-جنگجوی-خورشید-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8619;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:51:\"کتاب-قلب-جنگجوی-خورشید-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1781;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:53:\"کتاب-قلب-جنگجوی-خورشید-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34784;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:53:\"کتاب-قلب-جنگجوی-خورشید-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8359;}}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:{}}}'),
(2060, 339, '_thumbnail_id', '340'),
(2061, 339, '_wp_page_template', 'default'),
(2062, 339, 'bt_buy', 'on'),
(2063, 339, 'demo_txtc', 'پیش نمایش آنلاین'),
(2064, 339, 'pro_product1', 'on'),
(2065, 339, 'irani_product1', 'on'),
(2066, 339, 'ea_ins_product1', 'on'),
(2067, 339, 'opt_ve_product1', 'on'),
(2068, 339, 'book_auth', 'سولین تن '),
(2069, 339, 'book_pages', '535 صفحه'),
(2070, 339, 'book_lang', 'فارسی'),
(2071, 339, 'book_format', 'PDF'),
(2072, 339, '_yoast_wpseo_primary_category', '1'),
(2073, 339, '_yoast_wpseo_videositemap-rating', '0'),
(2074, 339, '_yoast_wpseo_content_score', '60'),
(2075, 339, '_yoast_wpseo_focuskeywords', '[]'),
(2076, 339, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(2077, 339, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(2078, 342, '_edit_lock', '1733084981:2'),
(2079, 342, '_edit_last', '2'),
(2080, 342, 'bt_buy', 'on'),
(2081, 342, 'demo_txtc', 'پیش نمایش آنلاین'),
(2082, 342, 'pro_product1', 'on'),
(2083, 342, 'irani_product1', 'on'),
(2084, 342, 'ea_ins_product1', 'on'),
(2085, 342, 'opt_ve_product1', 'on'),
(2086, 342, 'edd_price', '490000'),
(2087, 342, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:106:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookti/b1/ketab-galb-jngjoye-khorshid-solyn-tan-www.pdfbamaa.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(2088, 342, '_edd_download_earnings', '0'),
(2089, 342, '_edd_download_sales', '0'),
(2090, 339, 'edd_id', '342'),
(2091, 344, '_edit_lock', '1733087603:2'),
(2092, 344, '_edit_last', '2'),
(2093, 345, '_wp_attached_file', '2024/12/کتاب-پول-ارز-و-بانکداری.jpg'),
(2094, 345, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:54:\"2024/12/کتاب-پول-ارز-و-بانکداری.jpg\";s:8:\"filesize\";i:148929;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:54:\"کتاب-پول-ارز-و-بانکداری-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11807;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:54:\"کتاب-پول-ارز-و-بانکداری-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6384;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:54:\"کتاب-پول-ارز-و-بانکداری-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51305;}s:5:\"thumb\";a:5:{s:4:\"file\";s:52:\"کتاب-پول-ارز-و-بانکداری-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2660;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:54:\"کتاب-پول-ارز-و-بانکداری-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6384;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:54:\"کتاب-پول-ارز-و-بانکداری-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10516;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:54:\"کتاب-پول-ارز-و-بانکداری-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8353;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:52:\"کتاب-پول-ارز-و-بانکداری-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1764;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:54:\"کتاب-پول-ارز-و-بانکداری-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35071;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:54:\"کتاب-پول-ارز-و-بانکداری-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7926;}}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:{}}}'),
(2095, 344, '_thumbnail_id', '345'),
(2096, 344, '_wp_page_template', 'default'),
(2097, 344, 'bt_buy', 'on'),
(2098, 344, 'demo_txtc', 'پیش نمایش آنلاین'),
(2099, 344, 'pro_product1', 'on'),
(2100, 344, 'irani_product1', 'on'),
(2101, 344, 'ea_ins_product1', 'on'),
(2102, 344, 'opt_ve_product1', 'on'),
(2103, 344, 'book_auth', 'یوسف فرجی'),
(2104, 344, 'book_pages', '459 صفحه'),
(2105, 344, 'book_lang', 'فارسی'),
(2106, 344, 'book_format', 'PDF'),
(2107, 344, '_yoast_wpseo_primary_category', '1'),
(2108, 344, '_yoast_wpseo_videositemap-rating', '0'),
(2109, 344, '_yoast_wpseo_content_score', '60'),
(2110, 344, '_yoast_wpseo_focuskeywords', '[]'),
(2111, 344, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(2112, 344, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(2113, 347, '_edit_lock', '1733087604:2'),
(2114, 347, '_edit_last', '2'),
(2115, 347, 'bt_buy', 'on'),
(2116, 347, 'demo_txtc', 'پیش نمایش آنلاین'),
(2117, 347, 'pro_product1', 'on'),
(2118, 347, 'irani_product1', 'on'),
(2119, 347, 'ea_ins_product1', 'on'),
(2120, 347, 'opt_ve_product1', 'on'),
(2121, 347, 'edd_price', '490000'),
(2122, 347, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:102:\"https://dl.pdfbamaa.com/pdfbama/ketab/book1/Ketab-Pul-Arz-Va-Bankdari-Yusef-Faraji-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(2123, 347, '_edd_download_earnings', '0'),
(2124, 347, '_edd_download_sales', '0'),
(2125, 344, 'edd_id', '347'),
(2126, 349, '_edit_lock', '1733114650:2'),
(2127, 349, '_edit_last', '2'),
(2128, 350, '_wp_attached_file', '2024/12/کتاب-سی-و-دو-هزار-سال-تاریخ-هنر.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2129, 350, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:67:\"2024/12/کتاب-سی-و-دو-هزار-سال-تاریخ-هنر.jpg\";s:8:\"filesize\";i:137596;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:67:\"کتاب-سی-و-دو-هزار-سال-تاریخ-هنر-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10048;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:67:\"کتاب-سی-و-دو-هزار-سال-تاریخ-هنر-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6005;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:67:\"کتاب-سی-و-دو-هزار-سال-تاریخ-هنر-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45981;}s:5:\"thumb\";a:5:{s:4:\"file\";s:65:\"کتاب-سی-و-دو-هزار-سال-تاریخ-هنر-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2543;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:67:\"کتاب-سی-و-دو-هزار-سال-تاریخ-هنر-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6005;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:67:\"کتاب-سی-و-دو-هزار-سال-تاریخ-هنر-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10144;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:67:\"کتاب-سی-و-دو-هزار-سال-تاریخ-هنر-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7925;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:65:\"کتاب-سی-و-دو-هزار-سال-تاریخ-هنر-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1738;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:67:\"کتاب-سی-و-دو-هزار-سال-تاریخ-هنر-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30612;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:67:\"کتاب-سی-و-دو-هزار-سال-تاریخ-هنر-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7670;}}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:{}}}'),
(2130, 349, '_thumbnail_id', '350'),
(2131, 349, '_wp_page_template', 'default'),
(2132, 349, 'bt_buy', 'on'),
(2133, 349, 'demo_txtc', 'پیش نمایش آنلاین'),
(2134, 349, 'pro_product1', 'on'),
(2135, 349, 'irani_product1', 'on'),
(2136, 349, 'ea_ins_product1', 'on'),
(2137, 349, 'opt_ve_product1', 'on'),
(2138, 349, 'book_auth', 'هرمز ریاحی'),
(2139, 349, 'book_pages', '1152 صفحه'),
(2140, 349, 'book_lang', 'فارسی'),
(2141, 349, 'book_format', 'PDF'),
(2142, 349, '_yoast_wpseo_primary_category', '1'),
(2143, 349, '_yoast_wpseo_videositemap-rating', '0'),
(2144, 349, '_yoast_wpseo_content_score', '30'),
(2145, 349, '_yoast_wpseo_focuskeywords', '[]'),
(2146, 349, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(2147, 349, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(2148, 352, '_edit_lock', '1733114775:2'),
(2149, 352, '_edit_last', '2'),
(2150, 352, 'bt_buy', 'on'),
(2151, 352, 'demo_txtc', 'پیش نمایش آنلاین'),
(2152, 352, 'pro_product1', 'on'),
(2153, 352, 'irani_product1', 'on'),
(2154, 352, 'ea_ins_product1', 'on'),
(2155, 352, 'opt_ve_product1', 'on'),
(2156, 352, 'edd_price', '490000'),
(2157, 352, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:89:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookpo/Ketab-Si-Va-Do-Hezar-Sal-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(2158, 352, '_edd_download_earnings', '0'),
(2159, 352, '_edd_download_sales', '0'),
(2160, 349, 'edd_id', '352'),
(2161, 354, '_edit_lock', '1733115614:2'),
(2162, 354, '_edit_last', '2'),
(2163, 355, '_wp_attached_file', '2024/12/کتاب-درسنامه-بیماری-های-پوستی.jpg'),
(2164, 355, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:66:\"2024/12/کتاب-درسنامه-بیماری-های-پوستی.jpg\";s:8:\"filesize\";i:141019;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:66:\"کتاب-درسنامه-بیماری-های-پوستی-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10816;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:66:\"کتاب-درسنامه-بیماری-های-پوستی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6184;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:66:\"کتاب-درسنامه-بیماری-های-پوستی-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48188;}s:5:\"thumb\";a:5:{s:4:\"file\";s:64:\"کتاب-درسنامه-بیماری-های-پوستی-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2672;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:66:\"کتاب-درسنامه-بیماری-های-پوستی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6184;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:66:\"کتاب-درسنامه-بیماری-های-پوستی-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10480;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:66:\"کتاب-درسنامه-بیماری-های-پوستی-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8242;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:64:\"کتاب-درسنامه-بیماری-های-پوستی-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1768;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:66:\"کتاب-درسنامه-بیماری-های-پوستی-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32889;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:66:\"کتاب-درسنامه-بیماری-های-پوستی-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7951;}}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:{}}}'),
(2165, 354, '_thumbnail_id', '355'),
(2166, 354, '_wp_page_template', 'default'),
(2167, 354, 'bt_buy', 'on'),
(2168, 354, 'demo_txtc', 'پیش نمایش آنلاین'),
(2169, 354, 'pro_product1', 'on'),
(2170, 354, 'irani_product1', 'on'),
(2171, 354, 'ea_ins_product1', 'on'),
(2172, 354, 'opt_ve_product1', 'on'),
(2173, 354, 'book_auth', 'حسین مرتضوی'),
(2174, 354, 'book_pages', '414 صفحه'),
(2175, 354, 'book_lang', 'فارسی'),
(2176, 354, 'book_format', 'PDF'),
(2177, 354, '_yoast_wpseo_primary_category', '1'),
(2178, 354, '_yoast_wpseo_videositemap-rating', '0'),
(2179, 354, '_yoast_wpseo_content_score', '60'),
(2180, 354, '_yoast_wpseo_focuskeywords', '[]'),
(2181, 354, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(2182, 354, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(2183, 357, '_edit_lock', '1733115728:2'),
(2184, 357, '_edit_last', '2'),
(2185, 357, 'bt_buy', 'on'),
(2186, 357, 'demo_txtc', 'پیش نمایش آنلاین'),
(2187, 357, 'pro_product1', 'on'),
(2188, 357, 'irani_product1', 'on'),
(2189, 357, 'ea_ins_product1', 'on'),
(2190, 357, 'opt_ve_product1', 'on'),
(2191, 357, 'edd_price', '490000'),
(2192, 357, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:111:\"https://dl.pdfbamaa.com/pdfbama/ketab/book3/Ketab-Darsname-Bimarihaye-Post-Hosein-Mortazavi-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(2193, 357, '_edd_download_earnings', '0'),
(2194, 357, '_edd_download_sales', '0'),
(2195, 354, 'edd_id', '357'),
(2196, 359, '_edit_lock', '1733116752:2'),
(2197, 359, '_edit_last', '2'),
(2198, 360, '_wp_attached_file', '2024/12/کتاب-درک-و-بیان-معماری.jpg'),
(2199, 360, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:52:\"2024/12/کتاب-درک-و-بیان-معماری.jpg\";s:8:\"filesize\";i:134824;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"کتاب-درک-و-بیان-معماری-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10903;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"کتاب-درک-و-بیان-معماری-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6343;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:52:\"کتاب-درک-و-بیان-معماری-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47002;}s:5:\"thumb\";a:5:{s:4:\"file\";s:50:\"کتاب-درک-و-بیان-معماری-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2691;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:52:\"کتاب-درک-و-بیان-معماری-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6343;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:52:\"کتاب-درک-و-بیان-معماری-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10618;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:52:\"کتاب-درک-و-بیان-معماری-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8323;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:50:\"کتاب-درک-و-بیان-معماری-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1787;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:52:\"کتاب-درک-و-بیان-معماری-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31892;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:52:\"کتاب-درک-و-بیان-معماری-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8059;}}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:{}}}'),
(2200, 359, '_thumbnail_id', '360'),
(2201, 359, '_wp_page_template', 'default'),
(2202, 359, 'bt_buy', 'on'),
(2203, 359, 'demo_txtc', 'پیش نمایش آنلاین'),
(2204, 359, 'pro_product1', 'on'),
(2205, 359, 'irani_product1', 'on'),
(2206, 359, 'ea_ins_product1', 'on'),
(2207, 359, 'opt_ve_product1', 'on'),
(2208, 359, 'book_auth', 'دکتر مرتضی صدیق'),
(2209, 359, 'book_pages', '641 صفحه'),
(2210, 359, 'book_lang', 'فارسی'),
(2211, 359, 'book_format', 'PDF'),
(2212, 359, '_yoast_wpseo_primary_category', '1'),
(2213, 359, '_yoast_wpseo_videositemap-rating', '0'),
(2214, 359, '_yoast_wpseo_content_score', '60'),
(2215, 359, '_yoast_wpseo_focuskeywords', '[]'),
(2216, 359, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(2217, 359, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(2218, 362, '_edit_lock', '1733116753:2'),
(2219, 362, '_edit_last', '2'),
(2220, 362, 'bt_buy', 'on'),
(2221, 362, 'demo_txtc', 'پیش نمایش آنلاین'),
(2222, 362, 'pro_product1', 'on'),
(2223, 362, 'irani_product1', 'on'),
(2224, 362, 'ea_ins_product1', 'on'),
(2225, 362, 'opt_ve_product1', 'on'),
(2226, 362, 'edd_price', '490000'),
(2227, 362, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:91:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookpo/Ketab-Dark-Va-Bayan-Memari-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(2228, 362, '_edd_download_earnings', '0'),
(2229, 362, '_edd_download_sales', '0'),
(2230, 359, 'edd_id', '362'),
(2231, 364, '_edit_lock', '1733163981:2'),
(2232, 364, '_edit_last', '2'),
(2233, 365, '_wp_attached_file', '2024/12/کتاب-فاگوزیست-12-پایه.jpg'),
(2234, 365, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:49:\"2024/12/کتاب-فاگوزیست-12-پایه.jpg\";s:8:\"filesize\";i:147571;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"کتاب-فاگوزیست-12-پایه-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12025;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"کتاب-فاگوزیست-12-پایه-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6597;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"کتاب-فاگوزیست-12-پایه-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50382;}s:5:\"thumb\";a:5:{s:4:\"file\";s:47:\"کتاب-فاگوزیست-12-پایه-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2730;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:49:\"کتاب-فاگوزیست-12-پایه-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6597;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:49:\"کتاب-فاگوزیست-12-پایه-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10928;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:49:\"کتاب-فاگوزیست-12-پایه-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8524;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:47:\"کتاب-فاگوزیست-12-پایه-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1772;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:49:\"کتاب-فاگوزیست-12-پایه-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34919;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:49:\"کتاب-فاگوزیست-12-پایه-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8129;}}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:{}}}'),
(2235, 364, '_thumbnail_id', '365'),
(2236, 364, '_wp_page_template', 'default'),
(2237, 364, 'bt_buy', 'on'),
(2238, 364, 'demo_txtc', 'پیش نمایش آنلاین'),
(2239, 364, 'pro_product1', 'on'),
(2240, 364, 'irani_product1', 'on'),
(2241, 364, 'ea_ins_product1', 'on'),
(2242, 364, 'opt_ve_product1', 'on'),
(2243, 364, 'book_auth', 'فردین جوادی'),
(2244, 364, 'book_pages', '316 صفحه'),
(2245, 364, 'book_lang', 'فارسی'),
(2246, 364, 'book_format', 'PDF'),
(2247, 364, '_yoast_wpseo_primary_category', '1'),
(2248, 364, '_yoast_wpseo_videositemap-rating', '0'),
(2249, 364, '_yoast_wpseo_content_score', '30'),
(2250, 364, '_yoast_wpseo_focuskeywords', '[]'),
(2251, 364, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(2252, 364, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(2253, 367, '_edit_lock', '1733164073:2'),
(2254, 367, '_edit_last', '2'),
(2255, 367, 'bt_buy', 'on'),
(2256, 367, 'demo_txtc', 'پیش نمایش آنلاین'),
(2257, 367, 'pro_product1', 'on'),
(2258, 367, 'irani_product1', 'on'),
(2259, 367, 'ea_ins_product1', 'on'),
(2260, 367, 'opt_ve_product1', 'on'),
(2261, 367, 'edd_price', '490000'),
(2262, 367, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:108:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookmh/book2/Ketab-Fagozist-12-Payeh-Fardin-Javadi-Www.Pdfbama.Com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(2263, 367, '_edd_download_earnings', '0'),
(2264, 367, '_edd_download_sales', '0'),
(2265, 364, 'edd_id', '367'),
(2266, 369, '_edit_lock', '1733167337:2'),
(2267, 369, '_edit_last', '2'),
(2268, 370, '_wp_attached_file', '2024/12/کتاب-مقدمه-ای-بر-روش-تحقیق-در-علوم-انسانی.jpg'),
(2269, 370, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:86:\"2024/12/کتاب-مقدمه-ای-بر-روش-تحقیق-در-علوم-انسانی.jpg\";s:8:\"filesize\";i:137499;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:86:\"کتاب-مقدمه-ای-بر-روش-تحقیق-در-علوم-انسانی-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10737;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:86:\"کتاب-مقدمه-ای-بر-روش-تحقیق-در-علوم-انسانی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6149;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:86:\"کتاب-مقدمه-ای-بر-روش-تحقیق-در-علوم-انسانی-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46625;}s:5:\"thumb\";a:5:{s:4:\"file\";s:84:\"کتاب-مقدمه-ای-بر-روش-تحقیق-در-علوم-انسانی-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2638;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:86:\"کتاب-مقدمه-ای-بر-روش-تحقیق-در-علوم-انسانی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6149;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:86:\"کتاب-مقدمه-ای-بر-روش-تحقیق-در-علوم-انسانی-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10335;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:86:\"کتاب-مقدمه-ای-بر-روش-تحقیق-در-علوم-انسانی-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8123;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:84:\"کتاب-مقدمه-ای-بر-روش-تحقیق-در-علوم-انسانی-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1731;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:86:\"کتاب-مقدمه-ای-بر-روش-تحقیق-در-علوم-انسانی-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31757;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:86:\"کتاب-مقدمه-ای-بر-روش-تحقیق-در-علوم-انسانی-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7741;}}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:{}}}'),
(2270, 369, '_thumbnail_id', '370'),
(2271, 369, '_wp_page_template', 'default'),
(2272, 369, 'bt_buy', 'on'),
(2273, 369, 'demo_txtc', 'پیش نمایش آنلاین'),
(2274, 369, 'pro_product1', 'on'),
(2275, 369, 'irani_product1', 'on'),
(2276, 369, 'ea_ins_product1', 'on'),
(2277, 369, 'opt_ve_product1', 'on'),
(2278, 369, 'book_auth', 'محمد رضا حافظ نیا'),
(2279, 369, 'book_pages', '380 صفحه'),
(2280, 369, 'book_lang', 'فارسی'),
(2281, 369, 'book_format', 'PDF'),
(2282, 369, '_yoast_wpseo_primary_category', '1'),
(2283, 369, '_yoast_wpseo_videositemap-rating', '0'),
(2284, 369, '_yoast_wpseo_content_score', '90'),
(2285, 369, '_yoast_wpseo_focuskeywords', '[]'),
(2286, 369, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(2287, 369, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(2288, 372, '_edit_lock', '1733165389:2'),
(2289, 372, '_edit_last', '2'),
(2290, 372, 'bt_buy', 'on'),
(2291, 372, 'demo_txtc', 'پیش نمایش آنلاین'),
(2292, 372, 'pro_product1', 'on'),
(2293, 372, 'irani_product1', 'on'),
(2294, 372, 'ea_ins_product1', 'on'),
(2295, 372, 'opt_ve_product1', 'on'),
(2296, 372, 'edd_price', '490000'),
(2297, 372, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:136:\"https://dl.pdfbamaa.com/pdfbama/ketab/book1/Ketab-Mogadamei-Bar-Ravesh-Tahgig-Dar-Olum-Ensani-Mohamad-Reza-Hafez-Nia-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(2298, 372, '_edd_download_earnings', '0'),
(2299, 372, '_edd_download_sales', '0'),
(2300, 369, 'edd_id', '372'),
(2301, 374, '_edit_lock', '1733168457:2'),
(2302, 374, '_edit_last', '2'),
(2303, 375, '_wp_attached_file', '2024/12/کتاب-در-قلمرو-زرین.jpg'),
(2304, 375, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:45:\"2024/12/کتاب-در-قلمرو-زرین.jpg\";s:8:\"filesize\";i:146896;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"کتاب-در-قلمرو-زرین-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11545;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"کتاب-در-قلمرو-زرین-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6574;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"کتاب-در-قلمرو-زرین-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50855;}s:5:\"thumb\";a:5:{s:4:\"file\";s:43:\"کتاب-در-قلمرو-زرین-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2701;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:45:\"کتاب-در-قلمرو-زرین-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6574;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:45:\"کتاب-در-قلمرو-زرین-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11041;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:45:\"کتاب-در-قلمرو-زرین-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8646;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:43:\"کتاب-در-قلمرو-زرین-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1766;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:45:\"کتاب-در-قلمرو-زرین-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34834;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:45:\"کتاب-در-قلمرو-زرین-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8356;}}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:{}}}'),
(2305, 374, '_thumbnail_id', '375'),
(2306, 374, '_wp_page_template', 'default'),
(2307, 374, 'bt_buy', 'on'),
(2308, 374, 'demo_txtc', 'پیش نمایش آنلاین'),
(2309, 374, 'pro_product1', 'on'),
(2310, 374, 'irani_product1', 'on'),
(2311, 374, 'ea_ins_product1', 'on'),
(2312, 374, 'opt_ve_product1', 'on'),
(2313, 374, '_yoast_wpseo_primary_category', '1'),
(2314, 374, '_yoast_wpseo_videositemap-rating', '0'),
(2315, 374, '_yoast_wpseo_focuskeywords', '[]'),
(2316, 374, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(2317, 374, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(2318, 377, '_edit_lock', '1733168585:2'),
(2319, 377, '_edit_last', '2'),
(2320, 377, 'bt_buy', 'on'),
(2321, 377, 'demo_txtc', 'پیش نمایش آنلاین'),
(2322, 377, 'pro_product1', 'on'),
(2323, 377, 'irani_product1', 'on'),
(2324, 377, 'ea_ins_product1', 'on'),
(2325, 377, 'opt_ve_product1', 'on'),
(2326, 377, 'edd_price', '490000'),
(2327, 377, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:89:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookpo/Ketab-Dar-Ghalamro-Zarin-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(2328, 377, '_edd_download_earnings', '0'),
(2329, 377, '_edd_download_sales', '0'),
(2330, 374, 'edd_id', '377'),
(2331, 374, 'book_auth', 'حسین محی الدین الهی قمشه ای'),
(2332, 374, 'book_pages', '641 صفحه'),
(2333, 374, 'book_lang', 'فارسی'),
(2334, 374, 'book_format', 'PDF'),
(2335, 374, '_yoast_wpseo_content_score', '90'),
(2336, 380, '_edit_lock', '1733169302:2'),
(2337, 380, '_edit_last', '2'),
(2338, 381, '_wp_attached_file', '2024/12/کتاب-نگاهی-دوباره-به-تربیت-اسلامی-جلد-اول.jpg'),
(2339, 381, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:87:\"2024/12/کتاب-نگاهی-دوباره-به-تربیت-اسلامی-جلد-اول.jpg\";s:8:\"filesize\";i:144637;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:87:\"کتاب-نگاهی-دوباره-به-تربیت-اسلامی-جلد-اول-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10946;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:87:\"کتاب-نگاهی-دوباره-به-تربیت-اسلامی-جلد-اول-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6174;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:87:\"کتاب-نگاهی-دوباره-به-تربیت-اسلامی-جلد-اول-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49842;}s:5:\"thumb\";a:5:{s:4:\"file\";s:85:\"کتاب-نگاهی-دوباره-به-تربیت-اسلامی-جلد-اول-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2600;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:87:\"کتاب-نگاهی-دوباره-به-تربیت-اسلامی-جلد-اول-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6174;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:87:\"کتاب-نگاهی-دوباره-به-تربیت-اسلامی-جلد-اول-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10420;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:87:\"کتاب-نگاهی-دوباره-به-تربیت-اسلامی-جلد-اول-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8113;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:85:\"کتاب-نگاهی-دوباره-به-تربیت-اسلامی-جلد-اول-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1712;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:87:\"کتاب-نگاهی-دوباره-به-تربیت-اسلامی-جلد-اول-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33651;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:87:\"کتاب-نگاهی-دوباره-به-تربیت-اسلامی-جلد-اول-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7766;}}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:{}}}'),
(2340, 380, '_thumbnail_id', '381'),
(2341, 380, '_wp_page_template', 'default'),
(2342, 380, 'bt_buy', 'on'),
(2343, 380, 'demo_txtc', 'پیش نمایش آنلاین'),
(2344, 380, 'pro_product1', 'on'),
(2345, 380, 'irani_product1', 'on'),
(2346, 380, 'ea_ins_product1', 'on'),
(2347, 380, 'opt_ve_product1', 'on'),
(2348, 380, 'book_auth', 'دکتر خسروباقری'),
(2349, 380, 'book_pages', '275 صفحه'),
(2350, 380, 'book_lang', 'فارسی'),
(2351, 380, 'book_format', 'PDF'),
(2352, 380, '_yoast_wpseo_primary_category', '1'),
(2353, 380, '_yoast_wpseo_videositemap-rating', '0'),
(2354, 380, '_yoast_wpseo_content_score', '90'),
(2355, 380, '_yoast_wpseo_focuskeywords', '[]'),
(2356, 380, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(2357, 380, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(2358, 383, '_edit_lock', '1733169302:2'),
(2359, 383, '_edit_last', '2'),
(2360, 383, 'bt_buy', 'on'),
(2361, 383, 'demo_txtc', 'پیش نمایش آنلاین'),
(2362, 383, 'pro_product1', 'on'),
(2363, 383, 'irani_product1', 'on'),
(2364, 383, 'ea_ins_product1', 'on'),
(2365, 383, 'opt_ve_product1', 'on'),
(2366, 383, 'edd_price', '490000'),
(2367, 383, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:117:\"https://dl.pdfbamaa.com/pdfbama/ketab/book1/Ketab-Negahi-Dobare-Be-Tarbiat-Eslami-1-Khosro-Bageri-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(2368, 383, '_edd_download_earnings', '0'),
(2369, 383, '_edd_download_sales', '0'),
(2370, 380, 'edd_id', '383'),
(2371, 385, '_edit_lock', '1733201392:2'),
(2372, 385, '_edit_last', '2'),
(2373, 386, '_wp_attached_file', '2024/12/کتاب-مشاوره-خانواده.jpg'),
(2374, 386, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:48:\"2024/12/کتاب-مشاوره-خانواده.jpg\";s:8:\"filesize\";i:138173;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"کتاب-مشاوره-خانواده-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11272;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"کتاب-مشاوره-خانواده-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6458;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"کتاب-مشاوره-خانواده-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48025;}s:5:\"thumb\";a:5:{s:4:\"file\";s:46:\"کتاب-مشاوره-خانواده-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2683;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:48:\"کتاب-مشاوره-خانواده-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6458;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:48:\"کتاب-مشاوره-خانواده-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10695;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:48:\"کتاب-مشاوره-خانواده-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8390;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:46:\"کتاب-مشاوره-خانواده-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1776;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:48:\"کتاب-مشاوره-خانواده-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32829;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:48:\"کتاب-مشاوره-خانواده-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8035;}}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:{}}}'),
(2375, 385, '_thumbnail_id', '386'),
(2376, 385, '_wp_page_template', 'default'),
(2377, 385, 'bt_buy', 'on'),
(2378, 385, 'demo_txtc', 'پیش نمایش آنلاین'),
(2379, 385, 'pro_product1', 'on'),
(2380, 385, 'irani_product1', 'on'),
(2381, 385, 'ea_ins_product1', 'on'),
(2382, 385, 'opt_ve_product1', 'on'),
(2383, 385, 'book_auth', 'دکتر کیانوش زهرا کار - دکتر فروغ جعفری'),
(2384, 385, 'book_pages', '361 صفحه'),
(2385, 385, 'book_lang', 'فارسی'),
(2386, 385, 'book_format', 'PDF'),
(2387, 385, '_yoast_wpseo_primary_category', '1'),
(2388, 385, '_yoast_wpseo_videositemap-rating', '0'),
(2389, 385, '_yoast_wpseo_content_score', '60'),
(2390, 385, '_yoast_wpseo_focuskeywords', '[]'),
(2391, 385, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(2392, 385, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(2393, 388, '_edit_lock', '1733201517:2'),
(2394, 388, '_edit_last', '2'),
(2395, 388, 'bt_buy', 'on'),
(2396, 388, 'demo_txtc', 'پیش نمایش آنلاین'),
(2397, 388, 'pro_product1', 'on'),
(2398, 388, 'irani_product1', 'on'),
(2399, 388, 'ea_ins_product1', 'on'),
(2400, 388, 'opt_ve_product1', 'on'),
(2401, 388, 'edd_price', '490000'),
(2402, 388, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:114:\"https://dl.pdfbamaa.com/pdfbama/ketab/book1/Ketab-Moshavere-Khanevade-Virast-2-Doctor-Zahrakar-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(2403, 388, '_edd_download_earnings', '0'),
(2404, 388, '_edd_download_sales', '0'),
(2405, 385, 'edd_id', '388'),
(2406, 390, '_edit_lock', '1733202405:2'),
(2407, 390, '_edit_last', '2'),
(2408, 391, '_wp_attached_file', '2024/12/کتاب-اصول-و-فنون-پرستاری-پوتروپری.jpg'),
(2409, 391, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:73:\"2024/12/کتاب-اصول-و-فنون-پرستاری-پوتروپری.jpg\";s:8:\"filesize\";i:142621;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:73:\"کتاب-اصول-و-فنون-پرستاری-پوتروپری-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10849;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:73:\"کتاب-اصول-و-فنون-پرستاری-پوتروپری-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6171;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:73:\"کتاب-اصول-و-فنون-پرستاری-پوتروپری-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48540;}s:5:\"thumb\";a:5:{s:4:\"file\";s:71:\"کتاب-اصول-و-فنون-پرستاری-پوتروپری-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2603;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:73:\"کتاب-اصول-و-فنون-پرستاری-پوتروپری-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6171;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:73:\"کتاب-اصول-و-فنون-پرستاری-پوتروپری-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10432;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:73:\"کتاب-اصول-و-فنون-پرستاری-پوتروپری-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8103;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:71:\"کتاب-اصول-و-فنون-پرستاری-پوتروپری-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1741;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:73:\"کتاب-اصول-و-فنون-پرستاری-پوتروپری-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32749;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:73:\"کتاب-اصول-و-فنون-پرستاری-پوتروپری-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7894;}}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:{}}}'),
(2410, 390, '_thumbnail_id', '391'),
(2411, 390, '_wp_page_template', 'default'),
(2412, 390, 'bt_buy', 'on'),
(2413, 390, 'demo_txtc', 'پیش نمایش آنلاین'),
(2414, 390, 'pro_product1', 'on'),
(2415, 390, 'irani_product1', 'on'),
(2416, 390, 'ea_ins_product1', 'on'),
(2417, 390, 'opt_ve_product1', 'on'),
(2418, 390, 'book_auth', 'طاهره نجفی قرلجه صدیقه سالمی'),
(2419, 390, 'book_pages', '1336 صفحه'),
(2420, 390, 'book_lang', 'فارسی'),
(2421, 390, 'book_format', 'PDF'),
(2422, 390, '_yoast_wpseo_primary_category', '1'),
(2423, 390, '_yoast_wpseo_videositemap-rating', '0'),
(2424, 390, '_yoast_wpseo_content_score', '30'),
(2425, 390, '_yoast_wpseo_focuskeywords', '[]'),
(2426, 390, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(2427, 390, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(2428, 393, '_edit_lock', '1733202531:2'),
(2429, 393, '_edit_last', '2'),
(2430, 393, 'bt_buy', 'on'),
(2431, 393, 'demo_txtc', 'پیش نمایش آنلاین'),
(2432, 393, 'pro_product1', 'on'),
(2433, 393, 'irani_product1', 'on'),
(2434, 393, 'ea_ins_product1', 'on'),
(2435, 393, 'opt_ve_product1', 'on'),
(2436, 393, 'edd_price', '490000'),
(2437, 393, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:110:\"https://dl.prozhedownload.com/prozhedownload/pdr/b1/Ketabe-usul-va-funune-potroperi-wWw.ProzheDownload.Com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(2438, 393, '_edd_download_earnings', '0'),
(2439, 393, '_edd_download_sales', '0'),
(2440, 390, 'edd_id', '393'),
(2441, 395, '_edit_lock', '1733203629:2'),
(2442, 395, '_edit_last', '2'),
(2443, 396, '_wp_attached_file', '2024/12/کتاب-ایکیگای.jpg'),
(2444, 396, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:35:\"2024/12/کتاب-ایکیگای.jpg\";s:8:\"filesize\";i:131308;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"کتاب-ایکیگای-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10301;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"کتاب-ایکیگای-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5987;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"کتاب-ایکیگای-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44586;}s:5:\"thumb\";a:5:{s:4:\"file\";s:33:\"کتاب-ایکیگای-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2550;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:35:\"کتاب-ایکیگای-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5987;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:35:\"کتاب-ایکیگای-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9837;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:35:\"کتاب-ایکیگای-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7799;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:33:\"کتاب-ایکیگای-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1727;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:35:\"کتاب-ایکیگای-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30265;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:35:\"کتاب-ایکیگای-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7432;}}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:{}}}'),
(2445, 395, '_thumbnail_id', '396'),
(2446, 395, '_wp_page_template', 'default'),
(2447, 395, 'bt_buy', 'on'),
(2448, 395, 'demo_txtc', 'پیش نمایش آنلاین'),
(2449, 395, 'pro_product1', 'on'),
(2450, 395, 'irani_product1', 'on'),
(2451, 395, 'ea_ins_product1', 'on'),
(2452, 395, 'opt_ve_product1', 'on'),
(2453, 395, 'book_auth', 'هکتور گارسیا و فرانسیس میرالس'),
(2454, 395, 'book_pages', '292 صفحه'),
(2455, 395, 'book_lang', 'فارسی'),
(2456, 395, 'book_format', 'PDF'),
(2457, 395, '_yoast_wpseo_primary_category', '1'),
(2458, 395, '_yoast_wpseo_videositemap-rating', '0'),
(2459, 395, '_yoast_wpseo_content_score', '60'),
(2460, 395, '_yoast_wpseo_focuskeywords', '[]'),
(2461, 395, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(2462, 395, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(2463, 398, '_edit_lock', '1733203605:2'),
(2464, 398, '_edit_last', '2'),
(2465, 398, 'bt_buy', 'on'),
(2466, 398, 'demo_txtc', 'پیش نمایش آنلاین'),
(2467, 398, 'pro_product1', 'on'),
(2468, 398, 'irani_product1', 'on'),
(2469, 398, 'ea_ins_product1', 'on'),
(2470, 398, 'opt_ve_product1', 'on'),
(2471, 398, 'edd_price', '490000'),
(2472, 398, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:114:\"https://dl.prozhedownload.com/prozhedownload/pdr/b1/Ketabe-ikigay-amir-farhade-esmayili-wWw.ProzheDownload.Com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(2473, 398, '_edd_download_earnings', '0'),
(2474, 398, '_edd_download_sales', '0'),
(2475, 395, 'edd_id', '398'),
(2476, 400, '_edit_lock', '1733287321:2'),
(2477, 400, '_edit_last', '2'),
(2478, 401, '_wp_attached_file', '2024/12/کتاب-مروری-جامع-بر-حسابداری-مالی-2.jpg'),
(2479, 401, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:73:\"2024/12/کتاب-مروری-جامع-بر-حسابداری-مالی-2.jpg\";s:8:\"filesize\";i:144153;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:73:\"کتاب-مروری-جامع-بر-حسابداری-مالی-2-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10991;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:73:\"کتاب-مروری-جامع-بر-حسابداری-مالی-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6270;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:73:\"کتاب-مروری-جامع-بر-حسابداری-مالی-2-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49116;}s:5:\"thumb\";a:5:{s:4:\"file\";s:71:\"کتاب-مروری-جامع-بر-حسابداری-مالی-2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2673;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:73:\"کتاب-مروری-جامع-بر-حسابداری-مالی-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6270;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:73:\"کتاب-مروری-جامع-بر-حسابداری-مالی-2-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10455;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:73:\"کتاب-مروری-جامع-بر-حسابداری-مالی-2-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8215;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:71:\"کتاب-مروری-جامع-بر-حسابداری-مالی-2-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1745;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:73:\"کتاب-مروری-جامع-بر-حسابداری-مالی-2-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33026;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:73:\"کتاب-مروری-جامع-بر-حسابداری-مالی-2-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7921;}}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:{}}}'),
(2480, 400, '_thumbnail_id', '401'),
(2481, 400, '_wp_page_template', 'default'),
(2482, 400, 'bt_buy', 'on'),
(2483, 400, 'demo_txtc', 'پیش نمایش آنلاین'),
(2484, 400, 'pro_product1', 'on'),
(2485, 400, 'irani_product1', 'on'),
(2486, 400, 'ea_ins_product1', 'on'),
(2487, 400, 'opt_ve_product1', 'on'),
(2488, 400, 'book_auth', 'ایرج نوروش'),
(2489, 400, 'book_pages', '615 صفحه'),
(2490, 400, 'book_lang', 'فارسی'),
(2491, 400, 'book_format', 'PDF'),
(2492, 400, '_yoast_wpseo_primary_category', '1'),
(2493, 400, '_yoast_wpseo_videositemap-rating', '0'),
(2494, 400, '_yoast_wpseo_content_score', '60'),
(2495, 400, '_yoast_wpseo_focuskeywords', '[]'),
(2496, 400, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(2497, 400, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(2498, 403, '_edit_lock', '1733287300:2'),
(2499, 403, '_edit_last', '2'),
(2500, 403, 'bt_buy', 'on'),
(2501, 403, 'demo_txtc', 'پیش نمایش آنلاین'),
(2502, 403, 'pro_product1', 'on'),
(2503, 403, 'irani_product1', 'on'),
(2504, 403, 'ea_ins_product1', 'on'),
(2505, 403, 'opt_ve_product1', 'on'),
(2506, 403, 'edd_price', '490000'),
(2507, 403, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:116:\"https://dl.pdfbamaa.com/pdfbama/ketab/book1/Ketab-Mururi-Jame-Bar-Hesabdari-Mali-2-Iraj-Noravesh-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(2508, 403, '_edd_download_earnings', '0'),
(2509, 403, '_edd_download_sales', '0'),
(2510, 400, 'edd_id', '403'),
(2511, 406, '_edit_lock', '1733288327:2'),
(2512, 406, '_edit_last', '2'),
(2513, 407, '_wp_attached_file', '2024/12/کتاب-استراتژی-اقیانوس-آبی.jpg'),
(2514, 407, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:59:\"2024/12/کتاب-استراتژی-اقیانوس-آبی.jpg\";s:8:\"filesize\";i:136850;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:59:\"کتاب-استراتژی-اقیانوس-آبی-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10790;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:59:\"کتاب-استراتژی-اقیانوس-آبی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6265;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:59:\"کتاب-استراتژی-اقیانوس-آبی-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46165;}s:5:\"thumb\";a:5:{s:4:\"file\";s:57:\"کتاب-استراتژی-اقیانوس-آبی-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2603;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:59:\"کتاب-استراتژی-اقیانوس-آبی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6265;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:59:\"کتاب-استراتژی-اقیانوس-آبی-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10353;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:59:\"کتاب-استراتژی-اقیانوس-آبی-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8154;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:57:\"کتاب-استراتژی-اقیانوس-آبی-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1758;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:59:\"کتاب-استراتژی-اقیانوس-آبی-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31693;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:59:\"کتاب-استراتژی-اقیانوس-آبی-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7870;}}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:{}}}'),
(2515, 406, '_thumbnail_id', '407'),
(2516, 406, '_wp_page_template', 'default'),
(2517, 406, 'bt_buy', 'on'),
(2518, 406, 'demo_txtc', 'پیش نمایش آنلاین'),
(2519, 406, 'pro_product1', 'on'),
(2520, 406, 'irani_product1', 'on'),
(2521, 406, 'ea_ins_product1', 'on'),
(2522, 406, 'opt_ve_product1', 'on'),
(2523, 406, 'book_auth', 'دبلیو چان کیم'),
(2524, 406, 'book_pages', '287 صفحه'),
(2525, 406, 'book_lang', 'فارسی'),
(2526, 406, 'book_format', 'PDF'),
(2527, 406, '_yoast_wpseo_primary_category', '1'),
(2528, 406, '_yoast_wpseo_videositemap-rating', '0'),
(2529, 406, '_yoast_wpseo_content_score', '60'),
(2530, 406, '_yoast_wpseo_focuskeywords', '[]'),
(2531, 406, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(2532, 406, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(2533, 409, '_edit_lock', '1733288443:2'),
(2534, 409, '_edit_last', '2'),
(2535, 409, 'bt_buy', 'on'),
(2536, 409, 'demo_txtc', 'پیش نمایش آنلاین'),
(2537, 409, 'pro_product1', 'on'),
(2538, 409, 'irani_product1', 'on'),
(2539, 409, 'ea_ins_product1', 'on'),
(2540, 409, 'opt_ve_product1', 'on'),
(2541, 409, 'edd_price', '490000'),
(2542, 409, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:110:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookma/b1/ketab-esteratezhi-ogyanose-abi-w-chan-kim-www.pdfbamaa.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(2543, 409, '_edd_download_earnings', '0'),
(2544, 409, '_edd_download_sales', '0'),
(2545, 406, 'edd_id', '409'),
(2546, 411, '_edit_lock', '1733289670:2'),
(2547, 411, '_edit_last', '2'),
(2548, 412, '_wp_attached_file', '2024/12/کتاب-روانشناسی-یادگیری.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2549, 412, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:54:\"2024/12/کتاب-روانشناسی-یادگیری.jpg\";s:8:\"filesize\";i:141390;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:54:\"کتاب-روانشناسی-یادگیری-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11268;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:54:\"کتاب-روانشناسی-یادگیری-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6466;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:54:\"کتاب-روانشناسی-یادگیری-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49460;}s:5:\"thumb\";a:5:{s:4:\"file\";s:52:\"کتاب-روانشناسی-یادگیری-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2684;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:54:\"کتاب-روانشناسی-یادگیری-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6466;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:54:\"کتاب-روانشناسی-یادگیری-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10707;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:54:\"کتاب-روانشناسی-یادگیری-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8444;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:52:\"کتاب-روانشناسی-یادگیری-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1769;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:54:\"کتاب-روانشناسی-یادگیری-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33761;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:54:\"کتاب-روانشناسی-یادگیری-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8168;}}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:{}}}'),
(2550, 411, '_thumbnail_id', '412'),
(2551, 411, '_wp_page_template', 'default'),
(2552, 411, 'bt_buy', 'on'),
(2553, 411, 'demo_txtc', 'پیش نمایش آنلاین'),
(2554, 411, 'pro_product1', 'on'),
(2555, 411, 'irani_product1', 'on'),
(2556, 411, 'ea_ins_product1', 'on'),
(2557, 411, 'opt_ve_product1', 'on'),
(2558, 411, 'book_auth', 'دکتر پروین کدیور'),
(2559, 411, 'book_pages', '347 صفحه'),
(2560, 411, 'book_lang', 'فارسی'),
(2561, 411, 'book_format', 'PDF'),
(2562, 411, '_yoast_wpseo_primary_category', '1'),
(2563, 411, '_yoast_wpseo_videositemap-rating', '0'),
(2564, 411, '_yoast_wpseo_content_score', '60'),
(2565, 411, '_yoast_wpseo_focuskeywords', '[]'),
(2566, 411, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(2567, 411, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(2568, 414, '_edit_lock', '1733289782:2'),
(2569, 414, '_edit_last', '2'),
(2570, 414, 'bt_buy', 'on'),
(2571, 414, 'demo_txtc', 'پیش نمایش آنلاین'),
(2572, 414, 'pro_product1', 'on'),
(2573, 414, 'irani_product1', 'on'),
(2574, 414, 'ea_ins_product1', 'on'),
(2575, 414, 'opt_ve_product1', 'on'),
(2576, 414, 'edd_price', '490000'),
(2577, 414, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:84:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookpo/Ravansanasi-yadgere-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(2578, 414, '_edd_download_earnings', '0'),
(2579, 414, '_edd_download_sales', '0'),
(2580, 411, 'edd_id', '414'),
(3672, 581, '_edit_last', '2'),
(2582, 417, '_edit_lock', '1733295433:2'),
(2583, 417, '_edit_last', '2'),
(2584, 418, '_wp_attached_file', '2024/12/کتاب-مهارت-های-آموزشی-و-پرورشی-جلد-اول.jpg'),
(2585, 418, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:81:\"2024/12/کتاب-مهارت-های-آموزشی-و-پرورشی-جلد-اول.jpg\";s:8:\"filesize\";i:135570;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:81:\"کتاب-مهارت-های-آموزشی-و-پرورشی-جلد-اول-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10685;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:81:\"کتاب-مهارت-های-آموزشی-و-پرورشی-جلد-اول-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6142;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:81:\"کتاب-مهارت-های-آموزشی-و-پرورشی-جلد-اول-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46564;}s:5:\"thumb\";a:5:{s:4:\"file\";s:79:\"کتاب-مهارت-های-آموزشی-و-پرورشی-جلد-اول-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2642;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:81:\"کتاب-مهارت-های-آموزشی-و-پرورشی-جلد-اول-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6142;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:81:\"کتاب-مهارت-های-آموزشی-و-پرورشی-جلد-اول-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10208;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:81:\"کتاب-مهارت-های-آموزشی-و-پرورشی-جلد-اول-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8128;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:79:\"کتاب-مهارت-های-آموزشی-و-پرورشی-جلد-اول-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1738;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:81:\"کتاب-مهارت-های-آموزشی-و-پرورشی-جلد-اول-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31712;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:81:\"کتاب-مهارت-های-آموزشی-و-پرورشی-جلد-اول-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7801;}}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:{}}}'),
(2586, 417, '_thumbnail_id', '418'),
(2587, 417, '_wp_page_template', 'default'),
(2588, 417, 'bt_buy', 'on'),
(2589, 417, 'demo_txtc', 'پیش نمایش آنلاین'),
(2590, 417, 'pro_product1', 'on'),
(2591, 417, 'irani_product1', 'on'),
(2592, 417, 'ea_ins_product1', 'on'),
(2593, 417, 'opt_ve_product1', 'on'),
(2594, 417, 'book_auth', 'دکتر حسن شعبانی '),
(2595, 417, 'book_pages', '436 صفحه'),
(2596, 417, 'book_lang', 'فارسی'),
(2597, 417, 'book_format', 'PDF'),
(2598, 417, '_yoast_wpseo_primary_category', '1'),
(2599, 417, '_yoast_wpseo_videositemap-rating', '0'),
(2600, 417, '_yoast_wpseo_content_score', '90'),
(2601, 417, '_yoast_wpseo_focuskeywords', '[]'),
(2602, 417, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(2603, 417, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(2604, 420, '_edit_lock', '1733295560:2'),
(2605, 420, '_edit_last', '2'),
(2606, 420, 'bt_buy', 'on'),
(2607, 420, 'demo_txtc', 'پیش نمایش آنلاین'),
(2608, 420, 'pro_product1', 'on'),
(2609, 420, 'irani_product1', 'on'),
(2610, 420, 'ea_ins_product1', 'on'),
(2611, 420, 'opt_ve_product1', 'on'),
(2612, 420, 'edd_price', '490000'),
(2613, 420, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:84:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookpo/Ketab-Fonon-Shabani-www.odfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(2614, 420, '_edd_download_earnings', '0'),
(2615, 420, '_edd_download_sales', '0'),
(2616, 417, 'edd_id', '420'),
(2617, 422, '_edit_lock', '1733296800:2'),
(2618, 422, '_edit_last', '2'),
(2619, 423, '_wp_attached_file', '2024/12/کتاب-روان-شناسی-کار.jpg'),
(2620, 423, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:47:\"2024/12/کتاب-روان-شناسی-کار.jpg\";s:8:\"filesize\";i:137278;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"کتاب-روان-شناسی-کار-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11389;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"کتاب-روان-شناسی-کار-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6320;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"کتاب-روان-شناسی-کار-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46946;}s:5:\"thumb\";a:5:{s:4:\"file\";s:45:\"کتاب-روان-شناسی-کار-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2681;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:47:\"کتاب-روان-شناسی-کار-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6320;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:47:\"کتاب-روان-شناسی-کار-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10330;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:47:\"کتاب-روان-شناسی-کار-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8245;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:45:\"کتاب-روان-شناسی-کار-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1798;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:47:\"کتاب-روان-شناسی-کار-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32340;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:47:\"کتاب-روان-شناسی-کار-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7855;}}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:{}}}'),
(2621, 422, '_thumbnail_id', '423'),
(2622, 422, '_wp_page_template', 'default'),
(2623, 422, 'bt_buy', 'on'),
(2624, 422, 'demo_txtc', 'پیش نمایش آنلاین'),
(2625, 422, 'pro_product1', 'on'),
(2626, 422, 'irani_product1', 'on'),
(2627, 422, 'ea_ins_product1', 'on'),
(2628, 422, 'opt_ve_product1', 'on'),
(2629, 422, 'book_auth', 'فاطمه پور شهسواری'),
(2630, 422, 'book_pages', '262 صفحه'),
(2631, 422, 'book_lang', 'فارسی'),
(2632, 422, 'book_format', 'PDF'),
(2633, 422, '_yoast_wpseo_primary_category', '1'),
(2634, 422, '_yoast_wpseo_videositemap-rating', '0'),
(2635, 422, '_yoast_wpseo_content_score', '90'),
(2636, 422, '_yoast_wpseo_focuskeywords', '[]'),
(2637, 422, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(2638, 422, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(2639, 425, '_edit_lock', '1733296915:2'),
(2640, 425, '_edit_last', '2'),
(2641, 425, 'bt_buy', 'on'),
(2642, 425, 'demo_txtc', 'پیش نمایش آنلاین'),
(2643, 425, 'pro_product1', 'on'),
(2644, 425, 'irani_product1', 'on'),
(2645, 425, 'ea_ins_product1', 'on'),
(2646, 425, 'opt_ve_product1', 'on'),
(2647, 425, 'edd_price', '490000'),
(2648, 425, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:86:\"https://dl.pdfbamaa.com/pdfbama/ketab/book3/Ketab-Ravanshenasi-Kar-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(2649, 425, '_edd_download_earnings', '0'),
(2650, 425, '_edd_download_sales', '0'),
(2651, 422, 'edd_id', '425'),
(2652, 427, '_edit_lock', '1733298475:2'),
(2653, 427, '_edit_last', '2'),
(2654, 428, '_wp_attached_file', '2024/12/کتاب-حجاب-شرعی-در-عصر-پیامبر.jpg'),
(2655, 428, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:63:\"2024/12/کتاب-حجاب-شرعی-در-عصر-پیامبر.jpg\";s:8:\"filesize\";i:130682;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:63:\"کتاب-حجاب-شرعی-در-عصر-پیامبر-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10052;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:63:\"کتاب-حجاب-شرعی-در-عصر-پیامبر-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6050;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:63:\"کتاب-حجاب-شرعی-در-عصر-پیامبر-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44500;}s:5:\"thumb\";a:5:{s:4:\"file\";s:61:\"کتاب-حجاب-شرعی-در-عصر-پیامبر-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2594;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:63:\"کتاب-حجاب-شرعی-در-عصر-پیامبر-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6050;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:63:\"کتاب-حجاب-شرعی-در-عصر-پیامبر-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10155;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:63:\"کتاب-حجاب-شرعی-در-عصر-پیامبر-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7967;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:61:\"کتاب-حجاب-شرعی-در-عصر-پیامبر-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1759;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:63:\"کتاب-حجاب-شرعی-در-عصر-پیامبر-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30140;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:63:\"کتاب-حجاب-شرعی-در-عصر-پیامبر-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7716;}}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:{}}}'),
(2656, 427, '_thumbnail_id', '428'),
(2657, 427, '_wp_page_template', 'default'),
(2658, 427, 'bt_buy', 'on'),
(2659, 427, 'demo_txtc', 'پیش نمایش آنلاین'),
(2660, 427, 'pro_product1', 'on'),
(2661, 427, 'irani_product1', 'on'),
(2662, 427, 'ea_ins_product1', 'on'),
(2663, 427, 'opt_ve_product1', 'on'),
(2664, 427, 'book_auth', 'امیر ترکاشوند'),
(2665, 427, 'book_pages', '1019 صفحه'),
(2666, 427, 'book_lang', 'فارسی'),
(2667, 427, 'book_format', 'PDF'),
(2668, 427, '_yoast_wpseo_primary_category', '1'),
(2669, 427, '_yoast_wpseo_videositemap-rating', '0'),
(2670, 427, '_yoast_wpseo_content_score', '90'),
(2671, 427, '_yoast_wpseo_focuskeywords', '[]'),
(2672, 427, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(2673, 427, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(2674, 430, '_edit_lock', '1733298476:2'),
(2675, 430, '_edit_last', '2'),
(2676, 430, 'bt_buy', 'on'),
(2677, 430, 'demo_txtc', 'پیش نمایش آنلاین'),
(2678, 430, 'pro_product1', 'on'),
(2679, 430, 'irani_product1', 'on'),
(2680, 430, 'ea_ins_product1', 'on'),
(2681, 430, 'opt_ve_product1', 'on'),
(2682, 430, 'edd_price', '490000'),
(2683, 430, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:118:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookti/b1/ketab-hejab-sharyi-dr-asr-pyambar-amir-torkashovnd-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(2684, 430, '_edd_download_earnings', '0'),
(2685, 430, '_edd_download_sales', '0'),
(2686, 427, 'edd_id', '430'),
(2687, 432, '_edit_lock', '1733336287:2'),
(2688, 432, '_edit_last', '2'),
(2689, 433, '_wp_attached_file', '2024/12/کتاب-آمار-توصیفی-در-روانشناسی-و-علوم-تربیتی.jpg'),
(2690, 433, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:91:\"2024/12/کتاب-آمار-توصیفی-در-روانشناسی-و-علوم-تربیتی.jpg\";s:8:\"filesize\";i:139132;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:91:\"کتاب-آمار-توصیفی-در-روانشناسی-و-علوم-تربیتی-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11021;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:91:\"کتاب-آمار-توصیفی-در-روانشناسی-و-علوم-تربیتی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6171;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:91:\"کتاب-آمار-توصیفی-در-روانشناسی-و-علوم-تربیتی-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47608;}s:5:\"thumb\";a:5:{s:4:\"file\";s:89:\"کتاب-آمار-توصیفی-در-روانشناسی-و-علوم-تربیتی-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2627;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:91:\"کتاب-آمار-توصیفی-در-روانشناسی-و-علوم-تربیتی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6171;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:91:\"کتاب-آمار-توصیفی-در-روانشناسی-و-علوم-تربیتی-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10288;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:91:\"کتاب-آمار-توصیفی-در-روانشناسی-و-علوم-تربیتی-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8170;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:89:\"کتاب-آمار-توصیفی-در-روانشناسی-و-علوم-تربیتی-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1756;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:91:\"کتاب-آمار-توصیفی-در-روانشناسی-و-علوم-تربیتی-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32369;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:91:\"کتاب-آمار-توصیفی-در-روانشناسی-و-علوم-تربیتی-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7865;}}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:{}}}'),
(2691, 432, '_thumbnail_id', '433'),
(2692, 432, '_wp_page_template', 'default'),
(2693, 432, 'bt_buy', 'on'),
(2694, 432, 'demo_txtc', 'پیش نمایش آنلاین'),
(2695, 432, 'pro_product1', 'on'),
(2696, 432, 'irani_product1', 'on'),
(2697, 432, 'ea_ins_product1', 'on'),
(2698, 432, 'opt_ve_product1', 'on'),
(2699, 432, 'book_auth', 'حسن امین پور '),
(2700, 432, 'book_pages', '106 صفحه'),
(2701, 432, 'book_lang', 'فارسی'),
(2702, 432, 'book_format', 'PDF'),
(2703, 432, '_yoast_wpseo_primary_category', '1'),
(2704, 432, '_yoast_wpseo_videositemap-rating', '0'),
(2705, 432, '_yoast_wpseo_content_score', '60'),
(2706, 432, '_yoast_wpseo_focuskeywords', '[]'),
(2707, 432, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(2708, 432, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(2709, 435, '_edit_lock', '1733336389:2'),
(2710, 435, '_edit_last', '2'),
(2711, 435, 'bt_buy', 'on'),
(2712, 435, 'demo_txtc', 'پیش نمایش آنلاین'),
(2713, 435, 'pro_product1', 'on'),
(2714, 435, 'irani_product1', 'on'),
(2715, 435, 'ea_ins_product1', 'on'),
(2716, 435, 'opt_ve_product1', 'on'),
(2717, 435, 'edd_price', '490000'),
(2718, 435, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:118:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookpo/Ketab-Amar-Tosifi-Dar-Ravan-Shenasi-Va-Olom-Tarbiyati-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(2719, 435, '_edd_download_earnings', '0'),
(2720, 435, '_edd_download_sales', '0'),
(2721, 432, 'edd_id', '435'),
(2722, 437, '_edit_lock', '1733337275:2'),
(2723, 437, '_edit_last', '2'),
(2724, 438, '_wp_attached_file', '2024/12/کتاب-قلمرو-خار-و-رز-جلد-اول-بخش-اول.jpg'),
(2725, 438, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:74:\"2024/12/کتاب-قلمرو-خار-و-رز-جلد-اول-بخش-اول.jpg\";s:8:\"filesize\";i:151493;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:74:\"کتاب-قلمرو-خار-و-رز-جلد-اول-بخش-اول-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11945;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:74:\"کتاب-قلمرو-خار-و-رز-جلد-اول-بخش-اول-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6665;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:74:\"کتاب-قلمرو-خار-و-رز-جلد-اول-بخش-اول-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53256;}s:5:\"thumb\";a:5:{s:4:\"file\";s:72:\"کتاب-قلمرو-خار-و-رز-جلد-اول-بخش-اول-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2684;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:74:\"کتاب-قلمرو-خار-و-رز-جلد-اول-بخش-اول-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6665;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:74:\"کتاب-قلمرو-خار-و-رز-جلد-اول-بخش-اول-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11120;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:74:\"کتاب-قلمرو-خار-و-رز-جلد-اول-بخش-اول-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8702;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:72:\"کتاب-قلمرو-خار-و-رز-جلد-اول-بخش-اول-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1789;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:74:\"کتاب-قلمرو-خار-و-رز-جلد-اول-بخش-اول-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36168;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:74:\"کتاب-قلمرو-خار-و-رز-جلد-اول-بخش-اول-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8463;}}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:{}}}'),
(2726, 437, '_thumbnail_id', '438'),
(2727, 437, '_wp_page_template', 'default'),
(2728, 437, 'bt_buy', 'on'),
(2729, 437, 'demo_txtc', 'پیش نمایش آنلاین'),
(2730, 437, 'pro_product1', 'on'),
(2731, 437, 'irani_product1', 'on'),
(2732, 437, 'ea_ins_product1', 'on'),
(2733, 437, 'opt_ve_product1', 'on'),
(2734, 437, 'book_auth', 'سارا جی. ماس'),
(2735, 437, 'book_pages', '508 صفحه'),
(2736, 437, 'book_lang', 'فارسی'),
(2737, 437, 'book_format', 'PDF'),
(2738, 437, '_yoast_wpseo_primary_category', '1'),
(2739, 437, '_yoast_wpseo_videositemap-rating', '0'),
(2740, 437, '_yoast_wpseo_content_score', '60'),
(2741, 437, '_yoast_wpseo_focuskeywords', '[]'),
(2742, 437, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(2743, 437, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(2744, 440, '_edit_lock', '1733337250:2'),
(2745, 440, '_edit_last', '2'),
(2746, 440, 'bt_buy', 'on'),
(2747, 440, 'demo_txtc', 'پیش نمایش آنلاین'),
(2748, 440, 'pro_product1', 'on'),
(2749, 440, 'irani_product1', 'on'),
(2750, 440, 'ea_ins_product1', 'on'),
(2751, 440, 'opt_ve_product1', 'on'),
(2752, 440, 'edd_price', '490000'),
(2753, 440, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:127:\"https://dl.pdfbamaa.com/pdfbama/ketab/booknc/b2/ketab-galamro-khar-va-roz-jeld-aval-bakshe-aval-sara-j-moss-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(2754, 440, '_edd_download_earnings', '0'),
(2755, 440, '_edd_download_sales', '0'),
(2756, 437, 'edd_id', '440'),
(2757, 442, '_edit_lock', '1733339237:2'),
(2758, 442, '_edit_last', '2'),
(2759, 443, '_wp_attached_file', '2024/12/کتاب-گرامر-انگلیسی-نوین.jpg'),
(2760, 443, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:55:\"2024/12/کتاب-گرامر-انگلیسی-نوین.jpg\";s:8:\"filesize\";i:163092;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"کتاب-گرامر-انگلیسی-نوین-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12545;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"کتاب-گرامر-انگلیسی-نوین-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6785;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:55:\"کتاب-گرامر-انگلیسی-نوین-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56149;}s:5:\"thumb\";a:5:{s:4:\"file\";s:53:\"کتاب-گرامر-انگلیسی-نوین-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2775;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:55:\"کتاب-گرامر-انگلیسی-نوین-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6785;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:55:\"کتاب-گرامر-انگلیسی-نوین-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11451;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:55:\"کتاب-گرامر-انگلیسی-نوین-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8964;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:53:\"کتاب-گرامر-انگلیسی-نوین-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1816;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:55:\"کتاب-گرامر-انگلیسی-نوین-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38022;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:55:\"کتاب-گرامر-انگلیسی-نوین-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8684;}}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:{}}}'),
(2761, 442, '_thumbnail_id', '443'),
(2762, 442, '_wp_page_template', 'default'),
(2763, 442, 'bt_buy', 'on'),
(2764, 442, 'demo_txtc', 'پیش نمایش آنلاین'),
(2765, 442, 'pro_product1', 'on'),
(2766, 442, 'irani_product1', 'on'),
(2767, 442, 'ea_ins_product1', 'on'),
(2768, 442, 'opt_ve_product1', 'on'),
(2769, 442, '_yoast_wpseo_primary_category', '1'),
(2770, 442, '_yoast_wpseo_videositemap-rating', '0'),
(2771, 442, '_yoast_wpseo_content_score', '60'),
(2772, 442, '_yoast_wpseo_focuskeywords', '[]'),
(2773, 442, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(2774, 442, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(2775, 445, '_edit_lock', '1733339362:2'),
(2776, 445, '_edit_last', '2'),
(2777, 445, 'bt_buy', 'on'),
(2778, 445, 'demo_txtc', 'پیش نمایش آنلاین'),
(2779, 445, 'pro_product1', 'on'),
(2780, 445, 'irani_product1', 'on'),
(2781, 445, 'ea_ins_product1', 'on'),
(2782, 445, 'opt_ve_product1', 'on'),
(2783, 445, 'edd_price', '490000'),
(2784, 445, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:111:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookkv/b2/ketab-geramer-engilisi-novin-abolgasem-tloo-wWw.pdfbama.Com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(2785, 445, '_edd_download_earnings', '0'),
(2786, 445, '_edd_download_sales', '0'),
(2787, 442, 'edd_id', '445'),
(2788, 447, '_edit_lock', '1733340454:2'),
(2789, 447, '_edit_last', '2'),
(2790, 448, '_wp_attached_file', '2024/12/کتاب-زنانی-که-با-گرگها-می-دوند.jpg'),
(2791, 448, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:66:\"2024/12/کتاب-زنانی-که-با-گرگها-می-دوند.jpg\";s:8:\"filesize\";i:142799;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:66:\"کتاب-زنانی-که-با-گرگها-می-دوند-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11156;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:66:\"کتاب-زنانی-که-با-گرگها-می-دوند-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6379;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:66:\"کتاب-زنانی-که-با-گرگها-می-دوند-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49302;}s:5:\"thumb\";a:5:{s:4:\"file\";s:64:\"کتاب-زنانی-که-با-گرگها-می-دوند-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2637;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:66:\"کتاب-زنانی-که-با-گرگها-می-دوند-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6379;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:66:\"کتاب-زنانی-که-با-گرگها-می-دوند-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10486;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:66:\"کتاب-زنانی-که-با-گرگها-می-دوند-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8222;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:64:\"کتاب-زنانی-که-با-گرگها-می-دوند-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1777;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:66:\"کتاب-زنانی-که-با-گرگها-می-دوند-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33446;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:66:\"کتاب-زنانی-که-با-گرگها-می-دوند-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7973;}}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:{}}}'),
(2792, 447, '_thumbnail_id', '448'),
(2793, 447, '_wp_page_template', 'default'),
(2794, 447, 'bt_buy', 'on'),
(2795, 447, 'demo_txtc', 'پیش نمایش آنلاین'),
(2796, 447, 'pro_product1', 'on'),
(2797, 447, 'irani_product1', 'on'),
(2798, 447, 'ea_ins_product1', 'on'),
(2799, 447, 'opt_ve_product1', 'on'),
(2800, 447, 'book_auth', 'کلاریسا پینکولا استس'),
(2801, 447, 'book_pages', '521 صفحه'),
(2802, 447, 'book_lang', 'فارسی'),
(2803, 447, 'book_format', 'PDF'),
(2804, 447, '_yoast_wpseo_primary_category', '1'),
(2805, 447, '_yoast_wpseo_videositemap-rating', '0'),
(2806, 447, '_yoast_wpseo_content_score', '30'),
(2807, 447, '_yoast_wpseo_focuskeywords', '[]'),
(2808, 447, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(2809, 447, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(2810, 450, '_edit_lock', '1733340414:2'),
(2811, 450, '_edit_last', '2'),
(2812, 450, 'bt_buy', 'on'),
(2813, 450, 'demo_txtc', 'پیش نمایش آنلاین'),
(2814, 450, 'pro_product1', 'on'),
(2815, 450, 'irani_product1', 'on'),
(2816, 450, 'ea_ins_product1', 'on'),
(2817, 450, 'opt_ve_product1', 'on'),
(2818, 450, 'edd_price', '490000'),
(2819, 450, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:126:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookma/b3/ketab-zanani-ke-ba-gorgha-midavand-clarissa-pinkola-estes-www.pdfbamaa.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(2820, 450, '_edd_download_earnings', '0'),
(2821, 450, '_edd_download_sales', '0'),
(2822, 447, 'edd_id', '450'),
(2823, 452, '_edit_lock', '1733390073:2'),
(2824, 452, '_edit_last', '2'),
(2825, 453, '_wp_attached_file', '2024/12/کتاب-واقعیت.jpg'),
(2826, 453, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:33:\"2024/12/کتاب-واقعیت.jpg\";s:8:\"filesize\";i:130800;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"کتاب-واقعیت-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10055;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"کتاب-واقعیت-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5945;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"کتاب-واقعیت-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43302;}s:5:\"thumb\";a:5:{s:4:\"file\";s:31:\"کتاب-واقعیت-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2526;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:33:\"کتاب-واقعیت-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5945;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:33:\"کتاب-واقعیت-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9602;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:33:\"کتاب-واقعیت-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7670;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:31:\"کتاب-واقعیت-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1719;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:33:\"کتاب-واقعیت-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29467;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:33:\"کتاب-واقعیت-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7315;}}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:{}}}'),
(2827, 452, '_thumbnail_id', '453'),
(2828, 452, '_wp_page_template', 'default'),
(2829, 452, 'bt_buy', 'on'),
(2830, 452, 'demo_txtc', 'پیش نمایش آنلاین'),
(2831, 452, 'pro_product1', 'on'),
(2832, 452, 'irani_product1', 'on'),
(2833, 452, 'ea_ins_product1', 'on'),
(2834, 452, 'opt_ve_product1', 'on'),
(2835, 452, 'book_auth', 'هانس رزلینگ'),
(2836, 452, 'book_pages', '330 صفحه'),
(2837, 452, 'book_lang', 'فارسی'),
(2838, 452, 'book_format', 'PDF'),
(2839, 452, '_yoast_wpseo_primary_category', '1'),
(2840, 452, '_yoast_wpseo_videositemap-rating', '0'),
(2841, 452, '_yoast_wpseo_content_score', '90'),
(2842, 452, '_yoast_wpseo_focuskeywords', '[]'),
(2843, 452, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(2844, 452, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(2845, 455, '_edit_lock', '1733390200:2'),
(2846, 455, '_edit_last', '2'),
(2847, 455, 'bt_buy', 'on'),
(2848, 455, 'demo_txtc', 'پیش نمایش آنلاین'),
(2849, 455, 'pro_product1', 'on'),
(2850, 455, 'irani_product1', 'on'),
(2851, 455, 'ea_ins_product1', 'on'),
(2852, 455, 'opt_ve_product1', 'on'),
(2853, 455, 'edd_price', '490000'),
(2854, 455, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:94:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookkv/b3/ketab-vageiat-hans-rezling-wWw.pdfbama.Com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(2855, 455, '_edd_download_earnings', '0'),
(2856, 455, '_edd_download_sales', '0'),
(2857, 452, 'edd_id', '455'),
(2858, 457, '_edit_lock', '1733391078:2'),
(2859, 457, '_edit_last', '2'),
(2860, 458, '_wp_attached_file', '2024/12/کتاب-عربی-جامع-نظام-جدید.jpg'),
(2861, 458, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:56:\"2024/12/کتاب-عربی-جامع-نظام-جدید.jpg\";s:8:\"filesize\";i:147373;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:56:\"کتاب-عربی-جامع-نظام-جدید-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11597;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:56:\"کتاب-عربی-جامع-نظام-جدید-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6445;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:56:\"کتاب-عربی-جامع-نظام-جدید-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51259;}s:5:\"thumb\";a:5:{s:4:\"file\";s:54:\"کتاب-عربی-جامع-نظام-جدید-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2674;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:56:\"کتاب-عربی-جامع-نظام-جدید-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6445;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:56:\"کتاب-عربی-جامع-نظام-جدید-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10688;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:56:\"کتاب-عربی-جامع-نظام-جدید-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8458;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:54:\"کتاب-عربی-جامع-نظام-جدید-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1785;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:56:\"کتاب-عربی-جامع-نظام-جدید-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34697;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:56:\"کتاب-عربی-جامع-نظام-جدید-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8132;}}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:{}}}'),
(2862, 457, '_thumbnail_id', '458'),
(2863, 457, '_wp_page_template', 'default'),
(2864, 457, 'bt_buy', 'on'),
(2865, 457, 'demo_txtc', 'پیش نمایش آنلاین'),
(2866, 457, 'pro_product1', 'on'),
(2867, 457, 'irani_product1', 'on'),
(2868, 457, 'ea_ins_product1', 'on'),
(2869, 457, 'opt_ve_product1', 'on'),
(2870, 457, 'book_auth', 'دکتر ایاد فیلی'),
(2871, 457, 'book_pages', '379 صفحه'),
(2872, 457, 'book_lang', 'فارسی'),
(2873, 457, 'book_format', 'PDF'),
(2874, 457, '_yoast_wpseo_primary_category', '1'),
(2875, 457, '_yoast_wpseo_videositemap-rating', '0'),
(2876, 457, '_yoast_wpseo_content_score', '60'),
(2877, 457, '_yoast_wpseo_focuskeywords', '[]'),
(2878, 457, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(2879, 457, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(2880, 460, '_edit_lock', '1733391179:2'),
(2881, 460, '_edit_last', '2'),
(2882, 460, 'bt_buy', 'on'),
(2883, 460, 'demo_txtc', 'پیش نمایش آنلاین'),
(2884, 460, 'pro_product1', 'on'),
(2885, 460, 'irani_product1', 'on'),
(2886, 460, 'ea_ins_product1', 'on'),
(2887, 460, 'opt_ve_product1', 'on'),
(2888, 460, 'edd_price', '490000'),
(2889, 460, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:118:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookmh/book2/Ketab-Arabi-Jameh-Nezam-Jadid-Doctor-Ayyad-Fili-Www.Pdfbama.Com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(2890, 460, '_edd_download_earnings', '0'),
(2891, 460, '_edd_download_sales', '0'),
(2892, 457, 'edd_id', '460'),
(2893, 462, '_edit_lock', '1733392512:2'),
(2894, 462, '_edit_last', '2'),
(2895, 463, '_wp_attached_file', '2024/12/کتاب-مهارت-های-آموزشی-و-پرورشی-جلد-دوم.jpg'),
(2896, 463, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:81:\"2024/12/کتاب-مهارت-های-آموزشی-و-پرورشی-جلد-دوم.jpg\";s:8:\"filesize\";i:136543;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:81:\"کتاب-مهارت-های-آموزشی-و-پرورشی-جلد-دوم-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10647;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:81:\"کتاب-مهارت-های-آموزشی-و-پرورشی-جلد-دوم-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6141;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:81:\"کتاب-مهارت-های-آموزشی-و-پرورشی-جلد-دوم-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45511;}s:5:\"thumb\";a:5:{s:4:\"file\";s:79:\"کتاب-مهارت-های-آموزشی-و-پرورشی-جلد-دوم-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2571;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:81:\"کتاب-مهارت-های-آموزشی-و-پرورشی-جلد-دوم-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6141;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:81:\"کتاب-مهارت-های-آموزشی-و-پرورشی-جلد-دوم-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10210;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:81:\"کتاب-مهارت-های-آموزشی-و-پرورشی-جلد-دوم-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8057;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:79:\"کتاب-مهارت-های-آموزشی-و-پرورشی-جلد-دوم-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1730;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:81:\"کتاب-مهارت-های-آموزشی-و-پرورشی-جلد-دوم-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30762;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:81:\"کتاب-مهارت-های-آموزشی-و-پرورشی-جلد-دوم-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7677;}}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:{}}}'),
(2897, 462, '_thumbnail_id', '463'),
(2898, 462, '_wp_page_template', 'default'),
(2899, 462, 'bt_buy', 'on'),
(2900, 462, 'demo_txtc', 'پیش نمایش آنلاین'),
(2901, 462, 'pro_product1', 'on'),
(2902, 462, 'irani_product1', 'on'),
(2903, 462, 'ea_ins_product1', 'on'),
(2904, 462, 'opt_ve_product1', 'on'),
(2905, 462, 'book_auth', 'دکتر حسن شعبانی'),
(2906, 462, 'book_pages', '337 صفحه'),
(2907, 462, 'book_lang', 'فارسی'),
(2908, 462, 'book_format', 'PDF'),
(2909, 462, '_yoast_wpseo_primary_category', '1'),
(2910, 462, '_yoast_wpseo_videositemap-rating', '0'),
(2911, 462, '_yoast_wpseo_content_score', '90'),
(2912, 462, '_yoast_wpseo_focuskeywords', '[]'),
(2913, 462, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(2914, 462, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(2915, 465, '_edit_lock', '1733392642:2'),
(2916, 465, '_edit_last', '2'),
(2917, 465, 'bt_buy', 'on'),
(2918, 465, 'demo_txtc', 'پیش نمایش آنلاین'),
(2919, 465, 'pro_product1', 'on'),
(2920, 465, 'irani_product1', 'on'),
(2921, 465, 'ea_ins_product1', 'on'),
(2922, 465, 'opt_ve_product1', 'on'),
(2923, 465, 'edd_price', '490000'),
(2924, 465, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:85:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookpo/Ketab-Fonon-Shabani2-www.odfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(2925, 465, '_edd_download_earnings', '0'),
(2926, 465, '_edd_download_sales', '0'),
(2927, 462, 'edd_id', '465'),
(2928, 467, '_edit_lock', '1733398634:2'),
(2929, 467, '_edit_last', '2'),
(2930, 468, '_wp_attached_file', '2024/12/کتاب-روان-درمانی-اگزیستانسیال.jpg'),
(2931, 468, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:67:\"2024/12/کتاب-روان-درمانی-اگزیستانسیال.jpg\";s:8:\"filesize\";i:140130;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:67:\"کتاب-روان-درمانی-اگزیستانسیال-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10819;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:67:\"کتاب-روان-درمانی-اگزیستانسیال-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6280;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:67:\"کتاب-روان-درمانی-اگزیستانسیال-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47569;}s:5:\"thumb\";a:5:{s:4:\"file\";s:65:\"کتاب-روان-درمانی-اگزیستانسیال-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2642;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:67:\"کتاب-روان-درمانی-اگزیستانسیال-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6280;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:67:\"کتاب-روان-درمانی-اگزیستانسیال-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10469;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:67:\"کتاب-روان-درمانی-اگزیستانسیال-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8216;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:65:\"کتاب-روان-درمانی-اگزیستانسیال-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1767;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:67:\"کتاب-روان-درمانی-اگزیستانسیال-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32129;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:67:\"کتاب-روان-درمانی-اگزیستانسیال-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7868;}}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:{}}}'),
(2932, 467, '_thumbnail_id', '468'),
(2933, 467, '_wp_page_template', 'default'),
(2934, 467, 'bt_buy', 'on'),
(2935, 467, 'demo_txtc', 'پیش نمایش آنلاین'),
(2936, 467, 'pro_product1', 'on'),
(2937, 467, 'irani_product1', 'on'),
(2938, 467, 'ea_ins_product1', 'on'),
(2939, 467, 'opt_ve_product1', 'on'),
(2940, 467, 'book_auth', 'سپیده حبیب'),
(2941, 467, 'book_pages', '672 صفحه'),
(2942, 467, 'book_lang', 'فارسی'),
(2943, 467, 'book_format', 'PDF'),
(2944, 467, '_yoast_wpseo_primary_category', '1'),
(2945, 467, '_yoast_wpseo_videositemap-rating', '0'),
(2946, 467, '_yoast_wpseo_content_score', '30'),
(2947, 467, '_yoast_wpseo_focuskeywords', '[]'),
(2948, 467, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(2949, 467, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(2950, 470, '_edit_lock', '1733398769:2'),
(2951, 470, '_edit_last', '2'),
(2952, 470, 'bt_buy', 'on'),
(2953, 470, 'demo_txtc', 'پیش نمایش آنلاین'),
(2954, 470, 'pro_product1', 'on'),
(2955, 470, 'irani_product1', 'on'),
(2956, 470, 'ea_ins_product1', 'on'),
(2957, 470, 'opt_ve_product1', 'on'),
(2958, 470, 'edd_price', '490000'),
(2959, 470, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:119:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookkv/b2/ketab-ravan-darmani-egzistansial-yalom-sepide-habib-wWw.pdfbama.Com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(2960, 470, '_edd_download_earnings', '0'),
(2961, 470, '_edd_download_sales', '0'),
(2962, 467, 'edd_id', '470'),
(2963, 472, '_edit_lock', '1733564419:2'),
(2964, 472, '_edit_last', '2'),
(2965, 473, '_wp_attached_file', '2024/12/کتاب-تاریخ-جهانگشای-جوینی.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2966, 473, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:59:\"2024/12/کتاب-تاریخ-جهانگشای-جوینی.jpg\";s:8:\"filesize\";i:133673;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:59:\"کتاب-تاریخ-جهانگشای-جوینی-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10324;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:59:\"کتاب-تاریخ-جهانگشای-جوینی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6069;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:59:\"کتاب-تاریخ-جهانگشای-جوینی-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44463;}s:5:\"thumb\";a:5:{s:4:\"file\";s:57:\"کتاب-تاریخ-جهانگشای-جوینی-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2542;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:59:\"کتاب-تاریخ-جهانگشای-جوینی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6069;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:59:\"کتاب-تاریخ-جهانگشای-جوینی-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10009;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:59:\"کتاب-تاریخ-جهانگشای-جوینی-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7890;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:57:\"کتاب-تاریخ-جهانگشای-جوینی-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1757;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:59:\"کتاب-تاریخ-جهانگشای-جوینی-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29982;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:59:\"کتاب-تاریخ-جهانگشای-جوینی-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7673;}}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:{}}}'),
(2967, 472, '_thumbnail_id', '473'),
(2968, 472, '_wp_page_template', 'default'),
(2969, 472, 'bt_buy', 'on'),
(2970, 472, 'demo_txtc', 'پیش نمایش آنلاین'),
(2971, 472, 'pro_product1', 'on'),
(2972, 472, 'irani_product1', 'on'),
(2973, 472, 'ea_ins_product1', 'on'),
(2974, 472, 'opt_ve_product1', 'on'),
(2975, 472, 'book_auth', 'دکتر احمد خاتمی'),
(2976, 472, 'book_pages', '559 صفحه'),
(2977, 472, 'book_lang', 'فارسی'),
(2978, 472, 'book_format', 'PDF'),
(2979, 472, '_yoast_wpseo_primary_category', '1'),
(2980, 472, '_yoast_wpseo_videositemap-rating', '0'),
(2981, 472, '_yoast_wpseo_content_score', '60'),
(2982, 472, '_yoast_wpseo_focuskeywords', '[]'),
(2983, 472, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(2984, 472, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(2985, 475, '_edit_lock', '1733564492:2'),
(2986, 475, '_edit_last', '2'),
(2987, 475, 'bt_buy', 'on'),
(2988, 475, 'demo_txtc', 'پیش نمایش آنلاین'),
(2989, 475, 'pro_product1', 'on'),
(2990, 475, 'irani_product1', 'on'),
(2991, 475, 'ea_ins_product1', 'on'),
(2992, 475, 'opt_ve_product1', 'on'),
(2993, 475, 'edd_price', '490000'),
(2994, 475, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:88:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookpo/Ketab-Tarikh-Jahangosha-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(2995, 475, '_edd_download_earnings', '0'),
(2996, 475, '_edd_download_sales', '0'),
(2997, 472, 'edd_id', '475'),
(2998, 477, '_edit_lock', '1733566122:2'),
(2999, 477, '_edit_last', '2'),
(3000, 478, '_wp_attached_file', '2024/12/آموزش-مشاور-املاک-به-شیوه-شزوما.jpg'),
(3001, 478, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:69:\"2024/12/آموزش-مشاور-املاک-به-شیوه-شزوما.jpg\";s:8:\"filesize\";i:150451;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:69:\"آموزش-مشاور-املاک-به-شیوه-شزوما-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11272;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:69:\"آموزش-مشاور-املاک-به-شیوه-شزوما-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6446;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:69:\"آموزش-مشاور-املاک-به-شیوه-شزوما-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51450;}s:5:\"thumb\";a:5:{s:4:\"file\";s:67:\"آموزش-مشاور-املاک-به-شیوه-شزوما-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2640;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:69:\"آموزش-مشاور-املاک-به-شیوه-شزوما-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6446;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:69:\"آموزش-مشاور-املاک-به-شیوه-شزوما-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10698;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:69:\"آموزش-مشاور-املاک-به-شیوه-شزوما-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8409;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:67:\"آموزش-مشاور-املاک-به-شیوه-شزوما-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1771;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:69:\"آموزش-مشاور-املاک-به-شیوه-شزوما-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34989;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:69:\"آموزش-مشاور-املاک-به-شیوه-شزوما-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8084;}}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:{}}}'),
(3002, 477, '_wp_page_template', 'default'),
(3003, 477, 'bt_buy', 'on'),
(3004, 477, 'demo_txtc', 'پیش نمایش آنلاین'),
(3005, 477, 'pro_product1', 'on'),
(3006, 477, 'irani_product1', 'on'),
(3007, 477, 'ea_ins_product1', 'on'),
(3008, 477, 'opt_ve_product1', 'on'),
(3009, 477, 'book_auth', 'محمدرضا شایگان'),
(3010, 477, 'book_pages', '49 صفحه'),
(3011, 477, 'book_lang', 'فارسی'),
(3012, 477, 'book_format', 'PDF'),
(3013, 477, '_yoast_wpseo_primary_category', '1'),
(3014, 477, '_yoast_wpseo_videositemap-rating', '0'),
(3015, 477, '_yoast_wpseo_content_score', '30'),
(3016, 477, '_yoast_wpseo_focuskeywords', '[]'),
(3017, 477, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(3018, 477, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(3019, 480, '_wp_attached_file', '2024/12/کتاب-آموزش-مشاور-املاک-به-شیوه-شزوما.jpg'),
(3020, 480, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:78:\"2024/12/کتاب-آموزش-مشاور-املاک-به-شیوه-شزوما.jpg\";s:8:\"filesize\";i:150852;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:78:\"کتاب-آموزش-مشاور-املاک-به-شیوه-شزوما-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11294;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:78:\"کتاب-آموزش-مشاور-املاک-به-شیوه-شزوما-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6446;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:78:\"کتاب-آموزش-مشاور-املاک-به-شیوه-شزوما-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51566;}s:5:\"thumb\";a:5:{s:4:\"file\";s:76:\"کتاب-آموزش-مشاور-املاک-به-شیوه-شزوما-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2631;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:78:\"کتاب-آموزش-مشاور-املاک-به-شیوه-شزوما-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6446;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:78:\"کتاب-آموزش-مشاور-املاک-به-شیوه-شزوما-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10742;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:78:\"کتاب-آموزش-مشاور-املاک-به-شیوه-شزوما-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8441;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:76:\"کتاب-آموزش-مشاور-املاک-به-شیوه-شزوما-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1760;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:78:\"کتاب-آموزش-مشاور-املاک-به-شیوه-شزوما-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35053;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:78:\"کتاب-آموزش-مشاور-املاک-به-شیوه-شزوما-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8114;}}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:{}}}'),
(3021, 477, '_thumbnail_id', '480'),
(3022, 481, '_edit_lock', '1733566248:2'),
(3023, 481, '_edit_last', '2'),
(3024, 481, 'bt_buy', 'on'),
(3025, 481, 'demo_txtc', 'پیش نمایش آنلاین'),
(3026, 481, 'pro_product1', 'on'),
(3027, 481, 'irani_product1', 'on'),
(3028, 481, 'ea_ins_product1', 'on'),
(3029, 481, 'opt_ve_product1', 'on'),
(3030, 481, 'edd_price', '490000'),
(3031, 481, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:93:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookpo/Ketab-Amozesh-Moshaver-Amlak-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(3032, 481, '_edd_download_earnings', '0'),
(3033, 481, '_edd_download_sales', '0'),
(3034, 477, 'edd_id', '481'),
(3035, 483, '_edit_lock', '1733569786:2'),
(3036, 483, '_edit_last', '2'),
(3037, 484, '_wp_attached_file', '2024/12/کتاب-تئوری-شروع-بازی-شطرنج.jpg'),
(3038, 484, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:60:\"2024/12/کتاب-تئوری-شروع-بازی-شطرنج.jpg\";s:8:\"filesize\";i:149885;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"کتاب-تئوری-شروع-بازی-شطرنج-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11952;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"کتاب-تئوری-شروع-بازی-شطرنج-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6653;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:60:\"کتاب-تئوری-شروع-بازی-شطرنج-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52938;}s:5:\"thumb\";a:5:{s:4:\"file\";s:58:\"کتاب-تئوری-شروع-بازی-شطرنج-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2730;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:60:\"کتاب-تئوری-شروع-بازی-شطرنج-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6653;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:60:\"کتاب-تئوری-شروع-بازی-شطرنج-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11290;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:60:\"کتاب-تئوری-شروع-بازی-شطرنج-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8723;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:58:\"کتاب-تئوری-شروع-بازی-شطرنج-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1769;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:60:\"کتاب-تئوری-شروع-بازی-شطرنج-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36151;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:60:\"کتاب-تئوری-شروع-بازی-شطرنج-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8479;}}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:{}}}'),
(3039, 483, '_thumbnail_id', '484'),
(3040, 483, '_wp_page_template', 'default'),
(3041, 483, 'bt_buy', 'on'),
(3042, 483, 'demo_txtc', 'پیش نمایش آنلاین'),
(3043, 483, 'pro_product1', 'on'),
(3044, 483, 'irani_product1', 'on'),
(3045, 483, 'ea_ins_product1', 'on'),
(3046, 483, 'opt_ve_product1', 'on'),
(3047, 483, 'book_auth', 'عباس لطفی'),
(3048, 483, 'book_pages', '478 صفحه'),
(3049, 483, 'book_lang', 'فارسی'),
(3050, 483, 'book_format', 'PDF'),
(3051, 483, '_yoast_wpseo_primary_category', '1'),
(3052, 483, '_yoast_wpseo_videositemap-rating', '0'),
(3053, 483, '_yoast_wpseo_content_score', '90'),
(3054, 483, '_yoast_wpseo_focuskeywords', '[]'),
(3055, 483, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(3056, 483, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(3057, 486, '_edit_lock', '1733569909:2'),
(3058, 486, '_edit_last', '2'),
(3059, 486, 'bt_buy', 'on'),
(3060, 486, 'demo_txtc', 'پیش نمایش آنلاین'),
(3061, 486, 'pro_product1', 'on'),
(3062, 486, 'irani_product1', 'on'),
(3063, 486, 'ea_ins_product1', 'on'),
(3064, 486, 'opt_ve_product1', 'on'),
(3065, 486, 'edd_price', '490000'),
(3066, 486, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:95:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookmx/b1/Ketab-Teori-Shoru-Bazi-Shatranj-pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(3067, 486, '_edd_download_earnings', '0'),
(3068, 486, '_edd_download_sales', '0'),
(3069, 483, 'edd_id', '486'),
(3070, 488, '_edit_lock', '1733576464:2'),
(3071, 488, '_edit_last', '2'),
(3072, 489, '_wp_attached_file', '2024/12/کتاب-آناتومی-عمومی.jpg'),
(3073, 489, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:46:\"2024/12/کتاب-آناتومی-عمومی.jpg\";s:8:\"filesize\";i:144958;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"کتاب-آناتومی-عمومی-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11680;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"کتاب-آناتومی-عمومی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6549;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"کتاب-آناتومی-عمومی-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50843;}s:5:\"thumb\";a:5:{s:4:\"file\";s:44:\"کتاب-آناتومی-عمومی-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2689;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:46:\"کتاب-آناتومی-عمومی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6549;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:46:\"کتاب-آناتومی-عمومی-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10637;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:46:\"کتاب-آناتومی-عمومی-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8244;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:44:\"کتاب-آناتومی-عمومی-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1778;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:46:\"کتاب-آناتومی-عمومی-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34891;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:46:\"کتاب-آناتومی-عمومی-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8000;}}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:{}}}'),
(3074, 488, '_thumbnail_id', '489'),
(3075, 488, '_wp_page_template', 'default'),
(3076, 488, 'bt_buy', 'on'),
(3077, 488, 'demo_txtc', 'پیش نمایش آنلاین'),
(3078, 488, 'pro_product1', 'on'),
(3079, 488, 'irani_product1', 'on'),
(3080, 488, 'ea_ins_product1', 'on'),
(3081, 488, 'opt_ve_product1', 'on'),
(3082, 488, 'book_auth', 'ابو عبدالرحمن الکردی'),
(3083, 488, 'book_pages', '343 صفحه'),
(3084, 488, 'book_lang', 'فارسی'),
(3085, 488, 'book_format', 'PDF'),
(3086, 488, '_yoast_wpseo_primary_category', '1'),
(3087, 488, '_yoast_wpseo_videositemap-rating', '0'),
(3088, 488, '_yoast_wpseo_content_score', '90'),
(3089, 488, '_yoast_wpseo_focuskeywords', '[]'),
(3090, 488, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(3091, 488, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(3092, 491, '_edit_lock', '1733576492:2'),
(3093, 491, '_edit_last', '2'),
(3094, 491, 'bt_buy', 'on'),
(3095, 491, 'demo_txtc', 'پیش نمایش آنلاین'),
(3096, 491, 'pro_product1', 'on'),
(3097, 491, 'irani_product1', 'on'),
(3098, 491, 'ea_ins_product1', 'on'),
(3099, 491, 'opt_ve_product1', 'on'),
(3100, 491, 'edd_price', '490000'),
(3101, 491, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:110:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookkv/b2/ketab-anatomi-omomi-imane-shamayeli-yegane-wWw.pdfbama.Com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(3102, 491, '_edd_download_earnings', '0'),
(3103, 491, '_edd_download_sales', '0'),
(3104, 488, 'edd_id', '491'),
(3105, 493, '_edit_lock', '1733577347:2'),
(3106, 493, '_edit_last', '2'),
(3107, 494, '_wp_attached_file', '2024/12/کتاب-بازی-درمانی.jpg'),
(3108, 494, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:42:\"2024/12/کتاب-بازی-درمانی.jpg\";s:8:\"filesize\";i:144675;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"کتاب-بازی-درمانی-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11560;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"کتاب-بازی-درمانی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6327;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:42:\"کتاب-بازی-درمانی-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50730;}s:5:\"thumb\";a:5:{s:4:\"file\";s:40:\"کتاب-بازی-درمانی-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2720;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:42:\"کتاب-بازی-درمانی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6327;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:42:\"کتاب-بازی-درمانی-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10330;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:42:\"کتاب-بازی-درمانی-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8165;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:40:\"کتاب-بازی-درمانی-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1785;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:42:\"کتاب-بازی-درمانی-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34516;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:42:\"کتاب-بازی-درمانی-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7847;}}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:{}}}'),
(3109, 493, '_thumbnail_id', '494'),
(3110, 493, '_wp_page_template', 'default'),
(3111, 493, 'bt_buy', 'on'),
(3112, 493, 'demo_txtc', 'پیش نمایش آنلاین'),
(3113, 493, 'pro_product1', 'on'),
(3114, 493, 'irani_product1', 'on'),
(3115, 493, 'ea_ins_product1', 'on'),
(3116, 493, 'opt_ve_product1', 'on'),
(3117, 493, 'book_auth', 'دکتر سیدعلی صمدی'),
(3118, 493, 'book_pages', '349 صفحه'),
(3119, 493, 'book_lang', 'فارسی'),
(3120, 493, 'book_format', 'PDF'),
(3121, 493, '_yoast_wpseo_primary_category', '1'),
(3122, 493, '_yoast_wpseo_videositemap-rating', '0'),
(3123, 493, '_yoast_wpseo_content_score', '60'),
(3124, 493, '_yoast_wpseo_focuskeywords', '[]'),
(3125, 493, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(3126, 493, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(3127, 496, '_edit_lock', '1733577341:2'),
(3128, 496, '_edit_last', '2'),
(3129, 496, 'bt_buy', 'on'),
(3130, 496, 'demo_txtc', 'پیش نمایش آنلاین'),
(3131, 496, 'pro_product1', 'on'),
(3132, 496, 'irani_product1', 'on'),
(3133, 496, 'ea_ins_product1', 'on'),
(3134, 496, 'opt_ve_product1', 'on'),
(3135, 496, 'edd_price', '490000'),
(3136, 496, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:83:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookpo/Ketab-Bazi-Darmani-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(3137, 496, '_edd_download_earnings', '0'),
(3138, 496, '_edd_download_sales', '0'),
(3139, 493, 'edd_id', '496'),
(3140, 498, '_edit_lock', '1733644384:2'),
(3141, 498, '_edit_last', '2'),
(3142, 499, '_wp_attached_file', '2024/12/کتاب-روش-های-اصلاح-و-تغییر-رفتار-کودکان.jpg'),
(3143, 499, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:83:\"2024/12/کتاب-روش-های-اصلاح-و-تغییر-رفتار-کودکان.jpg\";s:8:\"filesize\";i:142648;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:83:\"کتاب-روش-های-اصلاح-و-تغییر-رفتار-کودکان-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11100;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:83:\"کتاب-روش-های-اصلاح-و-تغییر-رفتار-کودکان-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6349;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:83:\"کتاب-روش-های-اصلاح-و-تغییر-رفتار-کودکان-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48865;}s:5:\"thumb\";a:5:{s:4:\"file\";s:81:\"کتاب-روش-های-اصلاح-و-تغییر-رفتار-کودکان-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2655;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:83:\"کتاب-روش-های-اصلاح-و-تغییر-رفتار-کودکان-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6349;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:83:\"کتاب-روش-های-اصلاح-و-تغییر-رفتار-کودکان-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10634;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:83:\"کتاب-روش-های-اصلاح-و-تغییر-رفتار-کودکان-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8331;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:81:\"کتاب-روش-های-اصلاح-و-تغییر-رفتار-کودکان-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1790;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:83:\"کتاب-روش-های-اصلاح-و-تغییر-رفتار-کودکان-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33303;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:83:\"کتاب-روش-های-اصلاح-و-تغییر-رفتار-کودکان-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7993;}}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:{}}}'),
(3144, 498, '_thumbnail_id', '503'),
(3145, 498, '_wp_page_template', 'default'),
(3146, 498, 'bt_buy', 'on'),
(3147, 498, 'demo_txtc', 'پیش نمایش آنلاین'),
(3148, 498, 'pro_product1', 'on'),
(3149, 498, 'irani_product1', 'on'),
(3150, 498, 'ea_ins_product1', 'on'),
(3151, 498, 'opt_ve_product1', 'on'),
(3152, 498, 'book_auth', 'علی مصطفایی'),
(3153, 498, 'book_pages', '81 صفحه'),
(3154, 498, 'book_lang', 'فارسی'),
(3155, 498, 'book_format', 'PDF'),
(3156, 498, '_yoast_wpseo_primary_category', '1'),
(3157, 498, '_yoast_wpseo_videositemap-rating', '0'),
(3158, 498, '_yoast_wpseo_content_score', '60'),
(3159, 498, '_yoast_wpseo_focuskeywords', '[]'),
(3160, 498, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(3161, 498, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(4025, 633, '_wp_attached_file', '2024/12/کتاب-تاریخ-هنر-ایران-و-جهان.jpg'),
(3163, 502, '_edit_lock', '1733644514:2'),
(3164, 502, '_edit_last', '2'),
(3165, 503, '_wp_attached_file', '2024/12/کتاب-روش-های-اصلاح-و-تغییر-رفتار-کودکان-1.jpg'),
(3166, 503, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:85:\"2024/12/کتاب-روش-های-اصلاح-و-تغییر-رفتار-کودکان-1.jpg\";s:8:\"filesize\";i:143067;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:85:\"کتاب-روش-های-اصلاح-و-تغییر-رفتار-کودکان-1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11114;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:85:\"کتاب-روش-های-اصلاح-و-تغییر-رفتار-کودکان-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6349;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:85:\"کتاب-روش-های-اصلاح-و-تغییر-رفتار-کودکان-1-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48995;}s:5:\"thumb\";a:5:{s:4:\"file\";s:83:\"کتاب-روش-های-اصلاح-و-تغییر-رفتار-کودکان-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2648;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:85:\"کتاب-روش-های-اصلاح-و-تغییر-رفتار-کودکان-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6349;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:85:\"کتاب-روش-های-اصلاح-و-تغییر-رفتار-کودکان-1-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10684;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:85:\"کتاب-روش-های-اصلاح-و-تغییر-رفتار-کودکان-1-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8359;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:83:\"کتاب-روش-های-اصلاح-و-تغییر-رفتار-کودکان-1-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1784;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:85:\"کتاب-روش-های-اصلاح-و-تغییر-رفتار-کودکان-1-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33328;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:85:\"کتاب-روش-های-اصلاح-و-تغییر-رفتار-کودکان-1-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8044;}}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:{}}}'),
(3167, 502, 'bt_buy', 'on'),
(3168, 502, 'demo_txtc', 'پیش نمایش آنلاین'),
(3169, 502, 'pro_product1', 'on'),
(3170, 502, 'irani_product1', 'on'),
(3171, 502, 'ea_ins_product1', 'on'),
(3172, 502, 'opt_ve_product1', 'on'),
(3173, 502, 'edd_price', '490000'),
(3174, 502, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:134:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookmh/book1/Ketab-Ravesh-Hayeh-Eslah-Va-Taghir-Raftar-Kudakan-Ali-Mostafaea-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(3175, 502, '_edd_download_earnings', '0'),
(3176, 502, '_edd_download_sales', '0'),
(3177, 498, 'edd_id', '502'),
(3178, 505, '_edit_lock', '1733646967:2'),
(3179, 505, '_edit_last', '2'),
(3180, 506, '_wp_attached_file', '2024/12/کتاب-اصول-علم-اقتصاد-جلد-اول.jpg'),
(3181, 506, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:63:\"2024/12/کتاب-اصول-علم-اقتصاد-جلد-اول.jpg\";s:8:\"filesize\";i:146685;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:63:\"کتاب-اصول-علم-اقتصاد-جلد-اول-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11732;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:63:\"کتاب-اصول-علم-اقتصاد-جلد-اول-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6715;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:63:\"کتاب-اصول-علم-اقتصاد-جلد-اول-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51070;}s:5:\"thumb\";a:5:{s:4:\"file\";s:61:\"کتاب-اصول-علم-اقتصاد-جلد-اول-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2700;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:63:\"کتاب-اصول-علم-اقتصاد-جلد-اول-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6715;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:63:\"کتاب-اصول-علم-اقتصاد-جلد-اول-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11153;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:63:\"کتاب-اصول-علم-اقتصاد-جلد-اول-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8645;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:61:\"کتاب-اصول-علم-اقتصاد-جلد-اول-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1776;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:63:\"کتاب-اصول-علم-اقتصاد-جلد-اول-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35119;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:63:\"کتاب-اصول-علم-اقتصاد-جلد-اول-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8352;}}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:{}}}'),
(3182, 505, '_thumbnail_id', '506'),
(3183, 505, '_wp_page_template', 'default'),
(3184, 505, 'bt_buy', 'on'),
(3185, 505, 'demo_txtc', 'پیش نمایش آنلاین'),
(3186, 505, 'pro_product1', 'on'),
(3187, 505, 'irani_product1', 'on'),
(3188, 505, 'ea_ins_product1', 'on'),
(3189, 505, 'opt_ve_product1', 'on'),
(3190, 505, 'book_auth', 'مرتضی محمد خان '),
(3191, 505, 'book_pages', '818 صفحه'),
(3192, 505, 'book_lang', 'فارسی'),
(3193, 505, 'book_format', 'PDF'),
(3194, 505, '_yoast_wpseo_primary_category', '1'),
(3195, 505, '_yoast_wpseo_videositemap-rating', '0'),
(3196, 505, '_yoast_wpseo_content_score', '60'),
(3197, 505, '_yoast_wpseo_focuskeywords', '[]'),
(3198, 505, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(3199, 505, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(3200, 508, '_edit_lock', '1733647062:2'),
(3201, 508, '_edit_last', '2'),
(3202, 508, 'bt_buy', 'on'),
(3203, 508, 'demo_txtc', 'پیش نمایش آنلاین'),
(3204, 508, 'pro_product1', 'on'),
(3205, 508, 'irani_product1', 'on'),
(3206, 508, 'ea_ins_product1', 'on'),
(3207, 508, 'opt_ve_product1', 'on'),
(3208, 508, 'edd_price', '490000'),
(3209, 508, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:91:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookpo/Ketab-Oseule-Elme-Eghtesad-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(3210, 508, '_edd_download_earnings', '0'),
(3211, 508, '_edd_download_sales', '0'),
(3212, 505, 'edd_id', '508'),
(3213, 510, '_edit_lock', '1733647924:2'),
(3214, 510, '_edit_last', '2'),
(3215, 511, '_wp_attached_file', '2024/12/کتاب-فرهنگ-معاصر-پویا.jpg'),
(3216, 511, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:51:\"2024/12/کتاب-فرهنگ-معاصر-پویا.jpg\";s:8:\"filesize\";i:138953;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"کتاب-فرهنگ-معاصر-پویا-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11484;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"کتاب-فرهنگ-معاصر-پویا-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6424;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:51:\"کتاب-فرهنگ-معاصر-پویا-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47839;}s:5:\"thumb\";a:5:{s:4:\"file\";s:49:\"کتاب-فرهنگ-معاصر-پویا-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2667;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:51:\"کتاب-فرهنگ-معاصر-پویا-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6424;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:51:\"کتاب-فرهنگ-معاصر-پویا-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10501;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:51:\"کتاب-فرهنگ-معاصر-پویا-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8287;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:49:\"کتاب-فرهنگ-معاصر-پویا-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1787;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:51:\"کتاب-فرهنگ-معاصر-پویا-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33221;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:51:\"کتاب-فرهنگ-معاصر-پویا-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7986;}}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:{}}}'),
(3217, 510, '_thumbnail_id', '511'),
(3218, 510, '_wp_page_template', 'default'),
(3219, 510, 'bt_buy', 'on'),
(3220, 510, 'demo_txtc', 'پیش نمایش آنلاین'),
(3221, 510, 'pro_product1', 'on'),
(3222, 510, 'irani_product1', 'on'),
(3223, 510, 'ea_ins_product1', 'on'),
(3224, 510, 'opt_ve_product1', 'on'),
(3225, 510, 'book_auth', 'محمدرضا باطنی'),
(3226, 510, 'book_pages', '1170 صفحه'),
(3227, 510, 'book_lang', 'فارسی'),
(3228, 510, 'book_format', 'PDF'),
(3229, 510, '_yoast_wpseo_primary_category', '1'),
(3230, 510, '_yoast_wpseo_videositemap-rating', '0'),
(3231, 510, '_yoast_wpseo_content_score', '30'),
(3232, 510, '_yoast_wpseo_focuskeywords', '[]'),
(3233, 510, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(3234, 510, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(3235, 513, '_edit_lock', '1733647813:2'),
(3236, 513, '_edit_last', '2'),
(3237, 513, 'bt_buy', 'on'),
(3238, 513, 'demo_txtc', 'پیش نمایش آنلاین'),
(3239, 513, 'pro_product1', 'on'),
(3240, 513, 'irani_product1', 'on'),
(3241, 513, 'ea_ins_product1', 'on'),
(3242, 513, 'opt_ve_product1', 'on'),
(3243, 513, 'edd_price', '490000'),
(3244, 513, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:110:\"https://dl.pdfkadee.com/pdfkade/ketab/bookpar/ketab/Book2/Ketab-Farhang-Moaser-Poya-Bateni-www.pdfkade.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(3245, 513, '_edd_download_earnings', '0'),
(3246, 513, '_edd_download_sales', '0'),
(3247, 510, 'edd_id', '513'),
(3248, 515, '_edit_lock', '1733649065:2'),
(3249, 515, '_edit_last', '2'),
(3250, 516, '_wp_attached_file', '2024/12/کتاب-آشنایی-با-قانون-اساسی-جمهوری-اسلامی-ایران.jpg'),
(3251, 516, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:97:\"2024/12/کتاب-آشنایی-با-قانون-اساسی-جمهوری-اسلامی-ایران.jpg\";s:8:\"filesize\";i:139158;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:97:\"کتاب-آشنایی-با-قانون-اساسی-جمهوری-اسلامی-ایران-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11087;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:97:\"کتاب-آشنایی-با-قانون-اساسی-جمهوری-اسلامی-ایران-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6296;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:97:\"کتاب-آشنایی-با-قانون-اساسی-جمهوری-اسلامی-ایران-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48012;}s:5:\"thumb\";a:5:{s:4:\"file\";s:95:\"کتاب-آشنایی-با-قانون-اساسی-جمهوری-اسلامی-ایران-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2644;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:97:\"کتاب-آشنایی-با-قانون-اساسی-جمهوری-اسلامی-ایران-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6296;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:97:\"کتاب-آشنایی-با-قانون-اساسی-جمهوری-اسلامی-ایران-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10543;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:97:\"کتاب-آشنایی-با-قانون-اساسی-جمهوری-اسلامی-ایران-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8155;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:95:\"کتاب-آشنایی-با-قانون-اساسی-جمهوری-اسلامی-ایران-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1753;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:97:\"کتاب-آشنایی-با-قانون-اساسی-جمهوری-اسلامی-ایران-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32786;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:97:\"کتاب-آشنایی-با-قانون-اساسی-جمهوری-اسلامی-ایران-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7854;}}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:{}}}'),
(3252, 515, '_thumbnail_id', '516'),
(3253, 515, '_wp_page_template', 'default'),
(3254, 515, 'bt_buy', 'on'),
(3255, 515, 'demo_txtc', 'پیش نمایش آنلاین'),
(3256, 515, 'pro_product1', 'on'),
(3257, 515, 'irani_product1', 'on'),
(3258, 515, 'ea_ins_product1', 'on'),
(3259, 515, 'opt_ve_product1', 'on'),
(3260, 515, 'book_auth', 'مهدی نظرپور'),
(3261, 515, 'book_pages', '138 صفحه'),
(3262, 515, 'book_lang', 'فارسی'),
(3263, 515, 'book_format', 'PDF'),
(3264, 515, '_yoast_wpseo_primary_category', '1'),
(3265, 515, '_yoast_wpseo_videositemap-rating', '0'),
(3266, 515, '_yoast_wpseo_content_score', '60'),
(3267, 515, '_yoast_wpseo_focuskeywords', '[]'),
(3268, 515, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(3269, 515, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(3270, 518, '_edit_lock', '1733649175:2'),
(3271, 518, '_edit_last', '2'),
(3272, 518, 'bt_buy', 'on'),
(3273, 518, 'demo_txtc', 'پیش نمایش آنلاین'),
(3274, 518, 'pro_product1', 'on'),
(3275, 518, 'irani_product1', 'on'),
(3276, 518, 'ea_ins_product1', 'on'),
(3277, 518, 'opt_ve_product1', 'on'),
(3278, 518, 'edd_price', '490000'),
(3279, 518, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:108:\"https://dl.pdfbamaa.com/pdfbama/ketab/book1/Ketab-Ashnayi-Ba-Ganune-Asasi-Mehdi-Nazarpor-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(3280, 518, '_edd_download_earnings', '0'),
(3281, 518, '_edd_download_sales', '0'),
(3282, 515, 'edd_id', '518'),
(3283, 520, '_edit_lock', '1733649961:2'),
(3284, 520, '_edit_last', '2'),
(3285, 521, '_wp_attached_file', '2024/12/کتاب-معادلات-دیفرانسیل-معمولی.jpg'),
(3286, 521, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:67:\"2024/12/کتاب-معادلات-دیفرانسیل-معمولی.jpg\";s:8:\"filesize\";i:138089;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:67:\"کتاب-معادلات-دیفرانسیل-معمولی-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10903;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:67:\"کتاب-معادلات-دیفرانسیل-معمولی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:67:\"کتاب-معادلات-دیفرانسیل-معمولی-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47438;}s:5:\"thumb\";a:5:{s:4:\"file\";s:65:\"کتاب-معادلات-دیفرانسیل-معمولی-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2642;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:67:\"کتاب-معادلات-دیفرانسیل-معمولی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6264;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:67:\"کتاب-معادلات-دیفرانسیل-معمولی-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10440;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:67:\"کتاب-معادلات-دیفرانسیل-معمولی-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8249;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:65:\"کتاب-معادلات-دیفرانسیل-معمولی-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1737;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:67:\"کتاب-معادلات-دیفرانسیل-معمولی-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32217;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:67:\"کتاب-معادلات-دیفرانسیل-معمولی-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7876;}}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:{}}}'),
(3287, 520, '_thumbnail_id', '521'),
(3288, 520, '_wp_page_template', 'default'),
(3289, 520, 'bt_buy', 'on'),
(3290, 520, 'demo_txtc', 'پیش نمایش آنلاین'),
(3291, 520, 'pro_product1', 'on'),
(3292, 520, 'irani_product1', 'on'),
(3293, 520, 'ea_ins_product1', 'on'),
(3294, 520, 'opt_ve_product1', 'on'),
(3295, 520, 'book_auth', 'دکتر جمال صفار اردبیلی'),
(3296, 520, 'book_pages', '220 صفحه'),
(3297, 520, 'book_lang', 'فارسی'),
(3298, 520, 'book_format', 'PDF'),
(3299, 520, '_yoast_wpseo_primary_category', '1'),
(3300, 520, '_yoast_wpseo_videositemap-rating', '0'),
(3301, 520, '_yoast_wpseo_content_score', '90'),
(3302, 520, '_yoast_wpseo_focuskeywords', '[]'),
(3303, 520, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(3304, 520, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(3305, 523, '_edit_lock', '1733649942:2'),
(3306, 523, '_edit_last', '2'),
(3307, 523, 'bt_buy', 'on'),
(3308, 523, 'demo_txtc', 'پیش نمایش آنلاین'),
(3309, 523, 'pro_product1', 'on'),
(3310, 523, 'irani_product1', 'on'),
(3311, 523, 'ea_ins_product1', 'on'),
(3312, 523, 'opt_ve_product1', 'on'),
(3313, 523, 'edd_price', '490000'),
(3314, 523, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:111:\"https://dl.pdfbamaa.com/pdfbama/ketab/book1/Ketab-Moadelat-Difransiel-Mamuli-Jamal-Ardabili-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(3315, 523, '_edd_download_earnings', '0'),
(3316, 523, '_edd_download_sales', '0'),
(3317, 520, 'edd_id', '523'),
(3318, 525, '_edit_lock', '1733651253:2'),
(3319, 525, '_edit_last', '2'),
(3320, 526, '_wp_attached_file', '2024/12/کتاب-آداب-تعلیم-و-تعلم-در-اسلام.jpg'),
(3321, 526, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:68:\"2024/12/کتاب-آداب-تعلیم-و-تعلم-در-اسلام.jpg\";s:8:\"filesize\";i:146035;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:68:\"کتاب-آداب-تعلیم-و-تعلم-در-اسلام-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11501;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:68:\"کتاب-آداب-تعلیم-و-تعلم-در-اسلام-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6396;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:68:\"کتاب-آداب-تعلیم-و-تعلم-در-اسلام-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50807;}s:5:\"thumb\";a:5:{s:4:\"file\";s:66:\"کتاب-آداب-تعلیم-و-تعلم-در-اسلام-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2650;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:68:\"کتاب-آداب-تعلیم-و-تعلم-در-اسلام-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6396;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:68:\"کتاب-آداب-تعلیم-و-تعلم-در-اسلام-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10790;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:68:\"کتاب-آداب-تعلیم-و-تعلم-در-اسلام-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8395;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:66:\"کتاب-آداب-تعلیم-و-تعلم-در-اسلام-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1748;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:68:\"کتاب-آداب-تعلیم-و-تعلم-در-اسلام-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34692;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:68:\"کتاب-آداب-تعلیم-و-تعلم-در-اسلام-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8156;}}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:{}}}'),
(3322, 525, '_thumbnail_id', '526'),
(3323, 525, '_wp_page_template', 'default'),
(3324, 525, 'bt_buy', 'on'),
(3325, 525, 'demo_txtc', 'پیش نمایش آنلاین'),
(3326, 525, 'pro_product1', 'on'),
(3327, 525, 'irani_product1', 'on'),
(3328, 525, 'ea_ins_product1', 'on'),
(3329, 525, 'opt_ve_product1', 'on'),
(3330, 525, 'book_auth', 'دکتر سید محمد باقر حجتی'),
(3331, 525, 'book_pages', '297 صفحه'),
(3332, 525, 'book_lang', 'فارسی'),
(3333, 525, 'book_format', 'PDF'),
(3334, 525, '_yoast_wpseo_primary_category', '1'),
(3335, 525, '_yoast_wpseo_videositemap-rating', '0'),
(3336, 525, '_yoast_wpseo_content_score', '30'),
(3337, 525, '_yoast_wpseo_focuskeywords', '[]'),
(3338, 525, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(3339, 525, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(3340, 528, '_edit_lock', '1733651239:2'),
(3341, 528, '_edit_last', '2'),
(3342, 528, 'bt_buy', 'on'),
(3343, 528, 'demo_txtc', 'پیش نمایش آنلاین'),
(3344, 528, 'pro_product1', 'on'),
(3345, 528, 'irani_product1', 'on');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3346, 528, 'ea_ins_product1', 'on'),
(3347, 528, 'opt_ve_product1', 'on'),
(3348, 528, 'edd_price', '490000'),
(3349, 528, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:102:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookpo/Ketab-Adab-Talim-Va-Tarbiat-Dar-Eslam-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(3350, 528, '_edd_download_earnings', '0'),
(3351, 528, '_edd_download_sales', '0'),
(3352, 525, 'edd_id', '528'),
(3353, 530, '_edit_lock', '1733659563:2'),
(3354, 530, '_edit_last', '2'),
(3355, 531, '_wp_attached_file', '2024/12/کتاب-آمار-و-احتمالات-ارشد.jpg'),
(3356, 531, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:58:\"2024/12/کتاب-آمار-و-احتمالات-ارشد.jpg\";s:8:\"filesize\";i:137110;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"کتاب-آمار-و-احتمالات-ارشد-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11212;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"کتاب-آمار-و-احتمالات-ارشد-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6398;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:58:\"کتاب-آمار-و-احتمالات-ارشد-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47629;}s:5:\"thumb\";a:5:{s:4:\"file\";s:56:\"کتاب-آمار-و-احتمالات-ارشد-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2660;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:58:\"کتاب-آمار-و-احتمالات-ارشد-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6398;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:58:\"کتاب-آمار-و-احتمالات-ارشد-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10506;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:58:\"کتاب-آمار-و-احتمالات-ارشد-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8249;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:56:\"کتاب-آمار-و-احتمالات-ارشد-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1764;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:58:\"کتاب-آمار-و-احتمالات-ارشد-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32519;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:58:\"کتاب-آمار-و-احتمالات-ارشد-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7954;}}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:{}}}'),
(3357, 530, '_thumbnail_id', '531'),
(3358, 530, '_wp_page_template', 'default'),
(3359, 530, 'bt_buy', 'on'),
(3360, 530, 'demo_txtc', 'پیش نمایش آنلاین'),
(3361, 530, 'pro_product1', 'on'),
(3362, 530, 'irani_product1', 'on'),
(3363, 530, 'ea_ins_product1', 'on'),
(3364, 530, 'opt_ve_product1', 'on'),
(3365, 530, 'book_auth', 'محسن طورانی'),
(3366, 530, 'book_pages', '811 صفحه'),
(3367, 530, 'book_lang', 'فارسی'),
(3368, 530, 'book_format', 'PDF'),
(3369, 530, '_yoast_wpseo_primary_category', '1'),
(3370, 530, '_yoast_wpseo_videositemap-rating', '0'),
(3371, 530, '_yoast_wpseo_content_score', '60'),
(3372, 530, '_yoast_wpseo_focuskeywords', '[]'),
(3373, 530, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(3374, 530, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(3377, 530, 'edd_id', '535'),
(3378, 535, '_edit_lock', '1733659547:2'),
(3379, 535, '_edit_last', '2'),
(3380, 535, 'bt_buy', 'on'),
(3381, 535, 'demo_txtc', 'پیش نمایش آنلاین'),
(3382, 535, 'pro_product1', 'on'),
(3383, 535, 'irani_product1', 'on'),
(3384, 535, 'ea_ins_product1', 'on'),
(3385, 535, 'opt_ve_product1', 'on'),
(3386, 535, 'edd_price', '490000'),
(3387, 535, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:115:\"https://dl.pdfkadee.com/pdfkade/ketab/bookna/ketab/book2/amar-va-ehtemalat-arshad-mohsen-torani-www.pdfkade.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(3388, 535, '_edd_download_earnings', '0'),
(3389, 535, '_edd_download_sales', '0'),
(3390, 537, '_edit_lock', '1733661237:2'),
(3391, 537, '_edit_last', '2'),
(3392, 538, '_wp_attached_file', '2024/12/کتاب-ادبیات-کودکان.jpg'),
(3393, 538, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:46:\"2024/12/کتاب-ادبیات-کودکان.jpg\";s:8:\"filesize\";i:137336;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"کتاب-ادبیات-کودکان-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11124;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"کتاب-ادبیات-کودکان-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6319;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"کتاب-ادبیات-کودکان-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46979;}s:5:\"thumb\";a:5:{s:4:\"file\";s:44:\"کتاب-ادبیات-کودکان-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2713;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:46:\"کتاب-ادبیات-کودکان-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6319;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:46:\"کتاب-ادبیات-کودکان-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10399;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:46:\"کتاب-ادبیات-کودکان-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8251;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:44:\"کتاب-ادبیات-کودکان-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1781;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:46:\"کتاب-ادبیات-کودکان-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32238;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:46:\"کتاب-ادبیات-کودکان-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7905;}}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:{}}}'),
(3394, 537, '_thumbnail_id', '538'),
(3395, 537, '_wp_page_template', 'default'),
(3396, 537, 'bt_buy', 'on'),
(3397, 537, 'demo_txtc', 'پیش نمایش آنلاین'),
(3398, 537, 'pro_product1', 'on'),
(3399, 537, 'irani_product1', 'on'),
(3400, 537, 'ea_ins_product1', 'on'),
(3401, 537, 'opt_ve_product1', 'on'),
(3402, 537, 'book_auth', 'طاهره جعفر قلیان'),
(3403, 537, 'book_pages', '289 صفحه'),
(3404, 537, 'book_lang', 'فارسی'),
(3405, 537, 'book_format', 'PDF'),
(3406, 537, '_yoast_wpseo_primary_category', '1'),
(3407, 537, '_yoast_wpseo_videositemap-rating', '0'),
(3408, 537, '_yoast_wpseo_content_score', '90'),
(3409, 537, '_yoast_wpseo_focuskeywords', '[]'),
(3410, 537, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(3411, 537, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(3412, 540, '_edit_lock', '1733660608:2'),
(3413, 540, '_edit_last', '2'),
(3414, 540, 'bt_buy', 'on'),
(3415, 540, 'demo_txtc', 'پیش نمایش آنلاین'),
(3416, 540, 'pro_product1', 'on'),
(3417, 540, 'irani_product1', 'on'),
(3418, 540, 'ea_ins_product1', 'on'),
(3419, 540, 'opt_ve_product1', 'on'),
(3420, 540, 'edd_price', '490000'),
(3421, 540, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:86:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookpo/Ketab-Adabiat-Kodakan-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(3422, 540, '_edd_download_earnings', '0'),
(3423, 540, '_edd_download_sales', '0'),
(3424, 537, 'edd_id', '540'),
(3426, 543, '_edit_lock', '1733742175:2'),
(3427, 543, '_edit_last', '2'),
(3428, 544, '_wp_attached_file', '2024/12/کتاب-اقتصاد-خرد-1.jpg'),
(3429, 544, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:42:\"2024/12/کتاب-اقتصاد-خرد-1.jpg\";s:8:\"filesize\";i:135033;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"کتاب-اقتصاد-خرد-1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10837;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"کتاب-اقتصاد-خرد-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6228;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:42:\"کتاب-اقتصاد-خرد-1-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45532;}s:5:\"thumb\";a:5:{s:4:\"file\";s:40:\"کتاب-اقتصاد-خرد-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2643;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:42:\"کتاب-اقتصاد-خرد-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6228;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:42:\"کتاب-اقتصاد-خرد-1-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10141;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:42:\"کتاب-اقتصاد-خرد-1-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7975;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:40:\"کتاب-اقتصاد-خرد-1-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1783;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:42:\"کتاب-اقتصاد-خرد-1-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31297;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:42:\"کتاب-اقتصاد-خرد-1-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7692;}}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:{}}}'),
(3430, 543, '_thumbnail_id', '544'),
(3431, 543, '_wp_page_template', 'default'),
(3432, 543, 'bt_buy', 'on'),
(3433, 543, 'demo_txtc', 'پیش نمایش آنلاین'),
(3434, 543, 'pro_product1', 'on'),
(3435, 543, 'irani_product1', 'on'),
(3436, 543, 'ea_ins_product1', 'on'),
(3437, 543, 'opt_ve_product1', 'on'),
(3438, 543, 'book_auth', 'یگانه موسوی جهرمی'),
(3439, 543, 'book_pages', '406 صفحه'),
(3440, 543, 'book_lang', 'فارسی'),
(3441, 543, 'book_format', 'PDF'),
(3442, 543, '_yoast_wpseo_primary_category', '1'),
(3443, 543, '_yoast_wpseo_videositemap-rating', '0'),
(3444, 543, '_yoast_wpseo_content_score', '60'),
(3445, 543, '_yoast_wpseo_focuskeywords', '[]'),
(3446, 543, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(3447, 543, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(3448, 546, '_edit_lock', '1733742305:2'),
(3449, 546, '_edit_last', '2'),
(3450, 546, 'bt_buy', 'on'),
(3451, 546, 'demo_txtc', 'پیش نمایش آنلاین'),
(3452, 546, 'pro_product1', 'on'),
(3453, 546, 'irani_product1', 'on'),
(3454, 546, 'ea_ins_product1', 'on'),
(3455, 546, 'opt_ve_product1', 'on'),
(3456, 546, 'edd_price', '490000'),
(3457, 546, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:91:\"https://dl.pdfbamaa.com/pdfbama/ketab/booksl/Ketab-Eghtesad-Kherad-Aval-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(3458, 546, '_edd_download_earnings', '0'),
(3459, 546, '_edd_download_sales', '0'),
(3460, 543, 'edd_id', '546'),
(3462, 550, '_edit_lock', '1733821059:2'),
(3463, 550, '_edit_last', '2'),
(3464, 551, '_wp_attached_file', '2024/12/کتاب-آناتومی-انسانی.jpg'),
(3465, 551, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:48:\"2024/12/کتاب-آناتومی-انسانی.jpg\";s:8:\"filesize\";i:133102;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"کتاب-آناتومی-انسانی-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10919;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"کتاب-آناتومی-انسانی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6179;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"کتاب-آناتومی-انسانی-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45477;}s:5:\"thumb\";a:5:{s:4:\"file\";s:46:\"کتاب-آناتومی-انسانی-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2659;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:48:\"کتاب-آناتومی-انسانی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6179;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:48:\"کتاب-آناتومی-انسانی-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10066;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:48:\"کتاب-آناتومی-انسانی-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7987;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:46:\"کتاب-آناتومی-انسانی-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1751;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:48:\"کتاب-آناتومی-انسانی-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31058;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:48:\"کتاب-آناتومی-انسانی-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7630;}}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:{}}}'),
(3466, 550, '_thumbnail_id', '551'),
(3467, 550, '_wp_page_template', 'default'),
(3468, 550, 'bt_buy', 'on'),
(3469, 550, 'demo_txtc', 'پیش نمایش آنلاین'),
(3470, 550, 'pro_product1', 'on'),
(3471, 550, 'irani_product1', 'on'),
(3472, 550, 'ea_ins_product1', 'on'),
(3473, 550, 'opt_ve_product1', 'on'),
(3474, 550, 'book_auth', ' علی رواسی '),
(3475, 550, 'book_pages', '184 صفحه'),
(3476, 550, 'book_lang', 'فارسی'),
(3477, 550, 'book_format', 'PDF'),
(3478, 550, '_yoast_wpseo_primary_category', '1'),
(3479, 550, '_yoast_wpseo_videositemap-rating', '0'),
(3480, 550, '_yoast_wpseo_content_score', '60'),
(3481, 550, '_yoast_wpseo_focuskeywords', '[]'),
(3482, 550, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(3483, 550, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(3484, 553, '_edit_lock', '1733821192:2'),
(3485, 553, '_edit_last', '2'),
(3486, 553, 'bt_buy', 'on'),
(3487, 553, 'demo_txtc', 'پیش نمایش آنلاین'),
(3488, 553, 'pro_product1', 'on'),
(3489, 553, 'irani_product1', 'on'),
(3490, 553, 'ea_ins_product1', 'on'),
(3491, 553, 'opt_ve_product1', 'on'),
(3492, 553, 'edd_price', '490000'),
(3493, 553, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:102:\"https://dl.pdfbamaa.com/pdfbama/ketab/book3/Ketab-Anatomi-Ensani-Ali-Asghar-Ravasi-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(3494, 553, '_edd_download_earnings', '0'),
(3495, 553, '_edd_download_sales', '0'),
(3496, 550, 'edd_id', '553'),
(3497, 555, '_edit_lock', '1733822566:2'),
(3498, 555, '_edit_last', '2'),
(3499, 556, '_wp_attached_file', '2024/12/کتاب-چرا-تا-به-حال-کسی-این-ها-را-به-من-نگفته-بود.jpg'),
(3500, 556, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:96:\"2024/12/کتاب-چرا-تا-به-حال-کسی-این-ها-را-به-من-نگفته-بود.jpg\";s:8:\"filesize\";i:140589;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:96:\"کتاب-چرا-تا-به-حال-کسی-این-ها-را-به-من-نگفته-بود-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11179;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:96:\"کتاب-چرا-تا-به-حال-کسی-این-ها-را-به-من-نگفته-بود-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6216;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:96:\"کتاب-چرا-تا-به-حال-کسی-این-ها-را-به-من-نگفته-بود-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48394;}s:5:\"thumb\";a:5:{s:4:\"file\";s:94:\"کتاب-چرا-تا-به-حال-کسی-این-ها-را-به-من-نگفته-بود-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2604;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:96:\"کتاب-چرا-تا-به-حال-کسی-این-ها-را-به-من-نگفته-بود-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6216;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:96:\"کتاب-چرا-تا-به-حال-کسی-این-ها-را-به-من-نگفته-بود-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10361;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:96:\"کتاب-چرا-تا-به-حال-کسی-این-ها-را-به-من-نگفته-بود-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7992;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:94:\"کتاب-چرا-تا-به-حال-کسی-این-ها-را-به-من-نگفته-بود-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1722;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:96:\"کتاب-چرا-تا-به-حال-کسی-این-ها-را-به-من-نگفته-بود-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33150;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:96:\"کتاب-چرا-تا-به-حال-کسی-این-ها-را-به-من-نگفته-بود-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7679;}}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:{}}}'),
(3501, 555, '_thumbnail_id', '556'),
(3502, 555, '_wp_page_template', 'default'),
(3503, 555, 'bt_buy', 'on'),
(3504, 555, 'demo_txtc', 'پیش نمایش آنلاین'),
(3505, 555, 'pro_product1', 'on'),
(3506, 555, 'irani_product1', 'on'),
(3507, 555, 'ea_ins_product1', 'on'),
(3508, 555, 'opt_ve_product1', 'on'),
(3509, 555, 'book_auth', 'جولی اسمیت'),
(3510, 555, 'book_pages', '274 صفحه'),
(3511, 555, 'book_lang', 'فارسی'),
(3512, 555, 'book_format', 'PDF'),
(3513, 555, '_yoast_wpseo_primary_category', '1'),
(3514, 555, '_yoast_wpseo_videositemap-rating', '0'),
(3515, 555, '_yoast_wpseo_content_score', '30'),
(3516, 555, '_yoast_wpseo_focuskeywords', '[]'),
(3517, 555, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(3518, 555, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(3519, 558, '_edit_lock', '1733822698:2'),
(3520, 558, '_edit_last', '2'),
(3521, 558, 'bt_buy', 'on'),
(3522, 558, 'demo_txtc', 'پیش نمایش آنلاین'),
(3523, 558, 'pro_product1', 'on'),
(3524, 558, 'irani_product1', 'on'),
(3525, 558, 'ea_ins_product1', 'on'),
(3526, 558, 'opt_ve_product1', 'on'),
(3527, 558, 'edd_price', '490000'),
(3528, 558, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:132:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookkv/b3/ketab-chera-ta-be-hal-kasi-in-hara-be-man-nagofte-bod-joly-ismit-wWw.pdfbama.Com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(3529, 558, '_edd_download_earnings', '0'),
(3530, 558, '_edd_download_sales', '0'),
(3531, 555, 'edd_id', '558'),
(3532, 560, '_edit_lock', '1733824373:2'),
(3533, 560, '_edit_last', '2'),
(3534, 561, '_wp_attached_file', '2024/12/کتاب-زیر-ذره-بین-فیزیک-1-رشته-تجربی.jpg'),
(3535, 561, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:74:\"2024/12/کتاب-زیر-ذره-بین-فیزیک-1-رشته-تجربی.jpg\";s:8:\"filesize\";i:146002;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:74:\"کتاب-زیر-ذره-بین-فیزیک-1-رشته-تجربی-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11471;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:74:\"کتاب-زیر-ذره-بین-فیزیک-1-رشته-تجربی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6473;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:74:\"کتاب-زیر-ذره-بین-فیزیک-1-رشته-تجربی-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50940;}s:5:\"thumb\";a:5:{s:4:\"file\";s:72:\"کتاب-زیر-ذره-بین-فیزیک-1-رشته-تجربی-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2686;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:74:\"کتاب-زیر-ذره-بین-فیزیک-1-رشته-تجربی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6473;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:74:\"کتاب-زیر-ذره-بین-فیزیک-1-رشته-تجربی-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10813;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:74:\"کتاب-زیر-ذره-بین-فیزیک-1-رشته-تجربی-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8443;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:72:\"کتاب-زیر-ذره-بین-فیزیک-1-رشته-تجربی-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1776;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:74:\"کتاب-زیر-ذره-بین-فیزیک-1-رشته-تجربی-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34721;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:74:\"کتاب-زیر-ذره-بین-فیزیک-1-رشته-تجربی-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8194;}}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:{}}}'),
(3536, 560, '_thumbnail_id', '561'),
(3537, 560, '_wp_page_template', 'default'),
(3538, 560, 'bt_buy', 'on'),
(3539, 560, 'demo_txtc', 'پیش نمایش آنلاین'),
(3540, 560, 'pro_product1', 'on'),
(3541, 560, 'irani_product1', 'on'),
(3542, 560, 'ea_ins_product1', 'on'),
(3543, 560, 'opt_ve_product1', 'on'),
(3544, 560, 'book_auth', 'زیر ذره بین'),
(3545, 560, 'book_pages', '153 صفحه'),
(3546, 560, 'book_lang', 'فارسی'),
(3547, 560, 'book_format', 'PDF'),
(3548, 560, '_yoast_wpseo_primary_category', '1'),
(3549, 560, '_yoast_wpseo_videositemap-rating', '0'),
(3550, 560, '_yoast_wpseo_content_score', '60'),
(3551, 560, '_yoast_wpseo_focuskeywords', '[]'),
(3552, 560, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(3553, 560, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(3554, 563, '_edit_lock', '1733824468:2'),
(3555, 563, '_edit_last', '2'),
(3556, 563, 'bt_buy', 'on'),
(3557, 563, 'demo_txtc', 'پیش نمایش آنلاین'),
(3558, 563, 'pro_product1', 'on'),
(3559, 563, 'irani_product1', 'on'),
(3560, 563, 'ea_ins_product1', 'on'),
(3561, 563, 'opt_ve_product1', 'on'),
(3562, 563, 'edd_price', '490000'),
(3563, 563, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:91:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookpo/Ketab-Zire-Zarrebin-Fizik1-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(3564, 563, '_edd_download_earnings', '0'),
(3565, 563, '_edd_download_sales', '0'),
(3566, 560, 'edd_id', '563'),
(3567, 565, '_edit_lock', '1733825786:2'),
(3568, 565, '_edit_last', '2'),
(3569, 566, '_wp_attached_file', '2024/12/کتاب-شیمی-3-دوازدهم.jpg'),
(3570, 566, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:46:\"2024/12/کتاب-شیمی-3-دوازدهم.jpg\";s:8:\"filesize\";i:150276;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"کتاب-شیمی-3-دوازدهم-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12146;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"کتاب-شیمی-3-دوازدهم-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6818;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"کتاب-شیمی-3-دوازدهم-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52351;}s:5:\"thumb\";a:5:{s:4:\"file\";s:44:\"کتاب-شیمی-3-دوازدهم-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2742;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:46:\"کتاب-شیمی-3-دوازدهم-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6818;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:46:\"کتاب-شیمی-3-دوازدهم-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11090;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:46:\"کتاب-شیمی-3-دوازدهم-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8733;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:44:\"کتاب-شیمی-3-دوازدهم-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1835;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:46:\"کتاب-شیمی-3-دوازدهم-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36259;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:46:\"کتاب-شیمی-3-دوازدهم-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8415;}}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:{}}}'),
(3571, 565, '_thumbnail_id', '566'),
(3572, 565, '_wp_page_template', 'default'),
(3573, 565, 'bt_buy', 'on'),
(3574, 565, 'demo_txtc', 'پیش نمایش آنلاین'),
(3575, 565, 'pro_product1', 'on'),
(3576, 565, 'irani_product1', 'on'),
(3577, 565, 'ea_ins_product1', 'on'),
(3578, 565, 'opt_ve_product1', 'on'),
(3579, 565, 'book_auth', 'زیر ذره بین'),
(3580, 565, 'book_pages', '188 صفحه'),
(3581, 565, 'book_lang', 'فارسی'),
(3582, 565, 'book_format', 'PDF'),
(3583, 565, '_yoast_wpseo_primary_category', '1'),
(3584, 565, '_yoast_wpseo_videositemap-rating', '0'),
(3585, 565, '_yoast_wpseo_content_score', '60'),
(3586, 565, '_yoast_wpseo_focuskeywords', '[]'),
(3587, 565, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(3588, 565, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(3589, 568, '_edit_lock', '1733825911:2'),
(3590, 568, '_edit_last', '2'),
(3591, 568, 'bt_buy', 'on'),
(3592, 568, 'demo_txtc', 'پیش نمایش آنلاین'),
(3593, 568, 'pro_product1', 'on'),
(3594, 568, 'irani_product1', 'on'),
(3595, 568, 'ea_ins_product1', 'on'),
(3596, 568, 'opt_ve_product1', 'on'),
(3597, 568, 'edd_price', '490000'),
(3598, 568, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:125:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookkv/b3/ketab-shimi-3-davazdahom-zir-zarabin-afshin-yazdan-shenas-wWw.pdfbama.Com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(3599, 568, '_edd_download_earnings', '0'),
(3600, 568, '_edd_download_sales', '0'),
(3601, 565, 'edd_id', '568'),
(3602, 570, '_edit_lock', '1733827568:2'),
(3603, 570, '_edit_last', '2'),
(3604, 571, '_wp_attached_file', '2024/12/کتاب-انواع-مزاج.jpg'),
(3605, 571, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:40:\"2024/12/کتاب-انواع-مزاج.jpg\";s:8:\"filesize\";i:132735;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"کتاب-انواع-مزاج-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10799;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"کتاب-انواع-مزاج-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6280;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:40:\"کتاب-انواع-مزاج-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45685;}s:5:\"thumb\";a:5:{s:4:\"file\";s:38:\"کتاب-انواع-مزاج-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2604;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:40:\"کتاب-انواع-مزاج-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6280;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:40:\"کتاب-انواع-مزاج-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10157;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:40:\"کتاب-انواع-مزاج-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8068;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:38:\"کتاب-انواع-مزاج-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1772;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:40:\"کتاب-انواع-مزاج-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31459;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:40:\"کتاب-انواع-مزاج-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7695;}}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:{}}}'),
(3606, 570, '_thumbnail_id', '571'),
(3607, 570, '_wp_page_template', 'default'),
(3608, 570, 'bt_buy', 'on'),
(3609, 570, 'demo_txtc', 'پیش نمایش آنلاین'),
(3610, 570, 'pro_product1', 'on'),
(3611, 570, 'irani_product1', 'on'),
(3612, 570, 'ea_ins_product1', 'on'),
(3613, 570, 'opt_ve_product1', 'on'),
(3614, 570, 'book_auth', 'خیر اندیش'),
(3615, 570, 'book_pages', '76 صفحه'),
(3616, 570, 'book_lang', 'فارسی'),
(3617, 570, 'book_format', 'PDF'),
(3618, 570, '_yoast_wpseo_primary_category', '1'),
(3619, 570, '_yoast_wpseo_videositemap-rating', '0'),
(3620, 570, '_yoast_wpseo_content_score', '60'),
(3621, 570, '_yoast_wpseo_focuskeywords', '[]'),
(3622, 570, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(3623, 570, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(3624, 573, '_edit_lock', '1733827552:2'),
(3625, 573, '_edit_last', '2'),
(3626, 573, 'bt_buy', 'on'),
(3627, 573, 'demo_txtc', 'پیش نمایش آنلاین'),
(3628, 573, 'pro_product1', 'on'),
(3629, 573, 'irani_product1', 'on'),
(3630, 573, 'ea_ins_product1', 'on'),
(3631, 573, 'opt_ve_product1', 'on'),
(3632, 573, 'edd_price', '490000'),
(3633, 573, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:75:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookgl/b1/anvae_mezaj_pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(3634, 573, '_edd_download_earnings', '0'),
(3635, 573, '_edd_download_sales', '0'),
(3636, 570, 'edd_id', '573'),
(3637, 575, '_edit_lock', '1733831971:2'),
(3638, 575, '_edit_last', '2'),
(3639, 576, '_wp_attached_file', '2024/12/کتاب-آسیب-شناسی-اجتماعی.jpg'),
(3640, 576, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:55:\"2024/12/کتاب-آسیب-شناسی-اجتماعی.jpg\";s:8:\"filesize\";i:147292;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"کتاب-آسیب-شناسی-اجتماعی-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11679;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"کتاب-آسیب-شناسی-اجتماعی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6614;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:55:\"کتاب-آسیب-شناسی-اجتماعی-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51612;}s:5:\"thumb\";a:5:{s:4:\"file\";s:53:\"کتاب-آسیب-شناسی-اجتماعی-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2711;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:55:\"کتاب-آسیب-شناسی-اجتماعی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6614;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:55:\"کتاب-آسیب-شناسی-اجتماعی-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10934;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:55:\"کتاب-آسیب-شناسی-اجتماعی-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8570;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:53:\"کتاب-آسیب-شناسی-اجتماعی-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1768;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:55:\"کتاب-آسیب-شناسی-اجتماعی-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35263;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:55:\"کتاب-آسیب-شناسی-اجتماعی-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8311;}}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:{}}}'),
(3641, 575, '_wp_page_template', 'default'),
(3642, 575, 'bt_buy', 'on'),
(3643, 575, 'demo_txtc', 'پیش نمایش آنلاین'),
(3644, 575, 'pro_product1', 'on'),
(3645, 575, 'irani_product1', 'on'),
(3646, 575, 'ea_ins_product1', 'on'),
(3647, 575, 'opt_ve_product1', 'on'),
(3648, 575, 'book_auth', 'هدایت الله ستوده'),
(3649, 575, 'book_pages', '155 صفحه'),
(3650, 575, 'book_lang', 'فارسی'),
(3651, 575, 'book_format', 'PDF'),
(3652, 575, '_yoast_wpseo_primary_category', '1'),
(3653, 575, '_yoast_wpseo_videositemap-rating', '0'),
(3654, 575, '_yoast_wpseo_content_score', '90'),
(3655, 575, '_yoast_wpseo_focuskeywords', '[]'),
(3656, 575, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(3657, 575, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(3658, 578, '_edit_lock', '1733832102:2'),
(3659, 578, '_edit_last', '2'),
(3660, 578, 'bt_buy', 'on'),
(3661, 578, 'demo_txtc', 'پیش نمایش آنلاین'),
(3662, 578, 'pro_product1', 'on'),
(3663, 578, 'irani_product1', 'on'),
(3664, 578, 'ea_ins_product1', 'on'),
(3665, 578, 'opt_ve_product1', 'on'),
(3666, 578, 'edd_price', '490000'),
(3667, 578, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:91:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookpo/Ketab-Asibshenasi-Ejtemaii-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(3668, 578, '_edd_download_earnings', '0'),
(3669, 578, '_edd_download_sales', '0'),
(3670, 575, 'edd_id', '578'),
(3671, 581, '_edit_lock', '1733919975:2'),
(3673, 582, '_wp_attached_file', '2024/12/کتاب-محشای-قانون-مجازات-اسلامی.jpg'),
(3674, 582, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:68:\"2024/12/کتاب-محشای-قانون-مجازات-اسلامی.jpg\";s:8:\"filesize\";i:138514;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:68:\"کتاب-محشای-قانون-مجازات-اسلامی-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10533;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:68:\"کتاب-محشای-قانون-مجازات-اسلامی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5997;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:68:\"کتاب-محشای-قانون-مجازات-اسلامی-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46402;}s:5:\"thumb\";a:5:{s:4:\"file\";s:66:\"کتاب-محشای-قانون-مجازات-اسلامی-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2543;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:68:\"کتاب-محشای-قانون-مجازات-اسلامی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5997;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:68:\"کتاب-محشای-قانون-مجازات-اسلامی-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9986;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:68:\"کتاب-محشای-قانون-مجازات-اسلامی-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7816;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:66:\"کتاب-محشای-قانون-مجازات-اسلامی-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1713;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:68:\"کتاب-محشای-قانون-مجازات-اسلامی-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31224;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:68:\"کتاب-محشای-قانون-مجازات-اسلامی-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7571;}}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:{}}}'),
(3675, 581, '_thumbnail_id', '582'),
(3676, 581, '_wp_page_template', 'default'),
(3677, 581, 'bt_buy', 'on'),
(3678, 581, 'demo_txtc', 'پیش نمایش آنلاین'),
(3679, 581, 'pro_product1', 'on'),
(3680, 581, 'irani_product1', 'on'),
(3681, 581, 'ea_ins_product1', 'on'),
(3682, 581, 'opt_ve_product1', 'on'),
(3683, 581, 'book_auth', 'دکتر ایرج گلدوزیان'),
(3684, 581, 'book_pages', '358 صفحه'),
(3685, 581, 'book_lang', 'فارسی'),
(3686, 581, 'book_format', 'PDF'),
(3687, 581, '_yoast_wpseo_primary_category', '1'),
(3688, 581, '_yoast_wpseo_videositemap-rating', '0'),
(3689, 581, '_yoast_wpseo_content_score', '60'),
(3690, 581, '_yoast_wpseo_focuskeywords', '[]'),
(3691, 581, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(3692, 581, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(3693, 584, '_edit_lock', '1733919732:2'),
(3694, 584, '_edit_last', '2'),
(3695, 584, 'bt_buy', 'on'),
(3696, 584, 'demo_txtc', 'پیش نمایش آنلاین'),
(3697, 584, 'pro_product1', 'on'),
(3698, 584, 'irani_product1', 'on'),
(3699, 584, 'ea_ins_product1', 'on'),
(3700, 584, 'opt_ve_product1', 'on'),
(3701, 584, 'edd_price', '490000'),
(3702, 584, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:114:\"https://dl.pdfbamaa.com/pdfbama/ketab/book1/Ketab-Mahshaye-ganun-Mojazat-Eslami-Iraj-Golduzian-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(3703, 584, '_edd_download_earnings', '0'),
(3704, 584, '_edd_download_sales', '0'),
(3705, 581, 'edd_id', '584'),
(3706, 586, '_edit_lock', '1733921320:2'),
(3707, 586, '_edit_last', '2'),
(3708, 587, '_wp_attached_file', '2024/12/کتاب-حسابداری-پیشرفته-1.jpg'),
(3709, 587, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:54:\"2024/12/کتاب-حسابداری-پیشرفته-1.jpg\";s:8:\"filesize\";i:142063;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:54:\"کتاب-حسابداری-پیشرفته-1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11197;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:54:\"کتاب-حسابداری-پیشرفته-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6459;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:54:\"کتاب-حسابداری-پیشرفته-1-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48792;}s:5:\"thumb\";a:5:{s:4:\"file\";s:52:\"کتاب-حسابداری-پیشرفته-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2668;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:54:\"کتاب-حسابداری-پیشرفته-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6459;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:54:\"کتاب-حسابداری-پیشرفته-1-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10668;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:54:\"کتاب-حسابداری-پیشرفته-1-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8305;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:52:\"کتاب-حسابداری-پیشرفته-1-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1801;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:54:\"کتاب-حسابداری-پیشرفته-1-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33244;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:54:\"کتاب-حسابداری-پیشرفته-1-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8178;}}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:{}}}'),
(3710, 586, '_thumbnail_id', '587'),
(3711, 586, '_wp_page_template', 'default'),
(3712, 586, 'bt_buy', 'on'),
(3713, 586, 'demo_txtc', 'پیش نمایش آنلاین'),
(3714, 586, 'pro_product1', 'on'),
(3715, 586, 'irani_product1', 'on'),
(3716, 586, 'ea_ins_product1', 'on'),
(3717, 586, 'opt_ve_product1', 'on'),
(3718, 586, 'book_auth', 'جمشید اسکندری'),
(3719, 586, 'book_pages', '230 صفحه'),
(3720, 586, 'book_lang', 'فارسی'),
(3721, 586, 'book_format', 'PDF'),
(3722, 586, '_yoast_wpseo_primary_category', '1'),
(3723, 586, '_yoast_wpseo_videositemap-rating', '0'),
(3724, 586, '_yoast_wpseo_content_score', '60'),
(3725, 586, '_yoast_wpseo_focuskeywords', '[]'),
(3726, 586, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(3727, 586, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(3728, 589, '_edit_lock', '1733921404:2'),
(3729, 589, '_edit_last', '2'),
(3730, 589, 'bt_buy', 'on'),
(3731, 589, 'demo_txtc', 'پیش نمایش آنلاین'),
(3732, 589, 'pro_product1', 'on'),
(3733, 589, 'irani_product1', 'on'),
(3734, 589, 'ea_ins_product1', 'on'),
(3735, 589, 'opt_ve_product1', 'on'),
(3736, 589, 'edd_price', '490000'),
(3737, 589, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:109:\"https://dl.pdfbamaa.com/pdfbama/ketab/book1/Ketab-Hesabdari-Pishrafte-1-Jamshid-Eskandari-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(3738, 589, '_edd_download_earnings', '0'),
(3739, 589, '_edd_download_sales', '0'),
(3740, 586, 'edd_id', '589'),
(3741, 591, '_edit_lock', '1734152471:2'),
(3742, 591, '_edit_last', '2'),
(3743, 592, '_wp_attached_file', '2024/12/کتاب-کامل-ترین-مرجع-کاربردی-طراحی-سازه-با-SAP-2000.jpg'),
(3744, 592, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:96:\"2024/12/کتاب-کامل-ترین-مرجع-کاربردی-طراحی-سازه-با-SAP-2000.jpg\";s:8:\"filesize\";i:138923;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:96:\"کتاب-کامل-ترین-مرجع-کاربردی-طراحی-سازه-با-SAP-2000-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11100;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:96:\"کتاب-کامل-ترین-مرجع-کاربردی-طراحی-سازه-با-SAP-2000-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6267;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:96:\"کتاب-کامل-ترین-مرجع-کاربردی-طراحی-سازه-با-SAP-2000-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47567;}s:5:\"thumb\";a:5:{s:4:\"file\";s:94:\"کتاب-کامل-ترین-مرجع-کاربردی-طراحی-سازه-با-SAP-2000-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2637;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:96:\"کتاب-کامل-ترین-مرجع-کاربردی-طراحی-سازه-با-SAP-2000-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6267;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:96:\"کتاب-کامل-ترین-مرجع-کاربردی-طراحی-سازه-با-SAP-2000-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10353;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:96:\"کتاب-کامل-ترین-مرجع-کاربردی-طراحی-سازه-با-SAP-2000-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8062;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:94:\"کتاب-کامل-ترین-مرجع-کاربردی-طراحی-سازه-با-SAP-2000-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1744;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:96:\"کتاب-کامل-ترین-مرجع-کاربردی-طراحی-سازه-با-SAP-2000-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32325;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:96:\"کتاب-کامل-ترین-مرجع-کاربردی-طراحی-سازه-با-SAP-2000-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7769;}}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:{}}}'),
(3745, 591, '_thumbnail_id', '592'),
(3746, 591, '_wp_page_template', 'default'),
(3747, 591, 'bt_buy', 'on'),
(3748, 591, 'demo_txtc', 'پیش نمایش آنلاین'),
(3749, 591, 'pro_product1', 'on'),
(3750, 591, 'irani_product1', 'on'),
(3751, 591, 'ea_ins_product1', 'on'),
(3752, 591, 'opt_ve_product1', 'on'),
(3753, 591, 'book_auth', 'محمد افضلی'),
(3754, 591, 'book_pages', '660 صفحه'),
(3755, 591, 'book_lang', 'فارسی'),
(3756, 591, 'book_format', 'PDF'),
(3757, 591, '_yoast_wpseo_primary_category', '1'),
(3758, 591, '_yoast_wpseo_videositemap-rating', '0'),
(3759, 591, '_yoast_wpseo_content_score', '90'),
(3760, 591, '_yoast_wpseo_focuskeywords', '[]'),
(3761, 591, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(3762, 591, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(3763, 594, '_edit_lock', '1734152294:2'),
(3764, 594, '_edit_last', '2'),
(3765, 594, 'bt_buy', 'on'),
(3766, 594, 'demo_txtc', 'پیش نمایش آنلاین'),
(3767, 594, 'pro_product1', 'on'),
(3768, 594, 'irani_product1', 'on'),
(3769, 594, 'ea_ins_product1', 'on'),
(3770, 594, 'opt_ve_product1', 'on'),
(3771, 594, 'edd_price', '490000'),
(3772, 594, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:120:\"https://dl.pdfbamaa.com/pdfbama/ketab/book1/Ketab-Kamel-Tarin-Marjae-Karbordi-Tarahi-Saze-Ba-SAP2000-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(3773, 594, '_edd_download_earnings', '0'),
(3774, 594, '_edd_download_sales', '0'),
(3775, 591, 'edd_id', '594'),
(3776, 596, '_edit_lock', '1734153312:2'),
(3777, 596, '_edit_last', '2'),
(3778, 597, '_wp_attached_file', '2024/12/کتاب-گام-به-گام-دروس-دهم.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3779, 597, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:55:\"2024/12/کتاب-گام-به-گام-دروس-دهم.jpg\";s:8:\"filesize\";i:147826;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"کتاب-گام-به-گام-دروس-دهم-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11192;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"کتاب-گام-به-گام-دروس-دهم-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6289;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:55:\"کتاب-گام-به-گام-دروس-دهم-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51036;}s:5:\"thumb\";a:5:{s:4:\"file\";s:53:\"کتاب-گام-به-گام-دروس-دهم-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2640;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:55:\"کتاب-گام-به-گام-دروس-دهم-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6289;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:55:\"کتاب-گام-به-گام-دروس-دهم-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10632;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:55:\"کتاب-گام-به-گام-دروس-دهم-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8374;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:53:\"کتاب-گام-به-گام-دروس-دهم-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1745;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:55:\"کتاب-گام-به-گام-دروس-دهم-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34290;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:55:\"کتاب-گام-به-گام-دروس-دهم-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8045;}}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:{}}}'),
(3780, 596, '_thumbnail_id', '597'),
(3781, 596, '_wp_page_template', 'default'),
(3782, 596, 'bt_buy', 'on'),
(3783, 596, 'demo_txtc', 'پیش نمایش آنلاین'),
(3784, 596, 'pro_product1', 'on'),
(3785, 596, 'irani_product1', 'on'),
(3786, 596, 'ea_ins_product1', 'on'),
(3787, 596, 'opt_ve_product1', 'on'),
(3788, 596, 'book_auth', 'کلاغ سپید'),
(3789, 596, 'book_pages', '920 صفحه'),
(3790, 596, 'book_lang', 'فارسی'),
(3791, 596, 'book_format', 'PDF'),
(3792, 596, '_yoast_wpseo_primary_category', '1'),
(3793, 596, '_yoast_wpseo_videositemap-rating', '0'),
(3794, 596, '_yoast_wpseo_content_score', '30'),
(3795, 596, '_yoast_wpseo_focuskeywords', '[]'),
(3796, 596, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(3797, 596, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(3798, 599, '_edit_lock', '1734153312:2'),
(3799, 599, '_edit_last', '2'),
(3800, 599, 'bt_buy', 'on'),
(3801, 599, 'demo_txtc', 'پیش نمایش آنلاین'),
(3802, 599, 'pro_product1', 'on'),
(3803, 599, 'irani_product1', 'on'),
(3804, 599, 'ea_ins_product1', 'on'),
(3805, 599, 'opt_ve_product1', 'on'),
(3806, 599, 'edd_price', '490000'),
(3807, 599, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:125:\"https://dl.pdfbamaa.com/pdfbama/ketab/book3/ketab-gambegam-kalagsepid-dahom-riyazi-va-tajrobi-shahkilid10-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(3808, 599, '_edd_download_earnings', '0'),
(3809, 599, '_edd_download_sales', '0'),
(3810, 596, 'edd_id', '599'),
(3811, 601, '_edit_lock', '1734174608:2'),
(3812, 601, '_edit_last', '2'),
(3813, 602, '_wp_attached_file', '2024/12/کتاب-مسیر-پیامبری.jpg'),
(3814, 602, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:44:\"2024/12/کتاب-مسیر-پیامبری.jpg\";s:8:\"filesize\";i:124879;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"کتاب-مسیر-پیامبری-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10133;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"کتاب-مسیر-پیامبری-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5993;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"کتاب-مسیر-پیامبری-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41475;}s:5:\"thumb\";a:5:{s:4:\"file\";s:42:\"کتاب-مسیر-پیامبری-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2585;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:44:\"کتاب-مسیر-پیامبری-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5993;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:44:\"کتاب-مسیر-پیامبری-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9886;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:44:\"کتاب-مسیر-پیامبری-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7828;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:42:\"کتاب-مسیر-پیامبری-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1776;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:44:\"کتاب-مسیر-پیامبری-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28570;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:44:\"کتاب-مسیر-پیامبری-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7554;}}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:{}}}'),
(3815, 601, '_thumbnail_id', '602'),
(3816, 601, '_wp_page_template', 'default'),
(3817, 601, 'bt_buy', 'on'),
(3818, 601, 'demo_txtc', 'پیش نمایش آنلاین'),
(3819, 601, 'pro_product1', 'on'),
(3820, 601, 'irani_product1', 'on'),
(3821, 601, 'ea_ins_product1', 'on'),
(3822, 601, 'opt_ve_product1', 'on'),
(3823, 601, 'book_auth', 'صدیقه وسمقی'),
(3824, 601, 'book_pages', '170 صفحه'),
(3825, 601, 'book_lang', 'فارسی'),
(3826, 601, 'book_format', 'PDF'),
(3827, 601, '_yoast_wpseo_primary_category', '1'),
(3828, 601, '_yoast_wpseo_videositemap-rating', '0'),
(3829, 601, '_yoast_wpseo_content_score', '60'),
(3830, 601, '_yoast_wpseo_focuskeywords', '[]'),
(3831, 601, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(3832, 601, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(3833, 604, '_edit_lock', '1734174729:2'),
(3834, 604, '_edit_last', '2'),
(3835, 604, 'bt_buy', 'on'),
(3836, 604, 'demo_txtc', 'پیش نمایش آنلاین'),
(3837, 604, 'pro_product1', 'on'),
(3838, 604, 'irani_product1', 'on'),
(3839, 604, 'ea_ins_product1', 'on'),
(3840, 604, 'opt_ve_product1', 'on'),
(3841, 604, 'edd_price', '490000'),
(3842, 604, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:100:\"https://dl.pdfbamaa.com/pdfbama/ketab/book2/Ketab-Masir-Payambari-Sedige-Vasmagi-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(3843, 604, '_edd_download_earnings', '0'),
(3844, 604, '_edd_download_sales', '0'),
(3845, 601, 'edd_id', '604'),
(3846, 606, '_edit_lock', '1734175864:2'),
(3847, 606, '_edit_last', '2'),
(3848, 607, '_wp_attached_file', '2024/12/کتاب-زوهر؛-کتاب-روشنایی.jpg'),
(3849, 607, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:55:\"2024/12/کتاب-زوهر؛-کتاب-روشنایی.jpg\";s:8:\"filesize\";i:145218;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"کتاب-زوهر؛-کتاب-روشنایی-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11322;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"کتاب-زوهر؛-کتاب-روشنایی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6406;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:55:\"کتاب-زوهر؛-کتاب-روشنایی-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50442;}s:5:\"thumb\";a:5:{s:4:\"file\";s:53:\"کتاب-زوهر؛-کتاب-روشنایی-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2649;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:55:\"کتاب-زوهر؛-کتاب-روشنایی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6406;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:55:\"کتاب-زوهر؛-کتاب-روشنایی-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10635;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:55:\"کتاب-زوهر؛-کتاب-روشنایی-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8360;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:53:\"کتاب-زوهر؛-کتاب-روشنایی-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1755;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:55:\"کتاب-زوهر؛-کتاب-روشنایی-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34283;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:55:\"کتاب-زوهر؛-کتاب-روشنایی-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8030;}}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:{}}}'),
(3850, 606, '_thumbnail_id', '607'),
(3851, 606, '_wp_page_template', 'default'),
(3852, 606, 'bt_buy', 'on'),
(3853, 606, 'demo_txtc', 'پیش نمایش آنلاین'),
(3854, 606, 'pro_product1', 'on'),
(3855, 606, 'irani_product1', 'on'),
(3856, 606, 'ea_ins_product1', 'on'),
(3857, 606, 'opt_ve_product1', 'on'),
(3858, 606, 'book_auth', 'هما شهرام بخت'),
(3859, 606, 'book_pages', '187 صفحه'),
(3860, 606, 'book_lang', 'فارسی'),
(3861, 606, 'book_format', 'PDF'),
(3862, 606, '_yoast_wpseo_primary_category', '1'),
(3863, 606, '_yoast_wpseo_videositemap-rating', '0'),
(3864, 606, '_yoast_wpseo_content_score', '30'),
(3865, 606, '_yoast_wpseo_focuskeywords', '[]'),
(3866, 606, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(3867, 606, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(3868, 609, '_edit_lock', '1734175864:2'),
(3869, 609, '_edit_last', '2'),
(3870, 609, 'bt_buy', 'on'),
(3871, 609, 'demo_txtc', 'پیش نمایش آنلاین'),
(3872, 609, 'pro_product1', 'on'),
(3873, 609, 'irani_product1', 'on'),
(3874, 609, 'ea_ins_product1', 'on'),
(3875, 609, 'opt_ve_product1', 'on'),
(3876, 609, 'edd_price', '490000'),
(3877, 609, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:113:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookaf/b1/Ketab-Zuher-Ketab-Rushanaei-Homa-Shahrambakht-www.PDFBAMA.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(3878, 609, '_edd_download_earnings', '0'),
(3879, 609, '_edd_download_sales', '0'),
(3880, 606, 'edd_id', '609'),
(3881, 611, '_edit_lock', '1734176985:2'),
(3882, 611, '_edit_last', '2'),
(3883, 612, '_wp_attached_file', '2024/12/کتاب-زبان-تخصصی-مهندسی-عمران-و-معماری.jpg'),
(3884, 612, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:80:\"2024/12/کتاب-زبان-تخصصی-مهندسی-عمران-و-معماری.jpg\";s:8:\"filesize\";i:141138;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:80:\"کتاب-زبان-تخصصی-مهندسی-عمران-و-معماری-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10875;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:80:\"کتاب-زبان-تخصصی-مهندسی-عمران-و-معماری-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6193;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:80:\"کتاب-زبان-تخصصی-مهندسی-عمران-و-معماری-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48702;}s:5:\"thumb\";a:5:{s:4:\"file\";s:78:\"کتاب-زبان-تخصصی-مهندسی-عمران-و-معماری-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2621;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:80:\"کتاب-زبان-تخصصی-مهندسی-عمران-و-معماری-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6193;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:80:\"کتاب-زبان-تخصصی-مهندسی-عمران-و-معماری-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10359;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:80:\"کتاب-زبان-تخصصی-مهندسی-عمران-و-معماری-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8171;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:78:\"کتاب-زبان-تخصصی-مهندسی-عمران-و-معماری-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1756;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:80:\"کتاب-زبان-تخصصی-مهندسی-عمران-و-معماری-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32753;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:80:\"کتاب-زبان-تخصصی-مهندسی-عمران-و-معماری-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7854;}}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:{}}}'),
(3885, 611, '_thumbnail_id', '612'),
(3886, 611, '_wp_page_template', 'default'),
(3887, 611, 'bt_buy', 'on'),
(3888, 611, 'demo_txtc', 'پیش نمایش آنلاین'),
(3889, 611, 'pro_product1', 'on'),
(3890, 611, 'irani_product1', 'on'),
(3891, 611, 'ea_ins_product1', 'on'),
(3892, 611, 'opt_ve_product1', 'on'),
(3893, 611, 'book_auth', 'علی قربانی'),
(3894, 611, 'book_pages', '330 صفحه'),
(3895, 611, 'book_lang', 'فارسی'),
(3896, 611, 'book_format', 'PDF'),
(3897, 611, '_yoast_wpseo_primary_category', '1'),
(3898, 611, '_yoast_wpseo_videositemap-rating', '0'),
(3899, 611, '_yoast_wpseo_content_score', '30'),
(3900, 611, '_yoast_wpseo_focuskeywords', '[]'),
(3901, 611, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(3902, 611, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(3903, 614, '_edit_lock', '1734177114:2'),
(3904, 614, '_edit_last', '2'),
(3905, 614, 'bt_buy', 'on'),
(3906, 614, 'demo_txtc', 'پیش نمایش آنلاین'),
(3907, 614, 'pro_product1', 'on'),
(3908, 614, 'irani_product1', 'on'),
(3909, 614, 'ea_ins_product1', 'on'),
(3910, 614, 'opt_ve_product1', 'on'),
(3911, 614, 'edd_price', '490000'),
(3912, 614, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:102:\"https://dl.pdfbamaa.com/pdfbama/ketab/book1/zaban-takhasosi-mahandesi-omran-memari-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(3913, 614, '_edd_download_earnings', '0'),
(3914, 614, '_edd_download_sales', '0'),
(3915, 611, 'edd_id', '614'),
(3916, 616, '_edit_lock', '1734178269:2'),
(3917, 616, '_edit_last', '2'),
(3918, 617, '_wp_attached_file', '2024/12/کتاب-جامع-زیست-شناسی.jpg'),
(3919, 617, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:49:\"2024/12/کتاب-جامع-زیست-شناسی.jpg\";s:8:\"filesize\";i:147669;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"کتاب-جامع-زیست-شناسی-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11624;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"کتاب-جامع-زیست-شناسی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6350;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"کتاب-جامع-زیست-شناسی-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50488;}s:5:\"thumb\";a:5:{s:4:\"file\";s:47:\"کتاب-جامع-زیست-شناسی-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2642;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:49:\"کتاب-جامع-زیست-شناسی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6350;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:49:\"کتاب-جامع-زیست-شناسی-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10595;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:49:\"کتاب-جامع-زیست-شناسی-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8329;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:47:\"کتاب-جامع-زیست-شناسی-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1768;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:49:\"کتاب-جامع-زیست-شناسی-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34414;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:49:\"کتاب-جامع-زیست-شناسی-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8041;}}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:{}}}'),
(3920, 616, '_thumbnail_id', '617'),
(3921, 616, '_wp_page_template', 'default'),
(3922, 616, 'bt_buy', 'on'),
(3923, 616, 'demo_txtc', 'پیش نمایش آنلاین'),
(3924, 616, 'pro_product1', 'on'),
(3925, 616, 'irani_product1', 'on'),
(3926, 616, 'ea_ins_product1', 'on'),
(3927, 616, 'opt_ve_product1', 'on'),
(3928, 616, 'book_auth', 'مرتضی رضایی'),
(3929, 616, 'book_pages', '700 صفحه'),
(3930, 616, 'book_lang', 'فارسی'),
(3931, 616, 'book_format', 'PDF'),
(3932, 616, '_yoast_wpseo_primary_category', '1'),
(3933, 616, '_yoast_wpseo_videositemap-rating', '0'),
(3934, 616, '_yoast_wpseo_content_score', '90'),
(3935, 616, '_yoast_wpseo_focuskeywords', '[]'),
(3936, 616, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(3937, 616, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(3938, 619, '_edit_lock', '1734178270:2'),
(3939, 619, '_edit_last', '2'),
(3940, 619, 'bt_buy', 'on'),
(3941, 619, 'demo_txtc', 'پیش نمایش آنلاین'),
(3942, 619, 'pro_product1', 'on'),
(3943, 619, 'irani_product1', 'on'),
(3944, 619, 'ea_ins_product1', 'on'),
(3945, 619, 'opt_ve_product1', 'on'),
(3946, 619, 'edd_price', '490000'),
(3947, 619, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:116:\"https://dl.pdfbamaa.com/pdfbama/ketab/book1/Ketab-Jame-Zist-Shenasi-Zire-Zare-Bin-Morteza-Rezayi-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(3948, 619, '_edd_download_earnings', '0'),
(3949, 619, '_edd_download_sales', '0'),
(3950, 616, 'edd_id', '619'),
(3951, 621, '_edit_lock', '1734259948:2'),
(3952, 621, '_edit_last', '2'),
(3953, 622, '_wp_attached_file', '2024/12/کتاب-آشنایی-با-معماری-جهان.jpg'),
(3954, 622, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:60:\"2024/12/کتاب-آشنایی-با-معماری-جهان.jpg\";s:8:\"filesize\";i:148807;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"کتاب-آشنایی-با-معماری-جهان-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11883;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"کتاب-آشنایی-با-معماری-جهان-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6502;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:60:\"کتاب-آشنایی-با-معماری-جهان-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52144;}s:5:\"thumb\";a:5:{s:4:\"file\";s:58:\"کتاب-آشنایی-با-معماری-جهان-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2711;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:60:\"کتاب-آشنایی-با-معماری-جهان-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6502;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:60:\"کتاب-آشنایی-با-معماری-جهان-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10808;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:60:\"کتاب-آشنایی-با-معماری-جهان-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8534;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:58:\"کتاب-آشنایی-با-معماری-جهان-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1778;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:60:\"کتاب-آشنایی-با-معماری-جهان-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35568;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:60:\"کتاب-آشنایی-با-معماری-جهان-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8193;}}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:{}}}'),
(3955, 621, '_thumbnail_id', '622'),
(3956, 621, '_wp_page_template', 'default'),
(3957, 621, 'bt_buy', 'on'),
(3958, 621, 'demo_txtc', 'پیش نمایش آنلاین'),
(3959, 621, 'pro_product1', 'on'),
(3960, 621, 'irani_product1', 'on'),
(3961, 621, 'ea_ins_product1', 'on'),
(3962, 621, 'opt_ve_product1', 'on'),
(3963, 621, 'book_auth', 'محمد ابراهیم زارعی'),
(3964, 621, 'book_pages', '500 صفحه'),
(3965, 621, 'book_lang', 'فارسی'),
(3966, 621, 'book_format', 'PDF'),
(3967, 621, '_yoast_wpseo_primary_category', '1'),
(3968, 621, '_yoast_wpseo_videositemap-rating', '0'),
(3969, 621, '_yoast_wpseo_content_score', '60'),
(3970, 621, '_yoast_wpseo_focuskeywords', '[]'),
(3971, 621, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(3972, 621, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(3973, 624, '_edit_lock', '1734259929:2'),
(3974, 624, '_edit_last', '2'),
(3975, 624, 'bt_buy', 'on'),
(3976, 624, 'demo_txtc', 'پیش نمایش آنلاین'),
(3977, 624, 'pro_product1', 'on'),
(3978, 624, 'irani_product1', 'on'),
(3979, 624, 'ea_ins_product1', 'on'),
(3980, 624, 'opt_ve_product1', 'on'),
(3981, 624, 'edd_price', '490000'),
(3982, 624, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:114:\"https://dl.pdfbamaa.com/pdfbama/ketab/book1/Ketab-Ashnayi-Ba-Memari-Jahan-Mohamd-Ebrahim-Zarei-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(3983, 624, '_edd_download_earnings', '0'),
(3984, 624, '_edd_download_sales', '0'),
(3985, 621, 'edd_id', '624'),
(3986, 626, '_edit_lock', '1734264048:2'),
(3987, 626, '_edit_last', '2'),
(3988, 627, '_wp_attached_file', '2024/12/کتاب-جامع-زبان-تخصصی-کنکور-جلد-اول.jpg'),
(3989, 627, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:74:\"2024/12/کتاب-جامع-زبان-تخصصی-کنکور-جلد-اول.jpg\";s:8:\"filesize\";i:148597;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:74:\"کتاب-جامع-زبان-تخصصی-کنکور-جلد-اول-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11636;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:74:\"کتاب-جامع-زبان-تخصصی-کنکور-جلد-اول-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6600;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:74:\"کتاب-جامع-زبان-تخصصی-کنکور-جلد-اول-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51467;}s:5:\"thumb\";a:5:{s:4:\"file\";s:72:\"کتاب-جامع-زبان-تخصصی-کنکور-جلد-اول-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2744;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:74:\"کتاب-جامع-زبان-تخصصی-کنکور-جلد-اول-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6600;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:74:\"کتاب-جامع-زبان-تخصصی-کنکور-جلد-اول-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10980;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:74:\"کتاب-جامع-زبان-تخصصی-کنکور-جلد-اول-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8663;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:72:\"کتاب-جامع-زبان-تخصصی-کنکور-جلد-اول-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1795;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:74:\"کتاب-جامع-زبان-تخصصی-کنکور-جلد-اول-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35005;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:74:\"کتاب-جامع-زبان-تخصصی-کنکور-جلد-اول-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8325;}}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:{}}}'),
(3990, 626, '_thumbnail_id', '629'),
(3991, 626, '_wp_page_template', 'default'),
(3992, 626, 'bt_buy', 'on'),
(3993, 626, 'demo_txtc', 'پیش نمایش آنلاین'),
(3994, 626, 'pro_product1', 'on'),
(3995, 626, 'irani_product1', 'on'),
(3996, 626, 'ea_ins_product1', 'on'),
(3997, 626, 'opt_ve_product1', 'on'),
(3998, 626, 'book_auth', 'شهاب اناری'),
(3999, 626, 'book_pages', '520 صفحه'),
(4000, 626, 'book_lang', 'فارسی'),
(4001, 626, 'book_format', 'PDF'),
(4002, 626, '_yoast_wpseo_primary_category', '1'),
(4003, 626, '_yoast_wpseo_videositemap-rating', '0'),
(4004, 626, '_yoast_wpseo_content_score', '60'),
(4005, 626, '_yoast_wpseo_focuskeywords', '[]'),
(4006, 626, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(4007, 626, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(4008, 629, '_wp_attached_file', '2024/12/کتاب-جامع-زبان-تخصصی-کنکور-جلد-اول-1.jpg'),
(4009, 629, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:76:\"2024/12/کتاب-جامع-زبان-تخصصی-کنکور-جلد-اول-1.jpg\";s:8:\"filesize\";i:149015;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:76:\"کتاب-جامع-زبان-تخصصی-کنکور-جلد-اول-1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11653;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:76:\"کتاب-جامع-زبان-تخصصی-کنکور-جلد-اول-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6597;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:76:\"کتاب-جامع-زبان-تخصصی-کنکور-جلد-اول-1-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51569;}s:5:\"thumb\";a:5:{s:4:\"file\";s:74:\"کتاب-جامع-زبان-تخصصی-کنکور-جلد-اول-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2733;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:76:\"کتاب-جامع-زبان-تخصصی-کنکور-جلد-اول-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6597;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:76:\"کتاب-جامع-زبان-تخصصی-کنکور-جلد-اول-1-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11009;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:76:\"کتاب-جامع-زبان-تخصصی-کنکور-جلد-اول-1-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8695;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:74:\"کتاب-جامع-زبان-تخصصی-کنکور-جلد-اول-1-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1789;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:76:\"کتاب-جامع-زبان-تخصصی-کنکور-جلد-اول-1-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35034;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:76:\"کتاب-جامع-زبان-تخصصی-کنکور-جلد-اول-1-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8371;}}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:{}}}'),
(4010, 630, '_edit_lock', '1734264012:2'),
(4011, 630, '_edit_last', '2'),
(4012, 630, 'bt_buy', 'on'),
(4013, 630, 'demo_txtc', 'پیش نمایش آنلاین'),
(4014, 630, 'pro_product1', 'on'),
(4015, 630, 'irani_product1', 'on'),
(4016, 630, 'ea_ins_product1', 'on'),
(4017, 630, 'opt_ve_product1', 'on'),
(4018, 630, 'edd_price', '490000'),
(4019, 630, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:131:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookmh/book2/Ketab-Jameh-Zaban-Takhassosi-Konkour-Jeld-Avval-Shahab-Anari-Www.Pdfbama.Com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(4020, 630, '_edd_download_earnings', '0'),
(4021, 630, '_edd_download_sales', '0'),
(4022, 626, 'edd_id', '630'),
(4023, 632, '_edit_lock', '1734265032:2'),
(4024, 632, '_edit_last', '2'),
(4026, 633, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:61:\"2024/12/کتاب-تاریخ-هنر-ایران-و-جهان.jpg\";s:8:\"filesize\";i:139379;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:61:\"کتاب-تاریخ-هنر-ایران-و-جهان-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11251;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:61:\"کتاب-تاریخ-هنر-ایران-و-جهان-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6231;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:61:\"کتاب-تاریخ-هنر-ایران-و-جهان-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48360;}s:5:\"thumb\";a:5:{s:4:\"file\";s:59:\"کتاب-تاریخ-هنر-ایران-و-جهان-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2654;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:61:\"کتاب-تاریخ-هنر-ایران-و-جهان-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6231;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:61:\"کتاب-تاریخ-هنر-ایران-و-جهان-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10390;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:61:\"کتاب-تاریخ-هنر-ایران-و-جهان-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8269;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:59:\"کتاب-تاریخ-هنر-ایران-و-جهان-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1789;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:61:\"کتاب-تاریخ-هنر-ایران-و-جهان-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32968;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:61:\"کتاب-تاریخ-هنر-ایران-و-جهان-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8028;}}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:{}}}'),
(4027, 632, '_thumbnail_id', '633'),
(4028, 632, '_wp_page_template', 'default'),
(4029, 632, 'bt_buy', 'on'),
(4030, 632, 'demo_txtc', 'پیش نمایش آنلاین'),
(4031, 632, 'pro_product1', 'on'),
(4032, 632, 'irani_product1', 'on'),
(4033, 632, 'ea_ins_product1', 'on'),
(4034, 632, 'opt_ve_product1', 'on'),
(4035, 632, 'book_auth', 'احمد رستمعلی'),
(4036, 632, 'book_pages', '426 صفحه'),
(4037, 632, 'book_lang', 'فارسی'),
(4038, 632, 'book_format', 'PDF'),
(4039, 632, '_yoast_wpseo_primary_category', '1'),
(4040, 632, '_yoast_wpseo_videositemap-rating', '0'),
(4041, 632, '_yoast_wpseo_content_score', '90'),
(4042, 632, '_yoast_wpseo_focuskeywords', '[]'),
(4043, 632, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(4044, 632, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(4045, 635, '_edit_lock', '1734264961:2'),
(4046, 635, '_edit_last', '2'),
(4047, 635, 'bt_buy', 'on'),
(4048, 635, 'demo_txtc', 'پیش نمایش آنلاین'),
(4049, 635, 'pro_product1', 'on'),
(4050, 635, 'irani_product1', 'on'),
(4051, 635, 'ea_ins_product1', 'on'),
(4052, 635, 'opt_ve_product1', 'on'),
(4053, 635, 'edd_price', '490000'),
(4054, 635, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:114:\"https://dl.pdfbamaa.com/pdfbama/ketab/book3/Ketab-Majmoe-Test-Haye-Tarikhe-Honar-Iran-Va-Jahan-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(4055, 635, '_edd_download_earnings', '0'),
(4056, 635, '_edd_download_sales', '0'),
(4057, 632, 'edd_id', '635'),
(4058, 637, '_edit_lock', '1734266016:2'),
(4059, 637, '_edit_last', '2'),
(4060, 638, '_wp_attached_file', '2024/12/کتاب-بانک-سوالات-درسنامه-جامع-پرستاری.jpg'),
(4061, 638, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:81:\"2024/12/کتاب-بانک-سوالات-درسنامه-جامع-پرستاری.jpg\";s:8:\"filesize\";i:139924;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:81:\"کتاب-بانک-سوالات-درسنامه-جامع-پرستاری-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10915;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:81:\"کتاب-بانک-سوالات-درسنامه-جامع-پرستاری-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6129;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:81:\"کتاب-بانک-سوالات-درسنامه-جامع-پرستاری-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47604;}s:5:\"thumb\";a:5:{s:4:\"file\";s:79:\"کتاب-بانک-سوالات-درسنامه-جامع-پرستاری-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2574;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:81:\"کتاب-بانک-سوالات-درسنامه-جامع-پرستاری-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6129;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:81:\"کتاب-بانک-سوالات-درسنامه-جامع-پرستاری-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10145;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:81:\"کتاب-بانک-سوالات-درسنامه-جامع-پرستاری-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7925;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:79:\"کتاب-بانک-سوالات-درسنامه-جامع-پرستاری-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1730;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:81:\"کتاب-بانک-سوالات-درسنامه-جامع-پرستاری-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32469;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:81:\"کتاب-بانک-سوالات-درسنامه-جامع-پرستاری-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7686;}}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:{}}}'),
(4062, 637, '_thumbnail_id', '638'),
(4063, 637, '_wp_page_template', 'default'),
(4064, 637, 'bt_buy', 'on'),
(4065, 637, 'demo_txtc', 'پیش نمایش آنلاین'),
(4066, 637, 'pro_product1', 'on'),
(4067, 637, 'irani_product1', 'on'),
(4068, 637, 'ea_ins_product1', 'on'),
(4069, 637, 'opt_ve_product1', 'on'),
(4070, 637, 'book_auth', 'احمد نوقابی'),
(4071, 637, 'book_pages', '690 صفحه'),
(4072, 637, 'book_lang', 'فارسی'),
(4073, 637, 'book_format', 'PDF'),
(4074, 637, '_yoast_wpseo_primary_category', '1'),
(4075, 637, '_yoast_wpseo_videositemap-rating', '0'),
(4076, 637, '_yoast_wpseo_content_score', '30'),
(4077, 637, '_yoast_wpseo_focuskeywords', '[]'),
(4078, 637, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(4079, 637, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(4080, 640, '_edit_lock', '1734266154:2'),
(4081, 640, '_edit_last', '2'),
(4082, 640, 'bt_buy', 'on'),
(4083, 640, 'demo_txtc', 'پیش نمایش آنلاین'),
(4084, 640, 'pro_product1', 'on'),
(4085, 640, 'irani_product1', 'on'),
(4086, 640, 'ea_ins_product1', 'on'),
(4087, 640, 'opt_ve_product1', 'on'),
(4088, 640, 'edd_price', '490000'),
(4089, 640, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:104:\"https://dl.pdfbamaa.com/pdfbama/ketab/book1/Ketab-Bank-Soalat-Darsname-Jame-Parstari-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(4090, 640, '_edd_download_earnings', '0'),
(4091, 640, '_edd_download_sales', '0'),
(4092, 637, 'edd_id', '640'),
(4093, 642, '_edit_lock', '1734339176:2'),
(4094, 642, '_edit_last', '2'),
(4095, 643, '_wp_attached_file', '2024/12/کتاب-موج-آزمون-هندسه.jpg'),
(4096, 643, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:49:\"2024/12/کتاب-موج-آزمون-هندسه.jpg\";s:8:\"filesize\";i:139656;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"کتاب-موج-آزمون-هندسه-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11216;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"کتاب-موج-آزمون-هندسه-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6298;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"کتاب-موج-آزمون-هندسه-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48443;}s:5:\"thumb\";a:5:{s:4:\"file\";s:47:\"کتاب-موج-آزمون-هندسه-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2663;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:49:\"کتاب-موج-آزمون-هندسه-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6298;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:49:\"کتاب-موج-آزمون-هندسه-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10507;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:49:\"کتاب-موج-آزمون-هندسه-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8263;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:47:\"کتاب-موج-آزمون-هندسه-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1764;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:49:\"کتاب-موج-آزمون-هندسه-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33197;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:49:\"کتاب-موج-آزمون-هندسه-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7932;}}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:{}}}'),
(4097, 642, '_thumbnail_id', '643'),
(4098, 642, '_wp_page_template', 'default'),
(4099, 642, 'bt_buy', 'on'),
(4100, 642, 'demo_txtc', 'پیش نمایش آنلاین'),
(4101, 642, 'pro_product1', 'on'),
(4102, 642, 'irani_product1', 'on'),
(4103, 642, 'ea_ins_product1', 'on'),
(4104, 642, 'opt_ve_product1', 'on'),
(4105, 642, 'book_auth', 'نشر الگو'),
(4106, 642, 'book_pages', '376 صفحه'),
(4107, 642, 'book_lang', 'فارسی'),
(4108, 642, 'book_format', 'PDF'),
(4109, 642, '_yoast_wpseo_primary_category', '1'),
(4110, 642, '_yoast_wpseo_videositemap-rating', '0'),
(4111, 642, '_yoast_wpseo_content_score', '60'),
(4112, 642, '_yoast_wpseo_focuskeywords', '[]'),
(4113, 642, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(4114, 642, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(4115, 645, '_edit_lock', '1734339303:2'),
(4116, 645, '_edit_last', '2'),
(4117, 645, 'bt_buy', 'on'),
(4118, 645, 'demo_txtc', 'پیش نمایش آنلاین'),
(4119, 645, 'pro_product1', 'on'),
(4120, 645, 'irani_product1', 'on'),
(4121, 645, 'ea_ins_product1', 'on'),
(4122, 645, 'opt_ve_product1', 'on'),
(4123, 645, 'edd_price', '490000'),
(4124, 645, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:103:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookkv/b2/ketab-moj-azmon-hendese-nashar-olgo-wWw.pdfbama.Com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(4125, 645, '_edd_download_earnings', '0'),
(4126, 645, '_edd_download_sales', '0'),
(4127, 642, 'edd_id', '645'),
(4128, 647, '_edit_lock', '1734341403:2'),
(4129, 647, '_edit_last', '2'),
(4130, 648, '_wp_attached_file', '2024/12/کتاب-ریاضیات-و-کاربرد-آن-در-مدیریت-و-حسابداری.jpg'),
(4131, 648, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:94:\"2024/12/کتاب-ریاضیات-و-کاربرد-آن-در-مدیریت-و-حسابداری.jpg\";s:8:\"filesize\";i:136114;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:94:\"کتاب-ریاضیات-و-کاربرد-آن-در-مدیریت-و-حسابداری-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10558;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:94:\"کتاب-ریاضیات-و-کاربرد-آن-در-مدیریت-و-حسابداری-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6159;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:94:\"کتاب-ریاضیات-و-کاربرد-آن-در-مدیریت-و-حسابداری-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45902;}s:5:\"thumb\";a:5:{s:4:\"file\";s:92:\"کتاب-ریاضیات-و-کاربرد-آن-در-مدیریت-و-حسابداری-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2568;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:94:\"کتاب-ریاضیات-و-کاربرد-آن-در-مدیریت-و-حسابداری-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6159;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:94:\"کتاب-ریاضیات-و-کاربرد-آن-در-مدیریت-و-حسابداری-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10226;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:94:\"کتاب-ریاضیات-و-کاربرد-آن-در-مدیریت-و-حسابداری-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7986;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:92:\"کتاب-ریاضیات-و-کاربرد-آن-در-مدیریت-و-حسابداری-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1705;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:94:\"کتاب-ریاضیات-و-کاربرد-آن-در-مدیریت-و-حسابداری-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31193;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:94:\"کتاب-ریاضیات-و-کاربرد-آن-در-مدیریت-و-حسابداری-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7634;}}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:{}}}'),
(4132, 647, '_thumbnail_id', '648'),
(4133, 647, '_wp_page_template', 'default'),
(4134, 647, 'bt_buy', 'on'),
(4135, 647, 'demo_txtc', 'پیش نمایش آنلاین'),
(4136, 647, 'pro_product1', 'on'),
(4137, 647, 'irani_product1', 'on'),
(4138, 647, 'ea_ins_product1', 'on'),
(4139, 647, 'opt_ve_product1', 'on'),
(4140, 647, 'book_auth', 'هادی رنجبران'),
(4141, 647, 'book_pages', '680 صفحه'),
(4142, 647, 'book_lang', 'فارسی'),
(4143, 647, 'book_format', 'PDF'),
(4144, 647, '_yoast_wpseo_primary_category', '1'),
(4145, 647, '_yoast_wpseo_videositemap-rating', '0'),
(4146, 647, '_yoast_wpseo_content_score', '60'),
(4147, 647, '_yoast_wpseo_focuskeywords', '[]'),
(4148, 647, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(4149, 647, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(4150, 650, '_edit_lock', '1734341530:2'),
(4151, 650, '_edit_last', '2'),
(4152, 650, 'bt_buy', 'on'),
(4153, 650, 'demo_txtc', 'پیش نمایش آنلاین'),
(4154, 650, 'pro_product1', 'on'),
(4155, 650, 'irani_product1', 'on'),
(4156, 650, 'ea_ins_product1', 'on'),
(4157, 650, 'opt_ve_product1', 'on'),
(4158, 650, 'edd_price', '490000'),
(4159, 650, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:118:\"https://dl.pdfbamaa.com/pdfbama/ketab/book2/Ketab-Riaziat-Va-Karbord-An-Dar-Modiriat-Masud-Nicukar-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(4160, 650, '_edd_download_earnings', '0'),
(4161, 650, '_edd_download_sales', '0'),
(4162, 647, 'edd_id', '650'),
(4163, 653, '_edit_lock', '1734347222:2'),
(4164, 653, '_edit_last', '2'),
(4165, 654, '_wp_attached_file', '2024/12/کتاب-تاریخ-روانشناسی-نوین.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4166, 654, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:59:\"2024/12/کتاب-تاریخ-روانشناسی-نوین.jpg\";s:8:\"filesize\";i:147631;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:59:\"کتاب-تاریخ-روانشناسی-نوین-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11239;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:59:\"کتاب-تاریخ-روانشناسی-نوین-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6290;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:59:\"کتاب-تاریخ-روانشناسی-نوین-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50991;}s:5:\"thumb\";a:5:{s:4:\"file\";s:57:\"کتاب-تاریخ-روانشناسی-نوین-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2608;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:59:\"کتاب-تاریخ-روانشناسی-نوین-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6290;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:59:\"کتاب-تاریخ-روانشناسی-نوین-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10498;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:59:\"کتاب-تاریخ-روانشناسی-نوین-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8232;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:57:\"کتاب-تاریخ-روانشناسی-نوین-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1739;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:59:\"کتاب-تاریخ-روانشناسی-نوین-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34226;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:59:\"کتاب-تاریخ-روانشناسی-نوین-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7939;}}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:{}}}'),
(4167, 653, '_thumbnail_id', '654'),
(4168, 653, '_wp_page_template', 'default'),
(4169, 653, 'bt_buy', 'on'),
(4170, 653, 'demo_txtc', 'پیش نمایش آنلاین'),
(4171, 653, 'pro_product1', 'on'),
(4172, 653, 'irani_product1', 'on'),
(4173, 653, 'ea_ins_product1', 'on'),
(4174, 653, 'opt_ve_product1', 'on'),
(4175, 653, 'book_auth', 'علی اکبر سیف'),
(4176, 653, 'book_pages', '317 صفحه'),
(4177, 653, 'book_lang', 'فارسی'),
(4178, 653, 'book_format', 'PDF'),
(4179, 653, '_yoast_wpseo_primary_category', '1'),
(4180, 653, '_yoast_wpseo_videositemap-rating', '0'),
(4181, 653, '_yoast_wpseo_content_score', '60'),
(4182, 653, '_yoast_wpseo_focuskeywords', '[]'),
(4183, 653, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(4184, 653, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(4185, 656, '_edit_lock', '1734347181:2'),
(4186, 656, '_edit_last', '2'),
(4187, 656, 'bt_buy', 'on'),
(4188, 656, 'demo_txtc', 'پیش نمایش آنلاین'),
(4189, 656, 'pro_product1', 'on'),
(4190, 656, 'irani_product1', 'on'),
(4191, 656, 'ea_ins_product1', 'on'),
(4192, 656, 'opt_ve_product1', 'on'),
(4193, 656, 'edd_price', '490000'),
(4194, 656, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:110:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookti/b1/ketab-tarikh-rvanshnasy-novin-ali-akbr-syf-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(4195, 656, '_edd_download_earnings', '0'),
(4196, 656, '_edd_download_sales', '0'),
(4197, 653, 'edd_id', '656'),
(4198, 658, '_edit_lock', '1734348718:2'),
(4199, 658, '_edit_last', '2'),
(4200, 659, '_wp_attached_file', '2024/12/کتاب-درباره-معنی-زندگی.jpg'),
(4201, 659, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:53:\"2024/12/کتاب-درباره-معنی-زندگی.jpg\";s:8:\"filesize\";i:143257;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:53:\"کتاب-درباره-معنی-زندگی-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11482;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:53:\"کتاب-درباره-معنی-زندگی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6600;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:53:\"کتاب-درباره-معنی-زندگی-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49322;}s:5:\"thumb\";a:5:{s:4:\"file\";s:51:\"کتاب-درباره-معنی-زندگی-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2746;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:53:\"کتاب-درباره-معنی-زندگی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6600;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:53:\"کتاب-درباره-معنی-زندگی-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10859;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:53:\"کتاب-درباره-معنی-زندگی-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8545;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:51:\"کتاب-درباره-معنی-زندگی-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1800;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:53:\"کتاب-درباره-معنی-زندگی-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33781;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:53:\"کتاب-درباره-معنی-زندگی-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8135;}}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:{}}}'),
(4202, 658, '_thumbnail_id', '659'),
(4203, 658, '_wp_page_template', 'default'),
(4204, 658, 'bt_buy', 'on'),
(4205, 658, 'demo_txtc', 'پیش نمایش آنلاین'),
(4206, 658, 'pro_product1', 'on'),
(4207, 658, 'irani_product1', 'on'),
(4208, 658, 'ea_ins_product1', 'on'),
(4209, 658, 'opt_ve_product1', 'on'),
(4210, 658, 'book_auth', 'شهاب الدین عباسی'),
(4211, 658, 'book_pages', '119 صفحه'),
(4212, 658, 'book_lang', 'فارسی'),
(4213, 658, 'book_format', 'PDF'),
(4214, 658, '_yoast_wpseo_primary_category', '1'),
(4215, 658, '_yoast_wpseo_videositemap-rating', '0'),
(4216, 658, '_yoast_wpseo_content_score', '60'),
(4217, 658, '_yoast_wpseo_focuskeywords', '[]'),
(4218, 658, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(4219, 658, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(4220, 661, '_edit_lock', '1734348718:2'),
(4221, 661, '_edit_last', '2'),
(4222, 661, 'bt_buy', 'on'),
(4223, 661, 'demo_txtc', 'پیش نمایش آنلاین'),
(4224, 661, 'pro_product1', 'on'),
(4225, 661, 'irani_product1', 'on'),
(4226, 661, 'ea_ins_product1', 'on'),
(4227, 661, 'opt_ve_product1', 'on'),
(4228, 661, 'edd_price', '490000'),
(4229, 661, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:108:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookmx/b1/Ketab-Darbare-Mani-Zendegi-Shahab-Adin-Abasi-pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(4230, 661, '_edd_download_earnings', '0'),
(4231, 661, '_edd_download_sales', '0'),
(4232, 658, 'edd_id', '661'),
(4233, 663, '_edit_lock', '1734380142:2'),
(4234, 663, '_edit_last', '2'),
(4235, 664, '_wp_attached_file', '2024/12/کتاب-ایران-برآمدن-رضا-خان.jpg'),
(4236, 664, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:58:\"2024/12/کتاب-ایران-برآمدن-رضا-خان.jpg\";s:8:\"filesize\";i:140647;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"کتاب-ایران-برآمدن-رضا-خان-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11641;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"کتاب-ایران-برآمدن-رضا-خان-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6161;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:58:\"کتاب-ایران-برآمدن-رضا-خان-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49168;}s:5:\"thumb\";a:5:{s:4:\"file\";s:56:\"کتاب-ایران-برآمدن-رضا-خان-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2619;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:58:\"کتاب-ایران-برآمدن-رضا-خان-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6161;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:58:\"کتاب-ایران-برآمدن-رضا-خان-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10240;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:58:\"کتاب-ایران-برآمدن-رضا-خان-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8115;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:56:\"کتاب-ایران-برآمدن-رضا-خان-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1796;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:58:\"کتاب-ایران-برآمدن-رضا-خان-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33776;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:58:\"کتاب-ایران-برآمدن-رضا-خان-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7762;}}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:{}}}'),
(4237, 663, '_thumbnail_id', '664'),
(4238, 663, '_wp_page_template', 'default'),
(4239, 663, 'bt_buy', 'on'),
(4240, 663, 'demo_txtc', 'پیش نمایش آنلاین'),
(4241, 663, 'pro_product1', 'on'),
(4242, 663, 'irani_product1', 'on'),
(4243, 663, 'ea_ins_product1', 'on'),
(4244, 663, 'opt_ve_product1', 'on'),
(4245, 663, 'book_auth', 'سیروس غنی'),
(4246, 663, 'book_pages', '525 صفحه'),
(4247, 663, 'book_lang', 'فارسی'),
(4248, 663, 'book_format', 'PDF'),
(4249, 663, '_yoast_wpseo_primary_category', '1'),
(4250, 663, '_yoast_wpseo_videositemap-rating', '0'),
(4251, 663, '_yoast_wpseo_content_score', '60'),
(4252, 663, '_yoast_wpseo_focuskeywords', '[]'),
(4253, 663, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(4254, 663, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(4255, 666, '_edit_lock', '1734380170:2'),
(4256, 666, '_edit_last', '2'),
(4257, 666, 'bt_buy', 'on'),
(4258, 666, 'demo_txtc', 'پیش نمایش آنلاین'),
(4259, 666, 'pro_product1', 'on'),
(4260, 666, 'irani_product1', 'on'),
(4261, 666, 'ea_ins_product1', 'on'),
(4262, 666, 'opt_ve_product1', 'on'),
(4263, 666, 'edd_price', '490000'),
(4264, 666, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:110:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookma/b2/ketab-iran-baramadan-reza-khan-siros-gani-www.pdfbamaa.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(4265, 666, '_edd_download_earnings', '0'),
(4266, 666, '_edd_download_sales', '0'),
(4267, 663, 'edd_id', '666'),
(4268, 668, '_edit_lock', '1734382953:2'),
(4269, 668, '_edit_last', '2'),
(4270, 669, '_wp_attached_file', '2024/12/کتاب-ترجمه-تحت-اللفظی-و-روان-law-texts.jpg'),
(4271, 669, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:73:\"2024/12/کتاب-ترجمه-تحت-اللفظی-و-روان-law-texts.jpg\";s:8:\"filesize\";i:137040;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:73:\"کتاب-ترجمه-تحت-اللفظی-و-روان-law-texts-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10708;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:73:\"کتاب-ترجمه-تحت-اللفظی-و-روان-law-texts-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6044;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:73:\"کتاب-ترجمه-تحت-اللفظی-و-روان-law-texts-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46957;}s:5:\"thumb\";a:5:{s:4:\"file\";s:71:\"کتاب-ترجمه-تحت-اللفظی-و-روان-law-texts-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2548;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:73:\"کتاب-ترجمه-تحت-اللفظی-و-روان-law-texts-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6044;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:73:\"کتاب-ترجمه-تحت-اللفظی-و-روان-law-texts-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10025;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:73:\"کتاب-ترجمه-تحت-اللفظی-و-روان-law-texts-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8024;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:71:\"کتاب-ترجمه-تحت-اللفظی-و-روان-law-texts-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1713;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:73:\"کتاب-ترجمه-تحت-اللفظی-و-روان-law-texts-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32148;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:73:\"کتاب-ترجمه-تحت-اللفظی-و-روان-law-texts-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7706;}}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:{}}}'),
(4272, 668, '_thumbnail_id', '669'),
(4273, 668, '_wp_page_template', 'default'),
(4274, 668, 'bt_buy', 'on'),
(4275, 668, 'demo_txtc', 'پیش نمایش آنلاین'),
(4276, 668, 'pro_product1', 'on'),
(4277, 668, 'irani_product1', 'on'),
(4278, 668, 'ea_ins_product1', 'on'),
(4279, 668, 'opt_ve_product1', 'on'),
(4280, 668, 'book_auth', 'محمود رمضانی'),
(4281, 668, 'book_pages', '353 صفحه'),
(4282, 668, 'book_lang', 'فارسی'),
(4283, 668, 'book_format', 'PDF'),
(4284, 668, '_yoast_wpseo_primary_category', '1'),
(4285, 668, '_yoast_wpseo_videositemap-rating', '0'),
(4286, 668, '_yoast_wpseo_content_score', '60'),
(4287, 668, '_yoast_wpseo_focuskeywords', '[]'),
(4288, 668, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(4289, 668, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(4290, 671, '_edit_lock', '1734383078:2'),
(4291, 671, '_edit_last', '2'),
(4292, 671, 'bt_buy', 'on'),
(4293, 671, 'demo_txtc', 'پیش نمایش آنلاین'),
(4294, 671, 'pro_product1', 'on'),
(4295, 671, 'irani_product1', 'on'),
(4296, 671, 'ea_ins_product1', 'on'),
(4297, 671, 'opt_ve_product1', 'on'),
(4298, 671, 'edd_price', '490000'),
(4299, 671, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:128:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookkv/b3/ketab-tarjome-taht-alfazi-va-ravan-law-texts-mahmod-ramazani-wWw.pdfbama.Com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(4300, 671, '_edd_download_earnings', '0'),
(4301, 671, '_edd_download_sales', '0'),
(4302, 668, 'edd_id', '671'),
(4303, 673, '_edit_lock', '1734384955:2'),
(4304, 673, '_edit_last', '2'),
(4305, 674, '_wp_attached_file', '2024/12/کتاب-رموز-موفقیت-در-بازاریابی-شبکه-ای.jpg'),
(4306, 674, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:80:\"2024/12/کتاب-رموز-موفقیت-در-بازاریابی-شبکه-ای.jpg\";s:8:\"filesize\";i:141647;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:80:\"کتاب-رموز-موفقیت-در-بازاریابی-شبکه-ای-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11061;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:80:\"کتاب-رموز-موفقیت-در-بازاریابی-شبکه-ای-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6361;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:80:\"کتاب-رموز-موفقیت-در-بازاریابی-شبکه-ای-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48184;}s:5:\"thumb\";a:5:{s:4:\"file\";s:78:\"کتاب-رموز-موفقیت-در-بازاریابی-شبکه-ای-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2661;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:80:\"کتاب-رموز-موفقیت-در-بازاریابی-شبکه-ای-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6361;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:80:\"کتاب-رموز-موفقیت-در-بازاریابی-شبکه-ای-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10632;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:80:\"کتاب-رموز-موفقیت-در-بازاریابی-شبکه-ای-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8356;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:78:\"کتاب-رموز-موفقیت-در-بازاریابی-شبکه-ای-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1752;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:80:\"کتاب-رموز-موفقیت-در-بازاریابی-شبکه-ای-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32617;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:80:\"کتاب-رموز-موفقیت-در-بازاریابی-شبکه-ای-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8021;}}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:{}}}'),
(4307, 673, '_thumbnail_id', '674'),
(4308, 673, '_wp_page_template', 'default'),
(4309, 673, 'bt_buy', 'on'),
(4310, 673, 'demo_txtc', 'پیش نمایش آنلاین'),
(4311, 673, 'pro_product1', 'on'),
(4312, 673, 'irani_product1', 'on'),
(4313, 673, 'ea_ins_product1', 'on'),
(4314, 673, 'opt_ve_product1', 'on'),
(4315, 673, 'book_auth', 'مصطفی عابدینی فرد'),
(4316, 673, 'book_pages', '130 صفحه'),
(4317, 673, 'book_lang', 'فارسی'),
(4318, 673, 'book_format', 'PDF'),
(4319, 673, '_yoast_wpseo_primary_category', '1'),
(4320, 673, '_yoast_wpseo_videositemap-rating', '0'),
(4321, 673, '_yoast_wpseo_content_score', '60'),
(4322, 673, '_yoast_wpseo_focuskeywords', '[]'),
(4323, 673, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(4324, 673, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(4325, 676, '_edit_lock', '1734384941:2'),
(4326, 676, '_edit_last', '2'),
(4327, 676, 'bt_buy', 'on'),
(4328, 676, 'demo_txtc', 'پیش نمایش آنلاین'),
(4329, 676, 'pro_product1', 'on'),
(4330, 676, 'irani_product1', 'on'),
(4331, 676, 'ea_ins_product1', 'on'),
(4332, 676, 'opt_ve_product1', 'on'),
(4333, 676, 'edd_price', '490000'),
(4334, 676, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:133:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookmx/b1/Ketab-Romuz-Moafaghiyat-Dar-Bazar-Yabi-Shabakeii-Mostafa-Abedini-Fard-pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(4335, 676, '_edd_download_earnings', '0'),
(4336, 676, '_edd_download_sales', '0'),
(4337, 673, 'edd_id', '676'),
(4338, 678, '_edit_lock', '1734431962:2'),
(4339, 678, '_edit_last', '2'),
(4340, 679, '_wp_attached_file', '2024/12/کتاب-ماورای-طبیعی-شدن.jpg'),
(4341, 679, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:51:\"2024/12/کتاب-ماورای-طبیعی-شدن.jpg\";s:8:\"filesize\";i:136487;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"کتاب-ماورای-طبیعی-شدن-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10846;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"کتاب-ماورای-طبیعی-شدن-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6114;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:51:\"کتاب-ماورای-طبیعی-شدن-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46939;}s:5:\"thumb\";a:5:{s:4:\"file\";s:49:\"کتاب-ماورای-طبیعی-شدن-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2618;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:51:\"کتاب-ماورای-طبیعی-شدن-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6114;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:51:\"کتاب-ماورای-طبیعی-شدن-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10166;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:51:\"کتاب-ماورای-طبیعی-شدن-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8100;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:49:\"کتاب-ماورای-طبیعی-شدن-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1757;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:51:\"کتاب-ماورای-طبیعی-شدن-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31875;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:51:\"کتاب-ماورای-طبیعی-شدن-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7741;}}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:{}}}'),
(4342, 678, '_thumbnail_id', '679'),
(4343, 678, '_wp_page_template', 'default'),
(4344, 678, 'bt_buy', 'on'),
(4345, 678, 'demo_txtc', 'پیش نمایش آنلاین'),
(4346, 678, 'pro_product1', 'on'),
(4347, 678, 'irani_product1', 'on'),
(4348, 678, 'ea_ins_product1', 'on'),
(4349, 678, 'opt_ve_product1', 'on'),
(4350, 678, 'book_auth', 'دکتر جو دیسپنزا '),
(4351, 678, 'book_pages', '606 صفحه'),
(4352, 678, 'book_lang', 'فارسی'),
(4353, 678, 'book_format', 'PDF'),
(4354, 678, '_yoast_wpseo_primary_category', '1'),
(4355, 678, '_yoast_wpseo_videositemap-rating', '0'),
(4356, 678, '_yoast_wpseo_content_score', '60'),
(4357, 678, '_yoast_wpseo_focuskeywords', '[]'),
(4358, 678, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(4359, 678, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(4360, 681, '_edit_lock', '1734432085:2'),
(4361, 681, '_edit_last', '2'),
(4362, 681, 'bt_buy', 'on'),
(4363, 681, 'demo_txtc', 'پیش نمایش آنلاین'),
(4364, 681, 'pro_product1', 'on'),
(4365, 681, 'irani_product1', 'on'),
(4366, 681, 'ea_ins_product1', 'on'),
(4367, 681, 'opt_ve_product1', 'on'),
(4368, 681, 'edd_price', '490000'),
(4369, 681, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:108:\"https://dl.pdfbamaa.com/pdfbama/ketab/booknc/b1/ketab-mavaraye-tabei-shodan-joe-dispenza-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(4370, 681, '_edd_download_earnings', '0'),
(4371, 681, '_edd_download_sales', '0'),
(4372, 678, 'edd_id', '681'),
(4374, 685, '_edit_lock', '1734515672:2'),
(4375, 685, '_edit_last', '2'),
(4376, 686, '_wp_attached_file', '2024/12/کتاب-خاطرات-یک-آدم-کش.jpg'),
(4377, 686, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:50:\"2024/12/کتاب-خاطرات-یک-آدم-کش.jpg\";s:8:\"filesize\";i:145427;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"کتاب-خاطرات-یک-آدم-کش-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11692;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"کتاب-خاطرات-یک-آدم-کش-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6551;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:50:\"کتاب-خاطرات-یک-آدم-کش-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51051;}s:5:\"thumb\";a:5:{s:4:\"file\";s:48:\"کتاب-خاطرات-یک-آدم-کش-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2675;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:50:\"کتاب-خاطرات-یک-آدم-کش-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6551;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:50:\"کتاب-خاطرات-یک-آدم-کش-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10902;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:50:\"کتاب-خاطرات-یک-آدم-کش-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8584;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:48:\"کتاب-خاطرات-یک-آدم-کش-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1756;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:50:\"کتاب-خاطرات-یک-آدم-کش-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34943;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:50:\"کتاب-خاطرات-یک-آدم-کش-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8254;}}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:{}}}'),
(4378, 685, '_thumbnail_id', '686'),
(4379, 685, '_wp_page_template', 'default'),
(4380, 685, 'bt_buy', 'on'),
(4381, 685, 'demo_txtc', 'پیش نمایش آنلاین'),
(4382, 685, 'pro_product1', 'on'),
(4383, 685, 'irani_product1', 'on'),
(4384, 685, 'ea_ins_product1', 'on'),
(4385, 685, 'opt_ve_product1', 'on'),
(4386, 685, 'book_auth', 'کیم یونگ ها'),
(4387, 685, 'book_pages', '77 صفحه'),
(4388, 685, 'book_lang', 'فارسی'),
(4389, 685, 'book_format', 'PDF'),
(4390, 685, '_yoast_wpseo_primary_category', '1'),
(4391, 685, '_yoast_wpseo_videositemap-rating', '0'),
(4392, 685, '_yoast_wpseo_content_score', '60'),
(4393, 685, '_yoast_wpseo_focuskeywords', '[]'),
(4394, 685, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(4395, 685, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(4396, 688, '_edit_lock', '1734515799:2'),
(4397, 688, '_edit_last', '2'),
(4398, 688, 'bt_buy', 'on'),
(4399, 688, 'demo_txtc', 'پیش نمایش آنلاین'),
(4400, 688, 'pro_product1', 'on'),
(4401, 688, 'irani_product1', 'on'),
(4402, 688, 'ea_ins_product1', 'on'),
(4403, 688, 'opt_ve_product1', 'on'),
(4404, 688, 'edd_price', '490000'),
(4405, 688, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:96:\"https://dl.pdfbamaa.com/pdfbama/ketab/booknc/b1/ketab-khaterate-yek-adamkosh-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(4406, 688, '_edd_download_earnings', '0'),
(4407, 688, '_edd_download_sales', '0'),
(4408, 685, 'edd_id', '688'),
(4409, 690, '_edit_lock', '1734521021:2'),
(4410, 690, '_edit_last', '2'),
(4411, 691, '_wp_attached_file', '2024/12/کتاب-سیب-سبز-فیزیولوژی-1.jpg'),
(4412, 691, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:55:\"2024/12/کتاب-سیب-سبز-فیزیولوژی-1.jpg\";s:8:\"filesize\";i:143672;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"کتاب-سیب-سبز-فیزیولوژی-1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10947;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"کتاب-سیب-سبز-فیزیولوژی-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6419;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:55:\"کتاب-سیب-سبز-فیزیولوژی-1-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49104;}s:5:\"thumb\";a:5:{s:4:\"file\";s:53:\"کتاب-سیب-سبز-فیزیولوژی-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2647;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:55:\"کتاب-سیب-سبز-فیزیولوژی-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6419;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:55:\"کتاب-سیب-سبز-فیزیولوژی-1-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10689;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:55:\"کتاب-سیب-سبز-فیزیولوژی-1-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8419;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:53:\"کتاب-سیب-سبز-فیزیولوژی-1-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1757;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:55:\"کتاب-سیب-سبز-فیزیولوژی-1-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33109;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:55:\"کتاب-سیب-سبز-فیزیولوژی-1-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8172;}}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:{}}}'),
(4413, 690, '_thumbnail_id', '691'),
(4414, 690, '_wp_page_template', 'default'),
(4415, 690, 'bt_buy', 'on'),
(4416, 690, 'demo_txtc', 'پیش نمایش آنلاین'),
(4417, 690, 'pro_product1', 'on'),
(4418, 690, 'irani_product1', 'on'),
(4419, 690, 'ea_ins_product1', 'on'),
(4420, 690, 'opt_ve_product1', 'on'),
(4421, 690, 'book_auth', 'سیب سبز'),
(4422, 690, 'book_pages', '118 صفحه'),
(4423, 690, 'book_lang', 'فارسی'),
(4424, 690, 'book_format', 'PDF'),
(4425, 690, '_yoast_wpseo_primary_category', '1'),
(4426, 690, '_yoast_wpseo_videositemap-rating', '0'),
(4427, 690, '_yoast_wpseo_content_score', '60'),
(4428, 690, '_yoast_wpseo_focuskeywords', '[]'),
(4429, 690, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(4430, 690, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(4431, 693, '_edit_lock', '1734521150:2'),
(4432, 693, '_edit_last', '2'),
(4433, 693, 'bt_buy', 'on'),
(4434, 693, 'demo_txtc', 'پیش نمایش آنلاین'),
(4435, 693, 'pro_product1', 'on'),
(4436, 693, 'irani_product1', 'on'),
(4437, 693, 'ea_ins_product1', 'on'),
(4438, 693, 'opt_ve_product1', 'on'),
(4439, 693, 'edd_price', '490000'),
(4440, 693, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:92:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookpo/Ketab-Fiziyology-1-Sib-Sabz-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(4441, 693, '_edd_download_earnings', '0'),
(4442, 693, '_edd_download_sales', '0'),
(4443, 690, 'edd_id', '693'),
(4444, 695, '_edit_lock', '1734523285:2'),
(4445, 695, '_edit_last', '2'),
(4446, 696, '_wp_attached_file', '2024/12/کتاب-زبان-انگلیسی-جامع-کنکور-نظام-جدید.jpg'),
(4447, 696, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:82:\"2024/12/کتاب-زبان-انگلیسی-جامع-کنکور-نظام-جدید.jpg\";s:8:\"filesize\";i:145558;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:82:\"کتاب-زبان-انگلیسی-جامع-کنکور-نظام-جدید-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11524;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:82:\"کتاب-زبان-انگلیسی-جامع-کنکور-نظام-جدید-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6503;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:82:\"کتاب-زبان-انگلیسی-جامع-کنکور-نظام-جدید-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50376;}s:5:\"thumb\";a:5:{s:4:\"file\";s:80:\"کتاب-زبان-انگلیسی-جامع-کنکور-نظام-جدید-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2714;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:82:\"کتاب-زبان-انگلیسی-جامع-کنکور-نظام-جدید-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6503;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:82:\"کتاب-زبان-انگلیسی-جامع-کنکور-نظام-جدید-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10898;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:82:\"کتاب-زبان-انگلیسی-جامع-کنکور-نظام-جدید-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8500;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:80:\"کتاب-زبان-انگلیسی-جامع-کنکور-نظام-جدید-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1769;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:82:\"کتاب-زبان-انگلیسی-جامع-کنکور-نظام-جدید-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34043;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:82:\"کتاب-زبان-انگلیسی-جامع-کنکور-نظام-جدید-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8216;}}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:{}}}'),
(4448, 695, '_thumbnail_id', '696'),
(4449, 695, '_wp_page_template', 'default'),
(4450, 695, 'bt_buy', 'on'),
(4451, 695, 'demo_txtc', 'پیش نمایش آنلاین'),
(4452, 695, 'pro_product1', 'on'),
(4453, 695, 'irani_product1', 'on'),
(4454, 695, 'ea_ins_product1', 'on'),
(4455, 695, 'opt_ve_product1', 'on'),
(4456, 695, 'book_auth', 'شهاب اناری'),
(4457, 695, 'book_pages', '414 صفحه'),
(4458, 695, 'book_lang', 'فارسی'),
(4459, 695, 'book_format', 'PDF'),
(4460, 695, '_yoast_wpseo_primary_category', '1'),
(4461, 695, '_yoast_wpseo_videositemap-rating', '0'),
(4462, 695, '_yoast_wpseo_content_score', '60'),
(4463, 695, '_yoast_wpseo_focuskeywords', '[]'),
(4464, 695, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(4465, 695, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(4466, 698, '_edit_lock', '1734523414:2'),
(4467, 698, '_edit_last', '2'),
(4468, 698, 'bt_buy', 'on'),
(4469, 698, 'demo_txtc', 'پیش نمایش آنلاین'),
(4470, 698, 'pro_product1', 'on'),
(4471, 698, 'irani_product1', 'on'),
(4472, 698, 'ea_ins_product1', 'on'),
(4473, 698, 'opt_ve_product1', 'on'),
(4474, 698, 'edd_price', '490000'),
(4475, 698, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:129:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookmh/book1/Ketab-Zaban-Englisi-Jameh-Konkour-Nezam-Jadid-Shahab-Anari-Www.Pdfbama.Com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(4476, 698, '_edd_download_earnings', '0'),
(4477, 698, '_edd_download_sales', '0'),
(4478, 695, 'edd_id', '698'),
(4479, 700, '_edit_lock', '1734524562:2'),
(4480, 700, '_edit_last', '2'),
(4481, 701, '_wp_attached_file', '2024/12/کتاب-روانشناسی-رشد-از-تولد-تا-مرگ.jpg'),
(4482, 701, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:72:\"2024/12/کتاب-روانشناسی-رشد-از-تولد-تا-مرگ.jpg\";s:8:\"filesize\";i:141719;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:72:\"کتاب-روانشناسی-رشد-از-تولد-تا-مرگ-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10937;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:72:\"کتاب-روانشناسی-رشد-از-تولد-تا-مرگ-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6121;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:72:\"کتاب-روانشناسی-رشد-از-تولد-تا-مرگ-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48672;}s:5:\"thumb\";a:5:{s:4:\"file\";s:70:\"کتاب-روانشناسی-رشد-از-تولد-تا-مرگ-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2548;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:72:\"کتاب-روانشناسی-رشد-از-تولد-تا-مرگ-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6121;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:72:\"کتاب-روانشناسی-رشد-از-تولد-تا-مرگ-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10160;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:72:\"کتاب-روانشناسی-رشد-از-تولد-تا-مرگ-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7982;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:70:\"کتاب-روانشناسی-رشد-از-تولد-تا-مرگ-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1727;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:72:\"کتاب-روانشناسی-رشد-از-تولد-تا-مرگ-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32849;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:72:\"کتاب-روانشناسی-رشد-از-تولد-تا-مرگ-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7736;}}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:{}}}'),
(4483, 700, '_thumbnail_id', '701'),
(4484, 700, '_wp_page_template', 'default'),
(4485, 700, 'bt_buy', 'on'),
(4486, 700, 'demo_txtc', 'پیش نمایش آنلاین'),
(4487, 700, 'pro_product1', 'on'),
(4488, 700, 'irani_product1', 'on'),
(4489, 700, 'ea_ins_product1', 'on'),
(4490, 700, 'opt_ve_product1', 'on'),
(4491, 700, 'book_auth', 'دکتر مهشید فروغان'),
(4492, 700, 'book_pages', '600 صفحه'),
(4493, 700, 'book_lang', 'فارسی'),
(4494, 700, 'book_format', 'PDF'),
(4495, 700, '_yoast_wpseo_primary_category', '1'),
(4496, 700, '_yoast_wpseo_videositemap-rating', '0'),
(4497, 700, '_yoast_wpseo_content_score', '30'),
(4498, 700, '_yoast_wpseo_focuskeywords', '[]'),
(4499, 700, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(4500, 700, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(4501, 703, '_edit_lock', '1734524525:2'),
(4502, 703, '_edit_last', '2'),
(4503, 703, 'bt_buy', 'on'),
(4504, 703, 'demo_txtc', 'پیش نمایش آنلاین'),
(4505, 703, 'pro_product1', 'on'),
(4506, 703, 'irani_product1', 'on'),
(4507, 703, 'ea_ins_product1', 'on'),
(4508, 703, 'opt_ve_product1', 'on'),
(4509, 703, 'edd_price', '490000'),
(4510, 703, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:103:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookpo/Ketab-Rvanshenasi-Rosh-Tavalod-Ta-Marg-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(4511, 703, '_edd_download_earnings', '0'),
(4512, 703, '_edd_download_sales', '0'),
(4513, 700, 'edd_id', '703'),
(4514, 705, '_edit_lock', '1734684812:2'),
(4515, 705, '_edit_last', '2'),
(4516, 706, '_wp_attached_file', '2024/12/کتاب-اقتصاد-کلان.jpg'),
(4517, 706, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:42:\"2024/12/کتاب-اقتصاد-کلان.jpg\";s:8:\"filesize\";i:133964;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"کتاب-اقتصاد-کلان-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10495;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"کتاب-اقتصاد-کلان-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6044;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:42:\"کتاب-اقتصاد-کلان-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45468;}s:5:\"thumb\";a:5:{s:4:\"file\";s:40:\"کتاب-اقتصاد-کلان-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2535;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:42:\"کتاب-اقتصاد-کلان-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6044;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:42:\"کتاب-اقتصاد-کلان-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9931;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:42:\"کتاب-اقتصاد-کلان-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7863;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:40:\"کتاب-اقتصاد-کلان-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1723;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:42:\"کتاب-اقتصاد-کلان-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31069;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:42:\"کتاب-اقتصاد-کلان-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7483;}}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:{}}}'),
(4518, 705, '_thumbnail_id', '706'),
(4519, 705, '_wp_page_template', 'default'),
(4520, 705, 'bt_buy', 'on'),
(4521, 705, 'demo_txtc', 'پیش نمایش آنلاین'),
(4522, 705, 'pro_product1', 'on'),
(4523, 705, 'irani_product1', 'on'),
(4524, 705, 'ea_ins_product1', 'on'),
(4525, 705, 'opt_ve_product1', 'on'),
(4526, 705, 'book_auth', 'دکتر محسن نظری'),
(4527, 705, 'book_pages', '344 صفحه'),
(4528, 705, 'book_lang', 'فارسی'),
(4529, 705, 'book_format', 'PDF'),
(4530, 705, '_yoast_wpseo_primary_category', '1'),
(4531, 705, '_yoast_wpseo_videositemap-rating', '0'),
(4532, 705, '_yoast_wpseo_content_score', '60'),
(4533, 705, '_yoast_wpseo_focuskeywords', '[]'),
(4534, 705, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(4535, 705, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(4536, 708, '_edit_lock', '1734684928:2'),
(4537, 708, '_edit_last', '2'),
(4538, 708, 'bt_buy', 'on'),
(4539, 708, 'demo_txtc', 'پیش نمایش آنلاین'),
(4540, 708, 'pro_product1', 'on'),
(4541, 708, 'irani_product1', 'on'),
(4542, 708, 'ea_ins_product1', 'on'),
(4543, 708, 'opt_ve_product1', 'on'),
(4544, 708, 'edd_price', '490000'),
(4545, 708, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:97:\"https://dl.pdfbamaa.com/pdfbama/ketab/book1/Ketab-Egtesad-Kalan-Mohsen-Nazari-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(4546, 708, '_edd_download_earnings', '0'),
(4547, 708, '_edd_download_sales', '0'),
(4548, 705, 'edd_id', '708'),
(4549, 710, '_edit_lock', '1734685913:2'),
(4550, 710, '_edit_last', '2'),
(4551, 711, '_wp_attached_file', '2024/12/کتاب-فرهنگ-و-تمدن-اسلام.jpg'),
(4552, 711, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:54:\"2024/12/کتاب-فرهنگ-و-تمدن-اسلام.jpg\";s:8:\"filesize\";i:145330;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:54:\"کتاب-فرهنگ-و-تمدن-اسلام-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11538;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:54:\"کتاب-فرهنگ-و-تمدن-اسلام-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6491;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:54:\"کتاب-فرهنگ-و-تمدن-اسلام-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50558;}s:5:\"thumb\";a:5:{s:4:\"file\";s:52:\"کتاب-فرهنگ-و-تمدن-اسلام-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2681;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:54:\"کتاب-فرهنگ-و-تمدن-اسلام-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6491;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:54:\"کتاب-فرهنگ-و-تمدن-اسلام-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10880;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:54:\"کتاب-فرهنگ-و-تمدن-اسلام-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8477;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:52:\"کتاب-فرهنگ-و-تمدن-اسلام-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1775;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:54:\"کتاب-فرهنگ-و-تمدن-اسلام-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34512;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:54:\"کتاب-فرهنگ-و-تمدن-اسلام-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8137;}}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:{}}}'),
(4553, 710, '_thumbnail_id', '711'),
(4554, 710, '_wp_page_template', 'default'),
(4555, 710, 'bt_buy', 'on'),
(4556, 710, 'demo_txtc', 'پیش نمایش آنلاین'),
(4557, 710, 'pro_product1', 'on'),
(4558, 710, 'irani_product1', 'on'),
(4559, 710, 'ea_ins_product1', 'on'),
(4560, 710, 'opt_ve_product1', 'on'),
(4561, 710, 'book_auth', 'محمد مصطفی اسعدی'),
(4562, 710, 'book_pages', '267 صفحه'),
(4563, 710, 'book_lang', 'فارسی'),
(4564, 710, 'book_format', 'PDF'),
(4565, 710, '_yoast_wpseo_primary_category', '1'),
(4566, 710, '_yoast_wpseo_videositemap-rating', '0'),
(4567, 710, '_yoast_wpseo_content_score', '60'),
(4568, 710, '_yoast_wpseo_focuskeywords', '[]'),
(4569, 710, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(4570, 710, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(4571, 713, '_edit_lock', '1734685909:2'),
(4572, 713, '_edit_last', '2'),
(4573, 713, 'bt_buy', 'on'),
(4574, 713, 'demo_txtc', 'پیش نمایش آنلاین'),
(4575, 713, 'pro_product1', 'on'),
(4576, 713, 'irani_product1', 'on'),
(4577, 713, 'ea_ins_product1', 'on'),
(4578, 713, 'opt_ve_product1', 'on'),
(4579, 713, 'edd_price', '490000'),
(4580, 713, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:113:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookkv/b2/ketab-farhang-va-tamadon-eslami-mostafa-asadi-wWw.pdfbama.Com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(4581, 713, '_edd_download_earnings', '0'),
(4582, 713, '_edd_download_sales', '0'),
(4583, 710, 'edd_id', '713'),
(4584, 715, '_edit_lock', '1734706739:2'),
(4585, 715, '_edit_last', '2'),
(4586, 716, '_wp_attached_file', '2024/12/کتاب-حسابداری-صنعتی-3.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4587, 716, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:50:\"2024/12/کتاب-حسابداری-صنعتی-3.jpg\";s:8:\"filesize\";i:147562;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"کتاب-حسابداری-صنعتی-3-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11474;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"کتاب-حسابداری-صنعتی-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6567;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:50:\"کتاب-حسابداری-صنعتی-3-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50693;}s:5:\"thumb\";a:5:{s:4:\"file\";s:48:\"کتاب-حسابداری-صنعتی-3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2707;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:50:\"کتاب-حسابداری-صنعتی-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6567;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:50:\"کتاب-حسابداری-صنعتی-3-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10883;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:50:\"کتاب-حسابداری-صنعتی-3-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8523;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:48:\"کتاب-حسابداری-صنعتی-3-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1778;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:50:\"کتاب-حسابداری-صنعتی-3-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34779;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:50:\"کتاب-حسابداری-صنعتی-3-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8207;}}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:{}}}'),
(4588, 715, '_thumbnail_id', '716'),
(4589, 715, '_wp_page_template', 'default'),
(4590, 715, 'bt_buy', 'on'),
(4591, 715, 'demo_txtc', 'پیش نمایش آنلاین'),
(4592, 715, 'pro_product1', 'on'),
(4593, 715, 'irani_product1', 'on'),
(4594, 715, 'ea_ins_product1', 'on'),
(4595, 715, 'opt_ve_product1', 'on'),
(4596, 715, 'book_auth', 'جمشید اسکندری'),
(4597, 715, 'book_pages', '170 صفحه'),
(4598, 715, 'book_lang', 'فارسی'),
(4599, 715, 'book_format', 'PDF'),
(4600, 715, '_yoast_wpseo_primary_category', '1'),
(4601, 715, '_yoast_wpseo_videositemap-rating', '0'),
(4602, 715, '_yoast_wpseo_content_score', '90'),
(4603, 715, '_yoast_wpseo_focuskeywords', '[]'),
(4604, 715, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(4605, 715, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(4606, 718, '_edit_lock', '1734706631:2'),
(4607, 718, '_edit_last', '2'),
(4608, 718, 'bt_buy', 'on'),
(4609, 718, 'demo_txtc', 'پیش نمایش آنلاین'),
(4610, 718, 'pro_product1', 'on'),
(4611, 718, 'irani_product1', 'on'),
(4612, 718, 'ea_ins_product1', 'on'),
(4613, 718, 'opt_ve_product1', 'on'),
(4614, 718, 'edd_price', '490000'),
(4615, 718, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:106:\"https://dl.pdfbamaa.com/pdfbama/ketab/book1/Ketab-Hesabdari-Sanati-3-Jamshid-Eskandari-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(4616, 718, '_edd_download_earnings', '0'),
(4617, 718, '_edd_download_sales', '0'),
(4618, 715, 'edd_id', '718'),
(4619, 720, '_edit_lock', '1734890497:2'),
(4620, 721, '_wp_attached_file', '2024/12/کتاب-اسلام-در-ایران.jpg'),
(4621, 721, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:47:\"2024/12/کتاب-اسلام-در-ایران.jpg\";s:8:\"filesize\";i:137244;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"کتاب-اسلام-در-ایران-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10895;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"کتاب-اسلام-در-ایران-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6295;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"کتاب-اسلام-در-ایران-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47580;}s:5:\"thumb\";a:5:{s:4:\"file\";s:45:\"کتاب-اسلام-در-ایران-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2671;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:47:\"کتاب-اسلام-در-ایران-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6295;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:47:\"کتاب-اسلام-در-ایران-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10414;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:47:\"کتاب-اسلام-در-ایران-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8189;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:45:\"کتاب-اسلام-در-ایران-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1782;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:47:\"کتاب-اسلام-در-ایران-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32094;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:47:\"کتاب-اسلام-در-ایران-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7917;}}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:{}}}'),
(4622, 720, '_edit_last', '2'),
(4623, 720, '_thumbnail_id', '721'),
(4624, 720, '_wp_page_template', 'default'),
(4625, 720, 'bt_buy', 'on'),
(4626, 720, 'demo_txtc', 'پیش نمایش آنلاین'),
(4627, 720, 'pro_product1', 'on'),
(4628, 720, 'irani_product1', 'on'),
(4629, 720, 'ea_ins_product1', 'on'),
(4630, 720, 'opt_ve_product1', 'on'),
(4631, 720, 'book_auth', 'ایلیاپاولیچ پطروشفسکی'),
(4632, 720, 'book_pages', '577 صفحه'),
(4633, 720, 'book_lang', 'فارسی'),
(4634, 720, 'book_format', 'PDF'),
(4635, 720, '_yoast_wpseo_primary_category', '1'),
(4636, 720, '_yoast_wpseo_videositemap-rating', '0'),
(4637, 720, '_yoast_wpseo_focuskeywords', '[]'),
(4638, 720, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(4639, 720, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(4640, 723, '_edit_lock', '1734890537:2'),
(4641, 723, '_edit_last', '2'),
(4642, 723, 'bt_buy', 'on'),
(4643, 723, 'demo_txtc', 'پیش نمایش آنلاین'),
(4644, 723, 'pro_product1', 'on'),
(4645, 723, 'irani_product1', 'on'),
(4646, 723, 'ea_ins_product1', 'on'),
(4647, 723, 'opt_ve_product1', 'on'),
(4648, 723, 'edd_price', '490000'),
(4649, 723, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:95:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookna/b1/eslam-dar-iran-ilia-pavlich-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(4650, 723, '_edd_download_earnings', '0'),
(4651, 723, '_edd_download_sales', '0'),
(4652, 720, 'edd_id', '723'),
(4653, 725, '_edit_lock', '1734892529:2'),
(4654, 725, '_edit_last', '2'),
(4655, 726, '_wp_attached_file', '2024/12/کتاب-اکولوژی.jpg'),
(4656, 726, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:35:\"2024/12/کتاب-اکولوژی.jpg\";s:8:\"filesize\";i:131196;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"کتاب-اکولوژی-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10285;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"کتاب-اکولوژی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5824;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"کتاب-اکولوژی-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44100;}s:5:\"thumb\";a:5:{s:4:\"file\";s:33:\"کتاب-اکولوژی-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2515;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:35:\"کتاب-اکولوژی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5824;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:35:\"کتاب-اکولوژی-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9568;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:35:\"کتاب-اکولوژی-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7619;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:33:\"کتاب-اکولوژی-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1714;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:35:\"کتاب-اکولوژی-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30094;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:35:\"کتاب-اکولوژی-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7308;}}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:{}}}'),
(4657, 725, '_thumbnail_id', '726'),
(4658, 725, '_wp_page_template', 'default'),
(4659, 725, 'bt_buy', 'on'),
(4660, 725, 'demo_txtc', 'پیش نمایش آنلاین'),
(4661, 725, 'pro_product1', 'on'),
(4662, 725, 'irani_product1', 'on'),
(4663, 725, 'ea_ins_product1', 'on'),
(4664, 725, 'opt_ve_product1', 'on'),
(4665, 725, 'book_auth', 'دکتر محمدرضا اردکانی'),
(4666, 725, 'book_pages', '339 صفحه'),
(4667, 725, 'book_lang', 'فارسی'),
(4668, 725, 'book_format', 'PDF'),
(4669, 725, '_yoast_wpseo_primary_category', '1'),
(4670, 725, '_yoast_wpseo_videositemap-rating', '0'),
(4671, 725, '_yoast_wpseo_content_score', '90'),
(4672, 725, '_yoast_wpseo_focuskeywords', '[]'),
(4673, 725, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(4674, 725, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(4675, 728, '_edit_lock', '1734892520:2'),
(4676, 728, '_edit_last', '2'),
(4677, 728, 'bt_buy', 'on'),
(4678, 728, 'demo_txtc', 'پیش نمایش آنلاین'),
(4679, 728, 'pro_product1', 'on'),
(4680, 728, 'irani_product1', 'on'),
(4681, 728, 'ea_ins_product1', 'on'),
(4682, 728, 'opt_ve_product1', 'on'),
(4683, 728, 'edd_price', '490000'),
(4684, 728, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:99:\"https://dl.pdfbamaa.com/pdfbama/ketab/book1/Ketab-Ekologi-Mohamad-Reza-Ordakani-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(4685, 728, '_edd_download_earnings', '0'),
(4686, 728, '_edd_download_sales', '0'),
(4687, 725, 'edd_id', '728'),
(4688, 730, '_edit_lock', '1734947783:2'),
(4689, 730, '_edit_last', '2'),
(4690, 731, '_wp_attached_file', '2024/12/کتاب-هنر-رندانه-ی-به-تخم-گرفتن.jpg'),
(4691, 731, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:66:\"2024/12/کتاب-هنر-رندانه-ی-به-تخم-گرفتن.jpg\";s:8:\"filesize\";i:143207;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:66:\"کتاب-هنر-رندانه-ی-به-تخم-گرفتن-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11126;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:66:\"کتاب-هنر-رندانه-ی-به-تخم-گرفتن-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6233;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:66:\"کتاب-هنر-رندانه-ی-به-تخم-گرفتن-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48162;}s:5:\"thumb\";a:5:{s:4:\"file\";s:64:\"کتاب-هنر-رندانه-ی-به-تخم-گرفتن-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2614;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:66:\"کتاب-هنر-رندانه-ی-به-تخم-گرفتن-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6233;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:66:\"کتاب-هنر-رندانه-ی-به-تخم-گرفتن-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10420;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:66:\"کتاب-هنر-رندانه-ی-به-تخم-گرفتن-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8232;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:64:\"کتاب-هنر-رندانه-ی-به-تخم-گرفتن-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1764;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:66:\"کتاب-هنر-رندانه-ی-به-تخم-گرفتن-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32611;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:66:\"کتاب-هنر-رندانه-ی-به-تخم-گرفتن-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7950;}}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:{}}}'),
(4692, 730, '_thumbnail_id', '731'),
(4693, 730, '_wp_page_template', 'default'),
(4694, 730, 'bt_buy', 'on'),
(4695, 730, 'demo_txtc', 'پیش نمایش آنلاین'),
(4696, 730, 'pro_product1', 'on'),
(4697, 730, 'irani_product1', 'on'),
(4698, 730, 'ea_ins_product1', 'on'),
(4699, 730, 'opt_ve_product1', 'on'),
(4700, 730, 'book_auth', ' ارشاد نیکخواه'),
(4701, 730, 'book_pages', '335 صفحه'),
(4702, 730, 'book_lang', 'فارسی'),
(4703, 730, 'book_format', 'PDF'),
(4704, 730, '_yoast_wpseo_primary_category', '1'),
(4705, 730, '_yoast_wpseo_videositemap-rating', '0'),
(4706, 730, '_yoast_wpseo_content_score', '60'),
(4707, 730, '_yoast_wpseo_focuskeywords', '[]'),
(4708, 730, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(4709, 730, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(4710, 733, '_edit_lock', '1734947673:2'),
(4711, 733, '_edit_last', '2'),
(4712, 733, 'bt_buy', 'on'),
(4713, 733, 'demo_txtc', 'پیش نمایش آنلاین'),
(4714, 733, 'pro_product1', 'on'),
(4715, 733, 'irani_product1', 'on'),
(4716, 733, 'ea_ins_product1', 'on'),
(4717, 733, 'opt_ve_product1', 'on'),
(4718, 733, 'edd_price', '490000'),
(4719, 733, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:107:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookkr/b1/ketab-onare-randaneye-be-tokhm-gereftan-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(4720, 733, '_edd_download_earnings', '0'),
(4721, 733, '_edd_download_sales', '0'),
(4722, 730, 'edd_id', '733'),
(4723, 735, '_edit_lock', '1734949612:2'),
(4724, 735, '_edit_last', '2'),
(4725, 736, '_wp_attached_file', '2024/12/کتاب-روانشناسی-اجتماعی-کاربردی.jpg'),
(4726, 736, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:69:\"2024/12/کتاب-روانشناسی-اجتماعی-کاربردی.jpg\";s:8:\"filesize\";i:147264;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:69:\"کتاب-روانشناسی-اجتماعی-کاربردی-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11882;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:69:\"کتاب-روانشناسی-اجتماعی-کاربردی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6463;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:69:\"کتاب-روانشناسی-اجتماعی-کاربردی-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51806;}s:5:\"thumb\";a:5:{s:4:\"file\";s:67:\"کتاب-روانشناسی-اجتماعی-کاربردی-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2741;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:69:\"کتاب-روانشناسی-اجتماعی-کاربردی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6463;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:69:\"کتاب-روانشناسی-اجتماعی-کاربردی-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10778;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:69:\"کتاب-روانشناسی-اجتماعی-کاربردی-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8535;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:67:\"کتاب-روانشناسی-اجتماعی-کاربردی-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1811;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:69:\"کتاب-روانشناسی-اجتماعی-کاربردی-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35604;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:69:\"کتاب-روانشناسی-اجتماعی-کاربردی-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8233;}}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:{}}}'),
(4727, 735, '_thumbnail_id', '736'),
(4728, 735, '_wp_page_template', 'default'),
(4729, 735, 'bt_buy', 'on'),
(4730, 735, 'demo_txtc', 'پیش نمایش آنلاین'),
(4731, 735, 'pro_product1', 'on'),
(4732, 735, 'irani_product1', 'on'),
(4733, 735, 'ea_ins_product1', 'on'),
(4734, 735, 'opt_ve_product1', 'on'),
(4735, 735, 'book_auth', 'مجید صفاری نیا'),
(4736, 735, 'book_pages', '94 صفحه'),
(4737, 735, 'book_lang', 'فارسی'),
(4738, 735, 'book_format', 'PDF'),
(4739, 735, '_yoast_wpseo_primary_category', '1'),
(4740, 735, '_yoast_wpseo_videositemap-rating', '0'),
(4741, 735, '_yoast_wpseo_content_score', '90'),
(4742, 735, '_yoast_wpseo_focuskeywords', '[]'),
(4743, 735, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(4744, 735, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(4745, 738, '_edit_lock', '1734948796:2'),
(4746, 738, '_edit_last', '2'),
(4747, 735, 'edd_id', '738'),
(4748, 739, '_edit_lock', '1734950643:2'),
(4749, 739, '_edit_last', '2'),
(4750, 740, '_wp_attached_file', '2024/12/کتاب-مدیریت-رفتار-سازمانی.jpg'),
(4751, 740, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:59:\"2024/12/کتاب-مدیریت-رفتار-سازمانی.jpg\";s:8:\"filesize\";i:135298;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:59:\"کتاب-مدیریت-رفتار-سازمانی-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10899;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:59:\"کتاب-مدیریت-رفتار-سازمانی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6397;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:59:\"کتاب-مدیریت-رفتار-سازمانی-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46631;}s:5:\"thumb\";a:5:{s:4:\"file\";s:57:\"کتاب-مدیریت-رفتار-سازمانی-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2667;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:59:\"کتاب-مدیریت-رفتار-سازمانی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6397;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:59:\"کتاب-مدیریت-رفتار-سازمانی-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10433;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:59:\"کتاب-مدیریت-رفتار-سازمانی-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8146;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:57:\"کتاب-مدیریت-رفتار-سازمانی-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1784;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:59:\"کتاب-مدیریت-رفتار-سازمانی-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31789;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:59:\"کتاب-مدیریت-رفتار-سازمانی-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8040;}}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:{}}}'),
(4752, 739, '_thumbnail_id', '740'),
(4753, 739, '_wp_page_template', 'default'),
(4754, 739, 'bt_buy', 'on'),
(4755, 739, 'demo_txtc', 'پیش نمایش آنلاین'),
(4756, 739, 'pro_product1', 'on'),
(4757, 739, 'irani_product1', 'on'),
(4758, 739, 'ea_ins_product1', 'on'),
(4759, 739, 'opt_ve_product1', 'on'),
(4760, 739, 'book_auth', 'زهرا برومند'),
(4761, 739, 'book_pages', '343 صفحه'),
(4762, 739, 'book_lang', 'فارسی'),
(4763, 739, 'book_format', 'PDF'),
(4764, 739, '_yoast_wpseo_primary_category', '1'),
(4765, 739, '_yoast_wpseo_videositemap-rating', '0'),
(4766, 739, '_yoast_wpseo_content_score', '60'),
(4767, 739, '_yoast_wpseo_focuskeywords', '[]'),
(4768, 739, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(4769, 739, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(4770, 742, '_edit_lock', '1734950711:2'),
(4771, 742, '_edit_last', '2'),
(4772, 742, 'bt_buy', 'on'),
(4773, 742, 'demo_txtc', 'پیش نمایش آنلاین'),
(4774, 742, 'pro_product1', 'on'),
(4775, 742, 'irani_product1', 'on'),
(4776, 742, 'ea_ins_product1', 'on'),
(4777, 742, 'opt_ve_product1', 'on'),
(4778, 742, 'edd_price', '490000'),
(4779, 742, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:108:\"https://dl.pdfbamaa.com/pdfbama/ketab/book1/Ketab-Modiriat-Raftar-Sazemani-Zahra-Brumand-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(4780, 742, '_edd_download_earnings', '0'),
(4781, 742, '_edd_download_sales', '0'),
(4782, 739, 'edd_id', '742'),
(4783, 744, '_edit_lock', '1734952665:2'),
(4784, 744, '_edit_last', '2'),
(4785, 745, '_wp_attached_file', '2024/12/کتاب-حقوق-تطبیقی.jpg'),
(4786, 745, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:42:\"2024/12/کتاب-حقوق-تطبیقی.jpg\";s:8:\"filesize\";i:133057;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"کتاب-حقوق-تطبیقی-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10966;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"کتاب-حقوق-تطبیقی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6401;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:42:\"کتاب-حقوق-تطبیقی-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45047;}s:5:\"thumb\";a:5:{s:4:\"file\";s:40:\"کتاب-حقوق-تطبیقی-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2707;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:42:\"کتاب-حقوق-تطبیقی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6401;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:42:\"کتاب-حقوق-تطبیقی-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10413;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:42:\"کتاب-حقوق-تطبیقی-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8359;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:40:\"کتاب-حقوق-تطبیقی-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1779;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:42:\"کتاب-حقوق-تطبیقی-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30952;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:42:\"کتاب-حقوق-تطبیقی-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7922;}}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:{}}}'),
(4787, 744, '_thumbnail_id', '745'),
(4788, 744, '_wp_page_template', 'default'),
(4789, 744, 'bt_buy', 'on'),
(4790, 744, 'demo_txtc', 'پیش نمایش آنلاین'),
(4791, 744, 'pro_product1', 'on'),
(4792, 744, 'irani_product1', 'on'),
(4793, 744, 'ea_ins_product1', 'on'),
(4794, 744, 'opt_ve_product1', 'on'),
(4795, 744, 'book_auth', 'عبدالحسین شیروی'),
(4796, 744, 'book_pages', '155 صفحه'),
(4797, 744, 'book_lang', 'فارسی'),
(4798, 744, 'book_format', 'PDF'),
(4799, 744, '_yoast_wpseo_primary_category', '1'),
(4800, 744, '_yoast_wpseo_videositemap-rating', '0'),
(4801, 744, '_yoast_wpseo_content_score', '60'),
(4802, 744, '_yoast_wpseo_focuskeywords', '[]'),
(4803, 744, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(4804, 744, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(4805, 747, '_edit_lock', '1734952642:2'),
(4806, 747, '_edit_last', '2'),
(4807, 747, 'bt_buy', 'on'),
(4808, 747, 'demo_txtc', 'پیش نمایش آنلاین'),
(4809, 747, 'pro_product1', 'on'),
(4810, 747, 'irani_product1', 'on'),
(4811, 747, 'ea_ins_product1', 'on'),
(4812, 747, 'opt_ve_product1', 'on'),
(4813, 747, 'edd_price', '490000'),
(4814, 747, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:104:\"https://dl.pdfbamaa.com/pdfbama/ketab/book1/Ketab-Hogug-Tatbigi-Abdol-Hosein-Shiravi-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(4815, 747, '_edd_download_earnings', '0'),
(4816, 747, '_edd_download_sales', '0'),
(4817, 744, 'edd_id', '747'),
(4818, 749, '_edit_lock', '1734954522:2'),
(4819, 749, '_edit_last', '2'),
(4820, 750, '_wp_attached_file', '2024/12/کتاب-روانشناسی-احساس-و-ادراک.jpg'),
(4821, 750, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:64:\"2024/12/کتاب-روانشناسی-احساس-و-ادراک.jpg\";s:8:\"filesize\";i:133764;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:64:\"کتاب-روانشناسی-احساس-و-ادراک-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10443;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:64:\"کتاب-روانشناسی-احساس-و-ادراک-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6167;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:64:\"کتاب-روانشناسی-احساس-و-ادراک-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45087;}s:5:\"thumb\";a:5:{s:4:\"file\";s:62:\"کتاب-روانشناسی-احساس-و-ادراک-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2598;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:64:\"کتاب-روانشناسی-احساس-و-ادراک-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6167;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:64:\"کتاب-روانشناسی-احساس-و-ادراک-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10285;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:64:\"کتاب-روانشناسی-احساس-و-ادراک-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8028;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:62:\"کتاب-روانشناسی-احساس-و-ادراک-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1728;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:64:\"کتاب-روانشناسی-احساس-و-ادراک-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30694;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:64:\"کتاب-روانشناسی-احساس-و-ادراک-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7772;}}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:{}}}'),
(4822, 751, '_wp_attached_file', '2024/12/کتاب-روانشناسی-احساس-و-ادراک-1.jpg'),
(4823, 751, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:66:\"2024/12/کتاب-روانشناسی-احساس-و-ادراک-1.jpg\";s:8:\"filesize\";i:133639;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:66:\"کتاب-روانشناسی-احساس-و-ادراک-1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10462;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:66:\"کتاب-روانشناسی-احساس-و-ادراک-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6163;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:66:\"کتاب-روانشناسی-احساس-و-ادراک-1-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44959;}s:5:\"thumb\";a:5:{s:4:\"file\";s:64:\"کتاب-روانشناسی-احساس-و-ادراک-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2593;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:66:\"کتاب-روانشناسی-احساس-و-ادراک-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6163;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:66:\"کتاب-روانشناسی-احساس-و-ادراک-1-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10279;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:66:\"کتاب-روانشناسی-احساس-و-ادراک-1-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8035;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:64:\"کتاب-روانشناسی-احساس-و-ادراک-1-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1728;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:66:\"کتاب-روانشناسی-احساس-و-ادراک-1-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30649;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:66:\"کتاب-روانشناسی-احساس-و-ادراک-1-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7762;}}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:{}}}'),
(4824, 749, '_thumbnail_id', '751'),
(4825, 749, '_wp_page_template', 'default'),
(4826, 749, 'bt_buy', 'on'),
(4827, 749, 'demo_txtc', 'پیش نمایش آنلاین'),
(4828, 749, 'pro_product1', 'on'),
(4829, 749, 'irani_product1', 'on'),
(4830, 749, 'ea_ins_product1', 'on'),
(4831, 749, 'opt_ve_product1', 'on'),
(4832, 749, 'book_auth', 'محمود پناهی شهری '),
(4833, 749, 'book_pages', '133 صفحه'),
(4834, 749, 'book_lang', 'فارسی'),
(4835, 749, 'book_format', 'PDF'),
(4836, 749, '_yoast_wpseo_primary_category', '1'),
(4837, 749, '_yoast_wpseo_videositemap-rating', '0'),
(4838, 749, '_yoast_wpseo_content_score', '60'),
(4839, 749, '_yoast_wpseo_focuskeywords', '[]'),
(4840, 749, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(4841, 749, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(4842, 753, '_edit_lock', '1734954651:2'),
(4843, 753, '_edit_last', '2'),
(4844, 753, 'bt_buy', 'on'),
(4845, 753, 'demo_txtc', 'پیش نمایش آنلاین'),
(4846, 753, 'pro_product1', 'on'),
(4847, 753, 'irani_product1', 'on'),
(4848, 753, 'ea_ins_product1', 'on'),
(4849, 753, 'opt_ve_product1', 'on'),
(4850, 753, 'edd_price', '490000'),
(4851, 753, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:127:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookmh/book1/Ketab-Ravanshenasi-Ehsasi-Va-Edrak-Mahmoud-Panahi-Shahri-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(4852, 753, '_edd_download_earnings', '0'),
(4853, 753, '_edd_download_sales', '0'),
(4854, 749, 'edd_id', '753'),
(4855, 755, '_edit_lock', '1734955975:2'),
(4856, 755, '_edit_last', '2'),
(4857, 756, '_wp_attached_file', '2024/12/کتاب-حل-کامل-مسائل-مبانی-کنترل-فرآیند-در-مهندسی-شیمی.jpg'),
(4858, 756, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:107:\"2024/12/کتاب-حل-کامل-مسائل-مبانی-کنترل-فرآیند-در-مهندسی-شیمی.jpg\";s:8:\"filesize\";i:137542;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:107:\"کتاب-حل-کامل-مسائل-مبانی-کنترل-فرآیند-در-مهندسی-شیمی-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10824;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:107:\"کتاب-حل-کامل-مسائل-مبانی-کنترل-فرآیند-در-مهندسی-شیمی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6246;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:107:\"کتاب-حل-کامل-مسائل-مبانی-کنترل-فرآیند-در-مهندسی-شیمی-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46306;}s:5:\"thumb\";a:5:{s:4:\"file\";s:105:\"کتاب-حل-کامل-مسائل-مبانی-کنترل-فرآیند-در-مهندسی-شیمی-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2601;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:107:\"کتاب-حل-کامل-مسائل-مبانی-کنترل-فرآیند-در-مهندسی-شیمی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6246;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:107:\"کتاب-حل-کامل-مسائل-مبانی-کنترل-فرآیند-در-مهندسی-شیمی-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10289;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:107:\"کتاب-حل-کامل-مسائل-مبانی-کنترل-فرآیند-در-مهندسی-شیمی-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8082;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:105:\"کتاب-حل-کامل-مسائل-مبانی-کنترل-فرآیند-در-مهندسی-شیمی-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1730;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:107:\"کتاب-حل-کامل-مسائل-مبانی-کنترل-فرآیند-در-مهندسی-شیمی-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31831;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:107:\"کتاب-حل-کامل-مسائل-مبانی-کنترل-فرآیند-در-مهندسی-شیمی-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7707;}}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:{}}}'),
(4859, 755, '_thumbnail_id', '756'),
(4860, 755, '_wp_page_template', 'default'),
(4861, 755, 'bt_buy', 'on'),
(4862, 755, 'demo_txtc', 'پیش نمایش آنلاین'),
(4863, 755, 'pro_product1', 'on'),
(4864, 755, 'irani_product1', 'on'),
(4865, 755, 'ea_ins_product1', 'on'),
(4866, 755, 'opt_ve_product1', 'on'),
(4867, 755, 'book_auth', 'دکتر منوچهر نیک آذر'),
(4868, 755, 'book_pages', '152 صفحه'),
(4869, 755, 'book_lang', 'فارسی'),
(4870, 755, 'book_format', 'PDF'),
(4871, 755, '_yoast_wpseo_primary_category', '1'),
(4872, 755, '_yoast_wpseo_videositemap-rating', '0'),
(4873, 755, '_yoast_wpseo_content_score', '90'),
(4874, 755, '_yoast_wpseo_focuskeywords', '[]'),
(4875, 755, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(4876, 755, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(4877, 758, '_edit_lock', '1734956089:2'),
(4878, 758, '_edit_last', '2'),
(4879, 758, 'bt_buy', 'on'),
(4880, 758, 'demo_txtc', 'پیش نمایش آنلاین'),
(4881, 758, 'pro_product1', 'on'),
(4882, 758, 'irani_product1', 'on'),
(4883, 758, 'ea_ins_product1', 'on'),
(4884, 758, 'opt_ve_product1', 'on'),
(4885, 758, 'edd_price', '490000'),
(4886, 758, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:94:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookpo/ketab-mabani-kontrol-modiryat-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(4887, 758, '_edd_download_earnings', '0'),
(4888, 758, '_edd_download_sales', '0'),
(4889, 755, 'edd_id', '758'),
(4890, 760, '_edit_lock', '1734962266:2'),
(4891, 760, '_edit_last', '2'),
(4892, 761, '_wp_attached_file', '2024/12/کتاب-راهنمای-زبان-عمومی.jpg'),
(4893, 761, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:55:\"2024/12/کتاب-راهنمای-زبان-عمومی.jpg\";s:8:\"filesize\";i:139694;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"کتاب-راهنمای-زبان-عمومی-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11279;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"کتاب-راهنمای-زبان-عمومی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6228;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:55:\"کتاب-راهنمای-زبان-عمومی-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48560;}s:5:\"thumb\";a:5:{s:4:\"file\";s:53:\"کتاب-راهنمای-زبان-عمومی-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2619;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:55:\"کتاب-راهنمای-زبان-عمومی-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6228;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:55:\"کتاب-راهنمای-زبان-عمومی-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10285;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:55:\"کتاب-راهنمای-زبان-عمومی-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8080;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:53:\"کتاب-راهنمای-زبان-عمومی-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1719;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:55:\"کتاب-راهنمای-زبان-عمومی-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33157;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:55:\"کتاب-راهنمای-زبان-عمومی-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7873;}}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:{}}}'),
(4894, 760, '_thumbnail_id', '761'),
(4895, 760, '_wp_page_template', 'default'),
(4896, 760, 'bt_buy', 'on'),
(4897, 760, 'demo_txtc', 'پیش نمایش آنلاین'),
(4898, 760, 'pro_product1', 'on'),
(4899, 760, 'irani_product1', 'on'),
(4900, 760, 'ea_ins_product1', 'on'),
(4901, 760, 'opt_ve_product1', 'on'),
(4902, 760, 'book_auth', 'پیام نور'),
(4903, 760, 'book_pages', '208 صفحه'),
(4904, 760, 'book_lang', 'فارسی'),
(4905, 760, 'book_format', 'PDF'),
(4906, 760, '_yoast_wpseo_primary_category', '1'),
(4907, 760, '_yoast_wpseo_videositemap-rating', '0'),
(4908, 760, '_yoast_wpseo_content_score', '90'),
(4909, 760, '_yoast_wpseo_focuskeywords', '[]'),
(4910, 760, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(4911, 760, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(4912, 763, '_edit_lock', '1734962370:2'),
(4913, 763, '_edit_last', '2'),
(4914, 763, 'bt_buy', 'on'),
(4915, 763, 'demo_txtc', 'پیش نمایش آنلاین'),
(4916, 763, 'pro_product1', 'on'),
(4917, 763, 'irani_product1', 'on'),
(4918, 763, 'ea_ins_product1', 'on'),
(4919, 763, 'opt_ve_product1', 'on'),
(4920, 763, 'edd_price', '490000'),
(4921, 763, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:92:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookpo/Ketab-Rahnemaye-Zaban-Omumi-www.pdfbama.com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(4922, 763, '_edd_download_earnings', '0'),
(4923, 763, '_edd_download_sales', '0'),
(4924, 760, 'edd_id', '763'),
(4925, 765, '_edit_lock', '1734963315:2'),
(4926, 765, '_edit_last', '2'),
(4927, 766, '_edit_lock', '1734963810:2'),
(4928, 766, '_edit_last', '2'),
(4929, 767, '_wp_attached_file', '2024/12/کتاب-مددکاری-اجتماعی-1-کار-با-فرد.jpg'),
(4930, 767, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:71:\"2024/12/کتاب-مددکاری-اجتماعی-1-کار-با-فرد.jpg\";s:8:\"filesize\";i:136624;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:71:\"کتاب-مددکاری-اجتماعی-1-کار-با-فرد-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10950;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:71:\"کتاب-مددکاری-اجتماعی-1-کار-با-فرد-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6303;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:71:\"کتاب-مددکاری-اجتماعی-1-کار-با-فرد-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46477;}s:5:\"thumb\";a:5:{s:4:\"file\";s:69:\"کتاب-مددکاری-اجتماعی-1-کار-با-فرد-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2630;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:71:\"کتاب-مددکاری-اجتماعی-1-کار-با-فرد-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6303;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:71:\"کتاب-مددکاری-اجتماعی-1-کار-با-فرد-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10460;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:71:\"کتاب-مددکاری-اجتماعی-1-کار-با-فرد-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8236;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:69:\"کتاب-مددکاری-اجتماعی-1-کار-با-فرد-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1746;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:71:\"کتاب-مددکاری-اجتماعی-1-کار-با-فرد-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31818;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:71:\"کتاب-مددکاری-اجتماعی-1-کار-با-فرد-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7954;}}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:{}}}'),
(4931, 766, '_wp_page_template', 'default'),
(4932, 766, 'bt_buy', 'on'),
(4933, 766, 'demo_txtc', 'پیش نمایش آنلاین'),
(4934, 766, 'pro_product1', 'on'),
(4935, 766, 'irani_product1', 'on'),
(4936, 766, 'ea_ins_product1', 'on'),
(4937, 766, 'opt_ve_product1', 'on'),
(4938, 766, 'book_auth', 'حسن موسوی چلک'),
(4939, 766, 'book_pages', '272 صفحه'),
(4940, 766, 'book_lang', 'فارسی'),
(4941, 766, 'book_format', 'PDF'),
(4942, 766, '_yoast_wpseo_primary_category', ''),
(4943, 766, '_yoast_wpseo_videositemap-rating', '0'),
(4944, 766, '_yoast_wpseo_content_score', '90'),
(4945, 766, '_yoast_wpseo_focuskeywords', '[]'),
(4946, 766, '_yoast_wpseo_keywordsynonyms', '[\"\"]'),
(4947, 766, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(4948, 769, '_wp_attached_file', '2024/12/کتاب-مددکاری-اجتماعی-1-کار-با-فرد-1.jpg'),
(4949, 769, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:73:\"2024/12/کتاب-مددکاری-اجتماعی-1-کار-با-فرد-1.jpg\";s:8:\"filesize\";i:136624;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:73:\"کتاب-مددکاری-اجتماعی-1-کار-با-فرد-1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10950;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:73:\"کتاب-مددکاری-اجتماعی-1-کار-با-فرد-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6303;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:73:\"کتاب-مددکاری-اجتماعی-1-کار-با-فرد-1-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46477;}s:5:\"thumb\";a:5:{s:4:\"file\";s:71:\"کتاب-مددکاری-اجتماعی-1-کار-با-فرد-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2630;}s:6:\"thumb1\";a:5:{s:4:\"file\";s:73:\"کتاب-مددکاری-اجتماعی-1-کار-با-فرد-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6303;}s:6:\"thumb2\";a:5:{s:4:\"file\";s:73:\"کتاب-مددکاری-اجتماعی-1-کار-با-فرد-1-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10460;}s:6:\"thumb3\";a:5:{s:4:\"file\";s:73:\"کتاب-مددکاری-اجتماعی-1-کار-با-فرد-1-177x177.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8236;}s:6:\"thumb4\";a:5:{s:4:\"file\";s:71:\"کتاب-مددکاری-اجتماعی-1-کار-با-فرد-1-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1746;}s:6:\"thumb5\";a:5:{s:4:\"file\";s:73:\"کتاب-مددکاری-اجتماعی-1-کار-با-فرد-1-590x300.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31818;}s:6:\"thumb6\";a:5:{s:4:\"file\";s:73:\"کتاب-مددکاری-اجتماعی-1-کار-با-فرد-1-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7954;}}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:{}}}'),
(4950, 766, '_thumbnail_id', '769'),
(4951, 770, '_edit_lock', '1734963950:2'),
(4952, 770, '_edit_last', '2'),
(4953, 770, 'bt_buy', 'on'),
(4954, 770, 'demo_txtc', 'پیش نمایش آنلاین'),
(4955, 770, 'pro_product1', 'on'),
(4956, 770, 'irani_product1', 'on'),
(4957, 770, 'ea_ins_product1', 'on'),
(4958, 770, 'opt_ve_product1', 'on'),
(4959, 770, 'edd_price', '490000'),
(4960, 770, 'edd_download_files', 'a:1:{i:1;a:6:{s:5:\"index\";s:1:\"0\";s:13:\"attachment_id\";s:1:\"0\";s:14:\"thumbnail_size\";s:0:\"\";s:4:\"name\";s:83:\"دانلود فایل با لینک مستقیم (اینجا کلیک کنید📥)\";s:4:\"file\";s:123:\"https://dl.pdfbamaa.com/pdfbama/ketab/bookkv/b3/ketab-madad-kari-ejtemai-kar-ba-fard-hasan-mosavi-chelk-wWw.pdfbama.Com.zip\";s:9:\"condition\";s:3:\"all\";}}'),
(4961, 770, '_edd_download_earnings', '0'),
(4962, 770, '_edd_download_sales', '0'),
(4963, 766, 'edd_id', '770'),
(4964, 770, '_likes', '0'),
(4965, 753, '_likes', '0'),
(4966, 728, '_likes', '0'),
(4967, 758, '_likes', '0'),
(4968, 718, '_likes', '0'),
(4969, 763, '_likes', '0'),
(4970, 742, '_likes', '0'),
(4971, 733, '_likes', '0'),
(4972, 747, '_likes', '0'),
(4973, 723, '_likes', '0'),
(4976, 248, '_wp_old_date', '2024-11-29'),
(4979, 258, '_wp_old_date', '2024-11-29'),
(4982, 75, '_wp_old_date', '2024-08-05'),
(4983, 749, '_likes', '0'),
(4984, 735, '_likes', '0'),
(4985, 573, '_likes', '0');

-- --------------------------------------------------------

--
-- Table structure for table `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 NOT NULL,
  `post_title` text NOT NULL,
  `post_excerpt` text NOT NULL,
  `post_status` varchar(20) NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) NOT NULL DEFAULT 'open',
  `post_password` varchar(255) NOT NULL DEFAULT '',
  `post_name` varchar(200) NOT NULL DEFAULT '',
  `to_ping` text NOT NULL,
  `pinged` text 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 NOT NULL,
  `post_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `guid` varchar(255) NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `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
(36, 1, '2023-03-01 15:40:30', '2023-03-01 12:10:30', '<!-- wp:edd/order-history /-->', 'Order History', '', 'publish', 'closed', 'closed', '', 'order-history', '', '', '2023-03-01 15:40:30', '2023-03-01 12:10:30', '', 33, 'https://activereading.xyz/%d9%be%d8%b1%d8%af%d8%a7%d8%ae%d8%aa/order-history/', 0, 'page', '', 0),
(37, 1, '2023-03-01 15:40:31', '2023-03-01 12:10:31', '<!-- wp:paragraph -->\r\n<p>از خرید شما متشکریم! روز خوبی داشته باشید.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:edd/confirmation /-->', 'Confirmation', '', 'publish', 'closed', 'closed', '', 'confirmation', '', '', '2023-03-01 15:56:20', '2023-03-01 12:26:20', '', 33, 'https://activereading.xyz/%d9%be%d8%b1%d8%af%d8%a7%d8%ae%d8%aa/confirmation/', 0, 'page', '', 0),
(2, 1, '2024-11-14 13:00:29', '2024-11-14 09:30:29', '<!-- wp:paragraph -->\r\n<p>[elementor-template id=\"9\"]</p>\r\n<!-- /wp:paragraph -->', 'کتاب active 2 pdf', '', 'publish', 'closed', 'open', '', '%da%a9%d8%aa%d8%a7%d8%a8-active-2-pdf', '', '', '2024-11-14 15:47:17', '2024-11-14 12:17:17', '', 0, 'http://activereading.xyz/?page_id=2', 0, 'page', '', 0),
(33, 1, '2023-03-01 15:40:29', '2023-03-01 12:10:29', '<!-- wp:shortcode -->\r\n<p>[download_checkout]</p>\r\n<!-- /wp:shortcode -->', 'پرداخت', '', 'publish', 'closed', 'closed', '', 'pay', '', '', '2023-03-01 15:56:14', '2023-03-01 12:26:14', '', 0, 'https://activereading.xyz/%d9%be%d8%b1%d8%af%d8%a7%d8%ae%d8%aa/', 0, 'page', '', 0),
(34, 1, '2023-03-01 15:40:30', '2023-03-01 12:10:30', '<!-- wp:edd/receipt /-->', 'رسید', '', 'publish', 'closed', 'closed', '', '%d8%b1%d8%b3%db%8c%d8%af', '', '', '2023-03-01 15:40:30', '2023-03-01 12:10:30', '', 33, 'https://activereading.xyz/%d9%be%d8%b1%d8%af%d8%a7%d8%ae%d8%aa/%d8%b1%d8%b3%db%8c%d8%af/', 0, 'page', '', 0),
(18, 1, '2023-01-24 16:32:35', '2023-01-24 13:02:35', '', 'activereading', '', 'inherit', 'open', 'closed', '', 'activereading', '', '', '2023-01-24 16:32:35', '2023-01-24 13:02:35', '', 0, 'https://activereading.xyz/wp-content/uploads/2023/01/activereading.png', 0, 'attachment', 'image/png', 0),
(19, 1, '2023-01-24 16:32:40', '2023-01-24 13:02:40', 'https://activereading.xyz/wp-content/uploads/2023/01/cropped-activereading.png', 'cropped-activereading.png', '', 'inherit', 'open', 'closed', '', 'cropped-activereading-png', '', '', '2023-01-24 16:32:40', '2023-01-24 13:02:40', '', 0, 'https://activereading.xyz/wp-content/uploads/2023/01/cropped-activereading.png', 0, 'attachment', 'image/png', 0),
(3, 1, '2023-01-24 15:34:29', '2023-01-24 12:04:29', '<!-- wp:heading --><h2>ما که هستیم</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">متن پیشنهادی: </strong>نشانی وب‌سایت ما: http://activereading.xyz.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>دیدگاه‌ها</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">متن پیشنهادی: </strong>هنگامی که بازدیدکنندگان نظرات خود را در سایت می‌نویسند، ما اطلاعاتی را که در فرم نظرات و همچنین بازدید کننده‌ها ارائه می‌شود جمع آوری می‌کنیم &#8217;s آدرس IP و رجیستر عامل کاربر مرورگر برای کمک به تشخیص هرزنامه.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>یک رشته ناشناس ایجاد شده از آدرس ایمیل شما (همچنین هش نامیده می‌شود) ممکن است به سرویس Gravatar ارائه شود تا ببینید آیا از آن استفاده می‌کنید. سیاست حفظ حریم خصوصی خدمات Gravatar در اینجا در دسترس است: https://automattic.com/privacy/. پس از تأیید نظر شما، تصویر نمایه شما در متن نظر شما قابل مشاهده است.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>رسانه</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">متن پیشنهادی: </strong>اگر تصاویر را به وبسایت آپلود کنید، نباید آپلود تصاویر با داده‌های مکان جغرافیایی (EXIF GPS) شامل شود. بازدیدکنندگان وب سایت می‌توانند هر گونه اطلاعات مکان را از تصاویر در وب سایت دانلود و استخراج کنند.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>کوکی‌ها</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">متن پیشنهادی: </strong>اگر شما نظر خود را در سایت ما ثبت کنید، ممکن است برای ذخیره نام، آدرس ایمیل و وب سایت خود در کوکی‌ها تصمیم گیری کنید. اینها برای راحتی شما هستند، به طوری که شما مجبور نیستید دوباره جزئیات خود را پر کنید زمانی که نظر دیگری را ارسال کنید. این کوکی‌ها یک سال طول خواهد کشید.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>اگر از برگه ورود ما بازدید نمایید، ما یک کوکی موقت برای مشخص نمودن اینکه آیا مروگر شما کوکی قبول می‌کند را تنظیم می‌کنیم. این کوکی محتوای اطلاعات شخصی شما نیست و وقتی مرورگر شما بسته می‌شود از بین می‌رود.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>هنگام ورود به سیستم، ما همچنین کوکی‌ها را تنظیم خواهیم کرد تا اطلاعات ورود به سیستم و گزینه‌های صفحه نمایش خود را ذخیره کنید. کوکی‌های ورود به سیستم برای دو روز گذشته و کوکی‌های گزینه‌های صفحه نمایش برای یک سال گذشته است. اگر &quot; مرا به خاطر بسپار &quot; را انتخاب کنید، ورود شما برای دو هفته ادامه خواهد داشت. اگر از حساب خود خارج شوید، کوکی‌های ورود حذف خواهند شد.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>اگر یک مقاله را ویرایش یا منتشر کنید، یک کوکی اضافی در مرورگر شما ذخیره خواهد شد. این کوکی حاوی اطلاعات شخصی نیست و به سادگی نشان می‌دهد که شناسه پست مقاله شما فقط ویرایش شده است. بعد از یک روز منقضی می‌شود.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>محتوای جاسازی‌شده از دیگر وب‌سایت‌ها</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">متن پیشنهادی: </strong>مقالات موجود در این سایت ممکن است شامل محتوای تعبیه شده (مثلا ویدئوها، تصاویر، مقالات و غیره) باشد. مطالب جاسازی شده از وب سایت‌های دیگر رفتار دقیقا همان طوری که بازدید کننده از وب سایت دیگر بازدید کرده است.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>این وبسایت‌ها ممکن است اطلاعاتی مربوط به شما را جمع‌آوری کنند، از کوکی‌ها استفاده کنند، ردیابی سوم شخص اضافه را جاسازی کنند و تعامل شما را با محتوای تعبیه شده نظارت کنند که شامل ردیابی تعامل شما با محتوای جاسازی شده است اگر حساب کاربری داشته و به آن وبسایت وارد شده باشید.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>اطلاعات شما را با چه کسی به اشتراک می‌گذاریم</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">متن پیشنهادی: </strong>اگر شما یک تنظیم دوباره رمز عبور را درخواست دادید، نشانی IP شما در ایمیل تنظیم دوباره وجود خواهد داشت.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>چه مدت ما اطلاعات شما را حفظ می‌کنیم</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">متن پیشنهادی: </strong>اگر یک نظر را ارسال کنید، نظر و متادیتای آن به طور نامحدود حفظ می‌شوند. این به این معنا است که ما می‌توانیم نظرات بعدی را بطور خودکار بجای اینکه در صف بازدید قرار دهیم، تشخیص داده و تایید کنیم.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>برای کاربرانی که در وب سایت ما ثبت نام می‌کنند (اگر وجود داشته باشند)، ما همچنین اطلاعات شخصی را که در مشخصات کاربر آنها ارائه می‌کنیم، ذخیره می‌کنیم. همه کاربران می‌توانند اطلاعات شخصی خود را در هر زمان (به جز آنها که نمی‌توانند نام کاربری خود را تغییر دهند) ببینند، ویرایش و یا حذف کنند. مدیران وب سایت همچنین می‌توانند این اطلاعات را مشاهده و ویرایش کنند.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>حقوقی که بر روی داده‌هایتان دارید</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">متن پیشنهادی: </strong>اگر در این سایت حساب کاربری دارید یا نظری ارسال کرده‌اید، می‌توانید درخواست دریافت یک فایل خروجی از اطلاعات شخصی که ما در مورد شما نگه می‌داریم، از جمله هرگونه داده‌ای که برای ما ارائه کرده‌اید را بدهید. همچنین می‌توانید درخواست کنید که ما هرگونه اطلاعات شخصی که در مورد شما داریم را پاک کنیم. این شامل اطلاعاتی نیست که ما مجبور به نگهداری آنها برای اهداف اداری، قانونی یا امنیتی باشیم.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>داده‌هایتان کجا فرستاده شد</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">متن پیشنهادی: </strong>دیدگاه‌های بازدیدکننده ممکن است از طریق یک سرویس تشخیص جفنگ خودکار بررسی شوند.</p><!-- /wp:paragraph -->', 'سیاست حفظ حریم خصوصی', '', 'draft', 'closed', 'open', '', 'سیاست-حفظ-حریم-خصوصی', '', '', '2023-01-24 15:34:29', '2023-01-24 12:04:29', '', 0, 'http://activereading.xyz/?page_id=3', 0, 'page', '', 0),
(38, 1, '2023-03-01 15:48:36', '2023-03-01 12:18:36', '', 'خرید کتاب active 2 pdf', '', 'publish', 'closed', 'closed', '', 'activereading', '', '', '2024-04-28 18:43:40', '2024-04-28 14:13:40', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=38', 0, 'download', '', 0),
(5, 1, '2023-01-24 15:43:26', '2023-01-24 12:13:26', '', 'Kit پیش‌ فرض', '', 'publish', 'closed', 'closed', '', 'kit-%d9%be%db%8c%d8%b4-%d9%81%d8%b1%d8%b6', '', '', '2023-03-01 15:55:32', '2023-03-01 12:25:32', '', 0, 'https://activereading.xyz/?p=5', 0, 'elementor_library', '', 0),
(7, 1, '2023-01-24 16:30:07', '2023-01-24 13:00:07', '', 'folders.png', '', 'inherit', 'open', 'closed', '', 'folders-png', '', '', '2023-01-24 16:30:07', '2023-01-24 13:00:07', '', 0, 'https://activereading.xyz/wp-content/uploads/2023/01/folders.png', 0, 'attachment', 'image/png', 0),
(8, 1, '2023-01-24 16:30:07', '2023-01-24 13:00:07', '', '-ریحانه-بهشتی-pdf.png', '', 'inherit', 'open', 'closed', '', '%d8%b1%db%8c%d8%ad%d8%a7%d9%86%d9%87-%d8%a8%d9%87%d8%b4%d8%aa%db%8c-pdf-png', '', '', '2023-01-24 16:30:07', '2023-01-24 13:00:07', '', 0, 'https://activereading.xyz/wp-content/uploads/2023/01/ریحانه-بهشتی-pdf.png', 0, 'attachment', 'image/png', 0),
(9, 1, '2023-01-24 16:30:08', '2023-01-24 13:00:08', '<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><p><a href=\"https://activereading.xyz\">دانلود pdf کتاب active 2</a></p>		\n			<style>/*! elementor - v3.11.2 - 22-02-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"150\" height=\"150\" src=\"https://activereading.xyz/wp-content/uploads/2023/01/activereading-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://activereading.xyz/wp-content/uploads/2023/01/activereading-150x150.png 150w, https://activereading.xyz/wp-content/uploads/2023/01/activereading-300x300.png 300w, https://activereading.xyz/wp-content/uploads/2023/01/activereading.png 512w\" sizes=\"auto, (max-width: 150px) 100vw, 150px\" />															\n		<p>[purchase_link id=\"38\" text=\"خرید\" style=\"button\" color=\"has-edd-button-background-color has-edd-button-text-color\"]</p>		\n			<a role=\"button\">\n						دانلود کتاب اکتیو ۲ PDF با دکمه بالا 😍👆🏻\n					</a>\n			<a href=\"https://t.me/poshtibaniketab\" rel=\"nofollow\" role=\"button\">\n						پشتیبانی تلگرام\n					</a>\n			<a href=\"https://wa.me/+6283874262117\" rel=\"nofollow\" role=\"button\">\n						پشتیبانی WatsApp\n					</a>\n			<p>✅ خرید آنی با سریع ترین درگاه بانکی</p>		\n			<p>💵 لینک دانلود بعد از خرید برای شما نمایش داده خواهد شد</p>		\n			<p>✅ فایل به صورت PDF می باشد</p>		\n			<p>✅ محتوای دانلودی شما دارای 278 صفحه است</p>		\n															<img width=\"1000\" height=\"500\" src=\"https://activereading.xyz/wp-content/uploads/2023/01/کتاب-راهنمای-کامل-اکتیو-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://activereading.xyz/wp-content/uploads/2023/01/کتاب-راهنمای-کامل-اکتیو-2.jpg 1000w, https://activereading.xyz/wp-content/uploads/2023/01/کتاب-راهنمای-کامل-اکتیو-2-300x150.jpg 300w, https://activereading.xyz/wp-content/uploads/2023/01/کتاب-راهنمای-کامل-اکتیو-2-768x384.jpg 768w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" />															\n			<h1>پی دی اف کتاب active 2</h1>		\n			<p>تصاویر پیش نمایش فایل خریداری شده</p>		\n															<img width=\"915\" height=\"728\" src=\"https://activereading.xyz/wp-content/uploads/2023/01/دانلود_کتاب_راهنمای_کامل_اکتیو_2_حمیده_جسور_1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://activereading.xyz/wp-content/uploads/2023/01/دانلود_کتاب_راهنمای_کامل_اکتیو_2_حمیده_جسور_1.jpg 915w, https://activereading.xyz/wp-content/uploads/2023/01/دانلود_کتاب_راهنمای_کامل_اکتیو_2_حمیده_جسور_1-300x239.jpg 300w, https://activereading.xyz/wp-content/uploads/2023/01/دانلود_کتاب_راهنمای_کامل_اکتیو_2_حمیده_جسور_1-768x611.jpg 768w\" sizes=\"auto, (max-width: 915px) 100vw, 915px\" />															\n															<img width=\"917\" height=\"727\" src=\"https://activereading.xyz/wp-content/uploads/2023/01/دانلود_کتاب_راهنمای_کامل_اکتیو_2_حمیده_جسور_2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://activereading.xyz/wp-content/uploads/2023/01/دانلود_کتاب_راهنمای_کامل_اکتیو_2_حمیده_جسور_2.jpg 917w, https://activereading.xyz/wp-content/uploads/2023/01/دانلود_کتاب_راهنمای_کامل_اکتیو_2_حمیده_جسور_2-300x238.jpg 300w, https://activereading.xyz/wp-content/uploads/2023/01/دانلود_کتاب_راهنمای_کامل_اکتیو_2_حمیده_جسور_2-768x609.jpg 768w\" sizes=\"auto, (max-width: 917px) 100vw, 917px\" />															\n															<img width=\"910\" height=\"727\" src=\"https://activereading.xyz/wp-content/uploads/2023/01/دانلود_کتاب_راهنمای_کامل_اکتیو_2_حمیده_جسور_3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://activereading.xyz/wp-content/uploads/2023/01/دانلود_کتاب_راهنمای_کامل_اکتیو_2_حمیده_جسور_3.jpg 910w, https://activereading.xyz/wp-content/uploads/2023/01/دانلود_کتاب_راهنمای_کامل_اکتیو_2_حمیده_جسور_3-300x240.jpg 300w, https://activereading.xyz/wp-content/uploads/2023/01/دانلود_کتاب_راهنمای_کامل_اکتیو_2_حمیده_جسور_3-768x614.jpg 768w\" sizes=\"auto, (max-width: 910px) 100vw, 910px\" />															\n															<img width=\"911\" height=\"727\" src=\"https://activereading.xyz/wp-content/uploads/2023/01/دانلود_کتاب_راهنمای_کامل_اکتیو_2_حمیده_جسور_4.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://activereading.xyz/wp-content/uploads/2023/01/دانلود_کتاب_راهنمای_کامل_اکتیو_2_حمیده_جسور_4.jpg 911w, https://activereading.xyz/wp-content/uploads/2023/01/دانلود_کتاب_راهنمای_کامل_اکتیو_2_حمیده_جسور_4-300x239.jpg 300w, https://activereading.xyz/wp-content/uploads/2023/01/دانلود_کتاب_راهنمای_کامل_اکتیو_2_حمیده_جسور_4-768x613.jpg 768w\" sizes=\"auto, (max-width: 911px) 100vw, 911px\" />															\n		<p style=\"text-align: justify;\"><a href=\"https://activereading.xyz\">کتاب راهنمای کامل اکتیو 2 حمیده جسور</a> 278 صفحه pdf را برای شما علاقه مندان آماده شده است.</p><h2 style=\"text-align: center;\"><strong>پی دی اف کتاب active 2</strong></h2><h2 style=\"text-align: center;\"><strong>پی دی اف کتاب اکتیو 2</strong></h2><h2 style=\"text-align: center;\"><strong>دانلود pdf کتاب active 2</strong></h2><h2 style=\"text-align: center;\"><strong>کتاب active 2 pdf</strong></h2><p style=\"text-align: justify;\">راهنمای Active Skills For Reading 2 شامل ترجمه متون و تمرین ها همراه با پاسخ تمرین ها نوشته ی نیل ج اندرسون است که حمیده جسور آن را به فارسی ترجمه کرده است.</p><p style=\"text-align: justify;\"><strong>فهرست مطالب کتاب راهنمای کامل اکتیو 2 حمیده جسور:</strong></p><ul><li style=\"text-align: justify;\">زمان امتحان</li><li style=\"text-align: justify;\">مسافرت خارجی</li><li style=\"text-align: justify;\">سازنده های محرکی</li><li style=\"text-align: justify;\">قهرمان جوان</li><li style=\"text-align: justify;\">بدن شگفت انگیز انسان</li><li style=\"text-align: justify;\">اوقات فراغت</li><li style=\"text-align: justify;\">موسیقی</li><li style=\"text-align: justify;\">شغل</li><li style=\"text-align: justify;\">شکلات</li><li style=\"text-align: justify;\">بازاریابی</li><li style=\"text-align: justify;\">غذا و سرگرمی</li><li style=\"text-align: justify;\">آینده</li></ul><p>[purchase_link id=\"38\" text=\"خرید\" style=\"button\" color=\"has-edd-button-background-color has-edd-button-text-color\"]</p>		\n			<a role=\"button\">\n						دانلود کتاب اکتیو ۲ PDF با دکمه بالا 😍👆🏻\n					</a>\n			<a href=\"https://t.me/poshtibaniketab\" rel=\"nofollow\" role=\"button\">\n						پشتیبانی تلگرام\n					</a>\n			<a href=\"https://wa.me/+6283874262117\" rel=\"nofollow\" role=\"button\">\n						پشتیبانی WatsApp\n					</a>\n															<img width=\"150\" height=\"150\" src=\"https://activereading.xyz/wp-content/uploads/2023/06/samandehii.png\" alt=\"\" loading=\"lazy\" />															\n															<img width=\"150\" height=\"150\" src=\"https://activereading.xyz/wp-content/uploads/2023/06/zemanat-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://activereading.xyz/wp-content/uploads/2023/06/zemanat-150x150.png 150w, https://activereading.xyz/wp-content/uploads/2023/06/zemanat-300x300.png 300w, https://activereading.xyz/wp-content/uploads/2023/06/zemanat.png 512w\" sizes=\"auto, (max-width: 150px) 100vw, 150px\" />															\n															<img width=\"125\" height=\"136\" src=\"https://activereading.xyz/wp-content/uploads/2023/06/nemad.png\" alt=\"\" loading=\"lazy\" />															\n		<p><a style=\"color: #000000;\" href=\"https://akhlagheslami.xyz\" target=\"_blank\" rel=\"noopener\">کتاب اخلاق اسلامی محمد داودی pdf قابل سرچ</a> - <a style=\"color: #000000;\" href=\"https://ansuyemarg.xyz/\" target=\"_blank\" rel=\"noopener\">کتاب آن سوی مرگ pdf</a> - <a style=\"color: #000000;\" href=\"https://downloadquran.xyz\" target=\"_blank\" rel=\"noopener\">دانلود کتاب حلیه القرآن سطح 1 pdf</a> - <a style=\"color: #000000;\" href=\"https://engelabiran.xyz\" target=\"_blank\" rel=\"noopener\">دانلود کتاب انقلاب اسلامی ملکوتیان pdf</a> - <a style=\"color: #000000;\" href=\"https://englishekhtesasi.xyz/\" target=\"_blank\" rel=\"noopener\">دانلود رایگان کتاب زبان تخصصی کامپیوتر منوچهر حقانی pdf</a> - <a style=\"color: #000000;\" href=\"https://gavaedfagahe.xyz\" target=\"_blank\" rel=\"noopener\">کتاب قواعد فقه محقق داماد pdf رایگان</a> - <a style=\"color: #000000;\" href=\"https://hugugbeynolmelal.xyz\" target=\"_blank\" rel=\"noopener\">حقوق بین الملل عمومی بیگدلی pdf</a> - <a style=\"color: #000000;\" href=\"https://jameshenasi.xyz\" target=\"_blank\" rel=\"noopener\">مبانی جامعه شناسی pdf</a> - <a style=\"color: #000000;\" href=\"https://mohasebatadadi.xyz\" target=\"_blank\" rel=\"noopener\">دانلود رایگان کتاب حل المسائل محاسبات عددی کرایه چیان pdf</a> - <a style=\"color: #000000;\" href=\"https://nahjolbalage.xyz\" target=\"_blank\" rel=\"noopener\">دانلود تفسیر نهج البلاغه pdf</a> - <a style=\"color: #000000;\" href=\"https://qurandownload.xyz\" target=\"_blank\" rel=\"noopener\">دانلود کتاب حلیه القرآن سطح 2 pdf</a> - <a style=\"color: #000000;\" href=\"https://ravanshenasi.xyz\" target=\"_blank\" rel=\"noopener\">کتاب روانشناسی پرورشی دکتر سیف pdf</a> - <a style=\"color: #000000;\" href=\"https://readthisintro.xyz\" target=\"_blank\" rel=\"noopener\">گام به گام کتاب read this intro رایگان</a> - <a style=\"color: #000000;\" href=\"https://tarbiatbadani.xyz\" target=\"_blank\" rel=\"noopener\">دانلود رایگان کتاب تربیت بدنی عمومی 1 ابوالفضل فراهانی</a> - <a style=\"color: #000000;\" href=\"https://abresanishahri.store\" target=\"_blank\" rel=\"noopener\">دانلود کتاب آبرسانی شهری منزوی pdf</a> - <a style=\"color: #000000;\" href=\"https://angizeshfarahani.store\" target=\"_blank\" rel=\"noopener\">pdf کتاب انگیزش و هیجان زهره مجدآبادی فراهانی</a> - <a style=\"color: #000000;\" href=\"https://asibshenasiyahya.shop\" target=\"_blank\" rel=\"noopener\">آسیب شناسی هالجین</a> - <a style=\"color: #000000;\" href=\"https://azmoonhayeravani.shop\" target=\"_blank\" rel=\"noopener\">پی دی اف کتاب کاربرد آزمون های روانی</a> - <a style=\"color: #000000;\" href=\"https://azmoonzare.online\" target=\"_blank\" rel=\"noopener\">پی دی اف کتاب کاربرد آزمون های روانی</a> - <a style=\"color: #000000;\" href=\"https://differentialkerayechiyan.store\" target=\"_blank\" rel=\"noopener\">دانلود کتاب معادلات دیفرانسیل کرایه چیان pdf</a> - <a style=\"color: #000000;\" href=\"https://differentialmamuli.store\" target=\"_blank\" rel=\"noopener\">دانلود رایگان کتاب معادلات دیفرانسیل صفار اردبیلی پیام نور</a> - <a style=\"color: #000000;\" href=\"https://ekhtelalattabrizi.xyz\" target=\"_blank\" rel=\"noopener\">کتاب اختلالات یادگیری دکتر تبریزی pdf</a> - <a style=\"color: #000000;\" href=\"https://elmolnafs.xyz\" target=\"_blank\" rel=\"noopener\">دانلود رایگان کتاب علم النفس pdf</a> - <a style=\"color: #000000;\" href=\"https://falsafekonkour.site\" target=\"_blank\" rel=\"noopener\">پی دی اف فلسفه و منطق جامع مهروماه رایگان</a> - <a style=\"color: #000000;\" href=\"https://geotechnictahuni.store\" target=\"_blank\" rel=\"noopener\">دانلود رایگان کتاب مهندسی پی شاپور طاحونی pdf</a> - <a style=\"color: #000000;\" href=\"https://hesabdari3.xyz\" target=\"_blank\" rel=\"noopener\">کتاب اصول حسابداری 3 جمشید اسکندری pdf</a> - <a style=\"color: #000000;\" href=\"https://honarcinema.online\" target=\"_blank\" rel=\"noopener\">کتاب تاریخ سینما pdf</a> - <a style=\"color: #000000;\" href=\"https://honarrang.online\" target=\"_blank\" rel=\"noopener\">دانلود رایگان کتاب رنگ ایتن+pdf</a> - <a style=\"color: #000000;\" href=\"https://hugu2gt2ejarat.shop\" target=\"_blank\" rel=\"noopener\">کتاب حقوق تجارت 2 ربیعا اسکینی pdf رایگان</a> - <a style=\"color: #000000;\" href=\"https://hugugbime.xyz\" target=\"_blank\" rel=\"noopener\">کتاب حقوق بیمه</a> - <a style=\"color: #000000;\" href=\"https://hugugdaryayi.xyz\" target=\"_blank\" rel=\"noopener\">کتاب حقوق دریایی pdf</a> - <a style=\"color: #000000;\" href=\"https://hugugtejarat4.xyz\" target=\"_blank\" rel=\"noopener\">حقوق تجارت 4 pdf</a> - <a style=\"color: #000000;\" href=\"https://hushmasnuyi.store\" target=\"_blank\" rel=\"noopener\">دانلود کتاب هوش مصنوعی راسل و نورویگ به زبان فارسی</a> - <a style=\"color: #000000;\" href=\"https://mabanimashin.site\" target=\"_blank\" rel=\"noopener\">دانلود کتاب ماشین های الکتریکی چاپمن ترجمه محمود دیانی</a> - <a style=\"color: #000000;\" href=\"https://mabaninazari.shop\" target=\"_blank\" rel=\"noopener\">پی دی اف کتاب اصول مدیریت آموزشی دکتر علاقه بند</a> - <a style=\"color: #000000;\" href=\"https://masaelmohandesi.xyz\" target=\"_blank\" rel=\"noopener\">حل المسائل پی طاحونی pdf</a> - <a style=\"color: #000000;\" href=\"https://mechanickhodakarami.shop\" target=\"_blank\" rel=\"noopener\">مکانیک سیالات راهیان ارشد</a> - <a style=\"color: #000000;\" href=\"https://memarane2.site\" target=\"_blank\" rel=\"noopener\">چگونه معمارانه طراحی کنیم 2 pdf</a> - <a style=\"color: #000000;\" href=\"https://mohandesitraffic.shop\" target=\"_blank\" rel=\"noopener\">مهندسی ترافیک pdf</a> - <a style=\"color: #000000;\" href=\"https://mokatebatedari.xyz\" target=\"_blank\" rel=\"noopener\">نمونه گزارش نویسی pdf</a> - <a style=\"color: #000000;\" href=\"https://moshavereravan.shop\" target=\"_blank\" rel=\"noopener\">pdf کتاب نظریه و کاربست مشاوره و روان درمانی جرالد کوری</a> - <a style=\"color: #000000;\" href=\"https://motuntakhasosi.store\" target=\"_blank\" rel=\"noopener\">دانلود کتاب متون تخصصی علوم تربیتی پیام نور</a> - <a style=\"color: #000000;\" href=\"https://mustatabashpazi.shop\" target=\"_blank\" rel=\"noopener\">دانلود رایگان کتاب مستطاب آشپزی از سیر تا پیاز pdf</a> - <a style=\"color: #000000;\" href=\"https://quranmohagegin.shop\" target=\"_blank\" rel=\"noopener\">کتاب آموزش قرائت قرآن کریم هیات محققین pdf</a> - <a style=\"color: #000000;\" href=\"https://raftarsazmani.xyz\" target=\"_blank\" rel=\"noopener\">مدیریت رفتار سازمانی زهرا برومند</a> - <a style=\"color: #000000;\" href=\"https://rahnemayenegaresh.site\" target=\"_blank\" rel=\"noopener\">دانلود رایگان خلاصه کتاب راهنمای نگارش علمی در علوم تربیتی</a> - <a style=\"color: #000000;\" href=\"https://ravabetensani.site\" target=\"_blank\" rel=\"noopener\">دانلود رایگان کتاب رفتار و روابط انسانی در مدرسه pdf</a> - <a style=\"color: #000000;\" href=\"https://ravansalamat.shop\" target=\"_blank\" rel=\"noopener\">دانلود رایگان خلاصه کتاب روانشناسی سلامت احمدعلی پور</a> - <a style=\"color: #000000;\" href=\"https://riyazinikokar.xyz\" target=\"_blank\" rel=\"noopener\">ریاضیات و کاربرد آن در مدیریت 1 دکتر نیکوکار pdf</a> -</p>', 'linco', '', 'publish', 'closed', 'closed', '', 'linco', '', '', '2024-11-14 15:49:46', '2024-11-14 12:19:46', '', 0, 'https://activereading.xyz/?elementor_library=linco', 0, 'elementor_library', '', 0),
(35, 1, '2023-03-01 15:40:30', '2023-03-01 12:10:30', '<!-- wp:paragraph --><p>Your transaction failed; please try again or contact site support.</p><!-- /wp:paragraph -->', 'تراکنش ناموفق', '', 'publish', 'closed', 'closed', '', '%d8%aa%d8%b1%d8%a7%da%a9%d9%86%d8%b4-%d9%86%d8%a7%d9%85%d9%88%d9%81%d9%82', '', '', '2023-03-01 15:40:30', '2023-03-01 12:10:30', '', 33, 'https://activereading.xyz/%d9%be%d8%b1%d8%af%d8%a7%d8%ae%d8%aa/%d8%aa%d8%b1%d8%a7%da%a9%d9%86%d8%b4-%d9%86%d8%a7%d9%85%d9%88%d9%81%d9%82/', 0, 'page', '', 0),
(13, 1, '2023-01-24 16:31:02', '2023-01-24 13:01:02', '', 'iransans', '', 'publish', 'closed', 'closed', '', 'iransans', '', '', '2023-01-24 16:31:02', '2023-01-24 13:01:02', '', 0, 'https://activereading.xyz/?post_type=elementor_font&#038;p=13', 0, 'elementor_font', '', 0),
(15, 1, '2023-01-24 16:30:58', '2023-01-24 13:00:58', '', 'FontsFree-Net-ir_sans', '', 'inherit', 'open', 'closed', '', 'fontsfree-net-ir_sans', '', '', '2023-01-24 16:30:58', '2023-01-24 13:00:58', '', 13, 'https://activereading.xyz/wp-content/uploads/2023/01/FontsFree-Net-ir_sans.ttf', 0, 'attachment', 'application/x-font-ttf', 0),
(22, 1, '2023-01-24 16:35:25', '2023-01-24 13:05:25', '', 'background book', '', 'inherit', 'open', 'closed', '', 'background-book', '', '', '2023-01-24 16:35:25', '2023-01-24 13:05:25', '', 5, 'https://activereading.xyz/wp-content/uploads/2023/01/background-book.jpg', 0, 'attachment', 'image/jpeg', 0),
(28, 1, '2023-01-24 17:57:18', '2023-01-24 14:27:18', '', 'کتاب راهنمای کامل اکتیو 2', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%b1%d8%a7%d9%87%d9%86%d9%85%d8%a7%db%8c-%da%a9%d8%a7%d9%85%d9%84-%d8%a7%da%a9%d8%aa%db%8c%d9%88-2', '', '', '2023-01-24 17:57:18', '2023-01-24 14:27:18', '', 9, 'https://activereading.xyz/wp-content/uploads/2023/01/کتاب-راهنمای-کامل-اکتیو-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(42, 1, '2023-03-01 15:55:27', '2023-03-01 12:25:27', '', 'background-books', '', 'inherit', 'open', 'closed', '', 'background-books', '', '', '2023-03-01 15:55:27', '2023-03-01 12:25:27', '', 5, 'https://activereading.xyz/wp-content/uploads/2023/01/background-books.jpg', 0, 'attachment', 'image/jpeg', 0),
(49, 1, '2023-06-15 15:29:10', '2023-06-15 10:59:10', '', 'zemanat', '', 'inherit', 'open', 'closed', '', 'zemanat', '', '', '2023-06-15 15:29:10', '2023-06-15 10:59:10', '', 0, 'https://activereading.xyz/wp-content/uploads/2023/06/zemanat.png', 0, 'attachment', 'image/png', 0),
(50, 1, '2023-06-15 15:29:12', '2023-06-15 10:59:12', '', 'samandehii', '', 'inherit', 'open', 'closed', '', 'samandehii', '', '', '2023-06-15 15:29:12', '2023-06-15 10:59:12', '', 0, 'https://activereading.xyz/wp-content/uploads/2023/06/samandehii.png', 0, 'attachment', 'image/png', 0),
(51, 1, '2023-06-15 15:29:14', '2023-06-15 10:59:14', '', 'nemad', '', 'inherit', 'open', 'closed', '', 'nemad', '', '', '2023-06-15 15:29:14', '2023-06-15 10:59:14', '', 0, 'https://activereading.xyz/wp-content/uploads/2023/06/nemad.png', 0, 'attachment', 'image/png', 0),
(52, 1, '2023-06-15 15:29:43', '2023-06-15 10:59:43', '', 'دانلود_کتاب_راهنمای_کامل_اکتیو_2_حمیده_جسور_1', '', 'inherit', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af_%da%a9%d8%aa%d8%a7%d8%a8_%d8%b1%d8%a7%d9%87%d9%86%d9%85%d8%a7%db%8c_%da%a9%d8%a7%d9%85%d9%84_%d8%a7%da%a9%d8%aa%db%8c%d9%88_2_%d8%ad%d9%85%db%8c%d8%af%d9%87_%d8%ac', '', '', '2023-06-15 15:29:43', '2023-06-15 10:59:43', '', 9, 'https://activereading.xyz/wp-content/uploads/2023/01/دانلود_کتاب_راهنمای_کامل_اکتیو_2_حمیده_جسور_1.jpg', 0, 'attachment', 'image/jpeg', 0),
(53, 1, '2023-06-15 15:29:48', '2023-06-15 10:59:48', '', 'دانلود_کتاب_راهنمای_کامل_اکتیو_2_حمیده_جسور_2', '', 'inherit', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af_%da%a9%d8%aa%d8%a7%d8%a8_%d8%b1%d8%a7%d9%87%d9%86%d9%85%d8%a7%db%8c_%da%a9%d8%a7%d9%85%d9%84_%d8%a7%da%a9%d8%aa%db%8c%d9%88_2_%d8%ad%d9%85%db%8c%d8%af%d9%87_-2', '', '', '2023-06-15 15:29:48', '2023-06-15 10:59:48', '', 9, 'https://activereading.xyz/wp-content/uploads/2023/01/دانلود_کتاب_راهنمای_کامل_اکتیو_2_حمیده_جسور_2.jpg', 0, 'attachment', 'image/jpeg', 0),
(54, 1, '2023-06-15 15:29:56', '2023-06-15 10:59:56', '', 'دانلود_کتاب_راهنمای_کامل_اکتیو_2_حمیده_جسور_3', '', 'inherit', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af_%da%a9%d8%aa%d8%a7%d8%a8_%d8%b1%d8%a7%d9%87%d9%86%d9%85%d8%a7%db%8c_%da%a9%d8%a7%d9%85%d9%84_%d8%a7%da%a9%d8%aa%db%8c%d9%88_2_%d8%ad%d9%85%db%8c%d8%af%d9%87_-3', '', '', '2023-06-15 15:29:56', '2023-06-15 10:59:56', '', 9, 'https://activereading.xyz/wp-content/uploads/2023/01/دانلود_کتاب_راهنمای_کامل_اکتیو_2_حمیده_جسور_3.jpg', 0, 'attachment', 'image/jpeg', 0),
(55, 1, '2023-06-15 15:30:03', '2023-06-15 11:00:03', '', 'دانلود_کتاب_راهنمای_کامل_اکتیو_2_حمیده_جسور_4', '', 'inherit', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af_%da%a9%d8%aa%d8%a7%d8%a8_%d8%b1%d8%a7%d9%87%d9%86%d9%85%d8%a7%db%8c_%da%a9%d8%a7%d9%85%d9%84_%d8%a7%da%a9%d8%aa%db%8c%d9%88_2_%d8%ad%d9%85%db%8c%d8%af%d9%87_-4', '', '', '2023-06-15 15:30:03', '2023-06-15 11:00:03', '', 9, 'https://activereading.xyz/wp-content/uploads/2023/01/دانلود_کتاب_راهنمای_کامل_اکتیو_2_حمیده_جسور_4.jpg', 0, 'attachment', 'image/jpeg', 0),
(71, 1, '2024-06-29 23:20:19', '2024-06-29 18:50:19', '', 'Media', '', 'private', 'closed', 'closed', '', 'media', '', '', '2024-06-29 23:20:19', '2024-06-29 18:50:19', '', 0, 'https://activereading.xyz/?option-tree=media', 0, 'option-tree', '', 0),
(72, 1, '2024-06-29 23:40:17', '2024-06-29 19:01:30', '', 'کتاب active 2 pdf', '', 'publish', 'closed', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-active-2-pdf', '', '', '2024-06-29 23:40:17', '2024-06-29 19:10:17', '', 0, 'https://activereading.xyz/?p=72', 1, 'nav_menu_item', '', 0),
(73, 1, '2024-06-29 23:40:17', '2024-06-29 19:01:30', ' ', '', '', 'publish', 'closed', 'closed', '', '73', '', '', '2024-06-29 23:40:17', '2024-06-29 19:10:17', '', 0, 'https://activereading.xyz/?p=73', 2, 'nav_menu_item', '', 0),
(75, 1, '2025-02-15 10:30:18', '2025-02-15 07:00:18', '<section class=\"elementor-section elementor-top-section elementor-element elementor-element-143c231b elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"143c231b\" data-element_type=\"section\">\r\n<div class=\"elementor-container elementor-column-gap-default\">\r\n<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5700b057\" data-id=\"5700b057\" data-element_type=\"column\">\r\n<div class=\"elementor-widget-wrap elementor-element-populated\">\r\n<div class=\"elementor-element elementor-element-46607e03 animated-fast elementor-widget elementor-widget-heading\" data-id=\"46607e03\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\r\n<div class=\"elementor-widget-container\">\r\n<h1 class=\"elementor-heading-title elementor-size-medium\" style=\"text-align: center;\"><span id=\"ktab_anqlab_aslamy_mstfy_mlkwtyan_pyam_nwr\">کتاب انقلاب اسلامی مصطفی ملکوتیان پیام نور</span></h1>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section><section class=\"elementor-section elementor-top-section elementor-element elementor-element-178a675 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"178a675\" data-element_type=\"section\">\r\n<div class=\"elementor-container elementor-column-gap-default\">\r\n<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5f85d8c\" data-id=\"5f85d8c\" data-element_type=\"column\">\r\n<div class=\"elementor-widget-wrap elementor-element-populated\">\r\n<div class=\"elementor-element elementor-element-a735132 elementor-widget elementor-widget-heading\" data-id=\"a735132\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\r\n<div class=\"elementor-widget-container\">\r\n\r\n<strong>کتاب انقلاب اسلامی ایران مصطفی ملکوتیان</strong> 259 صفحه PDF را برای شما دانشجویان آماده شده است.\r\n<h3 style=\"text-align: center;\"><span style=\"font-size: 24pt;\">🔰حتما بخوانید</span><span style=\"font-size: 24pt;\">🔰</span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 12px 20px; background-color: #2c3e50; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #2c3e50; text-align: center;\" href=\"https://pdfbamaa.com/factors-and-reflections/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب انقلاب اسلامی پیام نور مصطفی ملکوتیان</a></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 12px 20px; background-color: #2980b9; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #2980b9; text-align: center;\" href=\"https://usoleamoozesh.xyz/\" target=\"_blank\" rel=\"noopener\">مبانی و اصول آموزش و پرورش شکوهی</a></span></strong><strong><span style=\"display: block;\"><a style=\"display: block; padding: 12px 20px; background-color: #2c3e50; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #2c3e50; text-align: center;\" href=\"https://barnamenevisi.xyz/\" target=\"_blank\" rel=\"noopener\">کتاب سی پلاس پلاس جعفر نژاد قمی</a></span></strong></h3>\r\n<h2 style=\"text-align: center;\"><span id=\"danlwd_ktab_anqlab_aslamy_pyam_nwr_pdf\" style=\"font-size: 14pt;\"><strong>دانلود کتاب انقلاب اسلامی پیام نور pdf</strong></span></h2>\r\n<h2 style=\"text-align: center;\"><span id=\"danlwd_ktab_anqlab_aslamy_mlkwtyan_pdf_qabl_srch\" style=\"font-size: 14pt;\"><strong>دانلود کتاب انقلاب اسلامی ملکوتیان pdf قابل سرچ</strong></span></h2>\r\n<h2 style=\"text-align: center;\"><span id=\"danlwd_ktab_anqlab_aslamy_pyam_nwr_mstfy_mlkwtyan\" style=\"font-size: 14pt;\"><strong>دانلود کتاب انقلاب اسلامی پیام نور مصطفی ملکوتیان</strong></span></h2>\r\n<h2 style=\"text-align: center;\"><span id=\"danlwd_ktab_anqlab_aslamy_mlkwtyan_pdf\" style=\"font-size: 14pt;\"><strong>دانلود کتاب انقلاب اسلامی ملکوتیان pdf</strong></span></h2>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section><!--more-->\r\n\r\nکتاب حاضر، که عنوان آن \"زمینه‌ها، عوامل و بازتاب جهانی انقلاب اسلامی ایران (رهیافت فرهنگی)\" است، به عنوان کتاب درسی برای درس دو واحدی انقلاب اسلامی ایران تهیه شده است. این اثر با قلمی روان توسط استاد ارجمند آقای دکتر مصطفی ملکوتیان، دانشیار گروه علوم سیاسی دانشگاه تهران، نوشته شده است.\r\n\r\nنویسنده در این کتاب با استفاده از رهیافتی فرهنگی به تبیین زمینه‌ها، علل و عوامل وقوع انقلاب اسلامی پرداخته است. مباحث مورد توجه در این کتاب شامل تبیین رهیافت‌های علمی مختلف و انتخاب رهیافت مناسب برای تحلیل انقلاب اسلامی، پیشینه تاریخی، بررسی دوران صفویه و قاجاریه، و تحلیل قدرت سیاسی و ویژگی‌های آن در دوران پهلوی اول و دوم، و نیز قدرت اجتماعی و ویژگی‌ها و اقدامات مرتبط با آن است.\r\n\r\n<strong>فهرست مطالب کتاب انقلاب اسلامی ایران مصطفی ملکوتیان:</strong>\r\n\r\n<strong>مقدمه</strong>\r\n\r\n<strong>بخش نخست: زمینه ها، علل و عوامل وقوع انقلاب اسلامی؛ یک رهیافت فرهنگی</strong>\r\n<ul>\r\n 	<li>فصل اول: رهیافت علمی</li>\r\n 	<li>فصل دوم: پیشینه تحولات کشور</li>\r\n 	<li>فصل سوم: قدرت سیاسی؛ ویژگی ها و اقدامات</li>\r\n 	<li>فصل چهارم: نیروی چهارم؛ ویژگی ها و اقدامات</li>\r\n</ul>\r\n<strong>بخش دوم: بازتاب جهانی انقلاب اسلامی</strong>\r\n<ul>\r\n 	<li>فصل اول: محور های مختلف در بازتاب های نظری و علمی انقلاب اسلامی</li>\r\n 	<li>فصل دوم: انقلاب سلامی؛ نظام بین الملل و آینده غرب</li>\r\n</ul>\r\n<strong>پیوست: انقلاب های رنگی در آسیای مرکزی و قفقاز و تمایز</strong>\r\n<ul>\r\n 	<li>آنها از انقلاب های واقعی</li>\r\n</ul>\r\n<strong>کتابنامه</strong>\r\n\r\n<strong>فهرست اشخاص، اماکن و اصطلاحات</strong>', 'خرید کتاب انقلاب اسلامی مصطفی ملکوتیان پیام نور PDF', '', 'publish', 'open', 'open', '', '%d8%ae%d8%b1%db%8c%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%a7%d9%86%d9%82%d9%84%d8%a7%d8%a8-%d8%a7%d8%b3%d9%84%d8%a7%d9%85%db%8c-%d9%85%d8%b5%d8%b7%d9%81%db%8c-%d9%85%d9%84%da%a9%d9%88%d8%aa%db%8c%d8%a7', '', '', '2025-02-15 21:28:58', '2025-02-15 17:58:58', '', 0, 'https://activereading.xyz/?p=75', 0, 'post', '', 0),
(76, 1, '2024-08-05 22:09:32', '2024-08-05 17:39:32', '', 'خرید کتاب انقلاب اسلامی مصطفی ملکوتیان پیام نور PDF', '', 'publish', 'open', 'closed', '', '%d8%ae%d8%b1%db%8c%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%a7%d9%86%d9%82%d9%84%d8%a7%d8%a8-%d8%a7%d8%b3%d9%84%d8%a7%d9%85%db%8c-%d9%85%d8%b5%d8%b7%d9%81%db%8c-%d9%85%d9%84%da%a9%d9%88%d8%aa%db%8c%d8%a7', '', '', '2024-08-05 22:09:32', '2024-08-05 17:39:32', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=76', 0, 'download', '', 0),
(78, 1, '2024-08-05 22:10:22', '2024-08-05 17:40:22', '', 'انقلاب_اسلامی_ایران_مصطفی_ملکوتیان', '', 'inherit', 'open', 'closed', '', '%d8%a7%d9%86%d9%82%d9%84%d8%a7%d8%a8_%d8%a7%d8%b3%d9%84%d8%a7%d9%85%db%8c_%d8%a7%db%8c%d8%b1%d8%a7%d9%86_%d9%85%d8%b5%d8%b7%d9%81%db%8c_%d9%85%d9%84%da%a9%d9%88%d8%aa%db%8c%d8%a7%d9%86', '', '', '2024-08-05 22:10:22', '2024-08-05 17:40:22', '', 75, 'https://activereading.xyz/wp-content/uploads/2024/08/انقلاب_اسلامی_ایران_مصطفی_ملکوتیان.jpg', 0, 'attachment', 'image/jpeg', 0),
(83, 2, '2024-11-13 00:23:38', '0000-00-00 00:00:00', '', 'دانلود کتاب پول ۷ قدم تا رسیدن به آزادی مالی آنتونی رابینز (PDF📁) 467 صفحه', '', 'draft', 'open', 'open', '', 'money', '', '', '2024-11-13 00:23:38', '2024-11-12 20:53:38', '', 0, 'https://activereading.xyz/?p=83', 0, 'post', '', 0),
(85, 2, '2024-11-13 00:41:17', '0000-00-00 00:00:00', '', 'دانلود کتاب افسردگی نهفته شبنم درویش (PDF📁) 182 صفحه', '', 'draft', 'open', 'open', '', 'latent-depression', '', '', '2024-11-13 00:41:17', '2024-11-12 21:11:17', '', 0, 'https://activereading.xyz/?p=85', 0, 'post', '', 0),
(86, 2, '2024-11-13 00:41:10', '2024-11-12 21:11:10', '', 'دانلود کتاب افسردگی نهفته', '', 'inherit', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%a7%d9%81%d8%b3%d8%b1%d8%af%da%af%db%8c-%d9%86%d9%87%d9%81%d8%aa%d9%87', '', '', '2024-11-13 00:41:10', '2024-11-12 21:11:10', '', 85, 'https://activereading.xyz/wp-content/uploads/2024/11/دانلود-کتاب-افسردگی-نهفته.jpg', 0, 'attachment', 'image/jpeg', 0),
(89, 2, '2024-11-13 01:13:51', '2024-11-12 21:43:51', '', 'دانلود کتاب انسان در اسلام', '', 'inherit', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%a7%d9%86%d8%b3%d8%a7%d9%86-%d8%af%d8%b1-%d8%a7%d8%b3%d9%84%d8%a7%d9%85', '', '', '2024-11-13 01:13:51', '2024-11-12 21:43:51', '', 0, 'https://activereading.xyz/wp-content/uploads/2024/11/دانلود-کتاب-انسان-در-اسلام.jpg', 0, 'attachment', 'image/jpeg', 0),
(90, 2, '2024-11-13 01:26:25', '0000-00-00 00:00:00', '', 'دانلود کتاب مبانی شیمی آلی عیسی یاوری (PDF📁) 516 صفحه', '', 'draft', 'open', 'open', '', 'basics-organic-chemistry', '', '', '2024-11-13 01:26:25', '2024-11-12 21:56:25', '', 0, 'https://activereading.xyz/?p=90', 0, 'post', '', 0),
(91, 2, '2024-11-13 01:22:58', '2024-11-12 21:52:58', '', 'دانلود کتاب مبانی شیمی آلی', '', 'inherit', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d9%85%d8%a8%d8%a7%d9%86%db%8c-%d8%b4%db%8c%d9%85%db%8c-%d8%a2%d9%84%db%8c', '', '', '2024-11-13 01:22:58', '2024-11-12 21:52:58', '', 90, 'https://activereading.xyz/wp-content/uploads/2024/11/دانلود-کتاب-مبانی-شیمی-آلی-.jpg', 0, 'attachment', 'image/jpeg', 0),
(93, 2, '2024-11-13 08:09:39', '0000-00-00 00:00:00', '', '📖 خرید و دانلود کتاب روش های آمار استنباطی در روانشناسی و علوم تربیتی دکتر مهناز علی اکبری 260 صفحه', '', 'draft', 'open', 'open', '', 'inferential-statistics-methods', '', '', '2024-11-13 08:09:39', '2024-11-13 04:39:39', '', 0, 'https://activereading.xyz/?p=93', 0, 'post', '', 0),
(94, 2, '2024-11-13 08:09:31', '2024-11-13 04:39:31', '', 'دانلود کتاب روش های آمار استنباطی در روانشناسی و علوم تربیتی', '', 'inherit', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%b1%d9%88%d8%b4-%d9%87%d8%a7%db%8c-%d8%a2%d9%85%d8%a7%d8%b1-%d8%a7%d8%b3%d8%aa%d9%86%d8%a8%d8%a7%d8%b7%db%8c-%d8%af%d8%b1-%d8%b1%d9%88', '', '', '2024-11-13 08:09:31', '2024-11-13 04:39:31', '', 93, 'https://activereading.xyz/wp-content/uploads/2024/11/دانلود-کتاب-روش-های-آمار-استنباطی-در-روانشناسی-و-علوم-تربیتی.jpg', 0, 'attachment', 'image/jpeg', 0),
(96, 2, '2024-11-13 08:28:49', '0000-00-00 00:00:00', '', '📖 خرید و دانلود کتاب آموزش و پرورش تطبیقی بهرام محسن پور 128 صفحه', '', 'draft', 'open', 'open', '', 'education-training-adaptive', '', '', '2024-11-13 08:28:49', '2024-11-13 04:58:49', '', 0, 'https://activereading.xyz/?p=96', 0, 'post', '', 0),
(97, 2, '2024-11-13 08:28:42', '2024-11-13 04:58:42', '', 'دانلود کتاب آموزش و پرورش تطبیقی', '', 'inherit', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%a2%d9%85%d9%88%d8%b2%d8%b4-%d9%88-%d9%be%d8%b1%d9%88%d8%b1%d8%b4-%d8%aa%d8%b7%d8%a8%db%8c%d9%82%db%8c', '', '', '2024-11-13 08:28:42', '2024-11-13 04:58:42', '', 96, 'https://activereading.xyz/wp-content/uploads/2024/11/دانلود-کتاب-آموزش-و-پرورش-تطبیقی.jpg', 0, 'attachment', 'image/jpeg', 0),
(105, 2, '2024-11-17 22:54:42', '0000-00-00 00:00:00', '', 'دانلود کتاب برنامه نویسی به زبان c++ جعفر نژاد قمی (PDF📁) 513 صفحه', '', 'draft', 'open', 'open', '', 'programming', '', '', '2024-11-17 22:54:42', '2024-11-17 19:24:42', '', 0, 'https://activereading.xyz/?p=105', 0, 'post', '', 0),
(106, 2, '2024-11-17 22:54:25', '2024-11-17 19:24:25', '', 'دانلود کتاب برنامه نویسی به زبان c++', '', 'inherit', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%a8%d8%b1%d9%86%d8%a7%d9%85%d9%87-%d9%86%d9%88%db%8c%d8%b3%db%8c-%d8%a8%d9%87-%d8%b2%d8%a8%d8%a7%d9%86-c', '', '', '2024-11-17 22:54:25', '2024-11-17 19:24:25', '', 105, 'https://activereading.xyz/wp-content/uploads/2024/11/دانلود-کتاب-برنامه-نویسی-به-زبان-c.jpg', 0, 'attachment', 'image/jpeg', 0),
(108, 2, '2024-11-19 15:50:46', '0000-00-00 00:00:00', '', 'دانلود فوری کتاب آسیب شناسی روانی بر اساس DSM-5 2 مهدی گنجی 959 صفحه', '', 'draft', 'open', 'open', '', 'psychopathology', '', '', '2024-11-19 15:50:46', '2024-11-19 12:20:46', '', 0, 'https://activereading.xyz/?p=108', 0, 'post', '', 0),
(109, 2, '2024-11-19 15:47:19', '2024-11-19 12:17:19', '', 'کتاب آسیب شناسی روانی بر اساس DSM-5 2', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%a2%d8%b3%db%8c%d8%a8-%d8%b4%d9%86%d8%a7%d8%b3%db%8c-%d8%b1%d9%88%d8%a7%d9%86%db%8c-%d8%a8%d8%b1-%d8%a7%d8%b3%d8%a7%d8%b3-dsm-5-2', '', '', '2024-11-19 15:47:19', '2024-11-19 12:17:19', '', 108, 'https://activereading.xyz/wp-content/uploads/2024/11/کتاب-آسیب-شناسی-روانی-بر-اساس-DSM-5-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(112, 2, '2024-11-19 16:00:02', '0000-00-00 00:00:00', '', 'دانلود فوری کتاب مقدمه ای بر روش های تحقیق کیفی و آمیخته عباس بازرگان 270 صفحه', '', 'draft', 'open', 'open', '', 'introduction-qualitative-research-methods', '', '', '2024-11-19 16:00:02', '2024-11-19 12:30:02', '', 0, 'https://activereading.xyz/?p=112', 0, 'post', '', 0),
(113, 2, '2024-11-19 15:59:56', '2024-11-19 12:29:56', '', 'کتاب مقدمه ای بر روش های تحقیق کیفی و آمیخته', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d9%85%d9%82%d8%af%d9%85%d9%87-%d8%a7%db%8c-%d8%a8%d8%b1-%d8%b1%d9%88%d8%b4-%d9%87%d8%a7%db%8c-%d8%aa%d8%ad%d9%82%db%8c%d9%82-%da%a9%db%8c%d9%81%db%8c-%d9%88-%d8%a2%d9%85', '', '', '2024-11-19 15:59:56', '2024-11-19 12:29:56', '', 112, 'https://activereading.xyz/wp-content/uploads/2024/11/کتاب-مقدمه-ای-بر-روش-های-تحقیق-کیفی-و-آمیخته.jpg', 0, 'attachment', 'image/jpeg', 0),
(115, 2, '2024-11-19 16:13:19', '0000-00-00 00:00:00', '', 'دانلود فوری کتاب شیمی 2 صفر تا صد محمدرضا آقاجانی 200 صفحه', '', 'draft', 'open', 'open', '', 'chemistry-0-100', '', '', '2024-11-19 16:13:19', '2024-11-19 12:43:19', '', 0, 'https://activereading.xyz/?p=115', 0, 'post', '', 0),
(116, 2, '2024-11-19 16:13:13', '2024-11-19 12:43:13', '', 'کتاب شیمی 2 صفر تا صد', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%b4%db%8c%d9%85%db%8c-2-%d8%b5%d9%81%d8%b1-%d8%aa%d8%a7-%d8%b5%d8%af', '', '', '2024-11-19 16:13:13', '2024-11-19 12:43:13', '', 115, 'https://activereading.xyz/wp-content/uploads/2024/11/کتاب-شیمی-2-صفر-تا-صد.jpg', 0, 'attachment', 'image/jpeg', 0),
(118, 2, '2024-11-19 16:26:06', '0000-00-00 00:00:00', '', 'دانلود فوری کتاب برنامه ریزی به روش بولت ژورنال رایدر کارول 139 صفحه', '', 'draft', 'open', 'open', '', 'planning-bullet-journal-method', '', '', '2024-11-19 16:26:06', '2024-11-19 12:56:06', '', 0, 'https://activereading.xyz/?p=118', 0, 'post', '', 0),
(119, 2, '2024-11-19 16:16:33', '2024-11-19 12:46:33', '', 'کتاب برنامه ریزی به روش بولت ژورنال', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%a8%d8%b1%d9%86%d8%a7%d9%85%d9%87-%d8%b1%db%8c%d8%b2%db%8c-%d8%a8%d9%87-%d8%b1%d9%88%d8%b4-%d8%a8%d9%88%d9%84%d8%aa-%da%98%d9%88%d8%b1%d9%86%d8%a7%d9%84', '', '', '2024-11-19 16:16:33', '2024-11-19 12:46:33', '', 118, 'https://activereading.xyz/wp-content/uploads/2024/11/کتاب-برنامه-ریزی-به-روش-بولت-ژورنال.jpg', 0, 'attachment', 'image/jpeg', 0),
(121, 2, '2024-11-19 16:26:00', '2024-11-19 12:56:00', '', 'کتاب برنامه ریزی به روش بولت ژورنال', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%a8%d8%b1%d9%86%d8%a7%d9%85%d9%87-%d8%b1%db%8c%d8%b2%db%8c-%d8%a8%d9%87-%d8%b1%d9%88%d8%b4-%d8%a8%d9%88%d9%84%d8%aa-%da%98%d9%88%d8%b1%d9%86%d8%a7%d9%84-2', '', '', '2024-11-19 16:26:00', '2024-11-19 12:56:00', '', 118, 'https://activereading.xyz/wp-content/uploads/2024/11/کتاب-برنامه-ریزی-به-روش-بولت-ژورنال-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(122, 2, '2024-11-19 16:40:14', '0000-00-00 00:00:00', '', 'دانلود فوری کتاب معامله گر کامل 443 صفحه', '', 'draft', 'open', 'open', '', 'the-perfect-trader', '', '', '2024-11-19 16:40:14', '2024-11-19 13:10:14', '', 0, 'https://activereading.xyz/?p=122', 0, 'post', '', 0),
(123, 2, '2024-11-19 16:40:07', '2024-11-19 13:10:07', '', 'کتاب معامله گر کامل', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d9%85%d8%b9%d8%a7%d9%85%d9%84%d9%87-%da%af%d8%b1-%da%a9%d8%a7%d9%85%d9%84', '', '', '2024-11-19 16:40:07', '2024-11-19 13:10:07', '', 122, 'https://activereading.xyz/wp-content/uploads/2024/11/کتاب-معامله-گر-کامل.jpg', 0, 'attachment', 'image/jpeg', 0),
(125, 2, '2024-11-19 16:45:18', '0000-00-00 00:00:00', '', 'دانلود فوری کتاب زبان تخصصی (رشته کامپیوتر) مهدی یوسف خانی، سید ناصر آیت، احمد فراهی 260 صفحه', '', 'draft', 'open', 'open', '', 'specialized-language-computer-major', '', '', '2024-11-19 16:45:18', '2024-11-19 13:15:18', '', 0, 'https://activereading.xyz/?p=125', 0, 'post', '', 0),
(126, 2, '2024-11-19 16:45:08', '2024-11-19 13:15:08', '', 'کتاب زبان تخصصی (رشته کامپیوتر)', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%b2%d8%a8%d8%a7%d9%86-%d8%aa%d8%ae%d8%b5%d8%b5%db%8c-%d8%b1%d8%b4%d8%aa%d9%87-%da%a9%d8%a7%d9%85%d9%be%db%8c%d9%88%d8%aa%d8%b1', '', '', '2024-11-19 16:45:08', '2024-11-19 13:15:08', '', 125, 'https://activereading.xyz/wp-content/uploads/2024/11/کتاب-زبان-تخصصی-رشته-کامپیوتر.jpg', 0, 'attachment', 'image/jpeg', 0),
(128, 2, '2024-11-19 17:26:35', '0000-00-00 00:00:00', '', 'دانلود فوری کتاب سم هستم بفرمایید ندا بهرامی نژاد 315 صفحه', '', 'draft', 'open', 'open', '', 'i-am-poison-here-you-go', '', '', '2024-11-19 17:26:35', '2024-11-19 13:56:35', '', 0, 'https://activereading.xyz/?p=128', 0, 'post', '', 0),
(130, 2, '2024-11-20 08:09:56', '0000-00-00 00:00:00', '', 'دانلود فوری کتاب فراموشخانه و فراماسونری در ایران اسماعیل رائین جلد اول 712 صفحه', '', 'draft', 'open', 'open', '', 'forgetfulness-freemasonry-iran', '', '', '2024-11-20 08:09:56', '2024-11-20 04:39:56', '', 0, 'https://activereading.xyz/?p=130', 0, 'post', '', 0),
(131, 2, '2024-11-20 08:09:51', '2024-11-20 04:39:51', '', 'کتاب فراموشخانه و فراماسونری در ایران', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d9%81%d8%b1%d8%a7%d9%85%d9%88%d8%b4%d8%ae%d8%a7%d9%86%d9%87-%d9%88-%d9%81%d8%b1%d8%a7%d9%85%d8%a7%d8%b3%d9%88%d9%86%d8%b1%db%8c-%d8%af%d8%b1-%d8%a7%db%8c%d8%b1%d8%a7%d9%86', '', '', '2024-11-20 08:09:51', '2024-11-20 04:39:51', '', 130, 'https://activereading.xyz/wp-content/uploads/2024/11/کتاب-فراموشخانه-و-فراماسونری-در-ایران.jpg', 0, 'attachment', 'image/jpeg', 0),
(133, 2, '2024-11-20 08:21:37', '0000-00-00 00:00:00', '', 'دانلود فوری کتاب درک و دریافت موسیقی راجر کیمی ین 984 صفحه', '', 'draft', 'open', 'open', '', 'understanding-receiving-music', '', '', '2024-11-20 08:21:37', '2024-11-20 04:51:37', '', 0, 'https://activereading.xyz/?p=133', 0, 'post', '', 0),
(134, 2, '2024-11-20 08:21:31', '2024-11-20 04:51:31', '', 'کتاب درک و دریافت موسیقی', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%af%d8%b1%da%a9-%d9%88-%d8%af%d8%b1%db%8c%d8%a7%d9%81%d8%aa-%d9%85%d9%88%d8%b3%db%8c%d9%82%db%8c', '', '', '2024-11-20 08:21:31', '2024-11-20 04:51:31', '', 133, 'https://activereading.xyz/wp-content/uploads/2024/11/کتاب-درک-و-دریافت-موسیقی.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
(137, 2, '2024-11-24 08:33:35', '0000-00-00 00:00:00', '', 'دانلود فوری کتاب 365 روز در صحبت قرآن محمد حسین الهی قمشه ای 38 صفحه', '', 'draft', 'open', 'open', '', '365-day-talking-quran', '', '', '2024-11-24 08:33:35', '2024-11-24 05:03:35', '', 0, 'https://activereading.xyz/?p=137', 0, 'post', '', 0),
(138, 2, '2024-11-24 08:29:51', '2024-11-24 04:59:51', '', 'کتاب 365 روز در صحبت قرآن', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-365-%d8%b1%d9%88%d8%b2-%d8%af%d8%b1-%d8%b5%d8%ad%d8%a8%d8%aa-%d9%82%d8%b1%d8%a2%d9%86', '', '', '2024-11-24 08:29:51', '2024-11-24 04:59:51', '', 137, 'https://activereading.xyz/wp-content/uploads/2024/11/کتاب-365-روز-در-صحبت-قرآن.jpg', 0, 'attachment', 'image/jpeg', 0),
(140, 2, '2024-11-24 08:36:30', '0000-00-00 00:00:00', '', 'دانلود فوری کتاب نظریه های رشد ویلیام کرین 509 صفحه', '', 'draft', 'open', 'open', '', '', '', '', '2024-11-24 08:36:30', '2024-11-24 05:06:30', '', 0, 'https://activereading.xyz/?p=140', 0, 'post', '', 0),
(141, 2, '2024-11-26 08:34:16', '0000-00-00 00:00:00', '<h1 style=\"text-align: justify;\"><span style=\"font-size: 14pt;\"><strong>آنچه در کتاب «آموزش تفکر به کودکان و نوجوانان» اثر دکتر علی ستاری می‌خوانید:</strong></span></h1>\r\n<h3 style=\"text-align: justify;\"><strong>آشنایی با مفاهیم پایه تفکر </strong></h3>\r\n<p style=\"text-align: justify;\">\"کتاب با معرفی مفاهیم پایه تفکر آغاز می‌ شود. این بخش به توضیح اهمیت تفکر منطقی و خلاق در دوران کودکی و نوجوانی پرداخته است.\"</p>\r\n\r\n<h3 style=\"text-align: justify;\"><strong>روش‌ های آموزش تفکر به کودکان </strong></h3>\r\n<p style=\"text-align: justify;\">\"در این بخش، نویسنده به روش‌ های عملی آموزش تفکر به کودکان پرداخته است. این بخش شامل تمرینات و فعالیت‌ هایی است که به تقویت مهارت‌ های تفکری کودکان کمک می‌ کند.\"</p>\r\n\r\n<h3 style=\"text-align: justify;\"><strong>تقویت مهارت‌ های حل مسئله </strong></h3>\r\n<p style=\"text-align: justify;\">\"این بخش به بررسی نحوه تقویت مهارت‌ های حل مسئله در کودکان و نوجوانان می‌ پردازد. کتاب به رویکرد هایی اشاره می‌ کند که می‌ تواند توانایی‌ های تحلیلی و استدلالی کودکان را بهبود بخشد.\"</p>\r\n\r\n<h3 style=\"text-align: justify;\"><strong>پرورش تفکر انتقادی </strong></h3>\r\n<p style=\"text-align: justify;\">\"کتاب به روش‌ های پرورش تفکر انتقادی در کودکان و نوجوانان پرداخته است. این بخش به خوانندگان نشان می‌ دهد که چگونه می‌ توانند مهارت ارزیابی و تحلیل اطلاعات را در سنین پایین تقویت کنند.\"</p>\r\n\r\n<h3 style=\"text-align: justify;\"><strong>تاثیر محیط و خانواده در توسعه تفکر کودکان و نوجوانان</strong><strong> </strong></h3>\r\n<p style=\"text-align: justify;\">\"در این بخش، به نقش محیط خانواده و مدرسه در توسعه تفکر کودکان پرداخته می‌ شود. نویسنده توضیح می‌ دهد که چگونه محیط می‌ تواند به تفکر خلاق و منطقی کودکان کمک کند.\"</p>\r\n<p style=\"text-align: justify;\"><strong>کتاب «آموزش تفکر به کودکان و نوجوانان» اثر دکتر علی ستاری، یک راهنمای مفید برای والدین و معلمان است. این کتاب روش‌ ها و تکنیک‌ های کاربردی برای آموزش و تقویت تفکر در کودکان و نوجوانان را به‌ طور کامل شرح می‌ دهد.</strong></p>\r\n\r\n<h2 style=\"text-align: center;\">مفاهیم پایه تفکر</h2>\r\n<h2 style=\"text-align: center;\">روش‌ های آموزش تفکر به کودکان</h2>\r\n<h2 style=\"text-align: center;\">تقویت مهارت‌ های حل مسئله</h2>\r\n<h2 style=\"text-align: center;\">پرورش تفکر انتقادی</h2>\r\n<h2 style=\"text-align: center;\">تاثیر محیط و خانواده در توسعه تفکر</h2>\r\n<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/comprehensive-nursing-curriculum/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب بانک سوالات درسنامه جامع پرستاری احمد نوقابی</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/the-art-of-grinding-egg-catch/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب هنر رندانه ی به تخم گرفتن ارشاد نیکخواه</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/sociopathology/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب آسیب شناسی اجتماعی هدایت الله ستوده</a></span></strong></span></span></h3>', 'دانلود فوری کتاب آموزش تفکر به کودکان و نوجوانان دکتر علی ستاری 238 صفحه', '', 'draft', 'open', 'open', '', 'teaching-thinking-children', '', '', '2024-11-26 08:34:16', '2024-11-26 05:04:16', '', 0, 'https://activereading.xyz/?p=141', 0, 'post', '', 0),
(142, 2, '2024-11-26 08:23:10', '2024-11-26 04:53:10', '', 'کتاب آموزش تفکر به کودکان و نوجوانان', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%a2%d9%85%d9%88%d8%b2%d8%b4-%d8%aa%d9%81%da%a9%d8%b1-%d8%a8%d9%87-%da%a9%d9%88%d8%af%da%a9%d8%a7%d9%86-%d9%88-%d9%86%d9%88%d8%ac%d9%88%d8%a7%d9%86%d8%a7%d9%86', '', '', '2024-11-26 08:23:10', '2024-11-26 04:53:10', '', 141, 'https://activereading.xyz/wp-content/uploads/2024/11/کتاب-آموزش-تفکر-به-کودکان-و-نوجوانان.jpg', 0, 'attachment', 'image/jpeg', 0),
(144, 2, '2024-11-26 08:34:08', '2024-11-26 05:04:08', '', 'دانلود فوری کتاب آموزش تفکر به کودکان و نوجوانان دکتر علی ستاری 238 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%d9%81%d9%88%d8%b1%db%8c-%da%a9%d8%aa%d8%a7%d8%a8-%d8%a2%d9%85%d9%88%d8%b2%d8%b4-%d8%aa%d9%81%da%a9%d8%b1-%d8%a8%d9%87-%da%a9%d9%88%d8%af%da%a9%d8%a7%d9%86-%d9%88', '', '', '2024-11-26 08:34:08', '2024-11-26 05:04:08', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=144', 0, 'download', '', 0),
(146, 2, '2024-11-26 08:52:14', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/atomic-habits/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب عادت های اتمی</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/technical-drawing-comprehensive-drawing/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب رسم فنی و نقشه کشی جامع عمران حسین زمرشیدی</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/histology/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب بافت شناسی جعفر سلیمانی راد</a></span></strong></span></span></h3>', 'دانلود کتاب گفتاری در باب نابرابری ژان ژاک روسو (PDF📁) 164 صفحه', '', 'draft', 'open', 'open', '', 'discourse-inequality', '', '', '2024-11-26 08:52:14', '2024-11-26 05:22:14', '', 0, 'https://activereading.xyz/?p=146', 0, 'post', '', 0),
(147, 2, '2024-11-26 08:47:23', '2024-11-26 05:17:23', '', 'کتاب گفتاری در باب نابرابری', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%da%af%d9%81%d8%aa%d8%a7%d8%b1%db%8c-%d8%af%d8%b1-%d8%a8%d8%a7%d8%a8-%d9%86%d8%a7%d8%a8%d8%b1%d8%a7%d8%a8%d8%b1%db%8c', '', '', '2024-11-26 08:47:23', '2024-11-26 05:17:23', '', 146, 'https://activereading.xyz/wp-content/uploads/2024/11/کتاب-گفتاری-در-باب-نابرابری.jpg', 0, 'attachment', 'image/jpeg', 0),
(149, 2, '2024-11-26 08:52:06', '2024-11-26 05:22:06', '', 'دانلود کتاب گفتاری در باب نابرابری ژان ژاک روسو (PDF📁) 164 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%da%af%d9%81%d8%aa%d8%a7%d8%b1%db%8c-%d8%af%d8%b1-%d8%a8%d8%a7%d8%a8-%d9%86%d8%a7%d8%a8%d8%b1%d8%a7%d8%a8%d8%b1%db%8c-%da%98%d8%a7%d9%86', '', '', '2024-11-26 08:52:06', '2024-11-26 05:22:06', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=149', 0, 'download', '', 0),
(151, 2, '2024-11-26 09:11:03', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/basics-organic-chemistry/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب مبانی شیمی آلی عیسی یاوری</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/inferential-statistics-methods/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب روش های آمار استنباطی در روانشناسی و علوم تربیتی دکتر مهناز علی اکبری</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/chemistry-0-100/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب شیمی 2 صفر تا صد محمدرضا آقاجانی</a></span></strong></span></span></h3>', 'دانلود کتاب ترس و لرز سورن کیرکگور (PDF📁) 167 صفحه', '', 'draft', 'open', 'open', '', 'gear-shiver', '', '', '2024-11-26 09:11:03', '2024-11-26 05:41:03', '', 0, 'https://activereading.xyz/?p=151', 0, 'post', '', 0),
(152, 2, '2024-11-26 09:05:32', '2024-11-26 05:35:32', '', 'کتاب ترس و لرز', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%aa%d8%b1%d8%b3-%d9%88-%d9%84%d8%b1%d8%b2', '', '', '2024-11-26 09:05:32', '2024-11-26 05:35:32', '', 151, 'https://activereading.xyz/wp-content/uploads/2024/11/کتاب-ترس-و-لرز.jpg', 0, 'attachment', 'image/jpeg', 0),
(154, 2, '2024-11-26 09:10:56', '2024-11-26 05:40:56', '', 'دانلود کتاب ترس و لرز سورن کیرکگور (PDF📁) 167 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%aa%d8%b1%d8%b3-%d9%88-%d9%84%d8%b1%d8%b2-%d8%b3%d9%88%d8%b1%d9%86-%da%a9%db%8c%d8%b1%da%a9%da%af%d9%88%d8%b1-pdf%f0%9f%93%81-167', '', '', '2024-11-26 09:10:56', '2024-11-26 05:40:56', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=154', 0, 'download', '', 0),
(156, 2, '2024-11-26 09:29:19', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/godless-religious-builders/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب دین سازان بی خدا دکتر مسعود انصاری</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/general-anatomy/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب آناتومی عمومی</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/play-therapy/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب بازی درمانی دکتر سیدعلی صمدی</a></span></strong></span></span></h3>', 'دانلود کتاب مدیریت حقوق و دستمزد یوسف رونق (PDF📁) 165 صفحه', '', 'draft', 'open', 'open', '', 'management-payroll-payroll', '', '', '2024-11-26 09:29:19', '2024-11-26 05:59:19', '', 0, 'https://activereading.xyz/?p=156', 0, 'post', '', 0),
(157, 2, '2024-11-26 09:25:31', '2024-11-26 05:55:31', '', 'کتاب مدیریت حقوق و دستمزد', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d9%85%d8%af%db%8c%d8%b1%db%8c%d8%aa-%d8%ad%d9%82%d9%88%d9%82-%d9%88-%d8%af%d8%b3%d8%aa%d9%85%d8%b2%d8%af', '', '', '2024-11-26 09:25:31', '2024-11-26 05:55:31', '', 156, 'https://activereading.xyz/wp-content/uploads/2024/11/کتاب-مدیریت-حقوق-و-دستمزد.jpg', 0, 'attachment', 'image/jpeg', 0),
(159, 2, '2024-11-26 09:29:13', '2024-11-26 05:59:13', '', 'دانلود کتاب مدیریت حقوق و دستمزد یوسف رونق (PDF📁) 165 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d9%85%d8%af%db%8c%d8%b1%db%8c%d8%aa-%d8%ad%d9%82%d9%88%d9%82-%d9%88-%d8%af%d8%b3%d8%aa%d9%85%d8%b2%d8%af-%db%8c%d9%88%d8%b3%d9%81-%d8%b1', '', '', '2024-11-26 09:29:13', '2024-11-26 05:59:13', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=159', 0, 'download', '', 0),
(161, 2, '2024-11-26 10:10:50', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/godless-religious-builders/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب دین سازان بی خدا دکتر مسعود انصاری</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/general-anatomy/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب آناتومی عمومی</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/play-therapy/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب بازی درمانی دکتر سیدعلی صمدی</a></span></strong></span></span></h3>', 'دانلود کتاب هوش ای تی فرمول 1 گامی تا فرزانگان (PDF📁) 297 صفحه', '', 'draft', 'open', 'open', '', 'intelligence-et-formula-1', '', '', '2024-11-26 10:10:50', '2024-11-26 06:40:50', '', 0, 'https://activereading.xyz/?p=161', 0, 'post', '', 0),
(162, 2, '2024-11-26 10:09:15', '2024-11-26 06:39:15', '', 'کتاب هوش ای تی فرمول 1', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d9%87%d9%88%d8%b4-%d8%a7%db%8c-%d8%aa%db%8c-%d9%81%d8%b1%d9%85%d9%88%d9%84-1', '', '', '2024-11-26 10:09:15', '2024-11-26 06:39:15', '', 161, 'https://activereading.xyz/wp-content/uploads/2024/11/کتاب-هوش-ای-تی-فرمول-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(164, 2, '2024-11-26 10:10:42', '2024-11-26 06:40:42', '', 'دانلود کتاب هوش ای تی فرمول 1 گامی تا فرزانگان (PDF📁) 297 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d9%87%d9%88%d8%b4-%d8%a7%db%8c-%d8%aa%db%8c-%d9%81%d8%b1%d9%85%d9%88%d9%84-1-%da%af%d8%a7%d9%85%db%8c-%d8%aa%d8%a7-%d9%81%d8%b1%d8%b2', '', '', '2024-11-26 10:10:42', '2024-11-26 06:40:42', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=164', 0, 'download', '', 0),
(166, 2, '2024-11-26 10:27:47', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/arabic-jami/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب عربی جامع نظام جدید دکتر ایاد فیلی</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/fact/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب واقعیت هانس رزلینگ</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/women-who-run-wolves/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب زنانی که با گرگها می دوند کلاریسا پینکولا استس</a></span></strong></span></span></h3>', 'دانلود کتاب سقوط بهشت خاندان پهلوی و آخرین روزهای ایران شاهنشاهی (PDF📁) 371 صفحه', '', 'draft', 'open', 'open', '', 'fall-paradise', '', '', '2024-11-26 10:27:47', '2024-11-26 06:57:47', '', 0, 'https://activereading.xyz/?p=166', 0, 'post', '', 0),
(167, 2, '2024-11-26 10:20:03', '2024-11-26 06:50:03', '', 'کتاب سقوط بهشت خاندان پهلوی و آخرین روزهای ایران شاهنشاهی', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%b3%d9%82%d9%88%d8%b7-%d8%a8%d9%87%d8%b4%d8%aa-%d8%ae%d8%a7%d9%86%d8%af%d8%a7%d9%86-%d9%be%d9%87%d9%84%d9%88%db%8c-%d9%88-%d8%a2%d8%ae%d8%b1%db%8c%d9%86-%d8%b1%d9%88%d8%b2', '', '', '2024-11-26 10:20:03', '2024-11-26 06:50:03', '', 166, 'https://activereading.xyz/wp-content/uploads/2024/11/کتاب-سقوط-بهشت-خاندان-پهلوی-و-آخرین-روزهای-ایران-شاهنشاهی.jpg', 0, 'attachment', 'image/jpeg', 0),
(169, 2, '2024-11-26 10:27:40', '2024-11-26 06:57:40', '', 'دانلود کتاب سقوط بهشت خاندان پهلوی و آخرین روزهای ایران شاهنشاهی (PDF📁) 371 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%b3%d9%82%d9%88%d8%b7-%d8%a8%d9%87%d8%b4%d8%aa-%d8%ae%d8%a7%d9%86%d8%af%d8%a7%d9%86-%d9%be%d9%87%d9%84%d9%88%db%8c-%d9%88-%d8%a2%d8%ae', '', '', '2024-11-26 10:27:40', '2024-11-26 06:57:40', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=169', 0, 'download', '', 0),
(171, 2, '2024-11-26 10:44:39', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/realm-thorn-rose/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب قلمرو خار و رز جلد اول بخش اول سارا جی. ماس</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/psychotherapy-existential/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب روان درمانی اگزیستانسیال یالوم</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/training-skills-training/\" target=\"_blank\" rel=\"noopener\">دانلودکتاب مهارت های آموزشی و پرورشی جلد دوم دکتر حسن شعبانی</a></span></strong></span></span></h3>', 'دانلود کتاب طراحی سازه های فولادی به روش  حالات حدی و مقاومت مجاز مجتبی ازهری (PDF📁) 900 صفحه', '', 'draft', 'open', 'open', '', 'design-steel-structures', '', '', '2024-11-26 10:44:39', '2024-11-26 07:14:39', '', 0, 'https://activereading.xyz/?p=171', 0, 'post', '', 0),
(172, 2, '2024-11-26 10:38:41', '2024-11-26 07:08:41', '', 'کتاب طراحی سازه های فولادی به روش حالات حدی و مقاومت مجاز', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%b7%d8%b1%d8%a7%d8%ad%db%8c-%d8%b3%d8%a7%d8%b2%d9%87-%d9%87%d8%a7%db%8c-%d9%81%d9%88%d9%84%d8%a7%d8%af%db%8c-%d8%a8%d9%87-%d8%b1%d9%88%d8%b4-%d8%ad%d8%a7%d9%84%d8%a7%d8%aa', '', '', '2024-11-26 10:38:41', '2024-11-26 07:08:41', '', 171, 'https://activereading.xyz/wp-content/uploads/2024/11/کتاب-طراحی-سازه-های-فولادی-به-روش-حالات-حدی-و-مقاومت-مجاز.jpg', 0, 'attachment', 'image/jpeg', 0),
(174, 2, '2024-11-26 10:44:28', '2024-11-26 07:14:28', '', 'دانلود کتاب طراحی سازه های فولادی به روش  حالات حدی و مقاومت مجاز مجتبی ازهری (PDF📁) 900 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%b7%d8%b1%d8%a7%d8%ad%db%8c-%d8%b3%d8%a7%d8%b2%d9%87-%d9%87%d8%a7%db%8c-%d9%81%d9%88%d9%84%d8%a7%d8%af%db%8c-%d8%a8%d9%87-%d8%b1%d9%88', '', '', '2024-11-26 10:44:28', '2024-11-26 07:14:28', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=174', 0, 'download', '', 0),
(178, 2, '2024-11-27 00:05:50', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/training-real-estate-consultant/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب آموزش مشاور املاک به شیوه شزوما محمدرضا شایگان </a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://reyhanebeheshti.xyz/speech-inequality/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب هوش ای تی فرمول 1 گامی تا فرزانگان</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/counseling-psychotherapy/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب مشاوره روان درمانی با کودکان و نوجوانان حسن فرهی</a></span></strong></span></span></h3>', 'دانلود کتاب ارزشیابی آموزشی دکتر عباس بازرگان (PDF📁) 182 صفحه', '', 'draft', 'open', 'open', '', 'educational-evaluation', '', '', '2024-11-27 00:05:50', '2024-11-26 20:35:50', '', 0, 'https://activereading.xyz/?p=178', 0, 'post', '', 0),
(179, 2, '2024-11-27 00:05:40', '2024-11-26 20:35:40', '', 'کتاب ارزشیابی آموزشی', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%a7%d8%b1%d8%b2%d8%b4%db%8c%d8%a7%d8%a8%db%8c-%d8%a2%d9%85%d9%88%d8%b2%d8%b4%db%8c', '', '', '2024-11-27 00:05:40', '2024-11-26 20:35:40', '', 178, 'https://activereading.xyz/wp-content/uploads/2024/11/کتاب-ارزشیابی-آموزشی.jpg', 0, 'attachment', 'image/jpeg', 0),
(182, 2, '2024-11-27 00:29:28', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/history-psychology-modern/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب تاریخ روانشناسی نوین علی اکبر سیف</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/about-meaning-life/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب درباره معنی زندگی شهاب الدین عباسی</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/design-steel-structures/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب طراحی سازه های فولادی به روش حالات حدی و مقاومت مجاز مجتبی ازهری</a></span></strong></span></span></h3>', 'دانلود کتاب دین سازان بی خدا دکتر مسعود انصاری (PDF📁) 488 صفحه', '', 'draft', 'open', 'open', '', 'godless-religious-builders', '', '', '2024-11-27 00:29:28', '2024-11-26 20:59:28', '', 0, 'https://activereading.xyz/?p=182', 0, 'post', '', 0),
(184, 2, '2024-11-27 00:28:55', '2024-11-26 20:58:55', '', 'کتاب دین سازان بی خدا', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%af%db%8c%d9%86-%d8%b3%d8%a7%d8%b2%d8%a7%d9%86-%d8%a8%db%8c-%d8%ae%d8%af%d8%a7', '', '', '2024-11-27 00:28:55', '2024-11-26 20:58:55', '', 182, 'https://activereading.xyz/wp-content/uploads/2024/11/کتاب-دین-سازان-بی-خدا.jpg', 0, 'attachment', 'image/jpeg', 0),
(185, 2, '2024-11-27 00:29:18', '2024-11-26 20:59:18', '', 'کتاب دین سازان بی خدا', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%af%db%8c%d9%86-%d8%b3%d8%a7%d8%b2%d8%a7%d9%86-%d8%a8%db%8c-%d8%ae%d8%af%d8%a7-2', '', '', '2024-11-27 00:29:18', '2024-11-26 20:59:18', '', 182, 'https://activereading.xyz/wp-content/uploads/2024/11/کتاب-دین-سازان-بی-خدا-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(186, 2, '2024-11-27 00:49:10', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/childrens-literature/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب ادبیات کودکان طاهره جعفر قلیان</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/micro-economy-1/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب اقتصاد خرد 1 یگانه موسوی جهرمی</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/accounting-advanced-1/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب حسابداری پیشرفته 1 جمشید اسکندری</a></span></strong></span></span></h3>', 'دانلود کتاب سیستم مدیریت پول معاملات فارکس دون گای (PDF📁) 86 صفحه', '', 'draft', 'open', 'open', '', 'system-management-money', '', '', '2024-11-27 00:49:10', '2024-11-26 21:19:10', '', 0, 'https://activereading.xyz/?p=186', 0, 'post', '', 0),
(187, 2, '2024-11-27 00:38:29', '2024-11-26 21:08:29', '', 'کتاب سیستم مدیریت پول معاملات فارکس', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%b3%db%8c%d8%b3%d8%aa%d9%85-%d9%85%d8%af%db%8c%d8%b1%db%8c%d8%aa-%d9%be%d9%88%d9%84-%d9%85%d8%b9%d8%a7%d9%85%d9%84%d8%a7%d8%aa-%d9%81%d8%a7%d8%b1%da%a9%d8%b3', '', '', '2024-11-27 00:38:29', '2024-11-26 21:08:29', '', 186, 'https://activereading.xyz/wp-content/uploads/2024/11/کتاب-سیستم-مدیریت-پول-معاملات-فارکس.jpg', 0, 'attachment', 'image/jpeg', 0),
(189, 2, '2024-11-27 00:49:01', '2024-11-26 21:19:01', '', 'دانلود کتاب سیستم مدیریت پول معاملات فارکس دون گای (PDF📁) 86 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%b3%db%8c%d8%b3%d8%aa%d9%85-%d9%85%d8%af%db%8c%d8%b1%db%8c%d8%aa-%d9%be%d9%88%d9%84-%d9%85%d8%b9%d8%a7%d9%85%d9%84%d8%a7%d8%aa-%d9%81', '', '', '2024-11-27 00:49:01', '2024-11-26 21:19:01', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=189', 0, 'download', '', 0),
(192, 2, '2024-11-27 08:21:13', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/familiarity-with-constitution-law/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب آشنایی با قانون اساسی جمهوری اسلامی ایران مهدی نظرپور</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/etiquette-teaching-learning/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب آداب تعلیم و تعلم در اسلام دکتر سید محمد باقر حجتی</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/statistics-probabilities-senior/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب آمار و احتمالات ارشد محسن طورانی</a></span></strong></span></span></h3>', 'دانلود کتاب زندگی خود را دوباره بیافرینید دکتر جفری یانگ (PDF📁) 559 صفحه', '', 'draft', 'open', 'open', '', 'recreate-your-life', '', '', '2024-11-27 08:21:13', '2024-11-27 04:51:13', '', 0, 'https://activereading.xyz/?p=192', 0, 'post', '', 0),
(193, 2, '2024-11-27 08:16:33', '2024-11-27 04:46:33', '', 'کتاب زندگی خود را دوباره بیافرینید', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%b2%d9%86%d8%af%da%af%db%8c-%d8%ae%d9%88%d8%af-%d8%b1%d8%a7-%d8%af%d9%88%d8%a8%d8%a7%d8%b1%d9%87-%d8%a8%db%8c%d8%a7%d9%81%d8%b1%db%8c%d9%86%db%8c%d8%af', '', '', '2024-11-27 08:16:33', '2024-11-27 04:46:33', '', 192, 'https://activereading.xyz/wp-content/uploads/2024/11/کتاب-زندگی-خود-را-دوباره-بیافرینید.jpg', 0, 'attachment', 'image/jpeg', 0),
(195, 2, '2024-11-27 08:21:05', '2024-11-27 04:51:05', '', 'دانلود کتاب زندگی خود را دوباره بیافرینید دکتر جفری یانگ (PDF📁) 559 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%b2%d9%86%d8%af%da%af%db%8c-%d8%ae%d9%88%d8%af-%d8%b1%d8%a7-%d8%af%d9%88%d8%a8%d8%a7%d8%b1%d9%87-%d8%a8%db%8c%d8%a7%d9%81%d8%b1%db%8c', '', '', '2024-11-27 08:21:05', '2024-11-27 04:51:05', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=195', 0, 'download', '', 0),
(197, 2, '2024-11-27 08:36:04', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/start-game-chess/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب تئوری شروع بازی شطرنج عباس لطفی</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/principles-science-economics/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب اصول علم اقتصاد جلد اول مرتضی محمد خان</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/culture-contemporary-dynamic/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب فرهنگ معاصر پویا محمدرضا باطنی</a></span></strong></span></span></h3>', 'دانلود کتاب مشاوره روان درمانی با کودکان و نوجوانان حسن فرهی (PDF📁) 460 صفحه', '', 'draft', 'open', 'open', '', 'counseling-psychotherapy', '', '', '2024-11-27 08:36:04', '2024-11-27 05:06:04', '', 0, 'https://activereading.xyz/?p=197', 0, 'post', '', 0),
(198, 2, '2024-11-27 08:30:22', '2024-11-27 05:00:22', '', 'کتاب مشاوره روان درمانی با کودکان و نوجوانان', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d9%85%d8%b4%d8%a7%d9%88%d8%b1%d9%87-%d8%b1%d9%88%d8%a7%d9%86-%d8%af%d8%b1%d9%85%d8%a7%d9%86%db%8c-%d8%a8%d8%a7-%da%a9%d9%88%d8%af%da%a9%d8%a7%d9%86-%d9%88-%d9%86%d9%88%d8%ac', '', '', '2024-11-27 08:30:22', '2024-11-27 05:00:22', '', 197, 'https://activereading.xyz/wp-content/uploads/2024/11/کتاب-مشاوره-روان-درمانی-با-کودکان-و-نوجوانان.jpg', 0, 'attachment', 'image/jpeg', 0),
(200, 2, '2024-11-27 08:35:56', '2024-11-27 05:05:56', '', 'دانلود کتاب مشاوره روان درمانی با کودکان و نوجوانان حسن فرهی (PDF📁) 460 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d9%85%d8%b4%d8%a7%d9%88%d8%b1%d9%87-%d8%b1%d9%88%d8%a7%d9%86-%d8%af%d8%b1%d9%85%d8%a7%d9%86%db%8c-%d8%a8%d8%a7-%da%a9%d9%88%d8%af%da%a9', '', '', '2024-11-27 08:35:56', '2024-11-27 05:05:56', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=200', 0, 'download', '', 0),
(202, 2, '2024-11-27 08:51:29', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/culture-civilization-islam/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب فرهنگ و تمدن اسلام محمد مصطفی اسعدی</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/accounting-industrial-3/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب حسابداری صنعتی 3 جمشید اسکندری</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/islam-iran/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب اسلام در ایران ایلیاپاولیچ پطروشفسکی</a></span></strong></span></span></h3>', 'دانلود کتاب روانشناسی و آموزش کودکان استثنایی فاطمه قاسملو (PDF📁) 234 صفحه', '', 'draft', 'open', 'open', '', 'psychology-education-exceptional-children', '', '', '2024-11-27 08:51:29', '2024-11-27 05:21:29', '', 0, 'https://activereading.xyz/?p=202', 0, 'post', '', 0),
(203, 2, '2024-11-27 08:48:42', '2024-11-27 05:18:42', '', 'کتاب روانشناسی و آموزش کودکان استثنایی', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%b1%d9%88%d8%a7%d9%86%d8%b4%d9%86%d8%a7%d8%b3%db%8c-%d9%88-%d8%a2%d9%85%d9%88%d8%b2%d8%b4-%da%a9%d9%88%d8%af%da%a9%d8%a7%d9%86-%d8%a7%d8%b3%d8%aa%d8%ab%d9%86%d8%a7%db%8c', '', '', '2024-11-27 08:48:42', '2024-11-27 05:18:42', '', 202, 'https://activereading.xyz/wp-content/uploads/2024/11/کتاب-روانشناسی-و-آموزش-کودکان-استثنایی.jpg', 0, 'attachment', 'image/jpeg', 0),
(205, 2, '2024-11-27 08:51:20', '2024-11-27 05:21:20', '', 'دانلود کتاب روانشناسی و آموزش کودکان استثنایی فاطمه قاسملو (PDF📁) 234 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%b1%d9%88%d8%a7%d9%86%d8%b4%d9%86%d8%a7%d8%b3%db%8c-%d9%88-%d8%a2%d9%85%d9%88%d8%b2%d8%b4-%da%a9%d9%88%d8%af%da%a9%d8%a7%d9%86-%d8%a7', '', '', '2024-11-27 08:51:20', '2024-11-27 05:21:20', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=205', 0, 'download', '', 0),
(207, 2, '2024-11-27 09:07:46', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/psychology-guidance-counseling/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب روانشناسی راهنمایی و مشاوره نیلا آخوندی</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/education-numerology/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب اموزش نومرولوژی</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/reading-understanding-concepts-1/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب خواندن و درک مفاهیم 1 دکتر محمد حسن تحریریان</a></span></strong></span></span></h3>', 'دانلود کتاب اختلال های روانی و هیجانی دکتر علی مصطفائی (PDF📁) 175 صفحه', '', 'draft', 'open', 'open', '', 'hi-mental-disorders', '', '', '2024-11-27 09:07:46', '2024-11-27 05:37:46', '', 0, 'https://activereading.xyz/?p=207', 0, 'post', '', 0),
(208, 2, '2024-11-27 09:01:28', '2024-11-27 05:31:28', '', 'کتاب اختلال های روانی و هیجانی', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%a7%d8%ae%d8%aa%d9%84%d8%a7%d9%84-%d9%87%d8%a7%db%8c-%d8%b1%d9%88%d8%a7%d9%86%db%8c-%d9%88-%d9%87%db%8c%d8%ac%d8%a7%d9%86%db%8c', '', '', '2024-11-27 09:01:28', '2024-11-27 05:31:28', '', 207, 'https://activereading.xyz/wp-content/uploads/2024/11/کتاب-اختلال-های-روانی-و-هیجانی.jpg', 0, 'attachment', 'image/jpeg', 0),
(210, 2, '2024-11-27 09:07:37', '2024-11-27 05:37:37', '', 'دانلود کتاب اختلال های روانی و هیجانی دکتر علی مصطفائی (PDF📁) 175 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%a7%d8%ae%d8%aa%d9%84%d8%a7%d9%84-%d9%87%d8%a7%db%8c-%d8%b1%d9%88%d8%a7%d9%86%db%8c-%d9%88-%d9%87%db%8c%d8%ac%d8%a7%d9%86%db%8c-%d8%af', '', '', '2024-11-27 09:07:37', '2024-11-27 05:37:37', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=210', 0, 'download', '', 0),
(212, 2, '2024-11-27 09:58:42', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/force-kabbalah/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب نیروی کبالا یهودا برگ</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/problem-solving-book-mathematics/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب حل المسائل کتاب ریاضی عمومی 1</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/full-text-background-psychology/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب متن کامل زمینه روانشناسی هیلگارد دکتر محمد نقی براهنی</a></span></strong></span></span></h3>', 'دانلود کتاب روانشناسی جنایی دکتر پریرخ دادستان (PDF📁) 468 صفحه', '', 'draft', 'open', 'open', '', 'psycho-criminal', '', '', '2024-11-27 09:58:42', '2024-11-27 06:28:42', '', 0, 'https://activereading.xyz/?p=212', 0, 'post', '', 0),
(213, 2, '2024-11-27 09:55:13', '2024-11-27 06:25:13', '', 'کتاب روانشناسی جنایی', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%b1%d9%88%d8%a7%d9%86%d8%b4%d9%86%d8%a7%d8%b3%db%8c-%d8%ac%d9%86%d8%a7%db%8c%db%8c', '', '', '2024-11-27 09:55:13', '2024-11-27 06:25:13', '', 212, 'https://activereading.xyz/wp-content/uploads/2024/11/کتاب-روانشناسی-جنایی.jpg', 0, 'attachment', 'image/jpeg', 0),
(215, 2, '2024-11-27 09:58:30', '2024-11-27 06:28:30', '', 'دانلود کتاب روانشناسی جنایی دکتر پریرخ دادستان (PDF📁) 468 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%b1%d9%88%d8%a7%d9%86%d8%b4%d9%86%d8%a7%d8%b3%db%8c-%d8%ac%d9%86%d8%a7%db%8c%db%8c-%d8%af%da%a9%d8%aa%d8%b1-%d9%be%d8%b1%db%8c%d8%b1', '', '', '2024-11-27 09:58:30', '2024-11-27 06:28:30', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=215', 0, 'download', '', 0),
(217, 2, '2024-11-27 10:24:13', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/understanding-articulating-architecture/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب درک و بیان معماری دکتر مرتضی صدیق</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/aerodynamics/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب آئرودینامیک محمد تبرا</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/phagosis-12-pillars/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب فاگوزیست 12 پایه فردین جوادی</a></span></strong></span></span></h3>', 'دانلود کتاب مقدمه ای بر حقوق مالکیت معنوی دکتر سید حسن میر حسینی (PDF📁) 91 صفحه', '', 'draft', 'open', 'open', '', 'introduction-e-on-property-rights', '', '', '2024-11-27 10:24:13', '2024-11-27 06:54:13', '', 0, 'https://activereading.xyz/?p=217', 0, 'post', '', 0),
(218, 2, '2024-11-27 10:17:29', '2024-11-27 06:47:29', '', 'کتاب مقدمه ای بر حقوق مالکیت معنوی', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d9%85%d9%82%d8%af%d9%85%d9%87-%d8%a7%db%8c-%d8%a8%d8%b1-%d8%ad%d9%82%d9%88%d9%82-%d9%85%d8%a7%d9%84%da%a9%db%8c%d8%aa-%d9%85%d8%b9%d9%86%d9%88%db%8c', '', '', '2024-11-27 10:17:29', '2024-11-27 06:47:29', '', 217, 'https://activereading.xyz/wp-content/uploads/2024/11/کتاب-مقدمه-ای-بر-حقوق-مالکیت-معنوی.jpg', 0, 'attachment', 'image/jpeg', 0),
(220, 2, '2024-11-27 10:24:06', '2024-11-27 06:54:06', '', 'دانلود کتاب مقدمه ای بر حقوق مالکیت معنوی دکتر سید حسن میر حسینی (PDF📁) 91 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d9%85%d9%82%d8%af%d9%85%d9%87-%d8%a7%db%8c-%d8%a8%d8%b1-%d8%ad%d9%82%d9%88%d9%82-%d9%85%d8%a7%d9%84%da%a9%db%8c%d8%aa-%d9%85%d8%b9%d9%86', '', '', '2024-11-27 10:24:06', '2024-11-27 06:54:06', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=220', 0, 'download', '', 0),
(222, 2, '2024-11-27 11:24:18', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/introduction-methodology-humanities/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب مقدمه ای بر روش تحقیق در علوم انسانی محمد رضا حافظ نیا</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/golden-realm/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب در قلمرو زرین حسین محی الدین الهی قمشه ای</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/a-new-look-islamic-education/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب نگاهی دوباره به تربیت اسلامی جلد اول دکتر خسروباقری</a></span></strong></span></span></h3>', 'دانلود کتاب مبانی فیزیک الکتریسیته و مغناطیس دیوید هالیدی (PDF📁) 527 صفحه', '', 'draft', 'open', 'open', '', 'foundations-physics-electricity', '', '', '2024-11-27 11:24:18', '2024-11-27 07:54:18', '', 0, 'https://activereading.xyz/?p=222', 0, 'post', '', 0),
(223, 2, '2024-11-27 11:21:37', '2024-11-27 07:51:37', '', 'کتاب مبانی فیزیک الکتریسیته و مغناطیس', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d9%85%d8%a8%d8%a7%d9%86%db%8c-%d9%81%db%8c%d8%b2%db%8c%da%a9-%d8%a7%d9%84%da%a9%d8%aa%d8%b1%db%8c%d8%b3%db%8c%d8%aa%d9%87-%d9%88-%d9%85%d8%ba%d9%86%d8%a7%d8%b7%db%8c%d8%b3', '', '', '2024-11-27 11:21:37', '2024-11-27 07:51:37', '', 222, 'https://activereading.xyz/wp-content/uploads/2024/11/کتاب-مبانی-فیزیک-الکتریسیته-و-مغناطیس.jpg', 0, 'attachment', 'image/jpeg', 0),
(225, 2, '2024-11-27 11:24:10', '2024-11-27 07:54:10', '', 'دانلود کتاب مبانی فیزیک الکتریسیته و مغناطیس دیوید هالیدی (PDF📁) 527 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d9%85%d8%a8%d8%a7%d9%86%db%8c-%d9%81%db%8c%d8%b2%db%8c%da%a9-%d8%a7%d9%84%da%a9%d8%aa%d8%b1%db%8c%d8%b3%db%8c%d8%aa%d9%87-%d9%88-%d9%85', '', '', '2024-11-27 11:24:10', '2024-11-27 07:54:10', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=225', 0, 'download', '', 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
(227, 2, '2024-11-28 00:46:06', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/understanding-receiving-music/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب درک و دریافت موسیقی راجر کیمی ین</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/forgetfulness-freemasonry-iran/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب فراموشخانه و فراماسونری در ایران اسماعیل رائین جلد اول</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/principles-techniques-potropary-nursing/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب اصول و فنون پرستاری پوتروپری طاهره نجفی قرلجه صدیقه سالمی</a></span></strong></span></span></h3>', 'دانلود کتاب اموزش نومرولوژی (PDF📁) 900 صفحه', '', 'draft', 'open', 'open', '', 'education-numerology', '', '', '2024-11-28 00:46:06', '2024-11-27 21:16:06', '', 0, 'https://activereading.xyz/?p=227', 0, 'post', '', 0),
(228, 2, '2024-11-28 00:43:03', '2024-11-27 21:13:03', '', 'کتاب اموزش نومرولوژی', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%a7%d9%85%d9%88%d8%b2%d8%b4-%d9%86%d9%88%d9%85%d8%b1%d9%88%d9%84%d9%88%da%98%db%8c', '', '', '2024-11-28 00:43:03', '2024-11-27 21:13:03', '', 227, 'https://activereading.xyz/wp-content/uploads/2024/11/کتاب-اموزش-نومرولوژی.jpg', 0, 'attachment', 'image/jpeg', 0),
(230, 2, '2024-11-28 00:45:59', '2024-11-27 21:15:59', '', 'دانلود کتاب اموزش نومرولوژی (PDF📁) 900 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%a7%d9%85%d9%88%d8%b2%d8%b4-%d9%86%d9%88%d9%85%d8%b1%d9%88%d9%84%d9%88%da%98%db%8c-pdf%f0%9f%93%81-900-%d8%b5%d9%81%d8%ad%d9%87', '', '', '2024-11-28 00:45:59', '2024-11-27 21:15:59', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=230', 0, 'download', '', 0),
(232, 2, '2024-11-28 01:03:04', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/i-am-poison-here-you-go/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب سم هستم بفرمایید ندا بهرامی نژاد</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/specialized-language-computer-major/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب زبان تخصصی (رشته کامپیوتر) مهدی یوسف خانی، سید ناصر آیت، احمد فراهی</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/the-perfect-trader/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب معامله گر کامل</a></span></strong></span></span></h3>', 'دانلود کتاب خواندن و درک مفاهیم 1 دکتر محمد حسن تحریریان (PDF📁) 31 صفحه', '', 'draft', 'open', 'open', '', 'reading-understanding-concepts-1', '', '', '2024-11-28 01:03:04', '2024-11-27 21:33:04', '', 0, 'https://activereading.xyz/?p=232', 0, 'post', '', 0),
(233, 2, '2024-11-28 00:57:17', '2024-11-27 21:27:17', '', 'کتاب اموزش نومرولوژی', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%a7%d9%85%d9%88%d8%b2%d8%b4-%d9%86%d9%88%d9%85%d8%b1%d9%88%d9%84%d9%88%da%98%db%8c-2', '', '', '2024-11-28 00:57:17', '2024-11-27 21:27:17', '', 232, 'https://activereading.xyz/wp-content/uploads/2024/11/کتاب-اموزش-نومرولوژی-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(235, 2, '2024-11-28 01:02:57', '2024-11-27 21:32:57', '', 'دانلود کتاب خواندن و درک مفاهیم 1 دکتر محمد حسن تحریریان (PDF📁) 31 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%ae%d9%88%d8%a7%d9%86%d8%af%d9%86-%d9%88-%d8%af%d8%b1%da%a9-%d9%85%d9%81%d8%a7%d9%87%db%8c%d9%85-1-%d8%af%da%a9%d8%aa%d8%b1-%d9%85', '', '', '2024-11-28 01:02:57', '2024-11-27 21:32:57', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=235', 0, 'download', '', 0),
(237, 2, '2024-11-28 01:19:15', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/developmental-theories/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب نظریه های رشد ویلیام کرین</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/developmental-psychology/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب روانشناسی رشد از تولد تا مرگ دکتر مهشید فروغان</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/language-english-comprehensive-entrance-exam/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب زبان انگلیسی جامع کنکور نظام جدید شهاب اناری</a></span></strong></span></span></h3>', 'دانلود کتاب نیروی کبالا یهودا برگ (PDF📁) 330 صفحه', '', 'draft', 'open', 'open', '', 'force-kabbalah', '', '', '2024-11-28 01:19:15', '2024-11-27 21:49:15', '', 0, 'https://activereading.xyz/?p=237', 0, 'post', '', 0),
(238, 2, '2024-11-28 01:16:49', '2024-11-27 21:46:49', '', 'کتاب خواندن و درک مفاهیم 1', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%ae%d9%88%d8%a7%d9%86%d8%af%d9%86-%d9%88-%d8%af%d8%b1%da%a9-%d9%85%d9%81%d8%a7%d9%87%db%8c%d9%85-1', '', '', '2024-11-28 01:16:49', '2024-11-27 21:46:49', '', 237, 'https://activereading.xyz/wp-content/uploads/2024/11/کتاب-خواندن-و-درک-مفاهیم-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(240, 2, '2024-11-28 01:19:07', '2024-11-27 21:49:07', '', 'دانلود کتاب نیروی کبالا یهودا برگ (PDF📁) 330 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d9%86%db%8c%d8%b1%d9%88%db%8c-%da%a9%d8%a8%d8%a7%d9%84%d8%a7-%db%8c%d9%87%d9%88%d8%af%d8%a7-%d8%a8%d8%b1%da%af-pdf%f0%9f%93%81-330', '', '', '2024-11-28 01:19:07', '2024-11-27 21:49:07', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=240', 0, 'download', '', 0),
(242, 2, '2024-11-28 01:51:34', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/scientific-databases/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب بانک اطلاعات علمی _ کاربردی جلد دوم مصطفی حق جو</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/iran-rise-reza-khan/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب ایران برآمدن رضا خان سیروس غنی </a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/literal-translation/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب ترجمه تحت اللفظی و روان law texts محمود رمضانی</a></span></strong></span></span></h3>', 'دانلود کتاب حل المسائل کتاب ریاضی عمومی 1 (PDF📁) 270 صفحه', '', 'draft', 'open', 'open', '', 'problem-solving-book-mathematics', '', '', '2024-11-28 01:51:34', '2024-11-27 22:21:34', '', 0, 'https://activereading.xyz/?p=242', 0, 'post', '', 0),
(243, 2, '2024-11-28 01:45:11', '2024-11-27 22:15:11', '', 'کتاب حل المسائل کتاب ریاضی عمومی 1', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%ad%d9%84-%d8%a7%d9%84%d9%85%d8%b3%d8%a7%d8%a6%d9%84-%da%a9%d8%aa%d8%a7%d8%a8-%d8%b1%db%8c%d8%a7%d8%b6%db%8c-%d8%b9%d9%85%d9%88%d9%85%db%8c-1', '', '', '2024-11-28 01:45:11', '2024-11-27 22:15:11', '', 242, 'https://activereading.xyz/wp-content/uploads/2024/11/کتاب-حل-المسائل-کتاب-ریاضی-عمومی-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(244, 2, '2024-11-28 01:45:44', '2024-11-27 22:15:44', '', 'کتاب حل المسائل کتاب ریاضی عمومی 1', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%ad%d9%84-%d8%a7%d9%84%d9%85%d8%b3%d8%a7%d8%a6%d9%84-%da%a9%d8%aa%d8%a7%d8%a8-%d8%b1%db%8c%d8%a7%d8%b6%db%8c-%d8%b9%d9%85%d9%88%d9%85%db%8c-1-2', '', '', '2024-11-28 01:45:44', '2024-11-27 22:15:44', '', 242, 'https://activereading.xyz/wp-content/uploads/2024/11/کتاب-حل-المسائل-کتاب-ریاضی-عمومی-1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(246, 2, '2024-11-28 01:51:27', '2024-11-27 22:21:27', '', 'دانلود کتاب حل المسائل کتاب ریاضی عمومی 1 (PDF📁) 270 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%ad%d9%84-%d8%a7%d9%84%d9%85%d8%b3%d8%a7%d8%a6%d9%84-%da%a9%d8%aa%d8%a7%d8%a8-%d8%b1%db%8c%d8%a7%d8%b6%db%8c-%d8%b9%d9%85%d9%88%d9%85', '', '', '2024-11-28 01:51:27', '2024-11-27 22:21:27', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=246', 0, 'download', '', 0),
(248, 2, '2025-02-07 04:30:05', '2025-02-07 01:00:05', '<h3 style=\"text-align: center;\"><span style=\"font-size: 24pt;\">🔰حتما بخوانید</span><span style=\"font-size: 24pt;\">🔰</span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 12px 20px; background-color: #2c3e50; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #2c3e50; text-align: center;\" href=\"https://pdfbamaa.com/hilgard-psychology/\" target=\"_blank\" rel=\"noopener\">PDF کتاب روانشناسی دکتر محمد نقی براهنی</a></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 12px 20px; background-color: #2980b9; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #2980b9; text-align: center;\" href=\"https://mabaninazaridelavar.xyz/\" target=\"_blank\" rel=\"noopener\">کتاب مبانی نظری و عملی پژوهش دکتر دلاور pdf</a></span></strong><strong><span style=\"display: block;\"><a style=\"display: block; padding: 12px 20px; background-color: #2c3e50; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #2c3e50; text-align: center;\" href=\"https://hesabdaripishrafte.xyz/\" target=\"_blank\" rel=\"noopener\">کتاب حسابداری پیشرفته 1 جمشید اسکندری pdf</a></span></strong></h3>\r\n<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/gear-shiver/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب ترس و لرز سورن کیرکگور</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/365-day-talking-quran/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب 365 روز در صحبت قرآن محمد حسین الهی قمشه ای</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/macroeconomics/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب اقتصاد کلان دکتر محسن نظری </a></span></strong></span></span></h3>', 'دانلود کتاب متن کامل زمینه روانشناسی هیلگارد دکتر محمد نقی براهنی (PDF📁) 715 صفحه', '', 'publish', 'open', 'open', '', 'full-text-background-psychology', '', '', '2025-02-07 14:31:00', '2025-02-07 11:01:00', '', 0, 'https://activereading.xyz/?p=248', 0, 'post', '', 0),
(249, 2, '2024-11-29 00:31:43', '2024-11-28 21:01:43', '', 'کتاب متن کامل زمینه روانشناسی هیلگارد دکتر محمد نقی براهنی', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d9%85%d8%aa%d9%86-%da%a9%d8%a7%d9%85%d9%84-%d8%b2%d9%85%db%8c%d9%86%d9%87-%d8%b1%d9%88%d8%a7%d9%86%d8%b4%d9%86%d8%a7%d8%b3%db%8c-%d9%87%db%8c%d9%84%da%af%d8%a7%d8%b1%d8%af', '', '', '2024-11-29 00:31:43', '2024-11-28 21:01:43', '', 248, 'https://activereading.xyz/wp-content/uploads/2024/11/کتاب-متن-کامل-زمینه-روانشناسی-هیلگارد-دکتر-محمد-نقی-براهنی.jpg', 0, 'attachment', 'image/jpeg', 0),
(251, 2, '2024-11-29 00:43:57', '2024-11-28 21:13:57', '', 'دانلود کتاب متن کامل زمینه روانشناسی هیلگارد دکتر محمد نقی براهنی (PDF📁) 715 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d9%85%d8%aa%d9%86-%da%a9%d8%a7%d9%85%d9%84-%d8%b2%d9%85%db%8c%d9%86%d9%87-%d8%b1%d9%88%d8%a7%d9%86%d8%b4%d9%86%d8%a7%d8%b3%db%8c-%d9%87', '', '', '2024-11-29 00:43:57', '2024-11-28 21:13:57', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=251', 0, 'download', '', 0),
(253, 2, '2024-11-29 01:01:30', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/culture-civilization-islam/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب فرهنگ و تمدن اسلام محمد مصطفی اسعدی</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/accounting-industrial-3/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب حسابداری صنعتی 3 جمشید اسکندری</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/islam-iran/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب اسلام در ایران ایلیاپاولیچ پطروشفسکی</a></span></strong></span></span></h3>', 'دانلود کتاب آئرودینامیک محمد تبرا (PDF📁) 912 صفحه', '', 'draft', 'open', 'open', '', 'aerodynamics', '', '', '2024-11-29 01:01:30', '2024-11-28 21:31:30', '', 0, 'https://activereading.xyz/?p=253', 0, 'post', '', 0),
(254, 2, '2024-11-29 00:54:09', '2024-11-28 21:24:09', '', 'کتاب آئرودینامیک', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%a2%d8%a6%d8%b1%d9%88%d8%af%db%8c%d9%86%d8%a7%d9%85%db%8c%da%a9', '', '', '2024-11-29 00:54:09', '2024-11-28 21:24:09', '', 253, 'https://activereading.xyz/wp-content/uploads/2024/11/کتاب-آئرودینامیک.jpg', 0, 'attachment', 'image/jpeg', 0),
(256, 2, '2024-11-29 01:01:22', '2024-11-28 21:31:22', '', 'دانلود کتاب آئرودینامیک محمد تبرا (PDF📁) 912 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%a2%d8%a6%d8%b1%d9%88%d8%af%db%8c%d9%86%d8%a7%d9%85%db%8c%da%a9-%d9%85%d8%ad%d9%85%d8%af-%d8%aa%d8%a8%d8%b1%d8%a7-pdf%f0%9f%93%81-912', '', '', '2024-11-29 01:01:22', '2024-11-28 21:31:22', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=256', 0, 'download', '', 0),
(258, 2, '2025-02-08 03:39:06', '2025-02-08 00:09:06', '<h3 style=\"text-align: center;\"><span style=\"font-size: 24pt;\">🔰حتما بخوانید</span><span style=\"font-size: 24pt;\">🔰</span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 12px 20px; background-color: #2c3e50; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #2c3e50; text-align: center;\" href=\"https://pdfbamaa.com/contemporary-architecture/\" target=\"_blank\" rel=\"noopener\">pdf کتاب مبانی و مفاهیم در معماری معاصر غرب</a></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 12px 20px; background-color: #2980b9; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #2980b9; text-align: center;\" href=\"https://andisheeslami2.xyz/\" target=\"_blank\" rel=\"noopener\">پی دی اف اندیشه اسلامی 2</a></span></strong><strong><span style=\"display: block;\"><a style=\"display: block; padding: 12px 20px; background-color: #2c3e50; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #2c3e50; text-align: center;\" href=\"https://sadreislam.xyz/\" target=\"_blank\" rel=\"noopener\">کتاب تاریخ تحلیلی اسلام pdf</a></span></strong></h3>\r\n<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/management-payroll-payroll/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب مدیریت حقوق و دستمزد یوسف رونق</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://reyhanebeheshti.xyz/speech-inequality/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب هوش ای تی فرمول 1 گامی تا فرزانگان</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/counseling-psychotherapy/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب مشاوره روان درمانی با کودکان و نوجوانان حسن فرهی</a></span></strong></span></span></h3>', 'دانلود کتاب مبانی و مفاهیم در معماری معاصر غرب وحید قبادیان (PDF📁) 185 صفحه', '', 'publish', 'open', 'open', '', 'foundations-concepts-architecture', '', '\nhttps://reyhanebeheshti.xyz/speech-inequality/', '2025-02-08 13:40:12', '2025-02-08 10:10:12', '', 0, 'https://activereading.xyz/?p=258', 0, 'post', '', 0),
(259, 2, '2024-11-29 01:16:29', '2024-11-28 21:46:29', '', 'کتاب مبانی و مفاهیم در معماری معاصر غرب', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d9%85%d8%a8%d8%a7%d9%86%db%8c-%d9%88-%d9%85%d9%81%d8%a7%d9%87%db%8c%d9%85-%d8%af%d8%b1-%d9%85%d8%b9%d9%85%d8%a7%d8%b1%db%8c-%d9%85%d8%b9%d8%a7%d8%b5%d8%b1-%d8%ba%d8%b1%d8%a8', '', '', '2024-11-29 01:16:29', '2024-11-28 21:46:29', '', 258, 'https://activereading.xyz/wp-content/uploads/2024/11/کتاب-مبانی-و-مفاهیم-در-معماری-معاصر-غرب.jpg', 0, 'attachment', 'image/jpeg', 0),
(261, 2, '2024-11-29 01:20:54', '2024-11-28 21:50:54', '', 'دانلود کتاب مبانی و مفاهیم در معماری معاصر غرب وحید قبادیان (PDF📁) 185 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d9%85%d8%a8%d8%a7%d9%86%db%8c-%d9%88-%d9%85%d9%81%d8%a7%d9%87%db%8c%d9%85-%d8%af%d8%b1-%d9%85%d8%b9%d9%85%d8%a7%d8%b1%db%8c-%d9%85%d8%b9', '', '', '2024-11-29 01:20:54', '2024-11-28 21:50:54', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=261', 0, 'download', '', 0),
(263, 2, '2024-11-30 08:09:46', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/scientific-databases/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب بانک اطلاعات علمی _ کاربردی جلد دوم مصطفی حق جو</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/iran-rise-reza-khan/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب ایران برآمدن رضا خان سیروس غنی </a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/literal-translation/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب ترجمه تحت اللفظی و روان law texts محمود رمضانی</a></span></strong></span></span></h3>', 'دانلود کتاب استاتیک کاربردی محمود گلابچی (PDF📁) 98 صفحه', '', 'draft', 'open', 'open', '', 'functional-static', '', '', '2024-11-30 08:09:46', '2024-11-30 04:39:46', '', 0, 'https://activereading.xyz/?p=263', 0, 'post', '', 0),
(264, 2, '2024-11-30 08:07:01', '2024-11-30 04:37:01', '', 'کتاب استاتیک کاربردی', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%a7%d8%b3%d8%aa%d8%a7%d8%aa%db%8c%da%a9-%da%a9%d8%a7%d8%b1%d8%a8%d8%b1%d8%af%db%8c', '', '', '2024-11-30 08:07:01', '2024-11-30 04:37:01', '', 263, 'https://activereading.xyz/wp-content/uploads/2024/11/کتاب-استاتیک-کاربردی.jpg', 0, 'attachment', 'image/jpeg', 0),
(266, 2, '2024-11-30 08:09:40', '2024-11-30 04:39:40', '', 'دانلود کتاب استاتیک کاربردی محمود گلابچی (PDF📁) 98 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%a7%d8%b3%d8%aa%d8%a7%d8%aa%db%8c%da%a9-%da%a9%d8%a7%d8%b1%d8%a8%d8%b1%d8%af%db%8c-%d9%85%d8%ad%d9%85%d9%88%d8%af-%da%af%d9%84%d8%a7', '', '', '2024-11-30 08:09:40', '2024-11-30 04:39:40', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=266', 0, 'download', '', 0),
(268, 2, '2024-11-30 08:25:38', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/gear-shiver/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب ترس و لرز سورن کیرکگور</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/365-day-talking-quran/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب 365 روز در صحبت قرآن محمد حسین الهی قمشه ای</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/macroeconomics/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب اقتصاد کلان دکتر محسن نظری </a></span></strong></span></span></h3>', 'دانلود کتاب روانشناسی راهنمایی و مشاوره نیلا آخوندی (PDF📁) 270 صفحه', '', 'draft', 'open', 'open', '', 'psychology-guidance-counseling', '', '', '2024-11-30 08:25:38', '2024-11-30 04:55:38', '', 0, 'https://activereading.xyz/?p=268', 0, 'post', '', 0),
(269, 2, '2024-11-30 08:19:56', '2024-11-30 04:49:56', '', 'کتاب روانشناسی راهنمایی و مشاوره', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%b1%d9%88%d8%a7%d9%86%d8%b4%d9%86%d8%a7%d8%b3%db%8c-%d8%b1%d8%a7%d9%87%d9%86%d9%85%d8%a7%db%8c%db%8c-%d9%88-%d9%85%d8%b4%d8%a7%d9%88%d8%b1%d9%87', '', '', '2024-11-30 08:19:56', '2024-11-30 04:49:56', '', 268, 'https://activereading.xyz/wp-content/uploads/2024/11/کتاب-روانشناسی-راهنمایی-و-مشاوره.jpg', 0, 'attachment', 'image/jpeg', 0),
(271, 2, '2024-11-30 08:25:29', '2024-11-30 04:55:29', '', 'دانلود کتاب روانشناسی راهنمایی و مشاوره نیلا آخوندی (PDF📁) 270 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%b1%d9%88%d8%a7%d9%86%d8%b4%d9%86%d8%a7%d8%b3%db%8c-%d8%b1%d8%a7%d9%87%d9%86%d9%85%d8%a7%db%8c%db%8c-%d9%88-%d9%85%d8%b4%d8%a7%d9%88', '', '', '2024-11-30 08:25:29', '2024-11-30 04:55:29', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=271', 0, 'download', '', 0),
(273, 2, '2024-11-30 08:40:28', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/social-psychology/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب روانشناسی اجتماعی کاربردی مجید صفاری نیا</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/chemistry-3-12/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب شیمی 3 دوازدهم زیر ذره بین</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/types-temperament/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب انواع مزاج</a></span></strong></span></span></h3>', 'دانلود کتاب زمین شناسی مهندسی غلامرضا خانلری (PDF📁) 416 صفحه', '', 'draft', 'open', 'open', '', 'engineering-geology', '', '', '2024-11-30 08:40:28', '2024-11-30 05:10:28', '', 0, 'https://activereading.xyz/?p=273', 0, 'post', '', 0),
(274, 2, '2024-11-30 08:37:43', '2024-11-30 05:07:43', '', 'کتاب زمین شناسی مهندسی', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%b2%d9%85%db%8c%d9%86-%d8%b4%d9%86%d8%a7%d8%b3%db%8c-%d9%85%d9%87%d9%86%d8%af%d8%b3%db%8c', '', '', '2024-11-30 08:37:43', '2024-11-30 05:07:43', '', 273, 'https://activereading.xyz/wp-content/uploads/2024/11/کتاب-زمین-شناسی-مهندسی.jpg', 0, 'attachment', 'image/jpeg', 0),
(276, 2, '2024-11-30 08:40:18', '2024-11-30 05:10:18', '', 'دانلود کتاب زمین شناسی مهندسی غلامرضا خانلری (PDF📁) 416 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%b2%d9%85%db%8c%d9%86-%d8%b4%d9%86%d8%a7%d8%b3%db%8c-%d9%85%d9%87%d9%86%d8%af%d8%b3%db%8c-%d8%ba%d9%84%d8%a7%d9%85%d8%b1%d8%b6%d8%a7', '', '', '2024-11-30 08:40:18', '2024-11-30 05:10:18', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=276', 0, 'download', '', 0),
(278, 2, '2024-11-30 09:26:06', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/language-specialization-engineering/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب زبان تخصصی مهندسی عمران و معماری علی قربانی</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/sociological-theory/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب نظریه جامعه شناسی در دوران معاصر محسن ثلاثی</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/physics-1/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب زیر ذره بین فیزیک 1 رشته تجربی کاپ</a></span></strong></span></span></h3>', 'دانلود کتاب فابل آدریان یانگ پگاه خدادی (PDF📁) 315 صفحه', '', 'draft', 'open', 'open', '', 'fable', '', '', '2024-11-30 09:26:06', '2024-11-30 05:56:06', '', 0, 'https://activereading.xyz/?p=278', 0, 'post', '', 0),
(279, 2, '2024-11-30 09:20:57', '2024-11-30 05:50:57', '', 'کتاب فابل آدریان یانگ', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d9%81%d8%a7%d8%a8%d9%84-%d8%a2%d8%af%d8%b1%db%8c%d8%a7%d9%86-%db%8c%d8%a7%d9%86%da%af', '', '', '2024-11-30 09:20:57', '2024-11-30 05:50:57', '', 278, 'https://activereading.xyz/wp-content/uploads/2024/11/کتاب-فابل-آدریان-یانگ.jpg', 0, 'attachment', 'image/jpeg', 0),
(281, 2, '2024-11-30 09:25:58', '2024-11-30 05:55:58', '', 'دانلود کتاب فابل آدریان یانگ پگاه خدادی (PDF📁) 315 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d9%81%d8%a7%d8%a8%d9%84-%d8%a2%d8%af%d8%b1%db%8c%d8%a7%d9%86-%db%8c%d8%a7%d9%86%da%af-%d9%be%da%af%d8%a7%d9%87-%d8%ae%d8%af%d8%a7%d8%af', '', '', '2024-11-30 09:25:58', '2024-11-30 05:55:58', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=281', 0, 'download', '', 0),
(283, 2, '2024-11-30 09:42:02', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/secrets-success-marketing/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب رموز موفقیت در بازاریابی شبکه ای مصطفی عابدینی فرد</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/foundations-concepts-architecture/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب مبانی و مفاهیم در معماری معاصر غرب وحید قبادیان</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/apple-green-physiology-1/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب سیب سبز فیزیولوژی 1</a></span></strong></span></span></h3>', 'دانلود کتاب عادت های اتمی (PDF📁) 329 صفحه', '', 'draft', 'open', 'open', '', 'atomic-habits', '', '', '2024-11-30 09:42:02', '2024-11-30 06:12:02', '', 0, 'https://activereading.xyz/?p=283', 0, 'post', '', 0),
(284, 2, '2024-11-30 09:39:31', '2024-11-30 06:09:31', '', 'کتاب عادت های اتمی', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%b9%d8%a7%d8%af%d8%aa-%d9%87%d8%a7%db%8c-%d8%a7%d8%aa%d9%85%db%8c', '', '', '2024-11-30 09:39:31', '2024-11-30 06:09:31', '', 283, 'https://activereading.xyz/wp-content/uploads/2024/11/کتاب-عادت-های-اتمی.jpg', 0, 'attachment', 'image/jpeg', 0),
(286, 2, '2024-11-30 09:41:56', '2024-11-30 06:11:56', '', 'دانلود کتاب عادت های اتمی (PDF📁) 329 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%b9%d8%a7%d8%af%d8%aa-%d9%87%d8%a7%db%8c-%d8%a7%d8%aa%d9%85%db%8c-pdf%f0%9f%93%81-329-%d8%b5%d9%81%d8%ad%d9%87', '', '', '2024-11-30 09:41:56', '2024-11-30 06:11:56', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=286', 0, 'download', '', 0),
(288, 2, '2024-11-30 09:57:13', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/the-prophets-path/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب مسیر پیامبری صدیقه وسمقی</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/language-general-senior/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب زبان عمومی ارشد زیر ذره بین جلد اول الناز یوسف زاده بری</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/human-anatomy/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب آناتومی انسانی علی رواسی</a></span></strong></span></span></h3>', 'دانلود کتاب زیست شناسی یازدهم دکتر علی محمد عمارلو (PDF📁) 541 صفحه', '', 'draft', 'open', 'open', '', 'biology-11th', '', '', '2024-11-30 09:57:13', '2024-11-30 06:27:13', '', 0, 'https://activereading.xyz/?p=288', 0, 'post', '', 0),
(289, 2, '2024-11-30 09:51:55', '2024-11-30 06:21:55', '', 'کتاب زیست شناسی یازدهم', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%b2%db%8c%d8%b3%d8%aa-%d8%b4%d9%86%d8%a7%d8%b3%db%8c-%db%8c%d8%a7%d8%b2%d8%af%d9%87%d9%85', '', '', '2024-11-30 09:51:55', '2024-11-30 06:21:55', '', 288, 'https://activereading.xyz/wp-content/uploads/2024/11/کتاب-زیست-شناسی-یازدهم.jpg', 0, 'attachment', 'image/jpeg', 0),
(291, 2, '2024-11-30 09:57:13', '2024-11-30 06:27:13', '', 'دانلود کتاب زیست شناسی یازدهم دکتر علی محمد عمارلو (PDF📁) 541 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%b2%db%8c%d8%b3%d8%aa-%d8%b4%d9%86%d8%a7%d8%b3%db%8c-%db%8c%d8%a7%d8%b2%d8%af%d9%87%d9%85-%d8%af%da%a9%d8%aa%d8%b1-%d8%b9%d9%84%db%8c', '', '', '2024-11-30 09:57:13', '2024-11-30 06:27:13', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=291', 0, 'download', '', 0),
(293, 2, '2024-11-30 22:03:57', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/familiarity-with-architecture-world/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب آشنایی با معماری جهان محمد ابراهیم زارعی</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/physics-1/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب زیر ذره بین فیزیک 1 رشته تجربی کاپ</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/why-the-present-someone/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب چرا تا به حال کسی این ها را به من نگفته بود جولی اسمیت</a></span></strong></span></span></h3>', 'دانلود کتاب انسان از آغاز تا انجام محمد طباطبایی (PDF📁) 210 صفحه', '', 'draft', 'open', 'open', '', 'man-beginning-completion', '', '', '2024-11-30 22:03:57', '2024-11-30 18:33:57', '', 0, 'https://activereading.xyz/?p=293', 0, 'post', '', 0),
(294, 2, '2024-11-30 21:59:32', '2024-11-30 18:29:32', '', 'کتاب انسان از آغاز تا انجام', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%a7%d9%86%d8%b3%d8%a7%d9%86-%d8%a7%d8%b2-%d8%a2%d8%ba%d8%a7%d8%b2-%d8%aa%d8%a7-%d8%a7%d9%86%d8%ac%d8%a7%d9%85', '', '', '2024-11-30 21:59:32', '2024-11-30 18:29:32', '', 293, 'https://activereading.xyz/wp-content/uploads/2024/11/کتاب-انسان-از-آغاز-تا-انجام.jpg', 0, 'attachment', 'image/jpeg', 0),
(296, 2, '2024-11-30 22:03:51', '2024-11-30 18:33:51', '', 'دانلود کتاب انسان از آغاز تا انجام محمد طباطبایی (PDF📁) 210 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%a7%d9%86%d8%b3%d8%a7%d9%86-%d8%a7%d8%b2-%d8%a2%d8%ba%d8%a7%d8%b2-%d8%aa%d8%a7-%d8%a7%d9%86%d8%ac%d8%a7%d9%85-%d9%85%d8%ad%d9%85%d8%af', '', '', '2024-11-30 22:03:51', '2024-11-30 18:33:51', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=296', 0, 'download', '', 0),
(298, 2, '2024-11-30 22:38:52', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/familiarity-with-architecture-world/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب آشنایی با معماری جهان محمد ابراهیم زارعی</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/fullest-reference-functional/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب کامل ترین مرجع کاربردی طراحی سازه با SAP 2000 محمد افضلی</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/language-specialization-engineering/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب زبان تخصصی مهندسی عمران و معماری علی قربانی</a></span></strong></span></span></h3>', 'دانلود کتاب آیین زندگی اخلاق کاربردی ویراست دوم احمد حسین شریفی (PDF📁) 120 صفحه', '', 'draft', 'open', 'open', '', 'the-ritual-life-applied-ethics', '', '', '2024-11-30 22:38:52', '2024-11-30 19:08:52', '', 0, 'https://activereading.xyz/?p=298', 0, 'post', '', 0),
(299, 2, '2024-11-30 22:31:33', '2024-11-30 19:01:33', '', 'کتاب آیین زندگی اخلاق کاربردی ویراست دوم', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%a2%db%8c%db%8c%d9%86-%d8%b2%d9%86%d8%af%da%af%db%8c-%d8%a7%d8%ae%d9%84%d8%a7%d9%82-%da%a9%d8%a7%d8%b1%d8%a8%d8%b1%d8%af%db%8c-%d9%88%db%8c%d8%b1%d8%a7%d8%b3%d8%aa-%d8%af', '', '', '2024-11-30 22:31:33', '2024-11-30 19:01:33', '', 298, 'https://activereading.xyz/wp-content/uploads/2024/11/کتاب-آیین-زندگی-اخلاق-کاربردی-ویراست-دوم.jpg', 0, 'attachment', 'image/jpeg', 0),
(301, 2, '2024-11-30 22:38:44', '2024-11-30 19:08:44', '', 'دانلود کتاب آیین زندگی اخلاق کاربردی ویراست دوم احمد حسین شریفی (PDF📁) 120 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%a2%db%8c%db%8c%d9%86-%d8%b2%d9%86%d8%af%da%af%db%8c-%d8%a7%d8%ae%d9%84%d8%a7%d9%82-%da%a9%d8%a7%d8%b1%d8%a8%d8%b1%d8%af%db%8c-%d9%88', '', '', '2024-11-30 22:38:44', '2024-11-30 19:08:44', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=301', 0, 'download', '', 0),
(303, 2, '2024-11-30 23:08:39', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/developmental-theories/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب نظریه های رشد ویلیام کرین</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/developmental-psychology/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب روانشناسی رشد از تولد تا مرگ دکتر مهشید فروغان</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/language-english-comprehensive-entrance-exam/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب زبان انگلیسی جامع کنکور نظام جدید شهاب اناری</a></span></strong></span></span></h3>', 'دانلود کتاب استاندارد 2800 (PDF📁) 403 صفحه', '', 'draft', 'open', 'open', '', 'standard-2800', '', '', '2024-11-30 23:08:39', '2024-11-30 19:38:39', '', 0, 'https://activereading.xyz/?p=303', 0, 'post', '', 0),
(304, 2, '2024-11-30 23:01:05', '2024-11-30 19:31:05', '', 'کتاب استاندارد 2800', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%a7%d8%b3%d8%aa%d8%a7%d9%86%d8%af%d8%a7%d8%b1%d8%af-2800', '', '', '2024-11-30 23:01:05', '2024-11-30 19:31:05', '', 303, 'https://activereading.xyz/wp-content/uploads/2024/11/کتاب-استاندارد-2800.jpg', 0, 'attachment', 'image/jpeg', 0),
(306, 2, '2024-11-30 23:08:31', '2024-11-30 19:38:31', '', 'دانلود کتاب استاندارد 2800 (PDF📁) 403 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%a7%d8%b3%d8%aa%d8%a7%d9%86%d8%af%d8%a7%d8%b1%d8%af-2800-pdf%f0%9f%93%81-403-%d8%b5%d9%81%d8%ad%d9%87', '', '', '2024-11-30 23:08:31', '2024-11-30 19:38:31', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=306', 0, 'download', '', 0),
(308, 2, '2024-11-30 23:27:29', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/manual-language-general/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب راهنمای زبان عمومی پیام نور</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/why-the-present-someone/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب چرا تا به حال کسی این ها را به من نگفته بود جولی اسمیت</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/history-art-iran-world/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب تاریخ هنر ایران و جهان احمد رستمعلی</a></span></strong></span></span></h3>', 'دانلود کتاب 33 استراتژی جنگ رابرت گرین (PDF📁) 679 صفحه', '', 'draft', 'open', 'open', '', '33-war-strategy', '', '', '2024-11-30 23:27:29', '2024-11-30 19:57:29', '', 0, 'https://activereading.xyz/?p=308', 0, 'post', '', 0),
(309, 2, '2024-11-30 23:21:13', '2024-11-30 19:51:13', '', 'کتاب 33 استراتژی جنگ', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-33-%d8%a7%d8%b3%d8%aa%d8%b1%d8%a7%d8%aa%da%98%db%8c-%d8%ac%d9%86%da%af', '', '', '2024-11-30 23:21:13', '2024-11-30 19:51:13', '', 308, 'https://activereading.xyz/wp-content/uploads/2024/11/کتاب-33-استراتژی-جنگ.jpg', 0, 'attachment', 'image/jpeg', 0),
(311, 2, '2024-11-30 23:27:21', '2024-11-30 19:57:21', '', 'دانلود کتاب 33 استراتژی جنگ رابرت گرین (PDF📁) 679 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-33-%d8%a7%d8%b3%d8%aa%d8%b1%d8%a7%d8%aa%da%98%db%8c-%d8%ac%d9%86%da%af-%d8%b1%d8%a7%d8%a8%d8%b1%d8%aa-%da%af%d8%b1%db%8c%d9%86-pdf', '', '', '2024-11-30 23:27:21', '2024-11-30 19:57:21', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=311', 0, 'download', '', 0),
(313, 2, '2024-12-01 08:16:25', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/organizational-behavior-management/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب مدیریت رفتار سازمانی زهرا برومند</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/comparative-law/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب حقوق تطبیقی عبدالحسین شیروی</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/psychology-emotion-perception/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب روانشناسی احساس و ادراک محمود پناهی شهری</a></span></strong></span></span></h3>', 'دانلود کتاب موج آزمون ریاضی رشته ریاضی نشر الگو چاپ 1402 کاظم اجلالی (PDF📁) 463 صفحه', '', 'draft', 'open', 'open', '', 'math-test-wave', '', '', '2024-12-01 08:16:25', '2024-12-01 04:46:25', '', 0, 'https://activereading.xyz/?p=313', 0, 'post', '', 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
(314, 2, '2024-12-01 08:13:20', '2024-12-01 04:43:20', '', 'کتاب موج آزمون ریاضی رشته ریاضی نشر الگو چاپ 1402', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d9%85%d9%88%d8%ac-%d8%a2%d8%b2%d9%85%d9%88%d9%86-%d8%b1%db%8c%d8%a7%d8%b6%db%8c-%d8%b1%d8%b4%d8%aa%d9%87-%d8%b1%db%8c%d8%a7%d8%b6%db%8c-%d9%86%d8%b4%d8%b1-%d8%a7%d9%84%da%af', '', '', '2024-12-01 08:13:20', '2024-12-01 04:43:20', '', 313, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-موج-آزمون-ریاضی-رشته-ریاضی-نشر-الگو-چاپ-1402.jpg', 0, 'attachment', 'image/jpeg', 0),
(316, 2, '2024-12-01 08:16:09', '2024-12-01 04:46:09', '', 'دانلود کتاب موج آزمون ریاضی رشته ریاضی نشر الگو چاپ 1402 کاظم اجلالی (PDF📁) 463 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d9%85%d9%88%d8%ac-%d8%a2%d8%b2%d9%85%d9%88%d9%86-%d8%b1%db%8c%d8%a7%d8%b6%db%8c-%d8%b1%d8%b4%d8%aa%d9%87-%d8%b1%db%8c%d8%a7%d8%b6%db%8c', '', '', '2024-12-01 08:16:09', '2024-12-01 04:46:09', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=316', 0, 'download', '', 0),
(318, 2, '2024-12-01 08:32:44', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/chemistry-3-12/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب شیمی 3 دوازدهم زیر ذره بین</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/types-temperament/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب انواع مزاج</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/comprehensive-nursing-curriculum/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب بانک سوالات درسنامه جامع پرستاری احمد نوقابی</a></span></strong></span></span></h3>', 'دانلود کتاب چگونه معمارانه طراحی کنیم 1 دکتر احسان طایفه ای (PDF📁) 358 صفحه', '', 'draft', 'open', 'open', '', 'how-to-design-architecturally-j1', '', '', '2024-12-01 08:32:44', '2024-12-01 05:02:44', '', 0, 'https://activereading.xyz/?p=318', 0, 'post', '', 0),
(319, 2, '2024-12-01 08:26:33', '2024-12-01 04:56:33', '', 'کتاب چگونه معمارانه طراحی کنیم 1', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%da%86%da%af%d9%88%d9%86%d9%87-%d9%85%d8%b9%d9%85%d8%a7%d8%b1%d8%a7%d9%86%d9%87-%d8%b7%d8%b1%d8%a7%d8%ad%db%8c-%da%a9%d9%86%db%8c%d9%85-1', '', '', '2024-12-01 08:26:33', '2024-12-01 04:56:33', '', 318, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-چگونه-معمارانه-طراحی-کنیم-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(321, 2, '2024-12-01 08:32:33', '2024-12-01 05:02:33', '', 'دانلود کتاب چگونه معمارانه طراحی کنیم 1 دکتر احسان طایفه ای (PDF📁) 358 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%da%86%da%af%d9%88%d9%86%d9%87-%d9%85%d8%b9%d9%85%d8%a7%d8%b1%d8%a7%d9%86%d9%87-%d8%b7%d8%b1%d8%a7%d8%ad%db%8c-%da%a9%d9%86%db%8c%d9%85-1', '', '', '2024-12-01 08:32:33', '2024-12-01 05:02:33', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=321', 0, 'download', '', 0),
(323, 2, '2024-12-01 08:49:33', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/discourse-inequality/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب گفتاری در باب نابرابری ژان ژاک روسو</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/ecology/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب اکولوژی دکتر محمدرضا اردکانی</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/social-psychology/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب روانشناسی اجتماعی کاربردی مجید صفاری نیا</a></span></strong></span></span></h3>', 'دانلود کتاب تمبر های ایران انجمن تمبرشناسی ایران (PDF📁) 195 صفحه', '', 'draft', 'open', 'open', '', 'iranian-stamps', '', '', '2024-12-01 08:49:33', '2024-12-01 05:19:33', '', 0, 'https://activereading.xyz/?p=323', 0, 'post', '', 0),
(324, 2, '2024-12-01 08:46:54', '2024-12-01 05:16:54', '', 'کتاب تمبر های ایران', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%aa%d9%85%d8%a8%d8%b1-%d9%87%d8%a7%db%8c-%d8%a7%db%8c%d8%b1%d8%a7%d9%86', '', '', '2024-12-01 08:46:54', '2024-12-01 05:16:54', '', 323, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-تمبر-های-ایران.jpg', 0, 'attachment', 'image/jpeg', 0),
(326, 2, '2024-12-01 08:49:25', '2024-12-01 05:19:25', '', 'دانلود کتاب تمبر های ایران انجمن تمبرشناسی ایران (PDF📁) 195 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%aa%d9%85%d8%a8%d8%b1-%d9%87%d8%a7%db%8c-%d8%a7%db%8c%d8%b1%d8%a7%d9%86-%d8%a7%d9%86%d8%ac%d9%85%d9%86-%d8%aa%d9%85%d8%a8%d8%b1%d8%b4', '', '', '2024-12-01 08:49:25', '2024-12-01 05:19:25', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=326', 0, 'download', '', 0),
(329, 2, '2024-12-01 23:17:57', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/memoirs-murderer/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب خاطرات یک آدم کش کیم یونگ ها ترجمه خاطره کرد کریمی </a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/supernatural/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب ماورای طبیعی شدن دکتر جو دیسپنزا</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/educational-evaluation/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب ارزشیابی آموزشی دکتر عباس بازرگان</a></span></strong></span></span></h3>', 'دانلود کتاب رسم فنی و نقشه کشی جامع عمران حسین زمرشیدی (PDF📁) 307 صفحه', '', 'draft', 'open', 'open', '', 'technical-drawing-comprehensive-drawing', '', '', '2024-12-01 23:17:57', '2024-12-01 19:47:57', '', 0, 'https://activereading.xyz/?p=329', 0, 'post', '', 0),
(330, 2, '2024-12-01 23:14:22', '2024-12-01 19:44:22', '', 'کتاب رسم فنی و نقشه کشی جامع عمران', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%b1%d8%b3%d9%85-%d9%81%d9%86%db%8c-%d9%88-%d9%86%d9%82%d8%b4%d9%87-%da%a9%d8%b4%db%8c-%d8%ac%d8%a7%d9%85%d8%b9-%d8%b9%d9%85%d8%b1%d8%a7%d9%86', '', '', '2024-12-01 23:14:22', '2024-12-01 19:44:22', '', 329, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-رسم-فنی-و-نقشه-کشی-جامع-عمران.jpg', 0, 'attachment', 'image/jpeg', 0),
(332, 2, '2024-12-01 23:17:50', '2024-12-01 19:47:50', '', 'دانلود کتاب رسم فنی و نقشه کشی جامع عمران حسین زمرشیدی (PDF📁) 307 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%b1%d8%b3%d9%85-%d9%81%d9%86%db%8c-%d9%88-%d9%86%d9%82%d8%b4%d9%87-%da%a9%d8%b4%db%8c-%d8%ac%d8%a7%d9%85%d8%b9-%d8%b9%d9%85%d8%b1%d8%a7', '', '', '2024-12-01 23:17:50', '2024-12-01 19:47:50', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=332', 0, 'download', '', 0),
(334, 2, '2024-12-01 23:32:00', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/management-payroll-payroll/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب مدیریت حقوق و دستمزد یوسف رونق</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://reyhanebeheshti.xyz/speech-inequality/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب هوش ای تی فرمول 1 گامی تا فرزانگان</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/counseling-psychotherapy/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب مشاوره روان درمانی با کودکان و نوجوانان حسن فرهی</a></span></strong></span></span></h3>', 'دانلود کتاب بافت شناسی جعفر سلیمانی راد (PDF📁) 322 صفحه', '', 'draft', 'open', 'open', '', 'histology', '', '', '2024-12-01 23:32:00', '2024-12-01 20:02:00', '', 0, 'https://activereading.xyz/?p=334', 0, 'post', '', 0),
(335, 2, '2024-12-01 23:26:28', '2024-12-01 19:56:28', '', 'کتاب بافت شناسی', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%a8%d8%a7%d9%81%d8%aa-%d8%b4%d9%86%d8%a7%d8%b3%db%8c', '', '', '2024-12-01 23:26:28', '2024-12-01 19:56:28', '', 334, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-بافت-شناسی.jpg', 0, 'attachment', 'image/jpeg', 0),
(337, 2, '2024-12-01 23:31:53', '2024-12-01 20:01:53', '', 'دانلود کتاب بافت شناسی جعفر سلیمانی راد (PDF📁) 322 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%a8%d8%a7%d9%81%d8%aa-%d8%b4%d9%86%d8%a7%d8%b3%db%8c-%d8%ac%d8%b9%d9%81%d8%b1-%d8%b3%d9%84%db%8c%d9%85%d8%a7%d9%86%db%8c-%d8%b1%d8%a7', '', '', '2024-12-01 23:31:53', '2024-12-01 20:01:53', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=337', 0, 'download', '', 0),
(339, 2, '2024-12-01 23:59:57', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/recreate-your-life/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب زندگی خود را دوباره بیافرینید دکتر جفری یانگ</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/system-management-money/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب سیستم مدیریت پول معاملات فارکس دون گای</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/differential-normal-equations/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب معادلات دیفرانسیل معمولی دکتر جمال صفار اردبیلی</a></span></strong></span></span></h3>', 'دانلود کتاب قلب جنگجوی خورشید سولین تن (PDF📁) 535 صفحه', '', 'draft', 'open', 'open', '', 'heart-sun-warrior', '', '', '2024-12-01 23:59:57', '2024-12-01 20:29:57', '', 0, 'https://activereading.xyz/?p=339', 0, 'post', '', 0),
(340, 2, '2024-12-01 23:56:09', '2024-12-01 20:26:09', '', 'کتاب قلب جنگجوی خورشید', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d9%82%d9%84%d8%a8-%d8%ac%d9%86%da%af%d8%ac%d9%88%db%8c-%d8%ae%d9%88%d8%b1%d8%b4%db%8c%d8%af', '', '', '2024-12-01 23:56:09', '2024-12-01 20:26:09', '', 339, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-قلب-جنگجوی-خورشید.jpg', 0, 'attachment', 'image/jpeg', 0),
(342, 2, '2024-12-01 23:59:47', '2024-12-01 20:29:47', '', 'دانلود کتاب قلب جنگجوی خورشید سولین تن (PDF📁) 535 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d9%82%d9%84%d8%a8-%d8%ac%d9%86%da%af%d8%ac%d9%88%db%8c-%d8%ae%d9%88%d8%b1%d8%b4%db%8c%d8%af-%d8%b3%d9%88%d9%84%db%8c%d9%86-%d8%aa%d9%86', '', '', '2024-12-01 23:59:47', '2024-12-01 20:29:47', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=342', 0, 'download', '', 0),
(344, 2, '2024-12-02 00:42:11', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/gear-shiver/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب ترس و لرز سورن کیرکگور</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/365-day-talking-quran/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب 365 روز در صحبت قرآن محمد حسین الهی قمشه ای</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/macroeconomics/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب اقتصاد کلان دکتر محسن نظری </a></span></strong></span></span></h3>', 'دانلود کتاب پول ارز و بانکداری یوسف فرجی (PDF📁) 459 صفحه', '', 'draft', 'open', 'open', '', 'money-currency-banking', '', '', '2024-12-02 00:42:11', '2024-12-01 21:12:11', '', 0, 'https://activereading.xyz/?p=344', 0, 'post', '', 0),
(345, 2, '2024-12-02 00:35:28', '2024-12-01 21:05:28', '', 'کتاب پول ارز و بانکداری', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d9%be%d9%88%d9%84-%d8%a7%d8%b1%d8%b2-%d9%88-%d8%a8%d8%a7%d9%86%da%a9%d8%af%d8%a7%d8%b1%db%8c', '', '', '2024-12-02 00:35:28', '2024-12-01 21:05:28', '', 344, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-پول-ارز-و-بانکداری.jpg', 0, 'attachment', 'image/jpeg', 0),
(347, 2, '2024-12-02 00:42:03', '2024-12-01 21:12:03', '', 'دانلود کتاب پول ارز و بانکداری یوسف فرجی (PDF📁) 459 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d9%be%d9%88%d9%84-%d8%a7%d8%b1%d8%b2-%d9%88-%d8%a8%d8%a7%d9%86%da%a9%d8%af%d8%a7%d8%b1%db%8c-%db%8c%d9%88%d8%b3%d9%81-%d9%81%d8%b1%d8%ac', '', '', '2024-12-02 00:42:03', '2024-12-01 21:12:03', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=347', 0, 'download', '', 0),
(349, 2, '2024-12-02 08:14:44', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/i-am-poison-here-you-go/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب سم هستم بفرمایید ندا بهرامی نژاد</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/specialized-language-computer-major/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب زبان تخصصی (رشته کامپیوتر) مهدی یوسف خانی، سید ناصر آیت، احمد فراهی</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/the-perfect-trader/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب معامله گر کامل</a></span></strong></span></span></h3>', 'دانلود کتاب سی و دو هزار سال تاریخ هنر هرمز ریاحی (PDF📁) 1152 صفحه', '', 'draft', 'open', 'open', '', 'thirty-two-thousand-years-art-history', '', '', '2024-12-02 08:14:44', '2024-12-02 04:44:44', '', 0, 'https://activereading.xyz/?p=349', 0, 'post', '', 0),
(350, 2, '2024-12-02 08:11:59', '2024-12-02 04:41:59', '', 'کتاب سی و دو هزار سال تاریخ هنر', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%b3%db%8c-%d9%88-%d8%af%d9%88-%d9%87%d8%b2%d8%a7%d8%b1-%d8%b3%d8%a7%d9%84-%d8%aa%d8%a7%d8%b1%db%8c%d8%ae-%d9%87%d9%86%d8%b1', '', '', '2024-12-02 08:11:59', '2024-12-02 04:41:59', '', 349, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-سی-و-دو-هزار-سال-تاریخ-هنر.jpg', 0, 'attachment', 'image/jpeg', 0),
(352, 2, '2024-12-02 08:14:38', '2024-12-02 04:44:38', '', 'دانلود کتاب سی و دو هزار سال تاریخ هنر هرمز ریاحی (PDF📁) 1152 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%b3%db%8c-%d9%88-%d8%af%d9%88-%d9%87%d8%b2%d8%a7%d8%b1-%d8%b3%d8%a7%d9%84-%d8%aa%d8%a7%d8%b1%db%8c%d8%ae-%d9%87%d9%86%d8%b1-%d9%87', '', '', '2024-12-02 08:14:38', '2024-12-02 04:44:38', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=352', 0, 'download', '', 0),
(354, 2, '2024-12-02 08:30:19', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/understanding-receiving-music/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب درک و دریافت موسیقی راجر کیمی ین</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/forgetfulness-freemasonry-iran/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب فراموشخانه و فراماسونری در ایران اسماعیل رائین جلد اول</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/principles-techniques-potropary-nursing/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب اصول و فنون پرستاری پوتروپری طاهره نجفی قرلجه صدیقه سالمی</a></span></strong></span></span></h3>', 'دانلود کتاب درسنامه بیمار های پوستی حسین مرتضوی (PDF📁) 414 صفحه', '', 'draft', 'open', 'open', '', 'skin-diseases', '', '', '2024-12-02 08:30:19', '2024-12-02 05:00:19', '', 0, 'https://activereading.xyz/?p=354', 0, 'post', '', 0),
(355, 2, '2024-12-02 08:25:14', '2024-12-02 04:55:14', '', 'کتاب درسنامه بیماری های پوستی', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%af%d8%b1%d8%b3%d9%86%d8%a7%d9%85%d9%87-%d8%a8%db%8c%d9%85%d8%a7%d8%b1%db%8c-%d9%87%d8%a7%db%8c-%d9%be%d9%88%d8%b3%d8%aa%db%8c', '', '', '2024-12-02 08:25:14', '2024-12-02 04:55:14', '', 354, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-درسنامه-بیماری-های-پوستی.jpg', 0, 'attachment', 'image/jpeg', 0),
(357, 2, '2024-12-02 08:30:11', '2024-12-02 05:00:11', '', 'دانلود کتاب درسنامه بیمار های پوستی حسین مرتضوی (PDF📁) 414 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%af%d8%b1%d8%b3%d9%86%d8%a7%d9%85%d9%87-%d8%a8%db%8c%d9%85%d8%a7%d8%b1-%d9%87%d8%a7%db%8c-%d9%be%d9%88%d8%b3%d8%aa%db%8c-%d8%ad%d8%b3', '', '', '2024-12-02 08:30:11', '2024-12-02 05:00:11', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=357', 0, 'download', '', 0),
(359, 2, '2024-12-02 08:48:28', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/solving-chemistry-fundamentals-problems/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب حل کامل مسائل مبانی کنترل فرآیند در مهندسی شیمی دکتر منوچهر نیک آذر</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/teaching-thinking-children/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب آموزش تفکر به کودکان و نوجوانان دکتر علی ستاری</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/comprehensive-biology/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب جامع زیست شناسی مرتضی رضایی</a></span></strong></span></span></h3>', 'دانلود کتاب درک و بیان معماری دکتر مرتضی صدیق (PDF📁) 64 صفحه', '', 'draft', 'open', 'open', '', 'understanding-articulating-architecture', '', '', '2024-12-02 08:48:28', '2024-12-02 05:18:28', '', 0, 'https://activereading.xyz/?p=359', 0, 'post', '', 0),
(360, 2, '2024-12-02 08:42:18', '2024-12-02 05:12:18', '', 'کتاب درک و بیان معماری', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%af%d8%b1%da%a9-%d9%88-%d8%a8%db%8c%d8%a7%d9%86-%d9%85%d8%b9%d9%85%d8%a7%d8%b1%db%8c', '', '', '2024-12-02 08:42:18', '2024-12-02 05:12:18', '', 359, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-درک-و-بیان-معماری.jpg', 0, 'attachment', 'image/jpeg', 0),
(362, 2, '2024-12-02 08:44:51', '2024-12-02 05:14:51', '', 'دانلود کتاب درک و بیان معماری دکتر مرتضی صدیق (PDF📁) 64 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%af%d8%b1%da%a9-%d9%88-%d8%a8%db%8c%d8%a7%d9%86-%d9%85%d8%b9%d9%85%d8%a7%d8%b1%db%8c-%d8%af%da%a9%d8%aa%d8%b1-%d9%85%d8%b1%d8%aa%d8%b6', '', '', '2024-12-02 08:44:51', '2024-12-02 05:14:51', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=362', 0, 'download', '', 0),
(364, 2, '2024-12-02 21:55:55', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/comprehensive-nursing-curriculum/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب بانک سوالات درسنامه جامع پرستاری احمد نوقابی</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/the-art-of-grinding-egg-catch/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب هنر رندانه ی به تخم گرفتن ارشاد نیکخواه</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/sociopathology/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب آسیب شناسی اجتماعی هدایت الله ستوده</a></span></strong></span></span></h3>', 'دانلود کتاب فاگوزیست 12 پایه فردین جوادی (PDF📁) 316 صفحه', '', 'draft', 'open', 'open', '', 'phagosis-12-pillars', '', '', '2024-12-02 21:55:55', '2024-12-02 18:25:55', '', 0, 'https://activereading.xyz/?p=364', 0, 'post', '', 0),
(365, 2, '2024-12-02 21:46:33', '2024-12-02 18:16:33', '', 'کتاب فاگوزیست 12 پایه', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d9%81%d8%a7%da%af%d9%88%d8%b2%db%8c%d8%b3%d8%aa-12-%d9%be%d8%a7%db%8c%d9%87', '', '', '2024-12-02 21:46:33', '2024-12-02 18:16:33', '', 364, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-فاگوزیست-12-پایه.jpg', 0, 'attachment', 'image/jpeg', 0),
(367, 2, '2024-12-02 21:55:47', '2024-12-02 18:25:47', '', 'دانلود کتاب فاگوزیست 12 پایه فردین جوادی (PDF📁) 316 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d9%81%d8%a7%da%af%d9%88%d8%b2%db%8c%d8%b3%d8%aa-12-%d9%be%d8%a7%db%8c%d9%87-%d9%81%d8%b1%d8%af%db%8c%d9%86-%d8%ac%d9%88%d8%a7%d8%af%db%8c', '', '', '2024-12-02 21:55:47', '2024-12-02 18:25:47', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=367', 0, 'download', '', 0),
(369, 2, '2024-12-02 22:18:00', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/social-psychology/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب روانشناسی اجتماعی کاربردی مجید صفاری نیا</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/chemistry-3-12/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب شیمی 3 دوازدهم زیر ذره بین</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/types-temperament/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب انواع مزاج</a></span></strong></span></span></h3>', 'دانلود کتاب مقدمه ای بر روش تحقیق در علوم انسانی محمد رضا حافظ نیا (PDF📁) 380 صفحه', '', 'draft', 'open', 'open', '', 'introduction-methodology-humanities', '', '', '2024-12-02 22:18:00', '2024-12-02 18:48:00', '', 0, 'https://activereading.xyz/?p=369', 0, 'post', '', 0),
(370, 2, '2024-12-02 22:10:29', '2024-12-02 18:40:29', '', 'کتاب مقدمه ای بر روش تحقیق در علوم انسانی', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d9%85%d9%82%d8%af%d9%85%d9%87-%d8%a7%db%8c-%d8%a8%d8%b1-%d8%b1%d9%88%d8%b4-%d8%aa%d8%ad%d9%82%db%8c%d9%82-%d8%af%d8%b1-%d8%b9%d9%84%d9%88%d9%85-%d8%a7%d9%86%d8%b3%d8%a7%d9%86', '', '', '2024-12-02 22:10:29', '2024-12-02 18:40:29', '', 369, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-مقدمه-ای-بر-روش-تحقیق-در-علوم-انسانی.jpg', 0, 'attachment', 'image/jpeg', 0),
(372, 2, '2024-12-02 22:17:52', '2024-12-02 18:47:52', '', 'دانلود کتاب مقدمه ای بر روش تحقیق در علوم انسانی محمد رضا حافظ نیا (PDF📁) 380 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d9%85%d9%82%d8%af%d9%85%d9%87-%d8%a7%db%8c-%d8%a8%d8%b1-%d8%b1%d9%88%d8%b4-%d8%aa%d8%ad%d9%82%db%8c%d9%82-%d8%af%d8%b1-%d8%b9%d9%84%d9%88', '', '', '2024-12-02 22:17:52', '2024-12-02 18:47:52', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=372', 0, 'download', '', 0),
(374, 2, '2024-12-02 23:11:02', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/discourse-inequality/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب گفتاری در باب نابرابری ژان ژاک روسو</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/ecology/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب اکولوژی دکتر محمدرضا اردکانی</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/social-psychology/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب روانشناسی اجتماعی کاربردی مجید صفاری نیا</a></span></strong></span></span></h3>', 'دانلود کتاب در قلمرو زرین حسین محی الدین الهی قمشه ای (PDF📁) 641 صفحه', '', 'draft', 'open', 'open', '', 'golden-realm', '', '', '2024-12-02 23:11:02', '2024-12-02 19:41:02', '', 0, 'https://activereading.xyz/?p=374', 0, 'post', '', 0),
(375, 2, '2024-12-02 23:03:56', '2024-12-02 19:33:56', '', 'کتاب در قلمرو زرین', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%af%d8%b1-%d9%82%d9%84%d9%85%d8%b1%d9%88-%d8%b2%d8%b1%db%8c%d9%86', '', '', '2024-12-02 23:03:56', '2024-12-02 19:33:56', '', 374, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-در-قلمرو-زرین.jpg', 0, 'attachment', 'image/jpeg', 0),
(377, 2, '2024-12-02 23:10:57', '2024-12-02 19:40:57', '', 'دانلود کتاب در قلمرو زرین حسین محی الدین الهی قمشه ای (PDF📁) 641 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%af%d8%b1-%d9%82%d9%84%d9%85%d8%b1%d9%88-%d8%b2%d8%b1%db%8c%d9%86-%d8%ad%d8%b3%db%8c%d9%86-%d9%85%d8%ad%db%8c-%d8%a7%d9%84%d8%af%db%8c', '', '', '2024-12-02 23:10:57', '2024-12-02 19:40:57', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=377', 0, 'download', '', 0),
(380, 2, '2024-12-02 23:25:32', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/chemistry-3-12/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب شیمی 3 دوازدهم زیر ذره بین</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/types-temperament/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب انواع مزاج</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/comprehensive-nursing-curriculum/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب بانک سوالات درسنامه جامع پرستاری احمد نوقابی</a></span></strong></span></span></h3>', 'دانلود کتاب نگاهی دوباره به تربیت اسلامی جلد اول دکتر خسروباقری (PDF📁) 275 صفحه', '', 'draft', 'open', 'open', '', 'a-new-look-islamic-education', '', '', '2024-12-02 23:25:32', '2024-12-02 19:55:32', '', 0, 'https://activereading.xyz/?p=380', 0, 'post', '', 0),
(381, 2, '2024-12-02 23:20:33', '2024-12-02 19:50:33', '', 'کتاب نگاهی دوباره به تربیت اسلامی جلد اول', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d9%86%da%af%d8%a7%d9%87%db%8c-%d8%af%d9%88%d8%a8%d8%a7%d8%b1%d9%87-%d8%a8%d9%87-%d8%aa%d8%b1%d8%a8%db%8c%d8%aa-%d8%a7%d8%b3%d9%84%d8%a7%d9%85%db%8c-%d8%ac%d9%84%d8%af-%d8%a7', '', '', '2024-12-02 23:20:33', '2024-12-02 19:50:33', '', 380, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-نگاهی-دوباره-به-تربیت-اسلامی-جلد-اول.jpg', 0, 'attachment', 'image/jpeg', 0),
(383, 2, '2024-12-02 23:25:26', '2024-12-02 19:55:26', '', 'دانلود کتاب نگاهی دوباره به تربیت اسلامی جلد اول دکتر خسروباقری (PDF📁) 275 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d9%86%da%af%d8%a7%d9%87%db%8c-%d8%af%d9%88%d8%a8%d8%a7%d8%b1%d9%87-%d8%a8%d9%87-%d8%aa%d8%b1%d8%a8%db%8c%d8%aa-%d8%a7%d8%b3%d9%84%d8%a7', '', '', '2024-12-02 23:25:26', '2024-12-02 19:55:26', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=383', 0, 'download', '', 0),
(385, 2, '2024-12-03 08:20:07', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/familiarity-with-constitution-law/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب آشنایی با قانون اساسی جمهوری اسلامی ایران مهدی نظرپور</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/etiquette-teaching-learning/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب آداب تعلیم و تعلم در اسلام دکتر سید محمد باقر حجتی</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/statistics-probabilities-senior/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب آمار و احتمالات ارشد محسن طورانی</a></span></strong></span></span></h3>', 'دانلود کتاب مشاوره خانواده دکتر کیانوش زهرا کار - دکتر فروغ جعفری (PDF📁) 361 صفحه', '', 'draft', 'open', 'open', '', 'family-counseling', '', '', '2024-12-03 08:20:07', '2024-12-03 04:50:07', '', 0, 'https://activereading.xyz/?p=385', 0, 'post', '', 0),
(386, 2, '2024-12-03 08:17:14', '2024-12-03 04:47:14', '', 'کتاب مشاوره خانواده', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d9%85%d8%b4%d8%a7%d9%88%d8%b1%d9%87-%d8%ae%d8%a7%d9%86%d9%88%d8%a7%d8%af%d9%87', '', '', '2024-12-03 08:17:14', '2024-12-03 04:47:14', '', 385, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-مشاوره-خانواده.jpg', 0, 'attachment', 'image/jpeg', 0),
(388, 2, '2024-12-03 08:19:58', '2024-12-03 04:49:58', '', 'دانلود کتاب مشاوره خانواده دکتر کیانوش زهرا کار - دکتر فروغ جعفری (PDF📁) 361 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d9%85%d8%b4%d8%a7%d9%88%d8%b1%d9%87-%d8%ae%d8%a7%d9%86%d9%88%d8%a7%d8%af%d9%87-%d8%af%da%a9%d8%aa%d8%b1-%da%a9%db%8c%d8%a7%d9%86%d9%88', '', '', '2024-12-03 08:19:58', '2024-12-03 04:49:58', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=388', 0, 'download', '', 0),
(390, 2, '2024-12-03 08:35:04', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/familiarity-with-architecture-world/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب آشنایی با معماری جهان محمد ابراهیم زارعی</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/physics-1/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب زیر ذره بین فیزیک 1 رشته تجربی کاپ</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/why-the-present-someone/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب چرا تا به حال کسی این ها را به من نگفته بود جولی اسمیت</a></span></strong></span></span></h3>', 'دانلود کتاب اصول  و فنون پرستاری پوتروپری طاهره نجفی قرلجه صدیقه سالمی (PDF📁) 1336 صفحه', '', 'draft', 'open', 'open', '', 'principles-techniques-potropary-nursing', '', '', '2024-12-03 08:35:04', '2024-12-03 05:05:04', '', 0, 'https://activereading.xyz/?p=390', 0, 'post', '', 0),
(391, 2, '2024-12-03 08:29:43', '2024-12-03 04:59:43', '', 'کتاب اصول و فنون پرستاری پوتروپری', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%a7%d8%b5%d9%88%d9%84-%d9%88-%d9%81%d9%86%d9%88%d9%86-%d9%be%d8%b1%d8%b3%d8%aa%d8%a7%d8%b1%db%8c-%d9%be%d9%88%d8%aa%d8%b1%d9%88%d9%be%d8%b1%db%8c', '', '', '2024-12-03 08:29:43', '2024-12-03 04:59:43', '', 390, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-اصول-و-فنون-پرستاری-پوتروپری.jpg', 0, 'attachment', 'image/jpeg', 0),
(393, 2, '2024-12-03 08:34:56', '2024-12-03 05:04:56', '', 'دانلود کتاب اصول  و فنون پرستاری پوتروپری طاهره نجفی قرلجه صدیقه سالمی (PDF📁) 1336 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%a7%d8%b5%d9%88%d9%84-%d9%88-%d9%81%d9%86%d9%88%d9%86-%d9%be%d8%b1%d8%b3%d8%aa%d8%a7%d8%b1%db%8c-%d9%be%d9%88%d8%aa%d8%b1%d9%88%d9%be', '', '', '2024-12-03 08:34:56', '2024-12-03 05:04:56', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=393', 0, 'download', '', 0),
(395, 2, '2024-12-03 08:56:51', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/godless-religious-builders/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب دین سازان بی خدا دکتر مسعود انصاری</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/modifying-modifying-behavior-modifiers/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب روش های اصلاح و تغییر رفتار کودکان علی مصطفایی</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/history-jahangoshay-juwayni/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب تاریخ جهانگشای جوینی دکتر احمد خاتمی</a></span></strong></span></span></h3>', 'دانلود کتاب ایکیگای هکتور گارسیا و فرانسیس میرالس امیرحسین تقیلوو میثم کلانتری (PDF📁) 292 صفحه', '', 'draft', 'open', 'open', '', 'ikigai', '', '', '2024-12-03 08:56:51', '2024-12-03 05:26:51', '', 0, 'https://activereading.xyz/?p=395', 0, 'post', '', 0),
(396, 2, '2024-12-03 08:52:15', '2024-12-03 05:22:15', '', 'کتاب ایکیگای', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%a7%db%8c%da%a9%db%8c%da%af%d8%a7%db%8c', '', '', '2024-12-03 08:52:15', '2024-12-03 05:22:15', '', 395, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-ایکیگای.jpg', 0, 'attachment', 'image/jpeg', 0),
(398, 2, '2024-12-03 08:56:43', '2024-12-03 05:26:43', '', 'دانلود کتاب ایکیگای هکتور گارسیا و فرانسیس میرالس امیرحسین تقیلوو میثم کلانتری (PDF📁) 292 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%a7%db%8c%da%a9%db%8c%da%af%d8%a7%db%8c-%d9%87%da%a9%d8%aa%d9%88%d8%b1-%da%af%d8%a7%d8%b1%d8%b3%db%8c%d8%a7-%d9%88-%d9%81%d8%b1%d8%a7', '', '', '2024-12-03 08:56:43', '2024-12-03 05:26:43', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=398', 0, 'download', '', 0),
(400, 2, '2024-12-04 08:11:50', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/intelligence-et-formula-1/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب هوش ای تی فرمول 1 گامی تا فرزانگان</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/foundations-concepts-architecture/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب مبانی و مفاهیم در معماری معاصر غرب وحید قبادیان</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/apple-green-physiology-1/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب سیب سبز فیزیولوژی 1</a></span></strong></span></span></h3>', 'دانلود فوری کتاب مروری جامع بر حسابداری مالی 2 ایرج نوروش 615 صفحه', '', 'draft', 'open', 'open', '', 'comprehensive-overview-financial-accounting', '', '', '2024-12-04 08:11:50', '2024-12-04 04:41:50', '', 0, 'https://activereading.xyz/?p=400', 0, 'post', '', 0),
(401, 2, '2024-12-04 08:05:47', '2024-12-04 04:35:47', '', 'کتاب مروری جامع بر حسابداری مالی 2', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d9%85%d8%b1%d9%88%d8%b1%db%8c-%d8%ac%d8%a7%d9%85%d8%b9-%d8%a8%d8%b1-%d8%ad%d8%b3%d8%a7%d8%a8%d8%af%d8%a7%d8%b1%db%8c-%d9%85%d8%a7%d9%84%db%8c-2', '', '', '2024-12-04 08:05:47', '2024-12-04 04:35:47', '', 400, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-مروری-جامع-بر-حسابداری-مالی-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(403, 2, '2024-12-04 08:11:43', '2024-12-04 04:41:43', '', 'دانلود فوری کتاب مروری جامع بر حسابداری مالی 2 ایرج نوروش 615 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%d9%81%d9%88%d8%b1%db%8c-%da%a9%d8%aa%d8%a7%d8%a8-%d9%85%d8%b1%d9%88%d8%b1%db%8c-%d8%ac%d8%a7%d9%85%d8%b9-%d8%a8%d8%b1-%d8%ad%d8%b3%d8%a7%d8%a8%d8%af%d8%a7%d8%b1', '', '', '2024-12-04 08:11:43', '2024-12-04 04:41:43', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=403', 0, 'download', '', 0),
(406, 2, '2024-12-04 08:28:35', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/memoirs-murderer/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب خاطرات یک آدم کش کیم یونگ ها ترجمه خاطره کرد کریمی </a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/history-jahangoshay-juwayni/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب تاریخ جهانگشای جوینی دکتر احمد خاتمی</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/educational-evaluation/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب ارزشیابی آموزشی دکتر عباس بازرگان</a></span></strong></span></span></h3>', 'دانلود کتاب استراتژی اقیانوس آبی دبلیو چان کیم (PDF📁) 287 صفحه', '', 'draft', 'open', 'open', '', 'blue-ocean-strategy', '', '', '2024-12-04 08:28:35', '2024-12-04 04:58:35', '', 0, 'https://activereading.xyz/?p=406', 0, 'post', '', 0),
(407, 2, '2024-12-04 08:22:08', '2024-12-04 04:52:08', '', 'کتاب استراتژی اقیانوس آبی', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%a7%d8%b3%d8%aa%d8%b1%d8%a7%d8%aa%da%98%db%8c-%d8%a7%d9%82%db%8c%d8%a7%d9%86%d9%88%d8%b3-%d8%a2%d8%a8%db%8c', '', '', '2024-12-04 08:22:08', '2024-12-04 04:52:08', '', 406, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-استراتژی-اقیانوس-آبی.jpg', 0, 'attachment', 'image/jpeg', 0),
(409, 2, '2024-12-04 08:28:24', '2024-12-04 04:58:24', '', 'دانلود کتاب استراتژی اقیانوس آبی دبلیو چان کیم (PDF📁) 287 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%a7%d8%b3%d8%aa%d8%b1%d8%a7%d8%aa%da%98%db%8c-%d8%a7%d9%82%db%8c%d8%a7%d9%86%d9%88%d8%b3-%d8%a2%d8%a8%db%8c-%d8%af%d8%a8%d9%84%db%8c', '', '', '2024-12-04 08:28:24', '2024-12-04 04:58:24', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=409', 0, 'download', '', 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
(411, 2, '2024-12-04 08:49:45', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/programming/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب برنامه نویسی به زبان c++ جعفر نژاد قمی</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/psychology-education-exceptional-children/\" target=\"_blank\" rel=\"noopener\">کتاب روانشناسی و آموزش کودکان استثنایی فاطمه قاسملو</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/education-training-adaptive/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب آموزش و پرورش تطبیقی بهرام محسن پور</a></span></strong></span></span></h3>', 'دانلود کتاب روانشناسی یادگیری دکتر پروین کدیور (PDF📁) 347 صفحه', '', 'draft', 'open', 'open', '', 'psychology-learning', '', '', '2024-12-04 08:49:45', '2024-12-04 05:19:45', '', 0, 'https://activereading.xyz/?p=411', 0, 'post', '', 0),
(412, 2, '2024-12-04 08:45:41', '2024-12-04 05:15:41', '', 'کتاب روانشناسی یادگیری', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%b1%d9%88%d8%a7%d9%86%d8%b4%d9%86%d8%a7%d8%b3%db%8c-%db%8c%d8%a7%d8%af%da%af%db%8c%d8%b1%db%8c', '', '', '2024-12-04 08:45:41', '2024-12-04 05:15:41', '', 411, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-روانشناسی-یادگیری.jpg', 0, 'attachment', 'image/jpeg', 0),
(414, 2, '2024-12-04 08:49:37', '2024-12-04 05:19:37', '', 'دانلود کتاب روانشناسی یادگیری دکتر پروین کدیور (PDF📁) 347 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%b1%d9%88%d8%a7%d9%86%d8%b4%d9%86%d8%a7%d8%b3%db%8c-%db%8c%d8%a7%d8%af%da%af%db%8c%d8%b1%db%8c-%d8%af%da%a9%d8%aa%d8%b1-%d9%be%d8%b1', '', '', '2024-12-04 08:49:37', '2024-12-04 05:19:37', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=414', 0, 'download', '', 0),
(582, 2, '2024-12-11 15:50:13', '2024-12-11 12:20:13', '', 'کتاب محشای قانون مجازات اسلامی', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d9%85%d8%ad%d8%b4%d8%a7%db%8c-%d9%82%d8%a7%d9%86%d9%88%d9%86-%d9%85%d8%ac%d8%a7%d8%b2%d8%a7%d8%aa-%d8%a7%d8%b3%d9%84%d8%a7%d9%85%db%8c', '', '', '2024-12-11 15:50:13', '2024-12-11 12:20:13', '', 581, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-محشای-قانون-مجازات-اسلامی.jpg', 0, 'attachment', 'image/jpeg', 0),
(417, 2, '2024-12-04 10:27:09', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/start-game-chess/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب تئوری شروع بازی شطرنج عباس لطفی</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/principles-science-economics/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب اصول علم اقتصاد جلد اول مرتضی محمد خان</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/culture-contemporary-dynamic/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب فرهنگ معاصر پویا محمدرضا باطنی</a></span></strong></span></span></h3>', 'دانلود کتاب مهارت های آموزشی و پرورشی جلد اول دکتر حسن شعبانی (PDF📁) 436 صفحه', '', 'draft', 'open', 'open', '', 'educational-nurturing-skills', '', '', '2024-12-04 10:27:09', '2024-12-04 06:57:09', '', 0, 'https://activereading.xyz/?p=417', 0, 'post', '', 0),
(418, 2, '2024-12-04 10:24:18', '2024-12-04 06:54:18', '', 'کتاب مهارت های آموزشی و پرورشی جلد اول', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d9%85%d9%87%d8%a7%d8%b1%d8%aa-%d9%87%d8%a7%db%8c-%d8%a2%d9%85%d9%88%d8%b2%d8%b4%db%8c-%d9%88-%d9%be%d8%b1%d9%88%d8%b1%d8%b4%db%8c-%d8%ac%d9%84%d8%af-%d8%a7%d9%88%d9%84', '', '', '2024-12-04 10:24:18', '2024-12-04 06:54:18', '', 417, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-مهارت-های-آموزشی-و-پرورشی-جلد-اول.jpg', 0, 'attachment', 'image/jpeg', 0),
(420, 2, '2024-12-04 10:27:02', '2024-12-04 06:57:02', '', 'دانلود کتاب مهارت های آموزشی و پرورشی جلد اول دکتر حسن شعبانی (PDF📁) 436 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d9%85%d9%87%d8%a7%d8%b1%d8%aa-%d9%87%d8%a7%db%8c-%d8%a2%d9%85%d9%88%d8%b2%d8%b4%db%8c-%d9%88-%d9%be%d8%b1%d9%88%d8%b1%d8%b4%db%8c-%d8%ac', '', '', '2024-12-04 10:27:02', '2024-12-04 06:57:02', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=420', 0, 'download', '', 0),
(422, 2, '2024-12-04 10:50:06', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/mahshay-law-punishment/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب محشای قانون مجازات اسلامی دکتر ایرج گلدوزیان </a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/wave-test-geometry/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب موج آزمون هندسه</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/mathematics-its-application/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب ریاضیات و کاربرد آن مدیریت و حسابداری هادی رنجبران</a></span></strong></span></span></h3>', 'دانلود کتاب روان شناسی کار فاطمه پور شهسواری (PDF📁) 262 صفحه', '', 'draft', 'open', 'open', '', 'psychology-work', '', '', '2024-12-04 10:50:06', '2024-12-04 07:20:06', '', 0, 'https://activereading.xyz/?p=422', 0, 'post', '', 0),
(423, 2, '2024-12-04 10:44:19', '2024-12-04 07:14:19', '', 'کتاب روان شناسی کار', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%b1%d9%88%d8%a7%d9%86-%d8%b4%d9%86%d8%a7%d8%b3%db%8c-%da%a9%d8%a7%d8%b1', '', '', '2024-12-04 10:44:19', '2024-12-04 07:14:19', '', 422, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-روان-شناسی-کار.jpg', 0, 'attachment', 'image/jpeg', 0),
(425, 2, '2024-12-04 10:49:59', '2024-12-04 07:19:59', '', 'دانلود کتاب روان شناسی کار فاطمه پور شهسواری (PDF📁) 262 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%b1%d9%88%d8%a7%d9%86-%d8%b4%d9%86%d8%a7%d8%b3%db%8c-%da%a9%d8%a7%d8%b1-%d9%81%d8%a7%d8%b7%d9%85%d9%87-%d9%be%d9%88%d8%b1-%d8%b4%d9%87', '', '', '2024-12-04 10:49:59', '2024-12-04 07:19:59', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=425', 0, 'download', '', 0),
(427, 2, '2024-12-04 11:18:51', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/childrens-literature/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب ادبیات کودکان طاهره جعفر قلیان</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/micro-economy-1/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب اقتصاد خرد 1 یگانه موسوی جهرمی</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/accounting-advanced-1/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب حسابداری پیشرفته 1 جمشید اسکندری</a></span></strong></span></span></h3>', 'دانلود کتاب حجاب شرعی در عصر پیامبر امیر ترکاشوند (PDF📁) 1019 صفحه', '', 'draft', 'open', 'open', '', 'hijab-sharia-prophets-era', '', '', '2024-12-04 11:18:51', '2024-12-04 07:48:51', '', 0, 'https://activereading.xyz/?p=427', 0, 'post', '', 0),
(428, 2, '2024-12-04 11:14:47', '2024-12-04 07:44:47', '', 'کتاب حجاب شرعی در عصر پیامبر', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%ad%d8%ac%d8%a7%d8%a8-%d8%b4%d8%b1%d8%b9%db%8c-%d8%af%d8%b1-%d8%b9%d8%b5%d8%b1-%d9%be%db%8c%d8%a7%d9%85%d8%a8%d8%b1', '', '', '2024-12-04 11:14:47', '2024-12-04 07:44:47', '', 427, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-حجاب-شرعی-در-عصر-پیامبر.jpg', 0, 'attachment', 'image/jpeg', 0),
(430, 2, '2024-12-04 11:18:44', '2024-12-04 07:48:44', '', 'دانلود کتاب حجاب شرعی در عصر پیامبر امیر ترکاشوند (PDF📁) 1019 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%ad%d8%ac%d8%a7%d8%a8-%d8%b4%d8%b1%d8%b9%db%8c-%d8%af%d8%b1-%d8%b9%d8%b5%d8%b1-%d9%be%db%8c%d8%a7%d9%85%d8%a8%d8%b1-%d8%a7%d9%85%db%8c', '', '', '2024-12-04 11:18:44', '2024-12-04 07:48:44', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=430', 0, 'download', '', 0),
(432, 2, '2024-12-04 21:48:08', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/start-game-chess/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب تئوری شروع بازی شطرنج عباس لطفی</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/fall-paradise/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب سقوط بهشت خاندان پهلوی و آخرین روزهای ایران شاهنشاهی</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/culture-contemporary-dynamic/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب فرهنگ معاصر پویا محمدرضا باطنی</a></span></strong></span></span></h3>', 'دانلود کتاب آمار توصیفی در روانشناسی و علوم تربیتی حسن امین پور (PDF📁) 106 صفحه', '', 'draft', 'open', 'open', '', 'statistics-descriptive-psychology', '', '', '2024-12-04 21:48:08', '2024-12-04 18:18:08', '', 0, 'https://activereading.xyz/?p=432', 0, 'post', '', 0),
(433, 2, '2024-12-04 21:43:48', '2024-12-04 18:13:48', '', 'کتاب آمار توصیفی در روانشناسی و علوم تربیتی', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%a2%d9%85%d8%a7%d8%b1-%d8%aa%d9%88%d8%b5%db%8c%d9%81%db%8c-%d8%af%d8%b1-%d8%b1%d9%88%d8%a7%d9%86%d8%b4%d9%86%d8%a7%d8%b3%db%8c-%d9%88-%d8%b9%d9%84%d9%88%d9%85-%d8%aa%d8%b1', '', '', '2024-12-04 21:43:48', '2024-12-04 18:13:48', '', 432, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-آمار-توصیفی-در-روانشناسی-و-علوم-تربیتی.jpg', 0, 'attachment', 'image/jpeg', 0),
(435, 2, '2024-12-04 21:47:56', '2024-12-04 18:17:56', '', 'دانلود کتاب آمار توصیفی در روانشناسی و علوم تربیتی حسن امین پور (PDF📁) 106 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%a2%d9%85%d8%a7%d8%b1-%d8%aa%d9%88%d8%b5%db%8c%d9%81%db%8c-%d8%af%d8%b1-%d8%b1%d9%88%d8%a7%d9%86%d8%b4%d9%86%d8%a7%d8%b3%db%8c-%d9%88', '', '', '2024-12-04 21:47:56', '2024-12-04 18:17:56', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=435', 0, 'download', '', 0),
(437, 2, '2024-12-04 22:04:14', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/history-psychology-modern/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب تاریخ روانشناسی نوین علی اکبر سیف</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/about-meaning-life/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب درباره معنی زندگی شهاب الدین عباسی</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/design-steel-structures/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب طراحی سازه های فولادی به روش حالات حدی و مقاومت مجاز مجتبی ازهری</a></span></strong></span></span></h3>', 'دانلود فوری کتاب قلمرو خار و رز جلد اول بخش اول سارا جی. ماس 508 صفحه', '', 'draft', 'open', 'open', '', 'realm-thorn-rose', '', '', '2024-12-04 22:04:14', '2024-12-04 18:34:14', '', 0, 'https://activereading.xyz/?p=437', 0, 'post', '', 0),
(438, 2, '2024-12-04 21:58:13', '2024-12-04 18:28:13', '', 'کتاب قلمرو خار و رز جلد اول بخش اول', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d9%82%d9%84%d9%85%d8%b1%d9%88-%d8%ae%d8%a7%d8%b1-%d9%88-%d8%b1%d8%b2-%d8%ac%d9%84%d8%af-%d8%a7%d9%88%d9%84-%d8%a8%d8%ae%d8%b4-%d8%a7%d9%88%d9%84', '', '', '2024-12-04 21:58:13', '2024-12-04 18:28:13', '', 437, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-قلمرو-خار-و-رز-جلد-اول-بخش-اول.jpg', 0, 'attachment', 'image/jpeg', 0),
(440, 2, '2024-12-04 22:04:07', '2024-12-04 18:34:07', '', 'دانلود فوری کتاب قلمرو خار و رز جلد اول بخش اول سارا جی. ماس 508 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%d9%81%d9%88%d8%b1%db%8c-%da%a9%d8%aa%d8%a7%d8%a8-%d9%82%d9%84%d9%85%d8%b1%d9%88-%d8%ae%d8%a7%d8%b1-%d9%88-%d8%b1%d8%b2-%d8%ac%d9%84%d8%af-%d8%a7%d9%88%d9%84', '', '', '2024-12-04 22:04:07', '2024-12-04 18:34:07', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=440', 0, 'download', '', 0),
(442, 2, '2024-12-04 22:30:02', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/understanding-receiving-music/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب درک و دریافت موسیقی راجر کیمی ین</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/forgetfulness-freemasonry-iran/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب فراموشخانه و فراماسونری در ایران اسماعیل رائین جلد اول</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/principles-techniques-potropary-nursing/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب اصول و فنون پرستاری پوتروپری طاهره نجفی قرلجه صدیقه سالمی</a></span></strong></span></span></h3>', 'دانلود کتاب گرامر انگلیسی نوین (PDF📁) 333 صفحه', '', 'draft', 'open', 'open', '', 'grammar-english-modern', '', '', '2024-12-04 22:30:02', '2024-12-04 19:00:02', '', 0, 'https://activereading.xyz/?p=442', 0, 'post', '', 0),
(443, 2, '2024-12-04 22:26:33', '2024-12-04 18:56:33', '', 'کتاب گرامر انگلیسی نوین', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%da%af%d8%b1%d8%a7%d9%85%d8%b1-%d8%a7%d9%86%da%af%d9%84%db%8c%d8%b3%db%8c-%d9%86%d9%88%db%8c%d9%86', '', '', '2024-12-04 22:26:33', '2024-12-04 18:56:33', '', 442, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-گرامر-انگلیسی-نوین.jpg', 0, 'attachment', 'image/jpeg', 0),
(445, 2, '2024-12-04 22:29:54', '2024-12-04 18:59:54', '', 'دانلود فوری کتاب گرامر انگلیسی نوین 333 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%d9%81%d9%88%d8%b1%db%8c-%da%a9%d8%aa%d8%a7%d8%a8-%da%af%d8%b1%d8%a7%d9%85%d8%b1-%d8%a7%d9%86%da%af%d9%84%db%8c%d8%b3%db%8c-%d9%86%d9%88%db%8c%d9%86-333-%d8%b5', '', '', '2024-12-04 22:29:54', '2024-12-04 18:59:54', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=445', 0, 'download', '', 0),
(447, 2, '2024-12-04 22:53:29', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/i-am-poison-here-you-go/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب سم هستم بفرمایید ندا بهرامی نژاد</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/specialized-language-computer-major/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب زبان تخصصی (رشته کامپیوتر) مهدی یوسف خانی، سید ناصر آیت، احمد فراهی</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/the-perfect-trader/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب معامله گر کامل</a></span></strong></span></span></h3>', 'دانلود فوری کتاب زنانی که با گرگها می دوند کلاریسا پینکولا استس 521 صفحه', '', 'draft', 'open', 'open', '', 'women-who-run-wolves', '', '', '2024-12-04 22:53:29', '2024-12-04 19:23:29', '', 0, 'https://activereading.xyz/?p=447', 0, 'post', '', 0),
(448, 2, '2024-12-04 22:47:03', '2024-12-04 19:17:03', '', 'کتاب زنانی که با گرگها می دوند', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%b2%d9%86%d8%a7%d9%86%db%8c-%da%a9%d9%87-%d8%a8%d8%a7-%da%af%d8%b1%da%af%d9%87%d8%a7-%d9%85%db%8c-%d8%af%d9%88%d9%86%d8%af', '', '', '2024-12-04 22:47:03', '2024-12-04 19:17:03', '', 447, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-زنانی-که-با-گرگها-می-دوند.jpg', 0, 'attachment', 'image/jpeg', 0),
(450, 2, '2024-12-04 22:53:23', '2024-12-04 19:23:23', '', 'دانلود فوری کتاب زنانی که با گرگها می دوند کلاریسا پینکولا استس 521 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%d9%81%d9%88%d8%b1%db%8c-%da%a9%d8%aa%d8%a7%d8%a8-%d8%b2%d9%86%d8%a7%d9%86%db%8c-%da%a9%d9%87-%d8%a8%d8%a7-%da%af%d8%b1%da%af%d9%87%d8%a7-%d9%85%db%8c-%d8%af%d9%88', '', '', '2024-12-04 22:53:23', '2024-12-04 19:23:23', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=450', 0, 'download', '', 0),
(452, 2, '2024-12-05 12:43:00', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/mahshay-law-punishment/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب محشای قانون مجازات اسلامی دکتر ایرج گلدوزیان </a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/wave-test-geometry/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب موج آزمون هندسه</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/psycho-criminal/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب روانشناسی جنایی دکتر پریرخ دادستان</a></span></strong></span></span></h3>', 'دانلود کتاب واقعیت هانس رزلینگ (PDF📁) 330 صفحه', '', 'draft', 'open', 'open', '', 'fact', '', '', '2024-12-05 12:43:00', '2024-12-05 09:13:00', '', 0, 'https://activereading.xyz/?p=452', 0, 'post', '', 0),
(453, 2, '2024-12-05 12:39:45', '2024-12-05 09:09:45', '', 'کتاب واقعیت', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d9%88%d8%a7%d9%82%d8%b9%db%8c%d8%aa', '', '', '2024-12-05 12:39:45', '2024-12-05 09:09:45', '', 452, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-واقعیت.jpg', 0, 'attachment', 'image/jpeg', 0),
(455, 2, '2024-12-05 12:42:52', '2024-12-05 09:12:52', '', 'دانلود کتاب واقعیت هانس رزلینگ (PDF📁) 330 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d9%88%d8%a7%d9%82%d8%b9%db%8c%d8%aa-%d9%87%d8%a7%d9%86%d8%b3-%d8%b1%d8%b2%d9%84%db%8c%d9%86%da%af-pdf%f0%9f%93%81-330-%d8%b5%d9%81', '', '', '2024-12-05 12:42:52', '2024-12-05 09:12:52', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=455', 0, 'download', '', 0),
(457, 2, '2024-12-05 13:00:38', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/history-psychology-modern/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب تاریخ روانشناسی نوین علی اکبر سیف</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/about-meaning-life/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب درباره معنی زندگی شهاب الدین عباسی</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/psychopathology/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب آسیب شناسی روانی بر اساس DSM-5 2 مهدی گنجی</a></span></strong></span></span></h3>', 'دانلود فوری کتاب عربی جامع نظام جدید دکتر ایاد فیلی 379 صفحه', '', 'draft', 'open', 'open', '', 'arabic-jami', '', '', '2024-12-05 13:00:38', '2024-12-05 09:30:38', '', 0, 'https://activereading.xyz/?p=457', 0, 'post', '', 0),
(458, 2, '2024-12-05 12:54:08', '2024-12-05 09:24:08', '', 'کتاب عربی جامع نظام جدید', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%b9%d8%b1%d8%a8%db%8c-%d8%ac%d8%a7%d9%85%d8%b9-%d9%86%d8%b8%d8%a7%d9%85-%d8%ac%d8%af%db%8c%d8%af', '', '', '2024-12-05 12:54:08', '2024-12-05 09:24:08', '', 457, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-عربی-جامع-نظام-جدید.jpg', 0, 'attachment', 'image/jpeg', 0),
(460, 2, '2024-12-05 13:00:30', '2024-12-05 09:30:30', '', 'دانلود فوری کتاب عربی جامع نظام جدید دکتر ایاد فیلی 379 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%d9%81%d9%88%d8%b1%db%8c-%da%a9%d8%aa%d8%a7%d8%a8-%d8%b9%d8%b1%d8%a8%db%8c-%d8%ac%d8%a7%d9%85%d8%b9-%d9%86%d8%b8%d8%a7%d9%85-%d8%ac%d8%af%db%8c%d8%af-%d8%af%da%a9', '', '', '2024-12-05 13:00:30', '2024-12-05 09:30:30', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=460', 0, 'download', '', 0),
(462, 2, '2024-12-05 13:25:38', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/childrens-literature/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب ادبیات کودکان طاهره جعفر قلیان</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/hi-mental-disorders/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب اختلال های روانی و هیجانی دکتر علی مصطفائی</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/accounting-advanced-1/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب حسابداری پیشرفته 1 جمشید اسکندری</a></span></strong></span></span></h3>', 'دانلود کتاب مهارت های آموزشی و پرورشی جلد دوم دکتر حسن شعبانی (PDF📁) 337 صفحه', '', 'draft', 'open', 'open', '', 'training-skills-training', '', '', '2024-12-05 13:25:38', '2024-12-05 09:55:38', '', 0, 'https://activereading.xyz/?p=462', 0, 'post', '', 0),
(463, 2, '2024-12-05 13:22:41', '2024-12-05 09:52:41', '', 'کتاب مهارت های آموزشی و پرورشی جلد دوم', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d9%85%d9%87%d8%a7%d8%b1%d8%aa-%d9%87%d8%a7%db%8c-%d8%a2%d9%85%d9%88%d8%b2%d8%b4%db%8c-%d9%88-%d9%be%d8%b1%d9%88%d8%b1%d8%b4%db%8c-%d8%ac%d9%84%d8%af-%d8%af%d9%88%d9%85', '', '', '2024-12-05 13:22:41', '2024-12-05 09:52:41', '', 462, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-مهارت-های-آموزشی-و-پرورشی-جلد-دوم.jpg', 0, 'attachment', 'image/jpeg', 0),
(465, 2, '2024-12-05 13:25:30', '2024-12-05 09:55:30', '', 'دانلود کتاب مهارت های آموزشی و پرورشی جلد دوم دکتر حسن شعبانی (PDF📁) 337 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d9%85%d9%87%d8%a7%d8%b1%d8%aa-%d9%87%d8%a7%db%8c-%d8%a2%d9%85%d9%88%d8%b2%d8%b4%db%8c-%d9%88-%d9%be%d8%b1%d9%88%d8%b1%d8%b4%db%8c-2', '', '', '2024-12-05 13:25:30', '2024-12-05 09:55:30', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=465', 0, 'download', '', 0),
(467, 2, '2024-12-05 15:06:27', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/familiarity-with-constitution-law/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب آشنایی با قانون اساسی جمهوری اسلامی ایران مهدی نظرپور</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/money/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب پول: ۷ قدم تا رسیدن به آزادی مالی آنتونی رابینز</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/statistics-probabilities-senior/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب آمار و احتمالات ارشد محسن طورانی</a></span></strong></span></span></h3>', 'دانلود کتاب روان درمانی اگزیستانسیال یالوم (PDF📁) 672 صفحه', '', 'draft', 'open', 'open', '', 'psychotherapy-existential', '', '', '2024-12-05 15:06:27', '2024-12-05 11:36:27', '', 0, 'https://activereading.xyz/?p=467', 0, 'post', '', 0),
(468, 2, '2024-12-05 14:52:11', '2024-12-05 11:22:11', '', 'کتاب روان درمانی اگزیستانسیال', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%b1%d9%88%d8%a7%d9%86-%d8%af%d8%b1%d9%85%d8%a7%d9%86%db%8c-%d8%a7%da%af%d8%b2%db%8c%d8%b3%d8%aa%d8%a7%d9%86%d8%b3%db%8c%d8%a7%d9%84', '', '', '2024-12-05 14:52:11', '2024-12-05 11:22:11', '', 467, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-روان-درمانی-اگزیستانسیال.jpg', 0, 'attachment', 'image/jpeg', 0),
(470, 2, '2024-12-05 15:06:21', '2024-12-05 11:36:21', '', 'دانلود کتاب روان درمانی اگزیستانسیال یالوم (PDF📁) 672 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%b1%d9%88%d8%a7%d9%86-%d8%af%d8%b1%d9%85%d8%a7%d9%86%db%8c-%d8%a7%da%af%d8%b2%db%8c%d8%b3%d8%aa%d8%a7%d9%86%d8%b3%db%8c%d8%a7%d9%84', '', '', '2024-12-05 15:06:21', '2024-12-05 11:36:21', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=470', 0, 'download', '', 0),
(472, 2, '2024-12-07 13:10:53', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/start-game-chess/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب تئوری شروع بازی شطرنج عباس لطفی</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/fall-paradise/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب سقوط بهشت خاندان پهلوی و آخرین روزهای ایران شاهنشاهی</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/culture-contemporary-dynamic/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب فرهنگ معاصر پویا محمدرضا باطنی</a></span></strong></span></span></h3>', 'دانلود کتاب تاریخ جهانگشای جوینی دکتر احمد خاتمی (PDF📁) 559 صفحه', '', 'draft', 'open', 'open', '', 'history-jahangoshay-juwayni', '', '', '2024-12-07 13:10:53', '2024-12-07 09:40:53', '', 0, 'https://activereading.xyz/?p=472', 0, 'post', '', 0),
(473, 2, '2024-12-07 13:04:43', '2024-12-07 09:34:43', '', 'کتاب تاریخ جهانگشای جوینی', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%aa%d8%a7%d8%b1%db%8c%d8%ae-%d8%ac%d9%87%d8%a7%d9%86%da%af%d8%b4%d8%a7%db%8c-%d8%ac%d9%88%db%8c%d9%86%db%8c', '', '', '2024-12-07 13:04:43', '2024-12-07 09:34:43', '', 472, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-تاریخ-جهانگشای-جوینی.jpg', 0, 'attachment', 'image/jpeg', 0),
(475, 2, '2024-12-07 13:10:45', '2024-12-07 09:40:45', '', 'دانلود کتاب تاریخ جهانگشای جوینی دکتر احمد خاتمی (PDF📁) 559 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%aa%d8%a7%d8%b1%db%8c%d8%ae-%d8%ac%d9%87%d8%a7%d9%86%da%af%d8%b4%d8%a7%db%8c-%d8%ac%d9%88%db%8c%d9%86%db%8c-%d8%af%da%a9%d8%aa%d8%b1', '', '', '2024-12-07 13:10:45', '2024-12-07 09:40:45', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=475', 0, 'download', '', 0),
(477, 2, '2024-12-07 13:35:08', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/familiarity-with-constitution-law/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب آشنایی با قانون اساسی جمهوری اسلامی ایران مهدی نظرپور</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/money/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب پول: ۷ قدم تا رسیدن به آزادی مالی آنتونی رابینز</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/statistics-probabilities-senior/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب آمار و احتمالات ارشد محسن طورانی</a></span></strong></span></span></h3>', 'دانلود کتاب آموزش مشاور املاک به شیوه شزوما محمدرضا شایگان (PDF📁) 49 صفحه', '', 'draft', 'open', 'open', '', 'training-real-estate-consultant', '', '', '2024-12-07 13:35:08', '2024-12-07 10:05:08', '', 0, 'https://activereading.xyz/?p=477', 0, 'post', '', 0),
(478, 2, '2024-12-07 13:22:18', '2024-12-07 09:52:18', '', 'آموزش مشاور املاک به شیوه شزوما', '', 'inherit', 'open', 'closed', '', '%d8%a2%d9%85%d9%88%d8%b2%d8%b4-%d9%85%d8%b4%d8%a7%d9%88%d8%b1-%d8%a7%d9%85%d9%84%d8%a7%da%a9-%d8%a8%d9%87-%d8%b4%db%8c%d9%88%d9%87-%d8%b4%d8%b2%d9%88%d9%85%d8%a7', '', '', '2024-12-07 13:22:18', '2024-12-07 09:52:18', '', 477, 'https://activereading.xyz/wp-content/uploads/2024/12/آموزش-مشاور-املاک-به-شیوه-شزوما.jpg', 0, 'attachment', 'image/jpeg', 0),
(480, 2, '2024-12-07 13:31:26', '2024-12-07 10:01:26', '', 'کتاب آموزش مشاور املاک به شیوه شزوما', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%a2%d9%85%d9%88%d8%b2%d8%b4-%d9%85%d8%b4%d8%a7%d9%88%d8%b1-%d8%a7%d9%85%d9%84%d8%a7%da%a9-%d8%a8%d9%87-%d8%b4%db%8c%d9%88%d9%87-%d8%b4%d8%b2%d9%88%d9%85%d8%a7', '', '', '2024-12-07 13:31:26', '2024-12-07 10:01:26', '', 477, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-آموزش-مشاور-املاک-به-شیوه-شزوما.jpg', 0, 'attachment', 'image/jpeg', 0),
(481, 2, '2024-12-07 13:34:59', '2024-12-07 10:04:59', '', 'دانلود کتاب آموزش مشاور املاک به شیوه شزوما محمدرضا شایگان (PDF📁) 49 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%a2%d9%85%d9%88%d8%b2%d8%b4-%d9%85%d8%b4%d8%a7%d9%88%d8%b1-%d8%a7%d9%85%d9%84%d8%a7%da%a9-%d8%a8%d9%87-%d8%b4%db%8c%d9%88%d9%87-%d8%b4', '', '', '2024-12-07 13:34:59', '2024-12-07 10:04:59', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=481', 0, 'download', '', 0),
(483, 2, '2024-12-07 14:40:01', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/childrens-literature/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب ادبیات کودکان طاهره جعفر قلیان</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/hi-mental-disorders/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب اختلال های روانی و هیجانی دکتر علی مصطفائی</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/accounting-advanced-1/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب حسابداری پیشرفته 1 جمشید اسکندری</a></span></strong></span></span></h3>', 'دانلود کتاب تئوری شروع بازی شطرنج عباس لطفی (PDF📁) 478 صفحه', '', 'draft', 'open', 'open', '', 'start-game-chess', '', '', '2024-12-07 14:40:01', '2024-12-07 11:10:01', '', 0, 'https://activereading.xyz/?p=483', 0, 'post', '', 0),
(484, 2, '2024-12-07 14:31:56', '2024-12-07 11:01:56', '', 'کتاب تئوری شروع بازی شطرنج', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%aa%d8%a6%d9%88%d8%b1%db%8c-%d8%b4%d8%b1%d9%88%d8%b9-%d8%a8%d8%a7%d8%b2%db%8c-%d8%b4%d8%b7%d8%b1%d9%86%d8%ac', '', '', '2024-12-07 14:31:56', '2024-12-07 11:01:56', '', 483, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-تئوری-شروع-بازی-شطرنج.jpg', 0, 'attachment', 'image/jpeg', 0),
(486, 2, '2024-12-07 14:39:53', '2024-12-07 11:09:53', '', 'دانلود کتاب تئوری شروع بازی شطرنج عباس لطفی (PDF📁) 478 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%aa%d8%a6%d9%88%d8%b1%db%8c-%d8%b4%d8%b1%d9%88%d8%b9-%d8%a8%d8%a7%d8%b2%db%8c-%d8%b4%d8%b7%d8%b1%d9%86%d8%ac-%d8%b9%d8%a8%d8%a7%d8%b3', '', '', '2024-12-07 14:39:53', '2024-12-07 11:09:53', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=486', 0, 'download', '', 0),
(488, 2, '2024-12-07 16:29:46', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/mahshay-law-punishment/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب محشای قانون مجازات اسلامی دکتر ایرج گلدوزیان </a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/wave-test-geometry/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب موج آزمون هندسه</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/psycho-criminal/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب روانشناسی جنایی دکتر پریرخ دادستان</a></span></strong></span></span></h3>', 'دانلود کتاب آناتومی عمومی (PDF📁) 343 صفحه', '', 'draft', 'open', 'open', '', 'general-anatomy', '', '', '2024-12-07 16:29:46', '2024-12-07 12:59:46', '', 0, 'https://activereading.xyz/?p=488', 0, 'post', '', 0),
(489, 2, '2024-12-07 16:24:54', '2024-12-07 12:54:54', '', 'کتاب آناتومی عمومی', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%a2%d9%86%d8%a7%d8%aa%d9%88%d9%85%db%8c-%d8%b9%d9%85%d9%88%d9%85%db%8c', '', '', '2024-12-07 16:24:54', '2024-12-07 12:54:54', '', 488, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-آناتومی-عمومی.jpg', 0, 'attachment', 'image/jpeg', 0),
(491, 2, '2024-12-07 16:29:37', '2024-12-07 12:59:37', '', 'دانلود کتاب آناتومی عمومی (PDF📁) 343 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%a2%d9%86%d8%a7%d8%aa%d9%88%d9%85%db%8c-%d8%b9%d9%85%d9%88%d9%85%db%8c-pdf%f0%9f%93%81-343-%d8%b5%d9%81%d8%ad%d9%87', '', '', '2024-12-07 16:29:37', '2024-12-07 12:59:37', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=491', 0, 'download', '', 0),
(493, 2, '2024-12-07 16:45:46', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/history-psychology-modern/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب تاریخ روانشناسی نوین علی اکبر سیف</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/about-meaning-life/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب درباره معنی زندگی شهاب الدین عباسی</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/psychopathology/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب آسیب شناسی روانی بر اساس DSM-5 2 مهدی گنجی</a></span></strong></span></span></h3>', 'دانلود فوری کتاب بازی درمانی دکتر سیدعلی صمدی 349 صفحه', '', 'draft', 'open', 'open', '', 'play-therapy', '', '', '2024-12-07 16:45:46', '2024-12-07 13:15:46', '', 0, 'https://activereading.xyz/?p=493', 0, 'post', '', 0),
(494, 2, '2024-12-07 16:41:50', '2024-12-07 13:11:50', '', 'کتاب بازی درمانی', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%a8%d8%a7%d8%b2%db%8c-%d8%af%d8%b1%d9%85%d8%a7%d9%86%db%8c', '', '', '2024-12-07 16:41:50', '2024-12-07 13:11:50', '', 493, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-بازی-درمانی.jpg', 0, 'attachment', 'image/jpeg', 0),
(496, 2, '2024-12-07 16:45:38', '2024-12-07 13:15:38', '', 'دانلود فوری کتاب بازی درمانی دکتر سیدعلی صمدی 349 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%d9%81%d9%88%d8%b1%db%8c-%da%a9%d8%aa%d8%a7%d8%a8-%d8%a8%d8%a7%d8%b2%db%8c-%d8%af%d8%b1%d9%85%d8%a7%d9%86%db%8c-%d8%af%da%a9%d8%aa%d8%b1-%d8%b3%db%8c%d8%af%d8%b9', '', '', '2024-12-07 16:45:38', '2024-12-07 13:15:38', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=496', 0, 'download', '', 0),
(498, 2, '2024-12-08 11:22:26', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/memoirs-murderer/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب خاطرات یک آدم کش کیم یونگ ها ترجمه خاطره کرد کریمی </a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/history-jahangoshay-juwayni/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب تاریخ جهانگشای جوینی دکتر احمد خاتمی</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/educational-evaluation/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب ارزشیابی آموزشی دکتر عباس بازرگان</a></span></strong></span></span></h3>', 'دانلود کتاب روش های اصلاح و تغییر رفتار کودکان علی مصطفایی (PDF📁) 81 صفحه', '', 'draft', 'open', 'open', '', 'modifying-modifying-behavior-modifiers', '', '', '2024-12-08 11:22:26', '2024-12-08 07:52:26', '', 0, 'https://activereading.xyz/?p=498', 0, 'post', '', 0),
(499, 2, '2024-12-08 11:15:08', '2024-12-08 07:45:08', '', 'کتاب روش های اصلاح و تغییر رفتار کودکان', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%b1%d9%88%d8%b4-%d9%87%d8%a7%db%8c-%d8%a7%d8%b5%d9%84%d8%a7%d8%ad-%d9%88-%d8%aa%d8%ba%db%8c%db%8c%d8%b1-%d8%b1%d9%81%d8%aa%d8%a7%d8%b1-%da%a9%d9%88%d8%af%da%a9%d8%a7%d9%86', '', '', '2024-12-08 11:15:08', '2024-12-08 07:45:08', '', 498, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-روش-های-اصلاح-و-تغییر-رفتار-کودکان.jpg', 0, 'attachment', 'image/jpeg', 0),
(633, 2, '2024-12-15 15:42:57', '2024-12-15 12:12:57', '', 'کتاب تاریخ هنر ایران و جهان', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%aa%d8%a7%d8%b1%db%8c%d8%ae-%d9%87%d9%86%d8%b1-%d8%a7%db%8c%d8%b1%d8%a7%d9%86-%d9%88-%d8%ac%d9%87%d8%a7%d9%86', '', '', '2024-12-15 15:42:57', '2024-12-15 12:12:57', '', 632, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-تاریخ-هنر-ایران-و-جهان.jpg', 0, 'attachment', 'image/jpeg', 0),
(502, 2, '2024-12-08 11:22:18', '2024-12-08 07:52:18', '', 'دانلود کتاب روش های اصلاح و تغییر رفتار کودکان علی مصطفایی (PDF📁) 81 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%b1%d9%88%d8%b4-%d9%87%d8%a7%db%8c-%d8%a7%d8%b5%d9%84%d8%a7%d8%ad-%d9%88-%d8%aa%d8%ba%db%8c%db%8c%d8%b1-%d8%b1%d9%81%d8%aa%d8%a7%d8%b1', '', '', '2024-12-08 11:22:18', '2024-12-08 07:52:18', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=502', 0, 'download', '', 0),
(503, 2, '2024-12-08 11:18:59', '2024-12-08 07:48:59', '', 'کتاب روش های اصلاح و تغییر رفتار کودکان', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%b1%d9%88%d8%b4-%d9%87%d8%a7%db%8c-%d8%a7%d8%b5%d9%84%d8%a7%d8%ad-%d9%88-%d8%aa%d8%ba%db%8c%db%8c%d8%b1-%d8%b1%d9%81%d8%aa%d8%a7%d8%b1-%da%a9%d9%88%d8%af%da%a9%d8%a7-2', '', '', '2024-12-08 11:18:59', '2024-12-08 07:48:59', '', 498, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-روش-های-اصلاح-و-تغییر-رفتار-کودکان-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
(505, 2, '2024-12-08 12:05:57', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/introduction-e-on-property-rights/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب مقدمه ای بر حقوق مالکیت معنوی دکتر سید حسن میر حسینی</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/foundations-physics-electricity/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب مبانی فیزیک الکتریسیته و مغناطیس دیوید هالیدی</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/planning-bullet-journal-method/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب برنامه ریزی به روش بولت ژورنال رایدر کارول</a></span></strong></span></span></h3>', 'دانلود کتاب اصول علم اقتصاد جلد اول مرتضی محمد خان (PDF📁) 818 صفحه', '', 'draft', 'open', 'open', '', 'principles-science-economics', '', '', '2024-12-08 12:05:57', '2024-12-08 08:35:57', '', 0, 'https://activereading.xyz/?p=505', 0, 'post', '', 0),
(506, 2, '2024-12-08 11:32:49', '2024-12-08 08:02:49', '', 'کتاب اصول علم اقتصاد جلد اول', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%a7%d8%b5%d9%88%d9%84-%d8%b9%d9%84%d9%85-%d8%a7%d9%82%d8%aa%d8%b5%d8%a7%d8%af-%d8%ac%d9%84%d8%af-%d8%a7%d9%88%d9%84', '', '', '2024-12-08 11:32:49', '2024-12-08 08:02:49', '', 505, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-اصول-علم-اقتصاد-جلد-اول.jpg', 0, 'attachment', 'image/jpeg', 0),
(508, 2, '2024-12-08 12:05:49', '2024-12-08 08:35:49', '', 'دانلود کتاب اصول علم اقتصاد جلد اول مرتضی محمد خان (PDF📁) 818 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%a7%d8%b5%d9%88%d9%84-%d8%b9%d9%84%d9%85-%d8%a7%d9%82%d8%aa%d8%b5%d8%a7%d8%af-%d8%ac%d9%84%d8%af-%d8%a7%d9%88%d9%84-%d9%85%d8%b1%d8%aa', '', '', '2024-12-08 12:05:49', '2024-12-08 08:35:49', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=508', 0, 'download', '', 0),
(510, 2, '2024-12-08 12:20:34', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/introduction-e-on-property-rights/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب مقدمه ای بر حقوق مالکیت معنوی دکتر سید حسن میر حسینی</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/introduction-qualitative-research-methods/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب مقدمه ای بر روش های تحقیق کیفی و آمیخته عباس بازرگان</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/planning-bullet-journal-method/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب برنامه ریزی به روش بولت ژورنال رایدر کارول</a></span></strong></span></span></h3>', 'دانلود کتاب فرهنگ معاصر پویا محمدرضا باطنی (PDF📁) 1170 صفحه', '', 'draft', 'open', 'open', '', 'culture-contemporary-dynamic', '', '', '2024-12-08 12:20:34', '2024-12-08 08:50:34', '', 0, 'https://activereading.xyz/?p=510', 0, 'post', '', 0),
(511, 2, '2024-12-08 12:15:13', '2024-12-08 08:45:13', '', 'کتاب فرهنگ معاصر پویا', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d9%81%d8%b1%d9%87%d9%86%da%af-%d9%85%d8%b9%d8%a7%d8%b5%d8%b1-%d9%be%d9%88%db%8c%d8%a7', '', '', '2024-12-08 12:15:13', '2024-12-08 08:45:13', '', 510, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-فرهنگ-معاصر-پویا.jpg', 0, 'attachment', 'image/jpeg', 0),
(513, 2, '2024-12-08 12:20:27', '2024-12-08 08:50:27', '', 'دانلود کتاب فرهنگ معاصر پویا محمدرضا باطنی (PDF📁) 1170 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d9%81%d8%b1%d9%87%d9%86%da%af-%d9%85%d8%b9%d8%a7%d8%b5%d8%b1-%d9%be%d9%88%db%8c%d8%a7-%d9%85%d8%ad%d9%85%d8%af%d8%b1%d8%b6%d8%a7-%d8%a8', '', '', '2024-12-08 12:20:27', '2024-12-08 08:50:27', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=513', 0, 'download', '', 0),
(515, 2, '2024-12-08 12:38:28', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/engineering-geology/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب زمین شناسی مهندسی غلامرضا خانلری</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/iranian-stamps/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب تمبر های ایران انجمن تمبرشناسی ایران</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/how-to-design-architecturally-j1/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب چگونه معمارانه طراحی کنیم 1 دکتر احسان طایفه ای</a></span></strong></span></span></h3>', 'دانلود کتاب آشنایی با قانون اساسی جمهوری اسلامی ایران مهدی نظرپور (PDF📁) 138 صفحه', '', 'draft', 'open', 'open', '', 'familiarity-with-constitution-law', '', '', '2024-12-08 12:38:28', '2024-12-08 09:08:28', '', 0, 'https://activereading.xyz/?p=515', 0, 'post', '', 0),
(516, 2, '2024-12-08 12:34:49', '2024-12-08 09:04:49', '', 'کتاب آشنایی با قانون اساسی جمهوری اسلامی ایران', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%a2%d8%b4%d9%86%d8%a7%db%8c%db%8c-%d8%a8%d8%a7-%d9%82%d8%a7%d9%86%d9%88%d9%86-%d8%a7%d8%b3%d8%a7%d8%b3%db%8c-%d8%ac%d9%85%d9%87%d9%88%d8%b1%db%8c-%d8%a7%d8%b3%d9%84%d8%a7', '', '', '2024-12-08 12:34:49', '2024-12-08 09:04:49', '', 515, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-آشنایی-با-قانون-اساسی-جمهوری-اسلامی-ایران.jpg', 0, 'attachment', 'image/jpeg', 0),
(518, 2, '2024-12-08 12:38:20', '2024-12-08 09:08:20', '', 'دانلود کتاب آشنایی با قانون اساسی جمهوری اسلامی ایران مهدی نظرپور (PDF📁) 138 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%a2%d8%b4%d9%86%d8%a7%db%8c%db%8c-%d8%a8%d8%a7-%d9%82%d8%a7%d9%86%d9%88%d9%86-%d8%a7%d8%b3%d8%a7%d8%b3%db%8c-%d8%ac%d9%85%d9%87%d9%88', '', '', '2024-12-08 12:38:20', '2024-12-08 09:08:20', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=518', 0, 'download', '', 0),
(520, 2, '2024-12-08 12:56:02', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/mahshay-law-punishment/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب محشای قانون مجازات اسلامی دکتر ایرج گلدوزیان </a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/wave-test-geometry/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب موج آزمون هندسه</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/mathematics-its-application/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب ریاضیات و کاربرد آن مدیریت و حسابداری هادی رنجبران</a></span></strong></span></span></h3>', 'دانلود کتاب معادلات دیفرانسیل معمولی دکتر جمال صفار اردبیلی (PDF📁) 220 صفحه', '', 'draft', 'open', 'open', '', 'differential-normal-equations', '', '', '2024-12-08 12:56:02', '2024-12-08 09:26:02', '', 0, 'https://activereading.xyz/?p=520', 0, 'post', '', 0),
(521, 2, '2024-12-08 12:50:26', '2024-12-08 09:20:26', '', 'کتاب معادلات دیفرانسیل معمولی', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d9%85%d8%b9%d8%a7%d8%af%d9%84%d8%a7%d8%aa-%d8%af%db%8c%d9%81%d8%b1%d8%a7%d9%86%d8%b3%db%8c%d9%84-%d9%85%d8%b9%d9%85%d9%88%d9%84%db%8c', '', '', '2024-12-08 12:50:26', '2024-12-08 09:20:26', '', 520, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-معادلات-دیفرانسیل-معمولی.jpg', 0, 'attachment', 'image/jpeg', 0),
(523, 2, '2024-12-08 12:55:55', '2024-12-08 09:25:55', '', 'دانلود کتاب معادلات دیفرانسیل معمولی دکتر جمال صفار اردبیلی (PDF📁) 220 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d9%85%d8%b9%d8%a7%d8%af%d9%84%d8%a7%d8%aa-%d8%af%db%8c%d9%81%d8%b1%d8%a7%d9%86%d8%b3%db%8c%d9%84-%d9%85%d8%b9%d9%85%d9%88%d9%84%db%8c', '', '', '2024-12-08 12:55:55', '2024-12-08 09:25:55', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=523', 0, 'download', '', 0),
(525, 2, '2024-12-08 13:15:22', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/math-test-wave/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب موج آزمون ریاضی رشته ریاضی نشر الگو چاپ 1402 کاظم اجلالی</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/33-war-strategy/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب 33 استراتژی جنگ رابرت گرین</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/man-beginning-completion/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب انسان از آغاز تا انجام محمد طباطبایی</a></span></strong></span></span></h3>', 'دانلود کتاب آداب تعلیم و تعلم در اسلام دکتر سید محمد باقر حجتی (PDF📁) 297 صفحه', '', 'draft', 'open', 'open', '', 'etiquette-teaching-learning', '', '', '2024-12-08 13:15:22', '2024-12-08 09:45:22', '', 0, 'https://activereading.xyz/?p=525', 0, 'post', '', 0),
(526, 2, '2024-12-08 13:12:25', '2024-12-08 09:42:25', '', 'کتاب آداب تعلیم و تعلم در اسلام', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%a2%d8%af%d8%a7%d8%a8-%d8%aa%d8%b9%d9%84%db%8c%d9%85-%d9%88-%d8%aa%d8%b9%d9%84%d9%85-%d8%af%d8%b1-%d8%a7%d8%b3%d9%84%d8%a7%d9%85', '', '', '2024-12-08 13:12:25', '2024-12-08 09:42:25', '', 525, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-آداب-تعلیم-و-تعلم-در-اسلام.jpg', 0, 'attachment', 'image/jpeg', 0),
(528, 2, '2024-12-08 13:15:13', '2024-12-08 09:45:13', '', 'دانلود کتاب آداب تعلیم و تعلم در اسلام دکتر سید محمد باقر حجتی (PDF📁) 297 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%a2%d8%af%d8%a7%d8%a8-%d8%aa%d8%b9%d9%84%db%8c%d9%85-%d9%88-%d8%aa%d8%b9%d9%84%d9%85-%d8%af%d8%b1-%d8%a7%d8%b3%d9%84%d8%a7%d9%85-%d8%af', '', '', '2024-12-08 13:15:13', '2024-12-08 09:45:13', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=528', 0, 'download', '', 0),
(530, 2, '2024-12-08 15:37:40', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/the-ritual-life-applied-ethics/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب آیین زندگی اخلاق کاربردی ویراست دوم احمد حسین شریفی</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/biology-11th/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب زیست شناسی یازدهم دکتر علی محمد عمارلو</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/fable/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب فابل آدریان یانگ پگاه خدادی </a></span></strong></span></span></h3>', 'دانلود کتاب آمار و احتمالات ارشد محسن طورانی (PDF📁) 811 صفحه', '', 'draft', 'open', 'open', '', 'statistics-probabilities-senior', '', '', '2024-12-08 15:37:40', '2024-12-08 12:07:40', '', 0, 'https://activereading.xyz/?p=530', 0, 'post', '', 0),
(531, 2, '2024-12-08 15:28:07', '2024-12-08 11:58:07', '', 'کتاب آمار و احتمالات ارشد', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%a2%d9%85%d8%a7%d8%b1-%d9%88-%d8%a7%d8%ad%d8%aa%d9%85%d8%a7%d9%84%d8%a7%d8%aa-%d8%a7%d8%b1%d8%b4%d8%af', '', '', '2024-12-08 15:28:07', '2024-12-08 11:58:07', '', 530, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-آمار-و-احتمالات-ارشد.jpg', 0, 'attachment', 'image/jpeg', 0),
(535, 2, '2024-12-08 15:37:41', '2024-12-08 12:07:41', '', 'دانلود کتاب آمار و احتمالات ارشد محسن طورانی (PDF📁) 811 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%a2%d9%85%d8%a7%d8%b1-%d9%88-%d8%a7%d8%ad%d8%aa%d9%85%d8%a7%d9%84%d8%a7%d8%aa-%d8%a7%d8%b1%d8%b4%d8%af-%d9%85%d8%ad%d8%b3%d9%86-%d8%b7', '', '', '2024-12-08 15:37:41', '2024-12-08 12:07:41', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=535', 0, 'download', '', 0),
(537, 2, '2024-12-08 15:53:53', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/atomic-habits/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب عادت های اتمی</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/technical-drawing-comprehensive-drawing/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب رسم فنی و نقشه کشی جامع عمران حسین زمرشیدی</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/histology/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب بافت شناسی جعفر سلیمانی راد</a></span></strong></span></span></h3>', 'دانلود کتاب ادبیات کودکان طاهره جعفر قلیان (PDF📁) 289 صفحه', '', 'draft', 'open', 'open', '', 'childrens-literature', '', '', '2024-12-08 15:53:53', '2024-12-08 12:23:53', '', 0, 'https://activereading.xyz/?p=537', 0, 'post', '', 0),
(538, 2, '2024-12-08 15:48:02', '2024-12-08 12:18:02', '', 'کتاب ادبیات کودکان', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%a7%d8%af%d8%a8%db%8c%d8%a7%d8%aa-%da%a9%d9%88%d8%af%da%a9%d8%a7%d9%86', '', '', '2024-12-08 15:48:02', '2024-12-08 12:18:02', '', 537, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-ادبیات-کودکان.jpg', 0, 'attachment', 'image/jpeg', 0),
(540, 2, '2024-12-08 15:53:46', '2024-12-08 12:23:46', '', 'دانلود کتاب ادبیات کودکان طاهره جعفر قلیان (PDF📁) 289 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%a7%d8%af%d8%a8%db%8c%d8%a7%d8%aa-%da%a9%d9%88%d8%af%da%a9%d8%a7%d9%86-%d8%b7%d8%a7%d9%87%d8%b1%d9%87-%d8%ac%d8%b9%d9%81%d8%b1-%d9%82', '', '', '2024-12-08 15:53:46', '2024-12-08 12:23:46', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=540', 0, 'download', '', 0),
(543, 2, '2024-12-09 14:33:20', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/education-training-adaptive/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب آموزش و پرورش تطبیقی بهرام محسن پور</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/psychology-education-exceptional-children/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب روانشناسی و آموزش کودکان استثنایی فاطمه قاسملو</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/programming/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب برنامه نویسی به زبان c++ جعفر نژاد قمی</a></span></strong></span></span></h3>', 'دانلود کتاب اقتصاد خرد 1 یگانه موسوی جهرمی (PDF📁) 406 صفحه', '', 'draft', 'open', 'open', '', 'micro-economy-1', '', '', '2024-12-09 14:33:20', '2024-12-09 11:03:20', '', 0, 'https://activereading.xyz/?p=543', 0, 'post', '', 0),
(544, 2, '2024-12-09 14:30:38', '2024-12-09 11:00:38', '', 'کتاب اقتصاد خرد 1', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%a7%d9%82%d8%aa%d8%b5%d8%a7%d8%af-%d8%ae%d8%b1%d8%af-1', '', '', '2024-12-09 14:30:38', '2024-12-09 11:00:38', '', 543, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-اقتصاد-خرد-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(546, 2, '2024-12-09 14:33:13', '2024-12-09 11:03:13', '', 'دانلود کتاب اقتصاد خرد 1 یگانه موسوی جهرمی (PDF📁) 406 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%a7%d9%82%d8%aa%d8%b5%d8%a7%d8%af-%d8%ae%d8%b1%d8%af-1-%db%8c%da%af%d8%a7%d9%86%d9%87-%d9%85%d9%88%d8%b3%d9%88%db%8c-%d8%ac%d9%87%d8%b1', '', '', '2024-12-09 14:33:13', '2024-12-09 11:03:13', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=546', 0, 'download', '', 0),
(550, 2, '2024-12-10 12:28:02', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/familiarity-with-architecture-world/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب آشنایی با معماری جهان محمد ابراهیم زارعی</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/fullest-reference-functional/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب کامل ترین مرجع کاربردی طراحی سازه با SAP 2000 محمد افضلی</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/language-specialization-engineering/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب زبان تخصصی مهندسی عمران و معماری علی قربانی</a></span></strong></span></span></h3>', 'دانلود کتاب آناتومی انسانی علی رواسی (PDF📁) 184 صفحه', '', 'draft', 'open', 'open', '', 'human-anatomy', '', '', '2024-12-10 12:28:02', '2024-12-10 08:58:02', '', 0, 'https://activereading.xyz/?p=550', 0, 'post', '', 0),
(551, 2, '2024-12-10 12:23:32', '2024-12-10 08:53:32', '', 'کتاب آناتومی انسانی', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%a2%d9%86%d8%a7%d8%aa%d9%88%d9%85%db%8c-%d8%a7%d9%86%d8%b3%d8%a7%d9%86%db%8c', '', '', '2024-12-10 12:23:32', '2024-12-10 08:53:32', '', 550, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-آناتومی-انسانی.jpg', 0, 'attachment', 'image/jpeg', 0),
(553, 2, '2024-12-10 12:27:55', '2024-12-10 08:57:55', '', 'دانلود کتاب آناتومی انسانی علی رواسی (PDF📁) 184 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%a2%d9%86%d8%a7%d8%aa%d9%88%d9%85%db%8c-%d8%a7%d9%86%d8%b3%d8%a7%d9%86%db%8c-%d8%b9%d9%84%db%8c-%d8%b1%d9%88%d8%a7%d8%b3%db%8c-pdf', '', '', '2024-12-10 12:27:55', '2024-12-10 08:57:55', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=553', 0, 'download', '', 0),
(555, 2, '2024-12-10 12:51:44', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/comprehensive-language-specialized/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب جامع زبان تخصصی کنکور جلد اول شهاب اناری</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/physics-1/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب زیر ذره بین فیزیک 1 رشته تجربی کاپ</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/why-the-present-someone/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب چرا تا به حال کسی این ها را به من نگفته بود جولی اسمیت</a></span></strong></span></span></h3>', 'دانلود کتاب چرا تا به حال کسی این ها را به من نگفته بود جولی اسمیت (PDF📁) 274 صفحه', '', 'draft', 'open', 'open', '', 'why-the-present-someone', '', '', '2024-12-10 12:51:44', '2024-12-10 09:21:44', '', 0, 'https://activereading.xyz/?p=555', 0, 'post', '', 0),
(556, 2, '2024-12-10 12:37:36', '2024-12-10 09:07:36', '', 'کتاب چرا تا به حال کسی این ها را به من نگفته بود', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%da%86%d8%b1%d8%a7-%d8%aa%d8%a7-%d8%a8%d9%87-%d8%ad%d8%a7%d9%84-%da%a9%d8%b3%db%8c-%d8%a7%db%8c%d9%86-%d9%87%d8%a7-%d8%b1%d8%a7-%d8%a8%d9%87-%d9%85%d9%86-%d9%86%da%af%d9%81', '', '', '2024-12-10 12:37:36', '2024-12-10 09:07:36', '', 555, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-چرا-تا-به-حال-کسی-این-ها-را-به-من-نگفته-بود.jpg', 0, 'attachment', 'image/jpeg', 0),
(558, 2, '2024-12-10 12:51:31', '2024-12-10 09:21:31', '', 'دانلود کتاب چرا تا به حال کسی این ها را به من نگفته بود جولی اسمیت (PDF📁) 274 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%da%86%d8%b1%d8%a7-%d8%aa%d8%a7-%d8%a8%d9%87-%d8%ad%d8%a7%d9%84-%da%a9%d8%b3%db%8c-%d8%a7%db%8c%d9%86-%d9%87%d8%a7-%d8%b1%d8%a7-%d8%a8', '', '', '2024-12-10 12:51:31', '2024-12-10 09:21:31', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=558', 0, 'download', '', 0),
(560, 2, '2024-12-10 13:22:29', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/manual-language-general/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب راهنمای زبان عمومی پیام نور</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/social-work-1/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب مددکاری اجتماعی (1) کار با فرد حسن موسوی چلک</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/history-art-iran-world/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب تاریخ هنر ایران و جهان احمد رستمعلی</a></span></strong></span></span></h3>', 'دانلود کتاب زیر ذره بین فیزیک 1 رشته تجربی کاپ (PDF📁) 153 صفحه', '', 'draft', 'open', 'open', '', 'physics-1', '', '', '2024-12-10 13:22:29', '2024-12-10 09:52:29', '', 0, 'https://activereading.xyz/?p=560', 0, 'post', '', 0),
(561, 2, '2024-12-10 13:17:05', '2024-12-10 09:47:05', '', 'کتاب زیر ذره بین فیزیک 1 رشته تجربی', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%b2%db%8c%d8%b1-%d8%b0%d8%b1%d9%87-%d8%a8%db%8c%d9%86-%d9%81%db%8c%d8%b2%db%8c%da%a9-1-%d8%b1%d8%b4%d8%aa%d9%87-%d8%aa%d8%ac%d8%b1%d8%a8%db%8c', '', '', '2024-12-10 13:17:05', '2024-12-10 09:47:05', '', 560, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-زیر-ذره-بین-فیزیک-1-رشته-تجربی.jpg', 0, 'attachment', 'image/jpeg', 0),
(563, 2, '2024-12-10 13:22:22', '2024-12-10 09:52:22', '', 'دانلود کتاب زیر ذره بین فیزیک 1 رشته تجربی کاپ (PDF📁) 153 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%b2%db%8c%d8%b1-%d8%b0%d8%b1%d9%87-%d8%a8%db%8c%d9%86-%d9%81%db%8c%d8%b2%db%8c%da%a9-1-%d8%b1%d8%b4%d8%aa%d9%87-%d8%aa%d8%ac%d8%b1', '', '', '2024-12-10 13:22:22', '2024-12-10 09:52:22', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=563', 0, 'download', '', 0),
(565, 2, '2024-12-10 13:46:16', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/introduction-methodology-humanities/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب مقدمه ای بر روش تحقیق در علوم انسانی محمد رضا حافظ نیا</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/golden-realm/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب در قلمرو زرین حسین محی الدین الهی قمشه ای</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/a-new-look-islamic-education/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب نگاهی دوباره به تربیت اسلامی جلد اول دکتر خسروباقری</a></span></strong></span></span></h3>', 'دانلود کتاب شیمی 3 دوازدهم زیر ذره بین (PDF📁) 188 صفحه', '', 'draft', 'open', 'open', '', 'chemistry-3-12', '', '', '2024-12-10 13:46:16', '2024-12-10 10:16:16', '', 0, 'https://activereading.xyz/?p=565', 0, 'post', '', 0),
(566, 2, '2024-12-10 13:31:46', '2024-12-10 10:01:46', '', 'کتاب شیمی 3 دوازدهم', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%b4%db%8c%d9%85%db%8c-3-%d8%af%d9%88%d8%a7%d8%b2%d8%af%d9%87%d9%85', '', '', '2024-12-10 13:31:46', '2024-12-10 10:01:46', '', 565, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-شیمی-3-دوازدهم.jpg', 0, 'attachment', 'image/jpeg', 0),
(568, 2, '2024-12-10 13:46:09', '2024-12-10 10:16:09', '', 'دانلود کتاب شیمی 3 دوازدهم زیر ذره بین (PDF📁) 188 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%b4%db%8c%d9%85%db%8c-3-%d8%af%d9%88%d8%a7%d8%b2%d8%af%d9%87%d9%85-%d8%b2%db%8c%d8%b1-%d8%b0%d8%b1%d9%87-%d8%a8%db%8c%d9%86-pdf', '', '', '2024-12-10 13:46:09', '2024-12-10 10:16:09', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=568', 0, 'download', '', 0),
(570, 2, '2024-12-10 14:16:14', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/understanding-receiving-music/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب درک و دریافت موسیقی راجر کیمی ین</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/forgetfulness-freemasonry-iran/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب فراموشخانه و فراماسونری در ایران اسماعیل رائین جلد اول</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/principles-techniques-potropary-nursing/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب اصول و فنون پرستاری پوتروپری طاهره نجفی قرلجه صدیقه سالمی</a></span></strong></span></span></h3>', 'دانلود کتاب انواع مزاج (PDF📁) 76 صفحه', '', 'draft', 'open', 'open', '', 'types-temperament', '', '', '2024-12-10 14:16:14', '2024-12-10 10:46:14', '', 0, 'https://activereading.xyz/?p=570', 0, 'post', '', 0),
(571, 2, '2024-12-10 14:12:38', '2024-12-10 10:42:38', '', 'کتاب انواع مزاج', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%a7%d9%86%d9%88%d8%a7%d8%b9-%d9%85%d8%b2%d8%a7%d8%ac', '', '', '2024-12-10 14:12:38', '2024-12-10 10:42:38', '', 570, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-انواع-مزاج.jpg', 0, 'attachment', 'image/jpeg', 0),
(573, 2, '2024-12-10 14:16:08', '2024-12-10 10:46:08', '', 'دانلود کتاب انواع مزاج (PDF📁) 76 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%a7%d9%86%d9%88%d8%a7%d8%b9-%d9%85%d8%b2%d8%a7%d8%ac-pdf%f0%9f%93%81-76-%d8%b5%d9%81%d8%ad%d9%87', '', '', '2024-12-10 14:16:08', '2024-12-10 10:46:08', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=573', 0, 'download', '', 0),
(575, 2, '2024-12-10 15:30:10', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/force-kabbalah/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب نیروی کبالا یهودا برگ</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/problem-solving-book-mathematics/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب حل المسائل کتاب ریاضی عمومی 1</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/full-text-background-psychology/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب متن کامل زمینه روانشناسی هیلگارد دکتر محمد نقی براهنی</a></span></strong></span></span></h3>', 'دانلود کتاب آسیب شناسی اجتماعی هدایت الله ستوده (PDF📁) 155 صفحه', '', 'draft', 'open', 'open', '', 'sociopathology', '', '', '2024-12-10 15:30:10', '2024-12-10 12:00:10', '', 0, 'https://activereading.xyz/?p=575', 0, 'post', '', 0),
(576, 2, '2024-12-10 15:24:49', '2024-12-10 11:54:49', '', 'کتاب آسیب شناسی اجتماعی', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%a2%d8%b3%db%8c%d8%a8-%d8%b4%d9%86%d8%a7%d8%b3%db%8c-%d8%a7%d8%ac%d8%aa%d9%85%d8%a7%d8%b9%db%8c', '', '', '2024-12-10 15:24:49', '2024-12-10 11:54:49', '', 575, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-آسیب-شناسی-اجتماعی.jpg', 0, 'attachment', 'image/jpeg', 0),
(578, 2, '2024-12-10 15:30:02', '2024-12-10 12:00:02', '', 'دانلود کتاب آسیب شناسی اجتماعی هدایت الله ستوده (PDF📁) 155 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%a2%d8%b3%db%8c%d8%a8-%d8%b4%d9%86%d8%a7%d8%b3%db%8c-%d8%a7%d8%ac%d8%aa%d9%85%d8%a7%d8%b9%db%8c-%d9%87%d8%af%d8%a7%db%8c%d8%aa-%d8%a7', '', '', '2024-12-10 15:30:02', '2024-12-10 12:00:02', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=578', 0, 'download', '', 0),
(701, 2, '2024-12-18 15:42:47', '2024-12-18 12:12:47', '', 'کتاب روانشناسی رشد از تولد تا مرگ', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%b1%d9%88%d8%a7%d9%86%d8%b4%d9%86%d8%a7%d8%b3%db%8c-%d8%b1%d8%b4%d8%af-%d8%a7%d8%b2-%d8%aa%d9%88%d9%84%d8%af-%d8%aa%d8%a7-%d9%85%d8%b1%da%af', '', '', '2024-12-18 15:42:47', '2024-12-18 12:12:47', '', 700, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-روانشناسی-رشد-از-تولد-تا-مرگ.jpg', 0, 'attachment', 'image/jpeg', 0),
(581, 2, '2024-12-11 15:52:54', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/skin-diseases/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب درسنامه بیماری های پوستی حسین مرتضوی</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/latent-depression/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب افسردگی نهفته شبنم درویش</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/man-islam/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب انسان در اسلام غلامحسین گرامی</a></span></strong></span></span></h3>', 'دانلود کتاب محشای قانون مجازات اسلامی دکتر ایرج گلدوزیان (PDF📁) 358 صفحه', '', 'draft', 'open', 'open', '', 'mahshay-law-punishment', '', '', '2024-12-11 15:52:54', '2024-12-11 12:22:54', '', 0, 'https://activereading.xyz/?p=581', 0, 'post', '', 0),
(584, 2, '2024-12-11 15:52:46', '2024-12-11 12:22:46', '', 'دانلود کتاب محشای قانون مجازات اسلامی دکتر ایرج گلدوزیان (PDF📁) 358 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d9%85%d8%ad%d8%b4%d8%a7%db%8c-%d9%82%d8%a7%d9%86%d9%88%d9%86-%d9%85%d8%ac%d8%a7%d8%b2%d8%a7%d8%aa-%d8%a7%d8%b3%d9%84%d8%a7%d9%85%db%8c', '', '', '2024-12-11 15:52:46', '2024-12-11 12:22:46', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=584', 0, 'download', '', 0),
(586, 2, '2024-12-11 16:18:28', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/heart-sun-warrior/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب قلب جنگجوی خورشید سولین تن</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/money-currency-banking/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب پول ارز و بانکداری یوسف فرجی</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/thirty-two-thousand-years-art-history/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب سی و دو هزار سال تاریخ هنر هرمز ریاحی</a></span></strong></span></span></h3>', 'دانلود کتاب حسابداری پیشرفته 1 جمشید اسکندری (PDF📁) 230 صفحه', '', 'draft', 'open', 'open', '', 'accounting-advanced-1', '', '', '2024-12-11 16:18:28', '2024-12-11 12:48:28', '', 0, 'https://activereading.xyz/?p=586', 0, 'post', '', 0),
(587, 2, '2024-12-11 16:16:12', '2024-12-11 12:46:12', '', 'کتاب حسابداری پیشرفته 1', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%ad%d8%b3%d8%a7%d8%a8%d8%af%d8%a7%d8%b1%db%8c-%d9%be%db%8c%d8%b4%d8%b1%d9%81%d8%aa%d9%87-1', '', '', '2024-12-11 16:16:12', '2024-12-11 12:46:12', '', 586, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-حسابداری-پیشرفته-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(589, 2, '2024-12-11 16:18:21', '2024-12-11 12:48:21', '', 'دانلود کتاب حسابداری پیشرفته 1 جمشید اسکندری (PDF📁) 230 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%ad%d8%b3%d8%a7%d8%a8%d8%af%d8%a7%d8%b1%db%8c-%d9%be%db%8c%d8%b4%d8%b1%d9%81%d8%aa%d9%87-1-%d8%ac%d9%85%d8%b4%db%8c%d8%af-%d8%a7%d8%b3', '', '', '2024-12-11 16:18:21', '2024-12-11 12:48:21', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=589', 0, 'download', '', 0),
(591, 2, '2024-12-14 08:26:05', '0000-00-00 00:00:00', '&lt;h3 style=\"text-align: center;\"&gt;کتاب‌های پیشنهادی ما:&lt;/h3&gt;\r\n&lt;h3&gt;&lt;span style=\"color: #000000;\"&gt;&lt;span style=\"color: #ffffff;\"&gt;&lt;strong&gt;&lt;span style=\"display: block; margin-bottom: 10px;\"&gt;&lt;a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/the-prophets-path/\" target=\"_blank\" rel=\"noopener\"&gt;دانلود کتاب مسیر پیامبری صدیقه وسمقی&lt;/a&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;strong&gt;&lt;span style=\"display: block; margin-bottom: 10px;\"&gt;&lt;a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/lighting/\" target=\"_blank\" rel=\"noopener\"&gt;دانلود کتاب زوهر؛ کتاب روشنایی هما شهرام بخت&lt;/a&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span style=\"color: #ffffff;\"&gt;&lt;strong&gt;&lt;span style=\"display: block;\"&gt;&lt;a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/human-anatomy/\" target=\"_blank\" rel=\"noopener\"&gt;دانلود کتاب آناتومی انسانی علی رواسی&lt;/a&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;', 'دانلود کتاب کامل ترین مرجع کاربردی طراحی سازه با SAP 2000 محمد افضلی (PDF📁) 660 صفحه', '', 'draft', 'open', 'open', '', 'fullest-reference-functional', '', '', '2024-12-14 08:26:05', '2024-12-14 04:56:05', '', 0, 'https://activereading.xyz/?p=591', 0, 'post', '', 0),
(592, 2, '2024-12-14 08:20:49', '2024-12-14 04:50:49', '', 'کتاب کامل ترین مرجع کاربردی طراحی سازه با SAP 2000', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%da%a9%d8%a7%d9%85%d9%84-%d8%aa%d8%b1%db%8c%d9%86-%d9%85%d8%b1%d8%ac%d8%b9-%da%a9%d8%a7%d8%b1%d8%a8%d8%b1%d8%af%db%8c-%d8%b7%d8%b1%d8%a7%d8%ad%db%8c-%d8%b3%d8%a7%d8%b2%d9%87', '', '', '2024-12-14 08:20:49', '2024-12-14 04:50:49', '', 591, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-کامل-ترین-مرجع-کاربردی-طراحی-سازه-با-SAP-2000.jpg', 0, 'attachment', 'image/jpeg', 0),
(594, 2, '2024-12-14 08:25:56', '2024-12-14 04:55:56', '', 'دانلود کتاب کامل ترین مرجع کاربردی طراحی سازه با SAP 2000 محمد افضلی (PDF📁) 660 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%da%a9%d8%a7%d9%85%d9%84-%d8%aa%d8%b1%db%8c%d9%86-%d9%85%d8%b1%d8%ac%d8%b9-%da%a9%d8%a7%d8%b1%d8%a8%d8%b1%d8%af%db%8c-%d8%b7%d8%b1%d8%a7', '', '', '2024-12-14 08:25:56', '2024-12-14 04:55:56', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=594', 0, 'download', '', 0),
(596, 2, '2024-12-14 08:45:31', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/language-specialization-engineering/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب زبان تخصصی مهندسی عمران و معماری علی قربانی</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/language-general-senior/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب زبان عمومی ارشد زیر ذره بین جلد اول الناز یوسف زاده بری</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/sociological-theory/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب نظریه جامعه شناسی در دوران معاصر محسن ثلاثی</a></span></strong></span></span></h3>', 'دانلود کتاب گام به گام دروس دهم کلاغ سپید (PDF📁) 920 صفحه', '', 'draft', 'open', 'open', '', 'step-by-step-lessons-10', '', '', '2024-12-14 08:45:31', '2024-12-14 05:15:31', '', 0, 'https://activereading.xyz/?p=596', 0, 'post', '', 0),
(597, 2, '2024-12-14 08:39:38', '2024-12-14 05:09:38', '', 'کتاب گام به گام دروس دهم', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%da%af%d8%a7%d9%85-%d8%a8%d9%87-%da%af%d8%a7%d9%85-%d8%af%d8%b1%d9%88%d8%b3-%d8%af%d9%87%d9%85', '', '', '2024-12-14 08:39:38', '2024-12-14 05:09:38', '', 596, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-گام-به-گام-دروس-دهم.jpg', 0, 'attachment', 'image/jpeg', 0),
(599, 2, '2024-12-14 08:45:23', '2024-12-14 05:15:23', '', 'دانلود کتاب گام به گام دروس دهم کلاغ سپید (PDF📁) 920 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%da%af%d8%a7%d9%85-%d8%a8%d9%87-%da%af%d8%a7%d9%85-%d8%af%d8%b1%d9%88%d8%b3-%d8%af%d9%87%d9%85-%da%a9%d9%84%d8%a7%d8%ba-%d8%b3%d9%be%db%8c', '', '', '2024-12-14 08:45:23', '2024-12-14 05:15:23', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=599', 0, 'download', '', 0),
(601, 2, '2024-12-14 14:39:56', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/manual-language-general/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب راهنمای زبان عمومی پیام نور</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/why-the-present-someone/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب چرا تا به حال کسی این ها را به من نگفته بود جولی اسمیت</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/history-art-iran-world/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب تاریخ هنر ایران و جهان احمد رستمعلی</a></span></strong></span></span></h3>', 'دانلود کتاب مسیر پیامبری صدیقه وسمقی (PDF📁) 170 صفحه', '', 'draft', 'open', 'open', '', 'the-prophets-path', '', '', '2024-12-14 14:39:56', '2024-12-14 11:09:56', '', 0, 'https://activereading.xyz/?p=601', 0, 'post', '', 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
(602, 2, '2024-12-14 14:37:06', '2024-12-14 11:07:06', '', 'کتاب مسیر پیامبری', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d9%85%d8%b3%db%8c%d8%b1-%d9%be%db%8c%d8%a7%d9%85%d8%a8%d8%b1%db%8c', '', '', '2024-12-14 14:37:06', '2024-12-14 11:07:06', '', 601, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-مسیر-پیامبری.jpg', 0, 'attachment', 'image/jpeg', 0),
(604, 2, '2024-12-14 14:39:49', '2024-12-14 11:09:49', '', 'دانلود کتاب مسیر پیامبری صدیقه وسمقی (PDF📁) 170 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d9%85%d8%b3%db%8c%d8%b1-%d9%be%db%8c%d8%a7%d9%85%d8%a8%d8%b1%db%8c-%d8%b5%d8%af%db%8c%d9%82%d9%87-%d9%88%d8%b3%d9%85%d9%82%db%8c-pdf', '', '', '2024-12-14 14:39:49', '2024-12-14 11:09:49', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=604', 0, 'download', '', 0),
(606, 2, '2024-12-14 14:57:53', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/familiarity-with-architecture-world/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب آشنایی با معماری جهان محمد ابراهیم زارعی</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/physics-1/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب زیر ذره بین فیزیک 1 رشته تجربی کاپ</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/why-the-present-someone/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب چرا تا به حال کسی این ها را به من نگفته بود جولی اسمیت</a></span></strong></span></span></h3>', 'دانلود کتاب زوهر؛ کتاب روشنایی هما شهرام بخت (PDF📁) 187 صفحه', '', 'draft', 'open', 'open', '', 'lighting', '', '', '2024-12-14 14:57:53', '2024-12-14 11:27:53', '', 0, 'https://activereading.xyz/?p=606', 0, 'post', '', 0),
(607, 2, '2024-12-14 14:51:12', '2024-12-14 11:21:12', '', 'کتاب زوهر؛ کتاب روشنایی', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%b2%d9%88%d9%87%d8%b1%d8%9b-%da%a9%d8%aa%d8%a7%d8%a8-%d8%b1%d9%88%d8%b4%d9%86%d8%a7%db%8c%db%8c', '', '', '2024-12-14 14:51:12', '2024-12-14 11:21:12', '', 606, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-زوهر؛-کتاب-روشنایی.jpg', 0, 'attachment', 'image/jpeg', 0),
(609, 2, '2024-12-14 14:57:45', '2024-12-14 11:27:45', '', 'دانلود کتاب زوهر؛ کتاب روشنایی هما شهرام بخت (PDF📁) 187 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%b2%d9%88%d9%87%d8%b1%d8%9b-%da%a9%d8%aa%d8%a7%d8%a8-%d8%b1%d9%88%d8%b4%d9%86%d8%a7%db%8c%db%8c-%d9%87%d9%85%d8%a7-%d8%b4%d9%87%d8%b1', '', '', '2024-12-14 14:57:45', '2024-12-14 11:27:45', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=609', 0, 'download', '', 0),
(611, 2, '2024-12-14 15:19:56', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/the-prophets-path/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب مسیر پیامبری صدیقه وسمقی</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/language-general-senior/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب زبان عمومی ارشد زیر ذره بین جلد اول الناز یوسف زاده بری</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/human-anatomy/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب آناتومی انسانی علی رواسی</a></span></strong></span></span></h3>', 'دانلود کتاب زبان تخصصی مهندسی عمران و معماری علی قربانی (PDF📁) 330 صفحه', '', 'draft', 'open', 'open', '', 'language-specialization-engineering', '', '', '2024-12-14 15:19:56', '2024-12-14 11:49:56', '', 0, 'https://activereading.xyz/?p=611', 0, 'post', '', 0),
(612, 2, '2024-12-14 15:17:17', '2024-12-14 11:47:17', '', 'کتاب زبان تخصصی مهندسی عمران و معماری', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%b2%d8%a8%d8%a7%d9%86-%d8%aa%d8%ae%d8%b5%d8%b5%db%8c-%d9%85%d9%87%d9%86%d8%af%d8%b3%db%8c-%d8%b9%d9%85%d8%b1%d8%a7%d9%86-%d9%88-%d9%85%d8%b9%d9%85%d8%a7%d8%b1%db%8c', '', '', '2024-12-14 15:17:17', '2024-12-14 11:47:17', '', 611, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-زبان-تخصصی-مهندسی-عمران-و-معماری.jpg', 0, 'attachment', 'image/jpeg', 0),
(614, 2, '2024-12-14 15:19:48', '2024-12-14 11:49:48', '', 'دانلود کتاب زبان تخصصی مهندسی عمران و معماری علی قربانی (PDF📁) 330 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%b2%d8%a8%d8%a7%d9%86-%d8%aa%d8%ae%d8%b5%d8%b5%db%8c-%d9%85%d9%87%d9%86%d8%af%d8%b3%db%8c-%d8%b9%d9%85%d8%b1%d8%a7%d9%86-%d9%88-%d9%85', '', '', '2024-12-14 15:19:48', '2024-12-14 11:49:48', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=614', 0, 'download', '', 0),
(616, 2, '2024-12-14 15:35:28', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/social-psychology/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب روانشناسی اجتماعی کاربردی مجید صفاری نیا</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/chemistry-3-12/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب شیمی 3 دوازدهم زیر ذره بین</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/types-temperament/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب انواع مزاج</a></span></strong></span></span></h3>', 'دانلود کتاب جامع زیست شناسی مرتضی رضایی (PDF📁) 700 صفحه', '', 'draft', 'open', 'open', '', 'comprehensive-biology', '', '', '2024-12-14 15:35:28', '2024-12-14 12:05:28', '', 0, 'https://activereading.xyz/?p=616', 0, 'post', '', 0),
(617, 2, '2024-12-14 15:29:08', '2024-12-14 11:59:08', '', 'کتاب جامع زیست شناسی', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%ac%d8%a7%d9%85%d8%b9-%d8%b2%db%8c%d8%b3%d8%aa-%d8%b4%d9%86%d8%a7%d8%b3%db%8c', '', '', '2024-12-14 15:29:08', '2024-12-14 11:59:08', '', 616, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-جامع-زیست-شناسی.jpg', 0, 'attachment', 'image/jpeg', 0),
(619, 2, '2024-12-14 15:35:21', '2024-12-14 12:05:21', '', 'دانلود کتاب جامع زیست شناسی مرتضی رضایی (PDF📁) 700 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%ac%d8%a7%d9%85%d8%b9-%d8%b2%db%8c%d8%b3%d8%aa-%d8%b4%d9%86%d8%a7%d8%b3%db%8c-%d9%85%d8%b1%d8%aa%d8%b6%db%8c-%d8%b1%d8%b6%d8%a7%db%8c', '', '', '2024-12-14 15:35:21', '2024-12-14 12:05:21', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=619', 0, 'download', '', 0),
(621, 2, '2024-12-15 14:16:22', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/familiarity-with-architecture-world/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب آشنایی با معماری جهان محمد ابراهیم زارعی</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/fullest-reference-functional/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب کامل ترین مرجع کاربردی طراحی سازه با SAP 2000 محمد افضلی</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/step-by-step-lessons-10/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب گام به گام دروس دهم کلاغ سپید</a></span></strong></span></span></h3>', 'دانلود کتاب آشنایی با معماری جهان محمد ابراهیم زارعی (PDF📁) 500 صفحه', '', 'draft', 'open', 'open', '', 'familiarity-with-architecture-world', '', '', '2024-12-15 14:16:22', '2024-12-15 10:46:22', '', 0, 'https://activereading.xyz/?p=621', 0, 'post', '', 0),
(622, 2, '2024-12-15 14:12:42', '2024-12-15 10:42:42', '', 'کتاب آشنایی با معماری جهان', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%a2%d8%b4%d9%86%d8%a7%db%8c%db%8c-%d8%a8%d8%a7-%d9%85%d8%b9%d9%85%d8%a7%d8%b1%db%8c-%d8%ac%d9%87%d8%a7%d9%86', '', '', '2024-12-15 14:12:42', '2024-12-15 10:42:42', '', 621, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-آشنایی-با-معماری-جهان.jpg', 0, 'attachment', 'image/jpeg', 0),
(624, 2, '2024-12-15 14:16:15', '2024-12-15 10:46:15', '', 'دانلود کتاب آشنایی با معماری جهان محمد ابراهیم زارعی 500 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%a2%d8%b4%d9%86%d8%a7%db%8c%db%8c-%d8%a8%d8%a7-%d9%85%d8%b9%d9%85%d8%a7%d8%b1%db%8c-%d8%ac%d9%87%d8%a7%d9%86-%d9%85%d8%ad%d9%85%d8%af', '', '', '2024-12-15 14:16:15', '2024-12-15 10:46:15', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=624', 0, 'download', '', 0),
(626, 2, '2024-12-15 15:30:47', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/solving-chemistry-fundamentals-problems/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب حل کامل مسائل مبانی کنترل فرآیند در مهندسی شیمی دکتر منوچهر نیک آذر</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/teaching-thinking-children/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب آموزش تفکر به کودکان و نوجوانان دکتر علی ستاری</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/comprehensive-biology/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب جامع زیست شناسی مرتضی رضایی</a></span></strong></span></span></h3>', 'دانلود کتاب جامع زبان تخصصی کنکور جلد اول شهاب اناری (PDF📁) 520 صفحه', '', 'draft', 'open', 'open', '', 'comprehensive-language-specialized', '', '', '2024-12-15 15:30:47', '2024-12-15 12:00:47', '', 0, 'https://activereading.xyz/?p=626', 0, 'post', '', 0),
(627, 2, '2024-12-15 14:32:24', '2024-12-15 11:02:24', '', 'کتاب جامع زبان تخصصی کنکور جلد اول', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%ac%d8%a7%d9%85%d8%b9-%d8%b2%d8%a8%d8%a7%d9%86-%d8%aa%d8%ae%d8%b5%d8%b5%db%8c-%da%a9%d9%86%da%a9%d9%88%d8%b1-%d8%ac%d9%84%d8%af-%d8%a7%d9%88%d9%84', '', '', '2024-12-15 14:32:24', '2024-12-15 11:02:24', '', 626, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-جامع-زبان-تخصصی-کنکور-جلد-اول.jpg', 0, 'attachment', 'image/jpeg', 0),
(629, 2, '2024-12-15 14:36:42', '2024-12-15 11:06:42', '', 'کتاب جامع زبان تخصصی کنکور جلد اول', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%ac%d8%a7%d9%85%d8%b9-%d8%b2%d8%a8%d8%a7%d9%86-%d8%aa%d8%ae%d8%b5%d8%b5%db%8c-%da%a9%d9%86%da%a9%d9%88%d8%b1-%d8%ac%d9%84%d8%af-%d8%a7%d9%88%d9%84-2', '', '', '2024-12-15 14:36:42', '2024-12-15 11:06:42', '', 626, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-جامع-زبان-تخصصی-کنکور-جلد-اول-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(630, 2, '2024-12-15 15:30:40', '2024-12-15 12:00:40', '', 'دانلود کتاب جامع زبان تخصصی کنکور جلد اول شهاب اناری (PDF📁) 520 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%ac%d8%a7%d9%85%d8%b9-%d8%b2%d8%a8%d8%a7%d9%86-%d8%aa%d8%ae%d8%b5%d8%b5%db%8c-%da%a9%d9%86%da%a9%d9%88%d8%b1-%d8%ac%d9%84%d8%af-%d8%a7', '', '', '2024-12-15 15:30:40', '2024-12-15 12:00:40', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=630', 0, 'download', '', 0),
(632, 2, '2024-12-15 15:45:51', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/organizational-behavior-management/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب مدیریت رفتار سازمانی زهرا برومند</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/comparative-law/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب حقوق تطبیقی عبدالحسین شیروی</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/psychology-emotion-perception/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب روانشناسی احساس و ادراک محمود پناهی شهری</a></span></strong></span></span></h3>', 'دانلود کتاب تاریخ هنر ایران و جهان احمد رستمعلی (PDF📁) 426 صفحه', '', 'draft', 'open', 'open', '', 'history-art-iran-world', '', '', '2024-12-15 15:45:51', '2024-12-15 12:15:51', '', 0, 'https://activereading.xyz/?p=632', 0, 'post', '', 0),
(635, 2, '2024-12-15 15:45:44', '2024-12-15 12:15:44', '', 'دانلود کتاب تاریخ هنر ایران و جهان احمد رستمعلی (PDF📁) 426 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%aa%d8%a7%d8%b1%db%8c%d8%ae-%d9%87%d9%86%d8%b1-%d8%a7%db%8c%d8%b1%d8%a7%d9%86-%d9%88-%d8%ac%d9%87%d8%a7%d9%86-%d8%a7%d8%ad%d9%85%d8%af', '', '', '2024-12-15 15:45:44', '2024-12-15 12:15:44', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=635', 0, 'download', '', 0),
(637, 2, '2024-12-15 16:04:01', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/i-am-poison-here-you-go/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب سم هستم بفرمایید ندا بهرامی نژاد</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/specialized-language-computer-major/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب زبان تخصصی (رشته کامپیوتر) مهدی یوسف خانی، سید ناصر آیت، احمد فراهی</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/the-perfect-trader/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب معامله گر کامل</a></span></strong></span></span></h3>', 'دانلود کتاب بانک سوالات درسنامه جامع پرستاری احمد نوقابی (PDF📁) 690 صفحه', '', 'draft', 'open', 'open', '', 'comprehensive-nursing-curriculum', '', '', '2024-12-15 16:04:01', '2024-12-15 12:34:01', '', 0, 'https://activereading.xyz/?p=637', 0, 'post', '', 0),
(638, 2, '2024-12-15 15:57:37', '2024-12-15 12:27:37', '', 'کتاب بانک سوالات درسنامه جامع پرستاری', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%a8%d8%a7%d9%86%da%a9-%d8%b3%d9%88%d8%a7%d9%84%d8%a7%d8%aa-%d8%af%d8%b1%d8%b3%d9%86%d8%a7%d9%85%d9%87-%d8%ac%d8%a7%d9%85%d8%b9-%d9%be%d8%b1%d8%b3%d8%aa%d8%a7%d8%b1%db%8c', '', '', '2024-12-15 15:57:37', '2024-12-15 12:27:37', '', 637, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-بانک-سوالات-درسنامه-جامع-پرستاری.jpg', 0, 'attachment', 'image/jpeg', 0),
(640, 2, '2024-12-15 16:03:49', '2024-12-15 12:33:49', '', 'دانلود کتاب بانک سوالات درسنامه جامع پرستاری احمد نوقابی (PDF📁) 690 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%a8%d8%a7%d9%86%da%a9-%d8%b3%d9%88%d8%a7%d9%84%d8%a7%d8%aa-%d8%af%d8%b1%d8%b3%d9%86%d8%a7%d9%85%d9%87-%d8%ac%d8%a7%d9%85%d8%b9-%d9%be', '', '', '2024-12-15 16:03:49', '2024-12-15 12:33:49', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=640', 0, 'download', '', 0),
(642, 2, '2024-12-16 12:21:53', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/basics-organic-chemistry/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب مبانی شیمی آلی عیسی یاوری</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/inferential-statistics-methods/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب روش های آمار استنباطی در روانشناسی و علوم تربیتی دکتر مهناز علی اکبری</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/chemistry-0-100/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب شیمی 2 صفر تا صد محمدرضا آقاجانی</a></span></strong></span></span></h3>', 'دانلود کتاب موج آزمون هندسه (PDF📁) 376 صفحه', '', 'draft', 'open', 'open', '', 'wave-test-geometry', '', '', '2024-12-16 12:21:53', '2024-12-16 08:51:53', '', 0, 'https://activereading.xyz/?p=642', 0, 'post', '', 0),
(643, 2, '2024-12-16 12:17:57', '2024-12-16 08:47:57', '', 'کتاب موج آزمون هندسه', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d9%85%d9%88%d8%ac-%d8%a2%d8%b2%d9%85%d9%88%d9%86-%d9%87%d9%86%d8%af%d8%b3%d9%87', '', '', '2024-12-16 12:17:57', '2024-12-16 08:47:57', '', 642, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-موج-آزمون-هندسه.jpg', 0, 'attachment', 'image/jpeg', 0),
(645, 2, '2024-12-16 12:21:42', '2024-12-16 08:51:42', '', 'دانلود کتاب موج آزمون هندسه (PDF📁) 376 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d9%85%d9%88%d8%ac-%d8%a2%d8%b2%d9%85%d9%88%d9%86-%d9%87%d9%86%d8%af%d8%b3%d9%87-pdf%f0%9f%93%81-376-%d8%b5%d9%81%d8%ad%d9%87', '', '', '2024-12-16 12:21:42', '2024-12-16 08:51:42', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=645', 0, 'download', '', 0),
(647, 2, '2024-12-16 12:47:16', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/ikigai/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب ایکیگای هکتور گارسیا و فرانسیس میرالس امیرحسین تقیلوو میثم کلانتری</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/comprehensive-overview-financial-accounting/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب مروری جامع بر حسابداری مالی 2 ایرج نوروش</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/blue-ocean-strategy/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب استراتژی اقیانوس آبی دبلیو چان کیم</a></span></strong></span></span></h3>', 'دانلود کتاب ریاضیات و کاربرد آن در مدیریت و حسابداری هادی رنجبران (PDF📁) 680 صفحه', '', 'draft', 'open', 'open', '', 'mathematics-its-application', '', '', '2024-12-16 12:47:16', '2024-12-16 09:17:16', '', 0, 'https://activereading.xyz/?p=647', 0, 'post', '', 0),
(648, 2, '2024-12-16 12:33:57', '2024-12-16 09:03:57', '', 'کتاب ریاضیات و کاربرد آن در مدیریت و حسابداری', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%b1%db%8c%d8%a7%d8%b6%db%8c%d8%a7%d8%aa-%d9%88-%da%a9%d8%a7%d8%b1%d8%a8%d8%b1%d8%af-%d8%a2%d9%86-%d8%af%d8%b1-%d9%85%d8%af%db%8c%d8%b1%db%8c%d8%aa-%d9%88-%d8%ad%d8%b3%d8%a7', '', '', '2024-12-16 12:33:57', '2024-12-16 09:03:57', '', 647, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-ریاضیات-و-کاربرد-آن-در-مدیریت-و-حسابداری.jpg', 0, 'attachment', 'image/jpeg', 0),
(650, 2, '2024-12-16 12:47:05', '2024-12-16 09:17:05', '', 'دانلود کتاب ریاضیات و کاربرد آن در مدیریت و حسابداری هادی رنجبران (PDF📁) 680 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%b1%db%8c%d8%a7%d8%b6%db%8c%d8%a7%d8%aa-%d9%88-%da%a9%d8%a7%d8%b1%d8%a8%d8%b1%d8%af-%d8%a2%d9%86-%d8%af%d8%b1-%d9%85%d8%af%db%8c%d8%b1', '', '', '2024-12-16 12:47:05', '2024-12-16 09:17:05', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=650', 0, 'download', '', 0),
(653, 2, '2024-12-16 13:32:28', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/psychology-learning/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب روانشناسی یادگیری دکتر پروین کدیور</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/educational-nurturing-skills/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب مهارت های آموزشی و پرورشی جلد اول دکتر حسن شعبانی</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/family-counseling/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب مشاوره خانواده دکتر کیانوش زهرا کار - دکتر فروغ جعفری</a></span></strong></span></span></h3>', 'دانلود کتاب تاریخ روانشناسی نوین علی اکبر سیف (PDF📁) 317 صفحه', '', 'draft', 'open', 'open', '', 'history-psychology-modern', '', '', '2024-12-16 13:32:28', '2024-12-16 10:02:28', '', 0, 'https://activereading.xyz/?p=653', 0, 'post', '', 0),
(654, 2, '2024-12-16 13:29:36', '2024-12-16 09:59:36', '', 'کتاب تاریخ روانشناسی نوین', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%aa%d8%a7%d8%b1%db%8c%d8%ae-%d8%b1%d9%88%d8%a7%d9%86%d8%b4%d9%86%d8%a7%d8%b3%db%8c-%d9%86%d9%88%db%8c%d9%86', '', '', '2024-12-16 13:29:36', '2024-12-16 09:59:36', '', 653, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-تاریخ-روانشناسی-نوین.jpg', 0, 'attachment', 'image/jpeg', 0),
(656, 2, '2024-12-16 13:32:18', '2024-12-16 10:02:18', '', 'دانلود کتاب تاریخ روانشناسی نوین علی اکبر سیف (PDF📁) 317 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%aa%d8%a7%d8%b1%db%8c%d8%ae-%d8%b1%d9%88%d8%a7%d9%86%d8%b4%d9%86%d8%a7%d8%b3%db%8c-%d9%86%d9%88%db%8c%d9%86-%d8%b9%d9%84%db%8c-%d8%a7', '', '', '2024-12-16 13:32:18', '2024-12-16 10:02:18', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=656', 0, 'download', '', 0),
(658, 2, '2024-12-16 15:01:39', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/hijab-sharia-prophets-era/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب حجاب شرعی در عصر پیامبر امیر ترکاشوند</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/psychology-work/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب روان شناسی کار فاطمه پور شهسواری</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/statistics-descriptive-psychology/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب آمار توصیفی در روانشناسی و علوم تربیتی حسن امین پور</a></span></strong></span></span></h3>', 'دانلود کتاب درباره معنی زندگی شهاب الدین عباسی (PDF📁) 119 صفحه', '', 'draft', 'open', 'open', '', 'about-meaning-life', '', '', '2024-12-16 15:01:39', '2024-12-16 11:31:39', '', 0, 'https://activereading.xyz/?p=658', 0, 'post', '', 0),
(659, 2, '2024-12-16 14:50:52', '2024-12-16 11:20:52', '', 'کتاب درباره معنی زندگی', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%af%d8%b1%d8%a8%d8%a7%d8%b1%d9%87-%d9%85%d8%b9%d9%86%db%8c-%d8%b2%d9%86%d8%af%da%af%db%8c', '', '', '2024-12-16 14:50:52', '2024-12-16 11:20:52', '', 658, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-درباره-معنی-زندگی.jpg', 0, 'attachment', 'image/jpeg', 0),
(661, 2, '2024-12-16 15:01:30', '2024-12-16 11:31:30', '', 'دانلود کتاب درباره معنی زندگی شهاب الدین عباسی (PDF📁) 119 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%af%d8%b1%d8%a8%d8%a7%d8%b1%d9%87-%d9%85%d8%b9%d9%86%db%8c-%d8%b2%d9%86%d8%af%da%af%db%8c-%d8%b4%d9%87%d8%a7%d8%a8-%d8%a7%d9%84%d8%af', '', '', '2024-12-16 15:01:30', '2024-12-16 11:31:30', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=661', 0, 'download', '', 0),
(663, 2, '2024-12-16 23:44:28', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/heart-sun-warrior/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب قلب جنگجوی خورشید سولین تن</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/money-currency-banking/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب پول ارز و بانکداری یوسف فرجی</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/thirty-two-thousand-years-art-history/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب سی و دو هزار سال تاریخ هنر هرمز ریاحی</a></span></strong></span></span></h3>', 'دانلود کتاب ایران برآمدن رضا خان سیروس غنی (PDF📁) 525 صفحه', '', 'draft', 'open', 'open', '', 'iran-rise-reza-khan', '', '', '2024-12-16 23:44:28', '2024-12-16 20:14:28', '', 0, 'https://activereading.xyz/?p=663', 0, 'post', '', 0),
(664, 2, '2024-12-16 23:39:13', '2024-12-16 20:09:13', '', 'کتاب ایران برآمدن رضا خان', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%a7%db%8c%d8%b1%d8%a7%d9%86-%d8%a8%d8%b1%d8%a2%d9%85%d8%af%d9%86-%d8%b1%d8%b6%d8%a7-%d8%ae%d8%a7%d9%86', '', '', '2024-12-16 23:39:13', '2024-12-16 20:09:13', '', 663, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-ایران-برآمدن-رضا-خان.jpg', 0, 'attachment', 'image/jpeg', 0),
(666, 2, '2024-12-16 23:44:16', '2024-12-16 20:14:16', '', 'دانلود کتاب ایران برآمدن رضا خان سیروس غنی (PDF📁) 525 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%a7%db%8c%d8%b1%d8%a7%d9%86-%d8%a8%d8%b1%d8%a2%d9%85%d8%af%d9%86-%d8%b1%d8%b6%d8%a7-%d8%ae%d8%a7%d9%86-%d8%b3%db%8c%d8%b1%d9%88%d8%b3', '', '', '2024-12-16 23:44:16', '2024-12-16 20:14:16', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=666', 0, 'download', '', 0),
(668, 2, '2024-12-17 00:32:43', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/skin-diseases/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب درسنامه بیماری های پوستی حسین مرتضوی</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/latent-depression/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب افسردگی نهفته شبنم درویش</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/man-islam/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب انسان در اسلام غلامحسین گرامی</a></span></strong></span></span></h3>', 'دانلود کتاب ترجمه تحت اللفظی و روان law texts محمود رمضانی (PDF📁) 353 صفحه', '', 'draft', 'open', 'open', '', 'literal-translation', '', '', '2024-12-17 00:32:43', '2024-12-16 21:02:43', '', 0, 'https://activereading.xyz/?p=668', 0, 'post', '', 0),
(669, 2, '2024-12-17 00:23:48', '2024-12-16 20:53:48', '', 'کتاب ترجمه تحت اللفظی و روان law texts', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%aa%d8%b1%d8%ac%d9%85%d9%87-%d8%aa%d8%ad%d8%aa-%d8%a7%d9%84%d9%84%d9%81%d8%b8%db%8c-%d9%88-%d8%b1%d9%88%d8%a7%d9%86-law-texts', '', '', '2024-12-17 00:23:48', '2024-12-16 20:53:48', '', 668, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-ترجمه-تحت-اللفظی-و-روان-law-texts.jpg', 0, 'attachment', 'image/jpeg', 0),
(671, 2, '2024-12-17 00:32:35', '2024-12-16 21:02:35', '', 'دانلود کتاب ترجمه تحت اللفظی و روان law texts محمود رمضانی (PDF📁) 353 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%aa%d8%b1%d8%ac%d9%85%d9%87-%d8%aa%d8%ad%d8%aa-%d8%a7%d9%84%d9%84%d9%81%d8%b8%db%8c-%d9%88-%d8%b1%d9%88%d8%a7%d9%86-law-texts-%d9%85', '', '', '2024-12-17 00:32:35', '2024-12-16 21:02:35', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=671', 0, 'download', '', 0),
(673, 2, '2024-12-17 01:01:44', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/memoirs-murderer/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب خاطرات یک آدم کش کیم یونگ ها ترجمه خاطره کرد کریمی </a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/supernatural/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب ماورای طبیعی شدن دکتر جو دیسپنزا</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/educational-evaluation/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب ارزشیابی آموزشی دکتر عباس بازرگان</a></span></strong></span></span></h3>', 'دانلود کتاب رموز موفقیت در بازاریابی شبکه ای مصطفی عابدینی فرد (PDF📁) 130 صفحه', '', 'draft', 'open', 'open', '', 'secrets-success-marketing', '', '', '2024-12-17 01:01:44', '2024-12-16 21:31:44', '', 0, 'https://activereading.xyz/?p=673', 0, 'post', '', 0),
(674, 2, '2024-12-17 00:59:11', '2024-12-16 21:29:11', '', 'کتاب رموز موفقیت در بازاریابی شبکه ای', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%b1%d9%85%d9%88%d8%b2-%d9%85%d9%88%d9%81%d9%82%db%8c%d8%aa-%d8%af%d8%b1-%d8%a8%d8%a7%d8%b2%d8%a7%d8%b1%db%8c%d8%a7%d8%a8%db%8c-%d8%b4%d8%a8%da%a9%d9%87-%d8%a7%db%8c', '', '', '2024-12-17 00:59:11', '2024-12-16 21:29:11', '', 673, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-رموز-موفقیت-در-بازاریابی-شبکه-ای.jpg', 0, 'attachment', 'image/jpeg', 0),
(676, 2, '2024-12-17 01:01:34', '2024-12-16 21:31:34', '', 'دانلود کتاب رموز موفقیت در بازاریابی شبکه ای مصطفی عابدینی فرد (PDF📁) 130 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%b1%d9%85%d9%88%d8%b2-%d9%85%d9%88%d9%81%d9%82%db%8c%d8%aa-%d8%af%d8%b1-%d8%a8%d8%a7%d8%b2%d8%a7%d8%b1%db%8c%d8%a7%d8%a8%db%8c-%d8%b4', '', '', '2024-12-17 01:01:34', '2024-12-16 21:31:34', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=676', 0, 'download', '', 0),
(678, 2, '2024-12-17 14:09:36', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/intelligence-et-formula-1/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب هوش ای تی فرمول 1 گامی تا فرزانگان</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/foundations-concepts-architecture/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب مبانی و مفاهیم در معماری معاصر غرب وحید قبادیان</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/apple-green-physiology-1/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب سیب سبز فیزیولوژی 1</a></span></strong></span></span></h3>', 'دانلود کتاب ماورای طبیعی شدن دکتر جو دیسپنزا (PDF📁) 606 صفحه', '', 'draft', 'open', 'open', '', '', '', '', '2024-12-17 14:09:36', '2024-12-17 10:39:36', '', 0, 'https://activereading.xyz/?p=678', 0, 'post', '', 0),
(679, 2, '2024-12-17 13:54:55', '2024-12-17 10:24:55', '', 'کتاب ماورای طبیعی شدن', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d9%85%d8%a7%d9%88%d8%b1%d8%a7%db%8c-%d8%b7%d8%a8%db%8c%d8%b9%db%8c-%d8%b4%d8%af%d9%86', '', '', '2024-12-17 13:54:55', '2024-12-17 10:24:55', '', 678, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-ماورای-طبیعی-شدن.jpg', 0, 'attachment', 'image/jpeg', 0),
(681, 2, '2024-12-17 14:09:30', '2024-12-17 10:39:30', '', 'دانلود کتاب ماورای طبیعی شدن دکتر جو دیسپنزا (PDF📁) 606 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d9%85%d8%a7%d9%88%d8%b1%d8%a7%db%8c-%d8%b7%d8%a8%db%8c%d8%b9%db%8c-%d8%b4%d8%af%d9%86-%d8%af%da%a9%d8%aa%d8%b1-%d8%ac%d9%88-%d8%af%db%8c', '', '', '2024-12-17 14:09:30', '2024-12-17 10:39:30', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=681', 0, 'download', '', 0),
(685, 2, '2024-12-18 13:24:20', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/godless-religious-builders/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب دین سازان بی خدا دکتر مسعود انصاری</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/modifying-modifying-behavior-modifiers/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب روش های اصلاح و تغییر رفتار کودکان علی مصطفایی</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/history-jahangoshay-juwayni/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب تاریخ جهانگشای جوینی دکتر احمد خاتمی</a></span></strong></span></span></h3>', 'دانلود کتاب خاطرات یک آدم کش کیم یونگ ها ترجمه خاطره کرد کریمی (PDF📁) 77 صفحه', '', 'draft', 'open', 'open', '', 'memoirs-murderer', '', '', '2024-12-18 13:24:20', '2024-12-18 09:54:20', '', 0, 'https://activereading.xyz/?p=685', 0, 'post', '', 0),
(686, 2, '2024-12-18 13:21:16', '2024-12-18 09:51:16', '', 'کتاب خاطرات یک آدم کش', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%ae%d8%a7%d8%b7%d8%b1%d8%a7%d8%aa-%db%8c%da%a9-%d8%a2%d8%af%d9%85-%da%a9%d8%b4', '', '', '2024-12-18 13:21:16', '2024-12-18 09:51:16', '', 685, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-خاطرات-یک-آدم-کش.jpg', 0, 'attachment', 'image/jpeg', 0),
(688, 2, '2024-12-18 13:24:08', '2024-12-18 09:54:08', '', 'دانلود کتاب خاطرات یک آدم کش کیم یونگ ها ترجمه خاطره کرد کریمی (PDF📁) 77 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%ae%d8%a7%d8%b7%d8%b1%d8%a7%d8%aa-%db%8c%da%a9-%d8%a2%d8%af%d9%85-%da%a9%d8%b4-%da%a9%db%8c%d9%85-%db%8c%d9%88%d9%86%da%af-%d9%87%d8%a7', '', '', '2024-12-18 13:24:08', '2024-12-18 09:54:08', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=688', 0, 'download', '', 0),
(690, 2, '2024-12-18 14:53:49', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/recreate-your-life/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب زندگی خود را دوباره بیافرینید دکتر جفری یانگ</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/system-management-money/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب سیستم مدیریت پول معاملات فارکس دون گای</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/differential-normal-equations/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب معادلات دیفرانسیل معمولی دکتر جمال صفار اردبیلی</a></span></strong></span></span></h3>', 'دانلود کتاب سیب سبز فیزیولوژی 1 (PDF📁) 118 صفحه', '', 'draft', 'open', 'open', '', 'apple-green-physiology-1', '', '', '2024-12-18 14:53:49', '2024-12-18 11:23:49', '', 0, 'https://activereading.xyz/?p=690', 0, 'post', '', 0),
(691, 2, '2024-12-18 14:48:04', '2024-12-18 11:18:04', '', 'کتاب سیب سبز فیزیولوژی 1', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%b3%db%8c%d8%a8-%d8%b3%d8%a8%d8%b2-%d9%81%db%8c%d8%b2%db%8c%d9%88%d9%84%d9%88%da%98%db%8c-1', '', '', '2024-12-18 14:48:04', '2024-12-18 11:18:04', '', 690, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-سیب-سبز-فیزیولوژی-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(693, 2, '2024-12-18 14:53:42', '2024-12-18 11:23:42', '', 'دانلود کتاب سیب سبز فیزیولوژی 1 (PDF📁) 118 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%b3%db%8c%d8%a8-%d8%b3%d8%a8%d8%b2-%d9%81%db%8c%d8%b2%db%8c%d9%88%d9%84%d9%88%da%98%db%8c-1-pdf%f0%9f%93%81-118-%d8%b5%d9%81%d8%ad', '', '', '2024-12-18 14:53:42', '2024-12-18 11:23:42', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=693', 0, 'download', '', 0),
(695, 2, '2024-12-18 15:31:40', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/the-ritual-life-applied-ethics/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب آیین زندگی اخلاق کاربردی ویراست دوم احمد حسین شریفی</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/biology-11th/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب زیست شناسی یازدهم دکتر علی محمد عمارلو</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/fable/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب فابل آدریان یانگ پگاه خدادی </a></span></strong></span></span></h3>', 'دانلود کتاب زبان انگلیسی جامع کنکور نظام جدید شهاب اناری (PDF📁) 414 صفحه', '', 'draft', 'open', 'open', '', 'language-english-comprehensive-entrance-exam', '', '', '2024-12-18 15:31:40', '2024-12-18 12:01:40', '', 0, 'https://activereading.xyz/?p=695', 0, 'post', '', 0),
(696, 2, '2024-12-18 15:09:18', '2024-12-18 11:39:18', '', 'کتاب زبان انگلیسی جامع کنکور نظام جدید', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%b2%d8%a8%d8%a7%d9%86-%d8%a7%d9%86%da%af%d9%84%db%8c%d8%b3%db%8c-%d8%ac%d8%a7%d9%85%d8%b9-%da%a9%d9%86%da%a9%d9%88%d8%b1-%d9%86%d8%b8%d8%a7%d9%85-%d8%ac%d8%af%db%8c%d8%af', '', '', '2024-12-18 15:09:18', '2024-12-18 11:39:18', '', 695, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-زبان-انگلیسی-جامع-کنکور-نظام-جدید.jpg', 0, 'attachment', 'image/jpeg', 0),
(698, 2, '2024-12-18 15:31:26', '2024-12-18 12:01:26', '', 'دانلود کتاب زبان انگلیسی جامع کنکور نظام جدید شهاب اناری (PDF📁) 414 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%b2%d8%a8%d8%a7%d9%86-%d8%a7%d9%86%da%af%d9%84%db%8c%d8%b3%db%8c-%d8%ac%d8%a7%d9%85%d8%b9-%da%a9%d9%86%da%a9%d9%88%d8%b1-%d9%86%d8%b8', '', '', '2024-12-18 15:31:26', '2024-12-18 12:01:26', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=698', 0, 'download', '', 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
(700, 2, '2024-12-18 15:52:40', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/math-test-wave/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب موج آزمون ریاضی رشته ریاضی نشر الگو چاپ 1402 کاظم اجلالی</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/33-war-strategy/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب 33 استراتژی جنگ رابرت گرین</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/man-beginning-completion/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب انسان از آغاز تا انجام محمد طباطبایی</a></span></strong></span></span></h3>', 'دانلود کتاب روانشناسی رشد از تولد تا مرگ دکتر مهشید فروغان (PDF📁) 600 صفحه', '', 'draft', 'open', 'open', '', 'developmental-psychology', '', '', '2024-12-18 15:52:40', '2024-12-18 12:22:40', '', 0, 'https://activereading.xyz/?p=700', 0, 'post', '', 0),
(703, 2, '2024-12-18 15:52:32', '2024-12-18 12:22:32', '', 'دانلود کتاب روانشناسی رشد از تولد تا مرگ دکتر مهشید فروغان (PDF📁) 600 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%b1%d9%88%d8%a7%d9%86%d8%b4%d9%86%d8%a7%d8%b3%db%8c-%d8%b1%d8%b4%d8%af-%d8%a7%d8%b2-%d8%aa%d9%88%d9%84%d8%af-%d8%aa%d8%a7-%d9%85%d8%b1', '', '', '2024-12-18 15:52:32', '2024-12-18 12:22:32', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=703', 0, 'download', '', 0),
(705, 2, '2024-12-20 12:22:22', '0000-00-00 00:00:00', '<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/psychology-learning/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب روانشناسی یادگیری دکتر پروین کدیور</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/educational-nurturing-skills/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب مهارت های آموزشی و پرورشی جلد اول دکتر حسن شعبانی</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/family-counseling/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب مشاوره خانواده دکتر کیانوش زهرا کار - دکتر فروغ جعفری</a></span></strong></span></span></h3>', 'دانلود کتاب اقتصاد کلان دکتر محسن نظری (PDF📁) 344 صفحه', '', 'draft', 'open', 'open', '', 'macroeconomics', '', '', '2024-12-20 12:22:22', '2024-12-20 08:52:22', '', 0, 'https://activereading.xyz/?p=705', 0, 'post', '', 0),
(706, 2, '2024-12-20 12:13:12', '2024-12-20 08:43:12', '', 'کتاب اقتصاد کلان', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%a7%d9%82%d8%aa%d8%b5%d8%a7%d8%af-%da%a9%d9%84%d8%a7%d9%86', '', '', '2024-12-20 12:13:12', '2024-12-20 08:43:12', '', 705, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-اقتصاد-کلان.jpg', 0, 'attachment', 'image/jpeg', 0),
(708, 2, '2024-12-20 12:22:15', '2024-12-20 08:52:15', '', 'دانلود کتاب اقتصاد کلان دکتر محسن نظری 344 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%a7%d9%82%d8%aa%d8%b5%d8%a7%d8%af-%da%a9%d9%84%d8%a7%d9%86-%d8%af%da%a9%d8%aa%d8%b1-%d9%85%d8%ad%d8%b3%d9%86-%d9%86%d8%b8%d8%b1%db%8c-3', '', '', '2024-12-20 12:22:15', '2024-12-20 08:52:15', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=708', 0, 'download', '', 0),
(710, 2, '2024-12-20 12:41:52', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/hijab-sharia-prophets-era/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب حجاب شرعی در عصر پیامبر امیر ترکاشوند</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/psychology-work/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب روان شناسی کار فاطمه پور شهسواری</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/statistics-descriptive-psychology/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب آمار توصیفی در روانشناسی و علوم تربیتی حسن امین پور</a></span></strong></span></span></h3>', 'دانلود کتاب فرهنگ و تمدن اسلام محمد مصطفی اسعدی (PDF📁) 267 صفحه', '', 'draft', 'open', 'open', '', 'culture-civilization-islam', '', '', '2024-12-20 12:41:52', '2024-12-20 09:11:52', '', 0, 'https://activereading.xyz/?p=710', 0, 'post', '', 0),
(711, 2, '2024-12-20 12:36:54', '2024-12-20 09:06:54', '', 'کتاب فرهنگ و تمدن اسلام', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d9%81%d8%b1%d9%87%d9%86%da%af-%d9%88-%d8%aa%d9%85%d8%af%d9%86-%d8%a7%d8%b3%d9%84%d8%a7%d9%85', '', '', '2024-12-20 12:36:54', '2024-12-20 09:06:54', '', 710, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-فرهنگ-و-تمدن-اسلام.jpg', 0, 'attachment', 'image/jpeg', 0),
(713, 2, '2024-12-20 12:41:45', '2024-12-20 09:11:45', '', 'دانلود کتاب فرهنگ و تمدن اسلام محمد مصطفی اسعدی (PDF📁) 267 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d9%81%d8%b1%d9%87%d9%86%da%af-%d9%88-%d8%aa%d9%85%d8%af%d9%86-%d8%a7%d8%b3%d9%84%d8%a7%d9%85-%d9%85%d8%ad%d9%85%d8%af-%d9%85%d8%b5%d8%b7', '', '', '2024-12-20 12:41:45', '2024-12-20 09:11:45', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=713', 0, 'download', '', 0),
(715, 2, '2024-12-20 18:26:50', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/realm-thorn-rose/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب قلمرو خار و رز جلد اول بخش اول سارا جی. ماس</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/psychotherapy-existential/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب روان درمانی اگزیستانسیال یالوم</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/training-skills-training/\" target=\"_blank\" rel=\"noopener\">دانلودکتاب مهارت های آموزشی و پرورشی جلد دوم دکتر حسن شعبانی</a></span></strong></span></span></h3>', 'دانلود کتاب حسابداری صنعتی 3 جمشید اسکندری (PDF📁) 170 صفحه', '', 'draft', 'open', 'open', '', 'accounting-industrial-3', '', '', '2024-12-20 18:26:50', '2024-12-20 14:56:50', '', 0, 'https://activereading.xyz/?p=715', 0, 'post', '', 0),
(716, 2, '2024-12-20 18:24:00', '2024-12-20 14:54:00', '', 'کتاب حسابداری صنعتی 3', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%ad%d8%b3%d8%a7%d8%a8%d8%af%d8%a7%d8%b1%db%8c-%d8%b5%d9%86%d8%b9%d8%aa%db%8c-3', '', '', '2024-12-20 18:24:00', '2024-12-20 14:54:00', '', 715, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-حسابداری-صنعتی-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(718, 2, '2024-12-20 18:26:42', '2024-12-20 14:56:42', '', 'دانلود کتاب حسابداری صنعتی 3 جمشید اسکندری (PDF📁) 170 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%ad%d8%b3%d8%a7%d8%a8%d8%af%d8%a7%d8%b1%db%8c-%d8%b5%d9%86%d8%b9%d8%aa%db%8c-3-%d8%ac%d9%85%d8%b4%db%8c%d8%af-%d8%a7%d8%b3%da%a9%d9%86', '', '', '2024-12-20 18:26:42', '2024-12-20 14:56:42', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=718', 0, 'download', '', 0),
(720, 2, '2024-12-22 21:29:58', '0000-00-00 00:00:00', '', 'دانلود کتاب اسلام در ایران ایلیاپاولیچ پطروشفسکی (PDF📁) 577 صفحه', '', 'draft', 'open', 'open', '', 'islam-iran', '', '', '2024-12-22 21:29:58', '2024-12-22 17:59:58', '', 0, 'https://activereading.xyz/?p=720', 0, 'post', '', 0),
(721, 2, '2024-12-22 21:24:16', '2024-12-22 17:54:16', '', 'کتاب اسلام در ایران', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%a7%d8%b3%d9%84%d8%a7%d9%85-%d8%af%d8%b1-%d8%a7%db%8c%d8%b1%d8%a7%d9%86', '', '', '2024-12-22 21:24:16', '2024-12-22 17:54:16', '', 720, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-اسلام-در-ایران.jpg', 0, 'attachment', 'image/jpeg', 0),
(723, 2, '2024-12-22 21:29:52', '2024-12-22 17:59:52', '', 'دانلود کتاب اسلام در ایران ایلیاپاولیچ پطروشفسکی (PDF📁) 577 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%a7%d8%b3%d9%84%d8%a7%d9%85-%d8%af%d8%b1-%d8%a7%db%8c%d8%b1%d8%a7%d9%86-%d8%a7%db%8c%d9%84%db%8c%d8%a7%d9%be%d8%a7%d9%88%d9%84%db%8c', '', '', '2024-12-22 21:29:52', '2024-12-22 17:59:52', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=723', 0, 'download', '', 0),
(725, 2, '2024-12-22 22:02:18', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/grammar-english-modern/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب گرامر انگلیسی نوین</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/standard-2800/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب استاندارد 2800</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/functional-static/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب استاتیک کاربردی محمود گلابچی</a></span></strong></span></span></h3>', 'دانلود کتاب اکولوژی دکتر محمدرضا اردکانی (PDF📁) 339 صفحه', '', 'draft', 'open', 'open', '', 'ecology', '', '', '2024-12-22 22:02:18', '2024-12-22 18:32:18', '', 0, 'https://activereading.xyz/?p=725', 0, 'post', '', 0),
(726, 2, '2024-12-22 21:41:12', '2024-12-22 18:11:12', '', 'کتاب اکولوژی', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%a7%da%a9%d9%88%d9%84%d9%88%da%98%db%8c', '', '', '2024-12-22 21:41:12', '2024-12-22 18:11:12', '', 725, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-اکولوژی.jpg', 0, 'attachment', 'image/jpeg', 0),
(728, 2, '2024-12-22 22:02:10', '2024-12-22 18:32:10', '', 'دانلود کتاب اکولوژی دکتر محمدرضا اردکانی (PDF📁) 339 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%a7%da%a9%d9%88%d9%84%d9%88%da%98%db%8c-%d8%af%da%a9%d8%aa%d8%b1-%d9%85%d8%ad%d9%85%d8%af%d8%b1%d8%b6%d8%a7-%d8%a7%d8%b1%d8%af%da%a9', '', '', '2024-12-22 22:02:10', '2024-12-22 18:32:10', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=728', 0, 'download', '', 0),
(730, 2, '2024-12-23 13:22:48', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/psychology-guidance-counseling/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب روانشناسی راهنمایی و مشاوره نیلا آخوندی</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/education-numerology/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب اموزش نومرولوژی</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/reading-understanding-concepts-1/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب خواندن و درک مفاهیم 1 دکتر محمد حسن تحریریان</a></span></strong></span></span></h3>', 'دانلود کتاب هنر رندانه ی به تخم گرفتن ارشاد نیکخواه (PDF📁) 335 صفحه', '', 'draft', 'open', 'open', '', 'the-art-of-grinding-egg-catch', '', '', '2024-12-23 13:22:48', '2024-12-23 09:52:48', '', 0, 'https://activereading.xyz/?p=730', 0, 'post', '', 0),
(731, 2, '2024-12-23 13:20:26', '2024-12-23 09:50:26', '', 'کتاب هنر رندانه ی به تخم گرفتن', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d9%87%d9%86%d8%b1-%d8%b1%d9%86%d8%af%d8%a7%d9%86%d9%87-%db%8c-%d8%a8%d9%87-%d8%aa%d8%ae%d9%85-%da%af%d8%b1%d9%81%d8%aa%d9%86', '', '', '2024-12-23 13:20:26', '2024-12-23 09:50:26', '', 730, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-هنر-رندانه-ی-به-تخم-گرفتن.jpg', 0, 'attachment', 'image/jpeg', 0),
(733, 2, '2024-12-23 13:22:41', '2024-12-23 09:52:41', '', 'دانلود کتاب هنر رندانه ی به تخم گرفتن ارشاد نیکخواه (PDF📁) 335 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d9%87%d9%86%d8%b1-%d8%b1%d9%86%d8%af%d8%a7%d9%86%d9%87-%db%8c-%d8%a8%d9%87-%d8%aa%d8%ae%d9%85-%da%af%d8%b1%d9%81%d8%aa%d9%86-%d8%a7%d8%b1', '', '', '2024-12-23 13:22:41', '2024-12-23 09:52:41', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=733', 0, 'download', '', 0),
(735, 2, '2024-12-23 13:43:20', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/understanding-articulating-architecture/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب درک و بیان معماری دکتر مرتضی صدیق</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/aerodynamics/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب آئرودینامیک محمد تبرا</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/phagosis-12-pillars/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب فاگوزیست 12 پایه فردین جوادی</a></span></strong></span></span></h3>', 'دانلود کتاب روانشناسی اجتماعی کاربردی مجید صفاری نیا  (PDF📁) 94 صفحه', '', 'draft', 'open', 'open', '', 'social-psychology', '', '', '2024-12-23 13:43:20', '2024-12-23 10:13:20', '', 0, 'https://activereading.xyz/?p=735', 0, 'post', '', 0),
(736, 2, '2024-12-23 13:37:58', '2024-12-23 10:07:58', '', 'کتاب روانشناسی اجتماعی کاربردی', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%b1%d9%88%d8%a7%d9%86%d8%b4%d9%86%d8%a7%d8%b3%db%8c-%d8%a7%d8%ac%d8%aa%d9%85%d8%a7%d8%b9%db%8c-%da%a9%d8%a7%d8%b1%d8%a8%d8%b1%d8%af%db%8c', '', '', '2024-12-23 13:37:58', '2024-12-23 10:07:58', '', 735, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-روانشناسی-اجتماعی-کاربردی.jpg', 0, 'attachment', 'image/jpeg', 0),
(738, 2, '2024-12-23 13:42:07', '0000-00-00 00:00:00', '', 'دانلود کتاب روانشناسی اجتماعی کاربردی مجید صفاری نیا  (PDF📁) 94 صفحه', '', 'draft', 'open', 'closed', '', '', '', '', '2024-12-23 13:42:07', '2024-12-23 10:12:07', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=738', 0, 'download', '', 0),
(739, 2, '2024-12-23 14:13:07', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/developmental-theories/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب نظریه های رشد ویلیام کرین</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/developmental-psychology/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب روانشناسی رشد از تولد تا مرگ دکتر مهشید فروغان</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/language-english-comprehensive-entrance-exam/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب زبان انگلیسی جامع کنکور نظام جدید شهاب اناری</a></span></strong></span></span></h3>', 'دانلود کتاب مدیریت رفتار سازمانی زهرا برومند (PDF📁) 343 صفحه', '', 'draft', 'open', 'open', '', 'organizational-behavior-management', '', '', '2024-12-23 14:13:07', '2024-12-23 10:43:07', '', 0, 'https://activereading.xyz/?p=739', 0, 'post', '', 0),
(740, 2, '2024-12-23 14:09:38', '2024-12-23 10:39:38', '', 'کتاب مدیریت رفتار سازمانی', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d9%85%d8%af%db%8c%d8%b1%db%8c%d8%aa-%d8%b1%d9%81%d8%aa%d8%a7%d8%b1-%d8%b3%d8%a7%d8%b2%d9%85%d8%a7%d9%86%db%8c', '', '', '2024-12-23 14:09:38', '2024-12-23 10:39:38', '', 739, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-مدیریت-رفتار-سازمانی.jpg', 0, 'attachment', 'image/jpeg', 0),
(742, 2, '2024-12-23 14:13:03', '2024-12-23 10:43:03', '', 'دانلود کتاب مدیریت رفتار سازمانی زهرا برومند (PDF📁) 343 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d9%85%d8%af%db%8c%d8%b1%db%8c%d8%aa-%d8%b1%d9%81%d8%aa%d8%a7%d8%b1-%d8%b3%d8%a7%d8%b2%d9%85%d8%a7%d9%86%db%8c-%d8%b2%d9%87%d8%b1%d8%a7', '', '', '2024-12-23 14:13:03', '2024-12-23 10:43:03', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=742', 0, 'download', '', 0),
(744, 2, '2024-12-23 14:47:32', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/scientific-databases/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب بانک اطلاعات علمی _ کاربردی جلد دوم مصطفی حق جو</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/iran-rise-reza-khan/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب ایران برآمدن رضا خان سیروس غنی </a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/literal-translation/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب ترجمه تحت اللفظی و روان law texts محمود رمضانی</a></span></strong></span></span></h3>', 'دانلود کتاب حقوق تطبیقی عبدالحسین شیروی (PDF📁) 155 صفحه', '', 'draft', 'open', 'open', '', 'comparative-law', '', '', '2024-12-23 14:47:32', '2024-12-23 11:17:32', '', 0, 'https://activereading.xyz/?p=744', 0, 'post', '', 0),
(745, 2, '2024-12-23 14:39:08', '2024-12-23 11:09:08', '', 'کتاب حقوق تطبیقی', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%ad%d9%82%d9%88%d9%82-%d8%aa%d8%b7%d8%a8%db%8c%d9%82%db%8c', '', '', '2024-12-23 14:39:08', '2024-12-23 11:09:08', '', 744, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-حقوق-تطبیقی.jpg', 0, 'attachment', 'image/jpeg', 0),
(747, 2, '2024-12-23 14:47:26', '2024-12-23 11:17:26', '', 'دانلود کتاب حقوق تطبیقی عبدالحسین شیروی (PDF📁) 155 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%ad%d9%82%d9%88%d9%82-%d8%aa%d8%b7%d8%a8%db%8c%d9%82%db%8c-%d8%b9%d8%a8%d8%af%d8%a7%d9%84%d8%ad%d8%b3%db%8c%d9%86-%d8%b4%db%8c%d8%b1', '', '', '2024-12-23 14:47:26', '2024-12-23 11:17:26', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=747', 0, 'download', '', 0),
(749, 2, '2024-12-23 15:19:01', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/gear-shiver/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب ترس و لرز سورن کیرکگور</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/365-day-talking-quran/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب 365 روز در صحبت قرآن محمد حسین الهی قمشه ای</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/macroeconomics/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب اقتصاد کلان دکتر محسن نظری </a></span></strong></span></span></h3>', 'دانلود کتاب روانشناسی احساس و ادراک محمود پناهی شهری (PDF📁) 133 صفحه', '', 'draft', 'open', 'open', '', 'psychology-emotion-perception', '', '', '2024-12-23 15:19:01', '2024-12-23 11:49:01', '', 0, 'https://activereading.xyz/?p=749', 0, 'post', '', 0),
(750, 2, '2024-12-23 15:08:56', '2024-12-23 11:38:56', '', 'کتاب روانشناسی احساس و ادراک', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%b1%d9%88%d8%a7%d9%86%d8%b4%d9%86%d8%a7%d8%b3%db%8c-%d8%a7%d8%ad%d8%b3%d8%a7%d8%b3-%d9%88-%d8%a7%d8%af%d8%b1%d8%a7%da%a9', '', '', '2024-12-23 15:08:56', '2024-12-23 11:38:56', '', 749, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-روانشناسی-احساس-و-ادراک.jpg', 0, 'attachment', 'image/jpeg', 0),
(751, 2, '2024-12-23 15:16:04', '2024-12-23 11:46:04', '', 'کتاب روانشناسی احساس و ادراک', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%b1%d9%88%d8%a7%d9%86%d8%b4%d9%86%d8%a7%d8%b3%db%8c-%d8%a7%d8%ad%d8%b3%d8%a7%d8%b3-%d9%88-%d8%a7%d8%af%d8%b1%d8%a7%da%a9-2', '', '', '2024-12-23 15:16:04', '2024-12-23 11:46:04', '', 749, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-روانشناسی-احساس-و-ادراک-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(753, 2, '2024-12-23 15:18:52', '2024-12-23 11:48:52', '', 'دانلود کتاب روانشناسی احساس و ادراک محمود پناهی شهری (PDF📁) 133 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%b1%d9%88%d8%a7%d9%86%d8%b4%d9%86%d8%a7%d8%b3%db%8c-%d8%a7%d8%ad%d8%b3%d8%a7%d8%b3-%d9%88-%d8%a7%d8%af%d8%b1%d8%a7%da%a9-%d9%85%d8%ad', '', '', '2024-12-23 15:18:52', '2024-12-23 11:48:52', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=753', 0, 'download', '', 0),
(755, 2, '2024-12-23 15:43:06', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/culture-civilization-islam/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب فرهنگ و تمدن اسلام محمد مصطفی اسعدی</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/accounting-industrial-3/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب حسابداری صنعتی 3 جمشید اسکندری</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/islam-iran/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب اسلام در ایران ایلیاپاولیچ پطروشفسکی</a></span></strong></span></span></h3>', 'دانلود کتاب حل کامل مسائل مبانی کنترل فرآیند در مهندسی شیمی دکتر منوچهر نیک آذر (PDF📁) 152 صفحه', '', 'draft', 'open', 'open', '', 'solving-chemistry-fundamentals-problems', '', '', '2024-12-23 15:43:06', '2024-12-23 12:13:06', '', 0, 'https://activereading.xyz/?p=755', 0, 'post', '', 0),
(756, 2, '2024-12-23 15:29:50', '2024-12-23 11:59:50', '', 'کتاب حل کامل مسائل مبانی کنترل فرآیند در مهندسی شیمی', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%ad%d9%84-%da%a9%d8%a7%d9%85%d9%84-%d9%85%d8%b3%d8%a7%d8%a6%d9%84-%d9%85%d8%a8%d8%a7%d9%86%db%8c-%da%a9%d9%86%d8%aa%d8%b1%d9%84-%d9%81%d8%b1%d8%a2%db%8c%d9%86%d8%af-%d8%af', '', '', '2024-12-23 15:29:50', '2024-12-23 11:59:50', '', 755, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-حل-کامل-مسائل-مبانی-کنترل-فرآیند-در-مهندسی-شیمی.jpg', 0, 'attachment', 'image/jpeg', 0),
(758, 2, '2024-12-23 15:43:00', '2024-12-23 12:13:00', '', 'دانلود کتاب حل کامل مسائل مبانی کنترل فرآیند در مهندسی شیمی دکتر منوچهر نیک آذر (PDF📁) 152 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%ad%d9%84-%da%a9%d8%a7%d9%85%d9%84-%d9%85%d8%b3%d8%a7%d8%a6%d9%84-%d9%85%d8%a8%d8%a7%d9%86%db%8c-%da%a9%d9%86%d8%aa%d8%b1%d9%84-%d9%81', '', '', '2024-12-23 15:43:00', '2024-12-23 12:13:00', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=758', 0, 'download', '', 0),
(760, 2, '2024-12-23 17:27:38', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/discourse-inequality/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب گفتاری در باب نابرابری ژان ژاک روسو</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/ecology/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب اکولوژی دکتر محمدرضا اردکانی</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/social-psychology/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب روانشناسی اجتماعی کاربردی مجید صفاری نیا</a></span></strong></span></span></h3>', 'دانلود کتاب راهنمای زبان عمومی پیام نور (PDF📁) 208 صفحه', '', 'draft', 'open', 'open', '', 'manual-language-general', '', '', '2024-12-23 17:27:38', '2024-12-23 13:57:38', '', 0, 'https://activereading.xyz/?p=760', 0, 'post', '', 0),
(761, 2, '2024-12-23 17:24:45', '2024-12-23 13:54:45', '', 'کتاب راهنمای زبان عمومی', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d8%b1%d8%a7%d9%87%d9%86%d9%85%d8%a7%db%8c-%d8%b2%d8%a8%d8%a7%d9%86-%d8%b9%d9%85%d9%88%d9%85%db%8c', '', '', '2024-12-23 17:24:45', '2024-12-23 13:54:45', '', 760, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-راهنمای-زبان-عمومی.jpg', 0, 'attachment', 'image/jpeg', 0),
(763, 2, '2024-12-23 17:27:31', '2024-12-23 13:57:31', '', 'دانلود کتاب راهنمای زبان عمومی پیام نور (PDF📁) 208 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d8%b1%d8%a7%d9%87%d9%86%d9%85%d8%a7%db%8c-%d8%b2%d8%a8%d8%a7%d9%86-%d8%b9%d9%85%d9%88%d9%85%db%8c-%d9%be%db%8c%d8%a7%d9%85-%d9%86%d9%88', '', '', '2024-12-23 17:27:31', '2024-12-23 13:57:31', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=763', 0, 'download', '', 0),
(765, 2, '2024-12-23 17:33:54', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/chemistry-3-12/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب شیمی 3 دوازدهم زیر ذره بین</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/types-temperament/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب انواع مزاج</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/comprehensive-nursing-curriculum/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب بانک سوالات درسنامه جامع پرستاری احمد نوقابی</a></span></strong></span></span></h3>', 'دانلود کتاب مددکاری اجتماعی (1) کار با فرد حسن موسوی چلک (PDF📁) 272 صفحه', '', 'draft', 'open', 'open', '', '', '', '', '2024-12-23 17:33:54', '2024-12-23 14:03:54', '', 0, 'https://activereading.xyz/?p=765', 0, 'post', '', 0),
(766, 2, '2024-12-23 17:53:49', '0000-00-00 00:00:00', '<h3 style=\"text-align: center;\">کتاب‌های پیشنهادی ما:</h3>\r\n<h3><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #239f40; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/chemistry-3-12/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب شیمی 3 دوازدهم زیر ذره بین</a></span></strong></span><strong><span style=\"display: block; margin-bottom: 10px;\"><a style=\"display: block; padding: 10px 20px; background-color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; color: #000000; text-align: center;\" href=\"https://activeintro.xyz/types-temperament/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب انواع مزاج</a></span></strong><span style=\"color: #ffffff;\"><strong><span style=\"display: block;\"><a style=\"display: block; padding: 10px 20px; background-color: #da0000; color: #ffffff; text-decoration: none; border-radius: 5px; border: 2px solid #000000; text-align: center;\" href=\"https://activeintro.xyz/comprehensive-nursing-curriculum/\" target=\"_blank\" rel=\"noopener\">دانلود کتاب بانک سوالات درسنامه جامع پرستاری احمد نوقابی</a></span></strong></span></span></h3>', 'دانلود کتاب مددکاری اجتماعی (1) کار با فرد حسن موسوی چلک (PDF📁) 272 صفحه', '', 'draft', 'open', 'open', '', 'social-work-1', '', '', '2024-12-23 17:53:49', '2024-12-23 14:23:49', '', 0, 'https://activereading.xyz/?p=766', 0, 'post', '', 0),
(767, 2, '2024-12-23 17:46:51', '2024-12-23 14:16:51', '', 'کتاب مددکاری اجتماعی (1) کار با فرد', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d9%85%d8%af%d8%af%da%a9%d8%a7%d8%b1%db%8c-%d8%a7%d8%ac%d8%aa%d9%85%d8%a7%d8%b9%db%8c-1-%da%a9%d8%a7%d8%b1-%d8%a8%d8%a7-%d9%81%d8%b1%d8%af', '', '', '2024-12-23 17:46:51', '2024-12-23 14:16:51', '', 766, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-مددکاری-اجتماعی-1-کار-با-فرد.jpg', 0, 'attachment', 'image/jpeg', 0),
(769, 2, '2024-12-23 17:47:43', '2024-12-23 14:17:43', '', 'کتاب مددکاری اجتماعی (1) کار با فرد', '', 'inherit', 'open', 'closed', '', '%da%a9%d8%aa%d8%a7%d8%a8-%d9%85%d8%af%d8%af%da%a9%d8%a7%d8%b1%db%8c-%d8%a7%d8%ac%d8%aa%d9%85%d8%a7%d8%b9%db%8c-1-%da%a9%d8%a7%d8%b1-%d8%a8%d8%a7-%d9%81%d8%b1%d8%af-2', '', '', '2024-12-23 17:47:43', '2024-12-23 14:17:43', '', 766, 'https://activereading.xyz/wp-content/uploads/2024/12/کتاب-مددکاری-اجتماعی-1-کار-با-فرد-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(770, 2, '2024-12-23 17:53:42', '2024-12-23 14:23:42', '', 'دانلود کتاب مددکاری اجتماعی (1) کار با فرد حسن موسوی چلک (PDF📁) 272 صفحه', '', 'publish', 'open', 'closed', '', '%d8%af%d8%a7%d9%86%d9%84%d9%88%d8%af-%da%a9%d8%aa%d8%a7%d8%a8-%d9%85%d8%af%d8%af%da%a9%d8%a7%d8%b1%db%8c-%d8%a7%d8%ac%d8%aa%d9%85%d8%a7%d8%b9%db%8c-1-%da%a9%d8%a7%d8%b1-%d8%a8%d8%a7-%d9%81%d8%b1', '', '', '2024-12-23 17:53:42', '2024-12-23 14:23:42', '', 0, 'https://activereading.xyz/?post_type=download&#038;p=770', 0, 'download', '', 0);

-- --------------------------------------------------------

--
-- Table structure for table `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) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_termmeta`
--

INSERT INTO `wp_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES
(19, 1, '_yoast_term_redirect_info', 'a:4:{s:6:\"origin\";s:73:\"%d8%af%d8%b3%d8%aa%d9%87%d8%a8%d9%86%d8%af%db%8c-%d9%86%d8%b4%d8%af%d9%87\";s:6:\"target\";s:17:\"top-seller-ebooks\";s:4:\"type\";i:301;s:6:\"format\";s:5:\"plain\";}');

-- --------------------------------------------------------

--
-- Table structure for table `wp_terms`
--

CREATE TABLE `wp_terms` (
  `term_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_terms`
--

INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'کتاب های الکترونیک پرفروش', 'top-seller-ebooks', 0),
(2, 'page', 'page', 0),
(3, 'custom', 'custom', 0),
(22, 'منو سربرگ', '%d9%85%d9%86%d9%88-%d8%b3%d8%b1%d8%a8%d8%b1%da%af', 0);

-- --------------------------------------------------------

--
-- Table structure for table `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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_term_relationships`
--

INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(45, 2, 0),
(9, 2, 0),
(13, 3, 0),
(26, 2, 0),
(59, 2, 0),
(62, 2, 0),
(72, 22, 0),
(73, 22, 0),
(75, 1, 0),
(83, 1, 0),
(85, 1, 0),
(90, 1, 0),
(93, 1, 0),
(96, 1, 0),
(105, 1, 0),
(108, 1, 0),
(112, 1, 0),
(115, 1, 0),
(118, 1, 0),
(122, 1, 0),
(125, 1, 0),
(128, 1, 0),
(130, 1, 0),
(133, 1, 0),
(137, 1, 0),
(140, 1, 0),
(141, 1, 0),
(146, 1, 0),
(151, 1, 0),
(156, 1, 0),
(161, 1, 0),
(166, 1, 0),
(171, 1, 0),
(178, 1, 0),
(182, 1, 0),
(186, 1, 0),
(192, 1, 0),
(197, 1, 0),
(202, 1, 0),
(207, 1, 0),
(212, 1, 0),
(217, 1, 0),
(222, 1, 0),
(227, 1, 0),
(232, 1, 0),
(237, 1, 0),
(242, 1, 0),
(248, 1, 0),
(253, 1, 0),
(258, 1, 0),
(263, 1, 0),
(268, 1, 0),
(273, 1, 0),
(278, 1, 0),
(283, 1, 0),
(288, 1, 0),
(293, 1, 0),
(298, 1, 0),
(303, 1, 0),
(308, 1, 0),
(313, 1, 0),
(318, 1, 0),
(323, 1, 0),
(329, 1, 0),
(334, 1, 0),
(339, 1, 0),
(344, 1, 0),
(349, 1, 0),
(354, 1, 0),
(359, 1, 0),
(364, 1, 0),
(369, 1, 0),
(374, 1, 0),
(380, 1, 0),
(385, 1, 0),
(390, 1, 0),
(395, 1, 0),
(400, 1, 0),
(406, 1, 0),
(411, 1, 0),
(417, 1, 0),
(422, 1, 0),
(427, 1, 0),
(432, 1, 0),
(437, 1, 0),
(442, 1, 0),
(447, 1, 0),
(452, 1, 0),
(457, 1, 0),
(462, 1, 0),
(467, 1, 0),
(472, 1, 0),
(477, 1, 0),
(483, 1, 0),
(488, 1, 0),
(493, 1, 0),
(498, 1, 0),
(505, 1, 0),
(510, 1, 0),
(515, 1, 0),
(520, 1, 0),
(525, 1, 0),
(530, 1, 0),
(537, 1, 0),
(543, 1, 0),
(550, 1, 0),
(555, 1, 0),
(560, 1, 0),
(565, 1, 0),
(570, 1, 0),
(575, 1, 0),
(581, 1, 0),
(586, 1, 0),
(591, 1, 0),
(596, 1, 0),
(601, 1, 0),
(606, 1, 0),
(611, 1, 0),
(616, 1, 0),
(621, 1, 0),
(626, 1, 0),
(632, 1, 0),
(637, 1, 0),
(642, 1, 0),
(647, 1, 0),
(653, 1, 0),
(658, 1, 0),
(663, 1, 0),
(668, 1, 0),
(673, 1, 0),
(678, 1, 0),
(685, 1, 0),
(690, 1, 0),
(695, 1, 0),
(700, 1, 0),
(705, 1, 0),
(710, 1, 0),
(715, 1, 0),
(720, 1, 0),
(725, 1, 0),
(730, 1, 0),
(735, 1, 0),
(739, 1, 0),
(744, 1, 0),
(749, 1, 0),
(755, 1, 0),
(760, 1, 0),
(765, 1, 0),
(766, 1, 0);

-- --------------------------------------------------------

--
-- Table structure for table `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) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_term_taxonomy`
--

INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 3),
(2, 2, 'elementor_library_type', '', 0, 1),
(3, 3, 'elementor_font_type', '', 0, 1),
(22, 22, 'nav_menu', '', 0, 2);

-- --------------------------------------------------------

--
-- Table structure for table `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) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_usermeta`
--

INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'linco'),
(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', 'fresh'),
(9, 1, 'use_ssl', '0'),
(10, 1, 'show_admin_bar_front', 'true'),
(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', ''),
(15, 1, 'show_welcome_panel', '1'),
(16, 1, 'session_tokens', 'a:1:{s:64:\"c4a670753aead3c12fcb440d2e33c81f198d7f0073b17921432e439e265872d1\";a:4:{s:10:\"expiration\";i:1771082591;s:2:\"ip\";s:12:\"65.21.99.154\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36\";s:5:\"login\";i:1770909791;}}'),
(27, 1, 'wfls-last-login', '1770909791'),
(17, 1, 'wp_dashboard_quick_press_last_post_id', '782'),
(18, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:10:\"65.21.99.0\";}'),
(25, 1, 'wp_yoast_notifications', 'a:1:{i:0;a:2:{s:7:\"message\";s:427:\"<p>به دلیل تغییر در تنظیمت پایه‌ دسته، برخی از داده‌های سئوی شما به پردازش مجدد نیاز دارد.</p><p>پیش بینی می کنیم این کار در کمتر از چند دقیقه انجام شود</p><a class=\"button\" href=\"https://activereading.xyz/wp-admin/admin.php?page=wpseo_tools&start-indexation=true\">شروع بهینه سازی اطلاعات</a>\";s:7:\"options\";a:10:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:13:\"wpseo-reindex\";s:7:\"user_id\";i:1;s:5:\"nonce\";N;s:8:\"priority\";d:0.8;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}}'),
(20, 1, '_yoast_wpseo_profile_updated', '1719687145'),
(21, 1, 'wp_user-settings', 'libraryContent=browse&editor=tinymce'),
(22, 1, 'wp_user-settings-time', '1674899914'),
(23, 1, 'elementor_introduction', 'a:1:{s:18:\"yoast-introduction\";b:1;}'),
(26, 1, 'rocket_boxes', 'a:0:{}'),
(28, 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\";}'),
(29, 1, 'metaboxhidden_nav-menus', 'a:5:{i:0;s:28:\"add-post-type-e-landing-page\";i:1;s:22:\"add-post-type-download\";i:2;s:12:\"add-post_tag\";i:3;s:21:\"add-download_category\";i:4;s:16:\"add-download_tag\";}'),
(46, 3, 'nickname', 'maya'),
(47, 3, 'first_name', 'اکتیو2 mya'),
(48, 3, 'last_name', ''),
(49, 3, 'description', ''),
(50, 3, 'rich_editing', 'true'),
(30, 2, 'nickname', 'tarannom'),
(31, 2, 'first_name', 'اکتیو2 tr'),
(32, 2, 'last_name', ''),
(33, 2, 'description', ''),
(34, 2, 'rich_editing', 'true'),
(35, 2, 'syntax_highlighting', 'true'),
(36, 2, 'comment_shortcuts', 'false'),
(37, 2, 'admin_color', 'fresh'),
(38, 2, 'use_ssl', '0'),
(39, 2, 'show_admin_bar_front', 'true'),
(40, 2, 'locale', ''),
(41, 2, 'wp_capabilities', 'a:1:{s:6:\"editor\";b:1;}'),
(42, 2, 'wp_user_level', '7'),
(43, 2, 'dismissed_wp_pointers', 'edd_activate_pass,edd_activate_pass_button,edd_activate_pass_non_edd_setting_page'),
(44, 2, '_yoast_wpseo_profile_updated', '1722974680'),
(45, 2, 'dismissed_wp_pointers', ''),
(51, 3, 'syntax_highlighting', 'true'),
(52, 3, 'comment_shortcuts', 'false'),
(53, 3, 'admin_color', 'fresh'),
(54, 3, 'use_ssl', '0'),
(55, 3, 'show_admin_bar_front', 'true'),
(56, 3, 'locale', ''),
(57, 3, 'wp_capabilities', 'a:1:{s:6:\"editor\";b:1;}'),
(58, 3, 'wp_user_level', '7'),
(59, 3, 'dismissed_wp_pointers', 'edd_activate_pass,edd_activate_pass_button,edd_activate_pass_non_edd_setting_page'),
(60, 3, '_yoast_wpseo_profile_updated', '1723132687'),
(61, 3, 'dismissed_wp_pointers', ''),
(62, 2, 'session_tokens', 'a:1:{s:64:\"c9750128f44855ba61f220179a62ed8288aaa2dde21e7e71377fc0097f7b39d5\";a:4:{s:10:\"expiration\";i:1735128234;s:2:\"ip\";s:14:\"152.53.107.239\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36\";s:5:\"login\";i:1733918634;}}'),
(63, 2, 'wfls-last-login', '1733918634'),
(64, 2, 'wp_dashboard_quick_press_last_post_id', '684'),
(65, 2, 'community-events-location', 'a:1:{s:2:\"ip\";s:11:\"45.88.200.0\";}'),
(66, 2, 'closedpostboxes_post', 'a:3:{i:0;s:22:\"yoast_internal_linking\";i:1;s:18:\"reza_kianoosh_box1\";i:2;s:18:\"reza_kianoosh_box3\";}'),
(67, 2, 'metaboxhidden_post', 'a:6:{i:0;s:11:\"postexcerpt\";i:1;s:13:\"trackbacksdiv\";i:2;s:10:\"postcustom\";i:3;s:16:\"commentstatusdiv\";i:4;s:7:\"slugdiv\";i:5;s:9:\"authordiv\";}'),
(68, 2, 'wp_user-settings', 'libraryContent=browse&editor=html'),
(69, 2, 'wp_user-settings-time', '1734152988'),
(70, 1, 'duplicator_pro_created_format', '1'),
(71, 3, 'session_tokens', 'a:2:{s:64:\"82f7f001d2964ed1cb3f7b38e9780209265133cab4326730d23828326a0dc8c8\";a:4:{s:10:\"expiration\";i:1740228904;s:2:\"ip\";s:14:\"35.158.123.235\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36\";s:5:\"login\";i:1740056104;}s:64:\"c38db989fb7d9e036cb707a1b87a5053afc2139640a152e3cb9ed3917d5a295e\";a:4:{s:10:\"expiration\";i:1740228906;s:2:\"ip\";s:14:\"35.158.123.235\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36\";s:5:\"login\";i:1740056106;}}'),
(72, 3, 'wfls-last-login', '1740056106'),
(73, 3, 'wp_dashboard_quick_press_last_post_id', '781'),
(74, 3, 'community-events-location', 'a:1:{s:2:\"ip\";s:12:\"35.158.123.0\";}');

-- --------------------------------------------------------

--
-- Table structure for table `wp_users`
--

CREATE TABLE `wp_users` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `user_login` varchar(60) NOT NULL DEFAULT '',
  `user_pass` varchar(255) NOT NULL DEFAULT '',
  `user_nicename` varchar(50) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `user_url` varchar(100) NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `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, 'linco', '$wp$2y$10$rp69NsreAQcnTytRSujiaeGsXhKagewFmpFCH5qLIPOkE5fW4VOCK', 'linco', 'amin7777nnnn@gmail.com', 'http://activereading.xyz', '2023-01-24 12:04:29', '', 0, 'linco'),
(2, 'tarannom', '$P$BKYVCozxDaZqp0F8HDGU/1kvYmVfwV/', 'tarannom', 'zahraalihoseiny6163@gmail.com', '', '2024-08-06 20:04:40', '', 0, 'اکتیو2 tr'),
(3, 'maya', '$P$B7YL9PCaTCfcGPuvbiKQB/6cip1CnV1', 'maya', 'mayamillerseo@gmail.com', '', '2024-08-08 15:58:07', '', 0, 'اکتیو2 mya');

-- --------------------------------------------------------

--
-- Table structure for table `wp_wfblockediplog`
--

CREATE TABLE `wp_wfblockediplog` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `countryCode` varchar(2) NOT NULL,
  `blockCount` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `unixday` int(10) UNSIGNED NOT NULL,
  `blockType` varchar(50) NOT NULL DEFAULT 'generic'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `wp_wfblockediplog`
--

INSERT INTO `wp_wfblockediplog` (`IP`, `countryCode`, `blockCount`, `unixday`, `blockType`) VALUES
(0x00000000000000000000ffff4059a064, 'US', 2, 20478, 'waf'),
(0x00000000000000000000ffff6714605d, '', 3, 20484, 'brute'),
(0x00000000000000000000ffff907ecaa8, 'GB', 1, 20485, 'brute'),
(0x00000000000000000000ffff2e65e4eb, 'DE', 2, 20488, 'brute'),
(0x00000000000000000000ffffa7ac4fac, 'SG', 4, 20488, 'brute'),
(0x00000000000000000000ffff2d3dbc05, 'US', 1, 20491, 'brute'),
(0x00000000000000000000ffff889023d2, 'US', 3, 20491, 'brute'),
(0x00000000000000000000ffffa305ab1e, 'NL', 6, 20499, 'brute'),
(0x00000000000000000000ffffb9df9840, 'US', 5, 20505, 'brute'),
(0x2001445580ca51006d1f3856b8ce338a, 'PH', 1, 20506, 'brute'),
(0x00000000000000000000ffff1fba0ba2, 'TR', 2, 20475, 'brute'),
(0x00000000000000000000ffff3dab710f, 'CN', 2, 20475, 'brute'),
(0x00000000000000000000ffff2ffb749c, 'US', 2, 20475, 'brute'),
(0x00000000000000000000ffff74676c9e, 'VN', 6, 20475, 'brute'),
(0x00000000000000000000ffff8ef85039, '', 1, 20475, 'brute'),
(0x00000000000000000000ffff4059a304, 'US', 9, 20475, 'waf'),
(0x00000000000000000000ffff2d5e1fa6, 'ES', 9, 20475, 'waf'),
(0x00000000000000000000ffffb9667305, 'PL', 1, 20475, 'brute'),
(0x00000000000000000000ffffa45a9df5, 'US', 2, 20475, 'brute'),
(0x00000000000000000000ffffcb9f5a14, 'NL', 18, 20475, 'waf'),
(0x00000000000000000000ffff2d9d3612, 'IQ', 1, 20475, 'brute'),
(0x00000000000000000000ffff2d3dbb4d, 'US', 1, 20475, 'brute'),
(0x00000000000000000000ffff8192a30f, 'US', 2, 20475, 'brute'),
(0x00000000000000000000ffff088adf9f, 'CN', 2, 20475, 'brute'),
(0x00000000000000000000ffff14fd9beb, 'US', 2, 20475, 'brute'),
(0x00000000000000000000ffff22471f07, 'US', 1, 20475, 'brute'),
(0x00000000000000000000ffff23c06fed, 'US', 1, 20475, 'brute'),
(0x00000000000000000000ffff8876e191, 'US', 1, 20475, 'brute'),
(0x00000000000000000000ffff68f44a60, 'LU', 1, 20475, 'brute'),
(0x00000000000000000000ffff9b5e96d4, 'US', 8, 20475, 'waf'),
(0x00000000000000000000ffff2248ded0, 'US', 1, 20475, 'brute'),
(0x00000000000000000000ffff8e5d6ff6, 'DE', 63, 20475, 'brute'),
(0x00000000000000000000ffff222d47a7, 'US', 1, 20475, 'brute'),
(0x00000000000000000000ffff57795473, 'BG', 1, 20475, 'waf'),
(0x00000000000000000000ffff2d8a10dd, 'PL', 9, 20475, 'waf'),
(0x00000000000000000000ffff8e5d6ff6, 'DE', 93, 20476, 'brute'),
(0x00000000000000000000ffff8f5c2168, 'HK', 8, 20476, 'brute'),
(0x00000000000000000000ffff67265247, 'HK', 4, 20476, 'brute'),
(0x00000000000000000000ffff74676c9e, 'VN', 4, 20476, 'brute'),
(0x00000000000000000000ffffb36c5488, 'BR', 4, 20476, 'brute'),
(0x00000000000000000000ffff2481183c, 'CN', 2, 20476, 'brute'),
(0x00000000000000000000ffff675fc4cb, 'VN', 2, 20476, 'brute'),
(0x00000000000000000000ffff2d9a626f, 'NL', 9, 20476, 'waf'),
(0x00000000000000000000ffff023a383e, 'NL', 1, 20476, 'brute'),
(0x00000000000000000000ffffd99a58c6, 'GB', 4, 20476, 'waf'),
(0x00000000000000000000ffff2d9d3639, 'IQ', 1, 20476, 'brute'),
(0x00000000000000000000ffffbca65379, 'NL', 166, 20476, 'brute'),
(0x00000000000000000000ffff2d5e1f81, 'ES', 9, 20476, 'waf'),
(0x00000000000000000000ffff220a34d4, 'US', 1, 20476, 'brute'),
(0x00000000000000000000ffff5779547d, 'BG', 1, 20476, 'waf'),
(0x00000000000000000000ffff2d5e1fa6, 'ES', 1, 20477, 'waf'),
(0x00000000000000000000ffff9b5e96ee, 'US', 12, 20477, 'waf'),
(0x00000000000000000000ffff9b5e96d4, 'US', 8, 20477, 'waf'),
(0x00000000000000000000ffff8d620bb5, 'LT', 266, 20477, 'brute'),
(0x00000000000000000000ffffb9f1d07b, 'PL', 1, 20477, 'waf'),
(0x00000000000000000000ffff775ea19d, 'PH', 1, 20477, 'brute'),
(0x00000000000000000000ffff023a3837, 'NL', 9, 20477, 'waf'),
(0x00000000000000000000ffff5f55ee17, 'CZ', 1, 20477, 'brute'),
(0x00000000000000000000ffff2d9d3639, 'IQ', 1, 20477, 'brute'),
(0x00000000000000000000ffffc7c3f9e7, 'US', 1, 20477, 'brute'),
(0x00000000000000000000ffffc6623cc3, 'US', 1, 20477, 'brute'),
(0x00000000000000000000ffff1f39c58f, 'IR', 242, 20477, 'brute'),
(0x00000000000000000000ffff1f39c58f, 'IR', 53, 20478, 'brute'),
(0x00000000000000000000ffffcb9f5a14, 'NL', 9, 20478, 'waf'),
(0x00000000000000000000ffff9b5e96ee, 'US', 8, 20478, 'waf'),
(0x00000000000000000000ffffc11a7333, 'US', 1, 20478, 'waf'),
(0x00000000000000000000ffff04c26b13, 'SG', 1, 20478, 'waf'),
(0x00000000000000000000ffff51c71a05, 'US', 2, 20478, 'brute'),
(0x00000000000000000000ffff51c71a09, 'US', 2, 20478, 'brute'),
(0x00000000000000000000ffff55cb0f25, 'DE', 2, 20478, 'brute'),
(0x00000000000000000000ffff55cb0ffc, 'DE', 2, 20478, 'brute'),
(0x00000000000000000000ffff55cb0fb4, 'DE', 3, 20478, 'brute'),
(0x00000000000000000000ffff55cb0fbd, 'DE', 2, 20478, 'brute'),
(0x00000000000000000000ffff55cb0f1c, 'DE', 2, 20478, 'brute'),
(0x00000000000000000000ffff55cb0f28, 'DE', 2, 20478, 'brute'),
(0x00000000000000000000ffff55cb0fb1, 'DE', 2, 20478, 'brute'),
(0x00000000000000000000ffff55cb0f37, 'DE', 2, 20478, 'brute'),
(0x00000000000000000000ffff55cb0f07, 'DE', 2, 20478, 'brute'),
(0x00000000000000000000ffff2d531f46, 'US', 1, 20478, 'waf'),
(0x00000000000000000000ffff4059a318, 'US', 1, 20478, 'waf'),
(0x00000000000000000000ffff68f448f5, 'LU', 1, 20478, 'brute'),
(0x2001445111966d00047aaa03d91b1936, 'PH', 1, 20478, 'brute'),
(0x00000000000000000000ffff68f449fb, 'LU', 1, 20478, 'brute'),
(0x00000000000000000000ffff4ae199f9, 'IN', 1, 20479, 'waf'),
(0x00000000000000000000ffffc66238ac, 'US', 1, 20479, 'brute'),
(0x00000000000000000000ffff5779547d, 'BG', 1, 20479, 'waf'),
(0x00000000000000000000ffffcb9f5a14, 'NL', 18, 20479, 'waf'),
(0x00000000000000000000ffff5be05c63, 'GB', 263, 20479, 'brute'),
(0x00000000000000000000ffffc11a7333, 'US', 1, 20479, 'waf'),
(0x00000000000000000000ffffc318ecc7, 'RO', 1, 20479, 'waf'),
(0x00000000000000000000ffff2d95adc9, 'US', 1, 20479, 'brute'),
(0x00000000000000000000ffff6bbd1fde, 'LU', 1, 20479, 'brute'),
(0x00000000000000000000ffffc6623539, 'US', 1, 20479, 'brute'),
(0x00000000000000000000ffff254d967b, 'RU', 4, 20479, 'brute'),
(0x00000000000000000000ffff2d9d3639, 'IQ', 1, 20479, 'brute'),
(0x00000000000000000000ffff57795473, 'BG', 1, 20479, 'waf'),
(0x00000000000000000000ffff3e3c82d2, 'IR', 24, 20479, 'brute'),
(0x00000000000000000000ffff023a3837, 'NL', 9, 20479, 'waf'),
(0x00000000000000000000ffff4059a319, 'US', 1, 20480, 'waf'),
(0x00000000000000000000ffff9eb2e082, 'SG', 2, 20480, 'brute'),
(0x00000000000000000000ffffa2130b62, 'FR', 1, 20480, 'brute'),
(0x200141d00008cc780000000000000000, 'FR', 1, 20480, 'brute'),
(0x00000000000000000000ffff51085bc9, 'TR', 2, 20480, 'brute'),
(0x00000000000000000000ffff5be05c63, 'GB', 265, 20480, 'brute'),
(0x00000000000000000000ffff55808f91, 'PL', 1, 20480, 'brute'),
(0x00000000000000000000ffffac68d0b7, 'US', 1, 20480, 'brute'),
(0x00000000000000000000ffff6bbd0e63, 'LU', 2, 20480, 'brute'),
(0x00000000000000000000ffff362527f1, 'FR', 1, 20480, 'brute'),
(0x00000000000000000000ffffd12a1205, 'GB', 1, 20480, 'brute'),
(0x00000000000000000000ffffd9a0e112, 'DE', 1, 20480, 'brute'),
(0x00000000000000000000ffff8ac95a54, 'DE', 1, 20480, 'brute'),
(0x2604a880000401d00000000021f01000, 'US', 1, 20480, 'brute'),
(0x2604a880080000a100000000017fd001, 'US', 1, 20480, 'brute'),
(0x00000000000000000000ffffb96e926a, 'SK', 1, 20480, 'brute'),
(0x00000000000000000000ffffc7c3fd74, 'US', 1, 20480, 'brute'),
(0x00000000000000000000ffff675030e1, 'TH', 1, 20480, 'brute'),
(0x00000000000000000000ffff9b5e96ee, 'US', 8, 20480, 'waf'),
(0x00000000000000000000ffffb280fab8, 'NL', 1, 20480, 'brute'),
(0x00000000000000000000ffff3b7d66e2, 'TW', 1, 20480, 'brute'),
(0x00000000000000000000ffff538ed19d, 'UA', 2, 20480, 'waf'),
(0x200119f000055017540004fffe84a854, 'US', 1, 20480, 'brute'),
(0x00000000000000000000ffff9de6ee3f, 'US', 1, 20480, 'brute'),
(0x2a0a4cc020007c6358bea6fffec258b9, 'DE', 1, 20480, 'brute'),
(0x00000000000000000000ffff223f0bf7, 'US', 1, 20480, 'brute'),
(0x00000000000000000000ffff03d5a62c, 'US', 1, 20480, 'brute'),
(0x00000000000000000000ffff9fcb4c5d, 'US', 1, 20480, 'brute'),
(0x00000000000000000000ffffae8a15c2, 'SG', 1, 20480, 'brute'),
(0x2a0104f8fff000b40000000000000202, 'DE', 1, 20480, 'brute'),
(0x00000000000000000000ffff1fdc9756, 'IL', 1, 20480, 'brute'),
(0x00000000000000000000ffffd3153de1, 'TW', 1, 20480, 'brute'),
(0x00000000000000000000ffff8877247e, 'US', 1, 20480, 'brute'),
(0x00000000000000000000ffff22378de0, 'US', 1, 20480, 'brute'),
(0x00000000000000000000ffff05b7bd4a, 'RU', 1, 20480, 'brute'),
(0x00000000000000000000ffff038cb66b, 'US', 1, 20480, 'brute'),
(0x00000000000000000000ffff3b7d668e, 'TW', 1, 20480, 'brute'),
(0x00000000000000000000ffff05c4ca20, 'FR', 1, 20480, 'brute'),
(0x00000000000000000000ffff2ef92809, 'NL', 1, 20480, 'brute'),
(0x00000000000000000000ffff405c09d4, 'US', 1, 20480, 'brute'),
(0x00000000000000000000ffff2d9d3639, 'IQ', 1, 20480, 'brute'),
(0x00000000000000000000ffffb2d494fd, 'PL', 1, 20480, 'brute'),
(0x00000000000000000000ffff343bd9f8, 'DE', 1, 20480, 'brute'),
(0x00000000000000000000ffff1fdc9756, 'IL', 1, 20481, 'brute'),
(0x00000000000000000000ffff53d9d053, 'RU', 1, 20481, 'brute'),
(0x2a0104f80c171d570000000000000002, 'DE', 1, 20481, 'brute'),
(0x00000000000000000000ffff34153fa7, 'US', 1, 20481, 'brute'),
(0x00000000000000000000ffffc6623539, 'US', 1, 20481, 'brute'),
(0x00000000000000000000ffff3b7d66e3, 'TW', 1, 20481, 'brute'),
(0x00000000000000000000ffffb9157026, 'FR', 1, 20481, 'brute'),
(0x00000000000000000000ffff2ff45a9d, 'HK', 1, 20481, 'brute'),
(0x00000000000000000000ffff2282db37, 'CA', 1, 20481, 'brute'),
(0x00000000000000000000ffff9f418248, 'SG', 2, 20481, 'brute'),
(0x2a01023903399f000000000000000001, 'DE', 1, 20481, 'brute'),
(0x2401490061bd3f7c6858a42b53d7f0e3, 'IN', 1, 20481, 'brute'),
(0x00000000000000000000ffff679dcc61, 'VN', 1, 20481, 'brute'),
(0x00000000000000000000ffff6bbd0e19, 'LU', 1, 20481, 'brute'),
(0x00000000000000000000ffffd3153de1, 'TW', 1, 20481, 'brute'),
(0x00000000000000000000ffff31955231, 'PH', 11, 20481, 'brute'),
(0x00000000000000000000ffffb221a231, 'ES', 1, 20481, 'brute'),
(0x00000000000000000000ffff2d3dbb4d, 'US', 1, 20481, 'brute'),
(0x00000000000000000000ffff89b84016, 'US', 1, 20481, 'brute'),
(0x00000000000000000000ffff2d9a62f5, 'NL', 1, 20481, 'waf'),
(0x00000000000000000000ffff6bbd0bba, 'LU', 1, 20481, 'brute'),
(0x00000000000000000000ffffb9c7df1b, 'GB', 1, 20481, 'brute'),
(0x00000000000000000000ffff2d5e1fa6, 'ES', 9, 20481, 'waf'),
(0x00000000000000000000ffff90ca1d33, 'US', 1, 20481, 'brute'),
(0x00000000000000000000ffffd18d34d4, 'US', 1, 20481, 'brute'),
(0x00000000000000000000ffff23e24888, 'US', 1, 20481, 'brute'),
(0x00000000000000000000ffff0febe040, 'SG', 1, 20481, 'brute'),
(0x00000000000000000000ffff9b5e96ee, 'US', 8, 20481, 'waf'),
(0x00000000000000000000ffff9fdfd9a7, 'NL', 1, 20481, 'brute'),
(0x00000000000000000000ffff6bb4fcec, 'US', 1, 20481, 'brute'),
(0x00000000000000000000ffffc4f4c026, 'FI', 1, 20481, 'waf'),
(0x00000000000000000000ffffc6623c5b, 'US', 1, 20481, 'brute'),
(0x2a001828100022390000000000000002, 'DE', 1, 20481, 'brute'),
(0x00000000000000000000ffff3326cf2d, 'FR', 1, 20481, 'brute'),
(0x00000000000000000000ffffac68d0b7, 'US', 1, 20482, 'brute'),
(0x00000000000000000000ffffbca6f56f, 'SG', 1, 20482, 'brute'),
(0x00000000000000000000ffff5b5cf2b2, 'BG', 1, 20482, 'waf'),
(0x200141d00302100000000000000008b2, 'FR', 1, 20482, 'brute'),
(0x00000000000000000000ffff89b8e60a, 'US', 1, 20482, 'brute'),
(0x00000000000000000000ffff6bbd01b3, 'LU', 1, 20482, 'brute'),
(0x00000000000000000000ffff12cebf72, 'US', 1, 20482, 'brute'),
(0x00000000000000000000ffffc7c3f9e7, 'US', 1, 20482, 'brute'),
(0x00000000000000000000ffffd12a16bc, 'GB', 1, 20482, 'brute'),
(0x00000000000000000000ffff3626c3f1, 'FR', 1, 20482, 'brute'),
(0x00000000000000000000ffffc11a7333, 'US', 2, 20482, 'waf'),
(0x00000000000000000000ffffb221a231, 'ES', 1, 20482, 'brute'),
(0x00000000000000000000ffffbcd49f45, 'NL', 1, 20482, 'brute'),
(0x00000000000000000000ffff2209de95, 'US', 1, 20482, 'brute'),
(0x00000000000000000000ffffc09f63c4, 'NL', 1, 20482, 'waf'),
(0x26001f1100e2b000ed6524351f8a67f0, 'CA', 1, 20482, 'brute'),
(0x00000000000000000000ffff88756ccb, 'US', 1, 20482, 'brute'),
(0x00000000000000000000ffff6de42530, 'GB', 1, 20482, 'brute'),
(0x00000000000000000000ffff9b5e96d4, 'US', 8, 20482, 'waf'),
(0x00000000000000000000ffff59bbbb4f, 'US', 1, 20482, 'brute'),
(0x00000000000000000000ffff33591358, 'GB', 1, 20482, 'brute'),
(0x00000000000000000000ffffb9f2030d, 'PL', 9, 20482, 'waf'),
(0x28040858fb381800dc415d2b0b750597, 'BR', 11, 20482, 'brute'),
(0x240940e210fdb8caa0f89e6c1c7f5c94, 'IN', 11, 20482, 'brute'),
(0x280100803ea0c01b0000000000000205, 'BR', 1, 20482, 'brute'),
(0x00000000000000000000ffff67278428, 'IN', 1, 20482, 'brute'),
(0x00000000000000000000ffffc34db9c2, 'ES', 1, 20482, 'brute'),
(0x00000000000000000000ffff04c26b13, 'SG', 1, 20482, 'waf'),
(0x00000000000000000000ffff68f44bc2, 'LU', 1, 20482, 'brute'),
(0x00000000000000000000ffff89b84cb9, 'US', 1, 20482, 'brute'),
(0x00000000000000000000ffff03d5a62c, 'US', 1, 20482, 'brute'),
(0x00000000000000000000ffff6bbd0e63, 'LU', 1, 20483, 'brute'),
(0x26001f1608f6f4000b82eda980ef0e28, 'US', 1, 20483, 'brute'),
(0x00000000000000000000ffff5779541e, 'BG', 1, 20483, 'waf'),
(0x00000000000000000000ffff68f7a0e3, 'TR', 1, 20483, 'brute'),
(0x00000000000000000000ffff68f448f5, 'LU', 1, 20483, 'brute'),
(0x00000000000000000000ffff57795473, 'BG', 1, 20483, 'waf'),
(0x00000000000000000000ffff2d9a3922, 'ES', 1, 20483, 'brute'),
(0x00000000000000000000ffff34b24478, 'NL', 1, 20483, 'brute'),
(0x2a0107c8aac30183505400fffea69dcf, 'NL', 1, 20483, 'brute'),
(0x00000000000000000000ffff5f55ee15, 'CZ', 1, 20483, 'brute'),
(0x00000000000000000000ffffc2a4a8db, 'GB', 1, 20483, 'brute'),
(0x00000000000000000000ffff5f55ee17, 'CZ', 1, 20483, 'brute'),
(0x00000000000000000000ffffa1234d4a, 'DE', 1, 20483, 'brute'),
(0x00000000000000000000ffff96e68e35, 'IN', 1, 20483, 'brute'),
(0x00000000000000000000ffff18c75799, 'US', 1, 20483, 'brute'),
(0x00000000000000000000ffff2d95adcb, 'US', 1, 20483, 'brute'),
(0x00000000000000000000ffffd18d34d4, 'US', 1, 20483, 'brute'),
(0x200116000000aaaa000000000080003c, 'CH', 1, 20483, 'brute'),
(0x00000000000000000000ffff9b5e96ee, 'US', 8, 20483, 'waf'),
(0x00000000000000000000ffff8233501b, '', 1, 20483, 'brute'),
(0x00000000000000000000ffffa21319a0, 'FR', 1, 20483, 'brute'),
(0x00000000000000000000ffff6bbd0764, 'LU', 1, 20483, 'brute'),
(0x00000000000000000000ffffd2575b26, '', 1, 20483, 'brute'),
(0x00000000000000000000ffffb23ec567, 'NL', 1, 20483, 'brute'),
(0x00000000000000000000ffffd18d2fa6, 'US', 1, 20483, 'brute'),
(0x2a0e6a800002000000000000000000e6, 'DE', 1, 20483, 'brute'),
(0x00000000000000000000ffff7cc68402, 'NZ', 1, 20484, 'waf'),
(0x00000000000000000000ffff5f55ee16, 'CZ', 1, 20484, 'brute'),
(0x00000000000000000000ffffb181fa2b, 'BR', 1, 20484, 'brute'),
(0x00000000000000000000ffff8cd5b6e7, 'ID', 1, 20484, 'brute'),
(0x280100803ea0c01b0000000000000205, 'BR', 1, 20484, 'brute'),
(0x00000000000000000000ffff9fcb4c5d, 'US', 1, 20484, 'brute'),
(0x00000000000000000000ffff6bbd1cad, 'LU', 1, 20484, 'brute'),
(0x00000000000000000000ffffcf9ad53f, 'DE', 1, 20484, 'brute'),
(0x00000000000000000000ffffd18d20c4, 'US', 1, 20484, 'brute'),
(0x00000000000000000000ffff14d8bd53, 'FR', 1, 20484, 'brute'),
(0x00000000000000000000ffffac68d0b7, 'US', 1, 20484, 'brute'),
(0x00000000000000000000ffff44b2adca, 'IN', 1, 20484, 'brute'),
(0x00000000000000000000ffff6b9b41bc, 'SG', 8, 20484, 'brute'),
(0x00000000000000000000ffff67d876c0, 'VN', 1, 20484, 'brute'),
(0x00000000000000000000ffff504a9fbd, 'CH', 7, 20484, 'brute'),
(0x00000000000000000000ffffb9c8f041, 'RU', 3, 20484, 'brute'),
(0x00000000000000000000ffff12b0703a, 'JP', 1, 20484, 'brute'),
(0x00000000000000000000ffffa01e70e9, '', 3, 20484, 'brute'),
(0x00000000000000000000ffff746f0454, 'VN', 1, 20484, 'brute'),
(0x00000000000000000000ffff0feb8c8d, 'SG', 1, 20484, 'brute'),
(0x00000000000000000000ffff48a79680, 'US', 7, 20484, 'brute'),
(0x00000000000000000000ffff8d620b75, 'LT', 4, 20484, 'brute'),
(0x00000000000000000000ffff9448f41b, 'SG', 2, 20484, 'brute'),
(0x00000000000000000000ffffd06dbc89, 'US', 2, 20484, 'brute'),
(0x00000000000000000000ffffb9705430, 'IT', 5, 20484, 'brute'),
(0x00000000000000000000ffffdc9ee932, 'KH', 1, 20484, 'brute'),
(0x00000000000000000000ffff44b719bc, 'US', 2, 20484, 'brute'),
(0x00000000000000000000ffff2ff29894, 'HK', 2, 20484, 'brute'),
(0x00000000000000000000ffff18c7621e, 'US', 1, 20484, 'brute'),
(0x00000000000000000000ffff9d0ac71e, '', 1, 20484, 'brute'),
(0x00000000000000000000ffff41261926, 'US', 1, 20484, 'brute'),
(0x00000000000000000000ffff2949c286, 'TZ', 1, 20484, 'brute'),
(0x00000000000000000000ffffd9a08631, 'DE', 4, 20484, 'brute'),
(0x00000000000000000000ffffb9025181, 'NL', 1, 20484, 'brute'),
(0x00000000000000000000ffff48a7e3ed, 'US', 2, 20484, 'brute'),
(0x00000000000000000000ffff41150cb4, 'FI', 16, 20484, 'brute'),
(0x00000000000000000000ffffd1eb8887, 'CA', 2, 20484, 'brute'),
(0x00000000000000000000ffff8e5d780d, 'US', 5, 20484, 'brute'),
(0x00000000000000000000ffff8348ec12, 'CL', 1, 20484, 'brute'),
(0x00000000000000000000ffff94fb744d, 'DE', 3, 20484, 'brute'),
(0x00000000000000000000ffffa2ffa454, 'US', 3, 20484, 'brute'),
(0x00000000000000000000ffff877db504, 'FR', 4, 20484, 'brute'),
(0x00000000000000000000ffffd5201e47, 'FR', 5, 20484, 'brute'),
(0x00000000000000000000ffff576a1cd9, 'DE', 7, 20484, 'brute'),
(0x00000000000000000000ffff2d77d56f, 'VN', 1, 20484, 'brute'),
(0x00000000000000000000ffff2d531f46, 'US', 1, 20484, 'waf'),
(0x00000000000000000000ffff416c017a, 'FI', 7, 20484, 'brute'),
(0x00000000000000000000ffffb36c5488, 'BR', 1, 20484, 'brute'),
(0x00000000000000000000ffff81e88a27, 'ZA', 1, 20484, 'brute'),
(0x00000000000000000000ffff5f6fe24d, 'DE', 3, 20484, 'brute'),
(0x00000000000000000000ffffd5201ac6, 'FR', 1, 20484, 'brute'),
(0x00000000000000000000ffffa32cb962, 'JP', 2, 20484, 'brute'),
(0x00000000000000000000ffff675169da, 'BD', 3, 20484, 'brute'),
(0x00000000000000000000ffffb9f1d07b, 'PL', 1, 20484, 'waf'),
(0x00000000000000000000ffff7a75667d, 'TW', 1, 20484, 'brute'),
(0x00000000000000000000ffff8233b4e7, 'US', 1, 20484, 'brute'),
(0x00000000000000000000ffff2282e7b7, 'CA', 4, 20484, 'brute'),
(0x00000000000000000000ffffa0faba87, '', 3, 20484, 'brute'),
(0x00000000000000000000ffffa2f3f4c1, 'US', 1, 20484, 'brute'),
(0x00000000000000000000ffff398214fc, 'FR', 1, 20484, 'brute'),
(0x00000000000000000000ffffa161559a, 'DE', 6, 20484, 'brute'),
(0x00000000000000000000ffff93b6e60c, 'US', 3, 20484, 'brute'),
(0x00000000000000000000ffffc2a3a615, 'DE', 5, 20484, 'brute'),
(0x00000000000000000000ffff364e73f3, 'IE', 3, 20484, 'brute'),
(0x00000000000000000000ffff67bff0a5, 'BD', 3, 20484, 'brute'),
(0x00000000000000000000ffff145407ca, 'US', 1, 20484, 'brute'),
(0x00000000000000000000ffff2220f48a, 'NL', 9, 20484, 'brute'),
(0x00000000000000000000ffff8d5f56f2, 'DE', 6, 20484, 'brute'),
(0x00000000000000000000ffff9a5a303e, 'ID', 3, 20484, 'brute'),
(0x00000000000000000000ffff934f4476, 'US', 1, 20484, 'brute'),
(0x00000000000000000000ffff8a7a47d7, 'BR', 6, 20484, 'brute'),
(0x00000000000000000000ffff3ed271b8, 'FR', 5, 20484, 'brute'),
(0x00000000000000000000ffffb01fe028, 'FR', 7, 20484, 'brute'),
(0x00000000000000000000ffffb610f5d2, 'ID', 1, 20484, 'brute'),
(0x00000000000000000000ffff6775b4ce, 'IN', 1, 20484, 'brute'),
(0x00000000000000000000ffff675ae8aa, 'VN', 1, 20484, 'brute'),
(0x2a02c207229815960000000000000001, 'DE', 1, 20484, 'brute'),
(0x00000000000000000000ffffc3fb2635, 'GR', 11, 20484, 'brute'),
(0x00000000000000000000ffffd8fb23cb, 'CA', 3, 20484, 'brute'),
(0x00000000000000000000ffff81962e07, 'SG', 1, 20484, 'brute'),
(0x00000000000000000000ffffd9a0860d, 'DE', 2, 20484, 'brute'),
(0x00000000000000000000ffff68e101f8, 'US', 1, 20484, 'brute'),
(0x00000000000000000000ffffd99a184d, 'GB', 6, 20484, 'brute'),
(0x00000000000000000000ffff59a392c5, 'DE', 8, 20484, 'waf'),
(0x00000000000000000000ffff9471c22b, 'CA', 3, 20484, 'brute'),
(0x00000000000000000000ffff43de1abb, 'US', 6, 20484, 'brute'),
(0x00000000000000000000ffffa763d7d1, 'NL', 1, 20484, 'brute'),
(0x00000000000000000000ffffd9a08605, 'DE', 1, 20484, 'brute'),
(0x00000000000000000000ffffa21319a0, 'FR', 1, 20484, 'brute'),
(0x00000000000000000000ffffb280c91c, 'DE', 3, 20484, 'brute'),
(0x00000000000000000000ffffc09f63c4, 'NL', 1, 20484, 'waf'),
(0x00000000000000000000ffff6bbd1d9b, 'LU', 1, 20484, 'brute'),
(0x00000000000000000000ffff0ee1d8f0, 'VN', 1, 20484, 'brute'),
(0x00000000000000000000ffffd5201dea, 'FR', 3, 20484, 'brute'),
(0x00000000000000000000ffffb98337bf, 'US', 1, 20484, 'brute'),
(0x00000000000000000000ffffd84650bf, 'US', 1, 20484, 'brute'),
(0x00000000000000000000ffff8d620b2c, 'LT', 53, 20484, 'brute'),
(0x00000000000000000000ffff6b9b41bc, 'SG', 3, 20485, 'brute'),
(0x00000000000000000000ffffa2f3f4c1, 'US', 1, 20485, 'brute'),
(0x00000000000000000000ffff8d620b75, 'LT', 38, 20485, 'brute'),
(0x00000000000000000000ffffb96c8151, 'IE', 1, 20485, 'brute'),
(0x00000000000000000000ffff43de1abb, 'US', 6, 20485, 'brute'),
(0x00000000000000000000ffff12b0703a, 'JP', 2, 20485, 'brute'),
(0x00000000000000000000ffffb01fe028, 'FR', 9, 20485, 'brute'),
(0x00000000000000000000ffff228e8510, 'SG', 1, 20485, 'brute'),
(0x00000000000000000000ffffc64734cc, 'US', 3, 20485, 'brute'),
(0x00000000000000000000ffff67ee8037, 'JP', 1, 20485, 'brute'),
(0x00000000000000000000ffffb8ae2730, 'DE', 1, 20485, 'brute'),
(0x00000000000000000000ffff93b6e60c, 'US', 1, 20485, 'brute'),
(0x00000000000000000000ffffd5201e47, 'FR', 4, 20485, 'brute'),
(0x00000000000000000000ffffa0bf8bc5, '', 3, 20485, 'brute'),
(0x00000000000000000000ffff877db504, 'FR', 9, 20485, 'brute'),
(0x00000000000000000000ffff6798a452, 'VN', 1, 20485, 'brute'),
(0x00000000000000000000ffffd12a1535, 'GB', 5, 20485, 'brute'),
(0x00000000000000000000ffff5863f58b, 'DE', 5, 20485, 'brute'),
(0x00000000000000000000ffff3980020f, 'FR', 4, 20485, 'brute'),
(0x2a0104f82190176e0000000000000002, 'DE', 1, 20485, 'brute'),
(0x00000000000000000000ffff674a771f, 'VN', 6, 20485, 'brute'),
(0x00000000000000000000ffffbc3756ed, 'SA', 3, 20485, 'brute'),
(0x00000000000000000000ffff2220f48a, 'NL', 16, 20485, 'brute'),
(0x00000000000000000000ffff8a7a47d7, 'BR', 11, 20485, 'brute'),
(0x00000000000000000000ffff6bbd1fde, 'LU', 1, 20485, 'brute'),
(0x00000000000000000000ffff95329691, 'US', 1, 20485, 'brute'),
(0x00000000000000000000ffff5ccdd5b1, 'FR', 1, 20485, 'brute'),
(0x00000000000000000000ffff9448f41b, 'SG', 3, 20485, 'brute'),
(0x00000000000000000000ffffd99a184d, 'GB', 2, 20485, 'brute'),
(0x00000000000000000000ffffd06dbc89, 'US', 4, 20485, 'brute'),
(0x00000000000000000000ffff44b2adca, 'IN', 5, 20485, 'brute'),
(0x00000000000000000000ffff2bfe02d2, 'CN', 1, 20485, 'brute'),
(0x00000000000000000000ffff398214fc, 'FR', 17, 20485, 'brute'),
(0x00000000000000000000ffff6bbd05e7, 'LU', 1, 20485, 'brute'),
(0x00000000000000000000ffffb280c91c, 'DE', 4, 20485, 'brute'),
(0x00000000000000000000ffff50e1deec, 'SE', 2, 20485, 'brute'),
(0x00000000000000000000ffff9a5a303e, 'ID', 3, 20485, 'brute'),
(0x00000000000000000000ffff576a1cd9, 'DE', 3, 20485, 'brute'),
(0x00000000000000000000ffffd5201dea, 'FR', 1, 20485, 'brute'),
(0x00000000000000000000ffffd84650bf, 'US', 3, 20485, 'brute'),
(0x00000000000000000000ffff8e5d780d, 'US', 6, 20485, 'brute'),
(0x00000000000000000000ffffaaf9a3d2, 'US', 1, 20485, 'brute'),
(0x00000000000000000000ffff94712575, 'IN', 1, 20485, 'brute'),
(0x00000000000000000000ffffc2a3a615, 'DE', 6, 20485, 'brute'),
(0x00000000000000000000ffff6701eff9, 'VN', 2, 20485, 'brute'),
(0x00000000000000000000ffff68f44a60, 'LU', 1, 20485, 'brute'),
(0x00000000000000000000ffff9d422e54, '', 8, 20485, 'brute'),
(0x00000000000000000000ffff67198011, 'IN', 4, 20485, 'brute'),
(0x00000000000000000000ffff86d155b0, 'NL', 95, 20485, 'brute'),
(0x00000000000000000000ffff2d3dbcb1, 'US', 1, 20485, 'brute'),
(0x00000000000000000000ffff44b719bc, 'US', 3, 20485, 'brute'),
(0x00000000000000000000ffff2e65e4eb, 'DE', 3, 20485, 'brute'),
(0x00000000000000000000ffff4fbd8b04, 'PL', 5, 20485, 'brute'),
(0x00000000000000000000ffff48a79680, 'US', 2, 20485, 'brute'),
(0x00000000000000000000ffffa161559a, 'DE', 1, 20485, 'brute'),
(0x00000000000000000000ffffb9cb1c34, 'FR', 1, 20485, 'brute'),
(0x00000000000000000000ffff2282e7b7, 'CA', 2, 20485, 'brute'),
(0x00000000000000000000ffff68f449fb, 'LU', 1, 20485, 'brute'),
(0x00000000000000000000ffffa01907d7, '', 1, 20485, 'brute'),
(0x00000000000000000000ffffa01e70e9, '', 5, 20485, 'brute'),
(0x00000000000000000000ffff92469373, 'US', 1, 20485, 'brute'),
(0x00000000000000000000ffff68e101f8, 'US', 3, 20485, 'brute'),
(0x00000000000000000000ffff614aecc3, 'US', 1, 20485, 'brute'),
(0x26003c0000000000f03c95fffe9c7de2, 'US', 1, 20485, 'brute'),
(0x00000000000000000000ffffb98337bf, 'US', 12, 20485, 'brute'),
(0x00000000000000000000ffff5ccde64e, 'DE', 1, 20485, 'brute'),
(0x00000000000000000000ffffb9f20303, 'PL', 9, 20485, 'waf'),
(0x00000000000000000000ffff53d9d000, 'RU', 1, 20485, 'brute'),
(0x00000000000000000000ffffd5201da4, 'FR', 4, 20485, 'brute'),
(0x00000000000000000000ffff2dc34b24, 'MU', 3, 20485, 'brute'),
(0x00000000000000000000ffffc205623f, 'NO', 1, 20485, 'brute'),
(0x00000000000000000000ffffc09f63a9, 'NL', 1, 20485, 'waf'),
(0x00000000000000000000ffffd126cce2, 'DE', 3, 20485, 'brute'),
(0x00000000000000000000ffff7b1f2976, 'VN', 1, 20485, 'brute'),
(0x00000000000000000000ffffc5fa2224, 'TZ', 3, 20485, 'brute'),
(0x00000000000000000000ffff9f4157f5, 'GB', 1, 20485, 'brute'),
(0x00000000000000000000ffffcbd1be82, 'ID', 2, 20485, 'brute'),
(0x00000000000000000000ffffd18d34d4, 'US', 1, 20485, 'brute'),
(0x00000000000000000000ffffb5d7c13f, 'US', 3, 20485, 'brute'),
(0x00000000000000000000ffffb9c8f041, 'RU', 3, 20485, 'brute'),
(0x00000000000000000000ffffb9f2030d, 'PL', 9, 20485, 'waf'),
(0x00000000000000000000ffff321c0270, 'US', 8, 20485, 'brute'),
(0x00000000000000000000ffff90d9fc6a, 'CA', 1, 20485, 'brute'),
(0x00000000000000000000ffff71141f37, 'ID', 1, 20485, 'brute'),
(0x00000000000000000000ffffcb9f5a14, 'NL', 9, 20485, 'waf'),
(0x00000000000000000000ffffd17e7fc2, 'US', 1, 20485, 'brute'),
(0x00000000000000000000ffff18c7621e, 'US', 1, 20485, 'brute'),
(0x00000000000000000000ffff04cc08de, 'US', 1, 20485, 'brute'),
(0x00000000000000000000ffff6714605d, '', 3, 20485, 'brute'),
(0x00000000000000000000ffff94429be5, 'SG', 3, 20485, 'brute'),
(0x00000000000000000000ffffa099b49d, 'US', 1, 20485, 'brute'),
(0x00000000000000000000ffff2d3dbb52, 'US', 1, 20485, 'brute'),
(0x00000000000000000000ffff406f16ac, 'US', 1, 20485, 'brute'),
(0x00000000000000000000ffff45c5bf6a, 'US', 1, 20485, 'brute'),
(0x00000000000000000000ffff0febbb9f, 'SG', 1, 20485, 'brute'),
(0x00000000000000000000ffff675ae8aa, 'VN', 1, 20485, 'brute'),
(0x00000000000000000000ffffc6623c5b, 'US', 1, 20485, 'brute'),
(0x00000000000000000000ffff18c7621e, 'US', 2, 20486, 'brute'),
(0x00000000000000000000ffff5f55ee16, 'CZ', 1, 20486, 'brute'),
(0x00000000000000000000ffff9a5a303e, 'ID', 3, 20486, 'brute'),
(0x00000000000000000000ffff2e65e4eb, 'DE', 1, 20486, 'brute'),
(0x00000000000000000000ffff321c0270, 'US', 4, 20486, 'brute'),
(0x00000000000000000000ffff48a79680, 'US', 6, 20486, 'brute'),
(0x00000000000000000000ffff9448f41b, 'SG', 1, 20486, 'brute'),
(0x00000000000000000000ffff4287046f, 'US', 1, 20486, 'brute'),
(0x00000000000000000000ffffb9c8f041, 'RU', 1, 20486, 'brute'),
(0x00000000000000000000ffffd9a08605, 'DE', 1, 20486, 'brute'),
(0x00000000000000000000ffff8d620b75, 'LT', 11, 20486, 'brute'),
(0x00000000000000000000ffffd17e7fc2, 'US', 4, 20486, 'brute'),
(0x00000000000000000000ffffb98337bf, 'US', 3, 20486, 'brute'),
(0x00000000000000000000ffff398214fc, 'FR', 13, 20486, 'brute'),
(0x00000000000000000000ffffb01fe028, 'FR', 2, 20486, 'brute'),
(0x00000000000000000000ffff3b7d668e, 'TW', 1, 20486, 'brute'),
(0x00000000000000000000ffff8e5d780d, 'US', 4, 20486, 'brute'),
(0x00000000000000000000ffff68f448f5, 'LU', 1, 20486, 'brute'),
(0x00000000000000000000ffff5863f58b, 'DE', 2, 20486, 'brute'),
(0x00000000000000000000ffff67b2e733, 'VN', 1, 20486, 'brute'),
(0x00000000000000000000ffff6798a452, 'VN', 7, 20486, 'brute'),
(0x00000000000000000000ffff67ff863d, '', 3, 20486, 'brute'),
(0x00000000000000000000ffffa5160bd2, 'US', 1, 20486, 'brute'),
(0x00000000000000000000ffff33266ddf, 'FR', 1, 20486, 'brute'),
(0x00000000000000000000ffffa01e70e9, '', 2, 20486, 'brute'),
(0x00000000000000000000ffffa516fe39, 'SG', 1, 20486, 'waf'),
(0x00000000000000000000ffff364e73f3, 'IE', 2, 20486, 'brute'),
(0x00000000000000000000ffffbc363ac6, 'SA', 3, 20486, 'brute'),
(0x00000000000000000000ffff0ee1d8f0, 'VN', 2, 20486, 'brute'),
(0x00000000000000000000ffffa1f8bd63, '', 1, 20486, 'brute'),
(0x00000000000000000000ffff9f4157f5, 'GB', 2, 20486, 'brute'),
(0x00000000000000000000ffff36a4b793, 'US', 1, 20486, 'brute'),
(0x00000000000000000000ffff2d5e1f1a, 'ES', 1, 20486, 'waf'),
(0x00000000000000000000ffffd9a0bde4, 'DE', 1, 20486, 'brute'),
(0x00000000000000000000ffff2d9a62f5, 'NL', 9, 20486, 'waf'),
(0x00000000000000000000ffff9fdf4a1d, 'SG', 12, 20486, 'waf'),
(0x2a0104f80c2c70750000000000000001, 'DE', 1, 20486, 'brute'),
(0x26003c0000000000f03c94fffea1bb9e, 'US', 1, 20486, 'brute'),
(0x00000000000000000000ffff2dc25c15, 'US', 1, 20486, 'waf'),
(0x00000000000000000000ffff6799a6ce, 'IN', 1, 20486, 'brute'),
(0x00000000000000000000ffffb4c329a0, 'PH', 1, 20486, 'brute'),
(0x00000000000000000000ffff6bbd0c12, 'LU', 1, 20486, 'brute'),
(0x00000000000000000000ffff2e69e663, 'FR', 1, 20486, 'brute'),
(0x00000000000000000000ffffc6623539, 'US', 1, 20486, 'brute'),
(0x2a10e140001401000000000000000022, 'IT', 1, 20487, 'brute'),
(0x00000000000000000000ffff2d3dbc05, 'US', 1, 20487, 'brute'),
(0x00000000000000000000ffffa1234d4a, 'DE', 1, 20487, 'brute'),
(0x00000000000000000000ffff68f449fb, 'LU', 1, 20487, 'brute'),
(0x00000000000000000000ffff2d7f0550, 'MY', 1, 20487, 'brute'),
(0x00000000000000000000ffff6bbd089d, 'LU', 1, 20487, 'brute'),
(0x00000000000000000000ffff2580909a, 'NL', 1, 20487, 'brute'),
(0x00000000000000000000ffff681cd670, 'US', 9, 20487, 'waf'),
(0x00000000000000000000ffffd47d04ce, 'TR', 1, 20487, 'brute'),
(0x00000000000000000000ffff0fcc9b19, 'US', 2, 20487, 'brute'),
(0x00000000000000000000ffff4d4473b9, 'GB', 1, 20487, 'brute'),
(0x00000000000000000000ffffcb9f5a14, 'NL', 9, 20487, 'waf'),
(0x26001f140da2b000c73b829ec65d1a76, 'US', 1, 20487, 'brute'),
(0x00000000000000000000ffff05a16339, 'US', 1, 20487, 'brute'),
(0x00000000000000000000ffff44b2a4d9, 'IN', 1, 20488, 'brute'),
(0x00000000000000000000ffff254d967c, 'RU', 30, 20488, 'brute'),
(0x00000000000000000000ffff254d967b, 'RU', 20, 20488, 'brute'),
(0x00000000000000000000ffff53d9d053, 'RU', 1, 20488, 'brute'),
(0x00000000000000000000ffff9f418248, 'SG', 1, 20488, 'brute'),
(0x00000000000000000000ffff74ca0381, 'DE', 1, 20488, 'brute'),
(0x00000000000000000000ffffc23d2827, 'IN', 1, 20488, 'waf'),
(0x00000000000000000000ffffb4b5f4f4, 'AU', 1, 20488, 'brute'),
(0x00000000000000000000ffff3e3c82e4, 'IR', 55, 20488, 'brute'),
(0x00000000000000000000ffffa7eb06ae, 'DE', 1, 20488, 'brute'),
(0x00000000000000000000ffffa4446aba, 'DE', 8, 20488, 'waf'),
(0x00000000000000000000ffffaceadb3b, 'US', 48, 20488, 'brute'),
(0x00000000000000000000ffffc0407011, 'US', 71, 20488, 'brute'),
(0x00000000000000000000ffff32579099, 'US', 14, 20488, 'brute'),
(0x00000000000000000000ffffc0b9026e, 'US', 29, 20488, 'brute'),
(0x00000000000000000000ffff6564e4d1, 'SG', 19, 20488, 'brute'),
(0x00000000000000000000ffff320623bf, 'US', 37, 20488, 'brute'),
(0x00000000000000000000ffff4274cf7b, 'AE', 42, 20488, 'brute'),
(0x00000000000000000000ffff6ca79f62, 'US', 16, 20488, 'brute'),
(0x00000000000000000000ffff48a79680, 'US', 42, 20488, 'brute'),
(0x00000000000000000000ffffa2f0e920, 'US', 52, 20488, 'brute'),
(0x00000000000000000000ffff4628d928, 'US', 16, 20488, 'brute'),
(0x00000000000000000000ffff8e5d780d, 'US', 119, 20488, 'brute'),
(0x00000000000000000000ffff4506f9b1, 'US', 19, 20488, 'brute'),
(0x00000000000000000000ffff3206b80b, 'US', 43, 20488, 'brute'),
(0x00000000000000000000ffff325790ab, 'US', 19, 20488, 'brute'),
(0x00000000000000000000ffff4506d5ee, 'US', 28, 20488, 'brute'),
(0x00000000000000000000ffffc0fee2cd, 'US', 20, 20488, 'brute'),
(0x00000000000000000000ffffc0b90237, 'US', 18, 20488, 'brute'),
(0x00000000000000000000ffffa2f102c2, 'US', 19, 20488, 'brute'),
(0x00000000000000000000ffffa2f1cbca, 'US', 41, 20488, 'brute'),
(0x00000000000000000000ffffa2f1e255, 'US', 31, 20488, 'brute'),
(0x00000000000000000000ffffadfe1823, 'US', 17, 20488, 'brute'),
(0x00000000000000000000ffffc0b9831e, 'US', 19, 20488, 'brute'),
(0x00000000000000000000ffff9dadcb5e, 'GB', 41, 20488, 'brute'),
(0x00000000000000000000ffffc0b9b0bc, 'US', 15, 20488, 'brute'),
(0x00000000000000000000ffff2d4cce2b, 'JP', 9, 20488, 'brute'),
(0x00000000000000000000ffffa2f1d9c9, 'US', 15, 20488, 'brute'),
(0x00000000000000000000ffffa2f13c7a, 'US', 13, 20488, 'brute'),
(0x00000000000000000000ffffa2f1e2af, 'US', 12, 20488, 'brute'),
(0x00000000000000000000ffff44b286d2, 'US', 13, 20488, 'brute'),
(0x00000000000000000000ffffa2f1cbd4, 'US', 20, 20488, 'brute'),
(0x00000000000000000000ffffa2f1da88, 'US', 22, 20488, 'brute'),
(0x00000000000000000000ffff9448778a, 'US', 6, 20488, 'brute'),
(0x00000000000000000000ffff05fc98d1, 'PA', 13, 20488, 'brute'),
(0x00000000000000000000ffffa2f1e677, 'US', 19, 20488, 'brute'),
(0x00000000000000000000ffff34dd596b, 'SG', 60, 20488, 'brute'),
(0x00000000000000000000ffffadfe1cf0, 'US', 6, 20488, 'brute'),
(0x00000000000000000000ffffd5201da4, 'FR', 3, 20488, 'brute'),
(0x00000000000000000000ffffb9dcae89, 'NL', 63, 20488, 'brute'),
(0x00000000000000000000ffffa2f1e2d3, 'US', 35, 20488, 'brute'),
(0x00000000000000000000ffffa099b49d, 'US', 15, 20488, 'brute'),
(0x00000000000000000000ffff6d7bef17, 'SG', 5, 20488, 'brute'),
(0x00000000000000000000ffffa2f1cbde, 'US', 17, 20488, 'brute'),
(0x00000000000000000000ffffbb250a6a, 'BR', 1, 20488, 'brute'),
(0x00000000000000000000ffff32062bd4, 'US', 57, 20488, 'brute'),
(0x00000000000000000000ffffc0b9b0d1, 'US', 26, 20488, 'brute'),
(0x00000000000000000000ffff74760271, 'VN', 84, 20488, 'brute'),
(0x00000000000000000000ffffd8acac28, 'US', 24, 20488, 'brute'),
(0x00000000000000000000ffffa2f1e0d1, 'US', 18, 20488, 'brute'),
(0x00000000000000000000ffff94487e5d, 'US', 1, 20488, 'brute'),
(0x00000000000000000000ffff8d620b75, 'LT', 115, 20488, 'brute'),
(0x00000000000000000000ffffadfe180e, 'US', 13, 20488, 'brute'),
(0x00000000000000000000ffff5c35608d, 'RU', 12, 20488, 'brute'),
(0x00000000000000000000ffffd1eb8885, 'CA', 1, 20488, 'brute'),
(0x00000000000000000000ffff398214fc, 'FR', 62, 20488, 'brute'),
(0x00000000000000000000ffff59684e8b, 'RU', 3, 20488, 'brute'),
(0x00000000000000000000ffff6ca79737, 'US', 23, 20488, 'brute'),
(0x00000000000000000000ffff6cb3c014, 'US', 10, 20488, 'brute'),
(0x00000000000000000000ffffa2f1da64, 'US', 27, 20488, 'brute'),
(0x00000000000000000000ffffa32cb962, 'JP', 7, 20488, 'brute'),
(0x00000000000000000000ffffb8a87331, 'SG', 1, 20488, 'brute'),
(0x00000000000000000000ffffd06dbc89, 'US', 65, 20488, 'brute'),
(0x00000000000000000000ffff94484afa, 'US', 3, 20488, 'brute'),
(0x00000000000000000000ffffa2f1e1d5, 'US', 13, 20488, 'brute'),
(0x00000000000000000000ffff48a77e3f, 'US', 21, 20488, 'brute'),
(0x00000000000000000000ffff44b2c326, 'US', 1, 20488, 'brute'),
(0x00000000000000000000ffff43144cd6, 'US', 13, 20488, 'brute'),
(0x00000000000000000000ffffc0b9b0c2, 'US', 11, 20488, 'brute'),
(0x00000000000000000000ffff32068a51, 'US', 10, 20488, 'brute'),
(0x00000000000000000000ffffc7c3f9e7, 'US', 1, 20488, 'brute'),
(0x00000000000000000000ffff41fee1d7, 'US', 1, 20488, 'brute'),
(0x00000000000000000000ffff67525c23, 'ID', 12, 20488, 'brute'),
(0x00000000000000000000ffff44b2860f, 'US', 2, 20488, 'brute'),
(0x00000000000000000000ffffc0fee2ac, 'US', 3, 20488, 'brute'),
(0x00000000000000000000ffff81794ba2, 'US', 11, 20488, 'brute'),
(0x00000000000000000000ffff334f12bb, 'CA', 3, 20488, 'brute'),
(0x00000000000000000000ffff2fa1d248, 'US', 11, 20488, 'brute'),
(0x00000000000000000000ffff41fee1d9, 'US', 1, 20488, 'brute'),
(0x00000000000000000000ffffd1eb8892, 'CA', 1, 20488, 'brute'),
(0x00000000000000000000ffffb9681e35, 'NL', 38, 20488, 'brute'),
(0x00000000000000000000ffffa200d866, 'US', 3, 20488, 'brute'),
(0x00000000000000000000ffffd06d3e97, 'US', 9, 20488, 'brute'),
(0x00000000000000000000ffff50d0e3bb, 'LT', 5, 20488, 'brute'),
(0x00000000000000000000ffff67b33866, 'ID', 5, 20488, 'brute'),
(0x00000000000000000000ffff3257dc9e, 'US', 4, 20488, 'brute'),
(0x00000000000000000000ffff320603cc, 'US', 4, 20488, 'brute'),
(0x00000000000000000000ffff4506d476, 'US', 11, 20488, 'brute'),
(0x00000000000000000000ffff5b865185, 'FR', 6, 20488, 'brute'),
(0x00000000000000000000ffff3257905c, 'US', 14, 20488, 'brute'),
(0x00000000000000000000ffff671b3c53, 'VN', 60, 20488, 'brute'),
(0x00000000000000000000ffff67ff863d, '', 3, 20488, 'brute'),
(0x00000000000000000000ffff67ee8037, 'JP', 12, 20488, 'brute'),
(0x00000000000000000000ffff41fee1db, 'US', 1, 20488, 'brute'),
(0x00000000000000000000ffff294cd5eb, 'ZA', 3, 20488, 'brute'),
(0x00000000000000000000ffff323ebb7c, 'US', 4, 20488, 'brute'),
(0x00000000000000000000ffffd1eb8888, 'CA', 4, 20488, 'brute'),
(0x00000000000000000000ffff671c24d2, 'VN', 4, 20488, 'brute'),
(0x00000000000000000000ffffd06d1d58, 'US', 1, 20488, 'brute'),
(0x00000000000000000000ffff3257e4e6, 'US', 1, 20488, 'brute'),
(0x00000000000000000000ffff6732a17d, 'IN', 3, 20488, 'brute'),
(0x00000000000000000000ffffa01e70e9, '', 14, 20488, 'brute'),
(0x00000000000000000000ffff3ffa2c35, 'US', 3, 20488, 'brute'),
(0x00000000000000000000ffff3ed2b904, 'FR', 9, 20488, 'brute'),
(0x00000000000000000000ffff3206e0ea, 'US', 20, 20488, 'brute'),
(0x00000000000000000000ffff0defc09e, 'AU', 1, 20488, 'brute'),
(0x00000000000000000000ffff5ccd191e, 'FR', 5, 20488, 'brute'),
(0x00000000000000000000ffffd8acac2d, 'US', 5, 20488, 'brute'),
(0x00000000000000000000ffffa2f13ec5, 'US', 7, 20488, 'brute'),
(0x00000000000000000000ffff671c2469, 'VN', 1, 20488, 'brute'),
(0x00000000000000000000ffffdc9ee932, 'KH', 1, 20488, 'brute'),
(0x00000000000000000000ffff323e959f, 'US', 2, 20488, 'brute'),
(0x00000000000000000000ffff44b291d2, 'IN', 5, 20488, 'brute'),
(0x00000000000000000000ffffcba1364a, 'US', 6, 20488, 'brute'),
(0x00000000000000000000ffffc0fee2ad, 'US', 4, 20488, 'brute'),
(0x00000000000000000000ffff9448f41b, 'SG', 6, 20488, 'brute'),
(0x00000000000000000000ffff98e4d35c, 'FR', 4, 20488, 'brute'),
(0x00000000000000000000ffff9448f8ab, 'SG', 1, 20488, 'brute'),
(0x00000000000000000000ffff3257902b, 'US', 1, 20488, 'brute'),
(0x00000000000000000000ffff959a4376, 'RU', 1, 20488, 'brute'),
(0x00000000000000000000ffff4274c41a, 'AE', 1, 20488, 'brute'),
(0x00000000000000000000ffff41fe5fec, 'IN', 1, 20488, 'brute'),
(0x00000000000000000000ffff9d5a0632, 'DE', 1, 20488, 'brute'),
(0x00000000000000000000ffffa2d5ffe1, 'US', 2, 20488, 'brute'),
(0x2a001828100022390000000000000002, 'DE', 1, 20488, 'brute'),
(0x00000000000000000000ffffb9df9895, 'US', 1, 20488, 'brute'),
(0x00000000000000000000ffffb9df9896, 'US', 1, 20488, 'brute'),
(0x00000000000000000000ffff41261926, 'US', 1, 20488, 'brute'),
(0x00000000000000000000ffffb9df98a4, 'US', 1, 20488, 'brute'),
(0x00000000000000000000ffffb9df989f, 'US', 1, 20488, 'brute'),
(0x00000000000000000000ffffb9df9899, 'US', 1, 20488, 'brute'),
(0x00000000000000000000ffffb9df98ae, 'US', 1, 20488, 'brute'),
(0x00000000000000000000ffffb9df989d, 'US', 1, 20488, 'brute'),
(0x00000000000000000000ffffb9df989e, 'US', 1, 20488, 'brute'),
(0x00000000000000000000ffffb9df98a1, 'US', 1, 20488, 'brute'),
(0x00000000000000000000ffffb9df989a, 'US', 1, 20488, 'brute'),
(0x00000000000000000000ffffb9df989f, 'US', 10, 20489, 'brute'),
(0x00000000000000000000ffffb9df989a, 'US', 5, 20489, 'brute'),
(0x00000000000000000000ffffb9df98ab, 'US', 4, 20489, 'brute'),
(0x00000000000000000000ffffb9df98a9, 'US', 7, 20489, 'brute'),
(0x00000000000000000000ffffb9df98ad, 'US', 8, 20489, 'brute'),
(0x00000000000000000000ffffb9df989d, 'US', 5, 20489, 'brute'),
(0x00000000000000000000ffffb9df989e, 'US', 8, 20489, 'brute'),
(0x00000000000000000000ffffb9df98a0, 'US', 6, 20489, 'brute'),
(0x200141d00008cc780000000000000000, 'FR', 1, 20489, 'brute'),
(0x00000000000000000000ffff4059a304, 'US', 1, 20489, 'waf'),
(0x00000000000000000000ffffb9df98ac, 'US', 4, 20489, 'brute'),
(0x00000000000000000000ffffb9df98a3, 'US', 8, 20489, 'brute'),
(0x00000000000000000000ffffb9df98a5, 'US', 9, 20489, 'brute'),
(0x00000000000000000000ffffb9df98a8, 'US', 7, 20489, 'brute'),
(0x00000000000000000000ffffb9df98a6, 'US', 8, 20489, 'brute'),
(0x00000000000000000000ffffb9df98a1, 'US', 6, 20489, 'brute'),
(0x00000000000000000000ffffb9df98af, 'US', 7, 20489, 'brute'),
(0x00000000000000000000ffffb9df98a4, 'US', 6, 20489, 'brute'),
(0x00000000000000000000ffffb9df989b, 'US', 5, 20489, 'brute'),
(0x00000000000000000000ffff4059a3cb, 'US', 1, 20489, 'waf'),
(0x20011600000400110000000000000507, 'CH', 1, 20489, 'brute'),
(0x00000000000000000000ffffb9df9899, 'US', 5, 20489, 'brute'),
(0x00000000000000000000ffffb9df9896, 'US', 7, 20489, 'brute'),
(0x00000000000000000000ffffb9df9895, 'US', 6, 20489, 'brute'),
(0x00000000000000000000ffffb9df9894, 'US', 3, 20489, 'brute'),
(0x00000000000000000000ffff6bbd0c12, 'LU', 1, 20489, 'brute'),
(0x00000000000000000000ffffb9df98ae, 'US', 8, 20489, 'brute'),
(0x00000000000000000000ffffb9df98a2, 'US', 5, 20489, 'brute'),
(0x00000000000000000000ffffd5cafd04, 'DE', 28, 20489, 'waf'),
(0x00000000000000000000ffff44b291d2, 'IN', 3, 20489, 'brute'),
(0x00000000000000000000ffffaceadb3b, 'US', 114, 20489, 'brute'),
(0x00000000000000000000ffff87b58337, 'FI', 2, 20489, 'brute'),
(0x00000000000000000000ffffa7ac4fac, 'SG', 11, 20489, 'brute'),
(0x00000000000000000000ffffc0407011, 'US', 73, 20489, 'brute'),
(0x00000000000000000000ffff5ccdaeff, 'DE', 1, 20489, 'brute'),
(0x00000000000000000000ffff44b286d2, 'US', 10, 20489, 'brute'),
(0x00000000000000000000ffff44b2860f, 'US', 11, 20489, 'brute'),
(0x00000000000000000000ffff42af2c24, 'CA', 1, 20489, 'brute'),
(0x00000000000000000000ffff9448f8ab, 'SG', 1, 20489, 'brute'),
(0x00000000000000000000ffffb9f9289c, 'NL', 48, 20489, 'brute'),
(0x00000000000000000000ffffd1eb8895, 'CA', 8, 20489, 'brute'),
(0x00000000000000000000ffff25bb95a8, 'FR', 96, 20489, 'brute'),
(0x00000000000000000000ffffd06dbc89, 'US', 52, 20489, 'brute'),
(0x00000000000000000000ffff34dd596b, 'SG', 27, 20489, 'brute'),
(0x00000000000000000000ffffa2f06903, 'US', 2, 20489, 'brute'),
(0x00000000000000000000ffff6738a1a5, 'VN', 1, 20489, 'brute'),
(0x00000000000000000000ffff8d620b75, 'LT', 51, 20489, 'brute'),
(0x00000000000000000000ffff48a79680, 'US', 22, 20489, 'brute'),
(0x00000000000000000000ffffa01e70e9, '', 40, 20489, 'brute'),
(0x00000000000000000000ffff398214fc, 'FR', 191, 20489, 'brute'),
(0x00000000000000000000ffff33a1c14d, 'AU', 1, 20489, 'brute'),
(0x00000000000000000000ffff5c35608d, 'RU', 7, 20489, 'brute'),
(0x00000000000000000000ffff94487e5d, 'US', 6, 20489, 'brute'),
(0x00000000000000000000ffff959a4376, 'RU', 6, 20489, 'brute'),
(0x00000000000000000000ffff4274cf7b, 'AE', 20, 20489, 'brute'),
(0x00000000000000000000ffff323ebb7c, 'US', 2, 20489, 'brute'),
(0x00000000000000000000ffff74760271, 'VN', 182, 20489, 'brute'),
(0x00000000000000000000ffffb9df98aa, 'US', 5, 20489, 'brute'),
(0x00000000000000000000ffff67525c23, 'ID', 15, 20489, 'brute'),
(0x00000000000000000000ffffa200d3e2, 'US', 6, 20489, 'brute'),
(0x00000000000000000000ffffb9681e35, 'NL', 17, 20489, 'brute'),
(0x00000000000000000000ffff4506f9b1, 'US', 17, 20489, 'brute'),
(0x00000000000000000000ffffa2f1e677, 'US', 4, 20489, 'brute'),
(0x00000000000000000000ffff9448778a, 'US', 22, 20489, 'brute'),
(0x00000000000000000000ffff05fc98d1, 'PA', 9, 20489, 'brute'),
(0x00000000000000000000ffffa099b49d, 'US', 7, 20489, 'brute'),
(0x00000000000000000000ffff677c5f73, 'VN', 1, 20489, 'brute'),
(0x00000000000000000000ffff4274c41a, 'AE', 15, 20489, 'brute'),
(0x00000000000000000000ffff68e101f8, 'US', 4, 20489, 'brute'),
(0x00000000000000000000ffffa184315a, 'PE', 1, 20489, 'brute'),
(0x00000000000000000000ffffa290fd1b, 'US', 1, 20489, 'brute'),
(0x00000000000000000000ffffb9df9897, 'US', 4, 20489, 'brute'),
(0x00000000000000000000ffffb009323a, 'DE', 1, 20489, 'brute'),
(0x00000000000000000000ffff671c2469, 'VN', 5, 20489, 'brute'),
(0x00000000000000000000ffff768bb521, 'SG', 3, 20489, 'brute'),
(0x00000000000000000000ffff42af2c20, 'CA', 2, 20489, 'brute'),
(0x00000000000000000000ffffbc280185, 'DE', 1, 20489, 'brute'),
(0x00000000000000000000ffffdc9ee9d8, 'KH', 7, 20489, 'brute'),
(0x00000000000000000000ffff323e8934, 'US', 1, 20489, 'brute'),
(0x00000000000000000000ffff42af2c17, 'CA', 15, 20489, 'brute'),
(0x00000000000000000000ffff4531f138, 'US', 3, 20489, 'brute'),
(0x00000000000000000000ffff6564e4d1, 'SG', 4, 20489, 'brute'),
(0x00000000000000000000ffff67ff863d, '', 8, 20489, 'brute'),
(0x00000000000000000000ffffadfe1cf0, 'US', 9, 20489, 'brute'),
(0x00000000000000000000ffffdc9ee932, 'KH', 8, 20489, 'brute'),
(0x00000000000000000000ffff42af2c19, 'CA', 15, 20489, 'brute'),
(0x00000000000000000000ffff68f44bc2, 'LU', 1, 20489, 'brute'),
(0x00000000000000000000ffff5b865185, 'FR', 11, 20489, 'brute'),
(0x00000000000000000000ffff2fa1d248, 'US', 7, 20489, 'brute'),
(0x00000000000000000000ffff6bb473cb, 'US', 1, 20489, 'brute'),
(0x00000000000000000000ffff5ccd08c0, 'FR', 1, 20489, 'brute'),
(0x00000000000000000000ffff9448f41b, 'SG', 29, 20489, 'brute'),
(0x00000000000000000000ffffa2f1e0d1, 'US', 4, 20489, 'brute'),
(0x00000000000000000000ffff67ee8037, 'JP', 17, 20489, 'brute'),
(0x00000000000000000000ffffa2f1e2af, 'US', 13, 20489, 'brute'),
(0x00000000000000000000ffff8e5d780d, 'US', 43, 20489, 'brute'),
(0x00000000000000000000ffff934f4476, 'US', 1, 20489, 'brute'),
(0x00000000000000000000ffffb8a86dc4, 'SG', 1, 20489, 'brute'),
(0x00000000000000000000ffff9b858441, 'FR', 1, 20489, 'brute'),
(0x00000000000000000000ffff614a5cd3, 'US', 24, 20489, 'brute'),
(0x00000000000000000000ffffb9f1d07b, 'PL', 2, 20489, 'waf'),
(0x00000000000000000000ffff42af2c3c, 'CA', 7, 20489, 'brute'),
(0x00000000000000000000ffff52a558b5, 'DE', 1, 20489, 'brute'),
(0x00000000000000000000ffff294cd5eb, 'ZA', 10, 20489, 'brute'),
(0x00000000000000000000ffffc0b9026e, 'US', 2, 20489, 'brute'),
(0x00000000000000000000ffff9f4157f5, 'GB', 3, 20489, 'brute'),
(0x00000000000000000000ffff6756b376, 'MY', 1, 20489, 'brute'),
(0x00000000000000000000ffff3257905c, 'US', 3, 20489, 'brute'),
(0x00000000000000000000ffffc0b951c9, 'US', 2, 20489, 'brute'),
(0x00000000000000000000ffff3206ae10, 'US', 14, 20489, 'brute'),
(0x00000000000000000000ffff3257e4e6, 'US', 7, 20489, 'brute'),
(0x00000000000000000000ffff17e28298, 'US', 1, 20489, 'brute'),
(0x00000000000000000000ffffc0b9b0c2, 'US', 7, 20489, 'brute'),
(0x00000000000000000000ffffa2d5ffe1, 'US', 1, 20489, 'brute'),
(0x00000000000000000000ffff338f6af2, 'US', 1, 20489, 'brute'),
(0x00000000000000000000ffffb8a87331, 'SG', 1, 20489, 'brute'),
(0x00000000000000000000ffff8494b607, 'US', 1, 20489, 'brute'),
(0x00000000000000000000ffff6bb476da, 'US', 1, 20489, 'brute'),
(0x00000000000000000000ffff48a77d3e, 'US', 1, 20489, 'brute'),
(0x00000000000000000000ffffb0754836, 'NL', 1, 20489, 'brute'),
(0x00000000000000000000ffff3ffa2c35, 'US', 1, 20489, 'brute'),
(0x00000000000000000000ffffd12a1f2d, 'GB', 1, 20489, 'brute'),
(0x00000000000000000000ffff51582232, 'DE', 1, 20489, 'brute'),
(0x00000000000000000000ffff42af2c22, 'CA', 1, 20489, 'brute'),
(0x00000000000000000000ffff5d59e114, 'TR', 1, 20489, 'brute'),
(0x00000000000000000000ffff81794ba2, 'US', 8, 20489, 'brute'),
(0x00000000000000000000ffff41fee1d8, 'US', 1, 20489, 'brute'),
(0x00000000000000000000ffff6cb3fc46, 'US', 8, 20489, 'brute'),
(0x00000000000000000000ffff3206b81a, 'US', 1, 20489, 'brute'),
(0x00000000000000000000ffffc0fee2ac, 'US', 14, 20489, 'brute'),
(0x00000000000000000000ffff8494b718, 'US', 1, 20489, 'brute'),
(0x00000000000000000000ffff32062312, 'US', 7, 20489, 'brute'),
(0x00000000000000000000ffffadfe1823, 'US', 15, 20489, 'brute'),
(0x00000000000000000000ffffc0b902fe, 'US', 9, 20489, 'brute'),
(0x00000000000000000000ffff6ca79f62, 'US', 7, 20489, 'brute'),
(0x00000000000000000000ffffc60cf322, 'US', 1, 20489, 'brute'),
(0x00000000000000000000ffff8a7a47d7, 'BR', 25, 20489, 'brute'),
(0x00000000000000000000ffff320603cc, 'US', 2, 20489, 'brute'),
(0x00000000000000000000ffffb4eb95bd, 'ID', 1, 20489, 'brute'),
(0x00000000000000000000ffff6bb47594, 'US', 1, 20489, 'brute'),
(0x00000000000000000000ffff320623bf, 'US', 3, 20489, 'brute'),
(0x00000000000000000000ffffa2f1da64, 'US', 8, 20489, 'brute'),
(0x00000000000000000000ffff8494b3b1, 'US', 1, 20489, 'brute'),
(0x00000000000000000000ffff0fcc9b19, 'US', 2, 20489, 'brute'),
(0x00000000000000000000ffffa2f1e255, 'US', 4, 20489, 'brute'),
(0x00000000000000000000ffff592e6e77, 'IT', 1, 20489, 'brute'),
(0x00000000000000000000ffffd06dac60, 'US', 1, 20489, 'brute'),
(0x00000000000000000000ffff6ca79737, 'US', 6, 20489, 'brute'),
(0x00000000000000000000ffff6cb3fdbe, 'US', 2, 20489, 'brute'),
(0x00000000000000000000ffff6ca7842a, 'US', 4, 20489, 'brute'),
(0x00000000000000000000ffff4628d928, 'US', 1, 20489, 'brute'),
(0x00000000000000000000ffff4506d476, 'US', 2, 20489, 'brute'),
(0x00000000000000000000ffffa2f102c2, 'US', 11, 20489, 'brute'),
(0x00000000000000000000ffffd8acac28, 'US', 4, 20489, 'brute'),
(0x00000000000000000000ffff3257dc9e, 'US', 6, 20489, 'brute'),
(0x00000000000000000000ffffa2f1cbd4, 'US', 3, 20489, 'brute'),
(0x00000000000000000000ffff32068a9c, 'US', 1, 20489, 'brute'),
(0x00000000000000000000ffffc0b9b0bc, 'US', 4, 20489, 'brute'),
(0x00000000000000000000ffffa2f1cbde, 'US', 16, 20489, 'brute'),
(0x00000000000000000000ffffd06d3895, 'US', 1, 20489, 'brute'),
(0x00000000000000000000ffff32579099, 'US', 1, 20489, 'brute'),
(0x00000000000000000000ffffd06d3e97, 'US', 1, 20489, 'brute'),
(0x00000000000000000000ffff50d0e3bb, 'LT', 3, 20489, 'brute'),
(0x00000000000000000000ffffa2f118e9, 'US', 4, 20489, 'brute'),
(0x00000000000000000000ffffc662332b, 'US', 1, 20489, 'brute'),
(0x00000000000000000000ffffb9df98a7, 'US', 4, 20489, 'brute'),
(0x00000000000000000000ffff42af2c3a, 'CA', 2, 20489, 'brute'),
(0x00000000000000000000ffffa763b631, 'CA', 1, 20489, 'brute'),
(0x00000000000000000000ffff42af2c15, 'CA', 1, 20489, 'brute'),
(0x00000000000000000000ffffa2f1daee, 'US', 6, 20489, 'brute'),
(0x00000000000000000000ffffc0fee2cd, 'US', 8, 20489, 'brute'),
(0x00000000000000000000ffffadfe180e, 'US', 1, 20489, 'brute'),
(0x00000000000000000000ffffa2f1e2d3, 'US', 3, 20489, 'brute'),
(0x00000000000000000000ffff768bb28e, 'SG', 1, 20489, 'brute'),
(0x00000000000000000000ffff42af2c46, 'CA', 2, 20489, 'brute'),
(0x00000000000000000000ffffa32cb962, 'JP', 10, 20489, 'brute'),
(0x00000000000000000000ffff43144cd6, 'US', 1, 20489, 'brute'),
(0x00000000000000000000ffff3206b80b, 'US', 3, 20489, 'brute'),
(0x00000000000000000000ffff5cccdd0f, 'FR', 1, 20489, 'brute'),
(0x00000000000000000000ffff42af2c39, 'CA', 1, 20489, 'brute'),
(0x00000000000000000000ffff320613f8, 'US', 1, 20489, 'brute'),
(0x00000000000000000000ffff6bb47144, 'US', 1, 20489, 'brute'),
(0x00000000000000000000ffff42af2c37, 'CA', 1, 20489, 'brute'),
(0x00000000000000000000ffff44b2f53e, 'US', 1, 20489, 'brute'),
(0x00000000000000000000ffff32062bd4, 'US', 1, 20489, 'brute'),
(0x00000000000000000000ffffd06daeff, 'US', 1, 20489, 'brute'),
(0x00000000000000000000ffffa2fb5586, 'US', 4, 20489, 'brute'),
(0x00000000000000000000ffffadd4cae6, 'DE', 2, 20489, 'brute');
INSERT INTO `wp_wfblockediplog` (`IP`, `countryCode`, `blockCount`, `unixday`, `blockType`) VALUES
(0x00000000000000000000ffff2d4cce2b, 'JP', 1, 20489, 'brute'),
(0x00000000000000000000ffff94484afa, 'US', 1, 20489, 'brute'),
(0x00000000000000000000ffff405bfa04, 'US', 1, 20489, 'brute'),
(0x00000000000000000000ffffa2f1fc32, 'US', 2, 20489, 'brute'),
(0x00000000000000000000ffffb8a8619c, 'SG', 1, 20489, 'brute'),
(0x00000000000000000000ffffc2e95797, 'SG', 1, 20489, 'brute'),
(0x00000000000000000000ffffc0b90237, 'US', 1, 20489, 'brute'),
(0x00000000000000000000ffff48a7cde8, 'US', 2, 20489, 'brute'),
(0x00000000000000000000ffff5041d075, 'US', 1, 20489, 'brute'),
(0x00000000000000000000ffff325790ab, 'US', 4, 20489, 'brute'),
(0x00000000000000000000ffffb8a87512, 'SG', 4, 20489, 'brute'),
(0x00000000000000000000ffff44b2c71a, 'US', 1, 20489, 'brute'),
(0x00000000000000000000ffff44b2f436, 'US', 1, 20489, 'brute'),
(0x00000000000000000000ffff42af2c3b, 'CA', 1, 20489, 'brute'),
(0x00000000000000000000ffff5b863175, 'FR', 1, 20489, 'brute'),
(0x00000000000000000000ffff42af2c1f, 'CA', 1, 20489, 'brute'),
(0x00000000000000000000ffff8494b769, 'US', 1, 20489, 'brute'),
(0x00000000000000000000ffffd845a198, 'US', 1, 20489, 'brute'),
(0x00000000000000000000ffffa2f13ec5, 'US', 1, 20489, 'brute'),
(0x00000000000000000000ffff3206ae19, 'US', 5, 20489, 'brute'),
(0x00000000000000000000ffff9df5ab01, 'US', 1, 20489, 'brute'),
(0x00000000000000000000ffffcdc4d93a, 'US', 1, 20489, 'brute'),
(0x00000000000000000000ffffa2f13ccd, 'US', 1, 20489, 'brute'),
(0x00000000000000000000ffff42af2c14, 'CA', 1, 20489, 'brute'),
(0x00000000000000000000ffffb9df9898, 'US', 2, 20489, 'brute'),
(0x00000000000000000000ffff4ae199f9, 'IN', 1, 20489, 'waf'),
(0x00000000000000000000ffff67cd8e1c, 'IN', 1, 20489, 'brute'),
(0x00000000000000000000ffffb9df989c, 'US', 2, 20489, 'brute'),
(0x00000000000000000000ffffc6623c5b, 'US', 1, 20489, 'brute'),
(0x2401490088e4931a88e391c10b71592b, 'IN', 11, 20489, 'brute'),
(0x00000000000000000000ffff68f44a60, 'LU', 1, 20489, 'brute'),
(0x00000000000000000000ffffd3153de1, 'TW', 1, 20489, 'brute'),
(0x00000000000000000000ffffc124e19e, 'US', 2, 20489, 'brute'),
(0x00000000000000000000ffff258cdf1b, 'US', 4, 20489, 'brute'),
(0x00000000000000000000ffff258cdf1c, 'US', 2, 20489, 'brute'),
(0x00000000000000000000ffff258cdf39, 'US', 4, 20489, 'brute'),
(0x00000000000000000000ffff88902113, 'US', 2, 20489, 'brute'),
(0x00000000000000000000ffffc124e19d, 'US', 2, 20489, 'brute'),
(0x00000000000000000000ffff258cdf3a, 'US', 2, 20489, 'brute'),
(0x00000000000000000000ffff258cdf2d, 'US', 2, 20489, 'brute'),
(0x00000000000000000000ffff68f44d33, 'LU', 1, 20489, 'brute'),
(0x00000000000000000000ffff023a387a, 'NL', 2, 20489, 'waf'),
(0x2a01036d011247e147aa8a3879d84583, 'HU', 1, 20489, 'brute'),
(0x00000000000000000000ffff6bbd0e19, 'LU', 1, 20489, 'brute'),
(0x00000000000000000000ffffb9df98aa, 'US', 6, 20490, 'brute'),
(0x00000000000000000000ffffb9df98a1, 'US', 3, 20490, 'brute'),
(0x00000000000000000000ffffb9df98a4, 'US', 6, 20490, 'brute'),
(0x00000000000000000000ffffb9df989a, 'US', 10, 20490, 'brute'),
(0x00000000000000000000ffffb9df98a0, 'US', 10, 20490, 'brute'),
(0x00000000000000000000ffffb9df98a2, 'US', 1, 20490, 'brute'),
(0x00000000000000000000ffffb9df98a9, 'US', 6, 20490, 'brute'),
(0x00000000000000000000ffffb9df989f, 'US', 6, 20490, 'brute'),
(0x200141d0030402000000000000000bf8, 'FR', 1, 20490, 'brute'),
(0x00000000000000000000ffffb9df98a5, 'US', 8, 20490, 'brute'),
(0x00000000000000000000ffffb9df98a8, 'US', 8, 20490, 'brute'),
(0x00000000000000000000ffffb9df98a7, 'US', 4, 20490, 'brute'),
(0x00000000000000000000ffffb9df9899, 'US', 9, 20490, 'brute'),
(0x00000000000000000000ffffb9df989b, 'US', 5, 20490, 'brute'),
(0x00000000000000000000ffffb9df9895, 'US', 14, 20490, 'brute'),
(0x00000000000000000000ffffb9df9898, 'US', 8, 20490, 'brute'),
(0x00000000000000000000ffffb9df98ac, 'US', 6, 20490, 'brute'),
(0x00000000000000000000ffff68f44d33, 'LU', 2, 20490, 'brute'),
(0x00000000000000000000ffffb9df9897, 'US', 4, 20490, 'brute'),
(0x00000000000000000000ffffb9df98af, 'US', 4, 20490, 'brute'),
(0x00000000000000000000ffffb9df98ab, 'US', 5, 20490, 'brute'),
(0x00000000000000000000ffffb9df989d, 'US', 7, 20490, 'brute'),
(0x200116000000aaaa000000000080003c, 'CH', 1, 20490, 'brute'),
(0x00000000000000000000ffffb9df98ae, 'US', 4, 20490, 'brute'),
(0x00000000000000000000ffffb9df9896, 'US', 4, 20490, 'brute'),
(0x00000000000000000000ffffb9df98a6, 'US', 7, 20490, 'brute'),
(0x00000000000000000000ffffd99a38e5, 'GB', 1, 20490, 'brute'),
(0x00000000000000000000ffffb9df98ad, 'US', 10, 20490, 'brute'),
(0x00000000000000000000ffffb9df989e, 'US', 5, 20490, 'brute'),
(0x00000000000000000000ffffb9df989c, 'US', 8, 20490, 'brute'),
(0x00000000000000000000ffffb9df9894, 'US', 5, 20490, 'brute'),
(0x00000000000000000000ffff53d9d000, 'RU', 1, 20490, 'brute'),
(0x00000000000000000000ffffa123e74a, 'US', 1, 20490, 'brute'),
(0x00000000000000000000ffff2d5e1f1a, 'ES', 1, 20490, 'waf'),
(0x00000000000000000000ffffb9f9289c, 'NL', 6, 20490, 'brute'),
(0x00000000000000000000ffffb9f2032d, 'PL', 1, 20490, 'waf'),
(0x00000000000000000000ffffb9dd25f9, 'DK', 6, 20490, 'brute'),
(0x00000000000000000000ffffb976bea5, 'ES', 6, 20490, 'brute'),
(0x00000000000000000000ffffc6fc6910, 'US', 1, 20490, 'brute'),
(0x00000000000000000000ffff348c60d7, 'IN', 1, 20490, 'brute'),
(0x00000000000000000000ffff411522ad, 'FI', 1, 20490, 'brute'),
(0x00000000000000000000ffff3206ae19, 'US', 3, 20490, 'brute'),
(0x00000000000000000000ffff5f55ee16, 'CZ', 2, 20490, 'brute'),
(0x00000000000000000000ffffb9df98a3, 'US', 10, 20490, 'brute'),
(0x00000000000000000000ffffb29c81c5, 'DE', 1, 20490, 'brute'),
(0x00000000000000000000ffffd9a0951f, 'DE', 3, 20490, 'brute'),
(0x00000000000000000000ffff8a7a47d7, 'BR', 5, 20490, 'brute'),
(0x00000000000000000000ffff897a407d, 'CA', 1, 20490, 'brute'),
(0x00000000000000000000ffff679133f9, 'IN', 3, 20490, 'brute'),
(0x00000000000000000000ffffc6473c76, 'US', 1, 20490, 'brute'),
(0x00000000000000000000ffff68e101f8, 'US', 1, 20490, 'brute'),
(0x00000000000000000000ffff59a392c5, 'DE', 8, 20490, 'waf'),
(0x00000000000000000000ffff45af3d6a, 'US', 6, 20490, 'brute'),
(0x00000000000000000000ffffd5915e49, 'IT', 5, 20490, 'brute'),
(0x00000000000000000000ffff44b2c326, 'US', 3, 20490, 'brute'),
(0x00000000000000000000ffff405be046, 'US', 5, 20490, 'brute'),
(0x00000000000000000000ffff674a74fd, 'VN', 2, 20490, 'brute'),
(0x00000000000000000000ffffcdc4d1ab, 'US', 4, 20490, 'brute'),
(0x00000000000000000000ffffb9ddcad8, 'NL', 4, 20490, 'brute'),
(0x00000000000000000000ffff877d6c2c, 'FR', 4, 20490, 'brute'),
(0x00000000000000000000ffff5ccd143d, 'FR', 4, 20490, 'brute'),
(0x00000000000000000000ffffd1eb8894, 'CA', 3, 20490, 'brute'),
(0x00000000000000000000ffffa2f00aeb, 'US', 2, 20490, 'brute'),
(0x00000000000000000000ffff2d58bac0, 'US', 1, 20490, 'waf'),
(0x00000000000000000000ffff8ac72308, 'US', 1, 20490, 'brute'),
(0x00000000000000000000ffffadecff25, 'US', 3, 20490, 'brute'),
(0x00000000000000000000ffffa2f03419, 'US', 4, 20490, 'brute'),
(0x00000000000000000000ffff5c35608d, 'RU', 3, 20490, 'brute'),
(0x00000000000000000000ffff52a5c26a, 'DE', 1, 20490, 'brute'),
(0x00000000000000000000ffffb9d97f64, 'DE', 4, 20490, 'brute'),
(0x00000000000000000000ffffc0407011, 'US', 2, 20490, 'brute'),
(0x00000000000000000000ffff03df6820, 'US', 3, 20490, 'brute'),
(0x00000000000000000000ffffcb9f5a14, 'NL', 9, 20490, 'waf'),
(0x00000000000000000000ffffb1838c80, 'BR', 2, 20490, 'brute'),
(0x00000000000000000000ffff614a5cd3, 'US', 3, 20490, 'brute'),
(0x00000000000000000000ffffa4446aba, 'DE', 8, 20490, 'waf'),
(0x00000000000000000000ffff9835ccc7, 'AT', 4, 20490, 'brute'),
(0x00000000000000000000ffff05fc98d1, 'PA', 3, 20490, 'brute'),
(0x00000000000000000000ffff81794ba2, 'US', 1, 20490, 'brute'),
(0x00000000000000000000ffffd1eb8888, 'CA', 1, 20490, 'brute'),
(0x00000000000000000000ffff65635a1d, 'MY', 1, 20490, 'brute'),
(0x00000000000000000000ffffc0fae018, 'GB', 1, 20490, 'brute'),
(0x00000000000000000000ffff17e28298, 'US', 1, 20490, 'brute'),
(0x00000000000000000000ffff22497e0b, 'US', 1, 20490, 'brute'),
(0x00000000000000000000ffff6738a17e, 'VN', 1, 20490, 'brute'),
(0x00000000000000000000ffffa2f1a905, 'US', 3, 20490, 'brute'),
(0x00000000000000000000ffff5ccdb68f, 'FR', 6, 20490, 'brute'),
(0x00000000000000000000ffff42df31b1, 'US', 1, 20490, 'brute'),
(0x00000000000000000000ffff1fdc9756, 'IL', 1, 20490, 'brute'),
(0x00000000000000000000ffff398214fc, 'FR', 1, 20490, 'brute'),
(0x00000000000000000000ffff33ff943c, 'FR', 3, 20490, 'brute'),
(0x00000000000000000000ffffa2f06903, 'US', 2, 20490, 'brute'),
(0x00000000000000000000ffffc0a3c4d8, 'US', 4, 20490, 'brute'),
(0x00000000000000000000ffff48a78655, 'US', 1, 20490, 'brute'),
(0x00000000000000000000ffff670d6792, 'AU', 3, 20490, 'brute'),
(0x00000000000000000000ffff8e5d780d, 'US', 1, 20490, 'brute'),
(0x00000000000000000000ffff5b864dea, 'FR', 1, 20490, 'brute'),
(0x00000000000000000000ffff9dadcb5e, 'GB', 1, 20490, 'brute'),
(0x00000000000000000000ffff63c08bea, 'US', 1, 20490, 'brute'),
(0x00000000000000000000ffff1b368558, 'AU', 1, 20490, 'brute'),
(0x00000000000000000000ffff28598cfa, 'FR', 1, 20490, 'waf'),
(0x00000000000000000000ffff81794ba2, 'US', 3, 20491, 'brute'),
(0x00000000000000000000ffff28598cfa, 'FR', 1, 20491, 'waf'),
(0x00000000000000000000ffffd06dbc89, 'US', 4, 20491, 'brute'),
(0x00000000000000000000ffffb9df9896, 'US', 3, 20491, 'brute'),
(0x00000000000000000000ffffb9df989d, 'US', 4, 20491, 'brute'),
(0x00000000000000000000ffffb9f9289c, 'NL', 6, 20491, 'brute'),
(0x00000000000000000000ffff3367193b, 'FR', 6, 20491, 'brute'),
(0x00000000000000000000ffffb9df989b, 'US', 2, 20491, 'brute'),
(0x00000000000000000000ffffb9df98a2, 'US', 5, 20491, 'brute'),
(0x00000000000000000000ffff44b2c71a, 'US', 1, 20491, 'brute'),
(0x00000000000000000000ffff5c35608d, 'RU', 3, 20491, 'brute'),
(0x00000000000000000000ffffb9df989f, 'US', 3, 20491, 'brute'),
(0x00000000000000000000ffffb9df98ac, 'US', 4, 20491, 'brute'),
(0x00000000000000000000ffff54f7bff8, 'NO', 6, 20491, 'brute'),
(0x00000000000000000000ffffc0b98378, 'US', 3, 20491, 'brute'),
(0x00000000000000000000ffffb9df98a1, 'US', 3, 20491, 'brute'),
(0x00000000000000000000ffffb9df9894, 'US', 2, 20491, 'brute'),
(0x00000000000000000000ffffb9df98aa, 'US', 4, 20491, 'brute'),
(0x00000000000000000000ffffb9df98a0, 'US', 3, 20491, 'brute'),
(0x00000000000000000000ffffdc9eea46, 'KH', 1, 20491, 'brute'),
(0x00000000000000000000ffffb9df98af, 'US', 1, 20491, 'brute'),
(0x00000000000000000000ffffb9df989c, 'US', 3, 20491, 'brute'),
(0x00000000000000000000ffff398214fc, 'FR', 7, 20491, 'brute'),
(0x00000000000000000000ffffb9df98ab, 'US', 1, 20491, 'brute'),
(0x00000000000000000000ffff2be55611, 'SG', 6, 20491, 'brute'),
(0x00000000000000000000ffffb9dd25f9, 'DK', 4, 20491, 'brute'),
(0x00000000000000000000ffffb9df98a9, 'US', 2, 20491, 'brute'),
(0x00000000000000000000ffffb5d66491, 'US', 5, 20491, 'brute'),
(0x00000000000000000000ffffa2f1029e, 'US', 3, 20491, 'brute'),
(0x00000000000000000000ffffc0fae018, 'GB', 5, 20491, 'brute'),
(0x00000000000000000000ffff877d6c2c, 'FR', 1, 20491, 'brute'),
(0x00000000000000000000ffff8e5d440c, 'US', 4, 20491, 'brute'),
(0x00000000000000000000ffffc6473c76, 'US', 1, 20491, 'brute'),
(0x00000000000000000000ffff94429d10, 'SG', 6, 20491, 'brute'),
(0x00000000000000000000ffffb9df98a4, 'US', 1, 20491, 'brute'),
(0x00000000000000000000ffffb9df989a, 'US', 7, 20491, 'brute'),
(0x00000000000000000000ffff670d6792, 'AU', 3, 20491, 'brute'),
(0x00000000000000000000ffffb9df98a3, 'US', 1, 20491, 'brute'),
(0x00000000000000000000ffff17e28298, 'US', 1, 20491, 'brute'),
(0x00000000000000000000ffff9a352719, 'US', 9, 20491, 'brute'),
(0x00000000000000000000ffffb9df98a7, 'US', 2, 20491, 'brute'),
(0x00000000000000000000ffff2d8212c2, 'ES', 1, 20491, 'brute'),
(0x00000000000000000000ffffb9df9895, 'US', 5, 20491, 'brute'),
(0x00000000000000000000ffff9de6e2a9, 'US', 1, 20491, 'brute'),
(0x00000000000000000000ffffb9df9898, 'US', 2, 20491, 'brute'),
(0x00000000000000000000ffff036df6d4, 'IN', 6, 20491, 'brute'),
(0x00000000000000000000ffffb9df9897, 'US', 2, 20491, 'brute'),
(0x200141d00602458b0000000000000000, 'FR', 1, 20491, 'brute'),
(0x00000000000000000000ffff3ffa2c35, 'US', 1, 20491, 'brute'),
(0x00000000000000000000ffffd1eb8889, 'CA', 4, 20491, 'brute'),
(0x00000000000000000000ffffbcbf9326, 'IL', 9, 20491, 'brute'),
(0x00000000000000000000ffff4274c41a, 'AE', 2, 20491, 'brute'),
(0x00000000000000000000ffffb9df98ae, 'US', 3, 20491, 'brute'),
(0x00000000000000000000ffff32060781, 'US', 10, 20491, 'brute'),
(0x00000000000000000000ffffadeff067, 'US', 2, 20491, 'brute'),
(0x00000000000000000000ffffadeff070, 'US', 1, 20491, 'brute'),
(0x00000000000000000000ffffadeff071, 'US', 1, 20491, 'brute'),
(0x00000000000000000000ffffadeff06e, 'US', 1, 20491, 'brute'),
(0x00000000000000000000ffff48a79680, 'US', 4, 20491, 'brute'),
(0x00000000000000000000ffffadeff073, 'US', 1, 20491, 'brute'),
(0x00000000000000000000ffffadeff075, 'US', 2, 20491, 'brute'),
(0x00000000000000000000ffffd1eb888a, 'CA', 4, 20491, 'brute'),
(0x00000000000000000000ffff8d620b75, 'LT', 3, 20491, 'brute'),
(0x00000000000000000000ffff88902340, 'US', 1, 20491, 'brute'),
(0x00000000000000000000ffff8890233f, 'US', 1, 20491, 'brute'),
(0x00000000000000000000ffffa1f8df1f, '', 1, 20491, 'brute'),
(0x00000000000000000000ffffb9df98a6, 'US', 2, 20491, 'brute'),
(0x00000000000000000000ffffa2f1059c, 'US', 1, 20491, 'brute'),
(0x00000000000000000000ffffd06d2799, 'US', 4, 20491, 'brute'),
(0x00000000000000000000ffff8890233e, 'US', 3, 20491, 'brute'),
(0x00000000000000000000ffffadeff06a, 'US', 2, 20491, 'brute'),
(0x00000000000000000000ffff67d876c0, 'VN', 1, 20491, 'brute'),
(0x00000000000000000000ffffd5915e49, 'IT', 5, 20491, 'brute'),
(0x00000000000000000000ffffb9df9899, 'US', 1, 20491, 'brute'),
(0x00000000000000000000ffff88902341, 'US', 2, 20491, 'brute'),
(0x00000000000000000000ffff52dff5fa, 'ES', 1, 20491, 'brute'),
(0x00000000000000000000ffff48a78655, 'US', 3, 20491, 'brute'),
(0x00000000000000000000ffffadeff06b, 'US', 2, 20491, 'brute'),
(0x00000000000000000000ffff88902349, 'US', 1, 20491, 'brute'),
(0x00000000000000000000ffff6cb3fd3c, 'US', 3, 20491, 'brute'),
(0x00000000000000000000ffff405be046, 'US', 4, 20491, 'brute'),
(0x00000000000000000000ffffb9df98ad, 'US', 1, 20491, 'brute'),
(0x00000000000000000000ffffb9df98a8, 'US', 1, 20491, 'brute'),
(0x00000000000000000000ffff6738a17e, 'VN', 3, 20491, 'brute'),
(0x00000000000000000000ffffadeff069, 'US', 1, 20491, 'brute'),
(0x00000000000000000000ffff8890234a, 'US', 1, 20491, 'brute'),
(0x00000000000000000000ffffbb250a6a, 'BR', 2, 20491, 'brute'),
(0x00000000000000000000ffffb36c5488, 'BR', 3, 20491, 'brute'),
(0x00000000000000000000ffff88902342, 'US', 2, 20491, 'brute'),
(0x00000000000000000000ffff88902346, 'US', 1, 20491, 'brute'),
(0x00000000000000000000ffffc0407011, 'US', 6, 20491, 'brute'),
(0x00000000000000000000ffffcfb4f6ef, 'DE', 13, 20491, 'waf'),
(0x00000000000000000000ffff68f448f5, 'LU', 1, 20491, 'brute'),
(0x00000000000000000000ffff88902345, 'US', 1, 20491, 'brute'),
(0x00000000000000000000ffff5ccd65a9, 'FR', 1, 20491, 'brute'),
(0x00000000000000000000ffffd3153df4, 'TW', 1, 20491, 'brute'),
(0x00000000000000000000ffff889023d4, 'US', 3, 20491, 'brute'),
(0x00000000000000000000ffff889023c2, 'US', 5, 20491, 'brute'),
(0x00000000000000000000ffff5ccd143d, 'FR', 1, 20491, 'brute'),
(0x00000000000000000000ffffac69f4dd, 'DE', 1, 20491, 'brute'),
(0x00000000000000000000ffff889023cb, 'US', 2, 20491, 'brute'),
(0x00000000000000000000ffff889023d1, 'US', 3, 20491, 'brute'),
(0x00000000000000000000ffff6bbf30a6, 'US', 3, 20491, 'brute'),
(0x00000000000000000000ffffd9c3c453, 'TR', 4, 20491, 'brute'),
(0x00000000000000000000ffff889023c8, 'US', 4, 20491, 'brute'),
(0x00000000000000000000ffff889023d5, 'US', 3, 20491, 'brute'),
(0x00000000000000000000ffff675ae8aa, 'VN', 2, 20491, 'brute'),
(0x00000000000000000000ffff889023c9, 'US', 3, 20491, 'brute'),
(0x00000000000000000000ffff4531f133, 'US', 1, 20491, 'brute'),
(0x00000000000000000000ffff9fc6259e, 'US', 1, 20491, 'brute'),
(0x00000000000000000000ffff2d3dbc5f, 'US', 1, 20491, 'brute'),
(0x00000000000000000000ffff614a5cd3, 'US', 1, 20491, 'brute'),
(0x00000000000000000000ffff889023c6, 'US', 1, 20491, 'brute'),
(0x00000000000000000000ffff8e5d780d, 'US', 10, 20491, 'brute'),
(0x00000000000000000000ffff052d496f, 'NL', 2, 20491, 'brute'),
(0x00000000000000000000ffff9448778a, 'US', 1, 20491, 'brute'),
(0x00000000000000000000ffff889023d0, 'US', 2, 20491, 'brute'),
(0x00000000000000000000ffff889023c3, 'US', 2, 20491, 'brute'),
(0x00000000000000000000ffff68e101f8, 'US', 1, 20491, 'brute'),
(0x00000000000000000000ffffb96ebdeb, 'DE', 1, 20491, 'brute'),
(0x00000000000000000000ffff889023cd, 'US', 4, 20491, 'brute'),
(0x00000000000000000000ffff889023c7, 'US', 2, 20491, 'brute'),
(0x00000000000000000000ffffa099b49d, 'US', 1, 20491, 'brute'),
(0x00000000000000000000ffff889023c5, 'US', 3, 20491, 'brute'),
(0x00000000000000000000ffff5f55ee33, 'CZ', 1, 20491, 'brute'),
(0x00000000000000000000ffffa290fd1b, 'US', 3, 20491, 'brute'),
(0x00000000000000000000ffff889023cc, 'US', 2, 20491, 'brute'),
(0x00000000000000000000ffff74760271, 'VN', 3, 20491, 'brute'),
(0x00000000000000000000ffff889023bc, 'US', 2, 20491, 'brute'),
(0x00000000000000000000ffff889023ca, 'US', 3, 20491, 'brute'),
(0x00000000000000000000ffffcf26475c, 'US', 3, 20491, 'brute'),
(0x00000000000000000000ffff52df742a, 'ES', 2, 20491, 'brute'),
(0x00000000000000000000ffff14cd60e9, 'HK', 1, 20491, 'waf'),
(0x00000000000000000000ffff45af3d6a, 'US', 2, 20491, 'brute'),
(0x00000000000000000000ffff889023d6, 'US', 3, 20491, 'brute'),
(0x00000000000000000000ffff416c7bda, 'FI', 1, 20491, 'brute'),
(0x00000000000000000000ffff4217e392, 'US', 3, 20491, 'brute'),
(0x00000000000000000000ffffa2f00aeb, 'US', 3, 20491, 'brute'),
(0x00000000000000000000ffff9d149fa3, '', 4, 20491, 'brute'),
(0x00000000000000000000ffff889023c0, 'US', 2, 20491, 'brute'),
(0x00000000000000000000ffff348c60d7, 'IN', 1, 20491, 'brute'),
(0x00000000000000000000ffff31f71ff1, 'KR', 1, 20491, 'brute'),
(0x00000000000000000000ffffa2f0e920, 'US', 10, 20491, 'brute'),
(0x00000000000000000000ffff5e88bb96, 'DE', 5, 20491, 'brute'),
(0x00000000000000000000ffff889023c1, 'US', 3, 20491, 'brute'),
(0x00000000000000000000ffff14db6953, 'IN', 4, 20491, 'brute'),
(0x00000000000000000000ffffb29c81c5, 'DE', 2, 20491, 'brute'),
(0x00000000000000000000ffffd9a0721b, 'DE', 1, 20491, 'brute'),
(0x00000000000000000000ffff889023cf, 'US', 3, 20491, 'brute'),
(0x00000000000000000000ffff889023d3, 'US', 3, 20491, 'brute'),
(0x00000000000000000000ffffb9ddaee1, 'IT', 1, 20491, 'brute'),
(0x00000000000000000000ffff889023bb, 'US', 1, 20491, 'brute'),
(0x00000000000000000000ffff5ccdb68f, 'FR', 3, 20491, 'brute'),
(0x00000000000000000000ffffc2e95797, 'SG', 2, 20491, 'brute'),
(0x00000000000000000000ffff6bbd01b3, 'LU', 1, 20491, 'brute'),
(0x00000000000000000000ffff679ab0e0, 'VN', 2, 20491, 'brute'),
(0x00000000000000000000ffff889023c4, 'US', 1, 20491, 'brute'),
(0x00000000000000000000ffff889023bf, 'US', 2, 20491, 'brute'),
(0x00000000000000000000ffff8a7a47d7, 'BR', 1, 20491, 'brute'),
(0x00000000000000000000ffff0fcc9b19, 'US', 2, 20491, 'brute'),
(0x00000000000000000000ffff1fdc9756, 'IL', 3, 20491, 'brute'),
(0x00000000000000000000ffff889023be, 'US', 1, 20491, 'brute'),
(0x00000000000000000000ffffd1eb8892, 'CA', 3, 20491, 'brute'),
(0x00000000000000000000ffff4e8e3f1c, 'BG', 1, 20491, 'brute'),
(0x00000000000000000000ffff0317a626, 'US', 1, 20491, 'brute'),
(0x00000000000000000000ffffa200e0b9, 'US', 1, 20491, 'brute'),
(0x00000000000000000000ffff2d5e1f1a, 'ES', 9, 20491, 'waf'),
(0x00000000000000000000ffff411522ad, 'FI', 1, 20491, 'brute'),
(0x00000000000000000000ffff323e959f, 'US', 1, 20491, 'brute'),
(0x00000000000000000000ffff68f44a60, 'LU', 1, 20491, 'brute'),
(0x00000000000000000000ffff4274cf34, 'AE', 1, 20491, 'brute'),
(0x00000000000000000000ffffb2fd2ba7, 'IR', 1, 20491, 'brute'),
(0x00000000000000000000ffffade7c5b9, 'US', 1, 20491, 'brute'),
(0x00000000000000000000ffffa2f06903, 'US', 3, 20491, 'brute'),
(0x00000000000000000000ffff3980020f, 'FR', 1, 20491, 'brute'),
(0x00000000000000000000ffffaaf9a3d2, 'US', 1, 20491, 'brute'),
(0x00000000000000000000ffff2e65e4eb, 'DE', 3, 20491, 'brute'),
(0x00000000000000000000ffff889023ce, 'US', 1, 20491, 'brute'),
(0x00000000000000000000ffffcb9f5ab8, 'NL', 1, 20491, 'waf'),
(0x00000000000000000000ffff2d3db989, 'US', 1, 20491, 'brute'),
(0x00000000000000000000ffff6752152c, 'VN', 1, 20491, 'brute'),
(0x00000000000000000000ffffd5201e47, 'FR', 1, 20491, 'brute'),
(0x00000000000000000000ffff3eabb906, 'DE', 1, 20491, 'brute'),
(0x00000000000000000000ffffc0a3c4d8, 'US', 2, 20491, 'brute'),
(0x00000000000000000000ffffa7ac4fac, 'SG', 2, 20492, 'brute'),
(0x00000000000000000000ffff81794ac2, 'US', 21, 20492, 'brute'),
(0x00000000000000000000ffff889023c6, 'US', 1, 20492, 'brute'),
(0x00000000000000000000ffff889023d0, 'US', 1, 20492, 'brute'),
(0x00000000000000000000ffff4274cf34, 'AE', 8, 20492, 'brute'),
(0x00000000000000000000ffffadeff06a, 'US', 3, 20492, 'brute'),
(0x00000000000000000000ffffadeff074, 'US', 4, 20492, 'brute'),
(0x00000000000000000000ffffb9dd25f9, 'DK', 5, 20492, 'brute'),
(0x00000000000000000000ffff41fee1e6, 'US', 1, 20492, 'brute'),
(0x00000000000000000000ffff88902347, 'US', 8, 20492, 'brute'),
(0x00000000000000000000ffffbb250a6a, 'BR', 3, 20492, 'brute'),
(0x00000000000000000000ffff32060781, 'US', 14, 20492, 'brute'),
(0x00000000000000000000ffff88902342, 'US', 6, 20492, 'brute'),
(0x00000000000000000000ffffadeff06b, 'US', 5, 20492, 'brute'),
(0x00000000000000000000ffff8d1e2005, 'DE', 7, 20492, 'brute'),
(0x00000000000000000000ffffb9f9289c, 'NL', 10, 20492, 'brute'),
(0x00000000000000000000ffff3206ae19, 'US', 15, 20492, 'brute'),
(0x00000000000000000000ffff8e5d440c, 'US', 4, 20492, 'brute'),
(0x00000000000000000000ffffadeff067, 'US', 3, 20492, 'brute'),
(0x00000000000000000000ffff4217e392, 'US', 5, 20492, 'brute'),
(0x00000000000000000000ffff8e5d780d, 'US', 4, 20492, 'brute'),
(0x00000000000000000000ffff52dff5fa, 'ES', 4, 20492, 'brute'),
(0x00000000000000000000ffffb96ebdeb, 'DE', 1, 20492, 'brute'),
(0x00000000000000000000ffffadeff06c, 'US', 5, 20492, 'brute'),
(0x00000000000000000000ffff398214fc, 'FR', 10, 20492, 'brute'),
(0x00000000000000000000ffffc7c3f9e7, 'US', 1, 20492, 'brute'),
(0x00000000000000000000ffffc0407011, 'US', 6, 20492, 'brute'),
(0x00000000000000000000ffffadeff075, 'US', 9, 20492, 'brute'),
(0x00000000000000000000ffff88902346, 'US', 3, 20492, 'brute'),
(0x00000000000000000000ffff614a5cd3, 'US', 4, 20492, 'brute'),
(0x00000000000000000000ffff8890233f, 'US', 7, 20492, 'brute'),
(0x00000000000000000000ffffadeff071, 'US', 6, 20492, 'brute'),
(0x00000000000000000000ffff052d496f, 'NL', 1, 20492, 'brute'),
(0x00000000000000000000ffff45af3d6a, 'US', 13, 20492, 'brute'),
(0x00000000000000000000ffff88902340, 'US', 5, 20492, 'brute'),
(0x00000000000000000000ffff5ccd143d, 'FR', 3, 20492, 'brute'),
(0x00000000000000000000ffff5f55ee16, 'CZ', 1, 20492, 'brute'),
(0x00000000000000000000ffff4e2f3b82, 'DE', 1, 20492, 'brute'),
(0x00000000000000000000ffffadeff070, 'US', 3, 20492, 'brute'),
(0x00000000000000000000ffffa200d866, 'US', 1, 20492, 'brute'),
(0x00000000000000000000ffff036df6d4, 'IN', 5, 20492, 'brute'),
(0x00000000000000000000ffff3eabb906, 'DE', 9, 20492, 'brute'),
(0x00000000000000000000ffff65635a1d, 'MY', 3, 20492, 'brute'),
(0x00000000000000000000ffff3206ae10, 'US', 1, 20492, 'brute'),
(0x00000000000000000000ffff88902341, 'US', 4, 20492, 'brute'),
(0x00000000000000000000ffffadeff06d, 'US', 2, 20492, 'brute'),
(0x00000000000000000000ffff41fee1d4, 'US', 1, 20492, 'brute'),
(0x00000000000000000000ffffd1eb8894, 'CA', 1, 20492, 'brute'),
(0x00000000000000000000ffffadeff069, 'US', 5, 20492, 'brute'),
(0x00000000000000000000ffffadeff06e, 'US', 2, 20492, 'brute'),
(0x00000000000000000000ffff035d3ec4, 'US', 34, 20492, 'brute'),
(0x00000000000000000000ffff6752152c, 'VN', 1, 20492, 'brute'),
(0x00000000000000000000ffffc6473c76, 'US', 3, 20492, 'brute'),
(0x00000000000000000000ffffcdb97e05, 'US', 1, 20492, 'brute'),
(0x00000000000000000000ffff88902345, 'US', 3, 20492, 'brute'),
(0x00000000000000000000ffffadeff06f, 'US', 3, 20492, 'brute'),
(0x00000000000000000000ffff63c08bea, 'US', 5, 20492, 'brute'),
(0x00000000000000000000ffffb36c5488, 'BR', 2, 20492, 'brute'),
(0x00000000000000000000ffff675ae8aa, 'VN', 1, 20492, 'brute'),
(0x00000000000000000000ffffd9a0951f, 'DE', 5, 20492, 'brute'),
(0x00000000000000000000ffff67dddd0d, 'VN', 1, 20492, 'brute'),
(0x00000000000000000000ffff8348ec6c, 'CL', 2, 20492, 'brute'),
(0x00000000000000000000ffff8890234a, 'US', 10, 20492, 'brute'),
(0x00000000000000000000ffffadeff068, 'US', 4, 20492, 'brute'),
(0x00000000000000000000ffff94429d10, 'SG', 1, 20492, 'brute'),
(0x00000000000000000000ffff67ff863d, '', 3, 20492, 'brute'),
(0x00000000000000000000ffff42df31b8, 'US', 2, 20492, 'brute'),
(0x00000000000000000000ffffc0a3c4d8, 'US', 4, 20492, 'brute'),
(0x00000000000000000000ffffc662332b, 'US', 2, 20492, 'brute'),
(0x00000000000000000000ffff33ff943c, 'FR', 4, 20492, 'brute'),
(0x00000000000000000000ffffadeff073, 'US', 4, 20492, 'brute'),
(0x00000000000000000000ffff3367193b, 'FR', 2, 20492, 'brute'),
(0x00000000000000000000ffff87b586f3, 'FI', 1, 20492, 'brute'),
(0x00000000000000000000ffff74760271, 'VN', 3, 20492, 'brute'),
(0x00000000000000000000ffff48a78655, 'US', 4, 20492, 'brute'),
(0x00000000000000000000ffff411522ad, 'FI', 1, 20492, 'brute'),
(0x00000000000000000000ffff88902344, 'US', 3, 20492, 'brute'),
(0x00000000000000000000ffff88902349, 'US', 3, 20492, 'brute'),
(0x00000000000000000000ffff71a65c86, 'VN', 3, 20492, 'brute'),
(0x00000000000000000000ffffd1eb888b, 'CA', 1, 20492, 'brute'),
(0x00000000000000000000ffff3e3c82e4, 'IR', 54, 20492, 'brute'),
(0x00000000000000000000ffff6bbd1e35, 'LU', 1, 20492, 'brute'),
(0x00000000000000000000ffffadeff072, 'US', 4, 20492, 'brute'),
(0x00000000000000000000ffff8d620b75, 'LT', 7, 20492, 'brute'),
(0x00000000000000000000ffff43cd28b4, 'US', 1, 20492, 'brute'),
(0x00000000000000000000ffff3ffa217b, 'US', 1, 20492, 'brute'),
(0x00000000000000000000ffffbcbf9326, 'IL', 2, 20492, 'brute'),
(0x00000000000000000000ffff05b621d4, 'DE', 5, 20492, 'brute'),
(0x00000000000000000000ffffd9c3c453, 'TR', 1, 20492, 'brute'),
(0x00000000000000000000ffff1fdc9756, 'IL', 4, 20492, 'brute'),
(0x00000000000000000000ffff416c7bda, 'FI', 1, 20492, 'brute'),
(0x00000000000000000000ffffa2370e3a, 'DE', 7, 20492, 'brute'),
(0x00000000000000000000ffffd06dbc89, 'US', 1, 20492, 'brute'),
(0x00000000000000000000ffff2d8a44cb, 'CA', 3, 20492, 'brute'),
(0x00000000000000000000ffff675aeacc, 'VN', 2, 20492, 'brute'),
(0x00000000000000000000ffffa2f1059c, 'US', 1, 20492, 'brute'),
(0x00000000000000000000ffff05fc98d1, 'PA', 3, 20492, 'brute'),
(0x00000000000000000000ffff9de6e2a9, 'US', 2, 20492, 'brute'),
(0x00000000000000000000ffff03df6820, 'US', 3, 20492, 'brute'),
(0x00000000000000000000ffff88902343, 'US', 1, 20492, 'brute'),
(0x00000000000000000000ffff254d967b, 'RU', 4, 20492, 'brute'),
(0x00000000000000000000ffff40bc5b5c, 'US', 1, 20492, 'waf'),
(0x00000000000000000000ffff9fcb4c5d, 'US', 1, 20492, 'brute'),
(0x00000000000000000000ffff0317a626, 'US', 1, 20492, 'brute'),
(0x00000000000000000000ffff8a7a47d7, 'BR', 3, 20492, 'brute'),
(0x00000000000000000000ffffac69f4dd, 'DE', 1, 20492, 'brute'),
(0x00000000000000000000ffff88902348, 'US', 1, 20492, 'brute'),
(0x00000000000000000000ffff679133f9, 'IN', 1, 20492, 'brute'),
(0x00000000000000000000ffffb1838c80, 'BR', 2, 20492, 'brute'),
(0x00000000000000000000ffff3fb0e0c3, 'US', 3, 20492, 'brute'),
(0x00000000000000000000ffff67525c23, 'ID', 3, 20492, 'brute'),
(0x00000000000000000000ffff65004f0a, 'AU', 1, 20492, 'brute'),
(0x00000000000000000000ffffadfca796, 'US', 1, 20492, 'brute'),
(0x00000000000000000000ffff673183ef, 'CH', 3, 20492, 'brute'),
(0x00000000000000000000ffffc2e95797, 'SG', 5, 20492, 'brute'),
(0x00000000000000000000ffff4107113a, 'US', 3, 20492, 'brute'),
(0x00000000000000000000ffffd1eb8889, 'CA', 1, 20492, 'brute'),
(0x00000000000000000000ffffa2f00aeb, 'US', 3, 20492, 'brute'),
(0x00000000000000000000ffff6b88cf7a, 'US', 1, 20492, 'brute'),
(0x00000000000000000000ffff5ccdb68f, 'FR', 3, 20492, 'brute'),
(0x00000000000000000000ffff8890233e, 'US', 1, 20492, 'brute'),
(0x00000000000000000000ffffa4446aba, 'DE', 8, 20492, 'waf'),
(0x00000000000000000000ffff677c5f73, 'VN', 3, 20492, 'brute'),
(0x00000000000000000000ffff3980020f, 'FR', 1, 20492, 'brute'),
(0x00000000000000000000ffff03df6820, 'US', 6, 20493, 'brute'),
(0x00000000000000000000ffff48a79680, 'US', 4, 20493, 'brute'),
(0x00000000000000000000ffffa4446aba, 'DE', 8, 20493, 'waf'),
(0x00000000000000000000ffff67ff863d, '', 3, 20493, 'brute'),
(0x00000000000000000000ffff670d6792, 'AU', 1, 20493, 'brute'),
(0x00000000000000000000ffff2be55611, 'SG', 4, 20493, 'brute'),
(0x00000000000000000000ffff3980020f, 'FR', 1, 20493, 'brute'),
(0x00000000000000000000ffffc0fae018, 'GB', 3, 20493, 'brute'),
(0x00000000000000000000ffff81794ac2, 'US', 1, 20493, 'brute'),
(0x00000000000000000000ffffbb250a6a, 'BR', 1, 20493, 'brute'),
(0x200141d0040401000000000000001e56, 'FR', 1, 20493, 'brute'),
(0x00000000000000000000ffffb96ebdeb, 'DE', 5, 20493, 'brute'),
(0x00000000000000000000ffff398214fc, 'FR', 6, 20493, 'brute'),
(0x00000000000000000000ffff614a5cd3, 'US', 1, 20493, 'brute'),
(0x00000000000000000000ffff6deaa010, 'FR', 1, 20493, 'brute'),
(0x00000000000000000000ffffb2fd2ba7, 'IR', 3, 20493, 'brute'),
(0x00000000000000000000ffffa200d285, 'US', 3, 20493, 'brute'),
(0x00000000000000000000ffff45af3d6a, 'US', 4, 20493, 'brute'),
(0x00000000000000000000ffff052d496f, 'NL', 1, 20493, 'brute'),
(0x00000000000000000000ffff52df742a, 'ES', 3, 20493, 'brute'),
(0x00000000000000000000ffff5e88bb96, 'DE', 2, 20493, 'brute'),
(0x00000000000000000000ffffa01ec09d, '', 1, 20493, 'brute'),
(0x00000000000000000000ffffbe5cae58, 'GB', 1, 20493, 'brute'),
(0x00000000000000000000ffff2d3db88b, 'US', 1, 20493, 'brute'),
(0x00000000000000000000ffff8e5d780d, 'US', 1, 20493, 'brute'),
(0x00000000000000000000ffffb36c5488, 'BR', 3, 20493, 'brute'),
(0x00000000000000000000ffff25bb95a8, 'FR', 1, 20493, 'brute'),
(0x00000000000000000000ffffa7ac423d, 'SG', 3, 20493, 'brute'),
(0x00000000000000000000ffffb9dd25f9, 'DK', 3, 20493, 'brute'),
(0x00000000000000000000ffffa2f0e920, 'US', 2, 20493, 'brute'),
(0x00000000000000000000ffffcba1364a, 'US', 1, 20493, 'brute'),
(0x00000000000000000000ffff68f448f5, 'LU', 1, 20493, 'brute'),
(0x00000000000000000000ffffd1eb8889, 'CA', 1, 20493, 'brute'),
(0x200141d006023e220000000000000000, 'FR', 1, 20493, 'brute'),
(0x00000000000000000000ffff31f71ff1, 'KR', 3, 20493, 'brute'),
(0x00000000000000000000ffff8d620b75, 'LT', 1, 20493, 'brute'),
(0x00000000000000000000ffff94429d10, 'SG', 4, 20493, 'brute'),
(0x00000000000000000000ffff33ff943c, 'FR', 2, 20493, 'brute'),
(0x00000000000000000000ffff4274cf34, 'AE', 3, 20493, 'brute'),
(0x00000000000000000000ffffc0407011, 'US', 3, 20493, 'brute'),
(0x00000000000000000000ffffd5201e47, 'FR', 1, 20493, 'brute'),
(0x00000000000000000000ffff05b621d4, 'DE', 4, 20493, 'brute'),
(0x00000000000000000000ffff32060781, 'US', 1, 20493, 'brute'),
(0x00000000000000000000ffff3367193b, 'FR', 1, 20493, 'brute'),
(0x00000000000000000000ffffbcbf9326, 'IL', 3, 20493, 'brute'),
(0x00000000000000000000ffff53d9d053, 'RU', 1, 20493, 'brute'),
(0x00000000000000000000ffff6bbd1ee7, 'LU', 1, 20493, 'brute'),
(0x00000000000000000000ffffc2744e79, 'IT', 1, 20493, 'brute'),
(0x00000000000000000000ffff28598cfa, 'FR', 1, 20493, 'waf'),
(0x00000000000000000000ffff53d9d071, 'RU', 2, 20493, 'brute'),
(0x00000000000000000000ffff5eb4f30c, 'RU', 1, 20493, 'brute'),
(0x00000000000000000000ffffc6623539, 'US', 1, 20493, 'brute'),
(0x00000000000000000000ffff23c4426e, 'US', 1, 20493, 'brute'),
(0x00000000000000000000ffff52df6547, 'ES', 1, 20493, 'brute'),
(0x00000000000000000000ffff5779541e, 'BG', 1, 20493, 'waf'),
(0x00000000000000000000ffffa1234d4a, 'DE', 1, 20493, 'brute'),
(0x00000000000000000000ffff6828d399, 'NL', 1, 20493, 'brute'),
(0x00000000000000000000ffff9c435117, 'DE', 1, 20493, 'brute'),
(0x00000000000000000000ffff14cbc9ae, 'CH', 1, 20493, 'waf'),
(0x00000000000000000000ffff339fd61f, 'FR', 1, 20493, 'brute'),
(0x00000000000000000000ffffcfb4f6ef, 'DE', 8, 20493, 'waf'),
(0x26001f184ae553006a3401f1295f1342, 'US', 1, 20494, 'brute'),
(0x00000000000000000000ffffa4446aba, 'DE', 8, 20494, 'waf'),
(0x00000000000000000000ffff1f802f42, 'RU', 1, 20494, 'brute'),
(0x00000000000000000000ffff625d16c0, 'US', 1, 20494, 'brute'),
(0x00000000000000000000ffff5fad678c, 'DE', 1, 20494, 'brute'),
(0x00000000000000000000ffff59a392c5, 'DE', 8, 20494, 'waf'),
(0x00000000000000000000ffffc39aae28, 'FR', 1, 20494, 'brute'),
(0x00000000000000000000ffffb9c7df5d, 'GB', 1, 20494, 'brute'),
(0x00000000000000000000ffffc41684bd, 'ZA', 1, 20494, 'brute'),
(0x2a0a4cc0000400115846bcfffef06e5b, 'AT', 1, 20494, 'brute'),
(0x00000000000000000000ffff90d9fc6a, 'CA', 1, 20494, 'brute'),
(0x00000000000000000000ffffb985ceae, 'SE', 1, 20494, 'brute'),
(0x00000000000000000000ffff877d6c2c, 'FR', 151, 20494, 'brute'),
(0x00000000000000000000ffff2e04c196, 'DE', 82, 20494, 'brute'),
(0x00000000000000000000ffff398214fc, 'FR', 95, 20494, 'brute'),
(0x00000000000000000000ffff14db6953, 'IN', 10, 20494, 'brute'),
(0x00000000000000000000ffff8d620b75, 'LT', 53, 20494, 'brute'),
(0x00000000000000000000ffffcba1364a, 'US', 5, 20494, 'brute'),
(0x00000000000000000000ffff95668dd0, 'DE', 61, 20494, 'brute'),
(0x00000000000000000000ffff8348ec6c, 'CL', 9, 20494, 'brute'),
(0x00000000000000000000ffffa200dca0, 'US', 28, 20494, 'brute'),
(0x00000000000000000000ffffc0fae018, 'GB', 91, 20494, 'brute'),
(0x00000000000000000000ffff34dd596b, 'SG', 17, 20494, 'brute'),
(0x00000000000000000000ffff95328e71, 'US', 8, 20494, 'brute'),
(0x00000000000000000000ffff321c0b1f, 'US', 72, 20494, 'brute'),
(0x00000000000000000000ffffade7cba4, 'US', 54, 20494, 'brute'),
(0x00000000000000000000ffff6779599d, 'VN', 7, 20494, 'brute'),
(0x00000000000000000000ffff348c60d7, 'IN', 15, 20494, 'brute'),
(0x00000000000000000000ffffd06de7cd, 'US', 83, 20494, 'brute'),
(0x00000000000000000000ffff4274c41a, 'AE', 13, 20494, 'brute'),
(0x00000000000000000000ffff5e88bb96, 'DE', 9, 20494, 'brute'),
(0x00000000000000000000ffff3206e594, 'US', 62, 20494, 'brute'),
(0x00000000000000000000ffffa01ebc1f, '', 88, 20494, 'brute'),
(0x00000000000000000000ffff94429d10, 'SG', 77, 20494, 'brute'),
(0x00000000000000000000ffffc0407011, 'US', 68, 20494, 'brute'),
(0x00000000000000000000ffff294883ea, 'ZA', 71, 20494, 'brute'),
(0x00000000000000000000ffff48a79680, 'US', 46, 20494, 'brute'),
(0x00000000000000000000ffff4e2ee168, 'DE', 13, 20494, 'brute'),
(0x00000000000000000000ffff877db504, 'FR', 6, 20494, 'brute'),
(0x00000000000000000000ffffa2f0e920, 'US', 15, 20494, 'brute'),
(0x00000000000000000000ffffd1eb8887, 'CA', 7, 20494, 'brute'),
(0x00000000000000000000ffff3206f89e, 'US', 80, 20494, 'brute'),
(0x00000000000000000000ffff2bfa8d76, 'AU', 40, 20494, 'brute'),
(0x00000000000000000000ffff675aeacc, 'VN', 4, 20494, 'brute'),
(0x00000000000000000000ffff5e171385, 'FR', 1, 20494, 'brute'),
(0x00000000000000000000ffff67ff863d, '', 13, 20494, 'brute'),
(0x00000000000000000000ffffa2f102c2, 'US', 4, 20494, 'brute'),
(0x00000000000000000000ffff9dadcb5e, 'GB', 18, 20494, 'brute'),
(0x00000000000000000000ffff4107113a, 'US', 11, 20494, 'brute'),
(0x00000000000000000000ffff81794ba2, 'US', 16, 20494, 'brute'),
(0x00000000000000000000ffffa2f1f232, 'US', 11, 20494, 'brute'),
(0x00000000000000000000ffff1fdc9756, 'IL', 59, 20494, 'brute'),
(0x00000000000000000000ffff48a78655, 'US', 26, 20494, 'brute'),
(0x00000000000000000000ffff6d7bff34, 'DE', 5, 20494, 'brute'),
(0x00000000000000000000ffff6825beaa, 'US', 90, 20494, 'brute'),
(0x00000000000000000000ffff614a5470, 'SG', 16, 20494, 'brute'),
(0x00000000000000000000ffffd99a690d, 'GB', 7, 20494, 'brute'),
(0x00000000000000000000ffff04cc08de, 'US', 13, 20494, 'brute'),
(0x00000000000000000000ffff52a5953c, 'DE', 50, 20494, 'brute'),
(0x00000000000000000000ffffc6473c76, 'US', 22, 20494, 'brute'),
(0x00000000000000000000ffff31f71ff1, 'KR', 27, 20494, 'brute'),
(0x00000000000000000000ffffb9dd25f9, 'DK', 33, 20494, 'brute'),
(0x00000000000000000000ffff2fa1d207, 'US', 10, 20494, 'brute'),
(0x00000000000000000000ffff5b8624d2, 'FR', 37, 20494, 'brute'),
(0x00000000000000000000ffff3206ae19, 'US', 45, 20494, 'brute'),
(0x00000000000000000000ffffb2fd2ba7, 'IR', 18, 20494, 'brute'),
(0x00000000000000000000ffffa01ec09d, '', 19, 20494, 'brute'),
(0x00000000000000000000ffff74760271, 'VN', 12, 20494, 'brute'),
(0x00000000000000000000ffffb9b4cf85, 'PL', 2, 20494, 'brute'),
(0x00000000000000000000ffff9505f68b, 'FR', 28, 20494, 'brute'),
(0x00000000000000000000ffffd1eb8885, 'CA', 6, 20494, 'brute'),
(0x00000000000000000000ffff33ff943c, 'FR', 8, 20494, 'brute'),
(0x00000000000000000000ffff33de9e6b, 'CA', 7, 20494, 'brute'),
(0x00000000000000000000ffffd1eb888a, 'CA', 10, 20494, 'brute'),
(0x00000000000000000000ffff6738a17e, 'VN', 7, 20494, 'brute'),
(0x00000000000000000000ffffadd4cae6, 'DE', 8, 20494, 'brute'),
(0x00000000000000000000ffff679a3f12, 'VN', 4, 20494, 'brute'),
(0x00000000000000000000ffffa2370e3a, 'DE', 5, 20494, 'brute'),
(0x00000000000000000000ffffb4fc5f21, 'ID', 3, 20494, 'brute'),
(0x00000000000000000000ffffb36c5488, 'BR', 8, 20494, 'brute'),
(0x00000000000000000000ffffd1eb8886, 'CA', 12, 20494, 'brute'),
(0x00000000000000000000ffffd1eb8894, 'CA', 10, 20494, 'brute'),
(0x00000000000000000000ffffb495c588, 'FR', 6, 20494, 'brute'),
(0x00000000000000000000ffff67094eb5, 'VN', 6, 20494, 'brute'),
(0x00000000000000000000ffff334fbd51, 'SG', 1, 20494, 'brute'),
(0x00000000000000000000ffff2d8a44cb, 'CA', 11, 20494, 'brute'),
(0x00000000000000000000ffffd32f4a13, 'KR', 3, 20494, 'brute'),
(0x00000000000000000000ffff65004f0a, 'AU', 13, 20494, 'brute'),
(0x00000000000000000000ffff67617c5c, 'VN', 2, 20494, 'brute'),
(0x00000000000000000000ffff934f4476, 'US', 1, 20494, 'brute'),
(0x00000000000000000000ffff44b2e7a5, 'US', 3, 20494, 'brute'),
(0x00000000000000000000ffff675216eb, 'VN', 3, 20494, 'brute'),
(0x00000000000000000000ffff8e5d780d, 'US', 11, 20494, 'brute'),
(0x00000000000000000000ffff4217e392, 'US', 7, 20494, 'brute'),
(0x00000000000000000000ffffd1eb8892, 'CA', 8, 20494, 'brute'),
(0x00000000000000000000ffff4ab1f62f, 'US', 4, 20494, 'brute'),
(0x00000000000000000000ffff81794ac2, 'US', 61, 20494, 'brute'),
(0x00000000000000000000ffff67525c23, 'ID', 9, 20494, 'brute'),
(0x00000000000000000000ffffa099b49d, 'US', 12, 20494, 'brute'),
(0x00000000000000000000ffff6730c2d9, 'VN', 26, 20494, 'brute'),
(0x00000000000000000000ffffc355131e, 'SG', 3, 20494, 'brute'),
(0x00000000000000000000ffff71a65c86, 'VN', 1, 20494, 'brute'),
(0x00000000000000000000ffffd1eb8888, 'CA', 6, 20494, 'brute'),
(0x00000000000000000000ffff05b6d1cc, 'NL', 1, 20494, 'brute'),
(0x00000000000000000000ffffd8fb23c9, 'CA', 8, 20494, 'brute'),
(0x00000000000000000000ffff5ccdb68f, 'FR', 5, 20494, 'brute'),
(0x00000000000000000000ffff04bc5169, 'IN', 4, 20494, 'brute'),
(0x00000000000000000000ffff3980020f, 'FR', 3, 20494, 'brute'),
(0x00000000000000000000ffff675ae8aa, 'VN', 3, 20494, 'brute'),
(0x00000000000000000000ffff9fc6259e, 'US', 6, 20494, 'brute'),
(0x00000000000000000000ffffa0107278, 'JP', 7, 20494, 'brute'),
(0x00000000000000000000ffff671c24c8, 'VN', 3, 20494, 'brute'),
(0x00000000000000000000ffff44b2c326, 'US', 5, 20494, 'brute'),
(0x00000000000000000000ffff68e101f8, 'US', 1, 20494, 'brute'),
(0x00000000000000000000ffff4fb899c3, 'PL', 1, 20494, 'brute'),
(0x00000000000000000000ffff671c24d2, 'VN', 1, 20494, 'brute'),
(0x00000000000000000000ffff44b72ac8, 'GB', 1, 20494, 'brute'),
(0x00000000000000000000ffffc0a20c56, 'ES', 1, 20494, 'brute'),
(0x00000000000000000000ffffd9a0bde4, 'DE', 1, 20494, 'brute'),
(0x00000000000000000000ffff05867c28, 'IT', 11, 20494, 'brute'),
(0x00000000000000000000ffff33261edd, 'FR', 1, 20494, 'brute'),
(0x00000000000000000000ffff6bb472c0, 'US', 1, 20494, 'brute'),
(0x00000000000000000000ffff3457b7bc, 'US', 1, 20494, 'brute'),
(0x00000000000000000000ffff364e844a, 'IE', 2, 20494, 'brute'),
(0x00000000000000000000ffff6775d474, 'IN', 1, 20494, 'brute'),
(0x00000000000000000000ffff0fcc8f22, 'US', 10, 20494, 'brute'),
(0x00000000000000000000ffffa7ac4fac, 'SG', 3, 20494, 'brute'),
(0x00000000000000000000ffff8e5d440c, 'US', 5, 20494, 'brute'),
(0x00000000000000000000ffff41fee1d8, 'US', 1, 20494, 'brute'),
(0x00000000000000000000ffffbe5cae1f, 'GB', 1, 20494, 'brute'),
(0x00000000000000000000ffffcb567a01, 'CN', 4, 20494, 'brute'),
(0x00000000000000000000ffff671c24c7, 'VN', 2, 20494, 'brute'),
(0x00000000000000000000ffff3fb0e0c3, 'US', 2, 20494, 'brute'),
(0x00000000000000000000ffff6eebef43, 'IN', 2, 20494, 'brute'),
(0x00000000000000000000ffff52dfcbda, 'ES', 12, 20494, 'brute'),
(0x00000000000000000000ffffb5d66491, 'US', 13, 20494, 'brute'),
(0x00000000000000000000ffffabf41179, 'VN', 3, 20494, 'brute'),
(0x00000000000000000000ffffb1838c80, 'BR', 4, 20494, 'brute'),
(0x00000000000000000000ffffb8a87358, 'SG', 1, 20494, 'brute'),
(0x00000000000000000000ffff03ecde5b, 'US', 8, 20494, 'brute'),
(0x00000000000000000000ffff4627fa81, 'US', 4, 20494, 'brute'),
(0x00000000000000000000ffffa200d866, 'US', 2, 20494, 'brute'),
(0x00000000000000000000ffff2e65d94a, 'DE', 4, 20494, 'brute'),
(0x00000000000000000000ffff5ccd65a9, 'FR', 1, 20494, 'brute'),
(0x00000000000000000000ffff0d4cba07, 'SG', 2, 20494, 'brute'),
(0x00000000000000000000ffffd126cce2, 'DE', 4, 20494, 'brute'),
(0x00000000000000000000ffff9de6e2a9, 'US', 7, 20494, 'brute'),
(0x00000000000000000000ffffb9f9289c, 'NL', 1, 20494, 'brute'),
(0x00000000000000000000ffff4274cf34, 'AE', 12, 20494, 'brute'),
(0x00000000000000000000ffff12884e7c, 'SG', 1, 20494, 'brute'),
(0x00000000000000000000ffff4115d0fd, 'FI', 2, 20494, 'brute'),
(0x00000000000000000000ffff5e4a91b2, 'IR', 2, 20494, 'brute'),
(0x00000000000000000000ffff52a5516e, 'DE', 1, 20494, 'brute'),
(0x00000000000000000000ffff9d5a011b, 'DE', 2, 20494, 'brute'),
(0x00000000000000000000ffff2d8212c2, 'ES', 21, 20494, 'brute'),
(0x00000000000000000000ffffc6265e12, 'GB', 1, 20494, 'brute'),
(0x00000000000000000000ffff235b2326, 'US', 19, 20494, 'brute'),
(0x00000000000000000000ffffd1eb8893, 'CA', 5, 20494, 'brute'),
(0x00000000000000000000ffffc6fc6910, 'US', 1, 20494, 'brute'),
(0x00000000000000000000ffffbca6fd1c, 'SG', 2, 20494, 'brute'),
(0x00000000000000000000ffff5ec62e3c, 'ES', 2, 20494, 'brute'),
(0x00000000000000000000ffff5923c111, 'RO', 22, 20494, 'brute'),
(0x00000000000000000000ffffa200e95b, 'US', 1, 20494, 'brute'),
(0x00000000000000000000ffff425e7792, 'US', 1, 20494, 'brute'),
(0x00000000000000000000ffffd553b04f, 'DK', 1, 20494, 'brute'),
(0x00000000000000000000ffff68f3226c, 'US', 1, 20494, 'brute'),
(0x00000000000000000000ffffbe5cae58, 'GB', 1, 20494, 'brute'),
(0x00000000000000000000ffff36ffd826, 'SG', 1, 20494, 'brute'),
(0x00000000000000000000ffff5e486b22, 'PL', 13, 20494, 'brute'),
(0x00000000000000000000ffff8494b587, 'US', 1, 20494, 'brute'),
(0x00000000000000000000ffffdc9ee932, 'KH', 1, 20494, 'brute'),
(0x00000000000000000000ffffbe5cae1d, 'GB', 1, 20494, 'brute'),
(0x00000000000000000000ffff416c62f6, 'FI', 2, 20494, 'brute'),
(0x00000000000000000000ffff8695118c, 'US', 1, 20494, 'waf'),
(0x00000000000000000000ffffb9d0ae9c, 'IR', 1, 20494, 'brute'),
(0x00000000000000000000ffff323e90c7, 'US', 3, 20494, 'brute'),
(0x00000000000000000000ffff8494b611, 'US', 1, 20494, 'brute'),
(0x00000000000000000000ffffadc9b705, 'US', 1, 20494, 'brute'),
(0x00000000000000000000ffff8494b3e6, 'US', 1, 20494, 'brute'),
(0x00000000000000000000ffff5975acb7, 'LT', 2, 20494, 'brute'),
(0x00000000000000000000ffff40e119fa, 'US', 5, 20494, 'brute'),
(0x00000000000000000000ffff44b2efae, 'US', 1, 20494, 'brute'),
(0x00000000000000000000ffffd06d47d3, 'US', 1, 20494, 'brute'),
(0x00000000000000000000ffffd5cafc77, 'DE', 1, 20494, 'brute'),
(0x00000000000000000000ffff036d608c, 'IN', 1, 20494, 'brute'),
(0x00000000000000000000ffff9a352719, 'US', 2, 20494, 'brute'),
(0x00000000000000000000ffffdc9ee8a2, 'KH', 1, 20494, 'brute'),
(0x00000000000000000000ffff6782d80e, 'VN', 1, 20494, 'brute'),
(0x00000000000000000000ffff323ebb7c, 'US', 2, 20494, 'brute'),
(0x00000000000000000000ffff93b6fa8f, 'US', 1, 20494, 'brute'),
(0x00000000000000000000ffff94487e5d, 'US', 1, 20494, 'brute'),
(0x00000000000000000000ffffb96e926a, 'SK', 1, 20494, 'brute'),
(0x00000000000000000000ffffcdac0349, 'US', 1, 20494, 'brute'),
(0x00000000000000000000ffffc33cd60b, 'NL', 1, 20494, 'brute'),
(0x00000000000000000000ffffcb9f5ab8, 'NL', 9, 20494, 'waf'),
(0x00000000000000000000ffffa5163ec6, 'SG', 1, 20494, 'waf'),
(0x00000000000000000000ffff3b7d668e, 'TW', 1, 20494, 'brute'),
(0x00000000000000000000ffffc0a68815, 'GB', 1, 20494, 'brute'),
(0x00000000000000000000ffffaa40b411, 'AU', 1, 20494, 'waf'),
(0x2001088000000002f8163efffef3c9cb, 'DE', 1, 20494, 'brute'),
(0x2a0a4cc0000001ad94e018fffe302b38, 'AT', 1, 20494, 'brute'),
(0x00000000000000000000ffff258cfe19, 'CH', 1, 20494, 'waf'),
(0x00000000000000000000ffff254d967b, 'RU', 2, 20494, 'brute'),
(0x00000000000000000000ffff33a1c14d, 'AU', 1, 20494, 'brute'),
(0x00000000000000000000ffff5078f166, 'AT', 1, 20495, 'brute'),
(0x00000000000000000000ffff52a52a52, 'DE', 1, 20495, 'brute'),
(0x00000000000000000000ffff14684952, 'CA', 7, 20495, 'waf'),
(0x2a0104f8017217440000000000000002, 'DE', 1, 20495, 'brute'),
(0x00000000000000000000ffff4e2e0090, 'DE', 1, 20495, 'brute'),
(0x00000000000000000000ffff9f5932e0, 'US', 2, 20495, 'brute'),
(0x00000000000000000000ffffd99a0526, 'GB', 1, 20495, 'brute'),
(0x00000000000000000000ffffb2fe2750, 'DE', 1, 20495, 'brute'),
(0x00000000000000000000ffffd93f705c, 'SE', 1, 20495, 'brute'),
(0x00000000000000000000ffffb2802445, 'GB', 1, 20495, 'brute'),
(0x00000000000000000000ffffd3153ddf, 'TW', 1, 20495, 'brute'),
(0x200141d0040130000000000000000f66, 'FR', 1, 20495, 'brute'),
(0x00000000000000000000ffff33d271df, 'FR', 1, 20495, 'brute'),
(0x00000000000000000000ffff254d967b, 'RU', 1, 20495, 'brute'),
(0x2a0e6a800002000000000000000000e6, 'DE', 1, 20495, 'brute'),
(0x200141d00302100000000000000008b2, 'FR', 1, 20495, 'brute'),
(0x00000000000000000000ffffb0630913, 'RU', 1, 20495, 'brute'),
(0x00000000000000000000ffff8a02e798, 'US', 1, 20495, 'brute'),
(0x2a0340000048066158f7a3fffe51a0a8, 'DE', 1, 20495, 'brute'),
(0x00000000000000000000ffff865a8958, 'FR', 1, 20495, 'brute'),
(0x00000000000000000000ffff33a152bb, 'CA', 1, 20495, 'brute'),
(0x00000000000000000000ffff2d9d3612, 'IQ', 1, 20495, 'brute'),
(0x00000000000000000000ffff90d9fc6a, 'CA', 1, 20495, 'brute'),
(0x00000000000000000000ffffbe7917da, 'CL', 1, 20495, 'brute'),
(0x00000000000000000000ffff8ac55193, 'US', 1, 20496, 'brute'),
(0x00000000000000000000ffff3b7d66e3, 'TW', 3, 20496, 'brute'),
(0x00000000000000000000ffff544ab461, 'CH', 1, 20496, 'brute'),
(0x2a0104f81c1b8d6e0000000000000001, 'DE', 1, 20496, 'brute'),
(0x200141d00008cc780000000000000000, 'FR', 1, 20496, 'brute'),
(0x00000000000000000000ffff9df59a30, 'SG', 1, 20496, 'brute'),
(0x00000000000000000000ffff51085bc9, 'TR', 2, 20496, 'brute'),
(0x00000000000000000000ffff1b05578a, 'IN', 1, 20496, 'brute'),
(0x00000000000000000000ffffcfb4f6ef, 'DE', 8, 20496, 'waf'),
(0x00000000000000000000ffff2ff45a9d, 'HK', 1, 20496, 'brute'),
(0x00000000000000000000ffff2d0aa01c, 'CA', 1, 20496, 'brute'),
(0x00000000000000000000ffffd3153df5, 'TW', 1, 20496, 'brute'),
(0x00000000000000000000ffff04f1b819, 'JP', 1, 20496, 'waf'),
(0x00000000000000000000ffff9df50669, 'US', 1, 20496, 'brute'),
(0x2604a880000401d00000000004f0a000, 'US', 1, 20496, 'brute'),
(0x00000000000000000000ffffa45c42a7, 'US', 1, 20496, 'brute'),
(0x00000000000000000000ffff33de9e6b, 'CA', 1, 20496, 'brute'),
(0x00000000000000000000ffffa01ebc1f, '', 1, 20496, 'brute'),
(0x00000000000000000000ffff602e3027, 'CA', 1, 20496, 'brute'),
(0x00000000000000000000ffffc09f63a9, 'NL', 1, 20496, 'waf'),
(0x00000000000000000000ffffd3153df6, 'TW', 1, 20496, 'brute'),
(0x00000000000000000000ffff6bbd1d18, 'LU', 1, 20496, 'brute'),
(0x00000000000000000000ffffd5cafc77, 'DE', 1, 20496, 'brute'),
(0x00000000000000000000ffff2f6268a1, 'CN', 1, 20496, 'brute'),
(0x00000000000000000000ffffc7c3f9e7, 'US', 1, 20496, 'brute'),
(0x00000000000000000000ffff57795473, 'BG', 1, 20496, 'waf'),
(0x00000000000000000000ffff2dc25c15, 'US', 1, 20496, 'waf'),
(0x00000000000000000000ffff3326e673, 'FR', 1, 20496, 'brute'),
(0x00000000000000000000ffff2de994a7, 'BR', 1, 20496, 'brute'),
(0x00000000000000000000ffffa7eb06ae, 'DE', 1, 20496, 'brute'),
(0x00000000000000000000ffff2de3a2bb, 'AR', 1, 20496, 'brute'),
(0x00000000000000000000ffff6bbd0bba, 'LU', 1, 20496, 'brute'),
(0x2001160000040009f8163efffe3f1dd1, 'CH', 1, 20496, 'brute'),
(0x2a0104ff00f045b00000000000000001, 'US', 1, 20496, 'brute'),
(0x00000000000000000000ffffd18d20c4, 'US', 1, 20496, 'brute'),
(0x00000000000000000000ffffaa408efb, 'AU', 1, 20496, 'waf'),
(0x00000000000000000000ffff1f802f42, 'RU', 1, 20496, 'brute'),
(0x00000000000000000000ffff14cd60e9, 'HK', 1, 20496, 'waf'),
(0x00000000000000000000ffff9d421b16, '', 1, 20496, 'brute'),
(0x00000000000000000000ffff95ca5c8d, 'FR', 1, 20496, 'brute'),
(0x00000000000000000000ffff6bbd1d14, 'LU', 1, 20496, 'brute'),
(0x00000000000000000000ffffd1265332, 'US', 3, 20496, 'waf'),
(0x00000000000000000000ffff5a9ca96f, 'RU', 1, 20496, 'brute'),
(0x00000000000000000000ffff2d9d3611, 'IQ', 3, 20497, 'brute'),
(0x00000000000000000000ffff68f821e4, 'DE', 1, 20497, 'brute'),
(0x00000000000000000000ffff4059a319, 'US', 1, 20497, 'waf'),
(0x00000000000000000000ffffd48107b8, 'FR', 1, 20497, 'brute'),
(0x00000000000000000000ffff23bdc69b, 'BE', 1, 20497, 'brute'),
(0x00000000000000000000ffff2d3dbc05, 'US', 1, 20497, 'brute'),
(0x00000000000000000000ffff2de994a7, 'BR', 1, 20497, 'brute'),
(0x00000000000000000000ffff41261926, 'US', 1, 20497, 'brute'),
(0x2a01036d01120117d16807b545bccd83, 'HU', 1, 20497, 'brute'),
(0x00000000000000000000ffffcdb97e05, 'US', 1, 20497, 'brute'),
(0x00000000000000000000ffffb9cb1c34, 'FR', 1, 20497, 'brute'),
(0x00000000000000000000ffff18c75799, 'US', 1, 20497, 'brute'),
(0x00000000000000000000ffff75359a08, 'MY', 1, 20497, 'brute'),
(0x00000000000000000000ffffb9f1d308, 'NL', 1, 20497, 'waf'),
(0x00000000000000000000ffffd3153df5, 'TW', 1, 20497, 'brute'),
(0x00000000000000000000ffff2d95ade1, 'US', 1, 20497, 'brute'),
(0x00000000000000000000ffff55d6e4dd, 'DE', 1, 20497, 'brute'),
(0x00000000000000000000ffff9566e1b6, 'US', 1, 20497, 'brute'),
(0x2001160000040009f8163efffe3f1dd1, 'CH', 1, 20497, 'brute'),
(0x00000000000000000000ffff8a441714, 'US', 1, 20497, 'brute'),
(0x00000000000000000000ffff8f2ca466, 'PH', 1, 20497, 'brute'),
(0x2a0104f81c1e88e00000000000000001, 'DE', 1, 20497, 'brute'),
(0x00000000000000000000ffff8ba22b90, 'SG', 1, 20497, 'brute'),
(0x200141d00302220000000000000005fc, 'FR', 1, 20497, 'brute'),
(0x00000000000000000000ffff2d5e1fa6, 'ES', 18, 20497, 'waf'),
(0x00000000000000000000ffff7448b573, 'IN', 1, 20497, 'brute'),
(0x00000000000000000000ffffce5118f6, 'DE', 1, 20497, 'brute'),
(0x00000000000000000000ffff8ff4a63a, 'US', 1, 20497, 'brute'),
(0x2a12908000010069000000000000000a, 'NL', 1, 20497, 'brute'),
(0x00000000000000000000ffffb94c0b13, 'ES', 1, 20497, 'brute'),
(0x00000000000000000000ffff33a152bb, 'CA', 1, 20497, 'brute'),
(0x00000000000000000000ffff57795473, 'BG', 1, 20497, 'waf'),
(0x2a0101b0799904020000000000000097, 'NL', 1, 20497, 'brute');
INSERT INTO `wp_wfblockediplog` (`IP`, `countryCode`, `blockCount`, `unixday`, `blockType`) VALUES
(0x00000000000000000000ffffac62201f, 'US', 2, 20497, 'brute'),
(0x00000000000000000000ffff9fdf678d, 'US', 1, 20497, 'brute'),
(0x00000000000000000000ffffa7eb06ae, 'DE', 1, 20497, 'brute'),
(0x00000000000000000000ffff9f5932e0, 'US', 2, 20498, 'brute'),
(0x00000000000000000000ffff44b2a4d9, 'IN', 1, 20498, 'brute'),
(0x00000000000000000000ffff34b24478, 'NL', 1, 20498, 'brute'),
(0x00000000000000000000ffffd3153de0, 'TW', 1, 20498, 'brute'),
(0x00000000000000000000ffff67cd8e1c, 'IN', 1, 20498, 'brute'),
(0x00000000000000000000ffffb9df985a, 'US', 7, 20498, 'brute'),
(0x00000000000000000000ffffb9df984d, 'US', 9, 20498, 'brute'),
(0x00000000000000000000ffffb9df9849, 'US', 10, 20498, 'brute'),
(0x00000000000000000000ffffb9df9847, 'US', 4, 20498, 'brute'),
(0x00000000000000000000ffff14d8bd53, 'FR', 1, 20498, 'brute'),
(0x00000000000000000000ffffb9df9804, 'US', 5, 20498, 'brute'),
(0x00000000000000000000ffffb9df9855, 'US', 4, 20498, 'brute'),
(0x00000000000000000000ffffb9df9857, 'US', 6, 20498, 'brute'),
(0x00000000000000000000ffffb9df984a, 'US', 6, 20498, 'brute'),
(0x00000000000000000000ffffb9df9845, 'US', 8, 20498, 'brute'),
(0x00000000000000000000ffffb9df9850, 'US', 8, 20498, 'brute'),
(0x00000000000000000000ffffb9df9844, 'US', 8, 20498, 'brute'),
(0x00000000000000000000ffffb9df9851, 'US', 8, 20498, 'brute'),
(0x00000000000000000000ffffb9df9842, 'US', 5, 20498, 'brute'),
(0x00000000000000000000ffffb9df9853, 'US', 8, 20498, 'brute'),
(0x00000000000000000000ffffb9df9854, 'US', 9, 20498, 'brute'),
(0x00000000000000000000ffff42e249b5, 'US', 1, 20498, 'brute'),
(0x00000000000000000000ffffb9df9846, 'US', 6, 20498, 'brute'),
(0x00000000000000000000ffffb9df9852, 'US', 4, 20498, 'brute'),
(0x00000000000000000000ffffb9df9843, 'US', 9, 20498, 'brute'),
(0x00000000000000000000ffff820cb69a, '', 1, 20498, 'brute'),
(0x00000000000000000000ffffb9df984b, 'US', 9, 20498, 'brute'),
(0x00000000000000000000ffffb9d7b49e, 'DE', 1, 20498, 'brute'),
(0x00000000000000000000ffffb9f1d308, 'NL', 1, 20498, 'waf'),
(0x00000000000000000000ffffb9df98f9, 'US', 4, 20498, 'brute'),
(0x00000000000000000000ffffb9df9856, 'US', 3, 20498, 'brute'),
(0x00000000000000000000ffffb9df9858, 'US', 7, 20498, 'brute'),
(0x2a0104f80c171d570000000000000002, 'DE', 1, 20498, 'brute'),
(0x00000000000000000000ffff4059a318, 'US', 1, 20498, 'waf'),
(0x00000000000000000000ffff2d9a62f5, 'NL', 1, 20498, 'waf'),
(0x00000000000000000000ffffb9df9848, 'US', 4, 20498, 'brute'),
(0x00000000000000000000ffffb9df9859, 'US', 6, 20498, 'brute'),
(0x00000000000000000000ffffb9157026, 'FR', 1, 20498, 'brute'),
(0x00000000000000000000ffffb9df984e, 'US', 4, 20498, 'brute'),
(0x00000000000000000000ffffd3153de1, 'TW', 1, 20498, 'brute'),
(0x2604a880000401d00000000004f0a000, 'US', 1, 20498, 'brute'),
(0x26075300020318e40000000000000000, 'CA', 1, 20498, 'brute'),
(0x00000000000000000000ffffb9df984c, 'US', 3, 20498, 'brute'),
(0x00000000000000000000ffff23bdc69b, 'BE', 1, 20498, 'brute'),
(0x00000000000000000000ffffc09f63c4, 'NL', 1, 20498, 'waf'),
(0x00000000000000000000ffffb9df9841, 'US', 2, 20498, 'brute'),
(0x00000000000000000000ffff2dc25c15, 'US', 1, 20498, 'waf'),
(0x00000000000000000000ffff51085bc9, 'TR', 1, 20498, 'brute'),
(0x00000000000000000000ffffb9df985b, 'US', 7, 20498, 'brute'),
(0x00000000000000000000ffff287cb3e2, 'US', 1, 20498, 'brute'),
(0x2a01036d0112233d56abaeed010cb0e2, 'HU', 1, 20498, 'brute'),
(0x00000000000000000000ffffb9df984f, 'US', 6, 20498, 'brute'),
(0x00000000000000000000ffffc41b7289, 'ZW', 1, 20498, 'brute'),
(0x200141d003052100000000000000038e, 'FR', 1, 20498, 'brute'),
(0x00000000000000000000ffff9df50669, 'US', 1, 20498, 'brute'),
(0x00000000000000000000ffffb94c0b13, 'ES', 2, 20498, 'brute'),
(0x00000000000000000000ffff4d444a77, 'GB', 1, 20498, 'brute'),
(0x00000000000000000000ffffd9a0bde4, 'DE', 1, 20498, 'brute'),
(0x00000000000000000000ffff254d967b, 'RU', 2, 20498, 'brute'),
(0x00000000000000000000ffff9de61805, 'DE', 1, 20498, 'brute'),
(0x00000000000000000000ffff4fa2eb90, 'PL', 1, 20498, 'brute'),
(0x00000000000000000000ffff867a4799, 'DE', 1, 20498, 'brute'),
(0x00000000000000000000ffffb91775a7, 'ES', 1, 20499, 'brute'),
(0x00000000000000000000ffffb9df9843, 'US', 1, 20499, 'brute'),
(0x00000000000000000000ffffb9df9846, 'US', 3, 20499, 'brute'),
(0x00000000000000000000ffffb9df9844, 'US', 5, 20499, 'brute'),
(0x00000000000000000000ffffb9df9847, 'US', 1, 20499, 'brute'),
(0x00000000000000000000ffffd3153df6, 'TW', 1, 20499, 'brute'),
(0x00000000000000000000ffffb9df984c, 'US', 1, 20499, 'brute'),
(0x00000000000000000000ffffb9df9855, 'US', 1, 20499, 'brute'),
(0x00000000000000000000ffffb9df9849, 'US', 1, 20499, 'brute'),
(0x00000000000000000000ffffb9df984d, 'US', 1, 20499, 'brute'),
(0x00000000000000000000ffffb9df9845, 'US', 2, 20499, 'brute'),
(0x00000000000000000000ffffb23e1c5b, 'GB', 1, 20499, 'brute'),
(0x00000000000000000000ffffb9df984a, 'US', 1, 20499, 'brute'),
(0x00000000000000000000ffffb9df98f9, 'US', 2, 20499, 'brute'),
(0x00000000000000000000ffffb9df985a, 'US', 3, 20499, 'brute'),
(0x00000000000000000000ffffb9df9848, 'US', 1, 20499, 'brute'),
(0x00000000000000000000ffffb9df9857, 'US', 1, 20499, 'brute'),
(0x00000000000000000000ffffb9df9850, 'US', 1, 20499, 'brute'),
(0x00000000000000000000ffff33268728, 'FR', 1, 20499, 'brute'),
(0x00000000000000000000ffffb9df9859, 'US', 1, 20499, 'brute'),
(0x00000000000000000000ffffb9df9856, 'US', 1, 20499, 'brute'),
(0x00000000000000000000ffffb9df9842, 'US', 1, 20499, 'brute'),
(0x00000000000000000000ffffb9df9804, 'US', 2, 20499, 'brute'),
(0x00000000000000000000ffff74ca0d15, 'DE', 1, 20499, 'brute'),
(0x00000000000000000000ffffcb9f5ad1, 'NL', 1, 20499, 'waf'),
(0x00000000000000000000ffff5be20a24, 'RU', 1, 20499, 'brute'),
(0x24014900884cad0ff57f270dd7bff8bc, 'IN', 1, 20499, 'brute'),
(0x00000000000000000000ffffb94c0b13, 'ES', 10, 20499, 'brute'),
(0x00000000000000000000ffff54fc7301, 'AE', 6, 20499, 'brute'),
(0x00000000000000000000ffff4f7f8653, 'CZ', 2, 20499, 'brute'),
(0x00000000000000000000ffffcb9f5ab8, 'NL', 1, 20499, 'waf'),
(0x00000000000000000000ffffd468d725, 'IL', 2, 20499, 'brute'),
(0x00000000000000000000ffff82c3fa63, 'NZ', 5, 20499, 'brute'),
(0x00000000000000000000ffffd971ab0a, 'GB', 2, 20499, 'brute'),
(0x00000000000000000000ffff59244c8e, 'DE', 2, 20499, 'brute'),
(0x00000000000000000000ffff82c3fa4f, 'NZ', 14, 20499, 'brute'),
(0x00000000000000000000ffffc21ac00c, 'NL', 1, 20499, 'waf'),
(0x00000000000000000000ffffc7c3fd74, 'US', 1, 20499, 'brute'),
(0x00000000000000000000ffff254d967b, 'RU', 2, 20499, 'brute'),
(0x00000000000000000000ffffc21ac0c4, 'NL', 1, 20499, 'waf'),
(0x00000000000000000000ffff59a392c5, 'DE', 8, 20499, 'waf'),
(0x00000000000000000000ffff6bbd1d9b, 'LU', 1, 20500, 'brute'),
(0x00000000000000000000ffffc7c3f9e7, 'US', 1, 20500, 'brute'),
(0x00000000000000000000ffff254d967b, 'RU', 2, 20500, 'brute'),
(0x00000000000000000000ffff2d3db989, 'US', 1, 20500, 'brute'),
(0x00000000000000000000ffff57795473, 'BG', 1, 20500, 'waf'),
(0x00000000000000000000ffffcb9f5ad1, 'NL', 1, 20500, 'waf'),
(0x00000000000000000000ffff146ebbc1, 'US', 7, 20500, 'waf'),
(0x00000000000000000000ffff2d3dbc05, 'US', 1, 20500, 'brute'),
(0x00000000000000000000ffff8e5d780d, 'US', 1, 20500, 'brute'),
(0x00000000000000000000ffff44b2e7a5, 'US', 1, 20500, 'brute'),
(0x00000000000000000000ffffa2f0e920, 'US', 1, 20500, 'brute'),
(0x00000000000000000000ffffc09f63a9, 'NL', 1, 20500, 'waf'),
(0x2403a080100f37e3ac0e79282f39824d, 'IN', 1, 20500, 'brute'),
(0x00000000000000000000ffff9fdf2be9, 'SG', 1, 20500, 'waf'),
(0x00000000000000000000ffff6bbd1da6, 'LU', 1, 20500, 'waf'),
(0x00000000000000000000ffff4059a318, 'US', 1, 20501, 'waf'),
(0x00000000000000000000ffff6bbd1de7, 'LU', 1, 20501, 'brute'),
(0x00000000000000000000ffff2d5c015e, 'NL', 1, 20501, 'waf'),
(0x00000000000000000000ffff254d967b, 'RU', 4, 20501, 'brute'),
(0x00000000000000000000ffff254d967c, 'RU', 4, 20501, 'brute'),
(0x00000000000000000000ffff6bbd1cad, 'LU', 1, 20501, 'brute'),
(0x00000000000000000000ffff2d95add9, 'US', 1, 20501, 'brute'),
(0x00000000000000000000ffff2dc25c15, 'US', 1, 20501, 'waf'),
(0x00000000000000000000ffff2d3dbcb1, 'US', 1, 20501, 'brute'),
(0x00000000000000000000ffffca5d99e0, 'KH', 1, 20501, 'waf'),
(0x00000000000000000000ffff88902ba1, 'US', 1, 20501, 'brute'),
(0x00000000000000000000ffff88902ba2, 'US', 1, 20501, 'brute'),
(0x00000000000000000000ffff88902b9d, 'US', 2, 20501, 'brute'),
(0x00000000000000000000ffff88902b95, 'US', 1, 20501, 'brute'),
(0x00000000000000000000ffff88902ba5, 'US', 2, 20501, 'brute'),
(0x00000000000000000000ffff88902ba3, 'US', 2, 20501, 'brute'),
(0x00000000000000000000ffff88902b96, 'US', 1, 20501, 'brute'),
(0x00000000000000000000ffff88902ba7, 'US', 1, 20501, 'brute'),
(0x00000000000000000000ffff88902ba4, 'US', 1, 20501, 'brute'),
(0x00000000000000000000ffff88902b94, 'US', 1, 20501, 'brute'),
(0x00000000000000000000ffff88902b9f, 'US', 1, 20501, 'brute'),
(0x00000000000000000000ffff88902b93, 'US', 1, 20501, 'brute'),
(0x00000000000000000000ffff88902bab, 'US', 8, 20502, 'brute'),
(0x00000000000000000000ffff88902ba0, 'US', 5, 20502, 'brute'),
(0x200300c6e718f9b7e9547c90e4852d01, 'DE', 1, 20502, 'brute'),
(0x00000000000000000000ffff88902ba2, 'US', 7, 20502, 'brute'),
(0x00000000000000000000ffff88902ba7, 'US', 6, 20502, 'brute'),
(0x00000000000000000000ffff88902ba8, 'US', 3, 20502, 'brute'),
(0x00000000000000000000ffff88902bae, 'US', 2, 20502, 'brute'),
(0x00000000000000000000ffff88902b9b, 'US', 4, 20502, 'brute'),
(0x00000000000000000000ffff88902b96, 'US', 1, 20502, 'brute'),
(0x00000000000000000000ffff88902ba4, 'US', 5, 20502, 'brute'),
(0x00000000000000000000ffff88902b9a, 'US', 3, 20502, 'brute'),
(0x00000000000000000000ffff88902b95, 'US', 4, 20502, 'brute'),
(0x00000000000000000000ffff88902b98, 'US', 5, 20502, 'brute'),
(0x00000000000000000000ffff88902bad, 'US', 6, 20502, 'brute'),
(0x00000000000000000000ffff88902b99, 'US', 5, 20502, 'brute'),
(0x00000000000000000000ffff88902bac, 'US', 4, 20502, 'brute'),
(0x00000000000000000000ffff88902ba5, 'US', 4, 20502, 'brute'),
(0x00000000000000000000ffff88902b9f, 'US', 2, 20502, 'brute'),
(0x00000000000000000000ffffb9f20357, 'PL', 1, 20502, 'waf'),
(0x00000000000000000000ffff88902ba1, 'US', 3, 20502, 'brute'),
(0x00000000000000000000ffff88902b93, 'US', 7, 20502, 'brute'),
(0x00000000000000000000ffff88902b9c, 'US', 6, 20502, 'brute'),
(0x00000000000000000000ffff88902b97, 'US', 5, 20502, 'brute'),
(0x00000000000000000000ffffd157a959, 'US', 7, 20502, 'brute'),
(0x00000000000000000000ffffd157a95d, 'US', 4, 20502, 'brute'),
(0x00000000000000000000ffffd157a952, 'US', 5, 20502, 'brute'),
(0x00000000000000000000ffffd157a974, 'US', 3, 20502, 'brute'),
(0x00000000000000000000ffffd157a95f, 'US', 6, 20502, 'brute'),
(0x00000000000000000000ffffd157a95a, 'US', 3, 20502, 'brute'),
(0x00000000000000000000ffff88902ba3, 'US', 5, 20502, 'brute'),
(0x00000000000000000000ffff88902baa, 'US', 2, 20502, 'brute'),
(0x00000000000000000000ffffd157a96d, 'US', 5, 20502, 'brute'),
(0x00000000000000000000ffffd157a96b, 'US', 1, 20502, 'brute'),
(0x00000000000000000000ffffd157a96f, 'US', 3, 20502, 'brute'),
(0x00000000000000000000ffffd157a955, 'US', 4, 20502, 'brute'),
(0x00000000000000000000ffffd157a961, 'US', 7, 20502, 'brute'),
(0x00000000000000000000ffffd157a962, 'US', 5, 20502, 'brute'),
(0x00000000000000000000ffff88902b9e, 'US', 2, 20502, 'brute'),
(0x00000000000000000000ffffd157a958, 'US', 6, 20502, 'brute'),
(0x00000000000000000000ffffd157a954, 'US', 3, 20502, 'brute'),
(0x00000000000000000000ffffd157a956, 'US', 3, 20502, 'brute'),
(0x00000000000000000000ffffd157a969, 'US', 6, 20502, 'brute'),
(0x00000000000000000000ffffd157a95c, 'US', 5, 20502, 'brute'),
(0x00000000000000000000ffffd157a971, 'US', 8, 20502, 'brute'),
(0x00000000000000000000ffffd157a957, 'US', 2, 20502, 'brute'),
(0x00000000000000000000ffff87ec8d63, 'US', 13, 20502, 'brute'),
(0x00000000000000000000ffffb01fe028, 'FR', 139, 20502, 'brute'),
(0x00000000000000000000ffff2ce83f51, 'US', 10, 20502, 'brute'),
(0x00000000000000000000ffff235b2326, 'US', 6, 20502, 'brute'),
(0x00000000000000000000ffffbc821b74, 'FR', 71, 20502, 'brute'),
(0x00000000000000000000ffff3206e13a, 'US', 163, 20502, 'brute'),
(0x00000000000000000000ffff4274c41a, 'AE', 96, 20502, 'brute'),
(0x00000000000000000000ffffd157a94d, 'US', 4, 20502, 'brute'),
(0x00000000000000000000ffffd157a963, 'US', 2, 20502, 'brute'),
(0x00000000000000000000ffffa45ab2dc, 'DE', 11, 20502, 'brute'),
(0x00000000000000000000ffffd42a3a78, 'RU', 4, 20502, 'brute'),
(0x00000000000000000000ffffc2f239bc, 'DE', 7, 20502, 'brute'),
(0x00000000000000000000ffff5ccd143d, 'FR', 36, 20502, 'brute'),
(0x00000000000000000000ffff81794ba2, 'US', 30, 20502, 'brute'),
(0x00000000000000000000ffffa01ec09d, '', 84, 20502, 'brute'),
(0x00000000000000000000ffff67377cc8, 'SG', 14, 20502, 'brute'),
(0x00000000000000000000ffffcb9a5b98, 'TH', 52, 20502, 'brute'),
(0x00000000000000000000ffff44b75bd1, 'IN', 4, 20502, 'brute'),
(0x00000000000000000000ffff481db256, 'US', 4, 20502, 'brute'),
(0x00000000000000000000ffffd8fa719e, 'US', 2, 20502, 'brute'),
(0x00000000000000000000ffff3206e594, 'US', 213, 20502, 'brute'),
(0x00000000000000000000ffff48a72530, 'US', 112, 20502, 'brute'),
(0x00000000000000000000ffffc0407011, 'US', 57, 20502, 'brute'),
(0x00000000000000000000ffffb36c5488, 'BR', 33, 20502, 'brute'),
(0x00000000000000000000ffffd157a95b, 'US', 3, 20502, 'brute'),
(0x00000000000000000000ffffcb567a01, 'CN', 4, 20502, 'brute'),
(0x00000000000000000000ffff5ccde64e, 'DE', 194, 20502, 'brute'),
(0x00000000000000000000ffff2d58bac0, 'US', 1, 20502, 'waf'),
(0x00000000000000000000ffff04bc5169, 'IN', 106, 20502, 'brute'),
(0x00000000000000000000ffffd32f4a13, 'KR', 17, 20502, 'brute'),
(0x00000000000000000000ffffa7ac4fac, 'SG', 26, 20502, 'brute'),
(0x00000000000000000000ffff81794ac2, 'US', 98, 20502, 'brute'),
(0x00000000000000000000ffff6d7bff34, 'DE', 13, 20502, 'brute'),
(0x00000000000000000000ffff88902ba9, 'US', 2, 20502, 'brute'),
(0x00000000000000000000ffff9fc6259e, 'US', 6, 20502, 'brute'),
(0x00000000000000000000ffffd8e1ccc1, 'US', 58, 20502, 'brute'),
(0x00000000000000000000ffffd5201ca9, 'FR', 3, 20502, 'brute'),
(0x00000000000000000000ffffc957f4ec, 'BR', 26, 20502, 'brute'),
(0x00000000000000000000ffff67d876c0, 'VN', 93, 20502, 'brute'),
(0x00000000000000000000ffff32060781, 'US', 165, 20502, 'brute'),
(0x00000000000000000000ffff05b621d4, 'DE', 33, 20502, 'brute'),
(0x00000000000000000000ffffd157a96c, 'US', 3, 20502, 'brute'),
(0x00000000000000000000ffff4274cf7b, 'AE', 83, 20502, 'brute'),
(0x00000000000000000000ffff65004f0a, 'AU', 186, 20502, 'brute'),
(0x00000000000000000000ffff030c0c88, 'US', 4, 20502, 'brute'),
(0x00000000000000000000ffff1fdc9756, 'IL', 37, 20502, 'brute'),
(0x00000000000000000000ffff3ffa2c35, 'US', 2, 20502, 'brute'),
(0x00000000000000000000ffffd06de7cd, 'US', 156, 20502, 'brute'),
(0x00000000000000000000ffff398214fc, 'FR', 224, 20502, 'brute'),
(0x00000000000000000000ffff877db504, 'FR', 26, 20502, 'brute'),
(0x00000000000000000000ffff87ec8d08, 'US', 13, 20502, 'brute'),
(0x00000000000000000000ffffd06dbc89, 'US', 25, 20502, 'brute'),
(0x00000000000000000000ffffd157a967, 'US', 4, 20502, 'brute'),
(0x00000000000000000000ffffa2f146b2, 'US', 36, 20502, 'brute'),
(0x00000000000000000000ffff04cc08de, 'US', 21, 20502, 'brute'),
(0x00000000000000000000ffff3367193b, 'FR', 30, 20502, 'brute'),
(0x00000000000000000000ffff2be55611, 'SG', 167, 20502, 'brute'),
(0x00000000000000000000ffff33ff943c, 'FR', 27, 20502, 'brute'),
(0x00000000000000000000ffffa184315a, 'PE', 1, 20502, 'brute'),
(0x00000000000000000000ffff7a75667d, 'TW', 25, 20502, 'brute'),
(0x00000000000000000000ffff2e65891d, 'DE', 10, 20502, 'brute'),
(0x00000000000000000000ffff3980020f, 'FR', 17, 20502, 'brute'),
(0x00000000000000000000ffff4d1e6425, 'SA', 24, 20502, 'brute'),
(0x00000000000000000000ffff74760271, 'VN', 12, 20502, 'brute'),
(0x00000000000000000000ffff8e5d780d, 'US', 93, 20502, 'brute'),
(0x00000000000000000000ffff5e88bb96, 'DE', 101, 20502, 'brute'),
(0x00000000000000000000ffffcdc4d1ab, 'US', 3, 20502, 'brute'),
(0x00000000000000000000ffff25bb1dd4, 'FR', 64, 20502, 'brute'),
(0x00000000000000000000ffff4217e392, 'US', 6, 20502, 'brute'),
(0x00000000000000000000ffff4539ac60, 'IN', 15, 20502, 'brute'),
(0x00000000000000000000ffffa2f0e920, 'US', 97, 20502, 'brute'),
(0x00000000000000000000ffff2d8212c2, 'ES', 32, 20502, 'brute'),
(0x00000000000000000000ffff6730c2d9, 'VN', 44, 20502, 'brute'),
(0x00000000000000000000ffff4274cf34, 'AE', 53, 20502, 'brute'),
(0x00000000000000000000ffffa2f1059c, 'US', 31, 20502, 'brute'),
(0x00000000000000000000ffffd157a97d, 'US', 2, 20502, 'brute'),
(0x00000000000000000000ffff6e4ed322, 'TH', 16, 20502, 'brute'),
(0x00000000000000000000ffffb9705430, 'IT', 22, 20502, 'brute'),
(0x00000000000000000000ffff323f1aca, 'US', 8, 20502, 'brute'),
(0x00000000000000000000ffffd06d3e97, 'US', 28, 20502, 'brute'),
(0x00000000000000000000ffff3206ae19, 'US', 110, 20502, 'brute'),
(0x00000000000000000000ffff48a79680, 'US', 33, 20502, 'brute'),
(0x00000000000000000000ffffd157a96e, 'US', 5, 20502, 'brute'),
(0x00000000000000000000ffffd157a979, 'US', 6, 20502, 'brute'),
(0x00000000000000000000ffffd157a95e, 'US', 3, 20502, 'brute'),
(0x00000000000000000000ffff9448f4aa, 'SG', 1, 20502, 'brute'),
(0x00000000000000000000ffff4107113a, 'US', 5, 20502, 'brute'),
(0x00000000000000000000ffff675ae8aa, 'VN', 16, 20502, 'brute'),
(0x00000000000000000000ffffc7fec709, 'JP', 15, 20502, 'brute'),
(0x00000000000000000000ffff5116f3a1, 'FI', 43, 20502, 'brute'),
(0x00000000000000000000ffffd157a976, 'US', 3, 20502, 'brute'),
(0x00000000000000000000ffffd157a951, 'US', 5, 20502, 'brute'),
(0x00000000000000000000ffff6deaa1c7, 'FR', 1, 20502, 'brute'),
(0x00000000000000000000ffff88902b94, 'US', 3, 20502, 'brute'),
(0x00000000000000000000ffffd157a9fe, 'US', 4, 20502, 'brute'),
(0x00000000000000000000ffffa0107278, 'JP', 27, 20502, 'brute'),
(0x00000000000000000000ffff675aeacc, 'VN', 6, 20502, 'brute'),
(0x00000000000000000000ffff5ccd08cf, 'FR', 6, 20502, 'brute'),
(0x00000000000000000000ffff48a72e7e, 'US', 21, 20502, 'brute'),
(0x00000000000000000000ffffd157a94c, 'US', 6, 20502, 'brute'),
(0x00000000000000000000ffffd157a978, 'US', 3, 20502, 'brute'),
(0x00000000000000000000ffff9de618cf, 'DE', 3, 20502, 'brute'),
(0x00000000000000000000ffffa200d866, 'US', 5, 20502, 'brute'),
(0x00000000000000000000ffffd157a953, 'US', 4, 20502, 'brute'),
(0x00000000000000000000ffff14dc0957, 'CA', 9, 20502, 'waf'),
(0x00000000000000000000ffff673183ef, 'CH', 1, 20502, 'brute'),
(0x00000000000000000000ffff67ff863d, '', 10, 20502, 'brute'),
(0x00000000000000000000ffff9dadcb5e, 'GB', 37, 20502, 'brute'),
(0x00000000000000000000ffff0d4cba07, 'SG', 9, 20502, 'brute'),
(0x00000000000000000000ffff9a00aac1, 'ZA', 9, 20502, 'brute'),
(0x00000000000000000000ffff5b865185, 'FR', 16, 20502, 'brute'),
(0x00000000000000000000ffff88902b9d, 'US', 2, 20502, 'brute'),
(0x00000000000000000000ffffd157a973, 'US', 3, 20502, 'brute'),
(0x00000000000000000000ffff677c5fa8, 'VN', 3, 20502, 'brute'),
(0x00000000000000000000ffffd99a690d, 'GB', 15, 20502, 'brute'),
(0x00000000000000000000ffffd157a965, 'US', 4, 20502, 'brute'),
(0x00000000000000000000ffffd157a972, 'US', 1, 20502, 'brute'),
(0x00000000000000000000ffffa1f8bcac, '', 3, 20502, 'brute'),
(0x00000000000000000000ffff2e656020, 'DE', 6, 20502, 'brute'),
(0x00000000000000000000ffffd157a94e, 'US', 2, 20502, 'brute'),
(0x00000000000000000000ffffd157a968, 'US', 3, 20502, 'brute'),
(0x00000000000000000000ffff2d83c3ef, 'US', 4, 20502, 'brute'),
(0x00000000000000000000ffff9de6e2a9, 'US', 27, 20502, 'brute'),
(0x00000000000000000000ffffa200e95b, 'US', 8, 20502, 'brute'),
(0x00000000000000000000ffff45a3b5da, 'US', 3, 20502, 'brute'),
(0x00000000000000000000ffff2d83c3ee, 'US', 2, 20502, 'brute'),
(0x00000000000000000000ffff33c374bb, 'FR', 3, 20502, 'brute'),
(0x00000000000000000000ffff67525c23, 'ID', 7, 20502, 'brute'),
(0x00000000000000000000ffffd157a950, 'US', 2, 20502, 'brute'),
(0x00000000000000000000ffff4fbdb81a, 'PL', 1, 20502, 'brute'),
(0x00000000000000000000ffff6bbd1fde, 'LU', 1, 20502, 'brute'),
(0x00000000000000000000ffff671c24c8, 'VN', 2, 20502, 'brute'),
(0x00000000000000000000ffff6745c41a, 'IN', 3, 20502, 'brute'),
(0x00000000000000000000ffff323ebb7c, 'US', 29, 20502, 'brute'),
(0x00000000000000000000ffffd157a96a, 'US', 1, 20502, 'brute'),
(0x00000000000000000000ffffd157a97a, 'US', 1, 20502, 'brute'),
(0x00000000000000000000ffffd157a975, 'US', 2, 20502, 'brute'),
(0x00000000000000000000ffff67d63c5e, 'IN', 1, 20502, 'brute'),
(0x00000000000000000000ffffd157a97c, 'US', 4, 20502, 'brute'),
(0x00000000000000000000ffff33de9e6b, 'CA', 9, 20502, 'brute'),
(0x00000000000000000000ffffd157a960, 'US', 2, 20502, 'brute'),
(0x00000000000000000000ffffd157a977, 'US', 2, 20502, 'brute'),
(0x00000000000000000000ffffd157a970, 'US', 1, 20502, 'brute'),
(0x00000000000000000000ffffd157a966, 'US', 3, 20502, 'brute'),
(0x00000000000000000000ffffc6623cc3, 'US', 1, 20502, 'brute'),
(0x00000000000000000000ffff9fc620b8, 'US', 2, 20502, 'brute'),
(0x00000000000000000000ffff8494b08e, 'US', 1, 20502, 'brute'),
(0x00000000000000000000ffff70d5597c, 'VN', 1, 20502, 'brute'),
(0x00000000000000000000ffff88902ba6, 'US', 1, 20502, 'brute'),
(0x00000000000000000000ffffd157a94f, 'US', 2, 20502, 'brute'),
(0x00000000000000000000ffff5e4a91b2, 'IR', 3, 20502, 'brute'),
(0x00000000000000000000ffff6bbd089d, 'LU', 1, 20502, 'brute'),
(0x00000000000000000000ffff14db6953, 'IN', 14, 20502, 'brute'),
(0x00000000000000000000ffff768bb268, 'SG', 2, 20502, 'brute'),
(0x00000000000000000000ffffa213461e, 'FR', 6, 20502, 'brute'),
(0x00000000000000000000ffff9d5a0632, 'DE', 1, 20502, 'brute'),
(0x00000000000000000000ffffd126cce2, 'DE', 2, 20502, 'brute'),
(0x00000000000000000000ffff40eb2e63, 'US', 3, 20502, 'brute'),
(0x00000000000000000000ffff87ec8d96, 'US', 1, 20502, 'brute'),
(0x00000000000000000000ffff03657894, 'US', 1, 20502, 'brute'),
(0x00000000000000000000ffff904cde8d, 'DE', 3, 20502, 'brute'),
(0x00000000000000000000ffff2be55611, 'SG', 55, 20503, 'brute'),
(0x00000000000000000000ffffbc821b74, 'FR', 53, 20503, 'brute'),
(0x00000000000000000000ffff3206e594, 'US', 40, 20503, 'brute'),
(0x00000000000000000000ffff65004f0a, 'AU', 103, 20503, 'brute'),
(0x00000000000000000000ffff398214fc, 'FR', 162, 20503, 'brute'),
(0x00000000000000000000ffffd06de7cd, 'US', 105, 20503, 'brute'),
(0x00000000000000000000ffffd157a974, 'US', 2, 20503, 'brute'),
(0x00000000000000000000ffffd157a951, 'US', 1, 20503, 'brute'),
(0x00000000000000000000ffffcb9a5b98, 'TH', 21, 20503, 'brute'),
(0x00000000000000000000ffff4274c41a, 'AE', 33, 20503, 'brute'),
(0x00000000000000000000ffffb36c5488, 'BR', 23, 20503, 'brute'),
(0x00000000000000000000ffffa2f0e920, 'US', 42, 20503, 'brute'),
(0x00000000000000000000ffff4274cf7b, 'AE', 72, 20503, 'brute'),
(0x00000000000000000000ffffd8e1ccc1, 'US', 61, 20503, 'brute'),
(0x00000000000000000000ffff674a76ca, 'VN', 3, 20503, 'brute'),
(0x00000000000000000000ffff3206ae19, 'US', 36, 20503, 'brute'),
(0x00000000000000000000ffffb01fe028, 'FR', 116, 20503, 'brute'),
(0x00000000000000000000ffff81794ba2, 'US', 9, 20503, 'brute'),
(0x00000000000000000000ffffd32f4a13, 'KR', 10, 20503, 'brute'),
(0x00000000000000000000ffffc0407011, 'US', 36, 20503, 'brute'),
(0x00000000000000000000ffff6730c2d9, 'VN', 22, 20503, 'brute'),
(0x00000000000000000000ffffd157a967, 'US', 2, 20503, 'brute'),
(0x00000000000000000000ffffd157a972, 'US', 1, 20503, 'brute'),
(0x00000000000000000000ffff5eb19346, 'RO', 3, 20503, 'brute'),
(0x00000000000000000000ffff32060781, 'US', 62, 20503, 'brute'),
(0x00000000000000000000ffff9dadcb5e, 'GB', 25, 20503, 'brute'),
(0x00000000000000000000ffff5e88bb96, 'DE', 53, 20503, 'brute'),
(0x00000000000000000000ffff7a75667d, 'TW', 14, 20503, 'brute'),
(0x00000000000000000000ffffa45ab2dc, 'DE', 24, 20503, 'brute'),
(0x00000000000000000000ffff74760271, 'VN', 17, 20503, 'brute'),
(0x00000000000000000000ffff877db504, 'FR', 23, 20503, 'brute'),
(0x00000000000000000000ffffd157a94d, 'US', 1, 20503, 'brute'),
(0x00000000000000000000ffffd157a969, 'US', 3, 20503, 'brute'),
(0x00000000000000000000ffffd5201d5a, 'FR', 18, 20503, 'brute'),
(0x00000000000000000000ffff48a79680, 'US', 36, 20503, 'brute'),
(0x00000000000000000000ffff04bc5169, 'IN', 36, 20503, 'brute'),
(0x00000000000000000000ffff675aeacc, 'VN', 10, 20503, 'brute'),
(0x00000000000000000000ffff33ff943c, 'FR', 33, 20503, 'brute'),
(0x00000000000000000000ffff2d8212c2, 'ES', 29, 20503, 'brute'),
(0x00000000000000000000ffffd157a94c, 'US', 2, 20503, 'brute'),
(0x00000000000000000000ffffd157a963, 'US', 1, 20503, 'brute'),
(0x00000000000000000000ffff81794ac2, 'US', 57, 20503, 'brute'),
(0x00000000000000000000ffffa01ec09d, '', 21, 20503, 'brute'),
(0x00000000000000000000ffff1fdc9756, 'IL', 73, 20503, 'brute'),
(0x00000000000000000000ffff4274cf34, 'AE', 53, 20503, 'brute'),
(0x00000000000000000000ffffd157a955, 'US', 1, 20503, 'brute'),
(0x00000000000000000000ffffd157a960, 'US', 1, 20503, 'brute'),
(0x00000000000000000000ffff5116f3a1, 'FI', 20, 20503, 'brute'),
(0x00000000000000000000ffffc7c3f9e7, 'US', 1, 20503, 'brute'),
(0x00000000000000000000ffffd157a96f, 'US', 1, 20503, 'brute'),
(0x00000000000000000000ffffd157a95e, 'US', 2, 20503, 'brute'),
(0x00000000000000000000ffffd157a971, 'US', 1, 20503, 'brute'),
(0x00000000000000000000ffff6e4ed322, 'TH', 9, 20503, 'brute'),
(0x00000000000000000000ffffd99a690d, 'GB', 11, 20503, 'brute'),
(0x00000000000000000000ffff04cc08de, 'US', 9, 20503, 'brute'),
(0x00000000000000000000ffff48a72e7e, 'US', 16, 20503, 'brute'),
(0x00000000000000000000ffff8e5d780d, 'US', 52, 20503, 'brute'),
(0x00000000000000000000ffffd157a956, 'US', 1, 20503, 'brute'),
(0x00000000000000000000ffff9de6e2a9, 'US', 8, 20503, 'brute'),
(0x00000000000000000000ffff6bbd01b3, 'LU', 1, 20503, 'brute'),
(0x00000000000000000000ffffd157a96c, 'US', 1, 20503, 'brute'),
(0x00000000000000000000ffff25bb1dd4, 'FR', 12, 20503, 'brute'),
(0x00000000000000000000ffff4539ac60, 'IN', 9, 20503, 'brute'),
(0x00000000000000000000ffff67b33866, 'ID', 3, 20503, 'brute'),
(0x00000000000000000000ffffd157a94f, 'US', 1, 20503, 'brute'),
(0x00000000000000000000ffff323ebb7c, 'US', 3, 20503, 'brute'),
(0x00000000000000000000ffff2d83c3ef, 'US', 1, 20503, 'brute'),
(0x00000000000000000000ffffd157a952, 'US', 1, 20503, 'brute'),
(0x00000000000000000000ffffa7ac4fac, 'SG', 11, 20503, 'brute'),
(0x00000000000000000000ffff3367193b, 'FR', 18, 20503, 'brute'),
(0x00000000000000000000ffff9fc620b8, 'US', 1, 20503, 'brute'),
(0x00000000000000000000ffff48a72530, 'US', 32, 20503, 'brute'),
(0x00000000000000000000ffff4217e392, 'US', 4, 20503, 'brute'),
(0x00000000000000000000ffff67521b35, 'VN', 3, 20503, 'brute'),
(0x00000000000000000000ffffd157a959, 'US', 2, 20503, 'brute'),
(0x00000000000000000000ffff2d769ebe, 'IN', 1, 20503, 'brute'),
(0x00000000000000000000ffffd157a96a, 'US', 1, 20503, 'brute'),
(0x00000000000000000000ffff681ccb36, 'US', 3, 20503, 'waf'),
(0x00000000000000000000ffffd157a95d, 'US', 1, 20503, 'brute'),
(0x00000000000000000000ffffd157a975, 'US', 1, 20503, 'brute'),
(0x00000000000000000000ffffd157a976, 'US', 1, 20503, 'brute'),
(0x00000000000000000000ffff3980020f, 'FR', 13, 20503, 'brute'),
(0x00000000000000000000ffffd157a97d, 'US', 1, 20503, 'brute'),
(0x00000000000000000000ffff03657894, 'US', 3, 20503, 'brute'),
(0x00000000000000000000ffff8fd00813, 'BR', 3, 20503, 'brute'),
(0x00000000000000000000ffff4d1e6425, 'SA', 8, 20503, 'brute'),
(0x00000000000000000000ffff57795473, 'BG', 1, 20503, 'waf'),
(0x00000000000000000000ffff675ae8aa, 'VN', 12, 20503, 'brute'),
(0x00000000000000000000ffff67ff863d, '', 2, 20503, 'brute'),
(0x00000000000000000000ffffb9705430, 'IT', 6, 20503, 'brute'),
(0x00000000000000000000ffffa2f146b2, 'US', 9, 20503, 'brute'),
(0x00000000000000000000ffff87ec8d63, 'US', 9, 20503, 'brute'),
(0x00000000000000000000ffffa200d866, 'US', 3, 20503, 'brute'),
(0x00000000000000000000ffffbe5cae1d, 'GB', 2, 20503, 'brute'),
(0x00000000000000000000ffff6745c41a, 'IN', 4, 20503, 'brute'),
(0x00000000000000000000ffffb9118bce, 'TR', 3, 20503, 'brute'),
(0x00000000000000000000ffffd126cce2, 'DE', 6, 20503, 'brute'),
(0x00000000000000000000ffffa1f8bcac, '', 3, 20503, 'brute'),
(0x00000000000000000000ffffb4fc50a1, 'ID', 3, 20503, 'brute'),
(0x00000000000000000000ffffd06dbc89, 'US', 2, 20503, 'brute'),
(0x00000000000000000000ffff5e4a91b2, 'IR', 2, 20503, 'brute'),
(0x00000000000000000000ffff5b865185, 'FR', 1, 20503, 'brute'),
(0x00000000000000000000ffff67d876c0, 'VN', 18, 20503, 'brute'),
(0x00000000000000000000ffffd42a3a78, 'RU', 1, 20503, 'brute'),
(0x00000000000000000000ffff5ccd143d, 'FR', 10, 20503, 'brute'),
(0x00000000000000000000ffffc3fa1a34, 'GB', 1, 20503, 'brute'),
(0x00000000000000000000ffff6deaa1c7, 'FR', 4, 20503, 'brute'),
(0x00000000000000000000ffff9f4157f5, 'GB', 2, 20503, 'brute'),
(0x00000000000000000000ffff677c5fa1, 'VN', 1, 20503, 'brute'),
(0x00000000000000000000ffffdc9ee8f5, 'KH', 3, 20503, 'brute'),
(0x00000000000000000000ffff3ffa2c35, 'US', 1, 20503, 'brute'),
(0x00000000000000000000ffffc0faefad, 'GB', 3, 20503, 'brute'),
(0x00000000000000000000ffffa290e93b, 'US', 3, 20503, 'brute'),
(0x00000000000000000000ffff8ac73cb9, 'SG', 1, 20503, 'brute'),
(0x00000000000000000000ffff2d5c01c3, 'NL', 1, 20503, 'waf'),
(0x00000000000000000000ffffd161aec4, 'SG', 13, 20503, 'waf'),
(0x00000000000000000000ffff68f44bc2, 'LU', 1, 20503, 'brute'),
(0x00000000000000000000ffff2d95addb, 'US', 1, 20503, 'brute'),
(0x00000000000000000000ffffcb9f5ab8, 'NL', 9, 20503, 'waf'),
(0x00000000000000000000ffff2d9a6249, 'NL', 1, 20503, 'waf'),
(0x00000000000000000000ffff5b5cf2b2, 'BG', 1, 20504, 'waf'),
(0x00000000000000000000ffff6bbd1fde, 'LU', 1, 20504, 'brute'),
(0x00000000000000000000ffff23b8dced, 'US', 1, 20504, 'brute'),
(0x00000000000000000000ffff59a392c5, 'DE', 8, 20504, 'waf'),
(0x00000000000000000000ffffa5f5b1d2, 'US', 1, 20504, 'waf'),
(0x00000000000000000000ffffc6623539, 'US', 1, 20504, 'brute'),
(0x00000000000000000000ffffce2a7522, 'PK', 9, 20504, 'brute'),
(0x00000000000000000000ffffb9f2034a, 'PL', 1, 20505, 'waf'),
(0x00000000000000000000ffff682eef1f, 'JP', 1, 20505, 'waf'),
(0x00000000000000000000ffff2d95adeb, 'US', 1, 20505, 'brute'),
(0x00000000000000000000ffffc7c3fd74, 'US', 1, 20505, 'brute'),
(0x00000000000000000000ffff40e26d73, 'DE', 111, 20505, 'brute'),
(0x00000000000000000000ffffb9df983e, 'US', 6, 20505, 'brute'),
(0x00000000000000000000ffffb9df9826, 'US', 5, 20505, 'brute'),
(0x00000000000000000000ffffb9df9837, 'US', 7, 20505, 'brute'),
(0x00000000000000000000ffffb9df9832, 'US', 6, 20505, 'brute'),
(0x00000000000000000000ffffb9df982a, 'US', 4, 20505, 'brute'),
(0x00000000000000000000ffffb9df9831, 'US', 7, 20505, 'brute'),
(0x00000000000000000000ffffb9df9835, 'US', 6, 20505, 'brute'),
(0x00000000000000000000ffffb9df982c, 'US', 2, 20505, 'brute'),
(0x00000000000000000000ffffb9df98ef, 'US', 7, 20505, 'brute'),
(0x00000000000000000000ffffb9df982d, 'US', 5, 20505, 'brute'),
(0x00000000000000000000ffffb9df9838, 'US', 5, 20505, 'brute'),
(0x00000000000000000000ffffb9df983a, 'US', 4, 20505, 'brute'),
(0x00000000000000000000ffffceff7006, 'US', 1, 20505, 'brute'),
(0x2607fb921f06bfb6cc1735192dc369e2, 'US', 1, 20505, 'brute'),
(0x00000000000000000000ffffb9df983c, 'US', 9, 20505, 'brute'),
(0x00000000000000000000ffffc09f63c4, 'NL', 1, 20505, 'waf'),
(0x00000000000000000000ffffb9df982e, 'US', 6, 20505, 'brute'),
(0x00000000000000000000ffffb9df983f, 'US', 9, 20505, 'brute'),
(0x00000000000000000000ffffaa40e60c, 'US', 1, 20505, 'waf'),
(0x00000000000000000000ffffb9df9828, 'US', 5, 20505, 'brute'),
(0x00000000000000000000ffffb9df9834, 'US', 7, 20505, 'brute'),
(0x00000000000000000000ffffa996cbed, 'US', 1, 20505, 'brute'),
(0x00000000000000000000ffffc6623cc3, 'US', 1, 20505, 'brute'),
(0x00000000000000000000ffffb9df9827, 'US', 6, 20505, 'brute'),
(0x00000000000000000000ffffb9df9830, 'US', 6, 20505, 'brute'),
(0x00000000000000000000ffffb9df9825, 'US', 6, 20505, 'brute'),
(0x00000000000000000000ffffb9df9836, 'US', 3, 20505, 'brute'),
(0x00000000000000000000ffffb9df9829, 'US', 2, 20505, 'brute'),
(0x00000000000000000000ffffb9df9833, 'US', 4, 20505, 'brute'),
(0x00000000000000000000ffffb9df982f, 'US', 5, 20505, 'brute'),
(0x00000000000000000000ffffb9df982b, 'US', 4, 20505, 'brute'),
(0x00000000000000000000ffff2d5e1ffe, 'ES', 9, 20505, 'waf'),
(0x00000000000000000000ffffb9f1d308, 'NL', 1, 20505, 'waf'),
(0x00000000000000000000ffffb9df9839, 'US', 1, 20505, 'brute'),
(0x00000000000000000000ffffcdb9731b, 'US', 1, 20505, 'brute'),
(0x00000000000000000000ffffb9df983b, 'US', 3, 20505, 'brute'),
(0x00000000000000000000ffff6bbd1d9b, 'LU', 1, 20505, 'brute'),
(0x00000000000000000000ffff576ad1b7, 'DE', 4, 20505, 'waf'),
(0x00000000000000000000ffff40e26d73, 'DE', 42, 20506, 'brute'),
(0x00000000000000000000ffffb9df9837, 'US', 6, 20506, 'brute'),
(0x00000000000000000000ffffb9df9834, 'US', 4, 20506, 'brute'),
(0x00000000000000000000ffffb9df982e, 'US', 2, 20506, 'brute'),
(0x00000000000000000000ffffb9df983d, 'US', 1, 20506, 'brute'),
(0x00000000000000000000ffffb9df9838, 'US', 3, 20506, 'brute'),
(0x00000000000000000000ffff5e7ca20c, 'UA', 1, 20506, 'brute'),
(0x2804014c00b0a2e6e188f1cf7c998755, 'BR', 1, 20506, 'brute'),
(0x00000000000000000000ffffb9df9830, 'US', 4, 20506, 'brute'),
(0x00000000000000000000ffffb9df9831, 'US', 4, 20506, 'brute'),
(0x00000000000000000000ffffb9df983c, 'US', 4, 20506, 'brute'),
(0x00000000000000000000ffffb9df982d, 'US', 4, 20506, 'brute'),
(0x00000000000000000000ffffb9df9828, 'US', 1, 20506, 'brute'),
(0x00000000000000000000ffffb9df982f, 'US', 3, 20506, 'brute'),
(0x00000000000000000000ffffb9df983f, 'US', 3, 20506, 'brute'),
(0x00000000000000000000ffffb9df9836, 'US', 1, 20506, 'brute'),
(0x00000000000000000000ffffb9df98ef, 'US', 1, 20506, 'brute'),
(0x00000000000000000000ffffb9df982c, 'US', 4, 20506, 'brute'),
(0x00000000000000000000ffffb9df983a, 'US', 2, 20506, 'brute'),
(0x00000000000000000000ffffb9df9833, 'US', 4, 20506, 'brute'),
(0x00000000000000000000ffffb9df9839, 'US', 2, 20506, 'brute'),
(0x00000000000000000000ffffb9df983b, 'US', 2, 20506, 'brute'),
(0x00000000000000000000ffffb9df9832, 'US', 3, 20506, 'brute'),
(0x00000000000000000000ffffb9df982a, 'US', 1, 20506, 'brute'),
(0x00000000000000000000ffffb9df983e, 'US', 3, 20506, 'brute'),
(0x00000000000000000000ffffb9df9825, 'US', 2, 20506, 'brute'),
(0x00000000000000000000ffff4059a319, 'US', 1, 20506, 'waf'),
(0x00000000000000000000ffffb9df9827, 'US', 2, 20506, 'brute'),
(0x00000000000000000000ffffb9df9840, 'US', 1, 20506, 'brute'),
(0x00000000000000000000ffffd18d2fbe, 'US', 2, 20506, 'brute'),
(0x00000000000000000000ffffb9df9829, 'US', 1, 20506, 'brute'),
(0x00000000000000000000ffff254d967b, 'RU', 7, 20506, 'brute'),
(0x00000000000000000000ffff254d967c, 'RU', 7, 20506, 'brute'),
(0x00000000000000000000ffff031b411c, 'AU', 1, 20506, 'brute'),
(0x00000000000000000000ffffa5e876a1, 'DE', 134, 20506, 'brute'),
(0x00000000000000000000ffff886d381b, 'US', 1, 20506, 'brute'),
(0x00000000000000000000ffff68c50287, 'US', 1, 20506, 'brute'),
(0x00000000000000000000ffff887438f9, 'US', 1, 20506, 'brute'),
(0x00000000000000000000ffff23e00b64, 'US', 1, 20506, 'brute'),
(0x00000000000000000000ffff67fd1bc8, 'SG', 1, 20506, 'brute'),
(0x00000000000000000000ffff68f449fb, 'LU', 1, 20506, 'brute'),
(0x00000000000000000000ffff8d620bb5, 'LT', 1, 20506, 'brute'),
(0x00000000000000000000ffffa5e876a1, 'DE', 30, 20507, 'brute'),
(0x00000000000000000000ffffc21ac0c4, 'NL', 9, 20507, 'waf'),
(0x00000000000000000000ffff2d9a6247, 'NL', 9, 20507, 'waf'),
(0x00000000000000000000ffffcdb9731b, 'US', 1, 20507, 'brute'),
(0x00000000000000000000ffff2ba503be, 'SG', 12, 20507, 'brute'),
(0x00000000000000000000ffff2d3dba82, 'US', 1, 20507, 'brute'),
(0x00000000000000000000ffffc09f63a9, 'NL', 1, 20507, 'waf'),
(0x00000000000000000000ffff68f3f506, 'MX', 1, 20507, 'waf');

-- --------------------------------------------------------

--
-- Table structure for table `wp_wfblocks7`
--

CREATE TABLE `wp_wfblocks7` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `type` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `blockedTime` bigint(20) NOT NULL,
  `reason` varchar(255) NOT NULL,
  `lastAttempt` int(10) UNSIGNED DEFAULT 0,
  `blockedHits` int(10) UNSIGNED DEFAULT 0,
  `expiration` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `parameters` text DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `wp_wfblocks7`
--

INSERT INTO `wp_wfblocks7` (`id`, `type`, `IP`, `blockedTime`, `reason`, `lastAttempt`, `blockedHits`, `expiration`, `parameters`) VALUES
(116301, 2, 0x2001445580ca51006d1f3856b8ce338a, 1771776016, 'Blocked by Wordfence Security Network', 1771776016, 1, 1771776616, NULL),
(116299, 2, 0x00000000000000000000ffffa5e876a1, 1771775902, 'Blocked by Wordfence Security Network', 1771775902, 1, 1771776502, NULL),
(116300, 2, 0x00000000000000000000ffffa5e876a1, 1771775902, 'Blocked by Wordfence Security Network', 1771775902, 1, 1771776502, NULL),
(116302, 2, 0x00000000000000000000ffffa5e876a1, 1771776731, 'Blocked by Wordfence Security Network', 1771776731, 1, 1771777331, NULL),
(116303, 2, 0x00000000000000000000ffffa5e876a1, 1771776731, 'Blocked by Wordfence Security Network', 1771776731, 1, 1771777331, NULL),
(116304, 2, 0x00000000000000000000ffffa5e876a1, 1771777564, 'Blocked by Wordfence Security Network', 1771777564, 1, 1771778164, NULL),
(116305, 2, 0x00000000000000000000ffffa5e876a1, 1771777564, 'Blocked by Wordfence Security Network', 1771777564, 1, 1771778164, NULL),
(116306, 2, 0x00000000000000000000ffffa5e876a1, 1771778391, 'Blocked by Wordfence Security Network', 1771778391, 1, 1771778991, NULL),
(116307, 2, 0x00000000000000000000ffffa5e876a1, 1771778391, 'Blocked by Wordfence Security Network', 1771778391, 1, 1771778991, NULL),
(116308, 2, 0x00000000000000000000ffffa5e876a1, 1771779216, 'Blocked by Wordfence Security Network', 1771779216, 1, 1771779816, NULL),
(116309, 2, 0x00000000000000000000ffffa5e876a1, 1771779216, 'Blocked by Wordfence Security Network', 1771779216, 1, 1771779816, NULL),
(116310, 2, 0x00000000000000000000ffffa5e876a1, 1771780037, 'Blocked by Wordfence Security Network', 1771780037, 1, 1771780637, NULL),
(116311, 2, 0x00000000000000000000ffffa5e876a1, 1771780037, 'Blocked by Wordfence Security Network', 1771780037, 1, 1771780637, NULL),
(116312, 2, 0x00000000000000000000ffff68c50287, 1771780150, 'Blocked by Wordfence Security Network', 1771780150, 1, 1771780750, NULL),
(116313, 2, 0x00000000000000000000ffff887438f9, 1771780393, 'Blocked by Wordfence Security Network', 1771780393, 1, 1771780993, NULL),
(116314, 2, 0x00000000000000000000ffff23e00b64, 1771780408, 'Blocked by Wordfence Security Network', 1771780408, 1, 1771781008, NULL),
(116315, 2, 0x00000000000000000000ffffa5e876a1, 1771780867, 'Blocked by Wordfence Security Network', 1771780867, 1, 1771781467, NULL),
(116316, 2, 0x00000000000000000000ffffa5e876a1, 1771780867, 'Blocked by Wordfence Security Network', 1771780867, 1, 1771781467, NULL),
(116317, 2, 0x00000000000000000000ffffa5e876a1, 1771781691, 'Blocked by Wordfence Security Network', 1771781691, 1, 1771782291, NULL),
(116318, 2, 0x00000000000000000000ffffa5e876a1, 1771781691, 'Blocked by Wordfence Security Network', 1771781691, 1, 1771782291, NULL),
(116319, 2, 0x00000000000000000000ffffa5e876a1, 1771782514, 'Blocked by Wordfence Security Network', 1771782514, 1, 1771783114, NULL),
(116320, 2, 0x00000000000000000000ffffa5e876a1, 1771782514, 'Blocked by Wordfence Security Network', 1771782514, 1, 1771783114, NULL),
(116321, 2, 0x00000000000000000000ffffa5e876a1, 1771783340, 'Blocked by Wordfence Security Network', 1771783340, 1, 1771783940, NULL),
(116322, 2, 0x00000000000000000000ffffa5e876a1, 1771783340, 'Blocked by Wordfence Security Network', 1771783340, 1, 1771783940, NULL),
(116323, 2, 0x00000000000000000000ffffa5e876a1, 1771784163, 'Blocked by Wordfence Security Network', 1771784166, 2, 1771784763, NULL),
(116324, 2, 0x00000000000000000000ffffa5e876a1, 1771784989, 'Blocked by Wordfence Security Network', 1771784989, 1, 1771785589, NULL),
(116325, 2, 0x00000000000000000000ffffa5e876a1, 1771784989, 'Blocked by Wordfence Security Network', 1771784989, 1, 1771785589, NULL),
(116326, 2, 0x00000000000000000000ffffa5e876a1, 1771785807, 'Blocked by Wordfence Security Network', 1771785807, 1, 1771786407, NULL),
(116327, 2, 0x00000000000000000000ffffa5e876a1, 1771785807, 'Blocked by Wordfence Security Network', 1771785807, 1, 1771786407, NULL),
(116328, 2, 0x00000000000000000000ffff67fd1bc8, 1771786424, 'Blocked by Wordfence Security Network', 1771786424, 1, 1771787024, NULL),
(116329, 2, 0x00000000000000000000ffffa5e876a1, 1771786632, 'Blocked by Wordfence Security Network', 1771786632, 1, 1771787232, NULL),
(116330, 2, 0x00000000000000000000ffffa5e876a1, 1771786632, 'Blocked by Wordfence Security Network', 1771786632, 1, 1771787232, NULL),
(116331, 2, 0x00000000000000000000ffffa5e876a1, 1771787460, 'Blocked by Wordfence Security Network', 1771787460, 1, 1771788061, NULL),
(116332, 2, 0x00000000000000000000ffffa5e876a1, 1771788287, 'Blocked by Wordfence Security Network', 1771788287, 1, 1771788887, NULL),
(116333, 2, 0x00000000000000000000ffffa5e876a1, 1771788287, 'Blocked by Wordfence Security Network', 1771788287, 1, 1771788887, NULL),
(116334, 2, 0x00000000000000000000ffffa5e876a1, 1771789114, 'Blocked by Wordfence Security Network', 1771789114, 1, 1771789714, NULL),
(116335, 2, 0x00000000000000000000ffffa5e876a1, 1771789114, 'Blocked by Wordfence Security Network', 1771789114, 1, 1771789714, NULL),
(116336, 2, 0x00000000000000000000ffff68f449fb, 1771789837, 'Blocked by Wordfence Security Network', 1771789837, 1, 1771790437, NULL),
(116337, 2, 0x00000000000000000000ffffa5e876a1, 1771789937, 'Blocked by Wordfence Security Network', 1771789937, 1, 1771790537, NULL),
(116338, 2, 0x00000000000000000000ffffa5e876a1, 1771789937, 'Blocked by Wordfence Security Network', 1771789937, 1, 1771790537, NULL),
(116339, 2, 0x00000000000000000000ffffa5e876a1, 1771790765, 'Blocked by Wordfence Security Network', 1771790765, 1, 1771791365, NULL),
(116340, 2, 0x00000000000000000000ffffa5e876a1, 1771790765, 'Blocked by Wordfence Security Network', 1771790765, 1, 1771791365, NULL),
(116341, 2, 0x00000000000000000000ffffa5e876a1, 1771791594, 'Blocked by Wordfence Security Network', 1771791594, 1, 1771792194, NULL),
(116342, 2, 0x00000000000000000000ffffa5e876a1, 1771791594, 'Blocked by Wordfence Security Network', 1771791594, 1, 1771792194, NULL),
(116343, 2, 0x00000000000000000000ffffa5e876a1, 1771792413, 'Blocked by Wordfence Security Network', 1771792413, 1, 1771793013, NULL),
(116344, 2, 0x00000000000000000000ffffa5e876a1, 1771792413, 'Blocked by Wordfence Security Network', 1771792413, 1, 1771793013, NULL),
(116345, 2, 0x00000000000000000000ffffa5e876a1, 1771793233, 'Blocked by Wordfence Security Network', 1771793233, 1, 1771793833, NULL),
(116346, 2, 0x00000000000000000000ffffa5e876a1, 1771793233, 'Blocked by Wordfence Security Network', 1771793233, 1, 1771793833, NULL),
(116347, 2, 0x00000000000000000000ffffa5e876a1, 1771794057, 'Blocked by Wordfence Security Network', 1771794058, 2, 1771794657, NULL),
(116348, 2, 0x00000000000000000000ffffa5e876a1, 1771794880, 'Blocked by Wordfence Security Network', 1771794880, 1, 1771795480, NULL),
(116349, 2, 0x00000000000000000000ffffa5e876a1, 1771794880, 'Blocked by Wordfence Security Network', 1771794880, 1, 1771795480, NULL),
(116350, 2, 0x00000000000000000000ffff8d620bb5, 1771795441, 'Blocked by Wordfence Security Network', 1771795441, 1, 1771796041, NULL),
(116351, 2, 0x00000000000000000000ffffa5e876a1, 1771795702, 'Blocked by Wordfence Security Network', 1771795702, 1, 1771796302, NULL),
(116352, 2, 0x00000000000000000000ffffa5e876a1, 1771795702, 'Blocked by Wordfence Security Network', 1771795702, 1, 1771796302, NULL),
(116353, 2, 0x00000000000000000000ffffa5e876a1, 1771796525, 'Blocked by Wordfence Security Network', 1771796525, 1, 1771797125, NULL),
(116354, 2, 0x00000000000000000000ffffa5e876a1, 1771796525, 'Blocked by Wordfence Security Network', 1771796525, 1, 1771797125, NULL),
(116355, 2, 0x00000000000000000000ffffa5e876a1, 1771797346, 'Blocked by Wordfence Security Network', 1771797346, 1, 1771797946, NULL),
(116356, 2, 0x00000000000000000000ffffa5e876a1, 1771797346, 'Blocked by Wordfence Security Network', 1771797346, 1, 1771797946, NULL),
(116357, 2, 0x00000000000000000000ffffa5e876a1, 1771798118, 'Blocked by Wordfence Security Network', 1771798118, 1, 1771798718, NULL),
(116358, 2, 0x00000000000000000000ffffa5e876a1, 1771798118, 'Blocked by Wordfence Security Network', 1771798118, 1, 1771798718, NULL),
(116359, 2, 0x00000000000000000000ffffa5e876a1, 1771798921, 'Blocked by Wordfence Security Network', 1771798921, 1, 1771799521, NULL),
(116360, 2, 0x00000000000000000000ffffa5e876a1, 1771798921, 'Blocked by Wordfence Security Network', 1771798921, 1, 1771799521, NULL),
(116361, 2, 0x00000000000000000000ffffa5e876a1, 1771799736, 'Blocked by Wordfence Security Network', 1771799736, 1, 1771800336, NULL),
(116362, 2, 0x00000000000000000000ffffa5e876a1, 1771799736, 'Blocked by Wordfence Security Network', 1771799736, 1, 1771800336, NULL),
(116363, 2, 0x00000000000000000000ffffa5e876a1, 1771800553, 'Blocked by Wordfence Security Network', 1771800553, 1, 1771801153, NULL),
(116364, 2, 0x00000000000000000000ffffa5e876a1, 1771800553, 'Blocked by Wordfence Security Network', 1771800553, 1, 1771801153, NULL),
(116365, 2, 0x00000000000000000000ffffa5e876a1, 1771801374, 'Blocked by Wordfence Security Network', 1771801374, 1, 1771801974, NULL),
(116366, 2, 0x00000000000000000000ffffa5e876a1, 1771801374, 'Blocked by Wordfence Security Network', 1771801374, 1, 1771801974, NULL),
(116367, 2, 0x00000000000000000000ffffa5e876a1, 1771802195, 'Blocked by Wordfence Security Network', 1771802195, 1, 1771802795, NULL),
(116368, 2, 0x00000000000000000000ffffa5e876a1, 1771802195, 'Blocked by Wordfence Security Network', 1771802195, 1, 1771802795, NULL),
(116369, 2, 0x00000000000000000000ffffa5e876a1, 1771803018, 'Blocked by Wordfence Security Network', 1771803018, 1, 1771803618, NULL),
(116370, 2, 0x00000000000000000000ffffa5e876a1, 1771803018, 'Blocked by Wordfence Security Network', 1771803018, 1, 1771803618, NULL),
(116371, 2, 0x00000000000000000000ffffa5e876a1, 1771803837, 'Blocked by Wordfence Security Network', 1771803837, 1, 1771804437, NULL),
(116372, 2, 0x00000000000000000000ffffa5e876a1, 1771803837, 'Blocked by Wordfence Security Network', 1771803837, 1, 1771804437, NULL),
(116373, 2, 0x00000000000000000000ffffa5e876a1, 1771804661, 'Blocked by Wordfence Security Network', 1771804661, 1, 1771805261, NULL),
(116374, 2, 0x00000000000000000000ffffa5e876a1, 1771804661, 'Blocked by Wordfence Security Network', 1771804661, 1, 1771805261, NULL),
(116375, 2, 0x00000000000000000000ffffa5e876a1, 1771805485, 'Blocked by Wordfence Security Network', 1771805485, 1, 1771806085, NULL),
(116376, 2, 0x00000000000000000000ffffa5e876a1, 1771805485, 'Blocked by Wordfence Security Network', 1771805485, 1, 1771806085, NULL),
(116377, 2, 0x00000000000000000000ffffa5e876a1, 1771806314, 'Blocked by Wordfence Security Network', 1771806314, 1, 1771806914, NULL),
(116378, 2, 0x00000000000000000000ffffa5e876a1, 1771806314, 'Blocked by Wordfence Security Network', 1771806314, 1, 1771806914, NULL),
(116379, 2, 0x00000000000000000000ffffa5e876a1, 1771807144, 'Blocked by Wordfence Security Network', 1771807144, 1, 1771807744, NULL),
(116380, 2, 0x00000000000000000000ffffa5e876a1, 1771807144, 'Blocked by Wordfence Security Network', 1771807144, 1, 1771807744, NULL),
(116381, 2, 0x00000000000000000000ffffa5e876a1, 1771807973, 'Blocked by Wordfence Security Network', 1771807973, 1, 1771808573, NULL),
(116382, 2, 0x00000000000000000000ffffa5e876a1, 1771807973, 'Blocked by Wordfence Security Network', 1771807973, 1, 1771808573, NULL),
(116383, 2, 0x00000000000000000000ffffa5e876a1, 1771808800, 'Blocked by Wordfence Security Network', 1771808800, 1, 1771809400, NULL),
(116384, 2, 0x00000000000000000000ffffa5e876a1, 1771808800, 'Blocked by Wordfence Security Network', 1771808800, 1, 1771809400, NULL),
(116385, 2, 0x00000000000000000000ffffa5e876a1, 1771809629, 'Blocked by Wordfence Security Network', 1771809629, 1, 1771810229, NULL),
(116386, 2, 0x00000000000000000000ffffa5e876a1, 1771809629, 'Blocked by Wordfence Security Network', 1771809629, 1, 1771810229, NULL),
(116387, 2, 0x00000000000000000000ffffa5e876a1, 1771810460, 'Blocked by Wordfence Security Network', 1771810460, 1, 1771811060, NULL),
(116388, 2, 0x00000000000000000000ffffa5e876a1, 1771810460, 'Blocked by Wordfence Security Network', 1771810460, 1, 1771811060, NULL),
(116389, 2, 0x00000000000000000000ffffa5e876a1, 1771811284, 'Blocked by Wordfence Security Network', 1771811284, 1, 1771811884, NULL),
(116390, 2, 0x00000000000000000000ffffa5e876a1, 1771811284, 'Blocked by Wordfence Security Network', 1771811284, 1, 1771811884, NULL),
(116391, 2, 0x00000000000000000000ffffa5e876a1, 1771812112, 'Blocked by Wordfence Security Network', 1771812112, 1, 1771812712, NULL),
(116392, 2, 0x00000000000000000000ffffa5e876a1, 1771812112, 'Blocked by Wordfence Security Network', 1771812112, 1, 1771812712, NULL),
(116393, 2, 0x00000000000000000000ffffa5e876a1, 1771812939, 'Blocked by Wordfence Security Network', 1771812939, 1, 1771813539, NULL),
(116394, 2, 0x00000000000000000000ffffa5e876a1, 1771812939, 'Blocked by Wordfence Security Network', 1771812939, 1, 1771813539, NULL),
(116395, 2, 0x00000000000000000000ffffa5e876a1, 1771813772, 'Blocked by Wordfence Security Network', 1771813772, 1, 1771814372, NULL),
(116396, 2, 0x00000000000000000000ffffa5e876a1, 1771813772, 'Blocked by Wordfence Security Network', 1771813772, 1, 1771814372, NULL),
(116397, 2, 0x00000000000000000000ffffa5e876a1, 1771814599, 'Blocked by Wordfence Security Network', 1771814599, 1, 1771815199, NULL),
(116398, 2, 0x00000000000000000000ffffa5e876a1, 1771814599, 'Blocked by Wordfence Security Network', 1771814599, 1, 1771815199, NULL),
(116399, 2, 0x00000000000000000000ffffa5e876a1, 1771815426, 'Blocked by Wordfence Security Network', 1771815426, 1, 1771816027, NULL),
(116400, 2, 0x00000000000000000000ffffa5e876a1, 1771816256, 'Blocked by Wordfence Security Network', 1771816256, 1, 1771816856, NULL),
(116401, 2, 0x00000000000000000000ffffa5e876a1, 1771816256, 'Blocked by Wordfence Security Network', 1771816256, 1, 1771816856, NULL),
(116402, 2, 0x00000000000000000000ffffa5e876a1, 1771817084, 'Blocked by Wordfence Security Network', 1771817084, 1, 1771817684, NULL),
(116403, 2, 0x00000000000000000000ffffa5e876a1, 1771817084, 'Blocked by Wordfence Security Network', 1771817084, 1, 1771817684, NULL),
(116404, 2, 0x00000000000000000000ffffcdb9731b, 1771819161, 'Blocked by Wordfence Security Network', 1771819161, 1, 1771819761, NULL),
(116405, 2, 0x00000000000000000000ffff2ba503be, 1771825941, 'Blocked by Wordfence Security Network', 1771825948, 12, 1771826541, NULL),
(116406, 2, 0x00000000000000000000ffff2d3dba82, 1771831497, 'Blocked by Wordfence Security Network', 1771831497, 1, 1771832097, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `wp_wfconfig`
--

CREATE TABLE `wp_wfconfig` (
  `name` varchar(100) NOT NULL,
  `val` longblob DEFAULT NULL,
  `autoload` enum('no','yes') NOT NULL DEFAULT 'yes'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `wp_wfconfig`
--

INSERT INTO `wp_wfconfig` (`name`, `val`, `autoload`) VALUES
('alertOn_update', 0x30, 'yes'),
('alertOn_scanIssues', 0x31, 'yes'),
('alertOn_throttle', 0x30, 'yes'),
('alertOn_block', 0x31, 'yes'),
('alertOn_loginLockout', 0x31, 'yes'),
('alertOn_breachLogin', 0x31, 'yes'),
('alertOn_lostPasswdForm', 0x31, 'yes'),
('alertOn_adminLogin', 0x31, 'yes'),
('alertOn_firstAdminLoginOnly', 0x30, 'yes'),
('alertOn_nonAdminLogin', 0x30, 'yes'),
('alertOn_firstNonAdminLoginOnly', 0x30, 'yes'),
('alertOn_wordfenceDeactivated', 0x31, 'yes'),
('alertOn_wafDeactivated', 0x31, 'yes'),
('liveTrafficEnabled', 0x30, 'yes'),
('advancedCommentScanning', 0x31, 'yes'),
('checkSpamIP', 0x31, 'yes'),
('spamvertizeCheck', 0x31, 'yes'),
('liveTraf_ignorePublishers', 0x31, 'yes'),
('liveTraf_displayExpandedRecords', 0x30, 'no'),
('scheduledScansEnabled', 0x31, 'yes'),
('lowResourceScansEnabled', 0x30, 'yes'),
('scansEnabled_checkGSB', 0x31, 'yes'),
('scansEnabled_checkHowGetIPs', 0x31, 'yes'),
('scansEnabled_core', 0x31, 'yes'),
('scansEnabled_themes', 0x30, 'yes'),
('scansEnabled_plugins', 0x30, 'yes'),
('scansEnabled_coreUnknown', 0x31, 'yes'),
('scansEnabled_malware', 0x31, 'yes'),
('scansEnabled_fileContents', 0x31, 'yes'),
('scansEnabled_fileContentsGSB', 0x31, 'yes'),
('scansEnabled_checkReadableConfig', 0x31, 'yes'),
('scansEnabled_suspectedFiles', 0x31, 'yes'),
('scansEnabled_posts', 0x31, 'yes'),
('scansEnabled_comments', 0x31, 'yes'),
('scansEnabled_suspiciousOptions', 0x31, 'yes'),
('scansEnabled_passwds', 0x31, 'yes'),
('scansEnabled_diskSpace', 0x31, 'yes'),
('scansEnabled_wafStatus', 0x31, 'yes'),
('scansEnabled_options', 0x31, 'yes'),
('scansEnabled_wpscan_fullPathDisclosure', 0x31, 'yes'),
('scansEnabled_wpscan_directoryListingEnabled', 0x31, 'yes'),
('scansEnabled_scanImages', 0x30, 'yes'),
('scansEnabled_highSense', 0x30, 'yes'),
('scansEnabled_oldVersions', 0x31, 'yes'),
('scansEnabled_suspiciousAdminUsers', 0x31, 'yes'),
('scan_force_ipv4_start', 0x30, 'yes'),
('liveActivityPauseEnabled', 0x31, 'yes'),
('firewallEnabled', 0x31, 'yes'),
('autoBlockScanners', 0x31, 'yes'),
('loginSecurityEnabled', 0x31, 'yes'),
('loginSec_strongPasswds_enabled', 0x31, 'yes'),
('loginSec_breachPasswds_enabled', 0x31, 'yes'),
('loginSec_lockInvalidUsers', 0x30, 'yes'),
('loginSec_maskLoginErrors', 0x31, 'yes'),
('loginSec_blockAdminReg', 0x31, 'yes'),
('loginSec_disableAuthorScan', 0x31, 'yes'),
('loginSec_disableApplicationPasswords', 0x31, 'yes'),
('loginSec_disableOEmbedAuthor', 0x30, 'yes'),
('loginSec_requireAdminTwoFactor', 0x30, 'yes'),
('notification_updatesNeeded', 0x31, 'yes'),
('notification_securityAlerts', 0x31, 'yes'),
('notification_promotions', 0x31, 'yes'),
('notification_blogHighlights', 0x31, 'yes'),
('notification_productUpdates', 0x31, 'yes'),
('notification_scanStatus', 0x31, 'yes'),
('enableRemoteIpLookup', 0x31, 'yes'),
('other_hideWPVersion', 0x30, 'yes'),
('other_blockBadPOST', 0x30, 'yes'),
('other_scanComments', 0x31, 'yes'),
('other_pwStrengthOnUpdate', 0x31, 'yes'),
('other_WFNet', 0x31, 'yes'),
('other_scanOutside', 0x30, 'yes'),
('other_bypassLitespeedNoabort', 0x30, 'yes'),
('deleteTablesOnDeact', 0x30, 'yes'),
('autoUpdate', 0x30, 'yes'),
('startScansRemotely', 0x30, 'yes'),
('disableConfigCaching', 0x30, 'yes'),
('addCacheComment', 0x30, 'yes'),
('disableCodeExecutionUploads', 0x30, 'yes'),
('allowHTTPSCaching', 0x30, 'yes'),
('debugOn', 0x30, 'yes'),
('email_summary_enabled', 0x31, 'yes'),
('email_summary_dashboard_widget_enabled', 0x31, 'yes'),
('ssl_verify', 0x31, 'yes'),
('ajaxWatcherDisabled_front', 0x30, 'yes'),
('ajaxWatcherDisabled_admin', 0x30, 'yes'),
('wafAlertOnAttacks', 0x31, 'yes'),
('disableWAFIPBlocking', 0x30, 'yes'),
('showAdminBarMenu', 0x31, 'yes'),
('displayTopLevelOptions', 0x31, 'yes'),
('displayTopLevelBlocking', 0x30, 'yes'),
('displayTopLevelLiveTraffic', 0x30, 'yes'),
('displayAutomaticBlocks', 0x31, 'yes'),
('allowLegacy2FA', 0x30, 'yes'),
('wordfenceI18n', 0x31, 'yes'),
('scan_include_extra', '', 'yes'),
('alertEmails', '', 'yes'),
('liveTraf_ignoreUsers', '', 'yes'),
('liveTraf_ignoreIPs', '', 'yes'),
('liveTraf_ignoreUA', '', 'yes'),
('maxMem', 0x323536, 'yes'),
('scan_exclude', '', 'yes'),
('scan_maxIssues', 0x31303030, 'yes'),
('scan_maxDuration', '', 'yes'),
('scan_max_resume_attempts', 0x32, 'yes'),
('whitelisted', 0x2c3134312e39342e3235342e3732, 'yes'),
('whitelistedServices', 0x7b7d, 'yes'),
('bannedURLs', '', 'yes'),
('maxExecutionTime', 0x30, 'yes'),
('howGetIPs', '', 'yes'),
('actUpdateInterval', 0x32, 'yes'),
('alert_maxHourly', 0x30, 'yes'),
('loginSec_userBlacklist', '', 'yes'),
('liveTraf_maxRows', 0x32303030, 'yes'),
('liveTraf_maxAge', 0x3330, 'yes'),
('neverBlockBG', 0x6e65766572426c6f636b5665726966696564, 'yes'),
('loginSec_countFailMins', 0x323430, 'yes'),
('loginSec_lockoutMins', 0x323430, 'yes'),
('loginSec_strongPasswds', 0x70756273, 'yes'),
('loginSec_breachPasswds', 0x61646d696e73, 'yes'),
('loginSec_maxFailures', 0x3230, 'yes'),
('loginSec_maxForgotPasswd', 0x3230, 'yes'),
('maxGlobalRequests', 0x44495341424c4544, 'yes'),
('maxGlobalRequests_action', 0x7468726f74746c65, 'yes'),
('maxRequestsCrawlers', 0x44495341424c4544, 'yes'),
('maxRequestsCrawlers_action', 0x7468726f74746c65, 'yes'),
('maxRequestsHumans', 0x44495341424c4544, 'yes'),
('maxRequestsHumans_action', 0x7468726f74746c65, 'yes'),
('max404Crawlers', 0x44495341424c4544, 'yes'),
('max404Crawlers_action', 0x7468726f74746c65, 'yes'),
('max404Humans', 0x44495341424c4544, 'yes'),
('max404Humans_action', 0x7468726f74746c65, 'yes'),
('blockedTime', 0x333030, 'yes'),
('email_summary_interval', 0x7765656b6c79, 'yes'),
('email_summary_excluded_directories', 0x77702d636f6e74656e742f63616368652c77702d636f6e74656e742f77666c6f6773, 'yes'),
('allowed404s', 0x2f66617669636f6e2e69636f0a2f6170706c652d746f7563682d69636f6e2a2e706e670a2f2a4032782e706e670a2f62726f77736572636f6e6669672e786d6c, 'yes'),
('wafAlertWhitelist', '', 'yes'),
('wafAlertInterval', 0x363030, 'yes'),
('wafAlertThreshold', 0x313030, 'yes'),
('howGetIPs_trusted_proxies', '', 'yes'),
('scanType', 0x7374616e64617264, 'yes'),
('manualScanType', 0x6f6e63654461696c79, 'yes'),
('schedStartHour', 0x3136, 'yes'),
('schedMode', 0x6175746f, 'yes'),
('cbl_loggedInBlocked', '', 'yes'),
('cbl_action', 0x626c6f636b, 'yes'),
('cbl_redirURL', '', 'yes'),
('cbl_bypassRedirURL', '', 'yes'),
('cbl_bypassRedirDest', '', 'yes'),
('cbl_bypassViewURL', '', 'yes'),
('loginSec_enableSeparateTwoFactor', '', 'yes'),
('blockCustomText', '', 'yes'),
('alertOn_severityLevel', 0x3235, 'yes'),
('apiKey', 0x3264616230346566316334653730666336303731663435633038313763636232343430393130353037353133353434636361353865303335386239353464636362313761336532303162663632663736306462363533616335393762366135656465613961633339333864323663656365393065303032383334663031646437, 'yes'),
('keyType', 0x706169642d63757272656e74, 'yes'),
('isPaid', 0x31, 'yes'),
('keyExpDays', 0x333635, 'yes'),
('timeoffset_wf_updated', 0x31373731383437343837, 'yes'),
('cacheType', 0x64697361626c6564, 'yes'),
('detectProxyRecommendation', 0x52454d4f54455f41444452, 'no'),
('dismissAutoPrependNotice', 0x30, 'yes'),
('onboardingAttempt1', 0x736b6970706564, 'yes'),
('onboardingAttempt2', '', 'no'),
('onboardingAttempt3', 0x6c6963656e7365, 'yes'),
('onboardingAttempt3Initial', 0x30, 'yes'),
('onboardingDelayedAt', 0x30, 'yes'),
('needsNewTour_dashboard', 0x30, 'yes'),
('needsNewTour_firewall', 0x31, 'yes'),
('needsNewTour_scan', 0x31, 'yes'),
('needsNewTour_blocking', 0x31, 'yes'),
('needsNewTour_livetraffic', 0x31, 'yes'),
('needsNewTour_loginsecurity', 0x31, 'yes'),
('needsUpgradeTour_dashboard', 0x30, 'yes'),
('needsUpgradeTour_firewall', 0x30, 'yes'),
('needsUpgradeTour_scan', 0x30, 'yes'),
('needsUpgradeTour_blocking', 0x30, 'yes'),
('needsUpgradeTour_livetraffic', 0x30, 'yes'),
('needsUpgradeTour_loginsecurity', 0x30, 'yes'),
('supportContent', 0x7b22746f70223a5b7b227469746c65223a22426c6f636b696e672054726f75626c6573686f6f74696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f626c6f636b696e675c2f74726f75626c6573686f6f74696e675c2f222c226f72646572223a307d2c7b227469746c65223a224f7074696d697a696e6720546865204669726577616c6c222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f6f7074696d697a696e672d7468652d6669726577616c6c5c2f222c226f72646572223a317d2c7b227469746c65223a22576f726466656e636520576562204170706c69636174696f6e204669726577616c6c202857414629222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f222c226f72646572223a327d2c7b227469746c65223a225363616e2054726f75626c6573686f6f74696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7363616e5c2f74726f75626c6573686f6f74696e675c2f222c226f72646572223a337d2c7b227469746c65223a22576f726466656e636520616e64204c6974655370656564222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f73797374656d2d726571756972656d656e74735c2f6c69746573706565645c2f222c226f72646572223a347d2c7b227469746c65223a2254776f2d466163746f722041757468656e7469636174696f6e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f74776f2d666163746f722d61757468656e7469636174696f6e5c2f222c226f72646572223a357d2c7b227469746c65223a224669726577616c6c204c6561726e696e67204d6f6465222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f6c6561726e696e672d6d6f64655c2f222c226f72646572223a367d2c7b227469746c65223a225363616e20526573756c7473222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7363616e5c2f7363616e2d726573756c74735c2f222c226f72646572223a377d2c7b227469746c65223a224920616d206c6f636b6564206f7574206f66206d792073697465222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f626c6f636b696e675c2f23692d616d2d6c6f636b65642d6f75742d6f662d6d792d73697465222c226f72646572223a387d2c7b227469746c65223a2250485020466174616c206572726f723a204661696c6564206f70656e696e6720726571756972656420776f726466656e63652d7761662e706870222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f237068702d666174616c2d6572726f722d6661696c65642d6f70656e696e672d72657175697265642d776f726466656e63652d7761662d706870222c226f72646572223a397d5d2c22616c6c223a5b7b227469746c65223a2256756c6e65726162696c697479204d616e6167656d656e743a20576562686f6f6b204e6f74696669636174696f6e73222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f776562686f6f6b2d6e6f74696669636174696f6e735c2f222c2265786365727074223a22537461792075702d746f2d64617465207769746820696d706f7274616e74206576656e74732072656c6174696e6720746f2076756c6e65726162696c697469657320646973636f766572656420696e20796f757220736f6674776172652c20696e207265616c2d74696d652c207573696e672074686520576562686f6f6b204e6f74696669636174696f6e73206665617475726520696e20796f75722056756c6e65726162696c697479204d616e6167656d656e7420506f7274616c2e222c226f72646572223a307d2c7b227469746c65223a22576f726466656e63652046726565222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f776f726466656e63652d667265655c2f222c2265786365727074223a22576f726466656e6365204672656520697320616e20616c6c2d696e2d6f6e6520736563757269747920736f6c7574696f6e20666f7220576f72645072657373207765627369746573207468617420696e636c7564657320616e20656e64706f696e74206669726577616c6c2c207365637572697479207363616e6e65722c206c6f67696e2073656375726974792c20616c657274732c2063656e7472616c697a6564206d616e6167656d656e742c20616e64206d6f72652e222c226f72646572223a317d2c7b227469746c65223a22576f726466656e6365205072656d69756d222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f776f726466656e63652d7072656d69756d5c2f222c2265786365727074223a22576f726466656e6365205072656d69756d20636f6d65732077697468207265616c2d74696d65206669726577616c6c2070726f74656374696f6e2c207265616c2d74696d65207363616e207369676e6174757265732c20616e204950206164647265737320626c6f636b6c6973742c20636f756e74727920626c6f636b696e672c20616e64205072656d69756d20737570706f72742e222c226f72646572223a327d2c7b227469746c65223a22576f726466656e63652043617265222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f776f726466656e63652d636172655c2f222c2265786365727074223a22576f726466656e6365204361726520697320666f7220627573696e657373206f776e6572732077686f20706c6163652061207072656d69756d206f6e2074686569722074696d652e204f7572207465616d20696e7374616c6c732c20636f6e666967757265732c206f7074696d697a65732c20616e64206d61696e7461696e7320796f757220576f7264507265737320736974652073656375726974792e222c226f72646572223a337d2c7b227469746c65223a22576f726466656e636520526573706f6e7365222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f776f726466656e63652d726573706f6e73655c2f222c2265786365727074223a22576f726466656e636520526573706f6e736520697320666f72206d697373696f6e2d637269746963616c20576f72645072657373207765627369746573207468617420726571756972652032345c2f375c2f333635207365637572697479206d6f6e69746f72696e672077697468206120312d686f757220726573706f6e73652074696d6520616e642032342d686f75722072656d6564696174696f6e2e222c226f72646572223a347d2c7b227469746c65223a22496e636964656e7420526573706f6e7365205365727669636573222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f696e636964656e742d726573706f6e73652d73657276696365735c2f222c2265786365727074223a224c6574206f6e65206f66206f757220536563757269747920416e616c797374732068656c7020796f7520636c65616e20796f757220696e6665637465642073697465206f7220696e737065637420697420666f722076756c6e65726162696c69746965732e222c226f72646572223a357d2c7b227469746c65223a224c6963656e7365204b6579222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6170692d6b65795c2f222c2265786365727074223a22416c6c20576f726466656e636520696e7374616c6c6174696f6e73206e6565642061206c6963656e7365206b65792c20616c736f206b6e6f776e20617320616e204150492d6b65792e20546865206b65792063616e20626520612066726565206b6579206f722061205072656d69756d206b65792e20222c226f72646572223a367d2c7b227469746c65223a224163636f756e7420616e642042696c6c696e6720486973746f7279222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6163636f756e745c2f222c2265786365727074223a22486f7720746f206e6176696761746520616e642075736520796f757220576f726466656e6365206163636f756e742e222c226f72646572223a377d2c7b227469746c65223a22576f726466656e63652043656e7472616c20546f6f6c222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f222c2265786365727074223a2254686520576f726466656e63652043656e7472616c20746f6f6c2070726f7669646573206120706f77657266756c20616e6420656666696369656e742077617920746f206d616e61676520746865207365637572697479206f66206d616e7920576f726450726573732073697465732076696120612073696e676c6520696e746572666163652e205468697320746f6f6c20697320617661696c61626c6520746f20616c6c207573657273206f662066726565206c6963656e7365206b657973206f72205072656d69756d206c6963656e7365206b6579732e222c226368696c6472656e223a5b7b227469746c65223a22436f6e6e656374696e6720796f757220736974657320746f20576f726466656e63652043656e7472616c222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f636f6e6e6563745c2f222c226f72646572223a307d2c7b227469746c65223a2253657474696e672075702074776f2d666163746f722061757468656e7469636174696f6e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f3266615c2f222c226f72646572223a317d2c7b227469746c65223a225573696e6720576f726466656e636520706c7567696e206f7074696f6e732054656d706c61746573222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f74656d706c617465735c2f222c226f72646572223a327d2c7b227469746c65223a225573696e672074686520436f6e66696775726174696f6e2070616765222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f636f6e66696775726174696f6e5c2f222c226f72646572223a337d2c7b227469746c65223a225573696e67207468652044617368626f6172642070616765222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f63656e7472616c5c2f222c226f72646572223a347d2c7b227469746c65223a225573696e6720576f726466656e63652043656e7472616c205465616d73222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f7465616d735c2f222c226f72646572223a357d2c7b227469746c65223a225573696e67207468652053657474696e67732070616765222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f73657474696e67735c2f222c226f72646572223a367d2c7b227469746c65223a2256696577696e67207363616e2046696e64696e6773222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f66696e64696e67735c2f222c226f72646572223a377d5d2c226f72646572223a387d2c7b227469746c65223a2244617368626f617264222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f64617368626f6172645c2f222c2265786365727074223a2254686520576f726466656e63652044617368626f6172642070726f766964657320696e736967687420696e746f207468652063757272656e74207374617465206f6620796f757220736974655c7532303139732073656375726974792e222c226368696c6472656e223a5b7b227469746c65223a224f7074696f6e73222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f64617368626f6172645c2f6f7074696f6e735c2f222c226f72646572223a307d2c7b227469746c65223a22416c65727473222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f64617368626f6172645c2f616c657274735c2f222c226f72646572223a317d5d2c226f72646572223a397d2c7b227469746c65223a224669726577616c6c222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f222c2265786365727074223a2254686520576f726466656e636520576562204170706c69636174696f6e204669726577616c6c2069732061205048502062617365642c206170706c69636174696f6e206c6576656c206669726577616c6c20746861742066696c74657273206f7574206d616c6963696f757320726571756573747320746f20796f757220736974652e20222c226368696c6472656e223a5b7b227469746c65223a224f7074696d697a696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f6f7074696d697a696e672d7468652d6669726577616c6c5c2f222c226f72646572223a307d2c7b227469746c65223a2253746174697374696373222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f737461746973746963735c2f222c226f72646572223a317d2c7b227469746c65223a224c6561726e696e67204d6f6465222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f6c6561726e696e672d6d6f64655c2f222c226f72646572223a327d2c7b227469746c65223a224f7074696f6e73222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f6f7074696f6e735c2f222c226f72646572223a337d2c7b227469746c65223a224d7953514c692073746f7261676520656e67696e65222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f6d7973716c692d73746f726167652d656e67696e655c2f222c226f72646572223a347d2c7b227469746c65223a22427275746520466f7263652050726f74656374696f6e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f62727574652d666f7263655c2f222c226f72646572223a357d2c7b227469746c65223a2252617465204c696d6974696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f726174652d6c696d6974696e675c2f222c226f72646572223a367d2c7b227469746c65223a2254726f75626c6573686f6f74696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f74726f75626c6573686f6f74696e675c2f222c226f72646572223a377d5d2c226f72646572223a31307d2c7b227469746c65223a22426c6f636b696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f626c6f636b696e675c2f222c2265786365727074223a2241736964652066726f6d20746865206669726577616c6c2072756c657320746861742070726f7465637420616761696e737420766172696f75732061747461636b732c20576f726466656e636520616c736f2068617320637573746f6d20666561747572657320666f72206164646974696f6e616c20626c6f636b696e672e20222c226368696c6472656e223a5b7b227469746c65223a22436f756e74727920426c6f636b696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f626c6f636b696e675c2f636f756e7472792d626c6f636b696e675c2f222c226f72646572223a307d2c7b227469746c65223a22426c6f636b696e672054726f75626c6573686f6f74696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f626c6f636b696e675c2f74726f75626c6573686f6f74696e675c2f222c226f72646572223a317d5d2c226f72646572223a31317d2c7b227469746c65223a225363616e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7363616e5c2f222c2265786365727074223a224120576f726466656e6365207363616e206578616d696e657320616c6c2066696c6573206f6e20796f757220576f726450726573732077656273697465206c6f6f6b696e6720666f72206d616c6963696f757320636f64652c206261636b646f6f72732c20616e64207368656c6c732074686174206861636b657273206861766520696e7374616c6c65642e20497420616c736f207363616e7320666f72206b6e6f776e206d616c6963696f75732055524c7320616e64206b6e6f776e207061747465726e73206f6620696e66656374696f6e732e222c226368696c6472656e223a5b7b227469746c65223a224f7074696f6e73222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7363616e5c2f6f7074696f6e735c2f222c226f72646572223a307d2c7b227469746c65223a22526573756c7473222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7363616e5c2f7363616e2d726573756c74735c2f222c226f72646572223a317d2c7b227469746c65223a225363686564756c696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7363616e5c2f7363686564756c696e675c2f222c226f72646572223a327d2c7b227469746c65223a2254726f75626c6573686f6f74696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7363616e5c2f74726f75626c6573686f6f74696e675c2f222c226f72646572223a337d5d2c226f72646572223a31327d2c7b227469746c65223a22546f6f6c73222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f222c2265786365727074223a22576f726466656e636520546f6f6c7320696e636c756465204c697665205472616666696320616e616c797369732c2057484f4953204c6f6f6b75702c20496d706f72745c2f4578706f7274204f7074696f6e732c20616e6420446961676e6f73746963732e222c226368696c6472656e223a5b7b227469746c65223a224c6976652054726166666963222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f6c6976652d747261666669635c2f222c226f72646572223a307d2c7b227469746c65223a2257484f4953204c6f6f6b7570222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f77686f69732d6c6f6f6b75705c2f222c226f72646572223a317d2c7b227469746c65223a22496d706f72745c2f4578706f7274222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f696d706f72742d6578706f72745c2f222c226f72646572223a327d2c7b227469746c65223a22446961676e6f7374696373222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f646961676e6f73746963735c2f222c226f72646572223a337d2c7b227469746c65223a224c65676163792054776f2d466163746f722041757468656e7469636174696f6e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f6c65676163792d74776f2d666163746f722d61757468656e7469636174696f6e5c2f222c226f72646572223a347d2c7b227469746c65223a2254776f2d466163746f722041757468656e7469636174696f6e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f74776f2d666163746f722d61757468656e7469636174696f6e5c2f222c226f72646572223a357d5d2c226f72646572223a31337d2c7b227469746c65223a224175646974204c6f67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f61756469742d6c6f675c2f222c2265786365727074223a2254686520576f726466656e6365204175646974204c6f672069732061207072656d69756d20666561747572652074686174207265636f726473206120686973746f7279206f66206576656e7473206f6e20796f7572207369746520746f2061737369737420696e206d6f6e69746f72696e6720666f7220756e617574686f72697a656420616374696f6e73206f72207369676e73206f6620636f6d70726f6d6973652e204576656e74732063616e20696e636c7564652065766572797468696e672066726f6d2075736572206372656174696f6e20616e642065646974696e6720746f20706c7567696e5c2f7468656d6520696e7374616c6c6174696f6e20616e6420757064617465732e20416c6c206461746120636170747572656420666f722072656c6576616e74206576656e74732069732073617665642072656d6f74656c7920746f20576f726466656e63652043656e7472616c20746f2070726576656e7420616e792074616d706572696e672074686174206d617920696e74657266657265207769746820706f73742d696e636964656e7420616e616c7973697320616e6420726573706f6e73652e222c226f72646572223a31347d2c7b227469746c65223a224c6f67696e205365637572697479222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6c6f67696e2d73656375726974795c2f222c2265786365727074223a22546865204c6f67696e20536563757269747920706167652063757272656e746c7920636f6e7461696e732073657474696e677320666f722074776f2d666163746f722061757468656e7469636174696f6e20283246412920616e64207265434150544348412e20496e20612066757475726520576f726466656e63652076657273696f6e2c206578697374696e67206c6f67696e2d72656c617465642066656174757265732077696c6c20616c736f206d6f766520746f207468652073616d6520706167652e222c226f72646572223a31357d2c7b227469746c65223a22426173696320506c7567696e2053657474696e6773222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f62617369632d706c7567696e2d73657474696e67735c2f222c2265786365727074223a224865726520617265206f7572206d696e696d616c207265636f6d6d656e6465642073657474696e677320746f20736574207570206f6e636520796f75206861766520696e7374616c6c656420616e6420616374697661746564206f757220706c7567696e2e222c226f72646572223a31367d2c7b227469746c65223a22416476616e636564222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f222c2265786365727074223a22496620796f752077616e7420746f206b6e6f77206d6f72652061626f75742074686520746563686e6963616c2064657461696c73206f6620576f726466656e63652c20796f752077696c6c2066696e642074686520616e737765727320696e20746869732073656374696f6e2e222c226368696c6472656e223a5b7b227469746c65223a22436f6d7061746962696c697479222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f636f6d7061746962696c6974795c2f222c226f72646572223a307d2c7b227469746c65223a22546563686e6963616c2044657461696c73222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f746563686e6963616c2d64657461696c735c2f222c226f72646572223a317d2c7b227469746c65223a224368616e67656c6f67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f6368616e67656c6f675c2f222c226f72646572223a327d2c7b227469746c65223a22436f6e7374616e7473222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f636f6e7374616e74735c2f222c226f72646572223a337d2c7b227469746c65223a2252656d6f7665206f72205265736574222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f72656d6f76652d6f722d72657365745c2f222c226f72646572223a347d2c7b227469746c65223a2253797374656d20726571756972656d656e7473222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f73797374656d2d726571756972656d656e74735c2f222c226f72646572223a357d2c7b227469746c65223a22576f726466656e636520415049222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f776f726466656e63652d6170695c2f222c226f72646572223a367d2c7b227469746c65223a2254726f75626c6573686f6f74696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f74726f75626c6573686f6f74696e675c2f222c226f72646572223a377d2c7b227469746c65223a22506c7567696e205c2f205468656d6520436f6e666c69637473222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f706c7567696e2d7468656d652d636f6e666c696374735c2f222c226f72646572223a387d5d2c226f72646572223a31377d2c7b227469746c65223a224150492043616c6c6261636b73222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6170692d63616c6c6261636b735c2f222c2265786365727074223a224c6561726e20686f7720746f206964656e746966792063616c6c6261636b73206d6164652066726f6d20576f726466656e6365207365727665727320746f20796f757220736974652e222c226f72646572223a31387d2c7b227469746c65223a22576f726466656e636520616e642047445052202d2047656e6572616c20446174612050726f74656374696f6e20526567756c6174696f6e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f67656e6572616c2d646174612d70726f74656374696f6e2d726567756c6174696f6e5c2f222c2265786365727074223a2244656669616e742c2074686520636f6d70616e7920626568696e6420576f726466656e63652c20686173207570646174656420697473207465726d73206f66207573652c207072697661637920706f6c696369657320616e6420736f6674776172652c2061732077656c6c206173206d61646520617661696c61626c65207374616e6461726420636f6e747261637475616c20636c617573657320746f206d656574204744505220636f6d706c69616e63652e20437573746f6d657273206d7573742072657669657720616e6420616772656520746f2075706461746564207465726d7320696e206f7264657220746f20636f6e74696e7565207573696e67206f75722070726f647563747320616e642073657276696365732e222c226368696c6472656e223a5b7b227469746c65223a225375622d50726f636573736f7273204c697374222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f67656e6572616c2d646174612d70726f74656374696f6e2d726567756c6174696f6e5c2f7375622d70726f636573736f72732d6c6973745c2f222c226f72646572223a307d5d2c226f72646572223a31397d2c7b227469746c65223a224c6f67696e20536563757269747920506c7567696e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6c6f67696e2d73656375726974792d706c7567696e5c2f222c2265786365727074223a2254686520576f726466656e6365204c6f67696e20536563757269747920706c7567696e20636f6e7461696e73206120737562736574206f662074686520666561747572657320666f756e6420696e207468652066756c6c20576f726466656e636520706c7567696e3a2054776f2d666163746f722041757468656e7469636174696f6e2c20584d4c2d5250432050726f74656374696f6e20616e64204c6f67696e205061676520434150544348412e20497420697320696465616c20666f722073697465732074686174206e656564206c6f67696e2073656375726974792066756e6374696f6e616c69747920627574206569746865722063616e5c753230313974206f7220646f6e5c7532303139742077616e7420746f2072756e207468652066756c6c20576f726466656e636520706c7567696e2e222c226f72646572223a32307d2c7b227469746c65223a22576f726466656e636520496e74656c6c6967656e6365222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f776f726466656e63652d696e74656c6c6967656e63655c2f222c2265786365727074223a2244657461696c656420646f63756d656e746174696f6e2061626f75742074686520576f726466656e636520496e74656c6c6967656e6365204150492c20666f7220646576656c6f70657273206c6f6f6b696e6720746f206d616b6520757365206f6620496e74656c6c6967656e6365206461746120696e207468656972206f776e206170706c69636174696f6e732e222c226368696c6472656e223a5b7b227469746c65223a2256333a20416363657373696e6720616e6420436f6e73756d696e67207468652056756c6e65726162696c69747920446174612046656564222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f776f726466656e63652d696e74656c6c6967656e63655c2f76332d616363657373696e672d616e642d636f6e73756d696e672d7468652d76756c6e65726162696c6974792d646174612d666565645c2f222c226f72646572223a307d2c7b227469746c65223a2256323a20416363657373696e6720616e6420436f6e73756d696e67207468652056756c6e65726162696c69747920446174612046656564222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f776f726466656e63652d696e74656c6c6967656e63655c2f76322d616363657373696e672d616e642d636f6e73756d696e672d7468652d76756c6e65726162696c6974792d646174612d666565645c2f222c226f72646572223a317d2c7b227469746c65223a2256313a20416363657373696e6720616e6420436f6e73756d696e67207468652056756c6e65726162696c69747920446174612046656564222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f776f726466656e63652d696e74656c6c6967656e63655c2f616363657373696e672d616e642d636f6e73756d696e672d7468652d76756c6e65726162696c6974792d646174612d666565645c2f222c226f72646572223a327d2c7b227469746c65223a22576f726466656e636520496e74656c6c6967656e636520576562686f6f6b204e6f74696669636174696f6e73222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f776f726466656e63652d696e74656c6c6967656e63655c2f776f726466656e63652d696e74656c6c6967656e63652d776562686f6f6b2d6e6f74696669636174696f6e735c2f222c226f72646572223a337d5d2c226f72646572223a32317d2c7b227469746c65223a22576f726466656e63652056756c6e65726162696c697479204d616e6167656d656e7420506f7274616c222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f776f726466656e63652d76756c6e65726162696c6974792d6d616e6167656d656e742d706f7274616c5c2f222c2265786365727074223a22576562686f6f6b204e6f74696669636174696f6e73222c226f72646572223a32327d5d7d, 'yes'),
('supportHash', 0x66336266643837356634613230653362363339303662343635373837316565383532646464306265643565336263393735636463616336393463653762656164, 'yes');
INSERT INTO `wp_wfconfig` (`name`, `val`, `autoload`) VALUES
('whitelistPresets', 0x7b22776f726466656e6365223a7b226e223a22576f726466656e6365222c2268223a747275652c2264223a747275652c2266223a747275652c2272223a5b2235342e36382e33322e323437222c2234342e3233352e3231312e323332222c2235342e37312e3230332e313734225d7d2c22737563757269223a7b226e223a22537563757269222c2264223a747275652c2272223a5b223139322e38382e3133342e305c2f3233222c223138352e39332e3232382e305c2f3232222c2236362e3234382e3230302e305c2f3232222c22326130323a666538303a3a5c2f3239222c223230382e3130392e302e305c2f3232225d7d2c2266616365626f6f6b223a7b226e223a2246616365626f6f6b222c2264223a747275652c2272223a5b2233312e31332e32342e305c2f3231222c2233312e31332e36342e305c2f3138222c2234352e36342e34302e305c2f3232222c2235372e3134312e302e305c2f3234222c2235372e3134312e312e305c2f3234222c2235372e3134312e322e305c2f3234222c2235372e3134312e332e305c2f3234222c2235372e3134312e342e305c2f3234222c2235372e3134312e352e305c2f3234222c2235372e3134312e362e305c2f3234222c2235372e3134312e372e305c2f3234222c2235372e3134312e382e305c2f3234222c2235372e3134312e392e305c2f3234222c2235372e3134312e31302e305c2f3234222c2235372e3134312e31312e305c2f3234222c2235372e3134312e31322e305c2f3234222c2235372e3134312e31332e305c2f3234222c2235372e3134342e302e305c2f3134222c2236362e3232302e3134342e305c2f3230222c2236392e36332e3137362e305c2f3230222c2236392e3137312e3232342e305c2f3139222c2237342e3131392e37362e305c2f3232222c223130322e3133322e39362e305c2f3230222c223130332e342e39362e305c2f3232222c223132392e3133342e302e305c2f3136222c223134372e37352e3230382e305c2f3230222c223135372e3234302e302e305c2f3136222c223136332e37302e3132382e305c2f3137222c223136332e37372e3132382e305c2f3137222c223137332e3235322e36342e305c2f3138222c223137392e36302e3139322e305c2f3232222c223138352e36302e3231362e305c2f3232222c223138352e38392e3231362e305c2f3232222c223230342e31352e32302e305c2f3232222c22323430313a646230303a3a5c2f3332222c22323632303a303a316330303a3a5c2f3430222c22326130333a323838303a3a5c2f3332222c22326130333a323838313a3a5c2f3332222c22326130333a323838373a666632633a3a5c2f3438222c22326130333a323838373a666632643a3a5c2f3438222c22326130333a383365303a3a5c2f3332222c22326131303a663738313a31303a636565303a3a5c2f3634225d7d2c22757074696d65726f626f74223a7b226e223a22557074696d6520526f626f74222c2264223a747275652c2272223a5b223231362e3134342e3235302e313530222c2236392e3136322e3132342e323236222c2236392e3136322e3132342e323237222c2236392e3136322e3132342e323238222c2236392e3136322e3132342e323239222c2236392e3136322e3132342e323330222c2236392e3136322e3132342e323331222c2236392e3136322e3132342e323332222c2236392e3136322e3132342e323333222c2236392e3136322e3132342e323334222c2236392e3136322e3132342e323335222c2236392e3136322e3132342e323336222c2236392e3136322e3132342e323337222c2236392e3136322e3132342e323338222c2236332e3134332e34322e323432222c2236332e3134332e34322e323433222c2236332e3134332e34322e323434222c2236332e3134332e34322e323435222c2236332e3134332e34322e323436222c2236332e3134332e34322e323437222c2236332e3134332e34322e323438222c2236332e3134332e34322e323439222c2236332e3134332e34322e323530222c2236332e3134332e34322e323531222c2236332e3134332e34322e323532222c2236332e3134332e34322e323533222c223231362e3234352e3232312e3832222c223231362e3234352e3232312e3833222c223231362e3234352e3232312e3834222c223231362e3234352e3232312e3835222c223231362e3234352e3232312e3836222c223231362e3234352e3232312e3837222c223231362e3234352e3232312e3838222c223231362e3234352e3232312e3839222c223231362e3234352e3232312e3930222c223231362e3234352e3232312e3931222c223231362e3234352e3232312e3932222c223231362e3234352e3232312e3933222c223230382e3131352e3139392e3138222c223230382e3131352e3139392e3139222c223230382e3131352e3139392e3230222c223230382e3131352e3139392e3231222c223230382e3131352e3139392e3232222c223230382e3131352e3139392e3233222c223230382e3131352e3139392e3234222c223230382e3131352e3139392e3235222c223230382e3131352e3139392e3236222c223230382e3131352e3139392e3237222c223230382e3131352e3139392e3238222c223230382e3131352e3139392e3239222c223230382e3131352e3139392e3330222c223231362e3134342e3234382e3138222c223231362e3134342e3234382e3139222c223231362e3134342e3234382e3230222c223231362e3134342e3234382e3231222c223231362e3134342e3234382e3232222c223231362e3134342e3234382e3233222c223231362e3134342e3234382e3234222c223231362e3134342e3234382e3235222c223231362e3134342e3234382e3236222c223231362e3134342e3234382e3237222c223231362e3134342e3234382e3238222c223231362e3134342e3234382e3239222c223231362e3134342e3234382e3330222c2234362e3133372e3139302e313332222c223132322e3234382e3233342e3233222c223136372e39392e3230392e323334222c223137382e36322e35322e323337222c2235342e37392e32382e313239222c2235342e39342e3134322e323138222c223130342e3133312e3130372e3633222c2235342e36372e31302e313237222c2235342e36342e36372e313036222c223135392e3230332e33302e3431222c2234362e3130312e3235302e313335222c2231382e3232312e35362e3237222c2235322e36302e3132392e313830222c223135392e38392e382e313131222c223134362e3138352e3134332e3134222c223133392e35392e3137332e323439222c223136352e3232372e38332e313438222c223132382e3139392e3139352e313536222c223133382e3139372e3135302e313531222c2233342e3233332e36362e313137222c2235322e37302e38342e313635222c2235342e3232352e38322e3435222c2235342e3232342e37332e323131222c22332e37392e39322e313137222c22332e32312e3133362e3837222c2233352e3137302e3231352e313936222c2233352e3135332e3234332e313438222c2231382e3131362e3135382e313231222c2231382e3232332e35302e3136222c2235342e3234312e3137352e313437222c22332e3231322e3132382e3632222c2235322e32322e3233362e3330222c2235342e3136372e3232332e313734222c22332e31322e3235312e313533222c2235322e31352e3134372e3237222c2231382e3131362e3230352e3632222c22332e32302e36332e313738222c2231332e35362e33332e34222c2235322e382e3230382e313433222c2233342e3139382e3230312e3636222c2233352e38342e3131382e313731222c2234342e3232372e33382e323533222c2233352e3136362e3232382e3938222c2239392e38302e3137332e313931222c2239392e38302e312e3734222c22332e3131312e38382e313538222c2231332e3132372e3138382e313234222c2231382e3138302e3230382e323134222c2235342e3234392e3137302e3237222c22332e3130352e3139302e323231222c22332e3130352e3133332e323339222c2237382e34372e39382e3535222c223135372e39302e3135352e323430222c2234392e31332e32342e3831222c223136382e3131392e39362e323339222c223135372e39302e3135362e3633222c2238382e39392e38302e323237222c2234392e31332e3133342e313435222c2234392e31332e3133302e3239222c223136382e3131392e35332e313630222c223134322e3133322e3138302e3339222c2234392e31332e3136342e313438222c223132382e3134302e3130362e313134222c2237382e34372e3137332e3736222c223135392e36392e3135382e313839222c223132382e3134302e34312e313933222c223136372e3233352e3134332e313133222c2234392e31332e3136372e313233222c2237382e34362e3231352e31222c2237382e34362e3139302e3633222c223136382e3131392e3132332e3735222c223133352e3138312e3135342e39222c2233372e32372e38372e313439222c2233372e32372e33342e3439222c2233372e32372e38322e323230222c2236352e3130392e3132392e313635222c2233372e32372e32382e313533222c2233372e32372e32392e3638222c2233372e32372e33302e323133222c2236352e3130392e3134322e3738222c2236352e3130392e382e323032222c22352e3136312e37352e37222c22352e3136312e36312e323338222c22352e37382e38372e3338222c22352e37382e3131382e313432222c22323630373a666636383a3130373a3a33222c22323630373a666636383a3130373a3a34222c22323630373a666636383a3130373a3a35222c22323630373a666636383a3130373a3a36222c22323630373a666636383a3130373a3a37222c22323630373a666636383a3130373a3a38222c22323630373a666636383a3130373a3a39222c22323630373a666636383a3130373a3a3130222c22323630373a666636383a3130373a3a3131222c22323630373a666636383a3130373a3a3132222c22323630373a666636383a3130373a3a3133222c22323630373a666636383a3130373a3a3134222c22323630373a666636383a3130373a3a3135222c22323630373a666636383a3130373a3a3136222c22323630373a666636383a3130373a3a3137222c22323630373a666636383a3130373a3a3138222c22323630373a666636383a3130373a3a3139222c22323630373a666636383a3130373a3a3230222c22323630373a666636383a3130373a3a3231222c22323630373a666636383a3130373a3a3232222c22323630373a666636383a3130373a3a3233222c22323630373a666636383a3130373a3a3234222c22323630373a666636383a3130373a3a3235222c22323630373a666636383a3130373a3a3236222c22323630373a666636383a3130373a3a3237222c22323630373a666636383a3130373a3a3238222c22323630373a666636383a3130373a3a3239222c22323630373a666636383a3130373a3a3330222c22323630373a666636383a3130373a3a3331222c22323630373a666636383a3130373a3a3332222c22323630373a666636383a3130373a3a3333222c22323630373a666636383a3130373a3a3334222c22323630373a666636383a3130373a3a3335222c22323630373a666636383a3130373a3a3336222c22323630373a666636383a3130373a3a3337222c22323630373a666636383a3130373a3a3338222c22323630373a666636383a3130373a3a3339222c22323630373a666636383a3130373a3a3430222c22323630373a666636383a3130373a3a3431222c22323630373a666636383a3130373a3a3432222c22323630373a666636383a3130373a3a3433222c22323630373a666636383a3130373a3a3434222c22323630373a666636383a3130373a3a3435222c22323630373a666636383a3130373a3a3436222c22323630373a666636383a3130373a3a3437222c22323630373a666636383a3130373a3a3438222c22323630373a666636383a3130373a3a3439222c22323630373a666636383a3130373a3a3530222c22323630373a666636383a3130373a3a3531222c22323630373a666636383a3130373a3a3532222c22323630373a666636383a3130373a3a3533222c22323630373a666636383a3130373a3a3534222c22323630373a666636383a3130373a3a3535222c22323630373a666636383a3130373a3a3536222c22323630373a666636383a3130373a3a3537222c22323630373a666636383a3130373a3a3538222c22323630373a666636383a3130373a3a3539222c22323630373a666636383a3130373a3a3630222c22323630373a666636383a3130373a3a3631222c22323630373a666636383a3130373a3a3632222c22326130333a623063303a323a64303a3a6661333a65303031222c22326130333a623063303a313a64303a3a6535343a61303031222c22323630343a613838303a3830303a31303a3a3465363a66303031222c22323630343a613838303a6361643a64303a3a3132323a37303031222c22326130333a623063303a333a64303a3a3333653a34303031222c22323630303a316631363a3737353a336130313a373064363a363031613a316562353a64626239222c22323630303a316631313a3536613a393030303a32333a363531623a646163303a39626534222c22326130333a623063303a333a64303a3a34343a66303031222c22326130333a623063303a303a313031303a3a32623a62303031222c22326130333a623063303a313a64303a3a32323a35303031222c22323630343a613838303a3430303a64303a3a34663a33303031222c22323430303a363138303a303a64303a3a31363a64303031222c22323630343a613838303a6361643a64303a3a31383a66303031222c22323630303a316631383a3137393a663930303a383862323a6233643a653438373a65326634222c22323630303a316631383a3137393a663930303a313937373a3931363a656533643a37313165222c22326130353a643031343a313831353a333430303a353838613a656531373a363563333a33623039222c22323630303a316631363a3737353a336130303a623732393a633232363a323733373a66653439222c22323630303a316631633a6564663a313430313a323132343a363532653a633564663a66383962222c22323630303a316631363a3737353a336130303a616362373a656338343a313166323a32626634222c22323630303a316631363a3737353a336130303a363662323a353330633a6534383a35373365222c22323630303a316631383a3137393a663930303a3830333a633831653a363035393a62373866222c22323630303a316631383a3137393a663930303a343733643a376532313a313962653a33623964222c22323630303a316631633a6564663a313430313a626436383a313437383a666537643a63303266222c22323630303a316631633a6564663a313430313a363139623a663138383a333430333a39346338222c22323630303a316631363a3737353a336130303a386332633a326261363a373738663a35626535222c22323630303a316631363a3737353a336130303a6163333a633565623a373038313a39343265222c22323630303a316631363a3737353a336130303a646262653a333662303a336334353a64613332222c22323630303a316631363a3737353a336130303a333762663a363032363a653534613a66303361222c22323630303a316631383a3137393a663930303a343639363a373732393a376262333a66353266222c22323630303a316631383a3137393a663930303a346237643a643163633a326431303a323131222c22323630303a316631383a3137393a663930303a356336383a393162363a356437353a356437222c22323630303a316631383a3137393a663930303a37313a616639613a616465373a64373732222c22323630303a316631343a3230333a653430643a633836623a316532343a666162343a37643033222c22323630303a316631343a3230333a653438623a353533383a373762323a366531333a34663864222c22323630303a316631343a3230333a653436633a366338633a6263623a353234353a37613063222c22326130313a3466383a633031333a333463303a3a5c2f3634222c22326130313a3466383a633031333a336335323a3a5c2f3634222c22326130313a3466383a633031333a336335333a3a5c2f3634222c22326130313a3466383a633031333a6331383a3a5c2f3634222c22326130313a3466383a633031323a633630653a3a5c2f3634222c22326130313a3466383a633031333a336335353a3a5c2f3634222c22326130313a3466383a6331373a343265343a3a5c2f3634222c22326130313a3466383a633031333a336335343a3a5c2f3634222c22326130313a3466383a633031333a336335363a3a5c2f3634222c22326130313a3466383a633031333a336230663a3a5c2f3634222c22326130313a3466383a316331623a376563633a3a5c2f3634222c22326130313a3466383a316331633a353335333a3a5c2f3634222c22326130313a3466383a316331623a346566343a3a5c2f3634222c22326130313a3466383a316331623a356235613a3a5c2f3634222c22326130313a3466383a316331633a313161613a3a5c2f3634222c22326130313a3466383a316331633a373234303a3a5c2f3634222c22326130313a3466383a6330633a383366613a3a5c2f3634222c22326130313a3466383a6332633a626561653a3a5c2f3634222c22326130313a3466383a6332633a396663363a3a5c2f3634222c22326130313a3466383a316331633a613938613a3a5c2f3634222c22326130313a3466393a633031303a623437333a3a5c2f3634222c22326130313a3466393a633031323a643561363a3a5c2f3634222c22326130313a3466393a633031323a613935343a3a5c2f3634222c22326130313a3466393a633031303a646330333a3a5c2f3634222c22326130313a3466393a633031323a353932613a3a5c2f3634222c22326130313a3466393a633031303a653730623a3a5c2f3634222c22326130313a3466393a633031323a393763353a3a5c2f3634222c22326130313a3466393a633031323a623234363a3a5c2f3634222c22326130313a3466393a633031323a613534343a3a5c2f3634222c22326130313a3466663a66303a653963663a3a5c2f3634222c22326130313a3466663a66303a623266323a3a5c2f3634222c22326130313a3466663a3166303a393039323a3a5c2f3634222c22326130313a3466663a3166303a653832313a3a5c2f3634225d7d2c2273746174757363616b65223a7b226e223a2253746174757343616b65222c2264223a747275652c2272223a5b223132382e3139392e3130352e313734222c223136372e3137322e3137312e313032222c223134392e3234382e35302e3239222c223134362e3139302e32302e313133222c2234352e33322e36392e3134222c2234352e33322e3139352e323235222c223134392e32382e37392e313430222c223130382e36312e3136322e323134222c2233342e39322e34332e3634222c2234352e37362e3132332e323131222c2233342e36352e3131362e3830222c223133382e36382e3138372e323235222c2231332e34382e3233382e313537222c2234352e36332e3130342e3131222c2234352e33322e3135312e3231222c223139382e3139392e3131322e3637222c223133382e3139372e3230312e3637222c223139382e3231312e3132332e323037222c223134362e3139302e32302e31222c223139382e3231312e3132312e323137222c2234352e33322e3230322e3537222c223134362e3139302e32342e323331222c223130382e36312e3131392e313533222c223139382e3231312e3132332e3534222c2234352e33322e3134312e313633222c223130382e36312e3235322e313437222c223135352e3133382e3234372e3937222c223130382e36312e3232342e3336222c223137382e36322e36322e323532222c223230392e3232322e33302e323432222c223135392e36352e31392e3238222c223130382e36312e3231322e313431222c223136352e32322e3132322e323338222c223133382e36382e3133392e3938222c223139382e3231312e3132322e3634222c223134362e3139302e32302e3133222c223139382e3231312e3131382e3332222c223133392e35392e3137392e313532222c223230362e3138392e3137382e3134222c223137342e3133382e35372e323533222c223138382e3136362e3135302e3438222c223139322e3234312e3234332e3732222c2234362e3130312e31312e313436222c223136322e3234332e33372e3430222c223135392e3232332e3137352e323130222c223137382e36322e38352e313035222c223137382e36322e38332e313432222c223137382e36322e34302e313832222c223136352e3232372e37342e323234222c223135372e3234352e33322e3333222c223135392e38392e38322e3333222c223230372e3134382e31332e3535222c223135392e36352e39332e313338222c223136372e37312e3134332e3736222c2231362e3137302e3131342e3139222c2231332e3234362e35342e313232222c223136372e3137322e3137352e313638222c223136372e3137322e3136312e313131222c223136372e37312e36312e3838222c223138382e3136362e3134352e3739222c2233342e3136352e38302e313435222c223134332e3131302e3231362e323238222c2231382e3130322e312e3632222c223231362e3233382e37332e313032222c2231332e3234352e3232322e323033222c223135392e3232332e37342e313231222c223136372e3137322e3136332e3531222c223136372e3137322e3137312e3839222c223136372e3137322e3136332e323338222c2236382e3138332e33392e313032222c223136352e32322e3132352e313839222c223133382e36382e38332e323331222c2233352e3139352e3138382e323234222c2231352e3136302e36382e313739222c2233342e3131362e3135362e313330222c223134332e3131302e3137372e323532222c2234352e36332e3132312e313539222c2234352e33322e3134352e3739222c223139392e3234372e31322e313030222c223134332e3139382e3135332e3939222c223130372e3139312e34372e313331222c223134332e3234342e3137382e313839222c223133382e36382e3235322e323039222c223139382e3139392e3130302e3133222c223134332e3131302e3231362e313539222c223134332e3131302e3231362e3634222c223134332e3131302e3231362e3437222c223136372e3137322e3137312e3130222c223136372e3137322e3136332e323239222c223230392e39372e3137382e313135222c223136372e3137322e3136332e313238222c223136352e32322e3231302e323138222c2234352e36332e38382e323133222c2234352e36332e38362e313230222c2234352e33322e3132382e3830222c223130342e3135362e3232392e3234222c2234352e33322e3231322e3536222c223130342e3135362e3235352e313834222c223130382e36312e3231352e313739222c2234352e33322e3136362e313935222c2234352e33322e3136302e313732222c2234352e33322e3137312e3234222c223130372e3139312e35372e323337222c2234352e36332e32362e3738222c2234352e37362e3139322e3530222c2234352e33322e33362e313538222c223134332e3131302e3137372e323534222c223134332e3131302e3137372e3138222c223130342e3233382e3136342e313035222c2234352e36332e37362e3638222c2234352e36332e37382e3834222c2234352e33322e3139352e313836222c2234352e37362e332e313132222c2234352e33322e372e3232222c2234352e37362e312e3434222c223136352e3232372e3130342e3631222c223136322e3234332e33372e3538222c223136372e39392e3232342e313533222c2234352e36332e35312e3633222c2234352e36332e36312e323133222c223130382e36312e3230352e323031222c2234352e33322e3139322e313938222c2234352e33322e3139352e3933222c2234352e36332e39372e34222c223130342e3233382e3138352e313735222c223130342e3233382e3138352e3436222c223130342e3233382e3138362e323039222c2234352e37362e3132382e323530222c223130342e3233382e3137312e313736222c223136372e3137322e3137332e313635222c223130342e3233382e3138372e3631222c223130342e3233382e3137342e323334222c223130382e36312e3139362e3337222c223130382e36312e3139372e313437222c2234352e37362e3133342e313634222c2234352e37362e3133352e323533222c223130382e36312e3137332e30222c2234352e36332e39362e3638222c2234352e37362e3133342e3835222c2234352e33322e3138332e313238222c2234352e37362e3133302e3433222c2234352e37362e3132392e323132222c2234352e37362e3133342e313938222c2234352e37362e3133342e323337222c2234352e37362e3133352e3134222c2234352e33322e3139332e3133222c2234352e37362e34342e323231222c223134302e38322e35322e313939222c223139392e3234372e392e3633222c223134302e38322e35322e3531222c2234352e37372e36312e313838222c223134392e32382e3132342e313430222c223130382e36312e3232392e323532222c2235342e37322e3234372e313933222c223134322e39332e3130302e323335222c2231332e3234352e3139392e313538222c2235342e3139342e362e323533222c2234352e37362e3132322e3731222c2234352e37372e3233352e323436222c223136372e3137322e3137312e313530222c223231362e3233382e37362e323135222c223230372e3134382e3130362e313832222c2234352e37372e32332e3831222c223134312e3136342e35382e39222c223134312e3136342e34382e313631222c223134312e3136342e33352e323333222c2231332e34392e3134312e313332222c2231332e34382e3131302e323134222c2233342e36352e3134362e313038222c2233342e36352e39372e323531222c2233342e39352e3136332e313231222c2233342e39352e3231342e313837222c2233352e3139392e39362e323433222c2233342e37382e3132332e313230222c2233342e39322e3137312e313139222c2233342e3131382e35392e313438222c2233342e3131382e35332e3132222c2233342e36352e39372e3939222c2233342e3131362e3232392e313032222c2233342e3136352e31332e313930222c223230392e39372e3137312e3434222c2233342e3136352e3231392e313932222c2233342e3136352e3132302e313038222c2233352e3138372e3131392e313030222c2233342e33342e3138352e323336222c2233352e3234372e3234382e3237222c2231332e3234372e31372e3630222c2235342e3137302e372e3134222c2235322e34382e35322e3935222c2233342e39362e3133392e3835222c2233342e3135302e33352e3134222c223231362e3233382e38342e323037222c223231362e3233382e37372e313131222c2231352e3136312e38382e313539222c2231382e3130322e3235332e323032222c223134302e38322e342e323139222c2233342e32322e39362e313932222c2233352e3139382e3233322e323434222c2233342e3137352e34392e3234222c2233342e3137352e31392e313939222c2233342e3137352e32312e313635222c2233342e3137352e38362e3231222c2233342e31332e3136362e33222c2233342e31332e3138352e313133222c2233342e33342e39372e323133222c2233342e31332e3138382e3735222c2233342e3134312e31362e323032222c2233342e3135392e3137382e313936222c2233342e34302e33392e3331222c2233342e3130372e3131322e3434222c2233352e3139372e3235312e313136222c2233352e3139372e3139352e323133222c2233352e3139372e3233322e3137222c2233342e3134372e3231392e313432222c2233342e3135352e3134332e3537222c2233342e3136332e3134372e323530222c2233342e3135352e3233322e323239222c2233342e3135352e35382e313830222c2233352e3233352e3131352e313436222c2233342e39342e3137352e313232222c2233342e39342e3231362e323135222c2233342e3130322e3132312e323530222c2233342e3137342e392e323032222c2233342e3137342e34392e313639222c2233342e3137342e31362e313132222c2233342e3137342e31362e323030222c223136352e32322e37372e313937222c223139382e3139392e39352e323136222c223130382e36312e39392e323332222c2234352e33322e3235312e323130222c223139382e3139392e3131312e313232222c22326130333a623063303a313a64303a3a61343a36303031222c223137382e36322e34372e3833222c22326130333a623063303a313a61313a3a3361353a33303031222c2234362e3130312e38362e323533222c223138382e3136362e3137302e323333222c22323430303a363138303a303a64303a3a3235373a31222c223132382e3139392e3233302e3436222c223132382e3139392e3235322e3833222c22326130333a623063303a333a64303a3a6236643a34303031222c2234362e3130312e3137322e3339222c22326130333a623063303a333a64303a3a6236643a35303031222c2234362e3130312e3232372e323332222c223139382e3139392e39312e323434222c22323630343a613838303a3430303a64303a3a32633a31222c223139322e33342e36332e3737222c22323630343a613838303a3430303a64303a3a3639393a37303031222c223139382e3231312e3130342e3130222c22323630343a613838303a3430303a64303a3a3639393a39303031222c223139382e3139392e39312e3332222c22323430303a363138303a3130303a64303a3a39343a39303031222c223133392e35392e362e313635222c22323630343a613838303a6361643a64303a3a3264343a63303031222c223135392e3230332e36302e323139222c22326130333a623063303a333a64303a3a353736343a66303031222c2234362e3130312e3231372e313831222c22326130333a623063303a303a313031303a3a3361653a31222c223139382e3139392e3132362e3636222c22326130333a623063303a303a313031303a3a313430343a33303031222c223138382e3232362e3136312e323330222c223139322e3234312e3135312e313737222c2236372e3230372e38322e3933222c223133392e35392e3137302e3338222c22323630343a613838303a6361643a64303a3a6234353a64303031222c223136352e3232372e34372e323139222c223137382e3132382e34352e3931222c2234352e37362e3131392e313536222c2239352e3137392e3231302e3332222c223137382e3132382e34362e36222c22326130333a623063303a313a64303a3a313433323a37303031222c223137382e36322e35392e313936222c22326130333a623063303a313a65303a3a3261623a37303031222c223230392e39372e3134332e313836222c2234362e3130312e33372e3234222c223137342e3133382e34362e313031222c22326130333a623063303a313a65303a3a3236343a64303031222c223230392e39372e3133322e3339222c223137382e3132382e33372e313739222c223139322e3234312e3234322e313133222c22326130333a623063303a333a64303a3a65323a61303031222c223230372e3135342e3234362e313835222c223136322e3234332e32392e323235222c2231332e34392e38352e3237222c22323630343a613838303a323a64303a3a323134373a37303031222c223134322e39332e33312e313238222c223136322e3234332e33302e3734222c223130372e3137302e3234382e313739222c223134322e39332e34372e313338222c223136322e3234332e33322e313533222c223130372e3137302e3230332e3635222c22326130333a623063303a313a65303a3a3662303a36303031222c223136352e3233322e34342e323434222c223136322e3234332e33332e323035222c2234362e3130312e37352e313335222c223136352e3233322e39382e313833222c223136322e3234332e32302e313734222c2234352e36332e32372e3330222c223136372e39392e3234322e3431222c223136322e3234332e31392e313133222c223133392e3138302e3136342e313632222c223139382e3139392e3131352e313835222c223136322e3234332e3134312e313335222c223130372e3137302e3233352e323430222c223130342e3233362e3136332e3930222c223230392e39372e3133322e323430222c223138382e3136362e3135382e323234225d7d2c226d616e6167657770223a7b226e223a224d616e6167655750222c2264223a66616c73652c2272223a5b2235342e3139312e3133372e3137222c2233342e3231312e3138302e3636222c2235342e37302e36352e313037222c2233342e3231302e3232342e37222c2235322e34312e352e313038222c2235322e33352e37322e313239222c2233352e3136322e3235342e323533222c2235322e31312e31322e323331222c2235322e31312e32392e3730222c2235322e31312e35342e313631222c2235322e32342e3134322e313539222c2235322e32352e3139312e323535222c2235322e33342e3132362e313137222c2235322e33342e3235342e3437222c2235322e33352e38322e3939222c2235322e33362e32382e3830222c2235322e33392e3137372e313532222c2235322e34312e3233372e3132222c2235322e34332e31332e3731222c2235322e34332e37362e323234222c2235322e38382e39362e313130222c2235322e38392e3135352e3531222c2235342e3138372e39322e3537222c2235342e3139312e33322e3635222c2235342e3139312e36372e3233222c2235342e3139312e38302e313139222c2235342e3139312e3133352e323039222c2235342e3139312e3133362e313736222c2235342e3139312e3134382e3835222c2235342e3139312e3134392e38222c2235322e32362e3132322e3231222c2235322e32342e3138372e3239222c2235322e38392e38352e313037222c2235342e3138362e3132382e313637222c2235342e3139312e34302e313336222c2235322e38382e3131392e313232222c2235322e38392e39342e313231222c2235322e32352e3131362e313136222c2235322e38382e3231352e323235222c2235342e3138362e3134332e313834222c2235322e38382e3139372e313830222c2235322e32372e3137312e313236222c2233342e3231312e3137382e323431222c2235322e32342e3233322e313538222c2235322e32362e3138372e323130222c2235322e34322e3138392e313139222c2235342e3138362e3234342e313238222c2235342e37312e35342e313032222c2233342e3231302e33352e323134222c2233342e3231332e37372e313838222c2233342e3231382e3132312e313736222c2235322e31302e3139302e313931222c2235322e31302e3232352e3936222c2235322e31312e3138372e313638222c2235322e32352e3133392e3736222c2235322e34332e3132372e323030222c2235342e3139312e3130382e39222c2235342e37302e3230312e323238222c2234342e3232342e3137342e313639222c2235322e33322e35372e3831222c2234342e3232352e3137372e313630222c2233342e3232332e3138362e323439222c2234342e3232342e3133352e323338222c2234342e3232362e3131312e3134222c2234342e3232352e3230332e313034222c2234342e3232362e3130302e313232222c2234342e3232342e3235302e313434222c2234342e3232352e3131382e323131222c2235342e3138392e39332e3639222c2234342e3233312e3138342e313132222c2234342e3233382e31302e3237222c2235342e3138352e3131362e3330222c2234342e3233382e35382e3935222c2235322e31332e32332e313534222c2235342e3134392e31362e3335222c2234342e3232362e39372e3230222c2235342e3234342e3234322e313434222c2234342e3233382e36372e313335222c2234342e3233352e31352e3736222c2235342e3231342e34372e313634222c2233342e3231342e34382e313335222c2235342e3138342e3233342e323237222c2234342e3233382e3234312e3935222c2235322e33372e3231372e313730222c2233342e3231342e3231322e3432222c2235342e3230332e3130392e313739225d7d2c2273657a6e616d223a7b226e223a2253657a6e616d2053656172636820456e67696e65222c2264223a747275652c2272223a5b2237372e37352e37322e305c2f3231222c2237372e37352e37322e305c2f3233222c2237372e37352e37322e305c2f3233222c2237372e37352e37342e305c2f3234222c2237372e37352e37352e305c2f3234222c2237372e37352e37352e305c2f3234222c2237372e37352e37362e305c2f3233222c2237372e37352e37382e305c2f3233222c223138352e36362e3138382e305c2f3232222c22326130323a3539383a3a5c2f3332222c22326130323a3539383a323a3a5c2f3438222c22326130323a3539383a613a3a5c2f3438222c22326130323a3539383a623a3a5c2f3438222c22326130323a3539383a333333333a3a5c2f3438222c22326130323a3539383a343434343a3a5c2f3438225d7d2c22676f6f676c65223a7b226e223a22476f6f676c652053656172636820456e67696e65222c2264223a747275652c2272223a5b22323030313a343836303a343830313a31303a3a5c2f3634222c22323030313a343836303a343830313a31323a3a5c2f3634222c22323030313a343836303a343830313a31333a3a5c2f3634222c22323030313a343836303a343830313a31343a3a5c2f3634222c22323030313a343836303a343830313a31353a3a5c2f3634222c22323030313a343836303a343830313a31363a3a5c2f3634222c22323030313a343836303a343830313a31373a3a5c2f3634222c22323030313a343836303a343830313a31383a3a5c2f3634222c22323030313a343836303a343830313a31393a3a5c2f3634222c22323030313a343836303a343830313a31613a3a5c2f3634222c22323030313a343836303a343830313a31623a3a5c2f3634222c22323030313a343836303a343830313a31633a3a5c2f3634222c22323030313a343836303a343830313a31643a3a5c2f3634222c22323030313a343836303a343830313a31653a3a5c2f3634222c22323030313a343836303a343830313a31663a3a5c2f3634222c22323030313a343836303a343830313a32303a3a5c2f3634222c22323030313a343836303a343830313a32313a3a5c2f3634222c22323030313a343836303a343830313a32323a3a5c2f3634222c22323030313a343836303a343830313a32333a3a5c2f3634222c22323030313a343836303a343830313a32343a3a5c2f3634222c22323030313a343836303a343830313a32353a3a5c2f3634222c22323030313a343836303a343830313a32363a3a5c2f3634222c22323030313a343836303a343830313a32373a3a5c2f3634222c22323030313a343836303a343830313a32383a3a5c2f3634222c22323030313a343836303a343830313a32393a3a5c2f3634222c22323030313a343836303a343830313a323a3a5c2f3634222c22323030313a343836303a343830313a32613a3a5c2f3634222c22323030313a343836303a343830313a32623a3a5c2f3634222c22323030313a343836303a343830313a32633a3a5c2f3634222c22323030313a343836303a343830313a32643a3a5c2f3634222c22323030313a343836303a343830313a32653a3a5c2f3634222c22323030313a343836303a343830313a32663a3a5c2f3634222c22323030313a343836303a343830313a33303a3a5c2f3634222c22323030313a343836303a343830313a33313a3a5c2f3634222c22323030313a343836303a343830313a33323a3a5c2f3634222c22323030313a343836303a343830313a33333a3a5c2f3634222c22323030313a343836303a343830313a33343a3a5c2f3634222c22323030313a343836303a343830313a33353a3a5c2f3634222c22323030313a343836303a343830313a33363a3a5c2f3634222c22323030313a343836303a343830313a33373a3a5c2f3634222c22323030313a343836303a343830313a33383a3a5c2f3634222c22323030313a343836303a343830313a33393a3a5c2f3634222c22323030313a343836303a343830313a33613a3a5c2f3634222c22323030313a343836303a343830313a33623a3a5c2f3634222c22323030313a343836303a343830313a33633a3a5c2f3634222c22323030313a343836303a343830313a33643a3a5c2f3634222c22323030313a343836303a343830313a33653a3a5c2f3634222c22323030313a343836303a343830313a33663a3a5c2f3634222c22323030313a343836303a343830313a34303a3a5c2f3634222c22323030313a343836303a343830313a34313a3a5c2f3634222c22323030313a343836303a343830313a34323a3a5c2f3634222c22323030313a343836303a343830313a34343a3a5c2f3634222c22323030313a343836303a343830313a34353a3a5c2f3634222c22323030313a343836303a343830313a34363a3a5c2f3634222c22323030313a343836303a343830313a34373a3a5c2f3634222c22323030313a343836303a343830313a34383a3a5c2f3634222c22323030313a343836303a343830313a34393a3a5c2f3634222c22323030313a343836303a343830313a34613a3a5c2f3634222c22323030313a343836303a343830313a34623a3a5c2f3634222c22323030313a343836303a343830313a34633a3a5c2f3634222c22323030313a343836303a343830313a34643a3a5c2f3634222c22323030313a343836303a343830313a34653a3a5c2f3634222c22323030313a343836303a343830313a35303a3a5c2f3634222c22323030313a343836303a343830313a35313a3a5c2f3634222c22323030313a343836303a343830313a35323a3a5c2f3634222c22323030313a343836303a343830313a35333a3a5c2f3634222c22323030313a343836303a343830313a35343a3a5c2f3634222c22323030313a343836303a343830313a35353a3a5c2f3634222c22323030313a343836303a343830313a35363a3a5c2f3634222c22323030313a343836303a343830313a35373a3a5c2f3634222c22323030313a343836303a343830313a35383a3a5c2f3634222c22323030313a343836303a343830313a35393a3a5c2f3634222c22323030313a343836303a343830313a36303a3a5c2f3634222c22323030313a343836303a343830313a36313a3a5c2f3634222c22323030313a343836303a343830313a36323a3a5c2f3634222c22323030313a343836303a343830313a36333a3a5c2f3634222c22323030313a343836303a343830313a36343a3a5c2f3634222c22323030313a343836303a343830313a36353a3a5c2f3634222c22323030313a343836303a343830313a36363a3a5c2f3634222c22323030313a343836303a343830313a36373a3a5c2f3634222c22323030313a343836303a343830313a36383a3a5c2f3634222c22323030313a343836303a343830313a36393a3a5c2f3634222c22323030313a343836303a343830313a36613a3a5c2f3634222c22323030313a343836303a343830313a36623a3a5c2f3634222c22323030313a343836303a343830313a36633a3a5c2f3634222c22323030313a343836303a343830313a36643a3a5c2f3634222c22323030313a343836303a343830313a36653a3a5c2f3634222c22323030313a343836303a343830313a36663a3a5c2f3634222c22323030313a343836303a343830313a37303a3a5c2f3634222c22323030313a343836303a343830313a37313a3a5c2f3634222c22323030313a343836303a343830313a37323a3a5c2f3634222c22323030313a343836303a343830313a37333a3a5c2f3634222c22323030313a343836303a343830313a37343a3a5c2f3634222c22323030313a343836303a343830313a37353a3a5c2f3634222c22323030313a343836303a343830313a37363a3a5c2f3634222c22323030313a343836303a343830313a37373a3a5c2f3634222c22323030313a343836303a343830313a37383a3a5c2f3634222c22323030313a343836303a343830313a37393a3a5c2f3634222c22323030313a343836303a343830313a37613a3a5c2f3634222c22323030313a343836303a343830313a37623a3a5c2f3634222c22323030313a343836303a343830313a37633a3a5c2f3634222c22323030313a343836303a343830313a37643a3a5c2f3634222c22323030313a343836303a343830313a38303a3a5c2f3634222c22323030313a343836303a343830313a38313a3a5c2f3634222c22323030313a343836303a343830313a38323a3a5c2f3634222c22323030313a343836303a343830313a38333a3a5c2f3634222c22323030313a343836303a343830313a38343a3a5c2f3634222c22323030313a343836303a343830313a38353a3a5c2f3634222c22323030313a343836303a343830313a38363a3a5c2f3634222c22323030313a343836303a343830313a38373a3a5c2f3634222c22323030313a343836303a343830313a38383a3a5c2f3634222c22323030313a343836303a343830313a39303a3a5c2f3634222c22323030313a343836303a343830313a39313a3a5c2f3634222c22323030313a343836303a343830313a39323a3a5c2f3634222c22323030313a343836303a343830313a39333a3a5c2f3634222c22323030313a343836303a343830313a39343a3a5c2f3634222c22323030313a343836303a343830313a39353a3a5c2f3634222c22323030313a343836303a343830313a39363a3a5c2f3634222c22323030313a343836303a343830313a39373a3a5c2f3634222c22323030313a343836303a343830313a61303a3a5c2f3634222c22323030313a343836303a343830313a61313a3a5c2f3634222c22323030313a343836303a343830313a61323a3a5c2f3634222c22323030313a343836303a343830313a61333a3a5c2f3634222c22323030313a343836303a343830313a61343a3a5c2f3634222c22323030313a343836303a343830313a61353a3a5c2f3634222c22323030313a343836303a343830313a61363a3a5c2f3634222c22323030313a343836303a343830313a61373a3a5c2f3634222c22323030313a343836303a343830313a61383a3a5c2f3634222c22323030313a343836303a343830313a61393a3a5c2f3634222c22323030313a343836303a343830313a61613a3a5c2f3634222c22323030313a343836303a343830313a61623a3a5c2f3634222c22323030313a343836303a343830313a61633a3a5c2f3634222c22323030313a343836303a343830313a61643a3a5c2f3634222c22323030313a343836303a343830313a61653a3a5c2f3634222c22323030313a343836303a343830313a62303a3a5c2f3634222c22323030313a343836303a343830313a62313a3a5c2f3634222c22323030313a343836303a343830313a62323a3a5c2f3634222c22323030313a343836303a343830313a62333a3a5c2f3634222c22323030313a343836303a343830313a62343a3a5c2f3634222c22323030313a343836303a343830313a62353a3a5c2f3634222c22323030313a343836303a343830313a633a3a5c2f3634222c22323030313a343836303a343830313a663a3a5c2f3634222c223139322e3137382e342e305c2f3237222c223139322e3137382e342e3132385c2f3237222c223139322e3137382e342e3136305c2f3237222c223139322e3137382e342e3139325c2f3237222c223139322e3137382e342e33325c2f3237222c223139322e3137382e342e36345c2f3237222c223139322e3137382e342e39365c2f3237222c223139322e3137382e352e305c2f3237222c223139322e3137382e362e305c2f3237222c223139322e3137382e362e3132385c2f3237222c223139322e3137382e362e3136305c2f3237222c223139322e3137382e362e3139325c2f3237222c223139322e3137382e362e3232345c2f3237222c223139322e3137382e362e33325c2f3237222c223139322e3137382e362e36345c2f3237222c223139322e3137382e362e39365c2f3237222c223139322e3137382e372e305c2f3237222c223139322e3137382e372e3132385c2f3237222c223139322e3137382e372e3136305c2f3237222c223139322e3137382e372e3139325c2f3237222c223139322e3137382e372e3232345c2f3237222c223139322e3137382e372e33325c2f3237222c223139322e3137382e372e36345c2f3237222c223139322e3137382e372e39365c2f3237222c2233342e3130302e3138322e39365c2f3238222c2233342e3130312e35302e3134345c2f3238222c2233342e3131382e3235342e305c2f3238222c2233342e3131382e36362e305c2f3238222c2233342e3132362e3137382e39365c2f3238222c2233342e3134362e3135302e3134345c2f3238222c2233342e3134372e3131302e3134345c2f3238222c2233342e3135312e37342e3134345c2f3238222c2233342e3135322e35302e36345c2f3238222c2233342e3135342e3131342e3134345c2f3238222c2233342e3135352e39382e33325c2f3238222c2233342e3136352e31382e3137365c2f3238222c2233342e3137352e3136302e36345c2f3238222c2233342e3137362e3133302e31365c2f3238222c2233342e32322e38352e305c2f3237222c2233342e36342e38322e36345c2f3238222c2233342e36352e3234322e3131325c2f3238222c2233342e38302e35302e38305c2f3238222c2233342e38382e3139342e305c2f3238222c2233342e38392e31302e38305c2f3238222c2233342e38392e3139382e38305c2f3238222c2233342e39362e3136322e34385c2f3238222c2233352e3234372e3234332e3234305c2f3238222c2236362e3234392e36342e305c2f3237222c2236362e3234392e36342e3132385c2f3237222c2236362e3234392e36342e3136305c2f3237222c2236362e3234392e36342e3139325c2f3237222c2236362e3234392e36342e3232345c2f3237222c2236362e3234392e36342e33325c2f3237222c2236362e3234392e36342e36345c2f3237222c2236362e3234392e36342e39365c2f3237222c2236362e3234392e36352e305c2f3237222c2236362e3234392e36352e3132385c2f3237222c2236362e3234392e36352e3136305c2f3237222c2236362e3234392e36352e3139325c2f3237222c2236362e3234392e36352e3232345c2f3237222c2236362e3234392e36352e33325c2f3237222c2236362e3234392e36352e36345c2f3237222c2236362e3234392e36352e39365c2f3237222c2236362e3234392e36362e305c2f3237222c2236362e3234392e36362e3132385c2f3237222c2236362e3234392e36362e3136305c2f3237222c2236362e3234392e36362e3139325c2f3237222c2236362e3234392e36362e3232345c2f3237222c2236362e3234392e36362e33325c2f3237222c2236362e3234392e36362e36345c2f3237222c2236362e3234392e36362e39365c2f3237222c2236362e3234392e36372e305c2f3237222c2236362e3234392e36372e33325c2f3237222c2236362e3234392e36372e36345c2f3237222c2236362e3234392e36382e305c2f3237222c2236362e3234392e36382e3132385c2f3237222c2236362e3234392e36382e3136305c2f3237222c2236362e3234392e36382e3139325c2f3237222c2236362e3234392e36382e33325c2f3237222c2236362e3234392e36382e36345c2f3237222c2236362e3234392e36382e39365c2f3237222c2236362e3234392e36392e305c2f3237222c2236362e3234392e36392e3132385c2f3237222c2236362e3234392e36392e3136305c2f3237222c2236362e3234392e36392e3139325c2f3237222c2236362e3234392e36392e3232345c2f3237222c2236362e3234392e36392e33325c2f3237222c2236362e3234392e36392e36345c2f3237222c2236362e3234392e36392e39365c2f3237222c2236362e3234392e37302e305c2f3237222c2236362e3234392e37302e3132385c2f3237222c2236362e3234392e37302e3136305c2f3237222c2236362e3234392e37302e3139325c2f3237222c2236362e3234392e37302e3232345c2f3237222c2236362e3234392e37302e33325c2f3237222c2236362e3234392e37302e36345c2f3237222c2236362e3234392e37302e39365c2f3237222c2236362e3234392e37312e305c2f3237222c2236362e3234392e37312e3132385c2f3237222c2236362e3234392e37312e3136305c2f3237222c2236362e3234392e37312e3139325c2f3237222c2236362e3234392e37312e3232345c2f3237222c2236362e3234392e37312e33325c2f3237222c2236362e3234392e37312e36345c2f3237222c2236362e3234392e37312e39365c2f3237222c2236362e3234392e37322e305c2f3237222c2236362e3234392e37322e3132385c2f3237222c2236362e3234392e37322e3136305c2f3237222c2236362e3234392e37322e3139325c2f3237222c2236362e3234392e37322e3232345c2f3237222c2236362e3234392e37322e33325c2f3237222c2236362e3234392e37322e36345c2f3237222c2236362e3234392e37332e305c2f3237222c2236362e3234392e37332e3132385c2f3237222c2236362e3234392e37332e3136305c2f3237222c2236362e3234392e37332e3139325c2f3237222c2236362e3234392e37332e3232345c2f3237222c2236362e3234392e37332e33325c2f3237222c2236362e3234392e37332e36345c2f3237222c2236362e3234392e37332e39365c2f3237222c2236362e3234392e37342e305c2f3237222c2236362e3234392e37342e3132385c2f3237222c2236362e3234392e37342e3136305c2f3237222c2236362e3234392e37342e3139325c2f3237222c2236362e3234392e37342e3232345c2f3237222c2236362e3234392e37342e33325c2f3237222c2236362e3234392e37342e36345c2f3237222c2236362e3234392e37342e39365c2f3237222c2236362e3234392e37352e305c2f3237222c2236362e3234392e37352e3132385c2f3237222c2236362e3234392e37352e3136305c2f3237222c2236362e3234392e37352e3139325c2f3237222c2236362e3234392e37352e3232345c2f3237222c2236362e3234392e37352e33325c2f3237222c2236362e3234392e37352e36345c2f3237222c2236362e3234392e37352e39365c2f3237222c2236362e3234392e37362e305c2f3237222c2236362e3234392e37362e3132385c2f3237222c2236362e3234392e37362e3136305c2f3237222c2236362e3234392e37362e3139325c2f3237222c2236362e3234392e37362e3232345c2f3237222c2236362e3234392e37362e33325c2f3237222c2236362e3234392e37362e36345c2f3237222c2236362e3234392e37362e39365c2f3237222c2236362e3234392e37372e305c2f3237222c2236362e3234392e37372e3132385c2f3237222c2236362e3234392e37372e3136305c2f3237222c2236362e3234392e37372e3139325c2f3237222c2236362e3234392e37372e3232345c2f3237222c2236362e3234392e37372e33325c2f3237222c2236362e3234392e37372e36345c2f3237222c2236362e3234392e37372e39365c2f3237222c2236362e3234392e37382e305c2f3237222c2236362e3234392e37382e3132385c2f3237222c2236362e3234392e37382e3136305c2f3237222c2236362e3234392e37382e33325c2f3237222c2236362e3234392e37382e36345c2f3237222c2236362e3234392e37382e39365c2f3237222c2236362e3234392e37392e305c2f3237222c2236362e3234392e37392e3132385c2f3237222c2236362e3234392e37392e3136305c2f3237222c2236362e3234392e37392e3139325c2f3237222c2236362e3234392e37392e3232345c2f3237222c2236362e3234392e37392e33325c2f3237222c2236362e3234392e37392e36345c2f3237225d7d7d, 'yes'),
('whitelistHash', 0x63326637663663643939363833346262636430623566316230316562623737356662326565393630393333653162363464656433633033373435303235306366, 'yes'),
('touppPromptNeeded', 0x31, 'yes'),
('touppBypassNextCheck', 0x30, 'yes'),
('autoUpdateAttempts', 0x30, 'yes'),
('previousWflogsFileList', 0x5b22636f6e6669672d7472616e7369656e742e706870222c22636f6e6669672d6c6976657761662e706870222c2274656d706c6174652e706870222c2247656f4c697465322d436f756e7472792e6d6d6462222c222e6874616363657373222c2261747461636b2d646174612e706870222c22636f6e6669672d73796e6365642e706870222c22636f6e6669672e706870222c226970732e706870222c2272756c65732e706870225d, 'yes'),
('diagnosticsWflogsRemovalHistory', 0x5b5d, 'no'),
('encKey', 0x61376662633734363033356666616564, 'yes'),
('longEncKey', 0x34646133386661306136323339396465356532383966643665396566616566613062613131396433333035363635333064643637356661333465386466343262, 'yes'),
('cbl_restOfSiteBlocked', 0x31, 'yes'),
('lastBlockAggregation', 0x31373731383437343837, 'yes'),
('allowed404s6116Migration', 0x31, 'yes'),
('migration636_email_summary_excluded_directories', 0x31, 'no'),
('fileContentsGSB6315Migration', 0x31, 'yes'),
('config701Migration', 0x31, 'yes'),
('blocks702Migration', 0x31, 'yes'),
('lastScanCompleted', 0x6f6b, 'yes'),
('scansEnabled_geoipSupport', 0x31, 'yes'),
('config720Migration', 0x31, 'yes'),
('waf_status', 0x656e61626c6564, 'yes'),
('detectProxyNextCheck', 0x31373732313431383730, 'no'),
('detectProxyNonce', '', 'no'),
('serverIP', 0x313737313533373037303b3139392e38352e3231302e313438, 'yes'),
('allScansScheduled', 0x613a323a7b693a303b613a323a7b733a393a2274696d657374616d70223b693a313737323035353335343b733a343a2261726773223b613a313a7b693a303b693a313737323035353335343b7d7d693a313b613a323a7b733a393a2274696d657374616d70223b693a313737323331343535343b733a343a2261726773223b613a313a7b693a303b693a313737323331343535343b7d7d7d, 'yes'),
('activatingIP', 0x3135372e3137352e3136332e35, 'yes'),
('cbl_cookieVal', 0x36353666343764333637326262, 'yes'),
('timeoffset_wf', 0x30, 'yes'),
('premiumNextRenew', 0x31383033333933363936, 'yes'),
('licenseType', 0x7072656d69756d, 'yes'),
('twoFactorUsers', 0x613a303a7b7d, 'yes'),
('serverDNS', 0x313737313830313337333b3330303b3130342e32312e34302e3536, 'yes'),
('wp_home_url', 0x68747470733a2f2f61637469766572656164696e672e78797a, 'yes'),
('wp_site_url', 0x68747470733a2f2f61637469766572656164696e672e78797a, 'yes'),
('lastDailyCron', 0x31373731373735393033, 'yes'),
('dbVersion', 0x31302e362e32352d4d617269614442, 'yes'),
('lastDashboardCheck', 0x31373731373735393034, 'yes'),
('keyExp15Sent', '', 'yes'),
('keyExp7Sent', '', 'yes'),
('keyExp2Sent', '', 'yes'),
('keyExp1Sent', '', 'yes'),
('keyExpFinalSent', '', 'yes');
INSERT INTO `wp_wfconfig` (`name`, `val`, `autoload`) VALUES
('dashboardData', 0x613a343a7b733a393a2267656e657261746564223b693a313737313737343034373b733a333a22746466223b613a333a7b733a393a22636f6d6d756e697479223b693a373231323b733a373a227072656d69756d223b693a373233363b733a393a22626c61636b6c697374223b693a393738393b7d733a31303a2261747461636b64617461223b613a333a7b733a333a22323468223b613a32343a7b693a303b613a323a7b733a313a2274223b693a313737313638363030303b733a313a2263223b693a393531343537333b7d693a313b613a323a7b733a313a2274223b693a313737313638393630303b733a313a2263223b693a393339373633383b7d693a323b613a323a7b733a313a2274223b693a313737313639333230303b733a313a2263223b693a393036373433313b7d693a333b613a323a7b733a313a2274223b693a313737313639363830303b733a313a2263223b693a393633303032393b7d693a343b613a323a7b733a313a2274223b693a313737313730303430303b733a313a2263223b693a31303132303531303b7d693a353b613a323a7b733a313a2274223b693a313737313730343030303b733a313a2263223b693a31303039303036303b7d693a363b613a323a7b733a313a2274223b693a313737313730373630303b733a313a2263223b693a31303237323638313b7d693a373b613a323a7b733a313a2274223b693a313737313731313230303b733a313a2263223b693a31303338333731363b7d693a383b613a323a7b733a313a2274223b693a313737313731343830303b733a313a2263223b693a393337303032343b7d693a393b613a323a7b733a313a2274223b693a313737313731383430303b733a313a2263223b693a393531323433323b7d693a31303b613a323a7b733a313a2274223b693a313737313732323030303b733a313a2263223b693a393535313633373b7d693a31313b613a323a7b733a313a2274223b693a313737313732353630303b733a313a2263223b693a393632383434323b7d693a31323b613a323a7b733a313a2274223b693a313737313732393230303b733a313a2263223b693a393532373333333b7d693a31333b613a323a7b733a313a2274223b693a313737313733323830303b733a313a2263223b693a393337353332373b7d693a31343b613a323a7b733a313a2274223b693a313737313733363430303b733a313a2263223b693a393037353333333b7d693a31353b613a323a7b733a313a2274223b693a313737313734303030303b733a313a2263223b693a393037313132393b7d693a31363b613a323a7b733a313a2274223b693a313737313734333630303b733a313a2263223b693a383730313137323b7d693a31373b613a323a7b733a313a2274223b693a313737313734373230303b733a313a2263223b693a383337323033373b7d693a31383b613a323a7b733a313a2274223b693a313737313735303830303b733a313a2263223b693a383331383130303b7d693a31393b613a323a7b733a313a2274223b693a313737313735343430303b733a313a2263223b693a383439333032343b7d693a32303b613a323a7b733a313a2274223b693a313737313735383030303b733a313a2263223b693a383332303132373b7d693a32313b613a323a7b733a313a2274223b693a313737313736313630303b733a313a2263223b693a383131373335303b7d693a32323b613a323a7b733a313a2274223b693a313737313736353230303b733a313a2263223b693a373835313736373b7d693a32333b613a323a7b733a313a2274223b693a313737313736383830303b733a313a2263223b693a363639353730333b7d7d733a323a223764223b613a373a7b693a303b613a323a7b733a313a2274223b693a313737313131333630303b733a313a2263223b693a3139323134303130313b7d693a313b613a323a7b733a313a2274223b693a313737313230303030303b733a313a2263223b693a3138363339353436333b7d693a323b613a323a7b733a313a2274223b693a313737313238363430303b733a313a2263223b693a3139323334353938343b7d693a333b613a323a7b733a313a2274223b693a313737313337323830303b733a313a2263223b693a3232303137363631353b7d693a343b613a323a7b733a313a2274223b693a313737313435393230303b733a313a2263223b693a3232333633343235383b7d693a353b613a323a7b733a313a2274223b693a313737313534353630303b733a313a2263223b693a3231333930303631313b7d693a363b613a323a7b733a313a2274223b693a313737313633323030303b733a313a2263223b693a3233363833323734373b7d7d733a333a22333064223b613a33303a7b693a303b613a323a7b733a313a2274223b693a313736393132363430303b733a313a2263223b693a3135373734363933343b7d693a313b613a323a7b733a313a2274223b693a313736393231323830303b733a313a2263223b693a3132333933353532353b7d693a323b613a323a7b733a313a2274223b693a313736393239393230303b733a313a2263223b693a3133363537323435333b7d693a333b613a323a7b733a313a2274223b693a313736393338353630303b733a313a2263223b693a3134313737373832323b7d693a343b613a323a7b733a313a2274223b693a313736393437323030303b733a313a2263223b693a3134323230393135343b7d693a353b613a323a7b733a313a2274223b693a313736393535383430303b733a313a2263223b693a3136303733323230373b7d693a363b613a323a7b733a313a2274223b693a313736393634343830303b733a313a2263223b693a3135383637393131373b7d693a373b613a323a7b733a313a2274223b693a313736393733313230303b733a313a2263223b693a3136303432383032323b7d693a383b613a323a7b733a313a2274223b693a313736393831373630303b733a313a2263223b693a3137313037383232353b7d693a393b613a323a7b733a313a2274223b693a313736393930343030303b733a313a2263223b693a3136393633373032373b7d693a31303b613a323a7b733a313a2274223b693a313736393939303430303b733a313a2263223b693a3136323935363536303b7d693a31313b613a323a7b733a313a2274223b693a313737303037363830303b733a313a2263223b693a3134363230313633363b7d693a31323b613a323a7b733a313a2274223b693a313737303136333230303b733a313a2263223b693a3133373930323038353b7d693a31333b613a323a7b733a313a2274223b693a313737303234393630303b733a313a2263223b693a3137323933393332303b7d693a31343b613a323a7b733a313a2274223b693a313737303333363030303b733a313a2263223b693a3139313238303637353b7d693a31353b613a323a7b733a313a2274223b693a313737303432323430303b733a313a2263223b693a3230333530323032383b7d693a31363b613a323a7b733a313a2274223b693a313737303530383830303b733a313a2263223b693a3231373938373836313b7d693a31373b613a323a7b733a313a2274223b693a313737303539353230303b733a313a2263223b693a3232393632313439393b7d693a31383b613a323a7b733a313a2274223b693a313737303638313630303b733a313a2263223b693a3233333036353932313b7d693a31393b613a323a7b733a313a2274223b693a313737303736383030303b733a313a2263223b693a3232373334393737373b7d693a32303b613a323a7b733a313a2274223b693a313737303835343430303b733a313a2263223b693a3236343037353539323b7d693a32313b613a323a7b733a313a2274223b693a313737303934303830303b733a313a2263223b693a3234363933363333353b7d693a32323b613a323a7b733a313a2274223b693a313737313032373230303b733a313a2263223b693a3231373630383432363b7d693a32333b613a323a7b733a313a2274223b693a313737313131333630303b733a313a2263223b693a3139323134303130313b7d693a32343b613a323a7b733a313a2274223b693a313737313230303030303b733a313a2263223b693a3138363339353436333b7d693a32353b613a323a7b733a313a2274223b693a313737313238363430303b733a313a2263223b693a3139323334353938343b7d693a32363b613a323a7b733a313a2274223b693a313737313337323830303b733a313a2263223b693a3232303137363631353b7d693a32373b613a323a7b733a313a2274223b693a313737313435393230303b733a313a2263223b693a3232333633343235383b7d693a32383b613a323a7b733a313a2274223b693a313737313534353630303b733a313a2263223b693a3231333930303631313b7d693a32393b613a323a7b733a313a2274223b693a313737313633323030303b733a313a2263223b693a3233363833323734373b7d7d7d733a393a22636f756e7472696573223b613a313a7b733a323a223764223b613a31303a7b693a303b613a323a7b733a323a226364223b733a323a225553223b733a323a226374223b693a3635353535383734303b7d693a313b613a323a7b733a323a226364223b733a323a224e4c223b733a323a226374223b693a3235363338333737333b7d693a323b613a323a7b733a323a226364223b733a323a225347223b733a323a226374223b693a3139353730303739383b7d693a333b613a323a7b733a323a226364223b733a323a224445223b733a323a226374223b693a3138313938383537313b7d693a343b613a323a7b733a323a226364223b733a323a224652223b733a323a226374223b693a3133343233363731383b7d693a353b613a323a7b733a323a226364223b733a323a22494e223b733a323a226374223b693a3130353436393539353b7d693a363b613a323a7b733a323a226364223b733a323a224742223b733a323a226374223b693a38343330323633393b7d693a373b613a323a7b733a323a226364223b733a323a22434e223b733a323a226374223b693a37343538343438323b7d693a383b613a323a7b733a323a226364223b733a323a22564e223b733a323a226374223b693a35373830323037353b7d693a393b613a323a7b733a323a226364223b733a323a224944223b733a323a226374223b693a34303939383231363b7d7d7d7d, 'yes'),
('tldlist', 0x7c636f6d7c6f72677c6e65747c6564757c6161617c6162627c6162637c61636f7c6164737c6165677c61666c7c6169677c616e7a7c616f6c7c6170707c6172747c6177737c6178617c6261727c6262637c6262747c6263677c62636e7c6265747c6269647c62696f7c62697a7c626d737c626d777c626f6d7c626f6f7c626f747c626f787c6275797c627a687c6361627c63616c7c63616d7c6361727c6361747c6362617c63626e7c63656f7c6366617c6366647c6370617c6372737c6461647c6461797c6464737c6465767c64686c7c6469797c646e707c646f677c646f747c6474767c6476727c6561747c65636f7c6573717c6575737c66616e7c6669747c666c797c666f6f7c666f787c66726c7c6674727c66756e7c6679697c67616c7c6761707c6761797c67646e7c6765617c676c657c676d6f7c676d787c676f707c676f747c676f767c68626f7c6869767c686b747c686f747c686f777c69626d7c6963657c6963757c69666d7c696e637c696e677c696e6b7c696e747c6973747c6974767c6a63627c6a696f7c6a6c6c7c6a6d707c6a6e6a7c6a6f747c6a6f797c6b66687c6b69617c6b696d7c6b706e7c6b72647c6c61747c6c61777c6c64737c6c6c637c6c6c707c6c6f6c7c6c706c7c6c74647c6d616e7c6d61707c6d62617c6d65647c6d656e7c6d696c7c6d69747c6d6c627c6d6c737c6d6d617c6d6f657c6d6f697c6d6f6d7c6d6f767c6d73647c6d746e7c6d74727c6e61627c6e62617c6e65637c6e65777c6e666c7c6e676f7c6e686b7c6e6f777c6e72617c6e72777c6e74747c6e79637c6f62697c6f6e657c6f6e677c6f6e6c7c6f6f6f7c6f74747c6f76687c7061797c7065747c7068647c7069647c70696e7c706e637c70726f7c7072757c7075627c7077637c7265647c72656e7c72696c7c72696f7c7269707c72756e7c7277657c7361707c7361737c7362697c7362737c7363627c7365777c7365787c7366727c736b697c736b797c736f797c7370617c73726c7c7374637c7461627c7461787c7463697c74646b7c74656c7c7468647c746a787c746f707c7472767c7475697c7476737c7562737c756e6f7c756f6c7c7570737c7665747c7669677c76696e7c7669707c7765647c77696e7c776d657c776f777c7774637c7774667c78696e7c7878787c78797a7c796f757c79756e7c7a69707c61637c61647c61657c61667c61677c61697c616c7c616d7c616f7c61717c61727c61737c61747c61757c61777c61787c617a7c62617c62627c62647c62657c62667c62677c62687c62697c626a7c626d7c626e7c626f7c62727c62737c62747c62767c62777c62797c627a7c63617c63637c63647c63667c63677c63687c63697c636b7c636c7c636d7c636e7c636f7c63727c63757c63767c63777c63787c63797c637a7c64657c646a7c646b7c646d7c646f7c647a7c65637c65657c65677c65727c65737c65747c65757c66697c666a7c666b7c666d7c666f7c66727c67617c67627c67647c67657c67667c67677c67687c67697c676c7c676d7c676e7c67707c67717c67727c67737c67747c67757c67777c67797c686b7c686d7c686e7c68727c68747c68757c69647c69657c696c7c696d7c696e7c696f7c69717c69727c69737c69747c6a657c6a6d7c6a6f7c6a707c6b657c6b677c6b687c6b697c6b6d7c6b6e7c6b707c6b727c6b777c6b797c6b7a7c6c617c6c627c6c637c6c697c6c6b7c6c727c6c737c6c747c6c757c6c767c6c797c6d617c6d637c6d647c6d657c6d677c6d687c6d6b7c6d6c7c6d6d7c6d6e7c6d6f7c6d707c6d717c6d727c6d737c6d747c6d757c6d767c6d777c6d787c6d797c6d7a7c6e617c6e637c6e657c6e667c6e677c6e697c6e6c7c6e6f7c6e707c6e727c6e757c6e7a7c6f6d7c70617c70657c70667c70677c70687c706b7c706c7c706d7c706e7c70727c70737c70747c70777c70797c71617c72657c726f7c72737c72757c72777c73617c73627c73637c73647c73657c73677c73687c73697c736a7c736b7c736c7c736d7c736e7c736f7c73727c73737c73747c73757c73767c73787c73797c737a7c74637c74647c74667c74677c74687c746a7c746b7c746c7c746d7c746e7c746f7c74727c74747c74767c74777c747a7c75617c75677c756b7c75737c75797c757a7c76617c76637c76657c76677c76697c766e7c76757c77667c77737c79657c79747c7a617c7a6d7c7a777c616172707c61626c657c6165726f7c616b646e7c616c6c797c6163746f727c6164756c747c6165746e617c616d65787c617261627c61726d797c617270617c617274657c617364617c617369617c617564697c6175746f7c626162797c62616e647c62616e6b7c626276617c626565727c626573747c62696b657c62696e677c626c6f677c626c75657c626f66617c626f6e647c626f6f6b7c62757a7a7c636166657c63616c6c7c63616d707c636172657c636172737c636173617c636173657c636173687c636272657c6365726e7c636861747c636974697c636974797c636c75627c636f6f6c7c636f6f707c63796f757c646174617c646174657c64636c6b7c6465616c7c64656c6c7c646573697c646965747c646973687c646f63737c647661677c6c65676f7c6c6762747c6c69646c7c6c6966657c6c696b657c6c696d6f7c6c696e6b7c6c6976657c6c6f616e7c6c6f76657c6c7464617c6c7578657c6d6169667c6d6565747c6d656d657c6d656e757c6d696e697c6d696e747c6d6f62697c6d6f64617c6d6f746f7c6e616d657c6e6176797c6e6577737c6e6578747c6e69636f7c6e696b657c6f6c6c6f7c6f70656e7c706167657c706172737c706363777c706963737c70696e677c70696e6b7c706c61797c706c75737c706f686c7c706f726e7c706f73747c70726f647c70726f667c71706f6e7c726561647c726569747c72656e747c726573747c726963687c726f6f6d7c727376707c727568727c736166657c73616c657c7361726c7c736176657c7361786f7c73636f747c62616964757c736561747c7365656b7c736578797c6275696c647c736869617c617a7572657c62696e676f7c626c61636b7c626f6174737c73686f707c6269626c657c73686f777c73696c6b7c73696e617c736b696e7c62656174737c736974657c736e63667c736f68757c736f6e677c736f6e797c73706f747c737572667c74616c6b7c746178697c7465616d7c746563687c746576617c746961617c746970737c747562657c76616e617c766973617c626f7363687c746f776e7c746f79737c766976617c77616e677c61726368697c78626f787c7a6f6e657c6170706c657c776569727c7769656e7c77696b697c616d66616d7c616d6963617c617564696f7c6175746f737c63616e6f6e7c63617264737c63686173657c63686561707c636973636f7c636c69636b7c636f6163687c636f6465737c77696e657c63697469637c636c6f75647c63726f776e7c63796d72757c64616e63657c6465616c737c64726976657c64756261697c65617274687c6564656b617c7669766f7c766f74657c766f746f7c64656c74617c776f726b7c796f67617c7a6172617c7a65726f7c656d61696c7c6c616e647c66656465787c67616c6c6f7c62726f61647761797c6570736f6e7c65726e697c666167657c6661696c7c66616974687c66616e737c6661726d7c666173747c62726f6b65727c6669646f7c63616d6572617c6361706974616c7c636172656572737c66756e647c6361726565727c6361726176616e7c6361706974616c6f6e657c636173696e6f7c63617065746f776e7c63656e7465727c6368757263687c636972636c657c636c61696d737c62726f746865727c6368726f6d657c63616c76696e6b6c65696e7c6368616e656c7c6368616e6e656c7c6361746572696e677c636174686f6c69637c636861726974797c6368696e7461697c6368726973746d61737c636c696e69637c6272757373656c737c6275696c646572737c6369707269616e697c6369746164656c7c627573696e6573737c636c65616e696e677c636c696e697175657c66696c6d7c66696e616c7c636c6f7468696e677c636f75706f6e7c636f75727365737c666972657c666973687c636f6c6c6567657c636f6c6f676e657c636f6d6d62616e6b7c666c69727c666f6f647c666f72647c666f7265787c666f72756d7c636f666665657c636c75626d65647c636f75706f6e737c636f6d6d756e6974797c636f6d7365637c636f6e646f737c636f6d70616e797c636f6d706172657c636f6e746163747c636f6f6b696e677c636f72736963617c636f756e7472797c636f6d70757465727c636f6e73756c74696e677c636f6e737472756374696f6e7c667265657c636f6e74726163746f72737c70617269737c616c73746f6d7c616d617a6f6e7c71756573747c726164696f7c616c697061797c616e7175616e7c616c69626162617c616e64726f69647c616c6c66696e616e7a7c616c6c73746174657c616d7374657264616d7c616e616c79746963737c70726573737c70726f6d6f7c616c736163657c7072696d657c61706172746d656e74737c70617274737c70617274797c70686f6e657c706c6163657c706f6b65727c70726178697c72656861627c616d65726963616e657870726573737c70697a7a617c616d65726963616e66616d696c797c70686f746f7c62726964676573746f6e657c72656973657c61697274656c7c73616c6f6e7c6162626f74747c73656e65727c736576656e7c7368656c6c7c6162627669657c73686172707c61626f6761646f7c61627564686162697c6163636f756e74616e747c7269636f687c726f636b737c726f64656f7c72756762797c61636164656d797c616363656e747572657c73686f65737c6163636f756e74616e74737c736b7970657c736c696e677c736d6172747c736d696c657c6166726963617c616972666f7263657c736f6c61727c6167616b68616e7c6167656e63797c6169726275737c627261646573636f7c73706163657c617574686f727c62617965726e7c626175686175737c6265617574797c61756374696f6e7c626172636c6179737c6261726761696e737c6265726c696e7c61756469626c657c62617265666f6f747c626573746275797c6268617274697c62616e616d65787c7469726f6c7c617573706f73747c6174746f726e65797c746d616c6c7c626f6f6b696e677c746f6461797c746f6b796f7c746f6f6c737c746f7261797c746f74616c7c746f7572737c74726164657c74727573747c74756e65737c74757368757c7562616e6b7c77656265727c6172616d636f7c626f7374696b7c626f73746f6e7c6174686c6574617c7961686f6f7c6261736562616c6c7c6261736b657462616c6c7c626f656872696e6765727c73706f72747c6171756172656c6c657c626f7574697175657c73746164617c73746f72657c73747564797c7374796c657c74617461727c6173736f6369617465737c7375636b737c73776973737c74697265737c766f646b617c766f6c766f7c776f726c647c7865726f787c62617263656c6f6e617c626c6f6f6d626572677c626e70706172696261737c626c61636b6672696461797c626c6f636b6275737465727c76656761737c766964656f7c626172636c6179636172647c77616c65737c77617463687c776569626f7c776f726b737c6372656469747c637265646974636172647c63756973696e656c6c617c646f63746f727c6762697a7c6578706572747c637275697365737c67656e747c67697665737c6372756973657c66616d696c797c637269636b65747c637265646974756e696f6e7c6576656e74737c666c69636b727c67616d657c67656f7267657c676765657c676966747c676d62687c676f6c647c676c6173737c676c6f626f7c676d61696c7c67616c6c75707c67617264656e7c676f6c667c646174696e677c64617473756e7c677567657c677572757c686169727c686175737c686466637c6469726563747c646973636f756e747c68656c707c67616d65737c686572657c64757262616e7c656e657267797c667574626f6c7c6469726563746f72797c6475706f6e747c656d6572636b7c67696674737c67726f75707c6465616c65727c6465677265657c64656e74616c7c6573746174657c64656c69766572797c6d757369637c64656c6f697474657c64656d6f637261747c64656e746973747c6e657875737c64657369676e7c676f6f677c677265656e7c67726970657c6469616d6f6e64737c67756964657c6469676974616c7c67756363697c676976696e677c686f6c696461797c686f6e64617c687362637c686f7573657c696362637c696565657c6772617469737c67616c6c6572797c686f6c64696e67737c686f73747c696d64627c696d6d6f7c696e666f7c686f7273657c697461757c6a6176617c68796174747c6a6565707c6a6f62737c67726170686963737c686f6d65737c6a7072737c676f6f676c657c677261696e6765727c6b6464697c6b6964737c676f6f64796561727c6b6977697c6b706d677c6b7265647c6879756e6461697c696b616e6f7c67726f636572797c6b6f656c6e7c6b796f746f7c6c616d65727c6c656173657c6c6567616c7c6c657875737c6c696c6c797c6c6f7474657c6c6f74746f7c6865616c74687c6c6f616e737c6c6f6375737c6d6f6e65797c676c6f62616c7c68656c73696e6b697c6d6f7669657c6865726d65737c6a65747a747c677569746172737c68616e676f75747c686f636b65797c686f74656c737c68616d627572677c686974616368697c686f7374696e677c686f746d61696c7c6d69616d697c646973636f7665727c6864666362616e6b7c686973616d697473757c686f6d656465706f747c686f6d6573656e73657c69726973687c6d616e676f7c6d656469617c6865616c7468636172657c686970686f707c686f6d65676f6f64737c6875676865737c686f73706974616c7c696d616d61747c646f6d61696e737c666572726172697c696e737572657c6a61677561727c6c6f636b65727c6c75787572797c6661726d6572737c696e747569747c6c656672616b7c6c6f6e646f6e7c6665727265726f7c6b696e646c657c696e737469747574657c69736d61696c697c6a6f627572677c6a706d6f7267616e7c6b617566656e7c6c6174696e6f7c6c61777965727c6c6976696e677c666f6f7462616c6c7c6a7565676f737c69706972616e67617c696e737572616e63657c6b6f736865727c6d61647269647c6d6169736f6e7c6d616b6575707c6d61726b65747c6d757365756d7c66617368696f6e7c66696e616e63657c66697368696e677c6669746e6573737c666c69676874737c666c6f726973747c666c6f776572737c666f7273616c657c67656e74696e677c676f64616464797c6a6577656c72797c696e66696e6974697c697374616e62756c7c6c756e646265636b7c6d617272696f74747c6d61726b6574696e677c6d61726b6574737c6d61727368616c6c737c6d616e6167656d656e747c696e766573746d656e74737c6d617474656c7c6d6f62696c657c6d636b696e7365797c696d6d6f62696c69656e7c696e64757374726965737c6d6f6e6173687c6d656d6f7269616c7c6d6f6e737465727c6d6f726d6f6e7c6d6f73636f777c6d656c626f75726e657c6d6572636b6d73647c696e7465726e6174696f6e616c7c6d6963726f736f66747c6d6974737562697368697c6e6f7774767c6e61676f79617c766973696f6e7c6578706f7365647c657870726573737c66726573656e6975737c6e697373616e7c6e69737361797c6e6f7772757a7c7066697a65727c66726f67616e737c6e696e6a617c66726f6e746965727c6f6e6c696e657c66756a697473757c6e696b6f6e7c74726176656c7c78696875616e7c6675726e69747572657c6a756e697065727c6f73616b617c6f66666963657c6f7473756b617c746f796f74617c7961636874737c79616e6465787c7a6170706f737c6b6572727970726f706572746965737c6f6c6179616e7c756e69636f6d7c6b69746368656e7c6b65727279686f74656c737c6b6f6d617473757c6e6f6b69617c6c6163616978617c6c616e786573737c6c6173616c6c657c6c6174726f62657c6f6b696e6177617c646f776e6c6f61647c6b756f6b67726f75707c6c616d626f726768696e697c6c65636c6572637c6c706c66696e616e6369616c7c6e657462616e6b7c6e6574666c69787c6f6d6567617c6f72616e67657c6e6574776f726b7c6e6f72746f6e7c6f7261636c657c6c696d697465647c6c696e636f6c6e7c70616e61736f6e69637c706172746e6572737c706861726d6163797c666f756e646174696f6e7c6e6575737461727c70686f746f737c70687973696f7c6c69676874696e677c746b6d6178787c76696c6c61737c766f74696e677c6c6966657374796c657c76696b696e677c766f796167657c77616c7465727c6f7267616e69637c6f726967696e737c7669616a65737c76697267696e7c77656263616d7c6c696665696e737572616e63657c7069637465747c7068696c6970737c706f6c697469657c6e6578746469726563747c72656973656e7c7265706169727c6c616e64726f7665727c7265706f72747c72657374617572616e747c7265766965777c726f676572737c726576696577737c7279756b79757c7361666574797c73616b7572617c73616e6f66697c7363686f6f6c7c7365637572657c657874726173706163657c726578726f74687c726963686172646c697c736368756c657c7365617263687c73656c6563747c736f636365727c736f6369616c7c6661697277696e64737c72657075626c6963616e7c73616d73756e677c73616e6476696b7c70686f746f6772617068797c72656e74616c737c7363687761727a7c736369656e63657c72656c69616e63657c7363686d6964747c676f6c64706f696e747c7368696b7368617c65786368616e67657c736161726c616e647c656475636174696f6e7c656e67696e6565727c6572696373736f6e7c6669726d64616c657c73696e676c65737c656e67696e656572696e677c656e7465727072697365737c73616d73636c75627c73657276696365737c65717569706d656e747c7368616e6772696c617c737461706c65737c73656375726974797c73686f7070696e677c736f667462616e6b7c736f6674776172657c736f6c7574696f6e737c73616e6476696b636f726f6d616e747c73686f756a697c6575726f766973696f6e7c736368616566666c65727c726564756d6272656c6c617c7363686f6c617273686970737c737461727c7175656265637c666565646261636b7c6d6f7274676167657c7379646e65797c666964656c6974797c7461697065697c6669726573746f6e657c74616f62616f7c7461726765747c746174746f6f7c7469656e64617c70696f6e6565727c726563697065737c66696e616e6369616c7c73797374656d737c74656d6173656b7c74656e6e69737c746865617465727c746865617472657c7469636b6574737c746f73686962617c74726164696e677c776562736974657c77656464696e677c77686f7377686f7c77696e646f77737c77696e6e6572737c79616d6178756e7c796f75747562657c6f627365727665727c7377617463687c70726f64756374696f6e737c726163696e677c73747564696f7c737461746562616e6b7c73746174656661726d7c73747265616d7c70696374757265737c70726f70657274797c7265616c746f727c7265616c74797c706c756d62696e677c76616e67756172647c7a7565726963687c73746367726f75707c73746f636b686f6c6d7c70726f67726573736976657c73746f726167657c737570706c6965737c737570706c797c737570706f72747c737572676572797c73757a756b697c70726f706572746965737c746563686e6f6c6f67797c746a6d6178787c747261696e696e677c756e69766572736974797c76656e74757265737c706c617973746174696f6e7c746174616d6f746f72737c77616c6d6172747c77616e67676f757c70727564656e7469616c7c7265616c6573746174657c7661636174696f6e737c766c61616e646572656e7c776174636865737c766572697369676e7c776561746865727c74726176656c6572737c70726f74656374696f6e7c776f6f64736964657c786e2d2d34676272696d7c786e2d2d70316163667c786e2d2d3435713131637c786e2d2d3535717835647c786e2d2d66686265697c786e2d2d6a31616d687c786e2d2d3330727237797c786e2d2d33707875386b7c786e2d2d6a316165667c786e2d2d6c316163637c786e2d2d6e676272787c786e2d2d6e6f64657c786e2d2d6e717637667c786e2d2d35747a6d35677c786e2d2d6431616c667c786e2d2d703161697c786e2d2d71786136617c786e2d2d7178616d7c786e2d2d74636b77657c786e2d2d76687175767c796f646f62617368697c796f6b6f68616d617c6f6c6179616e67726f75707c786e2d2d65316134637c786e2d2d3830617377677c786e2d2d3362737430306d7c786e2d2d346462726b3063657c786e2d2d3930613361637c786e2d2d393061657c786e2d2d39306169737c786e2d2d3964627132617c786e2d2d317171773233617c786e2d2d327363726a39637c786e2d2d343263326439617c786e2d2d343562723563796c7c786e2d2d343562726a39637c786e2d2d3965743532757c786e2d2d313162346333647c786e2d2d31636b326531627c786e2d2d336473343433677c786e2d2d6b70757433697c6d6f746f726379636c65737c77696c6c69616d68696c6c7c786e2d2d336863726a39637c786e2d2d353571773432677c786e2d2d33653062373037657c786e2d2d38793061303633617c786e2d2d63316176677c786e2d2d6332627237677c786e2d2d636734626b697c786e2d2d3666727a3832677c786e2d2d6d6762747832627c786e2d2d6d6978383931667c786e2d2d3830616478686b737c786e2d2d3830616f3231617c766572736963686572756e677c786e2d2d38306173656864627c786e2d2d6d676267753832617c786e2d2d6d6762706c3266687c786e2d2d6d676274336468647c786e2d2d6d6b3162753434637c786e2d2d63636b7763786574647c786e2d2d383061716563647231617c74726176656c657273696e737572616e63657c776561746865726368616e6e656c7c786e2d2d637a727330747c786e2d2d637a727532647c786e2d2d6669713634627c786e2d2d6669717338737c786e2d2d6669717a39737c786e2d2d696f306137697c786e2d2d353462376674613063637c786e2d2d3671713938366233786c7c786e2d2d6d6762636137647a646f7c786e2d2d6d6762783463643061627c786e2d2d35737533346a393336626773677c786e2d2d6d6762693465636578707c786e2d2d6d67626370713667706131617c786e2d2d6d6762657270346135643461727c786e2d2d6d787471316d7c786e2d2d396b72743030617c786e2d2d63636b326233627c786e2d2d637a72363934627c786e2d2d643161636a33627c786e2d2d656676793838687c786e2d2d6663743432396b7c786e2d2d666a71373230617c786e2d2d666c77333531657c786e2d2d667a7973386436397576676d7c786e2d2d673278783438637c786e2d2d67636b72336630667c786e2d2d676563726a39637c786e2d2d676b33617431657c786e2d2d667063726a396333647c786e2d2d683262726567336576657c786e2d2d683262726a39637c786e2d2d6a3677313933677c786e2d2d683262726a396338637c786e2d2d687874383134657c786e2d2d623477363035666572647c786e2d2d69316236623161366132657c786e2d2d696d723531336e7c786e2d2d7939613361717c786e2d2d667a633263396532637c786e2d2d6a76723138396d7c786e2d2d6a6c713438306e3272677c786e2d2d6d6762626831617c786e2d2d7a6672313634627c786e2d2d666971323238633568737c786e2d2d6b637278373764317834617c786e2d2d6b7072773133647c786e2d2d6b7072793537647c786e2d2d65636b7664746339647c786e2d2d6c6762626174316164386a7c786e2d2d6d676239617762667c786e2d2d6d676261336133656a747c786e2d2d7966726f346936376f7c786e2d2d6d6762617968376770617c786e2d2d7967626932616d6d787c786e2d2d6d676261336134663136617c786e2d2d636c636863306561306232673261396763647c786e2d2d6d676261623262647c786e2d2d6d676261616d376138687c786e2d2d6d6762626831613731657c786e2d2d7767626c36617c786e2d2d62636b316239613564726534637c786e2d2d786871353231627c786e2d2d6d676263306139617a63677c786e2d2d7767626831637c786e2d2d71396a796234637c786e2d2d6d67626137633062626e30617c786e2d2d6d67626168316133686a6b72647c786e2d2d6d6762616939617a677170366a7c786e2d2d6e67626335617a647c786e2d2d6e676265396530617c786e2d2d6e71763766733030656d617c786e2d2d6e7971793236617c786e2d2d6f33637734687c786e2d2d6f6762706638666c7c786e2d2d6f7475373936647c786e2d2d706762733064687c786e2d2d7073737932757c786e2d2d7137636536617c786e2d2d71636b6131706d637c786e2d2d726871763936677c786e2d2d726f76753838627c786e2d2d7734727334306c7c786e2d2d727663316530616d33657c786e2d2d733962726a39637c786e2d2d736573353534677c786e2d2d743630623536617c786e2d2d756e757034797c786e2d2d74697134397871796a7c786e2d2d7665726d67656e73626572617465722d6374627c786e2d2d7665726d67656e736265726174756e672d7077627c786e2d2d767571383631627c786e2d2d7734723835656c3866687535646e72617c786e2d2d786b6332616c3368796532617c786e2d2d786b6332646c336135656530687c, 'yes'),
('tldlistHash', 0x64336465313135613134616134386566646464336266363461353562636230363864373934316565396239376531353136343661353266663635666463333335, 'yes'),
('noc1ScanSchedule', 0x613a333a7b693a303b693a313737313739363135343b693a313b693a313737323035353335343b693a323b693a313737323331343535343b7d, 'yes'),
('showWfCentralUI', 0x31, 'yes'),
('allowMySQLi', 0x31, 'yes'),
('dbTest', 0x613a313a7b733a353a226e6f6e6365223b733a36343a2238386261333764613533396663336139626233663936313735643964323430386535353063323161643730616531646636653039663863633563656432373964223b7d, 'no'),
('vulnerabilities_plugin', 0x613a31393a7b693a303b613a353a7b733a343a22736c7567223b733a373a22616b69736d6574223b733a31313a2266726f6d56657273696f6e223b733a333a22352e33223b733a31303a2276756c6e657261626c65223b623a303b733a393a22746f56657273696f6e223b733a333a22352e36223b733a343a226c696e6b223b623a303b7d693a313b613a353a7b733a343a22736c7567223b733a31373a2264697361626c652d677574656e62657267223b733a31313a2266726f6d56657273696f6e223b733a333a22332e31223b733a31303a2276756c6e657261626c65223b623a303b733a393a22746f56657273696f6e223b733a333a22332e33223b733a343a226c696e6b223b623a303b7d693a323b613a373a7b733a343a22736c7567223b733a32323a22656173792d6469676974616c2d646f776e6c6f616473223b733a31313a2266726f6d56657273696f6e223b733a353a22332e322e35223b733a31303a2276756c6e657261626c65223b623a313b733a393a22746f56657273696f6e223b733a353a22332e362e35223b733a343a226c696e6b223b733a3130383a2268747470733a2f2f7777772e776f726466656e63652e636f6d2f7468726561742d696e74656c2f76756c6e65726162696c69746965732f69642f32306664626536622d343561382d343166342d386464652d3335613066396561303461313f736f757263653d706c7567696e223b733a353a2273636f7265223b733a353a2231302e3030223b733a363a22766563746f72223b733a34343a22435653533a332e312f41563a4e2f41433a4c2f50523a4e2f55493a4e2f533a432f433a482f493a482f413a48223b7d693a333b613a373a7b733a343a22736c7567223b733a393a22656c656d656e746f72223b733a31313a2266726f6d56657273696f6e223b733a363a22332e31312e32223b733a31303a2276756c6e657261626c65223b623a313b733a393a22746f56657273696f6e223b733a363a22332e33352e35223b733a343a226c696e6b223b733a3130383a2268747470733a2f2f7777772e776f726466656e63652e636f6d2f7468726561742d696e74656c2f76756c6e65726162696c69746965732f69642f35623664306133382d616332382d343163392d396461312d6233306233363537623436333f736f757263653d706c7567696e223b733a353a2273636f7265223b733a343a22382e3830223b733a363a22766563746f72223b733a34343a22435653533a332e312f41563a4e2f41433a4c2f50523a4c2f55493a4e2f533a552f433a482f493a482f413a48223b7d693a343b613a373a7b733a343a22736c7567223b733a32353a226c75636b7977702d7461626c652d6f662d636f6e74656e7473223b733a31313a2266726f6d56657273696f6e223b733a353a22322e312e34223b733a31303a2276756c6e657261626c65223b623a313b733a393a22746f56657273696f6e223b733a363a22322e312e3134223b733a343a226c696e6b223b733a3130383a2268747470733a2f2f7777772e776f726466656e63652e636f6d2f7468726561742d696e74656c2f76756c6e65726162696c69746965732f69642f35636562386636372d306337612d343032382d383162392d6632636462636261316138303f736f757263653d706c7567696e223b733a353a2273636f7265223b733a343a22362e3130223b733a363a22766563746f72223b733a34343a22435653533a332e312f41563a4e2f41433a4c2f50523a4e2f55493a522f533a432f433a4c2f493a4c2f413a4e223b7d693a353b613a353a7b733a343a22736c7567223b733a31313a22736d74702d6d61696c6572223b733a31313a2266726f6d56657273696f6e223b733a363a22312e312e3131223b733a31303a2276756c6e657261626c65223b623a303b733a393a22746f56657273696f6e223b733a363a22312e312e3235223b733a343a226c696e6b223b623a303b7d693a363b613a373a7b733a343a22736c7567223b733a31363a22757365722d726f6c652d656469746f72223b733a31313a2266726f6d56657273696f6e223b733a363a22342e36342e32223b733a31303a2276756c6e657261626c65223b623a313b733a393a22746f56657273696f6e223b733a363a22342e36342e36223b733a343a226c696e6b223b733a3130383a2268747470733a2f2f7777772e776f726466656e63652e636f6d2f7468726561742d696e74656c2f76756c6e65726162696c69746965732f69642f36663335396430322d643463652d343034352d396537392d6165306639326238343736363f736f757263653d706c7567696e223b733a353a2273636f7265223b733a343a22382e3830223b733a363a22766563746f72223b733a34343a22435653533a332e312f41563a4e2f41433a4c2f50523a4e2f55493a522f533a552f433a482f493a482f413a48223b7d693a373b613a373a7b733a343a22736c7567223b733a31333a22776f726470726573732d73656f223b733a31313a2266726f6d56657273696f6e223b733a343a2232332e31223b733a31303a2276756c6e657261626c65223b623a313b733a393a22746f56657273696f6e223b733a343a2232372e30223b733a343a226c696e6b223b733a3130383a2268747470733a2f2f7777772e776f726466656e63652e636f6d2f7468726561742d696e74656c2f76756c6e65726162696c69746965732f69642f38623265376332642d656432662d343339622d396365652d6632653564343631323162363f736f757263653d706c7567696e223b733a353a2273636f7265223b733a343a22362e3430223b733a363a22766563746f72223b733a34343a22435653533a332e312f41563a4e2f41433a4c2f50523a4c2f55493a4e2f533a432f433a4c2f493a4c2f413a4e223b7d693a383b613a373a7b733a343a22736c7567223b733a31333a22656c656d656e746f722d70726f223b733a31313a2266726f6d56657273696f6e223b733a363a22332e31312e31223b733a31303a2276756c6e657261626c65223b623a313b733a393a22746f56657273696f6e223b733a363a22332e33352e31223b733a343a226c696e6b223b733a3130383a2268747470733a2f2f7777772e776f726466656e63652e636f6d2f7468726561742d696e74656c2f76756c6e65726162696c69746965732f69642f35373034373466322d633131382d343565312d613233372d6337306238343962326433633f736f757263653d706c7567696e223b733a353a2273636f7265223b733a343a22382e3830223b733a363a22766563746f72223b733a34343a22435653533a332e312f41563a4e2f41433a4c2f50523a4c2f55493a4e2f533a552f433a482f493a482f413a48223b7d693a393b613a343a7b733a343a22736c7567223b733a31363a2274696e796d63652d616476616e636564223b733a31313a2266726f6d56657273696f6e223b733a353a22352e392e32223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a31303b613a343a7b733a343a22736c7567223b733a31313a2275706472616674706c7573223b733a31313a2266726f6d56657273696f6e223b733a363a22312e32362e31223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a31313b613a343a7b733a343a22736c7567223b733a31353a22796f6173742d73656f2d766964656f223b733a31313a2266726f6d56657273696f6e223b733a343a2231342e33223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a31323b613a343a7b733a343a22736c7567223b733a32373a22796f6173742d73656f2d776f726470726573732d7072656d69756d223b733a31313a2266726f6d56657273696f6e223b733a343a2232322e38223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a31333b613a363a7b733a343a22736c7567223b733a31343a226475706c696361746f722d70726f223b733a31313a2266726f6d56657273696f6e223b733a363a22342e352e3131223b733a31303a2276756c6e657261626c65223b623a313b733a343a226c696e6b223b733a3130383a2268747470733a2f2f7777772e776f726466656e63652e636f6d2f7468726561742d696e74656c2f76756c6e65726162696c69746965732f69642f62336637613838632d613039622d343661632d623334352d3133396332643230613364323f736f757263653d706c7567696e223b733a353a2273636f7265223b733a343a22392e3830223b733a363a22766563746f72223b733a34343a22435653533a332e312f41563a4e2f41433a4c2f50523a4e2f55493a4e2f533a552f433a482f493a482f413a48223b7d693a31343b613a343a7b733a343a22736c7567223b733a32363a226564642d656e68616e6365642d73616c65732d7265706f727473223b733a31313a2266726f6d56657273696f6e223b733a363a22312e312e3132223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a31353b613a343a7b733a343a22736c7567223b733a31323a2252544c2d43617265556e6974223b733a31313a2266726f6d56657273696f6e223b733a353a22312e372e37223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a31363b613a343a7b733a343a22736c7567223b733a393a22776f726466656e6365223b733a31313a2266726f6d56657273696f6e223b733a363a22372e31302e33223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a31373b613a343a7b733a343a22736c7567223b733a393a2277702d726f636b6574223b733a31313a2266726f6d56657273696f6e223b733a363a22332e31352e33223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a31383b613a343a7b733a343a22736c7567223b733a35333a226564642d7a6172696e70616c2d35386232636233323333616138363931393233393533643830643737633035303833636137316364223b733a31313a2266726f6d56657273696f6e223b733a353a22322e312e30223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d7d, 'yes'),
('vulnerabilities_theme', 0x613a363a7b693a303b613a353a7b733a343a22736c7567223b733a31323a227477656e74797477656e7479223b733a393a22746f56657273696f6e223b733a333a22332e30223b733a31313a2266726f6d56657273696f6e223b733a333a22322e30223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a313b613a353a7b733a343a22736c7567223b733a31363a227477656e74797477656e747966697665223b733a393a22746f56657273696f6e223b733a333a22312e34223b733a31313a2266726f6d56657273696f6e223b733a333a22312e30223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a323b613a353a7b733a343a22736c7567223b733a31363a227477656e74797477656e7479666f7572223b733a393a22746f56657273696f6e223b733a333a22312e34223b733a31313a2266726f6d56657273696f6e223b733a333a22312e30223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a333b613a353a7b733a343a22736c7567223b733a31353a227477656e74797477656e74796f6e65223b733a393a22746f56657273696f6e223b733a333a22322e37223b733a31313a2266726f6d56657273696f6e223b733a333a22312e36223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a343b613a353a7b733a343a22736c7567223b733a31373a227477656e74797477656e74797468726565223b733a393a22746f56657273696f6e223b733a333a22312e36223b733a31313a2266726f6d56657273696f6e223b733a333a22312e30223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a353b613a353a7b733a343a22736c7567223b733a31353a227477656e74797477656e747974776f223b733a393a22746f56657273696f6e223b733a333a22322e31223b733a31313a2266726f6d56657273696f6e223b733a333a22312e32223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d7d, 'yes'),
('wordpressVersion', 0x362e392e31, 'yes'),
('wordpressPluginVersions', 0x613a31393a7b733a31363a2274696e796d63652d616476616e636564223b733a353a22352e392e32223b733a373a22616b69736d6574223b733a333a22352e33223b733a31373a2264697361626c652d677574656e62657267223b733a333a22332e31223b733a31343a226475706c696361746f722d70726f223b733a363a22342e352e3131223b733a32323a22656173792d6469676974616c2d646f776e6c6f616473223b733a353a22332e322e35223b733a32363a226564642d656e68616e6365642d73616c65732d7265706f727473223b733a363a22312e312e3132223b733a393a22656c656d656e746f72223b733a363a22332e31312e32223b733a31333a22656c656d656e746f722d70726f223b733a363a22332e31312e31223b733a32353a226c75636b7977702d7461626c652d6f662d636f6e74656e7473223b733a353a22322e312e34223b733a31323a2252544c2d43617265556e6974223b733a353a22312e372e37223b733a31313a22736d74702d6d61696c6572223b733a363a22312e312e3131223b733a31313a2275706472616674706c7573223b733a363a22312e32362e31223b733a31363a22757365722d726f6c652d656469746f72223b733a363a22342e36342e32223b733a393a22776f726466656e6365223b733a363a22372e31302e33223b733a393a2277702d726f636b6574223b733a363a22332e31352e33223b733a31333a22776f726470726573732d73656f223b733a343a2232332e31223b733a31313a22777073656f2d766964656f223b733a343a2231342e33223b733a32313a22776f726470726573732d73656f2d7072656d69756d223b733a343a2232322e38223b733a35333a226564642d7a6172696e70616c2d35386232636233323333616138363931393233393533643830643737633035303833636137316364223b733a353a22322e312e30223b7d, 'yes'),
('wordpressThemeVersions', 0x613a373a7b733a393a226c6f74757366696c65223b733a313a2236223b733a31323a227477656e74797477656e7479223b733a333a22322e30223b733a31363a227477656e74797477656e747966697665223b733a333a22312e30223b733a31363a227477656e74797477656e7479666f7572223b733a333a22312e30223b733a31353a227477656e74797477656e74796f6e65223b733a333a22312e36223b733a31373a227477656e74797477656e74797468726565223b733a333a22312e30223b733a31353a227477656e74797477656e747974776f223b733a333a22312e32223b7d, 'yes'),
('lastNotificationID', 0x32393336, 'no'),
('totalScansRun', 0x31313930, 'yes'),
('wfKillRequested', 0x30, 'no'),
('currentCronKey', '', 'yes'),
('scanMonitorLastAttemptMode', 0x7374616e64617264, 'yes'),
('scanMonitorRemainingResumeAttempts', 0x32, 'yes'),
('scanMonitorLastAttempt', 0x31373731373936383536, 'yes'),
('scanMonitorLastAttemptWasFork', 0x31, 'yes'),
('scanAjaxTestSuccessful', 0x31, 'yes'),
('scanMonitorLastSuccess', 0x31373731373936383537, 'yes'),
('wf_scanRunning', '', 'yes'),
('wf_scanLastStatusTime', 0x30, 'yes'),
('wfPeakMemory', 0x313332383337333736, 'no'),
('wfScanStartVersion', 0x362e392e31, 'yes'),
('lowResourceScanWaitStep', '', 'yes'),
('wfStatusStartMsgs', 0x613a32343a7b693a303b733a303a22223b693a313b733a303a22223b693a323b733a303a22223b693a333b733a303a22223b693a343b733a303a22223b693a353b733a303a22223b693a363b733a303a22223b693a373b733a303a22223b693a383b733a303a22223b693a393b733a303a22223b693a31303b733a303a22223b693a31313b733a303a22223b693a31323b733a303a22223b693a31333b733a303a22223b693a31343b733a303a22223b693a31353b733a303a22223b693a31363b733a303a22223b693a31373b733a303a22223b693a31383b733a303a22223b693a31393b733a303a22223b693a32303b733a303a22223b693a32313b733a303a22223b693a32323b733a303a22223b693a32333b733a303a22223b7d, 'yes'),
('wf_summaryItems', 0x613a383a7b733a31323a227363616e6e6564506f737473223b693a393b733a31353a227363616e6e6564436f6d6d656e7473223b693a303b733a31323a227363616e6e656446696c6573223b693a31353434393b733a31343a227363616e6e6564506c7567696e73223b693a31393b733a31333a227363616e6e65645468656d6573223b693a373b733a31323a227363616e6e65645573657273223b693a333b733a31313a227363616e6e656455524c73223b693a343631383b733a31303a226c617374557064617465223b693a313737313739363838323b7d, 'yes'),
('lastScanFailureType', '', 'yes'),
('scanTime', 0x313737313739363838322e35373834, 'yes'),
('wafStatusCallbackNonce', '', 'yes'),
('totalLoginHits', 0x313630323135, 'yes'),
('totalIPsBlocked', 0x313130333835, 'yes'),
('total503s', 0x313233303937, 'yes'),
('lastAttackDataSendTime', 0x313737313834373431372e373433353731, 'yes'),
('lastAttackDataSendId', 0x323032333436, 'yes'),
('emailedIssuesList', 0x613a303a7b7d, 'yes'),
('originalScheduledScanStart', 0x31373731373936313534, 'yes'),
('lastScheduledScanStart', 0x31373731373936353236, 'yes'),
('lastBruteForceDataSendTime', 0x313737313832353934382e383932393030, 'yes'),
('scanStageStatuses', 0x613a31313a7b733a31333a227370616d766572746973696e67223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d73756363657373223b733a373a2273746172746564223b693a313b733a383a2266696e6973686564223b693a313b733a383a226578706563746564223b693a313b7d733a343a227370616d223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d73756363657373223b733a373a2273746172746564223b693a313b733a383a2266696e6973686564223b693a313b733a383a226578706563746564223b693a313b7d733a393a22626c61636b6c697374223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d73756363657373223b733a373a2273746172746564223b693a313b733a383a2266696e6973686564223b693a313b733a383a226578706563746564223b693a313b7d733a363a22736572766572223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d7761726e696e67223b733a373a2273746172746564223b693a353b733a383a2266696e6973686564223b693a353b733a383a226578706563746564223b693a353b7d733a373a226368616e676573223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d73756363657373223b733a373a2273746172746564223b693a323b733a383a2266696e6973686564223b693a323b733a383a226578706563746564223b693a323b7d733a363a227075626c6963223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d73756363657373223b733a373a2273746172746564223b693a323b733a383a2266696e6973686564223b693a323b733a383a226578706563746564223b693a323b7d733a373a226d616c77617265223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d7761726e696e67223b733a373a2273746172746564223b693a323b733a383a2266696e6973686564223b693a323b733a383a226578706563746564223b693a323b7d733a373a22636f6e74656e74223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d73756363657373223b733a373a2273746172746564223b693a333b733a383a2266696e6973686564223b693a333b733a383a226578706563746564223b693a333b7d733a383a2270617373776f7264223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d73756363657373223b733a373a2273746172746564223b693a313b733a383a2266696e6973686564223b693a313b733a383a226578706563746564223b693a313b7d733a31333a2276756c6e65726162696c697479223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d7761726e696e67223b733a373a2273746172746564223b693a313b733a383a2266696e6973686564223b693a313b733a383a226578706563746564223b693a313b7d733a373a226f7074696f6e73223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d73756363657373223b733a373a2273746172746564223b693a323b733a383a2266696e6973686564223b693a323b733a383a226578706563746564223b693a323b7d7d, 'no');
INSERT INTO `wp_wfconfig` (`name`, `val`, `autoload`) VALUES
('malwarePrefixes', 0x1f8b080000000000000314d6793815ef1700f0d997bbce9d3bcbbd7349594a85128a42522452491b25518a44d95a484a21492b11854a94a448918a94b469212a29a545452bd2267edfdf1f9fe79c799e79dfe79d33e7cc333ee3c78c8f0a1b6f3e5ed7df27cc5f7742d878b331e3754fbf1adeff20d525ef650d7fc93ff04543cbc42901a5b38e4dbe3e19edb2cd3829fbff7d96e375d784fa2d0f58ef17f6ffcb31666696e6ff6d030096e900f8fd0600dd7204e0613f00784737003fdb08a029fb01f40f0460919d00f6341dc003d60144c24b40dc620c480bbd0059ae2b20675a00b9701a90cfea04a89b8b00eadf154031b60c50748402f4a1068031380130e51500fb7636c0d9c8012e2002e0293b80f7be0cf0a7b401d5bc1a40559709a8d37b00758e03a0be2705d4cfee02c2cc0c40705f02088df68046bb11d05c710734b7c6005a2e3d80d6c25f80f6010d306818050cb2ea0306ed1c05e88cef027426d5033a418b8021b7ed005dfddf80eea40a4037e800a0fb623fa0679003e85dac010c96d90206db3b8061dc6c60d82c5bc030ec1060b8ed0c6078fd2c30fc603030bcaf011861150c8c987f0518f1ec246064bd03305aa70718555c008c3ecd058c4b3e01c6ef170326b62980c9e62fc0a85335c0e8bd2980193b0830079d01f315ad80057216b0d83d09189bbb111837eb3feeb1c0b8ebadc0b8ba1e605c431b6039de1cb02a580258d59080d5ef6460fcc97e608236054c88190b584bfe01d6975f03d657960236032460dbf714b0bbb8199874a61698742f1c983c2403709038020eb737028e4fd300a7fc12609a6d1f306d9d11e08219032e5621c0f4ddfd806b482ce01afd0c9811de04cc48f002669c7e0ccc78381d9839bd0f9895fc079875fa04e0367e0ee0968501b30b8e02eeab5c01f79fb9c05ca70660eec377c03cc73a605e731b309fb300162c3f002c487b0d2c38e3032c284e00165c59002cf89e03782cfe0778e4a6009e630b014fabd38067f62360a1bd2db0d07504e0a5ad05781d1e05789b7380b77f2fe05d98002cb925027c88eb800fe30bf86cbc0bf8aa30c0f710042cf5d4079659b703cbd6fe67d73860d9d705c0b21fd1809fec16e0e79e07f85df401fcea4381e5277600fe6bdc8000c92620604f2c10903a0958a998040426224060e7482068fa3420385a0c04c71603c11fdc81d5e07360f5de49c01a301358d3ba1908d99b038411414058501e1076b908082f360622b04a2062e91a20226b0058a7af02d6f53a03ebfdef001bb6860291975120f255051035640b10959d0f44475d00363d5d0c6c6e8d03b65886035b56c140ac2e0fc4064501b1ffbdbbd8241c88bdb706d8faf31db0f58f2eb02da901d8b6ef2cb0edf93b207ece6a203ee910109f4e02f175e78184b5f940428e239038ba1448dc3701487c3b06d8812e067684ac03929c2b8024970e2069873fb073e41320b92b0ad8f5ca09d88d2c01760734017b9097c01e6637b067eb6f60efa7fbc03ed97760dfc85e605fef4e607fad0790020c05523ce60129411b81d43dc9c0817105c0819752204df7369066300a48972f0032c64b800c673b20c36322903950041cb230010e256b80c3d3a280ece19940b6df442067df3d20e79e337064512170b4fd3470ac5901e4d6dc03f2c0ed40de7a7320efa31190d7e7069c70cd014e1afe020a8cf38182745fe054a30370aa5b0e1442b140a1f149a070fe6da0f0e11aa0b03d0428ec9e019c6ebb049c311a0c9c591a0c147bac028a977b0325274601e77ca600e72a5e02a5269dc0f99995c08529dac085ed89409905fc1f1e289b3208284f520217a3b380cba7aa80cb77260157dee600959360a0d26d3d50b93214a806d540f5f46b40f5460ba03af10c507d0103aed57c04aed7d901373a8601b586a380da53f780dadbe7805b395ac05d170cb81b7202a8d39900d4354702f7663600f77ce5c07d452470df7f1cf040bf1d789078187838fb32f0f0c42fa0c1341568b874047874f61bd038530e34a1cf80c763c380c7511dc0e347eec0139fa7c0b3cd5e40cbc536e079ec20e0053c1778616a04bcd8fb0d7869391978395909bcdc5e03bcac8f015e1d4b07da96ba016de962e0b5b73df03a240c789d3107783b7213f0f6b229d0ae6305b4af1c0dbc9fd0097c684b023a9dcc814f1b7c80cfbb75812fb6b3806f8ba281efe7a7025dcbf602ddc023a05bcffd3ff140f7c240a0fb880fd0e303013d8fed811f0dbf815f8514f0c7be13f89b550cfcfdb613e8bbf719f8376322f06f4e2930a01f0b824b1f80e0b54b20344d1f84f23f80d0a7fb201c7c128463bc40c4ba0c44f6ba8268bc2d88192f05312714c4fece0371ac05c49d868178d41090783604242fcd0445d62ea0c8eb38285a3b08141f5d0c8acba240f1071694406b40c9f0245032d9029486df05a55bdf8032bb6850f6753a48a5448354fb3390a6cb4066bf27c81e7b0cb2cdf92047a482dcba0650a589005516fb41555200a8d6ea05d50b9f80ea8be9a0fade7e50182d078545a9a0b06e38a89955036ae9a5815ac30e835af37c41adc64da0b67e21a8ed550b6a3ff90c6a3f7b050e2a9b0deae8e5833a9bb2419d9a2de0e0c0767070bc293844b3151ca25704ea5a3b81baaf1681fadbd340030f57d0c0f31f68f0f21938342d0b1c7a7109386ce930d070ae1434cc4e040d5f5b80c3d90de0703f1938bc580f1c1192048eb89c011a7d4d008d5d1241e3d93b41e315f1a009940f9ac8da4093100538aad1081cf5eb2e381a5c0b9a8e7d039a5a7f06cdc2ef80e6e020d0bcb70b1cebb3081c7b2a081c67701e1cb7620c38aeed006839763e68b9fb1e6899351bb49af81eb44a4e00c7e7e9831382fb406b991668bdfe0d687dc014b4feb901b419d903daec6c076d4e5e046dca0b41db6f45e0c42fe3403be77ed0ee55033869d13fd03e26149ccc2f06273f4f00a77c4440a74027705ad915d0d97a21e83cf91f383d87065d237e80331c678233a6478233350de0cc2b47c0598f6e806e1303c1d9f71e80ee0e5f41f79cb1e01cf0213817ae02e7ba5883f3f4d3c179451bc1f907eac1f9e913c0f9fffcc105ce11e082c80de0822425e8216f063d86ef043dea9f801ead96a067851fb870cf00b8f09c2fb8b07917b868ed417051e51ad04bb216f49ab412f43a52042eb6df032ebefc08f46e890497e4e783be7f8f824b3dd3c0a547b7824bf354e0b2046bd00ffe0cfa658d0657b864822bde4f02577ceb06fd375d07573ed805069ec6c1c0473018d8a205aeb23402575d1d0057dd580906ad1e040685e582c17b1130f8b51d18923f160c1b5e0b86bd58088675c780e123df821183ccc1889fb6e0daf521e0da4dafc0752b3e81ebaaf683eb6f9a83513e8fc1a833f6e046f834b8b1cb008c5e35098c3e9409467f3e066efaa107c65c5d06c63c20c1cd0d0a70f3d34c70f3ab19e0962b8de056663db875ba37b86dfa32705bea5770db897de0b60e27306e621718b7d91b8cb78c00e317f780f149d560c2922c703bbf074c6ca7c11d36a1e08e1b47c1a4582998d4dc0426af9c0a26a73f07777d4802f7f8b7827b7be682fbb48783fbe63d00f7dfaf07f77f2a0153977880a92d9fc0036519e081fb0360da912b60dafd7230eda90d983e68137870f54430e35b3d98e9e8021e2a70070f15e78187b75e00b3520bc06c551f98dd9e00e6841f0073fe8c068f319bc1632ff781b9935560ee2233f038150f1e5f520a1efff80ecc9b9800e6359e05f3fef681f9f7cbc0fc17ebc1133132b02079365890fa132cf8bb153cb57f0378eac339b0d0ec2a5858f71c2cf2990e16bd60c133254fc0b3b24de0592b73f0acbf083cbb26163cfbdb0d2c3630014b9840b0b430183cefb702bc306c0758c6f58365b933c08b4a1fb042b617ac30ab032be62e072bc2678397968480972937f0b267117879d545f08af15cf08ad748b012ab022bb71e01ab46458257bf8c05abc76f07afb93f04af453c07afcfd7056bf243c19a13ff397507bc11fd05ac35be03de1ef407bcbd2c10bc9daa0bdeaea9036ff706827775e78277875e04ebc6b8820fececc0078b96820f1227820f911fe0c3ffead0a0ef093e0a6a071f1db6001f7d71051b77a7838d3d916053bd3df8182d011feb0f031f7b28c027116fc1e60769e0b324026c91f5832d236780cfd716812fca08b0b59e025f9a24832f2fd482affc2bc057e73f80af9ee3e01b7500f8169c09be73b002dfb59581ef7aa783eff9b5e07b9b5ef043d211f063743cd8313c00ec18150c7694b9819de76dc04f4ed6e0a7d9d9e0a773cee0a7dba7c04f2febc1cf1e20f8b9a613fcf27e0bf855b418fc3e7d38f8bd580976c55d06bb3a10b0db580a76ef7b0ff644dd047bcb4e813fe331f0e7ef62f097d76ff0d7325ff057c076f057b60bf8ab7536f8fbc21af0ef1923f0efc30be03fc3f5e0bfb230b09fea05fb6b3bc081573b20c0938680340e02370543e0dd0608ec708620230708ba9d02c10a7b089e3000c176b6107ce71284901b21c46239842e790ca11f1d206cd70e08afba0811e68d10311e80886d232172fb2788bc1a0a919d0f21d1bc5848b22514923a2b21e9a9ab90f4c65b48661b08c9be5c80e453c590fc952d440d6985a8e3272185bb01a468d902293112526a2f8094772c20ceac05e293db21f50b3f4830fd0b0956472161bb0124ecf0853439af20ad774190f6345f48477b0ca4f34f020dd6de030df6748706873c8506df7b010df9f714d2cb9f07e97ddc0ee9bb7f87f457bc87f4776f84f4bf984043c7d641c3dc9e41c37c0741c3024aa16197bb20c3822bd0889635d0c8597268e4dd2390d1e41ac8e89f0a32ee2521131c8046692d86461b0c824627be834cdf3442636425d098112b20339f64c89c22a0b1ea5dd0d82de9d038e324c8b2702a6459c642561bbe40e327e943132c7420db1924641b6d06d94d5807d9139720fbc36b20fbecf3d014bb4590c31e06724851428e7353a0a969d990d30e0768daaaab90b3fb37c8b9f03be412e00fb96c9a00b9bc7f004d270643d3f90168fac52ec8d5b31e725d3d0572ddfa06727df21d9a352a049a3dfa24344fe886e65f3c092df8ef3c1eda43208f1124e44978419e735da185c23468e18403d0426f3368e13d105a347c3db4e8b12bb4e8cf53c8ab7627e4ed940379a75a434b3cc7414bb2e3a025d5ab219f21eb201feb78c8d77df27fbca1a5171a20bf9bdf20bf3777a0e587e2a0e54f66422bd60d402b631868e59e85d0cabbc3a1956f0f402b7f7b4381f6e95060c53b68153b065a35cd1b5ad5a48182dd1ba0e0221b68351f07ad76378556978742ab2f96436be0b9d01ad7155048d61828743a0485de5f02858df802857f64a008077f28c2e92114b1f73bb47ed41968fd520914f92c018a09358562726e419b8756429b2b3e415becef435b777c85e22c3da00449249430330f4ad8390025fc980a6db76a8612077f8112ab95d08e980128c9b41f4a9aec0e256dfd2faf1d0e25bdfa0a25075f87764db90aedbaf205da1d9d0ced71db0bedb9b40bdaf3c705da1f4f4129675f40292fdaa054712574c0e2159456980ba54f7c001d4cba031dcc18091dcc190a65b8c54199665950e6841028f3f114e8f0394fe870e779286b481e941d6b04e5f8e8434738057464690374e4d801e8c89312e82867041db3bb011d7b150e1dfb6b091d5fd20d1d3f7e1bcafbf812cab7cc80f2234740f91b0743f977d64327e05fd0098b9fd0099759d089b45bd0c91dafa102a8132ad85a0c9d6a7d0915ea044285cf1e4345880b54e4391e2ada3e032afa0941670a7e43c58af75071a8022ade3f032a29cc824a4e7f86ceb92aa07377e643a563caa0f39b70e87c9e3774fed454e882e832541e8041175799411733e4d0252f097405dc09554d5f0655bd7181ae6e5d0b5d4d9542d51147a06b0987a16ba7bf43359e15d00de3ef50ad47187473f763e896c14ce8b65801dded3900d5698ca03ad320e8de3a1ebad7ae07dd8fb0801ed01ba007babfa07ace17aa1f7f0e6a08190c3daa9b08356ef3861eb727424ffd1f40cdf7eba0e7cb40e8e5bf75501b770b6a33a2a0b62559d06bea0df47aca17e84dc67ae86d7215d4be391b7affc701fa10711efaf0d20bfaf06507d4916904750e9a0a757afd803ae3caa04fd75aa0cf7e4dd0979ae3d0d7f86fd0b7fd46d0f7d44ea8eb7206d4ed1e0975c7fc83ba93b5a0ee7b5fa11f6b73a1de337a506f5519f473d56de8176702fd6157417f3c52a03eed7bd0bf9e6ca8bf461beaefc361903485c1a97130947a1f866dfc60b8a60e46f49ec188d17518cb7782b1eb8760dc2612c61d2fc384f97298181b0e13ddcaffdc824960164ca696c1a29189b028bb0916b5b3b0b85b054b064d86252707c1d24bc9b0f4b1052c1b120acbf6bc8565b53f613a2a10a68f5f849546376065940c561604c2cad726304389604e910373898760d5e2cbb0ead7715858920e0bc5ceb0f074352c0c34c11afb6458b343026bafba070f9a1e0f0f3a2282757c26c13a6dc7e1c19b5078f0031c1eb27d3eacbbee21ac97d00beb5ddc03eb9b7bc243c515f0d0cafdf030e41f3cacdd1936743e080fef3c008f3498008f0c99041bdd390d1bbd0460a34f146c5c6b099b7cf7834dfe59c1a65e9eb0b924153677fe089b9f68852dfab6c056366b60aba445f0f8b80c787cc93dd8baf0036c531703db34bf846dfe36c2b61b5fc213ed52e089a515f0c49712d86ed33ed87eb0213c39bc0576887d013b5c34851d0d8fc053af6f85a79969c1d3aa5fc2d39e52b0b3ce28d879c20dd8b9e817ec423f865d7fa3f00c2a119ed171049e09fc82674ebc0dcff4308367666e8167c504c06e1b5260b7821df0eceb62d8fdcc01784eb0073cd75003cff33d03cf779c052fd8ac823d605d78a1d51578e1f63e78d1b9a1b057c93f78b1cb7d78f15b18f6d62e83977c74877d4624c1ff9510f671780dfbf430b0eff95078e9edddf0d20f43e1659a787859e56a7859d52bd84f6f1dec175509fbe519c0cbef0d82fd4bf561ff969db0ff670dbcd2d0005e5970120e1ceb0907da98c3816bffc1ab1acae0603e070edeb8145e3dea1dbce645101cb2e7171cf2cc170e9db5110e7d41c361e58e70d85b080e17e7c211f36de188b359f0baeec7f08692bb70a4b11d1c7931098eaca98623fb6fc351335de1a8c21638ea7410bc31f905bc31a501def8c012def8f11dbcc96c121cf3211f8ef99804c782d7e0d8dd1cbcf5cc3b785bc42878db36068e737900c78ff805c7572d80e35f5f81e33b86c3db1d6878c7919b70d2b4687827f011de193e15dee57611de23da02ef79f51dde3be938bcf7e306781f5f05ef7b5402ef1f49c0fba71c87530313e003b671f081056be003b943e003378be1345b0c4e5beb07a75f6e80d36f94c0e9cd5be083df0de00c73373863a5369cd1e506670e9a096766ac81b34b3ae19c15dbe123e14df091a33ef051a6153e7ac50f3e66b30e3eee4cc179471de0bceb1d70dea3f970fea0d7f009220a3e9170073ed1f71b3ea9df099ff41c059fbced06178c2c820b8e3bc2a74ed8c1855d59f0e9459be122e348f8ccb0a3f0d99a0cf8ec6d4bb8b82e1d2e59750e2ef939193eb772057cfed93cf802bf132e63cfc31553fec015910d70c5ed85f0957f2170956d115c75e6217cf5f431f85ae225b826672e7ca3ba0daea57fc2b5f1fd70edfe76f8e6fcc5f02d2303f8363217be636b08df716b83ebec9ec375178ce0ba2e73f89ed81dbe5765083ff471861f163c821f968c86eb6d40b83eda076e08d80637c46f811beee4c38fe256c34da35ae0c7a7d6c04f6699c0cdbbf5e0e6bf17e1671235fcdc7707fcbcd6137e51390e6e3d4cc02f3d9de0572bf5e157fd3fe1b6558ef01beb48f8ddd81ff0bbb85ef85df62df8dd7fdfab77bf0fc31f8936f8e35807f8e3d246b8f3aa3bdcf97e29fca96f08fc35782afcf5cd6ff8db4d67f8bb100677b172b8cbc30deeda6f0377bddb07773f36857b1af7c13ded73e11f31cbe11f1f0ec3bd3a91f0cfcbabe05fc323e05fbb27c1bf9dcce13f5e95f09f4b12f8efbc23f05fefcd707fe604b83f5b020f3cdd000fb49d86073ed82240cc6e04c83e8dc0d43704a91e8ba0536f2368ca10047d3d13c1a6ae44b0e5ed085e710721dd19443c390011df4e442413b72192e62f88b4520b91b93921b2e3b710aae626a2a84d44149db711da752442efff85d04fee234aee1ba29cfd1761914c847dd88a70d6c1086f9a8ef0475f20aa735710d5f54e449db11051e77f4704c5144478760ad1b2fb8e6845d7205a1dff106dcd4c44bba81ed16e5f87687f0d440689ae2083ae8e4774befd43747e352283a7a2c8e0c59d88de196f44efe31c44dfe015a2ff470b31f07b8818b44e46863eaa408621a98821ba02311c12850cff9a8f8c5c771d310a8e408cd69a22467de710e3117688f1c619c8e89fa688a97d1162dab80c19b3e2273266e03e62566582984b2620e65e6f100bc55dc4227527328ebc8c8c5b6a8a8c8b9a828cbb178f582a472396ad67112b750f62151d86d8e8a9101b8f18c4c6df09b125d29089757d88dd5c1764d2da61c8a4632b117b7b093265a11ee2e0f00871987b187128f5461ceb86214e3a8390699b61c4794307e2bc632ae27c3c05713ebf0c71be720b71397d1699ee3c04995ef50299fef90932a3a1059919d58accfcb91b9925139059aab9885ba837e2fe31089933fa1a32c7c50399bb6a2232f7421a32f7bd2932b7b71399a7fa81cc33b244e6efb987ccaf5a862cc819847884f8211e61258867e407c4731f83781e9b892cdcbe195904db215e95db116fac12f10ecd40bc0fd7234b6a5a11dfdc09c8527d4364e9fc55c8d2d84388dfda32c4ef6824e297678ef8f5be4196bf90202b4ede42fc555948802a1059d9bd0c095cf00509cc1e83049ef24602eb6d90559e3f9055d90c1234fe281214d08604c79d45824fff4256a7ee4556370f43d64cc4913547ed90100f0e09295882844e5b8f84d6a423e14b4124e2fa5a64ad6e06b26eee7364bd2219591f168bacbf54806c00ad9168f312243ae005125d71088971f64736f3e1c8962985c8b6c5c3916d29f39178d76a2401bf83242c5a8b24acfe8b24241f45b6139790edcd77901d374a9124d52c24e9920db273ac14d9b9f10f927cf11292dcc3227b9cbf217bc27590bd9357207b1d9e237b3f6d46f65d1f40f653cf90fdbf3e20fbff9920298bc62229be0c9212ab8da41a7f4552e7ce4352ef37220722ce2007de1423695bc620077510e4e0e4242473db78e4d0b8f1c861ab2ee470623392759f45b2bf3a20d9bd99c8117b0fe4e8debbc8d1131791a38fd5c8b1b2b348ee363de4f8040cc9e38621791b6291934a183979a11439596d8714a08dc869d145a468721372c6e1007226d50a3953f812396bf411393beb3372f6841b523ccd0e29d1ed454a9a2c90737d3c523aeb3752ea3e14b9509b8b94cda191b2a26748d9fd44a4aca118b938ae02b9b8e9057249e3845c1e3f1ab93c8f422ea70421575e6b2395a7ae209577e2902ac326a42ab013b93a611452bd2507b94e6d446a86af476ae26e23373a4a905aadf548edcb1348ed6f0be4a6a414b9d98e20b7a521c8ddd451485db931722f5b07b9f77b2772bf2d10a99f958a34d8f6238f8e55228dcd354893ed02a4299f471e7bc0c893d93791a77ba5c8d3de8548f39bf5c8b32c4ba465c824a4c5f931f2c2bf1e7979ab137945f8216de299489bf138a4edce1aa4ad6504f2264e1f796bf31379bbd61b7977c01c79d7ea81b44b3b90f6e2fd487b6d3ff21e3885bc0f4391f7e7f2900f5c13f2f1bffa76a43d443a5f94229f567c433ebdb3403e8338f219d242be2c5b867c29b442be9cad40be942e42becdfe867cfbd18cf414ff467eccfc8efc68d420bdf30390de8052a437cd06e92d9b8ffc347b85fc3e7a06f97da60ef9a35581fcf1ac40fe263b207d4ba448df330be41ff604e91fb209e95f700ce96fbb8a0cc01f9081bf9928f8fc270a75a5a3b03a0945eefaa0e8ca9b281af813456bd528ae744271c3fb28591c828a86af45c5a217a8d8b41995bc3f89caae4f44e50318aaa8aa429533da50462f0c653e6328db90877223bc508df7705473c20f1d6435031ddca841873c7e8bea8aca50dd712a54f7912faadb321fd5e3dfa07aeb1250bd9c5254aff137aa3f9546f503e5e8d0ecd9a8a141156a182d4287fb1c43470c4f478dcf01a849fa71d4e4aa133ae6f56cd44c50a266bbda51b3438b500b10422db6f7a2165d0c6af1e3353ab6ed223acec11e1d37f3226af91a40ad5cefa1566137d0f17b65e88495b9a83508a2d6cff6a1b663dd51db7d63d189c216d41e3e884edeb20b9d12c7a10eef7550c7994351c7eb3ae854cd67d469d578749acc059db63d1c75298c425dceb6a0d3b13274ba7a3deafa78153a4374189dc996a26ea59ea85b653b3a9b9880ce9e7a0e757f7b099d53a88dce8d5b8aceeb9a8cce0f7c8e2e30b98b7ab220eaa57b17f57a548e2ede3d0df5d192a33ebd45a86fe917d4f79d36bad4c50cf55b7215f56b8b4457348c45fdb3bea1fe17f6a1fecddbd09583fea12b3deea02b83607465af3eba8ada84ae4a6e44838df4d1d5a36fa0ab2f3ba22163d7a1a1de9bd1b00227347c472c1a9efb185d6bfe045d3fe82dba217802bae1a40f1a4938a31b87f7a01b27ef45370603e8c61a1e8d692e4237bbbc4537e7a3e8e62f31686c6339ba3565101ae72a47130c5fa109b153d0ed5f9dd0c42fbee88e5b53d19de13568f24c6334f9860b9adc254377c5d0e86e450dbadb3e03dd7de501ba376e1cba6fb716baff8b359aa2770c4d31b44053ce6d4253ae58a007a6dd420f1c53a307aedc47d31c9cd1b47d5568ba910b7a30568466ec7c8666eadd4033ffd5a2876c7cd1c323c3d0c31f0ad1ac317568d6add36856f30834670884e68c4d4073e222d09cec5834e765289af361247af464349abbad08cd2dd1458f0f9e88e6ad2846f3b296a1f93374d17cffbf687ef40334bfcd173d7104464ff4ed434fe66d400b580e2dd08e450bc6ac430b4ecc464fadaf424f7b7f464fbf3f8a16c724a32515fee805bdbde885c45af442fb30b44cf70d5ae6740b2d9b75042d2bfc8896d7eba317b7ad472ff765a157bea4a0959f5cd1cadeb7e8559dfde855fd0be8d5614e6835b408add67246ab2b07a3d50f6bd06b25cde8b57b8bd06b5fd5e8f5b7d5e8f59e58f486fc027ae362105a6bed80d6ae71426f528de8cdcb5ee8cdea7af476e428f4ce9aabe8bd1dade8bd7dade87d57157a3f26007d285b863e5c9d8b3e920b68a34912dad8618836fe89479bb8f568936d13da541e803e89c9479fc275e8538fa1e8331d107d566283b6ec94a22d7faea0cf77bd479f9f3982b6ae7a85bef4fd4f7222fab235087d35b6017d65dd87be5aff017dd5fe077d3dbe097d3deb11fafa5128da6e720e6d9ff41a6d7f6383be4f7445dfdfc8443f8cc9473b6c0cd00e472fb463f313b4e32c8976fa7d423f9fdf837efe3c0cfd121a877e69b046bf6a4d46bfea5f44bf15cd46bf9b8d46bb980d6897e607da75a702edbafb13edfac8a3dda39cd0ee437fd0ee73abd19ee20ef487c32fb4d7a50bfda50846ff74bc42fb82e6a2ffd6df43fb2153b47f540fda6fd68df647cd40fb33a6a3fd05f9e800528a81ad4f30a41ac5d0e10e18960e63587b1286fd8bc0f0f25f187e3f0d23ca5d30e2e63b8cac76c444f0794c6c9e84897dc230f1b26c4c62608749e2ce62b2957731d986fb98ec038051cc798c1e7113531aafc4b833328c2f3f8fa96a9e62aadf4e987af42d4c7dc40653b785619aae5398e64f0ca635ec18a6ade78269e70462da558b30edeb0998ce53736c886e13a67b2015d3830330bdd53f31bdbc5798ded74998c1c148cce0c8536c684222362c7e0d36ec5b1666185a8c0df72fc0865f988b8db02ac6460efb838dfc5b8d194fe6b0d135a1d8e82fa998a9d620ccb426011b63b20f1bb32f0f1b6bbe181b7be0133636331a1b5bfe171b67f2101bd7548159061ec02cc3f531cbda1c6cbcc94c6c7cad2d3661a4096633ee2f6633eb0366cbbfc26ced1b31dba8fff2f4e5d8c4e1bed824f60f36a9f4193669a01eb3d759894d5918804d29f981390499618e6d8ed8d46137b0a9a143b0698c1536ed863be692321173f94861ae3f82b119aac1d88c23a7b1593520e6260bc1dca863d8ecb86ecc9d73c1e6f4676273e52bb1b986fdd8dcdf9ed8bcd237d8bc6f3fb0f9191c36ff7129b600be852d68d7c53cc6f7611e73db31cfc53d98e7de139867c152ccf3b91ee6f9d6105bb8538579b107b1c5830f618b979ec1bcd31bb0253fdf603e8e4bb06583de61cb265dc0fc0c97622b7ab3b080210c1690f1070bc8fb8bad74de8dad7c35180b7c711f0b7c7b045b35651e1634f21d1694fd110b3a158405cb5cb1e067241642746121de13b190f2d758a80b8785be4cc0c2aaee60e1678cb088e1b3b108fb75d8ba0787b17503f1d886c7bdd886670fb10d5f9cb1c85dc658f488c358f4c9f55874713eb689dc846daa1b856d1e19806d4e388d6d3e7405dbfcc103dbb2db108b3d9a8ec5fef5c7b666cdc7e2f45ab0b8490d58bc781b16ff703d9610fd0b4ba8fe8c6d97e761db55fad8f62a05b6bde90696783b014becfd8025ddb7c376a69fc592c3596c179a8bed0e9462bba3706ccf9435d89ea7c5d8be1d9fb0d4496bb1d44c124b3d6983a5f62ec00e042760e9c3c3b0f4d8d158facd14ece0ef342c33780d7668f71becb0ee07ecb08f3f9665fa0ecbba6e8b6507ea62d969349663dc831db9f1043bca4ec18e2dcbc28ebd3a84e516a663b9979cb13c740496279d8ee5a9b66279770db07c682176e2bb183b09fec04eee1c8a15843fc20a1f4463a78f2dc08a74df6045ae7158d17f752eea26b133bae9d899e075d8d9e52c56ac4ac78a1d9bb0e22d2158c9a1a95849cf65ec5cff46ac74fc39acd4da012b9daec24add69acb4eabfbc2503bbf0448c951d75c2ca212556fedb10bb888fc12a6e0ec32afafdb04b5afdd8a56f5bb1cb7abad8952f065865d46eacea3b855db566b0ab3f6e60d56d4fb06b273762d70d0e63d797ba62d76f2ec1aeb70dc56a6213b09a3d7bb19abc07d80db755d80daf63d88d3b1dd88de6f9582d370dab7dff16bb997f05bbb5cd09bb5d3d04bbdb1f85d521fbb03acb5aecdef20bd8fd2519d8c3d1b558c3d0395883258435425fb127855d58739425f66c741df62c3c0b6bb95685b5fc32c75af99558ab3386b5fa9962adbba6632f5718622f2f4561afdf2dc7de305bb1b70137b177a79db0f7c867ec7d6f04d6c18dc23eb9ecc4be2ac5d8f7a1f558d7f46aac2b7b32d65d1381f5b82cc27e0c47b11febd2b01f5159d82f2c17fbb55c82fd8af881fd765a87fdb1e0b13f4e85d8dfd523b1bfef48ac6fcf42acafbd06fbf7e62cd6dfdc87033b1d71a0aa1f878efea7d000473cdc715cbf04274d27e3a203f771f109035c726b1b2ee5f7e0d29f5371caf61eae686ac259ad689cddd38a73959b7175d0465c28dd826b74d7e11a6319ae6d9d8a6bdfb6c1070535e23a13b6e03af3fd709d0d4a7cb09b193e64b4353e64c55b5cb75285ebf6f8e17adbbee17a7b9a70fdad36b87ee55ddce0f269dce0c9427c98f4023eccca171f56adc247740ec58de51db8717e156efcf5176e72743d3e2ae53c3eea44253efaee4ddcf4f24fdc7460e27f5d10848fe9388c9bd5bcc6cd877cc0cd6d10dcdce32c6ede6d885ba0f5f8d884707c6cea3b7c1c7a0ab73caec0ad8e4fc5ad6e98e3e37587e0e3973dc0c77738e11376afc227549fc76d6c6ee336b67ab8cdce5bb84d8d2d6ef3ad09b79d8de0135d37e376837a70bb0f77f1c9fdb6f894606b7c4afa4fdcc13f0777085b893b144dc11dbd0fe18e3b4d71c7230df8d498647c6a5a13eed4dd854fb3ba8d3bff0cc65db81bb84b9f0e3edd300f9f6eba1b9f99ee83cfcc30c56716aec367a145f8ac004f7c5677253e3bf81a3efba837ee6eb70c9fb7ec2c3effa235bec03e065fb0652feef1e903ee79b616f7ac5b8a2fb4d88f2f7cb60a5fe47108f77a108a7b7504e05e031adcdb301cf70e76c6bd2f56e13ec783719f4fc1b8efb24bf852a7367ce9fbbbf832ede5f8f2ca05f80abb29f88a9e53f88a9f6b70ff275ef8ca90df78203e1c5fb525155ff535010f7af6090fbe698aaf5e70155fbd70341e3a908c877d5f8687afd7c2c3a31fe0e14f6af1887b33f1884f8ff075928bf83a753abe61d5797cc3c60978e4fc757864dc033cf278041e59618947e51ec3371a4ec137debf8d4773d7f1e83f31f826ff35788cde673c26ad018f79b11a8f699f8b6f1efe04df7cff02be656534bee5ed367ccbe77178ec9d6a7cabbc1fdf7a6928be6d098fc7d9efc6130e5ec5138e34e1dbe1743c11b3c213fd613cf1c0367c47ce473ce9be35be73cb0c7c675b25beb3c315dfd93b074ff675c19357e4e2bb32dfe1bb3ab6e2bb1f32f81e681fbee7c5357c2f918aefbba28def3ff30c4f09eec353d28fe2a95ac7f0544f2dfcc09e93787ace26fca07e027e3078259e31458c672c8bc633caffe29909fbf0ccd44f7866433c7ec881c40f2d58881f1e648b1fdeff04cf6a4fc0b32fafc58f78efc58f5c7b841f793416cf45ffe0b935049edb9e879f20f3f193ca87f8c9a039f8c954082f183f1d2f885a83175c3f8117f49fc00bcbe7e0a7adc7e3a7774fc24fd769e1a7dfdec04f77fcc68bd8bb785108849f5d6e8d17cbf4f162cb22bc78ef6dbc049d8397b486e1a5615ff1d2cf65f879993f7ebecc1d3f7fe5097efecd2bbc7c22835fcc1c865f76ff835ff609c6af2c7d85576addc0ab8256e2552533f0abb378fceaf19378f5aa3ebc3aff1b7ecdeb3d7e6dc530fcda7963fcfad05bf8f5d06afcfad55cbc061e85d71838e23531b5f88d392c7e53d389df9cafc66f1998e0b7bf58e077353bf1bb439dfe7319bfbb0bc3eba04378dd706bfc9ebb217eefeb6ffcc1fc50fca12c1e7f38e920fef0fb38bc118ac21b652e78a32a086f0c15e18dfbb4f0a6b5be78d3661fbc698f1bde54928a37dd9a8237f531f8e31d2cfe0458873fb11d8f3f99d885b7cc3a84b76c7f8fb71c37c35beecec19f2f71c15f841be1ad018ff19719b6789bc775bc2d88c7db4e00f8eb71cff0d7b1a3f0b77129f8db74047f5b7f177f57c2e0ef9e2ec6df973cc3dff71ec73f3c0ec23b7c03f08e1759f8a76d93f1cf7a2ff1cfb633f1cf6753f02f4d17f0af6737e15f7b2cf16fd3fbf16f1fb5f1ef6bd6e15d951abcfbd42ebc677736fec3aa08ff71cf01ffd1668af7ae6bc37b3702786ffa61fc27698bff8a96e3bfded7e0bf075dc57f0fbe82ff3ed58aff7ed185ffd1e6f13f265bf0bfb203f8df81ab785f9204ffc73be1ff2a40bc7fb331de5f10830fa0a6f880f7727ce0cb4102b45f4780f3030830d584004b29027a779440d43f08c4c08e40760512c80f1181aa1f11a8ed3002e3f61098c54e023fd042109a6882303427c42d302199f38f90f49d246429fa04557298a0772411ca263b821d43106ce56782bd3785e0705d821bbc90e07c1c093e622fc197f6102a5e8b5065b28430ef30a1797d99d01a9a4368253710da836611da179f13da5f771283a1dbc46062223178eb066288683131446143e8857d25f4f61a1206442c61503394185ab2841856534518ee0922860f8e2086ef3b4e8c78ac4b8c24c71223695b62e44823c2e8d143c278de55c244768e3031eb2146cf4689d1ab3e11a37fe38469d448628cd545624c542761e6ef44589c7b4e587cdf4e8c8b7e428cdbf78918d7f590b0e47c084b832f84a5792261394f97b07c924f587e5d4958f67c24ac129289f196ab8909adab09ebe1d7091b952f31b1e5106117fd9ab0eb1841d87d2925ecf5b409fbfdce84fdbd6e62ca832fc4941f768443af25e1e89f494cc577135387c4105357b6134e36a708a7962384d3b751c4b4990b0967adeb84b3bd2be15c1148b80c0f275c4655102e252ce1faee1d3123703d31136826669e9a45cc221d885927720937b74984dbb3e584db9b02c2ddc980708f7622dc8f2511ee0509c49cd9f388b9e37062ee198e98c75412f35bc7100b9ab5090fcb36c2532f98f0745d4e7896cc2416a58908aff1d7082fd7638497af8a583c3d9a581c62412c7eb89af01e914a2c99ae247c985784cf7c86f09df399582aae239666cc2096e686124bcfc6124befdf22fc74eb8815ce3b097f830822a0299a5839641a11b82e93086cbc4804d36b8935c3af126ba2cc8835cf1b889009e944e8522322ccea1011f6249108fb664f84e7dc20d65216c43a761bb19e584b6cf05c4444855711513f6b888d452dc4a6f040620b1d416cb13e4e6cb9329b885d319f88ddbf8ed85a7493d8b6c39c88bb1f4ec43d6f26e2078610dbe5d789c4d0d344e2e545449264359134cc84483a3c95d8859e26768b4613bb23b289dd8fea883d368b883d8fb589bdfff4fe534cec27dc88fd2bdc89fdc7da89fd1f1f10290e3d448a630c91fa36933810b3823870fa2d71e04c1b9166b488489be144a4bd1f46a48ff623d2e71711e9b5ef88f4e679447afb61e2e0d58fc421c09c386417481c72af27b2606b22ab3489c869a488239365c4d1051388a3af9389dca19789dc152788e35af788bc9b9388bc6fe144be6680c81f7387c85f3c9538a9df4414646344e1a4fbc4e9a82344d1b4d54491879c280a3c4f1475871167c04144c94b9428755c4294eeb84f94fe375be74fbf272e94fc262ed4161217da8f1065dadd44d9f71ca2ac574a94e31388720327a2fc9098283fb782b8e8be92b858a74d5c7cf295a8a8ae272ebf21882a892951b5eb025175682851bdbb9fb8b66480b8166046d404571137d85ce2c67009517bd98bb8397d1f71cb2693b8656b45dcba1c42dc3eb885b8fd424ddc19674edc59914fdc897843dca95f41dce9df4ddc634e10f7162711f74d6b88fbde29c4fd7de6c4fde37788077229f160c30ae2c19716e2a18d2df1b06f01511fb788a8df378ba86f4c261af89d4443d322e251b23bd1f8d49a687c594c3c5991413ce9bb493cdd20259e1eed219a2dcc88674359e2d9396ba265d971a2252d8f7841ea13adaf40e2e5f624e215fc96781b788e78db7996f8b0be8bf8f0c087f8e8d64f7c5c0b111d46d644a7ac8fe8d4bd45742e1c4a7cd636233e1ba6129fd3b4896fca69c437f56ca24b144774adaf27ba067c889e9dd3899ee377899e1304d1331044fc48da40f4c6eb10bdb70e12bd6f70e2b74707f1bba69bf893fd99f8d3ab45f4e97b137d3f7e10fdd39f13fdae538901b53e31d0709f18782e25c18d2f4898f52061a368122e5693c8d05a12a90b2031710189b9cd2371b515892fde4112475793c4d37324091990e4e639a438c18494fa369272ff5324b5d68fa4be3d20154238493fef2319c53392993f85641ae348766829c9be1942b2dd7924e7b09ee41658935c6933a93af0875497bc2105b105293cdc4f6a963d21357f4e925af22452cbf50da935ef1239845a49ea1a92a4de8995a4be248ed42f8a25f59fae220d5251d220dd9a34f82b27872dfc410eaba548433e9a34d4fa4f91821cbe7d1a3962ce0372c4d14e7264de3072e48d21a491ab0b69e4f69f1b9f49e3d518697c633a697c6b3769c29e224d9c469126b1cf48b33227d23c731669c1d69163275f25c7a52b49cbd1a3482bd35872bc6415395e154a8e1f7f8d1c1fd94bda6c594fda0e36266da7bd206d67fa91b68d6f48bb358fc9c9441839d9554d3aec79493adcd2251d311dd2713b484ef559444e8d0825a79ef94d4eb3f8464ecbaf239d770590cea95ea40bd94b4e1f8049d7b3dbc91957ca49b7ad8b4877ff63a47b5317e9febd939c236926e74c7944ce299d4ecead61c979b21de43ced17e4826786a4e73403d2b3ea18b9f06405b9b0c4855c64eb442e2a0827bda23c48afe4b3a4d7a11fa4d7fbe7a4d7e77de462dfbfa4b7d717d267e45ad257934efa0eca217d0fb0a4efc763e4d2b57fc9a5097bc8a53f2dc865654b493fc4835c1e664e2e7fd040ae18d143ae08b84eae684d27fd5deac9808b0fc9954f83c8c0b685e4aa3a0f72d5efafe4aabfc3c860cf3fe46a2373720dd342868c0d2043221832e4c87732acca9c0c87b692e1a78bc908a708322234908c287c4caedd2f25d73ef426d795a9c8757fb3c8f59b47901b4c66921b3e4f2323474690916eb664642f4646d153c928cf4be4c675ebc88d31cfc968c51c323a7934b909ad23378dda4a6ef2de4f6e2a7e466eba6c44c6ac1f4cc6b42d27378f3b446e4e594fc699dd2213d66d24134aabc8c48db164e2c79fe48e35f3c9a45f196452bf37b933122493d5ce64f29e6472d7b64e7237f18fdced2326f7c9b3c9fdf742c8149b8f64eaf5cde4012d03f2c0ce9564da7f3d72f09b199939ff2999a5df40669955935995d964567f2b99bd6e279953b5853cb252461e8592c8632f3dc95c0b84cc0db84be65e7d48e6febb451edff587cc6b3a4fe6cbb4c8134e0af264812b59b011240b526bc8c2ef23c9d3bc2d79fa441a59a4a8208b867e26cf3c8f218b2d4692e76023f29cb50f796e5a2279ae7f1159aae5435ef04d212f846d27cb260f27cbb63d27cbfa6cc8f291c7c972af4ab23c7c2d597eeb3d79314d4e56aca6c94b5a3ae4a5a92fc94ab74764959d3d79b5600179b5fb18593ded35599de24956e76f21afd33ae4f5222579fdda58b266a62b5953ea4ad6ba6592378d4e9037c36bc95b849abcd3174dd6e93c24efcd7b4b3e704a271f5c74201f8ac5e443637ff2e1021df261691cf9f0eb55b2c17b31d9384d9f6cca2d269b6e19914dedd7c9c72ec5e4e34b17c8c76f7bc8276bde934f3dbcc966592ad96c9e4f364fcd209b576f219b937ac86786b3c867fe9fc9675f4564cb9fb7e4f3523bf2f9f39de4f3df3664ab8735d9eaf7947c53bd857cf33d977c3ba8837c1bf69c7c5b0f92ef6efd21db07af27dbafc690eff3b5c80fec6bf2c3353df2e3cc16b2c3b28efc94309cfc9451447e363f447eeeda4e7e39fa80fc52154a7e5b8290dff2e6925dc846b2bb7811d95de64d763f75267b72e2c95ec28dfc8568c85fea4af2573d40febed944fe0162c83f072dc9bf567bc8bec9bfc97ee513b2fff228b2bfea920818c28880da3d2270c95511dc522e82bf648b901f6d22547650444cb211911d3e22b2ff96486c632e12cf7a2b127bad11896b28917cfd3891bcc751a458bd46a4784b8a689f1d22665a8588f57513b1af08116f4489f8888b22f5b4f122cdc26691ceeed7a2213b34a2218f4244baca4891de9d5f22bd67c522bdb78ea2619f0d45c3472688463a6f15193b9c14199f992f327ee12f1addf74134766d9468dcb0d1a2717741d17848221a3f5c23b236f821b29d3c4564272c13d91dce154dd6dc154d2e731639a28922479fb922c7965da2a9f301d1b433af45ce138b442ed80fd1f4aa0fa219f9cb4433de448b669e8813cd2ebc23726f3d269a939b2c9a3b739068dea09fa27943cf88e60572a27967ee8a3c4e4f147974f58b165a9d102d8a7f285a54868bbc0c1f8a16676889bc6f468b7c3229914f95bfc8a76dbbc8e763976899e2bbc86fa6a9c8cfeb81c8ef84bd68c55c73d18ab83f227f8b13a2801537452bdd6c442b3ff7890263834541432f8bd654f48bc2be368bc26f2e148577ad12ad8dff275a7bc556b4f689bd6843509e6843ca1ed1862a52b4f1cc5ed1a66e47514c8942b439f89868eb9dc1a278ec8928becc429478ffb128093e2bdae97952b4b3a248b4bff08d68ffd3f5a2fddf34a29491df442921d9a294aeb1a20357e689d2cac78bd2fa968bd27367880e3e3e2fca305f2bcac8db2dca78eb263a34af487428639f28fb42b528bb2954942364898e486d44474d0d4547933a4447f33e8b7293ffd36e213abee68228efde1551fe153bd189286d51a168b1a870f25a51d1b29da2a2cc7a5151f950d119f102d1d9e009a2b36bd244c5f59f44a5c3f78a4a1d46884a8f6688ce8b0344e7a5fb44172a6b4565ab568bca820744e587b545e567424415fe334597e40f4457669e115526e98bae6eb51255abad44d7aefd115dfbfc5074dd6e81a8469623aaa99e2caafdc6896e7eb112dd32382eba03bc16dd893412d559b488ee8512a2fbe7b245f5e41251fda77651439452f468fe4f51a3e8aea829d858d4543041f4384b2a7aa27111357f2b10357f27452f62ed452fae5e12b54e582e6a6db82c7a795e10bd7a972c6a9be9297a3368bce84df407d15bf90ad13bc53451c796c1a28e0444d4198c8b3e2f5b28fabce2a9e8f3da42d197447fd1d7e491a2af67f445dfffebbdefbeef455ddff244dd3778d10fbfb5a2bf1428fabbf3b2e86fc67d51df26b9e8df8336d1bfaeb762c04a2c4626558951c701319aea2826f2fbc4e4875d62519baf58a225154bc6ee17cbb6f98965d99162b96c87589ef35d2caf382da6b532c4f4f85831edfc5cac043f88993d1bc5bcff22b1ba64a558ebd546f1e0b1f9e2c1af5688f5dc4789f5dad2c4064a543c74e235f150cf096243a1433c7cb9a37844f55cf1c8c9c7c4237b78b151f50db1f11163b159de56b1598189d86a8aa3d8aab3433ce1f44ef184d255626bc0506cedbd546c1de224b69dfc583cd12f576c9ff74a3cc540e73f1fc553de3b88a77ab162a7053662a71d1bc4d31ecd154ffb982e9ef6f7a8d865f56cf174dd66f1f4608dd8b5cb503c6b559078d6b32f62b73d0662b78cb562b7cc24b1fb9eede239fe9de2b95d6bc5f39f54893def8162cf7f1ee2c5db978a17ef9a2d5efcbe50bcf8db4bb1f7466bf1d24593c54b3bd689978ba68a57cc6d17aff8be41ec5f9d290e10dcc40195a7c5812b7e8b5749d3c5ab6a92c4c1a5b438b81b15877444884367a48bc3348ee2b0ceade28805f6e2b5661271e4759178e3d5dbe24d8576e24dafb78b638012718c81ae78b3d65cf1e6bedbe22d95dbc5716a53713c74439ce02488137cebc509fbf4c4dbdf1a8a93021688777a3489934babc57b1221f1de962ef1de9fd7c5a951afc4071c6ac5699bf789d392e3c5076b4f8b0f3e4a16678c0816671169e2accbede29cd69fe223eba7888f775f15e7e93e14e75d5c2c3e1192282e18ad1617fcdd2a3e6515282e1c7b475cd8a1119f398e8acf6e7215976e10c4a56fd689cbc692e2f2a2a7e28b43168a2fba7d12570c2a125714c4892f7b1b882f6f2e115fd9d123be52982baeda9420ae8a3b21be9a6d2dae1eb7487cfdc67171adab85f856c21df1ed5b43c4b7dbf4c5778e6e12df39bb557c778893b88efa287eb0b650fc1099257eb8638cb8fee268718325276ef0771537c44d11377cce11370aa3c58d5b07c44dee3ae227d412f193ec6071f3fe05e296d25be2e73733c52ff69b8a5f343a8a5ff4be14b7eaed17b7eea3c5ad15d6e236cb47e2b62daee2d7c687c5afebe4e237a095f84df701f13b91bdb8bd7fb7f8bd69b5f8bdf378f1c7192bc49f7891f893fb29f1e76b0fc59fbf93e2affda3c5df64c1e26fcb7f8bbf5b5d1377bd568a7b960c887b3e36897f6ca912ff0c04c53f073ac5bfa65888fb26d3e2fe414bc4fdc6d7c5fd05bbc503ab1a24c0dd7209981f2e818bc74be07fef2578f36309b1a558421c3e20215a374848699084dcfb5822227e4844e51b24a25bd325626d3d898c0e9228a75d9530410a097ba14fa2729a28519f73970816ae12e1e42089a6f79964d0229964d0328d64d08627129da84689cec69d12dd785b896ec936895ea4a7447fe82089c1890792a18b5d25433f8f970ccb5b22313c6d2e194e6f938cf40c958cfc7349629c7b4562b2f28bc4e4835832ea8ca36454e751c968fb08c9e864b164ccf51489f9b625128beb3d92b1c19d92b1bbcd24e3473b4926b4874a6cc05e894d848dc4e6f16c895dc033897dac97648a7fa1c4e180bdc471c727c954234232d5da4ce2343c4ee274f7acc4a96196645aa08dc459ebaac4b9ecbbc4c5f5bd6446112c99f1ef926466dc6ec9ac6b0912b7492e92b9e7774be61d6024f3fa649205ebbd240b7e43120f8f93128ffd4a894755ad64e1123fc962936792c5d9f3248b4b6748bc5f364b96c8174996e8444996cc3c2359b23c58b224d45be2a3de2bf1895a2559c6cd90f8ef1e21f16fab91044ccf9104f4384956068f93ac5cff4a12a86e95049eff275915672b097a1a28091e7a4db266658264cdebbd92353f8d2521eee72561c6d692b0922449d8c57b92b0471325e1b20149c4830ac95ae72cc9ba9d0992687c836493004936f58d93c4dc782289756d906ce5de4ab65e6d966cfb1b2b49f29e26d969474876fadb4b924fe848f6787b48f6acda22d93bfba6646fea09c9ded70b25fbe6b84af6c79948527dde480e4c0f96a4d5cd90a4ff7d2dc950c44b32160649b2a672926c99bd24bbb7519293f25072749c587274d962c9d1f44cc9d15749925cfb6592dcbd0192bcc58024eff569c9097d37c989aded9282a8539253f31e484e65de909c3afc4c72e6d421c9d999b324e73eeb49cef58b25a56ebb24a53e2a49e91113c9f955b992f3a10725652bc324655d86920a189654149e975cfabc5f52e9f248726dc31cc9f58d5e925bf56f25777853c9dd0beb2575f2ad923ac33592ba5d0e927b9b7325f7767e92dcffbe58f2c077a4e451f13949d3f52592a776d192e6badb926707bc25cf237325cfafb7485e0cbe2079e1f24bf262cd49c98bd802c9cba3a59297a7e225afae0d95b4ddb390b43dec94bcdee92c798fa749deefb3947c30e8937c845e4a3ec5ac937cf6574b3e379c937cfea0907cd9eb26f9f23348f26dcf48c9b7f46392efe69b24df6f8c96746b9b4a7abc54929e3ba6921f334b253f8b47497e7f3c28f9dd6d2be9fb9b2a19787a490ad9ad9042536ca430755d8af89a490969bc54244b978a4f244b6543bba4b2e1ae52c5ca4552c62f49ca5e8f94f25caa940f3b2dd59a1428d55a754baa6dfb583a2277a87444ef3fe9c8a993a523ddc3a446dbc2a52660a87414f44b3a4a92211d35eba174cc862ae998dd6ba4668b82a466917ba5e6b6efa5e6d5d1528ba92fa4162e57a416770e4ac78e8c968e1dfd493a36cd503ab6bb556acd8d92da249f96dab4d8496d67ae93da363c95da05e448ede2fba476df82a49346e44b27859e90da8f9a239d1c562c9d9cc74a1da688a4532d42a4535bc74a9d66dc973a657f924e13d4d269ff10e9f40d85d219ffee4a67ad3a2a75d37694ba1de7a4b39f8c94ba478c92ce71db299d87544a1738384b3dfdeda49e2943a40b2d4648bdaccca58b4ff352ef64b9d4bba44feae3e829f56d182c5d763850ea27ac92fa8ddc29f59bd526f54bfb2df5ab1a90ae10bd95ae30c4a4fefacdd255eb364b83fc5aa4c1dc2669b0ee3969f0d0d7d2e0b82269f07b89344456230dd1192c0d15b74a4375974943233e48c35e6e9586759c9486fdae95461a7d93463ae0d2a8530fa531fb5e493717bb49b74dc994c6f1ddd2847fefa43b260f4893967f912657164a778918e92efdedd25d91ced25d8f22a4fb6de749f73fc994a6d80c96a65c8c97a6d6944ad357e84b3387cd901ef6e99366d58c9666dfb4911e75f9203d7ae8a5f4f8c1a7d2137708e9495d5c7af2d7336901e62a3d35eda1b4e86cadf46c7db5b4a4eaadf4dcbad1d2f283b7a417636969051227bd54e42daddcfe545a159326bd96ee21bd1ed127bddebb4b7ab3f78ef4d6839dd2db6695d23b4b7da475e171d2bae6fbd27b7097f4dea570e9fd618fa40f4ea8a4f566fed2472b22a48d3551d2c6bad5d2a609f9d227734e4a9ff4df943ebdb251fab4f6a9f469fd2569f3e591d2e79691d2e76f66485f7aba49db8eb84a5f5b0f93be9e9d257d6b0848df76b54bdfadcc97be0f8d927e9c1320edd8bd4dda792542fa69bb5afa59b74bfab93658fa756194f4ebc13fd2ef54a9f47bec6e69d7e85fd2ae1922e98f6543a5bd690ba57f46df95fec91f2ffd9b162aed1b1d21edfbfd47da8fed94f647ae9501bbafc8c0a22f32e84a850c7e3c4886fabc95a111fb65d83373197e414b26fa49c9c4e01699445c2e938ce765d2802d32b969ab4c117e50a6f8522fa3cfa5ca98724cc6620764ac4ba68c753f2e63ffdb97330564dc1b03194ff6c9f8719932b5768d4cbdf7844c3b76b06c50de7499cecd38d96074816c7063bd4c37f1b34cdf6aafccc06c8e6c68b081cc30da4436a2f293cce856afcc78fb4d9909724736eabf35a3c73e918df6fa24333515c9cc0e3e92993d4c915914ef958d3de1231b5be22c1b77c95a6689a1b2094a4799adf97099addf7c997df968d9e47ca96c4af7279963b248366db08d6cba49a6cc75bfbf6ce6a965b299ad1f64b32a40995bf442d93ca844360f792c9b97e2249b3f3e4c36bf2745e611f146e639a858e6e9fd5ab630e89ecc7bf1769977f23699cf6289ccf74898ccf71a20f3c3bfc9fc12bec9966f9b2bf3f76d91f9975f9685d4ee93853cc564a10dcdb2f0acedb2f0f36764e1f50f646bc53ab2754bb2641b120b6491b63f651b338d651b8f3bc9a2131ec9a24ffaca36d52e92c5acdf2fdbb275852cb6305916dbee28db76cd5d16671d2c8b27e3650923bb65091f7fcbb67b78cb12f5dec812774e91edf8b3449654be4b961cf05d96bcc752b667ee7ad9de61bf647bad0a65fb7dcfc9f6df2991a5067f92a51e9a2e3bb0bd4276f09c203b58e1223b58374496d13b4c96f1275976c83d5596c5f2b2233995b263567eb2637b5d65b9fe9db2e3db3ecbf2e7a86505f7c365a7e6e6ca0aa73c9615f6dc959d0e9e263b639c282baee99315df5c203b37ec84ecfc8408d905676dd985f83059f9b08fb2f20996b24b97fe73a35776a92e5076c5939455abfec9ae850cc86afeeac86e981d95d57acb6477ee27c9ea829ec8eace5ac9eaaae265f71684c8ee15dbcbee17cf943d6c9c207b3ca75df644795bd62cfe296bb674973d4b59226b215c652df25db2e7a54b65addc21d94bee95eca5b19bec65202d7b19f359f6ca3c42d6f678b6ecf5535af626da51d6bee3a9ec4367a1ac43765df649592efb6c9e25fbf2562efbd2d32efb767b9decc7dc25b21fe56b64bd9f7264bd7d35b23f45a6b2bfa2fbb27fba6f65ffb697c9fe5d3296f5377c930d1817ca0189460ef2a81c6e9f2d47fa46c951ef30394ebf90e3cb70397ea2524eecfb2c277e2d928b6e8c948bc745c8c51fc6c825a4af5c6acbc865eedbe5b2f679720571474e0f58c89507abe56cc236397b5c2de74937b9601d22d73eaf926bd757ca0735fac9759a19b94eef78f9e0e73972dd7ba7e4faeb01b941ada3dcb0e8ad7cc4cd2df291191fe4236f7d961b4da9961b73f3e526afbfc847e964c84d97b7ca4db735ca4d4bb6cacd6a0ce4663f37c9cd2751f2b1c00eb965132cb74aae955b9567ca27781e975b77b9cb6d9e7f90dbfd2c944ff90cc81d881d72c73198dcf12f2a773a794ceef471403e6ddf45f9b403ebe5d32af3e5d37fa17257ed3ff219a23972f7f56be47314c7e4734e46c8e7f4ee97cf7ba7962fb01a2a5f907459eeb1f283dce35b99dca32748eeb962b0dcb3a448be28455fbe2873a7dccbbe40ee75d75abe180b977b1fa5e44b3e8f912fdb355a1e78a9411e7ca1421e7c7fad7cf55d4ebe267da23ce4e9377998d6397998dd2379b8bba73c22ec967cfd881e79a46ea87ca34c47be51314abe71e0b43c3a495f1e9d1c20df3477aa7cebe474f9d63f947cdb1d58bead7e9b3c6eea7979c2e076f90ec7487972a7a77cd78283f25dffbce4bb37a4c9f7849bcaf73498c9f775ebc953dea5ca5325d5f2838bb6c80fc5bacbb3ac16cbb3076f9367ef7e28cf3ef75b9ef3ef913cd7c3489e9b30437e3c8092e79bf9c84fc213e505a647e405df4de4459b63e4452f94f2b32b4be567bf8c94171ba4c98b0d53e525ade5f20bced3e4657aacbc222f477e69a88bfcf2a4787965eb1079b5db697975d662f9b5b1c6f21aa326f9cd864af9cd81b7f25b990af9ed9a36f9fda743e40f9a7ce40f8fdf96d71b5d973ffa612a6f046eca9b9243e54d3519f26766f1f267ef5fca5b9d59f9cb65d7e56ddbdecadffe2d90b757d7c8dbbb58f9fb3bc1f28f4333e41df755f2ce2d69f24f5ab9f24fcb9de49fdeeac83f7daa907f593e58fef53423fff6345afedde7b5fcfb0020efcad097f77aa3f2de9da7e43feffd90ffaaf82aff7ba14fde57d52eefd79d2e1fa83d410165d91494164a21f85c0a91f750f850170a0f5f44e19b2f50e4683d8a7cf48222dfd651a21bf729f1acc59438603c25d1f3a624bf214aa6584ac96ca329d9b5ad94ecf3394a6e3640c9cf0da528114151efca29c5ea488a8edc47d151fd94f2ee538a91aea518d3a714bb91a0d843bb282ee917c5b58650bca88552ef5c4ba9fb23284dc8624acb9aa0b49ac3281db137a5a3b94de958c65243ecbe50438e5ca4863cbc4ee9ceb842e97dd949e9338b297dad60ca007e46191cf5a30cda1f53438fdb51c3c0526a58d23d6ad82f6bca307b3635fcbc1735a2620e35e2512035921a478d7c5d43194dfa4d19cde028e34b5b28133f35659273961a65fa9e1ad55a4b8d7ee6468d310aa0ccf22594d9b554ca7cee79ca623d488d3d7d931a67b8891ab7622b356e533f356ed73eca6a8d0d6575760e35e17e0f65b3cc96b2898fa26cee0394edb31dd4c4879fa8898ff5283bf3b9945d583835a9f30465eff6979a32fb1b35651e4c4d09fe4339ac594839e46ca31c7ad6538ea90fa9a9f1c19493e50fcaa9ac8272be9545b9f896512e87922997e3df299786a7d474a3f3d4f445e6d4f4f019d4f4575f29d7c93ce5ea6143cd787e919ab99fa6662d3a48b9097b2937af26ca6da716e51efb9e723f368e726f37a1e60c3940cd0b5f4bcdf7aba2e61f0ca61644f5501ea252ca439c4b79fe2da416da5da1bcd6e7525e9f22299f0bf7295f7037e5bb97a3966ebb462d2bbe45f9c966507ef177a9e55a3f287f288a0aa0392ae0c36e6ae5fcf154e0d0622a70c33c6ad5c31a6af59a726a75520d156a3c9b0acb3b4b85a79950e105e3a9b5ee14b58e194fadfff68fda70be8cdaf0a39b8a2cdd4b455e5a4c6ddc329c8a764ea5a2a30e51d1b71ca84d9ffe509b3e6fa23677db529bfb4e525b268ea0b6b828a92dfe73a838bf582ade740fb5dd633995985844ede0eba81d5a4154d2a65b54b29923959cf79ddae5f089da75ca9eda75eb26b5dba585dafd3d82dafb7b22b5bf40441dd8b88c3a70d4974a9f994ba5cf9250e9af8f53070dc6530797a5510723e2a883598dd4c13f4d540691456538cea30e1d30a60e1d3d4c1d3a23a2b2be3650d97a6154b67e0895f35c4a1dd96f4e1db930883a7a6114956bb1843a31248f3a7137983af13b9f3ab9c78d2af87a913a15f6893af563215578ab983aed368b3a73e22b75e6b740151b795225c3daa892c4655429b5822a9d7e903abfe51d55767a0455aef4a4ca8fe85117f33f5115f046aa62eb73ea72ad097579e00f55b53d9fba6a3184bac613d475af4eaa46673a55b3660755bb248eba650651b7de6a51b71b0ca83b4e76d45dd55eeade103fea81de52ea81a32ef560f60dea21c8538f0405f5e8c720aad1b28a6afc604535fe9c47355524528fe714538fd394d493901eeac981ddd453470df54ccf977a965e48b5a489a9e79b48eaf96e11f5426b12f5c27413f5c2d59e6af36aa6dae22f51afd5c7a83783c3a8379771ea9d8e05f52e7609f5def22ef5bea29cea38d44a752241d4a7417ed4e74e3fea4b6418f5352694fafaae98fa86c9a96f9d4ba9eff96fa82eb34f5457e066aaaba782ea9dda4df5166fa17e4ef941fd722da07ecfb7a2fee0bad4dfe8a7d4df5fc6549f7211d5372a8beabbf085eaffba4e011cf45280ad8f14d0ce950aa868b00296ae52c013df2a90594b14d8281d055e3a5b41e4dd52c882150a59ef3f85dca84d41ddb25328ead62be8b577144ad7390a65be814259d9a060344d0aa67cbc82fdf247c129f3143c7543c147d82bf88ba314aab2410a75fb398530225ca13d90a61844ba2806ed5ca7d0313454e8781e56e8be1ba7d063fa157a97e40afd410715862dc50ac3ce6f8ae1f3972a46cc5ea318b1ab4231e29f9b62e4efe10aa3c14d0ae3d28f0ae36b6b152654bec2647090c224788cc264879fc2d4294a3186562bc6042c578c09f1508c793e4d61466c5798799d5798ad79a130bb9eadb0d038282c56442bc6be3fad1837c65831cee19c62dcf2bf0acbb9ce0acbd01b8af106918a09193715133a5e2b6c4dd40adb632f1576175a1593a0758a49e72e2a267d5eacb037fea49872e8bac2e139af981aae5238f17b14d3b2e728a6dd4e5238ab5085eb8a710ad7e838c58cee6cc54cdb5ec5ccc416c5ac69210a375346e1f6659ec26da046315bffbb62b679ae6276489ec2fde744c53cbb158a799de58af9ec2285071aaef0b82c283cf92085a701a958b83a52b170cb30c5a23163148b8e8628bc2473158b935b15de8bea154b96de562ce9b9a6f0ad9fa458a67b5fb1cc7197625942a8c2cf64986279e37cc50a83790a7f50a2f037e315fe396314feb5cb15018e43140175ee8a801f6e8a95739f28020f5c51ac922f54ac727ea408daf74d116cfa42117c3d57b1a66db922e4bd5411da0729c26c0614e1b7372bc2bb0f2bc2fbfe2822feeb858871968a887d868ab50b0f2ad6ae3bab58fbaf40b1e1f72a45d4f1a58a4d1fbc159b5f0b8ad82bc98ad8ea3c45c2e66d8aed1dbb1589cb2b15899b3629127f042b76300b153b964d50ec1cacab48f63fafd895882976274a157b479d53ec75fdaad85b882a5257652b52374d56a46ed351a437b828d23b7d14e9dfc628327c0e2932d2362832ad9c14998ec71499b132c5a19f268ac3718315870fc52a0e3f07145966418aac497715d93fe31447764b15470ae214c752c314c785338a3cc3258a7c9b34457ef402c5c91807c5c9bd0f1427bb41458176a4e2d4624e513862a7e2f498078ad3bfed14455bd58a628db7a2d88754147f6515e714571517a45d8a72fd5a4505eea8a8b892a4b8b41c515c5aedacb874b65571f97d8ce24ad7494565e80b4515325f51757fb4e2ea84ff56fde85154c3898a6af13b45758997a2bafb8fe27ac90ac5cdd19e8a9be387286e1ebfa6b8855c54dc6a7755dc4e78acb8fdfda5e2eebc2ac5dd5d4b1575c66d8a3a6fb5e2decc78c5fd20a9a2de70b3a2718895a271e40b45631ba568d27fac686a2d523cb67aae78821b2a9eb0f58aa7e72a15cde6918a66a7704573ef7ec5b3bc0e454bf913c57397e38ad617db146d9f36285e2f7452bcaed528de9d18ab787fb452f1fee97e45474cbba2734abbe253a0a3e2535fa1e2cb190fc5971bbb155d09f18aeeea0645ef7e17c54f7b95e297eb1bc5af85ba8a5f911f157f795fc55f61bee2ef22d57fee2afacc211a98564603ff1a69d0e81c0d07cda6e14375347249a091818334baa597c61a9fd158c75c1a5f2fa3f1a84a1abf50419367fa68915e1f2d8e56d1e2da3db4c484a025fb2fd3921bdb695949134d4f6768fae32c9ad1b2a599e39b69e66f14cd3a00345b934773775fd32ab52fadf253d1aab7ff68754836adce71a785750f69213e8116ae0ea5855a86d6d8d5d19acbbeb4964935ad7dfd3c3de87531ad5343d13abfe7d0836d6ae9c161a5f4105b81d675aba4f5869ca30d5aebe8a18375e8a141303d3415a4473e74a38db6bea38df6a969a39c467a94811e6d1a5d489b165ca4c738c7d263baf7d066c68b68b3502fda0285688ba200dad2f8306db93095b6d2be485bedd2a7ad9a3ae90945083de1c154dac6751e6dabbd92b6b535a26dc33269db5fbdb4fd28156d5f4dd0532a47d053b19df4546a0e3d75fd017aead993f4d4d679b453910f3dcdb9989e16d840bb8cbc44bb4c1d46bbeca9a05dee6ad12edf6be9e96fcfd3aedc58daf55001edfa2f8a9e61de4acfdca745cfb63848cf7ed940bbeb4868f7a1ef68f7039768f7d7183d27408f9eb36e1e3de7e4497ac15a98f6f099452fbebd8cf6ae7f4f2f99f497f609caa77d0f6ea697cdbc41fbb94fa297d73ca2973fa6e9154ccc7f7ed32b0ae3e900b7323a304843affa22a583fe79d1abe3abe835ab45f49ab45a3a04a3e990d177e95047351df66b2d1dee6a40878745d1e1e74de8f08a3c7a6d0d41af1da8a1d75d1f4d6f50b9d01bfabae9a8ad0df4c6fddbe9e820633aface7d7ad37b351da33f848e59e847c7ecb8486fb148a263ad37d3b1b34ed1b15196f4d6d38674dcdaf174dc2f333a6ec09a8eaf5d4f27d82da413ae82f4f612533a71523a9d384343271ef92f967da7772cafa393f2bfd03b67d7d03b17cda177a688e9e4d01f74725621bd4bd847eff23a4cef0ad6a2771d384eef9654d22933c7d02957b3e8d4119674eaca0a3a75471e9dfa732a7de09f239d7e4d4e1fd41a44670e4ea133efe5d287bc73e843a70ce9c35ea3e9c3f9617456ac139dcddda2b31b09fa48c63ffae869983ee668491f6b5f49e72654d179d8713aefca02fae4fc1f74c16277ba20e8295d702e9c3ed5c3d3a7936ed3a76ba6d1c5ae57e912c8872e910ea24b9a46d3e74c3be973163df439cf4174a95d3b7d3e6d387de1db2abafc73115de10dd01571e9f4a5066dfa8a67317de5cc15fa6a9c9aae1645d1d5a9bbe86b3db3e85a8301bad679197d4be54ddf32d7a26f4f88a46f5fbd4cdf4537d075513df4bdadd6f4bd8b96f4bd3e81be4fa4d0f5d204ba7e622c5d1f7886ae3f35946ed8be8c7e24caa51f99d5d18f1ab7d28d5e93e8c79f1ed14fe73da19b377da59befcea05b8699d32dde9974cbef7cbae5ef7cfa45c900dd7a4e976ebd6944b73e77a45f6e7e41bf6c7f4abf32b4a3db604fba0dd943bf1e3b947eedcfd2af83fde9f78949f4878393e88fc273fae37ff3f1f1aa15fdf15934dd119e41776c984b77b4d6d09d13bed09dcb8fd39d85c7e8ce8726f427bf08fa537011fd757532fd3554427fbd16477fff644c772dfa40772deda0bb2266d15d47c6d0ddbfdde9dee2ddf4cf3dcfe85fbecef4efe563e83e8b7cfa9f6525fd2fd881ee878ed303bb3e2aa10c6b253a6483125b384289ed7453e260a25294734529cab5508a3f6e524a89794ad9ec7b4af928a952fe688d9202de2aa9990794d4ce894a05b44249db4c51d29ba3944c4190921b774fc9f5842af99353942ac15ca91a93aa54cd5ea954458e530a66a05278b24729bcd6526a290e28b5476e516af73f550e7eb25a39e4ca24a5aee709a59ed75da5de95f34a7dd30bca11c265e548cd4be5c83975ca91af8b95462f8e298d81ad4a633b7ba5c9e00ce528f37ae5e8e3b39463b4772bcdcc072bcdbc0b95e6263f946379a572dc94f1ca71e180d2ca375a39fe7b8ad29ac194d636fb95d6d98b9536b16f94b6fd35ca8913aa9513cf8529270e3c57da19304abbfff6b57beca49c7ca441390573534e197d52e9f03453e904242b9d0e9c573a957f563afd3ba39c766cb1725a8d9972ba35ae9c3e7590d2b5a84ce97a7e9fd2f5c34fe50cc399ca19cfdf2867bd3257ba1dcb57ba37ad51ce099da49cb3334139b77f9172de735ae9116ca15cbc678372f1490fe5e2b2b34a6faf154a1fbd5ca5cfb6a94a5f9f374a5f5f63a5ef6e43a5ef9158e5d21fe5ca658fb394cbbeb62bfdfae62897c3d795cb8b462b97dfc854ae18b544b97270b53248492a831bdb95ab271528576f5eaf5c7dcf5fb946ba461992e4ac0cf9eea30c555f51865612cab50932e53a1e51ae73d8ad5c37d349b9e1ed5e6594ec877253c077e5a65517959bfadf2863c429ca98ebadca2d9a3ce596dfaf94b16657945ba77d516e7b462ae33e1429e381a5caf8917795f1739f2be323629509d26dca045b40b99d3ba7dcbe82576e4fdfa24c7c334999c4c7289327ad50ee6aee52eea63f2b771f4a55ee4b4b55a618b2ca949c85ca34d173655af90365fa6563650697adcc9868a9ccd86ca83c34c65179687d8af250eb42e5e1a043cac3517aca1c173b65cee2c3ca2356b1caa39231caa3f636caa3655794c7b04a65ee226f65ee5ba9322f2853999f5aa3ccbf84284f8cd9a42c50f6290b9c0395a726b42b4fcdc795a78e372b0bf7ac579ef93148795611ac3cab3d4479d668a1f2acc32f65f1c74865897aaeb26466abb2c4a75a5912745d5912cc2acf1dbda73c7779a9b2b4db4c791e3da52c239f2acbac6f282f5ec694176f7e535658e82a2bc63e515ed2dbabbcfc6395f24af47de595f85fca2b2f2e2aaf74dd525659b62babe2ec9555d9af94555d1f94d5a7696575db18e5b58213ca1b4fa394b5eea4f29683a7f2d6ae14e5ad033794b7c771cadb1bc394b7b354cadb27cc9477246dca3bb9a4f2ce9badcabbcb972aeb6c6294f756ffe76999f281a19eb2f1eb726563df69e5530b40d9dcf444f9ec988bb2656c9bf245de4de5cb158394af8e2b94afce18295fbdfdae6c337fa67c3d274cf9ba2757f9f6e421e5bbaa42657b68adf2fd9a5e6587ba52d9319a5376d2fb959dc5d5caaf95c794dffeec577e3f3e4fd93545a5ecfaae507643aecaeedbd1ca9e03a8b277f280b2f76582f267d460e52fdfcbcadf331f287fdf972aff18ec55fe4bca6700ac8b8166cf619095af18a44dc160dbaf33d2a5b58c34278d911db9c3c837d9321471835130c98ce2583aa334b9f8dff0a5304a97698cf2e31086dd339a613be318dea98c51d1f98c6af74846d896c968c2e319cd83df8c96c764465b5dc768fb7b33dacfbe32839c06333aa39b189d252f99c1673632439c2731ba469e8caed934466fc73b46af329ad17b0430fa09da8c7ed529c6c0a59e1996ba9231745cc518fefecb8cb8f28f19f1fa1f63b4f43c635cf2983199728d3149b8c98c5adfc28c5ef38e191d1ac198c67c67c6c4ee64c6dc7fcb5824ec612cc7bc64ac2e8d60c67bc998f1cb7b99f179958c75400c63b32f9cb1939f6426f9da339342b498491bec984999b719fb301bc6fe702c33b9359a990269310e69e6ccd4cbd98cd3aa00c6a9ea0ee3d4f493717afc8d99067f65a6957d659cd3ad18e73247c6e5853be39a3b8299b96e0e33cbf83a333bf61d33ef7821b360f67466c1b2126641e662c663f328c6336a12e3f94bc2788d5bccf8e819313e5732185f6309e36b6fcd2cddaacf2c6d0d6096fefdc32c5bd9c62cbbf78159d6ecca04a4b24c405d29b3727b07b34a348c59d5eec30401294cf05c1b2638b68709ce3fcb04bfface844c99cf8404d53321b1de4c48fa2e26e4902e13d262c98419f9316156514c58eb1f26ac2d870937bbcf447c5fcfac7bd8c4ac6bf163d67d5bc3ac37b8c344061f6422432299a8d58799a89f57998d43b2998d017f998d55db998dadba4cf4912a661363cfc444143131671b99d80bbdccd68539ccd6f7f5ccb621b54c9ca315137730984948bac92464953309e7f599edef4c98c415e14ce22b5d26b1bb9d498a87999dcd2f995d49eb98dd6386337b94cb983def7633fb1fd93329683593b2e31293d6f08d4907ae32e9a1a39983174e321941394c66f358264bfb0f93350d67b26e6f63b223463039880f936352c91c593d8239726d0973d4e60d73f46f19934b9c6572e3db98dc9b72e6b8ee1d26eff02726af5260f25e4f63f23d5f3027b64f644e32b5ccc9b4b3ccc99c8d4c41ca73e694de1de6f4bfa14c91d119a6c84ac2146de59833a6387366892353bc4f608a2fa630c58fbf32c57fa633e7422633e75ffd602ed0fb990b2ffc99f27d514c79e762e6e2b9074c05b699a9f826622e4d88672eadae61aea4cd61ae5c9ece542ecc602acbe54cd5feadccd5e5347375872f53bdfa0053fd7a1d738db563aead3ccb5cbb3f9cb99ed0cf5cbf98cfd44c3ac1d4ec7accdc20fa981b4c227383ddc1dc08eb636ebaef646e564733375f3532b722a732b7bfec65eecc3dc3d465bb30f7862c65ee9d7dc5dc4ffbcbdcff79987910d6c13c7c2d67eaf52f30f591054cfdbbb34cc3119269fc399d69c29299a65ffb98c743e29927d53399a7278a99e6a39dccb3db4f9967bfbe302d8606ccf3b595cc8b8b2b99974b97332f53ba9836a185797d3f8b79ab3cc2bcfd728c79a77161dadbcd98f7734c98f70db9cc87a5b7990f8732990fe74d998f1f5c988ebdfb998e6707998e77464ce77c11f379c700f3254197f972c881f9924b315f5371e66b29ce7c630631dfb71c63bebfc867baccae305d9512a6fb11caf4eca5999ed30cd3f36302f31390fde72ef3abf03cf3bbf120f337a99af97bdf99f917d6c6fc6b469901c54366a0a29b1968f162c1bb3216f239c94239300b5d3ecb42bfc358b8ea280bff7ec722bf96b0a8e368168b39c1624f6fb3b87b3c4b20bd2c81ebb3c4322f5634ee072b392067a57ec758f92f394be947b28a86d7ace2ef329636ee6669937f2cbd7e08abb452b3ca0dcb58e5913496397c8565beaf62b96d0f59954923ab9a3d8e550dd8b06aa35056fd71072b4870564b16c56ad9f7b0838c02589da138ab937c92d5e93461077ba6b2833f67b143dc65ec90fa5a56577395d535f16375735156b7e007ab37cc9cd5b753b1faae7aac41cc58d6a0b89a35e878c51a5adf658703baec70a51d3b9c8b63875f1ec58e204fb1232cddd9110e19ec88bbe6ec48b3abecc8b4c5eca86117d951378fb263da27b366bae5ac59470b6b3e2280351f2db0e636175973877dac0565cd8e3579c18e35a3d8718d1fd9712f2fb0562343d8f1d3a4acb5c51fd6da6b3d6b7d79256ba3e7c0da9866b136795aec44cf01d68e9dc34e5a06b193b6de6527351d6427f57d64ede975ec94e128ebe0bd9f7582d6b34e6f26b3ced55f58e77f735897d005ecf4f37eec0c4460dd4e3d61ddce34b3b38fdd60e7ac9fc5ce69c6d9792bc6b20b0a42588f0b05eca263b7582ff3c5acd7529e5dece0c52ef6ca60bda7e7b3de27d7b34b86e1ec92ff6abfe49bc0fa6a4f657d4754b2be734bd8656c31bbecbb37eb7743cdaeb4f8ceae9c67c40625a6b2c1d3add9d5db0dd8d5e77ad9d5f525ec1ab0965d93a46243b46bd81007810d1ddbc686be7fce86693d61c346fab361a3abd8709352364204b16bdbbfb0ebbe47b191b26636b242c36eb4cf61a36dfdd9684f17363a643b1b939ac56e6ea963b77878b15bdbbeb271c81d36eec073362e6f2d9ba0b5884dd24d67932e9d60939a6cd99dd82d7667fa5236795218bbcb7b32bbebc21476cf9a43ecfeed69ecfeea6becfeda423675c15e3675d726f640eb24366dc37936ed722a9b7151c366fcdac16642dfd9ecf6436ccecced6c4e86399bd3ebcb1e1d71833d3a61397b74ee69f6684a3e7bf44d0c7b6c69207b6cc53b36d764297b3cfe1e9b375ec49e18d0b0056346b2055ede6c61d568f6b4591a7b3a0660cf002fd9b3ab8fb267bf6ab3c58e1fd8e2073fd992825af6dc96c5ecb9625bf6dca3d3ecf99533d90b48145b9e1dc096df8f642f6754b295f072b672c879b6aa5960af6aaf64af5de864affdf661af4fb9c3de9047b337dc18f646483d7bf3ec6af6e60580bda317ced68997b1755657d9fb54077b7f6b1e7bff5425fbc0e032fbc0dc857db0f606fb303c8cadef69611fb99ab18fa27cd847f18fd947cd9fd9c79a9fece3b7c1ec9341396c734a02db5cb9827d36af907db6d0836db953ccb63c37649f1b4c629f2fb8c7bedc37867d79723cfb4a359d7db5cb827d6d6ec3bedef5817df3c9887d6befcebe9b328d6d6f7366db078ad9f7b77eb21f3d30b6c3722fdb79e12bfb0998cf7eaa98cc7edebb80fd525ac37ed568d8afee39ecd72417f63b7c88fdeefc82fd3e1361bbbac7b2dde5796c8fa536dbe351cefe989ac9fecc9fc6fe9a5dc0feb61accfe890860ffda7bb27f7d36b07f6be2fe93cefe7df49dfddb64c1f6e918b27dd1716cfffc6ab6bfe02cdb5fdbcd0e282dd8813bfb39c0eb05076c1fcd81b92407adebe6a0a60b1c5c58c421c67739643cc0a17bed38ecec738e18328223a69a70e4cd2f9c78b529272937e3a4eaa99cf4641a27d3e47132e71e8e96309c725016a7fc6acf29fb1f708ccb338ec93bcf314d673956670bc7beb1e238f3068ef7ddcaf11b0e717c5d17a7520470aaba359cea6136a76e1dc50915c739a1651aa759a3e03497704e7b671b3728bd881b74ef30a763d7cc0deecae17463ea39bd338d9cfe94979c41f354cee04b1537f4f00e6ed8918fdcf0503f6e78a3133762983d37c2642c37d224891b79a9811b59abcd8d6c58c1191d4de58cbb977126d117b951c1dfb8516d89dce8105d6ef483146ef4a3b7dce8d7b33853b09b330d2ee4c634afe5cc2f8de1c606a8b8716dbd9ce5b0439ca5f942ced2d188b3dc11c259fd39c78d4f29e4c6a7f771135a2d38eba10e9c4dc421cee6602467fbe41637b1e52e67b7a5849bf47408676f51ca4d1ed9c24df66ce3265fade51c0e9ee2a69e8de0a696f673532b68cec9258b73da52c74d536472d316c19cf32c5fcef9f113cec5f238370398cccd7810c9cd78749c9bf5e70e37d760093777dc446eee395b6ede0e1f6e5ef2316ebe4ce0162cbac32da856711ea1c99c47e72ece5326e53c0f8de116262ab985ff56738b7f6671de636e724b3ce2399fa3cd9ccf5b8af3750239dfdd30e7fbd09b5b1a2c70cb6ed9727e7a03dcf21343b8e53f2c387f2e80f39f38890b502772812b3e7181ab2cb9c07d7fb9c0cf326e95f9262e58748e0b911ce04226c771a19b8bb9d0b4522eb4b1905be72de3d6a3e7b9f5b93fb8c8094fb8a8681d6e9377051763e1c1c54cd4e3627eade0b6fc9ac8c5b6b6715bb7bfe0b6feabe3e2a2c3b8f8bffbb804722c9790efcf25de5dc625559de39275c671bb5417b83d4e99dc9e3b4bb8bdd31e72fb92e773fbfedde3f6278de6f65fdfcaa5e87b7129110bb903a597b8343e854bab7fcba5d337b9f4d8c5dcc1a71877c84ec9658943b8ec3f3c9733378c3b12e1cc1ded28e78ee92bb9633d01dcf1aa5b5c1ef585cbbbd3c9e5cf5ecbe5cfe5b8fc5de7b913fbb67027ce6de04e0e9dc39dbc5ac19decb6e30aba06b8c23e5beef4691957d461cf9d017673678ebfe1ce8e20b9e2591bb9e2a8c55c895b175752b19e3be7a0c39deb3eca958287b952e83557ea398e2bddf9802bbdebcc950d2be1caa65b7265af8f73e57eb7b98bf37e7015481f5741e77397667573570c6f72955baab9caaf6bb8aac47fdcd5c11bb9abc7dab8eb8f93b99ab21bdc8d8734573b369abb597b84bb93edc2dd55157177cd4e71756826774f1ecddd3362b97b93af72f7176ce01eb40adcc391bddcc33967b8875102575ff0946b78b4917b74ba956b5cfe9e6b1e78c13d2b5fc93dbb1ac3b52c08e09e3362eec5f932aeb5673ff7d2e41af732e136d776da986bbb59ccb5bf0ee53ec027b80f6369eee36c05d7315d87ebb4ede53add70aed3dd9ffb14b98afbb47535f799fcc57dc974e7be96cee3be2776705d9693b9ae4302d7d5b997ebd6aae3ba0f2bb99e67bfb8de373cf7f38088fb9989707f26b9717ff79b727fdf38737df3e7707d89afb801da8407d8161eb0afe381f3213ce85acf435296872e4ce5a1477a3cd451c4c377081e0935e45189098ff66fe7b1a76e3ca9f3982747dde649fb225e34a489176db2e0457bf478d1c3bfbc84cae625eb4ef152ef0c5e9a53cc4b1f94f35446104f951bf20a7834af884ce415fbfb784549124fef6ce0958d7379eec36d9eb7ede7d5f19b79f5e167bcf06c3dafb56b1daf5527e2078d99cf0fca5fc5eb18d6f33a0373f8c1a93ff9c137f3f92147b6f2c34e9af386537ef386a7b578c3321b7ef8da5ffc08974c7ec49e207ee4857bbcf1728437492be24d3ae3f85146f3f9d1b1b6bce9e11ede34e7066f5a93ce9b3ed8c48f99b8841f139fc08fa9aee1cd94b6bcf90b53defcdb70de627a056fe16bcc5bec69e02d759ff09657cef156ea38de6a6c226ff5e1093ffe663f3fbe2d9d9f506ecf5bb76fe46d6a4c79dba01fbced9a77bced29819f183d9b9fb8259fb79bf386b7cf9ec54f0e7fcf4f9959c24f29bacb3be4d7f08ea7d2f8a933aaf9a9bd73f8698e29bcf39648de65ec2dde659c11ef12f18a9feed6c3bb9a97f033448bf91979a5fc8ca743f99963d6f1b3886a7ed61d177e562fc2bbb98ee0dd32eaf9d90f17f3ee16bbf8792d6efc7cafcdfcfcda4bfc82efd7f885f7a3f885cf1ff15e5b43f9c52747f38b2b27f3de4e05fc92e99efc92774adecff720ef3fca84f79fa6cd07947fe0037e5bf081d623f85597cbf860b907bf3a6010bfe66b381f225fcf871487f0211583f8906f2ff9506c111f7ae9021f76bd820f8f6ce1c3cf4ce52362f5f988677efc5aec39bfee87845f7fff2f1fa9fcc147eaace72323fff1515f0af98ded0c1f1dfe82df545ecd6f6a75e037754de6374766f35b767fe4b734f9f05b0fe6f2db167ee1b7d5fce3e3a82c3e6ef8413ece3c888f0b4be4e3d61ee6e3e383f8f8f2cd7c02e4cc6fa72bf9ede3d3f944852b9ff8fe369f1411caef5425f3bb42d3f9dda633f93db603fc5ef220bf0f4fe553d3fff0a92d1bf9b491ee7c5a41169f56fd903fe455c967f914f35965c7f9ac9fd17cb6c3143edbed349fb376099f537095cfa9f0e78f6953fc31d777fcb1553afcb132073e97b5e2f32e27f2f9b7abf9fc2777f8fcbf7ff8137a96fc89dbfdfc89ef07f982112abe609b0f5f706d105ff0389c2f68c9e54f6d0ce34fbd9cc29fea5fc217d647f3a7d32ef1a74b7ef04575957c5167167f0649e3cf0235fcd9fc25fcd9ceffe2af09fcd981bb7c71fd3bbe2432932f2918c39f7b5fca5f886ae42f344de4cb4ca6f1654700beac219baf88dbcf5f8a91f05776dfe1afecb5e2af648ce02bd94ebe7a6a177f6dfe0bfe5a47027fdd85e7af6705f237a262f95b2d65fc6de960fe76731b7f6778187f6713c2dfad8fe5ef2755f2f70fbbf30f56cee61f2e3bcf3f2c18cfd7af3bced71fbbce37ccd8c237dc7ec037ad9ccf3fd6c6f8278e0dfc53f960fea92a937f6a39936fb648e19b9d86f3cf5cbff32db3bbf8e71355fcf3f93dfc0bfb2ffc8be9dff8d61b397c6bef3afe2502f12f9523f897bb33f857a9e3f8367e22df661ccbbfa6cff1af1f55f06f521ff16f73cff2ef217dfe7dfb3bfe63ff78be133dc87756dbf09d6d1efc275ecd7f96c7f05ffe3ce5bfb6cbf96f7f8cf96fff7cf82e0f88eff69ac77747cbf81f07c3f81f475ff1bdb75ff2bf267af3bf3c5ff2bf5579fc6fe3d1fc5fc3bffcdf1e03beefc14dfedfdd02fedf271bbe1f1fc9f76b55f0fdc77ff2fdc5f3f801d5797ee0884605e84c560115812a7091bd0adc3044056e765281bbdd5590fb5f15ece4a742ef1d5761bfcea9f0c15755f8e1bb2abcdc514568cc54c47b5c25def75c25c91bae92e43babe4f86f957c94bd8a0aa1548a96032ada3c4c457b39a994a3e42aa664818ae57a55eca7972acee7ba4a35bc502530452ae168824a932952694e3c5369b94f5569279d56695797a9b4effe52e98807a97426fd17176c500dc6bd5483b54ea8864cbfa0d2759fabd24b3553e9bdf8a2d28f7cafd2bf60a2320cbba21af1cb5f65347cb0cad862b3ca6445996a54ca02d5a8cc74d5a8d602d568b95435da8b568d8ed253995ecb578dd18e50994b5254e6136d54e6c1b754e689ddaab14b2ea9c65624abc625495596c819956553a0caf2f77cd5f81403d5f8b60895b5cd7ed54444acb2a77095fd10a56ab2df7f4ea5a91c908d2a87205b95c3d13495a3adbdcab1b651e5f87d8b6aaaa78fcae9ba5ae5f4e099cae9cf02d534f4b0ca79ec3995f3f8432ae7940695f391592a1743bdfffef697a9a6c785aaa637be574d1fe856cd58385f3573f874d5cc5186aad9b5b754eecc6a957bee4c957bc942957b459e6a8e71fe7fea5473ca7c55735a0c55737eb9aae6a6be51cd1b5cae9ae7775e357faebd6ac195f72a8f3b9d2acf239f550be7be522d5cf451b5b0e6b46a51e63f9597e163d5e20de7558bd38ea9169fbda95afcde43e57d2144b564de7295cf8f192a5f69a5cab7c346b52c629d6ad9563d95dfdab5aae523d254fe54952a800854056c3ca75a79efae2af094832ab0385eb5aab9591534644015bc8a53ad3e775eb546ebbb2a64d332554842a62a544bae0a8ddba40a130ea8c21c0a54e1c17f556b3b57a9d6abe3551bc627a8a2bcc7ab360dd8ab62bef3aa2dcd9c2ab6e0aa6aeb0e2fd5d6aa3c55c2a96faac48a66d58e9834d5aebf11aaddcc38d5bedaa5aafd4d6354a9b2ddaa034b66abd2cc7fa8d22207abd2b5f355e9ab235407c37b54074f01aa2cfffbaa6ceab12a3bc85795b3f3bdeae8e5d1aa63555eaa5cc51f556e2aadca7d7854753cb6467502cb569d745fa42a5866a72a28b9a63af55f9f15baf5ab0ae7ec50155675a9cecc08559d6db054159bfaab8aebe7a94a4e66ab4a2aafaace758f5395e500aaf2929baaf226b5aabc7b8eea62839baac260aaaa62eb3055c5df76d5252b507529a94a7559b75b75d934437565cc14d5953d81aaaaea89aaab3e61aaab87d254d5fe5f54d5191daa6b43eeaaae4d5ca3ba9e3e5a75e3d65955ade6a6aad66f9beae6f302d5ed0745aa7bcf87a91e043f513dc8faaaaadf18a7aacfbaab6a5892a96af0c7544d4649aaa6ec9faac78b74544f457b54cd89adaa96973daa96ae7faad64b9354ad1feeab5e869aaa5e66a7a95ef966aa5ec53c51bddafb9f4f0daa36d70baab6bdcf546fd599aab7f397a8de2d7ca57affd155f5c1e986eac3c1605587bebdaac3dd5bd539935475ee66559f4c06a93eef59a0fa5cf25bf5b9e194eaebbf71aa6f0d2354df9ecf5475a79aaaba5b38554feb4cd58ff991aa1f89b1aa3f864f557f1271d59fcb07547f1e1c53f519c5ab06e67e57033346a901cf5f6ac0fbbc1a3860a706039faac1ef666ac8f1bd1aca495443c78eab1106572383a7a871471d357141a9265e54a94505266a71b6462d737cab96f98c53cbf1f76ab9fcaf9a7a57a256cc27d58af29b6ac547959af64c552b0ff5aa99fe7d6a1696aa397f27b56aa4835a70d8ab166635a9853f12b5760aa71e64bb443da84e5f3de8718d7af0e62cb57ee36ab541f042b5e1f002f5f02575eae1413aea116243f588e185ea1145efd523aeee528f34cf558f7c72466d14714c6d7446a436964e551b07e8ab4de4dfd526690d6a937f57d5a3133faa4dd396aac7981d509b378c535be80e538f853fa8c7e979abc719ee568f7bfb486d3961b07abcfb3cf584293e6a6b26456d3d5b5f6db3a0516d73fbaadaf650997aa2f705f5c4a3e7d476a3bffea75b6d171ea5b6cbf0504fdaf5513df9408f7a4a42887a4abba7da41be4b3dd598554f9db5523df5f80ab5d3c4796aa76d4dea6963dad5ce6fdeab5dc2e3d53347be53cfdce8a29e992b55cf3e345ced3efd8ada7d49817a0e01a9e7a4cf54cf1d51a89e3b77b17aeebab3eab99db6eab97f33d5f39ed3ea05af36a83d5f34a917fa2e542fb2f7562fda2b522fbaf55dedb5c954ed9559aa5eecdaa75e7c42adf6763eabf6deb445bd24c95eedf32443edcb54aa975257d44b77daa9fd32a56aff9390dabfe3b43a6078967aa56aaa3a502e56afcaec5307eb5aab838f39aa573784a857bf11d46b16d7ab43c2add521792eea50adffe8dc568701e7d56b279f51af8b3454afbb4aaad7477c556f7078a08e5a92ac8eead0566f5c6aa6de34f3ac7ad3bca1ea4df91a75ece142756c81873af6c730f556831cf5d683ffd47101adeab8275bd5f1d44975fcbc17ea84e5d9eaed1a997afb565ebde3d1497592f61bf5ce8555ea9d9763d4c9434ea993df1e51effeef99f73807a8f7784c56ef2d8d55ef3b56a84e3195a95302bfa853f79e55a7be9bae3e1062a44e6f78a43ea8bd559d5134527d68c77cf5a1f276f5e1232bd459a17aeaec5536ea9c41faea5c830feae33dcbd5792166eabcddd3d42736bba94f3c3ba63ef9fbaeba2032597deaf14b75e1e568756187b5baf0eb2af5e91543d4a7fbddd467a208f559bf1875b163b1ba24da535dd2dda73eaf0faacfbf14a92ff86c5497c5b0eaf29644f545bf60f5c5b701ea0afd48f525d539f5a58bd1eacbb3b2d5975fbe525fd139a3ae2c32535fadbbadae7e81a8af5b5ba8aff7c7ab6f4c0f51df885baabe71e3b6ba7615a3beb97cbffaf6c20af59d1763d577f757a8ef2567abefd55f57df7fada37e6080a81f1872ea078eb6ea079746a81f3c0f513fbcafa7aed774aa1b2459ea8625bfd58fd6e9a81bbfa3eaa6375eeac7488dfab164aafa711dac7ea2774ffde411a77ecaa0eaa7d3e7ab9b9f66a99fdfd555bfa80f50bfdcbd4dfd6a6f90ba8d58af6eeb3052bf866eabdf346aa9dfbef756bfcbe854bfabbaa66e5fb046dd7e7488fa63888dfae39b2075c74084bad3f386fa937eb2fad3bd7bea2f1f27aabf0fac577739fba8bb0fcc57f76887a97bd2b6aa7f386d51ff749ca1feb9c457fd6bea5ef5af3d53d4bfcd16aaff2ccd50ff79fb51fd1737570f8c9cad1e782f510ff4e708c0c432017cea20a0f34609e85a42c07210013b6b2360d7d70938f843c0c70f13f023e3053c6f8a80bf910924b24c1025e508e2461741b2c947906a8a04d9f47b826cd627413ea3545026380bcaccd302bb65b8c096bc17d8730a41f5ce5f501fdf22a8cf8c1584bf2241f3e8a4a0b5224cd09e4408dae1e5c220ab5241c73b451842cd10860cea148618bd1686648a8521b97705bd498304bdfb85827ed12d41ffdd5ac1a064b83034e6aa30ece347c1d0ed88303c415f187ea34718de800a4696b304a3d077827165a130eac172c18cdb2d5868b60863b7a50a6377b90b63dbfc85f163ea85f1fec1c2f8336682f5d615828dbe913071fb7061e2fe526152b49e30a92b5eb0177c057b475ab09fb559b06f3b2a4cdedf2e38009f85a9e14b0527d15cc1f9b24898ae3b4e98a1bf539835f1b0e056fd4870ab09116657c70b73bc528579567ec2bcdd1dc2bccb578405d33c85050dba82c7b822c193992e2cbaf345f0325f277875370b4bc84782efbfe9c2b2d024c19f5c2ff8eba509810b3a85c0e53384c0c2f542e0e96fc2aa87881034a35708bafa5308aad51282f15f4270a3afb07ad2086175e90161cd857a2144881242e1442174c3682134ad41083dff5108db562d44448985886c2b21a21e17d66efc26ac4d7112365c36142213e54254bf46d8187054d834e18010233926c404150931f7d285cde681c2e68f83852de30c852d0f3285ad0722846da99384b861e142dcfcd3425cde3821ae2b43889f385f886f2f15e27b4442c27e524848bf2a6c9f952d6c7f06098959e7851dfb5a8524c79742d26c376167c87761e7dfe1c2ee3fff843deb570b7b06160afb1d8d8414e95f21650421a4fcd612520d8d8454173d2175d93be180ec9290266f16d21ed90907670e170efe7c2364cc721332a2052163cf5221e3b78b90a9ef256496cb8443a1938443ebd384c32b3a852cdb4f42564a87904d3809d931a38423314f8463737b85dc51cb85dc358c707cee58e1f8a65a214f93f79f01217ff85a217fcd51213f2151c84f73164e146f164edc6285536e5785423373e18cc914e1ecbf51c2b9710342a9f926a1f4dd72e1c293734299419c50f6be44b82809152eee39275cbc395fb86c364ba85cbd4fa8ba92285c55af10aefe5a28549b9809d59ff70bd7d9b5c2f5b332a16672a670036a126ecc6c116e445809b5a32c84daeeb5c22dfeb070ebf972e18e5224dc59725cb8931328dc4564c25d1f17a16ed870e1de465cb877da5db87fdc57b87f678f70ff9b5c78b8e4be503fa155a80fcc16ea733f08f5e59e42e3947f4263e827a1b1ae4f681abc52783cc642786a374478ba62b9f0744f93f02cdb556859f85668796e243cdfed2a3cbfe32bbcd0db2eb49ae6092fdb0f0aaf387be19553b7f0ea6bafd03663aed0762d5668ebde2cbcf16f12de2dff22bc6b9d20b48711427b958ff07ed937e143af81d05915297cc23e0a9fccc384cff61ae10bbd40f83af3b7f04d2f47f8362942f8e6b54af8963251f8762d48e81af340e8be9224f406af127adf3042efd72ee167f203e1d75391f0d75547e8bb592ef4fddd210c5c99a801467dd300d9511aa076a70678f34f039a986bc0ed120d64d8af817f986ae081120d12be4a839eadd7a0ef5e68f01d611afce3270d39a84c23dabe51231df148234dbaae916f76d1c8af3568e44f666b146bf335b4f57e0d5d7348a3544fd528d33f6bb8d137355c33a6e13eced6f0f74d34fcb35f1ad55a2d8daad74023fc4dd26845ab343adae3343a2f4f6a743a3f68063fd7d7e845466bf4f64ed7e8fd1669f4030b3506bd959aa14e72cd304a4b336ccc228de1e7319ae1a52b3446f40c8dd1eab71ae3a3ed9a515318cd28e7519a51d74d35a37e7fd68cd61aaa31b5b2d08c099fa119b37e99c62ce88ec63ce2bdc67c538ec6a2434b33f6409d669cf672cdb84bb11aaba4a71aabd2799a097d4334d649ef35360d133576b89bc64ed8a9b16b5cab9932f480668adb12cd94adeb340e7b2d3553c3da3453f34d344eb7198d73e6078d7375afc6e52fa3992eb2d64c17d41ad7f94b35ae9e1d9a994c906696c452336bd0678d9b0ea7711b51ae71db7454e3f67cac66b6ed16cd5cf48b66eea4a79af94741cd82df97351ecfd3341eefbc349ecf82340b736668161efba1f142b2345e83359ac5563b348ba310cd92d9b4c60779a9f14dd8adf1dbb053b3bc7cbd6645748c6645bcbfc6ffe4058dff5b9526407b9f26c069b526a0a743b3d2fa8466a5e37dcdcaa59f352bb3de68567e5da45935f38866d5bc524d502aa009ee78a159adbffa7f0c977938156f14c791ad841451f7cedcb97367ee3a779fbb49a8a894284a919442a8448bad0595362152b266a7524af67da70d2554244bc8d28268a1fc7e7f7c9ef33ecf3c73def79cf33d33ef211c5d374138ea504cf0bcf78fe0e5394e38917593e0ad1d45f051f125f8161413fc8c5208feaf5e13fcdb5208a7df38134e7f5d4038f3509770e6630fe1ccaf3d8480bc204240e72c2160f60e21f06d3fe1dc673dc2f9db0d840bbabd840b7ace848be969844bdcf5844b4d0cc2e55b2e84abbf8e124218df08d7180984504489107ebe9870fde3234284590021c2d28270c3a39670a3379f10a5e747b8e9769e70f3581de196c20742f4e5e584db2fde1262962d26c440398498e08d84f8f62b8404169390909d4748f89a49483ce14b482c7025dc118b087792930877663e1092968084a4ac6c4232d64548d9728d90f20024a47ac811526bbe10d2e34d081956db0919f36e84ac619890355b4bb82b3843b8dfbb95f0c059447848d0243c745b4478e8a54878b4cc9bf0a8dd98f0383f9af0b8638e90abaa46c82dfe45c86df125e4439b0885acf584a2a4ef84a2365342f1ee7642f1d995841297014249f76a42a5c080509d7e9750dd6f4ba83df08950777b31a1eed54642bd4512a1fecc1b427d2d83d070b183d090a24768941e2634357c243cf3f4213c8bfc427871e00ce1c5a316c2cbffe379593a46686e7227b4dce4135ac5698456fd6142ebee58426bc12ce195730ae1d591cf84d7d6df09aff72913da084a84b61fb984f6940f848e90cf84ce252384ce884d84ce2c2bc25b621da14ba44fe84ade45e836da47e82eba4ae81e3e46e8595d4fe8896d21f4e4b8133e26d108bd179b097d3e4b097d4f8d09fdc7ac0903b967089fb827099f44d7089f8e10089fc695089ffe55100697ba1006ad2e1306a3de11867616138635a608c3a2db8491d4a38491af7584b113e7095f078709dff60384ef9e458449253fc224e30961d2cf9830ed124e98bec721ccc8af26cc1c594df8c55c4af8151d4ef835d040f85d584ff873f70a6176198b306be64798dd5742987b8d10feca7910fe065d24cad94711e55a2788f2ee9944f9762a51c1cb8ca83ca0405ca8bb8fb830ad88b8f04306512d7627513d0b256a7e6b242ed9ab4ad49ad3212edd9542d47e4626ea488e1275a25e1075868e1375d96f897a0bab887a79e1c415b587882b7e3e24aedc7e95b8f28584485c6d4804dcfc88e0be8b4448fc8b088db913c9cb5c8964e41291727e1f11ddd94a44439711a96f09443af97f6e3c2132e49c898c93a344e6bd3d44cce21a112b2710b1161322f6238fc8b9fb85c8c93621f2e66c88fc9069a240479d28089e21e28b5f1171176da2c8c78828e6c344b11b9d28d93d4594f28e12a5dd864459853fd140124e34084e22ae16c5100d0f84138db4a944a395f34423835aa2717f3a71cdaf40e23aab11e2ba9a0ea289680dd1e4ec27a2e9b43c71fdcd6ee2fa529cb87edc87b8514583b87109816836d043dc14de4bdc7c4440dcfcb59fb8f9d73ba2f9c6f5c42dea25c42d455e440b9751a2c52505a2a5e914d1f26e34715b5626d1ea149d6895ea41b469b620da6ef84cb48b3027da8d4c1077efba45dcddbf9b681fd94edcb36225718f932a71cfbc22d181cb233a5c384cdc77578de8b8699ee8b8e506d1b1874a74daea44742a8b233a9b84105d9e1d201e5cfd8de8aa7e96e826ac25ba47ca110fdb18130fbf91271e8d784cf40ce013bd3c4e10bdfa0d885e930ce2b137bdc4631fed89c7fe2d239eb4f7237adfde48f4f97987e87bad84e81bb585e8ff08229eaa8a259ecd89249e9d7021062c38470cd8b19718d034400c54b9410cd4c8239e5318259e5bb285785e3d9578feb42df1c2e2ddc40b2718c4e0fc2262f0e729e2c5b7f5c44be563c44bfd8ac4cbcb70e265ea21e255cd6962e8f26c62e825676268f414319c93430ce78e10c3ed0a88e1b7ff10afef3c458cf0be468c743d48bc61748a1855fe9378b32e9218bb518918bb2d9e18eb11418cd3f625c699fe21c6399d21c6bddd424cec7c41bc53eb454cbad7474c2ad84f4cde1f444c7efe3f5feb88a96e1b89a9cf128969479e13d32e691333d69e276678a0c48c2f9b89998605c4ccbdb9c4cca3b5c42ca3cdc4bb571288f7ffe512b357b810b3373c246657b9101fc0f78839a245c41c93d5c447791b888f2f9e21e6fa19129ffc0688054ad6c4c2377462b19a05b1987e97581c58432c81158925f42162c96d2ab194634a2ce53f20961a7813cbd17e62c5ee4e6255f8266255c415623d789258cff021d673f9c4fa9aa3c4a6b30f89cfe5af129f83cf89cfaffc20bea056115f983f27beb05124366f7c436c3e97446c2178125bad0388adb77589af5dde125f87ce10dfb83f23b6b3ef133b0655889d5f9efccf5be23bd081f8fe4e25f1fda42ab12b6439b1ebe36a62778c05b1e78c3eb1672c96f831d484f8315c40ecbd768cd8fbe43db1ff742bb13fe71cf1939d01f1d3289f38c86a210ed91b10873d3610876f70899fb5c2889f39a7899fb38288237ec789a3b436e2e8859dc4d1b852e298918838ae2a227eb1ec267e6db3227e7b2647fcfe7d9238f16e2571527f2f71d2eb06716a890d716a4e40fc7103274ebf9c24fe5c6e45fc694b26fe5a758ef8475c429c350b26ce1e3a4c9ccb3226ce8d6b10fff57b13e76111717e3d02c8ed22020abb0e030aaf1f008aebb50125877140a9fe19a034fc025096bf0aa86cb00254bc9702aa0a8a80aafe5f40b5d40b5878de1658f48b09a8c59c07d4461d81c59a75c0e2781d407dd108a0ce0803d4cd1703eab9bf00cde50b00cd93e700adbc9b804e0c1158be4113d00b67002b8c8381154e5e0031341520865d0200702d00ec6f03c09061004c9101e0a3eb0029281520952f03c8136d009c5d06504c7a01ca092180e87b0188672d80d4b70268d473807a461ea0be5d0bd07cad015a1c02d0136900536323c07c190b303ff300d6d6768035e70e600b6e0318371ec0bc0400b7c313e0f901005fef1ec067e703fcbb258020ef01205cfa1a105ebb0308cbbf00c26a2300972c06f043dd80881d07889ea38064fe3a20739603648379c02afd3f8081c235c0e04b09b01a7201561f380d18159c078cbfd6006b6c6b80750a3ac03a3b1dc024c707d8b87f2fb0312f1030bbb5043067ae04cc059ec096b3af008b8d34c072c925606bed6660db4917c08a9b0a58f1da01ebd26660bb4313b0c34308ecbcd402ec02db805dfba700dbb56980ddadc7c0eee5c180fd2b1cd8b33b1970c8cc071cea9c81bdcbbe017b5dd980a37c1fb0dfed23e014e00238dd1203ce7fe281833df580dbd64dc061111d383cff16f0c0be001e27d2014f5b31e035360f1cf377034e389b013e4101802fe330e05b740cf03b7d1ff07fbb1538fd711238fbbf9ff34e01c0f9cc3e2058cf03087ef916b8b80c022ee299c0a5afcf81cb041de0ea9f4540c8d310e0da601c10663e0184394c02e166bd40f88b36e0ba8e19707d6b0f70fdbb331069fc1a884c3f0544967e0422674b811b3c5be0c6d30e204a4d1988f2bb07dcf45a09dc7ae905445f4b026e473500b78bfb80988e642056750888258e02b1cf228038c225206e6a311037dd05240cc140a2120824def10312fb9b813be260e0cee95b40d2e64a20b9673990f2bc164869dd03a4f6da026993fa40ba971590e1bb1fc8787419c83c4b0032cfe50299611140d66d3fe09e611570ef5709709ffd04c826af04b20fc6000f562c001eae94020ff7b703394e27809c7b21404ebb0ef048d512c875b7049e7c5f0de4998e00f9b56140fe0b6da060af0650987c08288a0f058aee8881a23c0950ec3c0214fbb50225760f8052f223a04c900d94278500550b7280aafda140d59f64a066570f50732300a85d4304ea14ae030d8de94063ef66a069c977a089d00c3ca544034fcdb7034fedf381a79efdc0cb731f8066dda340f31a33a045cd1c68a953035a833701add77e01afbb028076dbc54087fe35a063240f786baf08bcf59001ef7e1280f74205a08b2e0f741fb503baf3da81ee0e0be0033d15f8385e0bf4362b00bd3371409f5c30d097eb0b0cfcaf8781305560a09c000c8c8f01c30bcf039f594b8111357f60e4713b30762b1e18cbf100c63e5f05c6edfb80f1ef9dc017a11ff0e56824f0555e11f82a4e03beee6907bead0c03bed93c032622e9c0c4ed7460a2eb2230b9b10598bce8054ce1dac0d46905e0e7c33fc06fc76fc09f397fe0dfcbf5c0bce50560fec13b603e9f05cad1e741b97b9741f99d6740f96847504528072efa5d09aa951141b537ef40b59197a0fa5d2b50a3cf10d4544901359d1c40cd402aa8395c0d2ecd700497195c00971d8f0075e8d5a00ef326a8b7b217d4a33340bd68397085e011b822a11024ecde0f02a9db4152f33448eef60361241b447ccd40d4d102a4253e0669f98b41ba7928c82466834ccbcf201b804036c71c64bbc320d76b12e466e681bccf8b41816d2428e2ee02452d1028a67d07c5371d41715c3628313e024a0a9c40c9c72950ca5400f50762c155fa18b86a9a011a1afb808693b74063d975d0784b0368ece801ae09ec07d7143d04d7eadb816b5f9a80ebb6fb82a68216707d8306b8c1fa10b871db3770a3e3717063680eb831310cb4583c0c6e352a07b79a3f02b71e3303b79e7202b786df05b7c69b815657ae80d6f45ba0758907b85d68086e3ffe11b439da05eed24d056d4f3a80b6399b40fbc02e70cf97f3a083a00474782c01f75e7707f787e9830794c7c003ed1aff23030f7c658107be8d804ebaa5a0538433e834a9033a4d7f049dfe1c029d510074991b030f1e8e050fde7a02ba263240d7dc1de061df21f0f09d8fa0a7ab39e89999007a2d9d048f2d8e078fadbe0a1e172a80c78f2e068f37e681c7bb568027f52bc093b964d067b536e8b3c511f48d7d00fa665e07fdf47240bf4e7bd09ff517f43ffd13f4bfd2019e5ace024f8f06836737288001ec3360c00f7730b0cf140c525e0a9ebba10f5e5000c00b5423f042c541f0c26f7bf0a20205bc34b00fbc42dc09865cdb035e3bb4190c0d6e01af9fc3c1a8807360d40d3330aa39158c1a2f036ffea904a3834bc1d881db60dc097b303ee13d98f03e114c1c1807ef64cc82774aacc0a40d8a60d28f0d6072c6423045e30298d23701a65fdb08a6c7ec01d33bc6c08ce0856026b200cc3c751ecc4ab904ded30c04ef8df681f74ff981d9d2dde083d529e083dd6fc0078e59e083c620f061d77930c7fd33985bfd06ccad3d013e514c039fb4ed03f3f40dc13cd73830efa532988f9d02f3e3a7c0fc396fb0807b0d2cd87c112c70590e16f846810571efc082ba0f60c18bbf60a1a4122c0cb6000bb3bbc1c21e05b0702c1d2c5a9401162d96038b702e58b4cb0d2c0afe03163db1058b790058bc712b587cb3012c4e49078b53b5c0e2ec8560f1a716b064672c5872d50a2c899d054b2f5b82a5797bc1d2d79bc1d2593a58b6e51458e6de099625aa8365690a60b9b212584e0d07cb0d7dc0f275fbc1f2d82cb0bc0003cbbf0d80e5bfbdc00ac508b042551bac3031042bb66c042bb6dd042b2e5482158f52c08ac7e960458d3558315a0b562eec072baf3f072ba77cc1ca5f2bc12aa566b02a241dacba990c56e59f02ab7ead07abe67f82d5c48d60353a02561be981d58eaa608dc275b0d6390fac3da600d6fa11c0daeeffd79f52c03a0d05b0eede6fb0ae611358d7731caceb0f01eb6674c1fa1dfa60fda14ab03ed212ac4f0c05ebdb95c0fa4e2e583fe20d36ac1f061bcc3e830d3bfac086423ed850bb036c98ab061b19fd60a3433ed8f8bc166c1c3b0136ce6c021be735c126c558b0c9cd1a6c3a1101beac34045b16b3c0961025b0256627d8d28482af481ae02b6e23f82a22137cf536067c359909bea913826f6697831d693ee03bc71af0fd8658f0fdde63e0fb98df60974a2fd8bdd60fec6edd007e20de043f7e4b047b974c82fdbe16e080e65970604905f88962080e55f780431d96e0f0340b1c39640a8eda3f06475bcac1b106001cffe8038ecfee03bfb864805f6ace835f1537835fcdaac0aff9d1e0d7af5bc06fde3fc16f8167c08914149c5ced084e5e3006a7402f704ad8084e1d15813f7240709a70129c3e16054efb9481d3b99fc0e9aa09f0d79ec5e0efb851f077d73af00fda02cef68e8173a52fc17f97d8e0bf3b9bc1f9c455e0fc575f929c4229496e3b4e924f12911424032485c86692628a90a4d8bc98a412718fa4ba389ab4c8683349ad2f8ab4987796b4d85a9db4f88c1a49431849d2380792342288248d9adf248d2e3e69c99573242d492b69e9fa6ed252b741d2d23bd524edbfb1241d4d57924e244a5aaee64b5abed19db4bcad86a4bbc29ba46b7c89a437c623ad60e69056d829935638ec23ad3879974490f148c4e72624208a4c02bffc2541d27e12253a8b44c9a791d0d00812fa5a8b44534e21312daa49acae5324acaa9e84b58690b0f74f48ec6fce24cea2691227f4028953f888c4630024de35159230b78684875a914417bc49e21d1292e4d51049f22584241d5c4b921d79463230024906e7b791566bcb9356c7dd2519b26f908cd11ed2dafd1da475cfb6934c545d4926ee8f49a6a76d48a6c10e24d34b3b49eb650749eb2bab481bb24a491b3aaf91362a8592cca8c74866313ea4cd057324733507d296f4db240b7a03c922cb8cb483f88cb4e3e828c9867f9eb48b1f45da55b09c64875492ecdb1f93f64059a43d677692f6a486901cd44b480e05cd24875725a4bd421bd2ded72124479b44d201156f92d3cdbf24d7f8c724d7a21d24370316c9ede50cc95d664a72df3147728f88271d522d241dd68e261d7e19493af2c480743cbb81e42dbe48f2367d4cf23e3e48f2be8c917c5e1a917c0fff22f91e3323f9857d24f92fff4b3a653c433a75d397742a469574d6f7142980fb8c1470238614882491025b0c498163c749417933a40b46baa40b56dea40b472249978f86932edfd3215d79ed4ebab6c882744da2400af34c2585ff3b48ba0e8a49111685a488eb93a488ae8da48899eba4c8f94ba45bb67f49b73f1b9062a5cb48b16e56a4b8f4fda4f8df13a444388d9418b08f7467912a29498c9052dea0a4542d9c94b9f9182933ae8994e5b49274574e40ba1b3e44ba2f7a4fba6f5145ca567d48ca5e1149ca0e5f447a685d4e7a187d8bf4688588f4c83491f4e8fa21d2e3fbbf498fab9693f2448ea43cef4652deb505a4bcc27252beab8c943ff79454a0718c54b8c58d54dc709d5476434c2a6bba462ae7af20955b1993cae70b499584c7a4aa6c8854f5649c54bde81ba9da731da9fadb41528d1140aadd5e4faa83ce90ea4ff4931acefd2235aeed2335a66e23353e1f22353db4213dcdcd223d7bf595f46cb089f4dce72ce9797d1ce9f9d311d2f3cfeda4668303a4563189d4faf23ae9153588f47af113529b234c7ac3e827bdb9b69af4964e22bdb7b02175fd7f962eab0052d7fe3ba4aecbc7485ddfc2491fed6f917a0ffc22f5b179a4be821852bfd65d52ffbe11527fe845527f892b69e0b71a6970f97dd2a0c73bd290ec2b69f8fc1c6938b28034dc04923e2fdb4b1a393c4f1a79da4b1abdfc85343a994e1af31c228d4dbe228dfd7b481ae71c237d391342fa8afa93be593c244d2c5523fde8bf439a761a254d3fec25fd8c7224fdec8a26fd1cc4483fa76e927e6122d21f877cd29f33daa4594735d29c0a993437e745facbb949fa5b7c9df4f7cb51d23f1b0a24b74c0ac911632139436f485e7e23241ff7105a70f924b4a00984167c3784140d1990620a1952d9ba0f52356b8454cd83a085ae2ba185b515d0a21f9f21b547359006c48034dcef434b94ce404b5a1c20ad851390d68db590566515b4f4dd6748fbc94d483bef0cb4dc940fe91aec8056fc49865622f210a1360622bead8000662204a4ee81807b5310f0a61282c23520a8591122efbb06912f2b43f0196788423583286b6c21740505a2bae743d417128866fe07a21fb78018ed18c4bc4f87585ba621cc6f27c426c6439c847c88271d877886fb209e7734c4cfd486f8ff1421fefc002458dd06093c77408290664850418704efce43b8a71724fa6703894d3421e98b1468d5f667d0aab41068d5901264b06d1964306309ad26a44086e6269061c70064f8eb35647c1580d62ccd86d61072a0356bb9d09a067568ed3a29b48ebc155a3f438436287f8036bc7487360ef8431b27ef40669c37d0e68d6268f33f2664a1500959c6d64296e346d056b375d0b6efbb216be165c83a2809b20e0b80b63f6d80b6cfbf81762c8e867638694136bf2068a7813b6447bc0dd9ed77801c42fca07d3a7c689fff5a68dfcdc5d07eb97668ff3c0ab95cb3815c1ddf406e2b4320b750027488920a1dde741ef2d8360a1db559031df5b0858e36af823ccf06415eea1f212fa017f28a2e808e9b5c848e0789a1934b6720ef03cf209fe571904f1c02f9646f817ccaee41be1771c8f7f614e4c72e82fc1caf437ebf4c21ffd5aed029931ee854bd083aedc3864e9733a1d31d4d5010271c0a723a079d7b3f0f9ddfec075d109e812e582a43c1bba8d0c5e666e862db52e8d2ea6bd0a5b326d0d58b85d0d5a2b75008d91fba36b10c0ad5964261fc1828ecfa49282c3e120a6bb904855bb3a088ff731cb17a1e8ae8e884227eab4191a982ff49876e4cbd86a2fa5f4137d95ad02df520e816c10ebafdfb25142b6c82e2701b28ee7b3d146ff60a8a3f1c0125d0af410917eba184eaef50425f2794f0230fbaf3a10e4a2e8b8252b2ae40a9f95c28c3e9389471280dca043ca04cd9089479e71a9439f81eca72a886b2a2bf42772b9aa16c4e34f4e0601af4100d851efee2418f097ce871941d947b9102e596a4404ffed7651efb1794f77d1194ef7b0bca6fcb800afdbf41857fcba0a26055a8a476162aa55840a505bba172722b54790c812ac343a0aa241954bd3c16aac95587eafef75d37640435e41d829af042a869471cf4b4e804f4b4ca167a213e0db5949e865e996640af421641af8f6f865e3702505b9731d4f6f518d47e810c75384f431de997a08ee90750279a0f757e02a0ce3fcfa1eeedfba0eef2c3d087dfca50fffe87d0c0ec1de8132b1dfa6424833e658e42832735a1c1342f68f0f52a6868c96be8f3f206e873891e3446dd088dd5fb4363ed89d0f8aa5bd0f8d145d0979261e8dba00bf4dd7f18fa5e5a044d543b411303ead0a4fa2c34993d014d5d51867eb82641d39f7168263f1dfab5d503fa95bf08fafda813faf30a81e65ed4427f5f9541ffbc1dc872b3fd64f9c7d364f9ea6364055e1559e1bb3f59f1da69b262ee15b262db2459793b9dac9ce04e562e84c82a315964953b7164d54b61e4856ffcc86ad758644dbfbbe4a5a3dfc9cb18cde4652635646dab11b2ceea21b24ed73bf2f29edf645d8d1cb2ae9e2d59b7ca94ac17ff8cbc425d9fbc227a90bca2954f26a8bb91897f379181a655647038800c3dfe4e8617fc202385cfc968fa3a329a5340662d9390b19b0c32f6a885cc563843e6ace691b9db3ac9dcb41f64ee5d3532bf1b22f38767c9028706b2e0d279b2b0e12059389a4e168ee790f12d8bc9a21d22b298b2912c01b692a5e6ee6469da6db2b4b28a2c6bf127cba632c8fa019e64fde46cf2aa777fc806e4436403ac9fbc1aa29157ffce26aff13222af297a4c5ea77398bcde6b1b797d821979d3a63eb239e322798bb89abcc547996c31bc886cf9e31cd95af709d9baff2d797b394edef1a29ebca30322ef0ccd21ef925722dbea5f24db5e3620db5dbd4ede7d4c48deb3c883bca7c687ece05547defbe00dd911b94876ac3127efbf994c3e70388eeca4174776864e929d1d93c9cee17bc92ec76f920f1e8f251f9cd423bb5ab3c86e87246477a73764f7631a64f7a84d64f73befc88718efc987ef8f900f3fba47f6407e908f5a71c9c754e2c9c75f78908fff08229fe811924faef2239f7c7e95ec439921fb54d6937d135cc8fe6ff2c9a7eeec239f368f229fbe5f420ed0e922073e312707e69b91830272c8e756a890cf6d7d46bea0d74d0efe3745beb8e219f98a7c06f96a8436f96acf097248b91cf91a3f831c7ae82339b48e440eeda825875dfd9f626bf2f52f5272c4cbbfe4485907f9c6ce4fe49b4babc8b70cc9e4684d9c1c3d6b49be3d9c4d8e5de4478e75db438eebb9438edf1c478e7fb88f9c6436434e3a134d4e46ae9193dd94c929b50c72ea791b72da397d72c68f3de4cc806be4cca91e7256a429f9ee619c7caf5d48be5f7c9d9ca3789e9cb36c989c93f6bf6dc6c88fd437901f05ab931f4d2c233fa66e243f0ee826e72aae27e7aad99373497472de8d0fe482c64972417715b9e86221b92825815c926c412ea5d0c9a56189e4b27929b99ce74fae209d20570291e4ca3be9e4ea9b75e4ea314f728d858c5c934227d7ca2b926b5b2dc9b51f9e93eb9b14c80d7adbc80dd47be486741b72e3481ef939a0417e312320bf5426925f0e7b919b03ccc8cd6d1fc82dc1cde4d62c1ef9957c09f9d56239f22badade457d9aae4d79c4872db0217725b9e2df98df633f29b3d77c8eda3e7c91d9443e48ecd89e48e4247f2bbd741e4aef83de4eeb115e49e6db6e45e3526b957a796dc6b7691dc7b7b9cdcff339e3cf858933cec1248fe0c5d278f445e218f0a9f93470db793c79a8cc8e3d47af278d06df2978571e42fde1cf2d7ad3bc9df5efb93bff3b2c9dfed83c8130d77c9937c2679eaff187f2cbf4bfe214920ffb0f521cf186d21ff8cf726ff2cda49fed97985fc73ea10f9d7fffdfacbce8ffc6b6e9afc3bd889fc27d2813cab36439eedd9409eed5326cfd96a90e74a3f93fffedf9f7f6346c87f1366c8f3efd461b99a29589ea405cb5bfbc3f2475fc2f23785b0fc4c0fac70ca1e5e6017002baadf82153d09b052620eacf4e434ac7ca301562ed4865596af83550c2c6095a3eb60d5a5a1f04278185e68600cabefd285351fef8535bb6fc24bcefac24bbe6c8797ee92c1cbdef061eda531b0f6d6cdb0f62e355867792cac6379025ebe6223acbba807d635b48675e36d60bd6216bca2f423bca279085e69791a268c1160f0f657188c5782c184e330c9ea030c9f7b0da309233055a4065337e4c2d4dcb530756a334c9d698669523b98e9500133ebb830ebda491853380163f7dfc3ec1d5e303be32fcc71708139df2fc05c121d16dc4c8705f58f61e12d14c609e6b028fc0b2c8a90c2a2842a585464098b6a476031b019966858c1128e1b2cf1db0b4bd118586a4f87f5ddd4e155e1eb61835569b0a1a5256ce498031bef5a081b1f5f0aafd1c4e035e1c5f09ae665b0c99e7fb0a9d614bcf1c2537863c4227863b2266cf69b036ffe330a9b0b2fc0e631db60f3fc01d8bcb40fb658fb01de7af218bcb5e712bc6df4336c1d3e035b3f80e01da11fe15dbd7c78d7afa5b02df7306c9b5605dbd13b61bbf41478b78721ec20dc0a3b38fd6f737ec10ecf7a60877909ecb890083bee9a821d4b87e003ab16c107268d61278d09d899f30a760e6a835d8876f041d663d8b5b80f7663ae848f18d4c31e0bb9f0318f18f8780404fbcac1b0ef9bebb0dfd652d8af71043e652684cf78a7c3676faac06753c4f0d911473820f6321ce8220f07e1da705052011cd418029f5b9c0d9fab78005ff8eb0707cb9f8483efde862f16de802fb182e04bbb37c29702dfc29727bae0ab6758f0b59077f0b599d370e8ff750fcdf38543070ec3a113a7e130f8181c3674020e7f74028e30e0c03756ad82a37eb3e06858038efea502df568d8063a73ec1710bb6c371521c8e8b01e184ca6038f15e219cf8a30d4e52ba032781dbe0a40b0170324d0227fb14c3c951fa70f27d7d38b5dc004e8b6c8333fc50f85e4e0ffcc01e80739297c08f6c5ae147d9abe0277baec34ff61f829f1c5585f36e09e182ff355e98640017e9d9c245335e704980295cfac41a2edbf5132e7bb6182e3f5d0a97df2a87cbdf26c0e51f52e1cae70be1aaa61b70d5f819b8dab707ae0e580d575f3e0b57ffa0c035cb54e01acf9770ed894cb87e640a6e5cd003372ef5829b349ae126da1bb8c90b859f9f2c879f179f825f909ec02ff070f8851d04bf7471875f1ee4c02db98fe0d69709706b5b27fccaed29fc2a02835f7ff587dbd40be1b6d78be0b64f0cf88db4026e5ffd086e0feb863be64ec09dcb22e0ce754cb8737227fceee206f8fdca41b86b5f05dc9d1e067f70ae803f1c2d873f5c3280fb14eec27d8b2be07e3b223cd0a1080fbcff0c7f52d8017f5af21e1e3c340f0fd6ad8687ae74c2c3622f78f889133ce2ae0c8f1ebc008f69df80c72faac3e36352f8cbf620f8ab570bfcf5120d9ed8b8139e1cd780a78687e09f175de19fc987e15fafa6e1d90867786e481bfedbec0bff639da5c829ffa0c86d1452e40e512972891b28f296fb28f2be8e14f97b2cca026c056501bf87b2c065116541e7258ae265114529a19fa23cb580a222e8a4a86caca1a804efa1a8dcb1a2a8545fa7a8d47653168ac7290b0def50163ef94259c4dc4559d47b87a2e65241d1d449a52c31d6a32ce9a053b4dcb5295a5e0314ed5df314ed726f8ace9a6f94e51c638a9e5a22456f3885b2827382b2e2b784b232673385d0f89e424c1fa210ef355100472685d438418154ff52c85f5a28f092660ae5423e05b9334841aa9e51a8fe2614eaa02d85f66d038531a9496185cd53d887d750d89e7729ec2c4f0afb971c85fb6d3785a7bb8f22d07e4c1194afa2086d7328c26b3045242aa188b68e5244ad1614a9cd1f8a34a490223b374bd1b76da6e89fd0a7ac5ac9a6ace23da61884bca118bcc8a5ac5eb3976228eea018214f29469b7e538c767ca5185df0a0181bcf51d6a66ca4acdbcea298349952d6ab9ca7ac1fdc47d9b0db8cb2292890b2e9fb3465d3ac2165b32197b2e5e6678ac59b608a650640b12c7f47b17c799fb235f1fcff2450b64eada658bbb7506cf4c3283677132976174e51ec9e065276ffe553ec75fd29f66907290e2527290ea5ab287b95a2297b3b7a28fb76cc52f63539500e545ca3385fa2535c4c0d292e4db728aebd3314b7d8079443c99194436f5f513c8ef6523c1534299ebc368aa70b95e279f421c5f3f4098a67fe268a174193e275f82be5387f3fe584968072927a9572d23282e2bde019c57bb335c57b1793e2edd949f1ae14517c453b28fe4b9652fcc97729fe46d594d32ff22867f2db2967b5f429672ff7530256fda004a6bea304617694a0c81d9473a2fb94f38b5529e74f2a502e7ceda1049f18a75c6ccca15c322aa35cfab4847299374cb9dce348b9427f4fb9f26501e55a7c2325547097125a34450973b843097bf18512d6728d121ecba35cdfd040b91e1c49b99ef08712a9614e896cb0a6dc60c8536e5cf84ab991f39e72e3a51c258a738b126d6247897e3142b9bdab9e12d7b4889270fa1e25d1319f92f4a58c923c554749b94aa5a4e6aca1a4be19a4a4f62fa7a4b1d328e9d599948caa0b948c975d944ce74c4a960648b9bb6713259b20a564b3104af6ba00ca83640dcac30c254acef476ca23d509ca634935e571d5394aa1ce18a5e8c61ca5d4b08852ced2a394fbfa502aac1894ca8b3a942aea654a55793aa5daa998521df08652e3ba9f524f7f49a9df20a5d4e7bea33470e7290d5e2a944635534aa3a61da5715b12a5e9ca5aca53bd4594a7b35f29cf8c4894677bae529eebf5539ea3db28cfedee525e3e7c46690ddd4d69ad3c4379ad1e4269136da0b46dfd4469abb94b691b2750da6589948e103aa5a3e01ee5edb64d94b7e75f52de4f9ea47453aa283d7bba293d0f5d291f031f523e3e784af9387586d22b90517a379fa27cc25b299f66565106ff5651867aaf53869522289fad95289fafeea57cfe654719bd7a9532660851c60a9329e3ca3b28e3c267946fc463948997bd94c9b4f394a9834b283f324328334589945f6b6328bf367ea6fc323b4c99fd8051e6bac594bf901ee5efd42a444e6f2922774a0e51609010c59c058892ea2f4469b31fa28af9220b33329045922e6451b00ea2864e226a474f22ea355244638b1ba2b1dd08d154b98e2c71dc852c7915822cdbaa8c2c3bbd16d1dee28d68fba9213a5f2588ee8a1388aeef064437b10959a13180ac90062284e3e108513b0001143104bce08cc02dc908fced2d822c194190b05f08eaab8fa0b19f112a7c08a1e51421b4324584beec2bc24c3d8230dfe422ccd935086bf94604cbd888b0f73e43b8544584cb6e41f8397711feac022298f44184ea46087e3309119dc211c94b3544fad801d11fe84456854520ab861720064bce2106db231143c639c4f0881162acbf1b31def11d31fe3ffe752b2f20eb2e0a91751f3391757ddb10134d7dc4e4e016c424d20b3175d045d6bb54219bf40b914d671b90cd043764b38b04d97cce1b31d7c945b65471108b9bb711cb7329c8b6ba3fc8b6ef64c44aa103b176d747b6d78c203b3823c84ebf6e64e7fb6e64d7facbc8ae4b6b11db681fc48ee18cd86db341ecfc8791dd8d4d88fd4a45c4fee50ac451bf0239c03d821cd83c801cc8e8479ccffb21072f7c445c2f6623470ef4234786088847f463e4e82d4be4686e1fe2b9680be2992344bceea7205e0faf22c7d6f823c736ce20c7eaa291e3aaeec871072be4f8de56e444d501e4648804f1965b8b781b7a20de996710ef9e0b888ff503c4f7b233e2db2746fc06fd9053ef60e4b4b23d72bafc3772e6ad0409c83c8604ba1e47026f3f458284d648d0213de47cf03f24f8560472e9d305e4f2f02ee4f27c2b7245d308b912e18a5cf9ffd770a5680772d56417726de11c72ad6d02095de087841e5d84847ef98e8491ae2061350812eed98d84bf598944581bfe4f2e12b16b371275b815897a3681dc3c720bb979671ab955ac82447f0f406e6b5b22b75933489c63361237a483c40dbf46927eaf4492e6dd91e4de7624e53482a4743a23a93d3f91d41fdb90f47fad4846358e642efb8964f2b84866c12d24ebf2207277e52872ef7d3b92cdd042b285ae48ae562092db3b823c39b31479d24947f234fa91bc804624ef732852c8af430a27e391226a3f52e4fa0e2972eb428adc1f204529a34849090929251c424a597148a9eb1052daa98e94cd2920e5ba214839f20b296ffc8194ff9b44aab50d906a662452ddd381d4f8f623b5b01652bb2109a9ddcc416a2b0e21754802d2e0e384343ce0228d27f291c6f9bf4893ce52e469da77e479b90df222f817d25c711679a5e98cbc3a5783b4599f44dac69e226fae729037f54548075a8f74480d900ed736e42df53ef25e2f1e797f300279df508274672f463eb4c8901e7a2bd273e008d2537b18f968a58e7c2cfd877c1cab437ae30a90debb00d2f7511e19283d850cd23d90c16e4fe4b3bc19f2f96f1032faea18323eee8b7c098844bed26f205f6f2f44be259d4626829e2393dabac824b31d9952ed46a6f8cdc8ccea0664268286cc647623330f79c8cf8e4ce457cb7de4377a10f9333e8acc06562173b39790bf4227e4efa527c83fcd66647eaf0b327ff40332ff681b2a67b61e55e047a30a1e27d0057117d105774cd105a551e882a7d75145cd1ba8627016aa98f00c55ec684415ff75a3caa45c54d9d61155fddb8a2ef4ea4417bdcb41d5c2a2d1c59213a8ba691faa613e806ad87f46351c18a8c6c36a54e34f1ebac4fb13bae4f21754cba414d5fa32802eeb3544b57fb6a23a2197d0e584497479672daa9b3b84ae703887aed4ce4557e69c45811c3f9434e08142b1892899d68492e97b51f291b5280cb7a130720f85cb9ea2c8081fa5d64da1d41e264a3b9c80d2075c50e6a93894f9be03c5dae651b6c53394ab7f1ce5d95f4405d22a5448694785cc1c54f8a81dc53fbe40455737a2a26772a858781415cb5251c9f630547f34105d257c8faeeaf2410d4e6ba0863eeea851fa0dd458451d5d737633ba76f308ba36d4165dfb4882ae7df5195d17bc073579aa849aaeda85aef7d988aebffe015ddf14856ea084a3666143a8d9c034ba89cf44373f7e8e9a6b9f40cd7ffe46b7fca9472dae1e442db5fd502b8baba8b5db1bd4bae23abac3f0136ac38a45776666a276f2ada87dec2fd4be673fbac76101baa7f609baa7db14dd337d13ddeb9f83ee337c86eebbac81ee4b32451d414fd4b1f6367a60d53ef4c06e33f4c0431c75faa78dbaac38871eec7983ba520d50d78403a8fba520d4635338ea71b907f598e5a3c7cb2dd093375cd193bd6ea88fb335ea73d20af549af477df70fa2fed2afe8a9444ff4b4ee7af474d803f474a4021a64578c9eb35241cf2f7f815e70a8462fe458a117ba14d1e0804034f8ff982fb65ba3176765e895a01af44aa41a7a953b8d5edd908a86c4f0d0d0f95634cc671c0deb3f85862f9c47c32daad1882b181a11e98846240ca0376ef8a3374a2fa051bc16346add0b342ac8188dfa6d83de9c4d466f0ded44639d4bd0588f5e348eed84c66d61a1f1a3ad68820b1d4d5c5480de71de89266db541931cb6a0c96b8dd094e74234f573119aa6b5174dc37cd0b4e78d68c6f60934e3da309a315b8e66f15ea3596ef7d1bb6257f4eebb22f4fe0b75f481db52f4c1c55af4c1959768cebc31faa8fb39fab826037dfc71319a2bc843731b92d127df19685e831d5ab0b30e2d7098450b0d13d0c24877b4f083065aa4678f16ad6d408bab9fa02589e16869c836b4ac6e155a2edf875605f6a3d565305aa3da8cd6dc62a0b54d96687d41265aff32016d506a431b911368d39756f4e9162afab436027d9ebc1f7d7135086d5e1d88b65ccf425b7a9dd156cf30f4d51b12fa5ab7017ded9e8abebe3f89b62769a1ed45ed6887bc07da11d986be5db4117dbb7e2bfa3ea707ed6284a2dd4a0bd1eee42568f70312da3d0aa31f5647a11f6c76a03dac8368cfab7de847f416daab751dedbdeb8bf68d16a1fd45c9e86005071dfacc44878d2dd1cfaf2dd09135a1e898ac0d1ddff1071daf5a807e49fb857e8d7441bf162ba2dfc005e844420d3ac99c4727b3d2d129cd69f447c415f4e7faafe84f8b3cf467be15fa1b7984fe7e108efeaebc8efe798fa2b3aba6d0b9d5e5e8dc1f5bf4ef5821fa0f3240e7c9b3e8fcad975439158caa80b65215c28e51155eafa42eb8f798aadc90435d385e485dac694c5d1cbf8eaaa9ae4fd5e4475197d0bba84bd65da46a851b51972aa551973f6aa4eab65a5257465fa3ae9c76a51217545089e3da54009ba0023f0aa9e0894554924726955c7c900aef384985af1ea6c2b937a914d52a2a25a9968aecdb4145f293a8d4357654ea2d7b2ab5cd924aabb1a5d2def0a8f4f53554c6ea775496423795159f4bc5768550b123c654ece718957d894b6547b75339c02895736e1d958b6650b96d6e546ec7772a3f239d2af0da4e15622a543cdd972a563b4015aff6a34a60902aadd5a2cae045d455b454aac12903aa41ea6faaa1cb2baa91fc71aa91b307d56828946a9cda42356e5d4a5da3d34f5d73c480ba2e9c4535f97b946aba4e9e6a163d47ddbc70886adeff88ba65b73a75cb4407d5c2710bd5a235976af15389ba6deb72aad5838354ab8762aaf5132deaf6ee2bd41de145d41d0535d49d9e0ed45df92354db86cd54dbb62f54bbbe65d4dd4114aa3df13475cfc269eadefbcba9fb5216521dd7b6531dbb3e53f7ef5c447556d2a4ba6da9a3ba55c653dd2d2854f7fcbb54f7212dea9185dba91e2f53a91eff8e503d57ffa27a169ea07a364ba95e466a54afe336d46319c1d4e3053dd41302807a22b69a7af24b08d57b680dd547fd0ad5e7e837aacfb1fd549f5bbba8bedcb754df97ca54dfe1fd54bf75ffa87e694fa8fe71a5d4535934eaa9fadbd4d33d8fa867f64c5103423ca8e7d222a8e73a6e522fec3f40bdd06c410d16365183df71a997c297512f2b51a957a030ea953d43d4ab72ced4abba2ad410e80af59ae72aeab5d371d46b9dead4d085fdd4d06f746a588d2635ec9b3c35fc6c033542a38c7ae39526352ab0801a55ba831af537867a9374987a73a0941a2d1253a3a34ba931e3ced458e40f35deba811a9fe9424d30ff474dd437a4263a8650931d3da8c96772a8298935d454b37e6aea3d2e35f57e3c35cd348d9a7ebe9d9aa5d246cddaae42bd57fa94fac02d82fa20651df5e14553eac34c09f5e15c2935c73f82fae86a07f571a432f5712e8ffaf85d3a3537782d35cf3d925a303f452dd274a096f87a50cb2254a8e5a71753cbd3cba91507df532bf7bca0d62b5ca636ac8ea13672ee501b0bf3a98d951ed42603436a53e14fead3fc2eea8b92e7d417ff22a9cdb10ad416ff4a6acba839f595c965eaabbd43d457dd5fa96de73751dbea6aa8edebbe50db534ca81dd8356ac7d555d477597ceabb97aba9effef652dfaf6ca676919652bb3699533fae35a57efcd847eddd5844ed3b184fed6f58471d3475a60e857452871a0e5387baa9d4cfefbba8235fe2a9a3ba47a9a3dcfdd431fbe3d471ab1fd46f87be53279937a893dda1d4a9694bea34c99f3a23779e3a03545267dcae5367bc41eaefb655d43f2af1d43f6feba87345eba9733f86a97f8fdfa0fe1da450ffb92fa1fe3bf28f3a6fe34c9ddf3f48933b3b42930b50a6c987b7d0e49b54680a436b690bd2e834c598799ad2d10f3425af6f34e5437d34e54f7134e56f5c9a4a830d4d65fa384d15b5a62dbc7a97b6c85c91b628661f6dd178226db1cd369afada499aba1997a6dea340d338a14ad338b395a6911c48d32ca9a32de1bda12d897e4e5b927c9da645dc4cd38acda369cfffa5e99459d3963766d3f44c8ed056eadea211cac769c0036d1a187d9d06be5b41234d35d1c86b9c6814f3c534449148437feda051035269d4ac6c1adda0994677d7a1314c2c688c962e1a73dd761a3369378db5509fc6f21fa361f723681cc5b7348ecb248d93f083c6d57d49e3b6ffa5f11e1269bca20534defc131a3ff81c4d10bc8f26bc4aa709b31a68f8c69334d1d2fd34517f3f4d661f415b5594403354d2a7196e77a419ad3b4f334a9ea019a542b435061db4b50bdc696bb75ca6ad3796d1d61f76a0ad8f90a36d445ed336b2c6681b4dafd036eedb4c3383e46966c733699bbec4d3cc03e569e6696c9a79861c6d8b4b136d4b7c36cd621f8d66b9308f66392ea46d5ba943db96b39fb67d4915cd666506cd0699a6d9dccaa3edac6ba3ed9cfc49b35d5c44b3d3e8a5d9895368bbb5aa69bb832768f606cb69f6763534fb030db43d5796d2f6fa7bd21c0575b4fd7f326907980a34a7324f9acb83df34d767c63437560fcd2d6831cdfdb405cd7d8e403bd25f4ff3207fa179dea9a179d11c68de0a7f68beab16d17c1d2ed3fcb0569a9f5320cdef5831cdff953ced943c9776669d9416e0738316f0c89c1624bc4e3b77772dedd2f367b4cb41bb68570e1da65de90ba7855cd84a0b29fa4d0b8d5e490b0bd2a485e5a7d0c2fe45d3c26ddfd1c2fb65b4088c488bac7c4dbbd15348bbf9fd12ed56be352dda3298769bf89316dbfe811677c68116d7f988167f08a5c517a6d0e2ab17d1e25b636909f2feb484ec4a5ac2b3745a62f33bda9de5c1b4a49c57b4a4ce615a32ba8996ec7f9496c2d4a2a51e3c464b5bd040cb386f44cbc83b48cbd292d0b256c7d0b22e3fa0657db1a4dd3d85d3ee29dca3dd8f52a165eb4b68d91977680fa75a698f14bed21e71d5688fcec9d31e4568d072fdcc684f989eb4271be56979009d963fbc8a5668798c561855432b7cad472b5aa3422b6a1ba3159b40b4e2430f69c5a19f69a5d24a5aa9b527adb4469d56eeab4d2b4ff99fc147b4f2c937b48a08455ae5da4a5ad5e1565a35f92fad263298567317a0d5696ca0d5adfb446b9857a7351e74a03d3534a13d5ff398f6fcc739da8bca53b497daeb682ffbdfd15a56f4d25a858eb45772aeb4d7569f68afeb4ed3dabc005a7bea125a27dd8cd619b380d6397592f636d69ff6f68e12ed6dda1edafbc9225ad73736adfb642ced436b2dad77fb4e5aef27943680a5d33e71da699f2497689fa2a7699f1ee8d00655a668835f96d18643d268c3f5a1b4cfeaeeb4cfd64db4113a401b796b481b673bd0c6770dd0beb82ad3befad7d3bef6eea57dd31ea27df7ff44fb1e4aa04dc1576953e924da8f0113dacc29903673739ef62b4344fb1de749fbc355a4fd293d439b95ff499b9d5e419b4383697fe35de80a4f6ed2951694d295f8a574653d5bba0a5443577190a7abf64274b58c6574b5c997f4c596bbe89a670ae84bdc27e95a7a7cfad2e847f465e6fe741d9e165da7bf99bedcea037d79cc09baaefe6bba1ef90a5d6f6d047d0540a6af58d5475f796c117de58d47f4956d3974c027870edea1d1c17b9974f84d121d39184547977fa453cdf5e8d4803a3af5fb273a7d41199d119e4567543da133a72fd159ea57e9984d251debcaa2b3df24d3b961223af7de723a6f59079db7f3299d37b790ced75947c7f787d1f1bafb74f1ad46ba748b135d76a98aaebfb2806e78721fddf8de62baf173946efcf1007d4da494be56c18dbe56524c5ffbbc9cbe4ee30b7d9da613dd24ee27dd64de8e6e7af7207dbdbc3e7d7d9a117dc3de9574b39f97e866bf5fd0cd5d6de95b86fed22da297d3b76673e9db0296d1b7f54cd1b78d71e8db5f3bd377486ce83b763ad06d0612e8764dba74bb690ffaee07f9f4dd4ff7d1ed8b2ed0f71425d11d2c3ed0f7c9abd3f7edbc41dfe7e74a77eccaa03bed48a6bbc8dda0bbec76a51f3cf5847ef0730ddd1553a4bbedfb4c77c7bfd2ddbb76d20f7745d10f4f4cd08f8c6fa11f3d6d40f75cf091eef58042f77a9a403f914aa77be351749f531fe8bef862ba9f7728ddaf3687eeff8e4d3fb5c0967e4ae64a3f15ed400fb0bc4d0f5c84d003d593e9810ecef440ff83f4c0b77be8e7f7ffa607eb39d22f5f53a287f8efa087a462f490747d7ab89a293d42a4498fd2aca7479d25d06fe5b9d2a3af18d0e36a5fd0e386f4e9f1077ce8f195e9f48490127ae229777a62d46a7a6279343d71f62d3dd9298f9ef281424f2beba3a77d34a0676c6ca067d4d5d0333e24d233b1aff42c4763fafdf6547ab6be2e3dbb12a4678feea23f802de90fd67ca33fbc3946cf5dda4fcfcbb7a6e7fd784ccf9b49a3e73f5d482ff83f9f85f82d7aa15109bd30ff38bdb04a815e7c32985edc09d24b3837e8a5e13df4b2a567e865c689f48ab82e7aa5a60fbd8abe885e55eb4aaffebe995e436ca4d7a0bef41ab74a7aadc63cbd76a91bbd564744afdbe54a6fb0a0d09b1637d29bce3fa6bf3ceb476fee9ca0bf8209f457c3dfe9af335de9afdfa9d3db4c53e96ddd6c7abb912ebddd278dde199d427fbb6031fd9de3377ad701657a4fe0567acf95fbf48f0f7ed0fbec83e97de1b7e97d090af4feed0df47ed76a7a7f85397d60f343faa7a3b9f4a1cf6be8233525f42fda4ef42ffb3ed1bf6a8cd0bfaf7b4fffbebe8dfe3dea14fd7bfaff546ad127343de9933145f4c9c441fa64f779fad4c577f41f1c35fa0fdfedf45f8f16d27f6beca1ffd577a5ffdde743ff8768d1ff1d2fa7cfef7d4c9f77e431e4f6b43294fc5e3294ae373294fe2c66a896ec642c7c2cc7503be5c458ac2565a8c3860cf5ed760cf5df1f199a9c7b8c25f6918c25d73d195a2362c6b26dda8c65879f31b42d8c19da2904868e910763f9b32886eeb264862efa94b1a2b495b172c13ac6caf43a06016b6610f6f21844a5390650779241d2d163c026910c4a773203d9f28c81bc68665047173368ee2406ed8a1b832e7795414f41190c174f06535987c13cedc9602f913138ee1d0cdeef5d0cc1389921f8b1868187cd33446e104374df8921b11e61487eb430a4fe4f19d22e0f86be1b97b16aff1bc6aa2b9a0c83ed0b1806f3ef19abf74f3156a7fc3fe6a43f62186e886118a5c6318c2f3f63aca92d65acadffc830fdf28761faeb0363e356398619579761e6ddc8d89432c3d85442646caa0a616c9adfcdd8bca595b1f9cb3ec6168b31c696bf960ccb90bd0ccb6207c6d663fa0c6b671fc68e3a43868d3ac4b0012a183b77bf60ecfaba8c612be960d88e0c3076ab2d62ecd915c970e8e530f63a5f67ec2db9c1d8bf3597b17ff20ae3c04e6bc681516f86b33087e13cdbc338b898c5389863cc3858b9e87f42186eba1b186ec034e3f08978c6919d398c23e9371947d7ef61782653199e6f3b18c7b71f671cdf719971fcc16f86b77a15c3dba38ae12327c7f0d95ccff0f56132fcacd90cfff818c6a9a278c6e965718c339b721867730a1867ff1c65041c001881c6418cc0fb5719815ffa19412ed58c730e9f19e7adc61917deb93282d5ae3082f78919c117e718c15d1d8c8b666b1917c3248ccb734b195733ae31423bf98cb039154678cd242382abc788f816c7b8b1f32ee386cb37c64df417e3a6f11146f4f876c6ed980946ccda0246fcfe58467cf24f46c2957c46c2dc2023f1d8614692f13b46f2ec1823b588c4486dd567a441838c74b53946baac8191f172929199f99b7197eec6b89bcb66dc2d2b64dc1d2d60dcbbb89071af2c88911da2c178f0f609e361b68491c35bc3c8698e60e4ae1c65e4c52c62e4af9b61e4dfdac42810dd63141898330a332d18450c0ea3a87227a3183565147f4119251429a3c4669e51d2f29651c63bc428fbd5ca285f93c6283f4b6654f00b1815a23c4685e93d46c5976646657011a3aa3996511d5ec6a88edac0a859abc9a80962306a9e04326ade5c60d42eddcc688888663462068ca627ee8c67bdba8c66cd2846ebba0d8c56af2ec66bf14ec66ba38d8cb61812e38ddf18a33d7737a3a3f428e3eda3d38c775a57185ddc1246d7759cd1adb480d1bdc797f1a1bc85f1b1f532a357ae9bd1fbc091d1f75bc01868ad637cca16323ebd9c650c5e56640c76a53286a03cc6d0402c6368288131fcc19131dc93c9181e3fca1835441963db048c311f2fc65706caf83aff9cf18df583f14d7685f1ad6288f17dc755c6042e644c9c011953a7a61953f987183fec17327e94b318d3e04bc6f483e38c99b34cc6cfdc6f8c9fad5d8c5fcbfa187fb83a8c3fc264c66c751463b6339731e72864ccb9a731e6dea733febae933fe369119ff741730fea5ba31e5def631e5f7e9321764234cc5c352a6d2f823a6729629536540c254f9e6c35415ad622ed2e63017fd2331171bfc652efed1c854df67ced458e5c7d4ca2530b53e0f309736aa3197c99633b50f693375ecaf3375e2bd993abf4e3197c72630f5a8fe4c3d561b53efa71d7385790d73c593c3cc95baf34c82913d93e054cf04129598e4e30e4c78a69309ffd5612255f94cf4c23a26da56ca64ca9d6032ff69fc8f2e93c56132b14b3d4cf6c2854cf6c9bf4cf6ad854c8e631793eff19629a06631056bdf33f1e5979978c272265e719f294a1b618a66869992f57f9992f4734cfd6704e6aa8040e6aaf238e6aa37164c83cbfb9806a54a4c431505a621e0cb34f474671ae995308dd5b6308d29494c93d34d4cd325c34c53dd8b4cd3f1a3ccf5feb7991b2e8732cd8e99303719a633377b6433b768cc32b7705f32b79c82985b9e9a302d0fe6332d6fd4322ddf6f625afe72616ef31332b7e51d64eed860c1b4494966eec4b3993b3b5c99bbd83b98bba4464cbb1ba14cbb6f6b98bb370731773bd832edf73f60da7f4a663a1830980ea9c7980e6f9633f72eb363eed55dc9dc270a65eef3b8c8dc0f3433f7f7ae651ef078ce746aa9623a5b2c643a5f48651ecc0299075f6c641e1cbac374d3bcc6745f7886e91e10c274ff82300f292e661e0ab1671e7afc9b79a82f9de96196c4f44826333d5eff607a9a9e667a598d338fb1da9927f647337d7d8d98be670f334fd9e8324f9dbccc3c1d7494793a7f9c79c67d9a79f6cc61e6d98a5e66c0e37c6610af8b19746386797e508b19fc678a79e9a021f372c76de6e5e1d3cc2b1b8d9921f9bacc905f62e6b5c63066e8d3306618499319be2a9019fe2c8119fec1921971631733326f37f386e96166946232f3568e0ef3b6d30433365e83199bf78d19fbbe841957738f99c0e631ef243932938628cce4d71f9929953c666ae86266eaad0e666abc0b338d32c84cb33ecc4cdbc967a67b7430336f9f6066751630ef71f733b3b59e31b34b8d990f064f311f7996311f452c62e6efbacaccbf4562e6ffca6316441c601695a8318b8dca99c51f1f338be77f314b343f324b5e529925bd35cc926931b35c6d84592ec49995ddbb99d5eb6398358d879935bf8a98b5a4a5cc5aa725cc7abf38668390c66c48decb6ce8c96636de12309b889f984d1576cca7cd19cce7ca5ecce77ddf99cfffb0992f070a98adde20b375ec29b37df3566607cd93d919a9cc7c6b7188d91598cfecbba7c0ecdf19cdec9f3dcc1c708f600e3cbcc51cc4f7328794479943366f99c356c5cc91d931e6c85f17e6a84a07734c95cafcb2ac8ef9257694f995bf9af94d18ccfc1650cefc7eab8a39590031a7d6a8317f3c7fce9c5935c7fc9520c7fcf33b97397b4e8939fbac9d393bfe9a393796c4fcb7479539df9bc09cffba9ba5206d67293c96632951ffb0941235584a79262ca58e3296b27f224be546104b75e361d6c21c88b5b013622d2ad2622d5e18c05a3ceec552ef7acbd28007591ae83c4b23f0284bb360096b49d96b96767f304be728cad2e98d652d8f15b3740fdab174dfb6b156f66f60110cfb5944274316305ec102756258908b270b5dc361514dfc59b463312cdaf33f2cdae7ad2cdaf7cd2c86f76d16b3be8dc51cd8c7628555b1588ffeb258fdad2cac329fc5dea6cbe2900fb038620d162fef3e8b6f81b1f871722cfe480f4bf0a9922534dec1c2cd3a59789e1d4bb4cb9025517bc292682d604944ef589224194b7af8184b261965c99c3459b21f7a2cfd0e4596c1f25ed66aba2d6bf5e7cb2ca3ba8fac358766586beeac64ad5bfe86b5aede8965f2e834cb2c9dc0323fb78d65712e8765792c8cb5f5680d6b5b7f2ecb2a97ceda8efe656d9779b2b67bf6b26c0e8a58364f11d6ce747fd66e643bcb1e2a63d91f6d67395b8db09c13bc58cebf2fb05cd638b18e40faaca3db8b585e5e2b5927bdefb17cb5ac597e63ae2c7fb95e96bfdd52967f8ceeffec63050cbe62055e516305d6d15981e39dacc08926d605dd47ac0b77cfb22ebc7bccba2489625d8af6655daa6e615d5e0cb2ae7abf625d0d4e6185e4f6b1aee95ab0aed90959a165baacb02d75acb08f3759e1158aaca8ad102bcac69a752be10b2b7a51372b7a3f97157d2f9c757b399915bf2e95159ff09395b863352bb1b68895fc69292b15b8c74a9b8558e9843dacf4dc83ac8c288895d118ccca5c0eb2b2de29b0ee2effcabaaf9fce7ae0b09b9593b69ef52809613dce2a633d39f98195d77f94959f55ce2a10bd6615ccdc6315fccd65151ec25985c5ddacc29a13aca2aa425631e90bab783dc62a899a6695f9ee67952f90b2caff7f5e3173865529bf89557530f87fba585587cfb1aa2f76b16af669b06a57f8b06a6325acba6b4b59f59718ac86fff3d374568fd534d4ca7acaef603d334c673d375367bd708b60bdf03ac37af1cf8ef592f591d55c99c36a65ad61bdfe3dce7ab3f616ebcd9f0cd63bda3dd67bce5f5617c582f5e113c0eab9d8c1eaaddfc9ea5bb79035683dce1abae0c51afadcca1ab993cd1ac964b146baa659a361ef5963c2d7acb1fb206b6c14638d7777b0beb9a8b0260c2a58535a4aaca9ca71d6544b27eb879a0f6b7af30fd674f677d6f42f9c35839e66cdcc94b17e9ac0ac9f09f1ac9fff40d6af67d1ac5991376bf6722c6b761666fd552863cdaf1965cddb16b3e6a3bb3139d3024ceecf20266fb01653f0d4c4149e3fc7144db331c5791c530e8ec254294a98aa85005b6897812d0c5f8e2d3abb195bd4b614532387616a0c0aa6662fc1d49afdb1c5ca89d8e2b8194c43ccc23412e730cd81646cc9da1c6c89d3166c49421ba675be01d34a5a802d8338984e573fb6fcfe2e6cf99c31a6ebd183ad50eec4566ca8c556d8f9602bf3e5b1951f2e6244908b014a173120200203e6b531d28a128cf47613065d8bc1a094688c6cc5c5601f030c9ed2c0107b6b0cc9b0c7a8212518cdf92b46bb6e88d1973862cc94518c39b402636ddd82b12d0f609cb5ba18c7d61ce33cb7c6b8418d18f7f2798c9b710c13d8666282a8394cb8201e13ea7ec644cf1a31d1481c26b9d68949191e98b4600893edb7c1562d6cc156adfc831970516c752a8019eed1c48c96696046143a6694e88719bd57c78cb97398b1948319bf3b80ad491bc4d6dc53c5d6b494612639e730d3654ed806ff216ca3750c66f6e334666eb31a334f1ac3ccefe7615b0f8f6156199d98d5233666bdde14b3ce0fc676105e613ba88f301ba13fb6f32907dba5f00ddb6d5289edb60ac1ecc3306c8fc714b6a7ea3be670c708db1bf01edbdbbb0973942298e32a796c7fe74e6cffc021ecc05f55cce95c12e6ace882b970af622e0683d841c80473ddfc1a73c73e63ee021ee67efd0ae65ef6193b1af905f3bad5821ddb578f1d0bdf859db0c3b193237d988fc90bccd7f318e67f61083ba5dd859d5a6b8c9ddda2839d3d8261673f7fc6829c61ecfcd2542c78ed322cf8a32776493915bb44bb875d3ae4865dee37c142de9fc3c2fce6b1f0d529d8f5c797b1c83b5bb11b7b195814dd198b0ab6c26e96146137cb9e62d15917b198ee082ce6eb532c56a30b8bdff20b8b77fd8e255c89c61242b6628945ff33d78bdda18e6277527f6349572bb0a4b1c3580a5b1f4bf584b034e62f2ced6f1396be5482653a376399f54bb1cc16452c4bb801cbda700bcbdaa38265b988b1bb8bc3b07bb253d8fd1e01f660b333f6e0a633f6701b097bd86f8e3de6ecc572ef2a634f8cb3b027f651587eb6182ba08f61054de65821ec839538166325130a58e9bd5aacaca415ab1c68c0aaa6b4b09a0d2658cd857aac566282d5651563f54b0e600de735b1864215ace18f13d6f0b7106b54ccc39a6224d8536911f6ec351d7bdedc8535db0561ad84df582bab146bedafc2da8804accda50c6b3b5a80b53503d81b7a2ed6a1dc84bd05acb0b76fc3b077b9dbb1f7f207b1f726e358d792b35817d91eeb664d601fa28f633d9565d847b5d758af951ad6bfd10beb7742b1fe63ead8a736776cd848071b41e6b011fdcfd898e012f695b21ffb76c902fb2eef887d5f398e7d3faf867d9f7a8d4db64f62d3901e36ed77149bcebf8bcd445ec566a2976233e386d8cfac19ecd7221becd7eb27d81f7a34f6a7fe35f677d14dec6fc625ecefb40ff6cf3310fb17aa89fd2bd761cb6db5672b141e672fd0dbca5e10e8c95e707e80adc871632bdacdb1153db7b395c663d8caf6e96ce52b77d9aa5aefd8aaab45ec45eaae6c353994bdd8c689ad1ee0c5d608d8c8d6f8bb9fade90fb0b5a02d6cadd10ab6f6b23d6c6d3779b6b677025bfb0b81bdbccf86ad6bfd8fad3bb28cadc73ac7d62b5265ebd525b1575c43d92bf24bd82b5e5d6513669eb1017f5b368961c626a56d609385dfd8e42d4fd894f3381b717cc046e2feb7cf3fb391effe6cd4f4169beaa2caa679b8b16943fbd9f4ea0f6ca64e329bd9be88cd2acb6263efaad8ec7c4d36afde8fcdeba9620b9a2bd938fa908ddfbcca16bda9658b5d8eb1c51786d9d225ebd9d2a4156c19768d2d6bb167cb068bd9fabe5fd9faa90d6cfde619f6aae700db68c724db687039dbf8620b7bdd698c6d720a639baaa6b04dc39fb2cd4864b619e6c1de6431c0de34cb666f3639c0b67008615b6ebbc5b682a3d856064e6c2b0b23b6b5b9886dfd4bc8de7ebd87bda3d99f6d139ac6b6e95ec4b62d7763db9916b1ed8155ec3d6814dbc1cf85bd576e2d7b5f681c7b7f843a7bff9731f681d8e3ec030562b6d35a55b6b3c25ab6b39b84ed32ba84edf22f9a7d487d0bfb48552bdb636c987db479807d4c6f967d5ced26fbb8d8967d62bd11fb447607fb447708fbe4ba32b6b7e372b62f5387ed5b54c8f6b7d4639fe22e669fbef6987d66fe24fbecb24becb3f7dad801b7feb22f3c8a61072704b32f9336b0af387d645fa9c4d857bd77b043f83fd921af64ec30b8991d16a5c88e08bbc28eec5067df1c1f66df9a3563df36d367dfbea0c38ec167d8319e71ec98c437ecd8231bd871a757b0e3866fb3136642d8492fe5d9c90dc3ec340f2b76baf9137696eb6ff6ddd542f6ddb776ec7b8802fbde8e2dec7b8dd1ecfb6af7d9f7f734b3ef8f07b2b3954bd90f756ad88f2855ec477624f6638329f6e31fcaec27c20feca22745ec62f93976711c8d5ddc1ecf2e9ed9c22e79adc02e7d50cdae34346057d1fdd85581c5ec6a54ccaeab5ac8ae1b41d9f59b56b01b0ee3ec67f714d92f2412f60bf7a3ec164c8bdd8a5c62bf0a23b0dbe4ffb1dbf4e6d86de818bb8d15cc6e338e62b70567b1db5a67d91d3797b23bffd7ca5b8f32f63bc53af607d547ec0fdb03d83d2b92d93dde21ec8f31dbd8bd088bddfb7f7dfaca5bd8fd9e86ecfe6009fb93e15bf6f03b0ff6c8d1abecd1f262f6183b8b3d567185fd6db52dfb5bb52a7bb23c96fd035463fffad0c2fe1d51c1feb36209fbcf5c2c7b2e700b7bee66017baefa35fbafae37fb9ff0307bde42952367fe95237799c791770be52830ae7014dc9e7316bc2ee0289da27094bef7729457cd73547c218eaacbff783ce0a8460f735473ca38aadfbc380b07cf7016090f73d4c69d38ead77773342e6ce068c46de668c4bfe66822219c250eba1c2d9d50ceb2ae9d1cede4008ece92208ece2113ce8a03bd9c159997382bcadd392bdba3382bdf3238c40e8c031c9ee78021db3924a54d1c6831c281de7a70c8642a87cc0fe1c09d7f390899c64146e739e8360e87ba298243bd3ec1a13bc97118ba7b394cd2790e33f80587f980c261ed59c0c112a739ec5b0a1ceef46e0e2fa992c39f0be008a8be1c41f030075755e0e04b6b38f8660b8e38b299233353e6c836a773643e8b39ab5e9fe0acfeb095630c34718c6fb039c6d35a9c35c4759c75d4a51cd37d3a9c8d802d67e37a73ce46370b8ed96028c7ec4b0367539080b3adc08ab363ab276787cd6d8e0d56c5b18919e1ecca3ccfb1d37fceb1f3f4e4d85dbfcab1a72772f6053673f64d3ee0ec677ce61c50cee51cc879c67139dbc471d59472dc6ad23887cd56733c9256718e6e7ec1f1e25570bc1a0e738e49689ce3575f724e3a1ce578b77b707c3af438be56748effc1568e7fd859ce294939e7f4a1339cd381f39cb3a250ce59770ee7eced144ee08676ceb91530e792159f73e9e006cea5d626ced5f3d59cd0f4744ee8289b13ae0771c2cb3e71ae2b009c8818334e64eb25ce0dea29ce0de116ce8d82ad9ca83c9c73abb08f136d99c3b90dafe4c42a5b71626f7ce1c4bbeee22468a67112921f7012da5772123e9ee5243e59c849da6fc6499a56e7a4c89fe1a484d773526e4471d297267132479d395916599cbbd67a9c7b6fe438f7264a38f7e5249cfb86399cfb83699cec231d9c07de519c9c4a23cea389a79c5caf764e6ee953ce93575f3979a77e71f25e4e700ab42b3945461739c594279ce2a3db3825c3639c52ad144ee9fa684e79f8534ec5a90c4ea5b135a78a6cc6a949bec5a97db18153fbe31fa77ef96e4ebd9d02a7719cc86992b4719abad7719a260e709e7aa4719e296ce73c5b1ec879e6a9cc7996f998f3ac428df362af90f3f26704a7a5d091f32ac380f3aafd14a72d1de6bce18670deac87386f0e1470da27eb381dc52f389d5337396fb7bfe2bce34939efd6f770de6f8ce5f4ecbacce97d3ac3e983d5397df4cb9cfe856e9cfe65cf38fde4359c818826ce409137e7d3fe1b9c4f6577399f9af538835e319c21bf8f9c61d509ce306b8033cc3fcc1995dbc8192bb3e08c7d8238e3c627385f16dee37cf5aae17cdb12c299d4247226cf377226a30739934fb2383f56e09c69d232cef4da34cef4311bce0c54c899191ee5fc29a8e4fc797a91ab9891c755fc97cb55ba67cd55fa7086ab4c0be0aa3e6ce42ed29ae5aa9bbde1aa67dee56a2a7ce52ee91ce56a6f1372b5ef3873751abf7197efcde5eaeae97375e9ae5cdde6bb5cbdf454ee0a157bee4a7b152e61db6e2ee1e34b2ef1751f17209de002866c2e902fc70577b0b9a0671017ac97e392da1e712179772e9411c4255f79cda5a8fce6529287b8a8d12e2e335381cb52b0e5b2576a71b9f5435c5e6d14979fe6cb15783fe70a0db67385af567371e3bb5cbc1ae74a0e147025111cae4c7186abbfab84ab1ff38d6b3018c55ded7190bb3aa381bbba7a82bb7a50856b88c05cc38ffd5ce3bca7dcb5a3755cd36796dcf5dbb773d7e73ce26ef01de69a91df7037bbd77137c71a72cdaf1772b7e472b8961b54b9db760ab956fffbb5f97f8f9d1adfb8bbfbf672ed3f7872f7ac98e2ee79e3c575c88fe43afc70e53acc1773f7ae7ac7dd1b9bc1ddc712721d15c3b88e4f7ab8cef36ddc83968ddc837597b8ae95d7b86e9f2f70ddb710b8874a7ab9874393b98723d85c4fa7735ccf8a4eae979f09f71829837b6cd35eeeb1b634eec9ce9f5c1fbf4cae9fde76ee291d36f78c7c13f74c8439f7acd953eed9dda6dc80da3fdcf3637adcf39310f782fb476eb0ce1fee254d15eea58606ee95785dee952936f7aa7514f75a289b7baddb841b2a17c80d3dd2ca0d2d6de3869ddcc00d7bb78f7b1da771231475b8117daadc88213d6ec46f2e37d2cf8e1b79638a7be3ef24376acf4beead321ef756b5881b6d759e7b5b799c7b3bf72837f6ca756e6ccc3f6efc49576e02a99c9b706f0937a1fc003771571937713e807b477f989b1491cc4dcacce42665bde1a61ddbc04d272b71d39b1db919481537a3e61a376b09c4cd8acbe7de3559c1bd6bd1c9bdeb2fe6deade570ef2fbdcebd2f3ccacd4e7fc47d40d2e13e5c0b711f5ed8c37d98f887fbe83295fbf8139b9b5bfd86fb64d900f7c98815378f14cc2df01ee716814edca2d2226e51f3226e316aca2d7172e196165973cbf0fddcb2d57edcb2ddaedc0a43536ee5aebddcca27c6dcca0f53dcaa07dedcea85f2dc9ad7dadc5aa11ab76e7619b7dea996db70de9adbf8a49edb9427e03ebda8c77db6c59bfb3ce633f7792b87fb42f73bf7c53d19f725ba83fbf24831b735299fdb6633ca6d3f3fcaed30cde276dc4ae1764c5b72bbe4d4b95db7d6703f8241dc8f777f727b4fa4717baf2b727be345dcdebedbdc3ef82eb77fcd396e7f7402b7bfb8833bf06c197760ca9afb49750ff7936b36771018e00e1e49e60e2feee40e7bdb70876b9ab99f2fd87347a61772477e9fe18ed65de07e516370bfdc4ee77e19f9c1fdd657c79de8fec8fd01cc737f6454727f0c1771a7876cb933a262eecc783ff7a70ce5fe0c26737f7e3dcefda5fa9efbcbe432f7b7f17aee9f8c21ee9f4fd6dc39ca79eefced3e9efcb64e9efcfb329e82591b4fe1a1116fc1bc324f313e86a7d8d3c053926ee6295bbde52dac0be12d8a32e2a9a92bf3162f58c6537f50c653ff7e8fa7e916c55bb2bc95a76d7584a7e3e1c95b9e57c6d365bee7e955d6f2563e69e611968ff208a0028f800a78847fd93cc8672d8f7c1ae3c1a7077888c22b1ebab396c75099e6719255799cb47a1e977f95c7b76be209b7abf384b3ed3cc9eb1c9e8c15c8938917f364af76f2569f5cc85bfdb88867a802f10c7f04f08c222a7846e33b78c6369f79c647aa786b09aabc75d910cfd4f9216f7d660a6fc3f67dbc0d2f42781bf107bc8d5baff336ee4be359acd8cdb37432e259567bf32c3f3ce76d7d44e46de3a6f0b68d6fe25945c5f1b633dff26ca22b793b2f2af0765e7ecfdb657c82b7cb5681b7eba633cfcef231cfaef424cfa1f53e6fefe317bc7d9d71bc7d7f4a788e4e1a3ca76b2c9ed34f5dde41d94edec179679e2b6f84e7e6f684e7ce7dc53bf2a99e77543d9c77746227cf2bfb11efc4fa64dec9557dbc9395eebc9373053cefc2799eaffe5d9e5f760bcf7ffd00ef34e4ca3bb3d1911770681f2f20620f2f28d08b1754e0c43b97f58c77fefb7dde85f64c5e70ca35dec5654f7817bd5c7997165fe05d064378970d9c7857d8ab78578f73795783b378570beff1aebe34e485ac59c1bb1657c50b1df5e285d905f1c2bc3279e15e9ebcebc1c779d7ef5ce1dd38769017b523941775228c174d79c1bb8d9ee5c5ec7ac88b79e9c48b7d28e6c5d3c278f14ee9bcf8130ebc8417cf7989be12de9df483bc24934e5ef2812fbce4be87bc0cc7bdbc8c646f5ec65c1c2f33780b2f33f6152f6b8b092fab249077f7cc21debdd487bcfba1a9bcec6fc1bcece9c5bc87176a798f0be278b9db6a79b94db5bcbcf769bc7c9b05bcc213fb7945775479c5a253bce25c94579231cb2bcd7dcd2b73f0e695c5fce095cd14f2ca4b6ef32aac9ef22a32b379956a745ea5c13f5e15749157d5d1c6ab01aff3ead63ee5d585b6f3ea495b78f526125ebd7338af81dac86bb8fa8df7b4b58ad7bc6f0baf257a90f71ac678af0fb4f2ba6c72795d1e0dbcae8bdf795dd93ebcee6d645ef7e5ddbc0f126dde87c63dbc0f2fcef17a4c02797dac605edf9a23bcbe0fa9bcbef113bc7ea5a3bc4faaa3bc4fc71d789fcebde20d9e96f2069f9de00d15937843b5c779c3c442de3062c71b76c9e10d87eaf13eafe4f13ebff9cefb7a97c1fb5632c3fb7e94cf9b5803f3268ebde54ddc58cf9ba462bc29f3bbbcdf9fb6f0fe7c8ce5cd32d378b3894ebc393555dedf514bdebf3fe9bcf908316f7e622d6f7ede8a2fef4ce5cb5f00f90a0f3af90ae50bf94a7a62be52ce0ebe0a50cc5731b2e0ab44e6f3557ac87cd57f8afc85c7fcf80b8bc7f88bb8f27c35f16abedaba32be9a1785af563dc457eb32e56bf0ccf81a953e7c8d192e5f73a7265fb363377f19c188bf2ce1275f57a783af075af3f5ae3af05708f6f3892c333e71fb113e31b5950f642de793ec2ef3a193967c58dd884fb9f6818f14ffe2a384413e4afbcaa72e24f3a9600d9fe6aec6a75dace03322497cc693783e73a50a9f957e9ccfea7ecc67ff7ec6e7fcf6e473ab92f8bc2b643e2fd5842f48f7e2e3cbebf8b825818f7bece68b6c9af9e2b3d67c093d8e2f356be04bf7c5f0a55e9a7cfdfea7fc5541797c836d237c83f7e67c83893f7c835f837ce3da55fc353656fc35aed5fcb5ab96f3d7a94cf1d7ad74e49b98ccf0d7a7d5f037a83fe39b3deee29b9588f9667522be597d2d7fd39b46bef96163fe96732ff816923b7c0b83f5fc6d722afc6dbeb7f856cbd97ceb33ebf9d6d993fced4742f83b233df8bb6c99fc5db3897c5b7e1fdff6ca30df363c97bf3bef207ff797cb7cfb493edffed743be4381017fbf962a7f7f8880efb4610ddf695b1fdfe5d02afec173e57c37ae1fdfcdfa36df7d571fdffdf751fe913a2adf63871bdfa320847ff48517dff3883cdfabb08e7f6c4722fff8ad34fef15479fe891875fec9e7737c9f5875be4fc255bedf5625bebfd48eefbfd39aef7f7007ff94722fff94530dfff49b4dfc40d74bfca0c801feb9c01ffcf37db1fcd07e63fe75e73ffc08451a3f623c851f49dcc78fcc3fc98f5acde047cd69f36ffa2af36f75dfe3473f0fe4c71c5fc08f99fdc38ffbb8921feff58b9fb0f4303fc1598b9f180ff3ef447ee2277183f8490f46f969974ef3d3979bf033afa9f1efbe5acabf77ae867f1fbac0cf66dce23f9cbcc87fe415c87f3cbe949ff7459e9f6f73929f7f74829f7f6617bf503b955ff8b1825fa456ca2f9ab1e2172f0de2173f5acd2ff50be497be89e45758eee757b888f815a989fc8a26537ec5b7427ee59e147ea5bf2dbfca1ae257878ff36b567fe0d7b15af9f5260c7e7dbd84dff0fffb8da3c7f8cf5b6ff39bb716f19bbb32f82dbbd5f92d33a5fcd7434dfc37db6ef23bd43bf89dfb0ff3df3a97f1df7e0ce27711fff23fc829f33fe8bee47fac57e47f6c99e37fecace0f74edfe2f74504f3fbd77de30f681ce00f0e86f287d82dfca19f47f9c30f51fe678f31fe088bc41fe1a4f1478f66f3c752d9fcb16613fe97ad89fc2f3523fc2f93aff95f573af3bf12b8fcaf9ce7fcaf710bf8dff86efc6f8ef2fc6fbeb9fc6f732bf8df17d8f127ee16f0276f16f17fc075fc1f5e4efc99d46bfc9fcc0afecf8d1ff93f27d6f27fb58cf27fdb1ce1ffd1facdff53e7c79f7542f87397e6f87305abf97f8db6f2ff890181c2d27181c250b04061b65eb0e0195fa0582312287ebe285061bf11a858e80854b38d04aa3977040b1dfe08165ef3142c3a632950d3f017a879d3051a4347059aa47b8225ae1f045a3bcb04cb1eac1168cf9e132cffb740a07b2e47a09bd52ed0eb9709560830c10adbbf02e271b600d8f856009c7c2a20adbd2a20f5b809c8631704146f6701e562b100f9622f401d5802f494a5803a754c405bf041404b9e1630153609980df7052c07a200b35d2fc06ec608d8521301fbee7301276a5cc05b4910f07c23057cb36481e0f86681a0ac472078672e10b6a102d1930081b87b4620c98d15487e2f16ac22d104ab2ec508569ff92530b47c283036c0056befaa0bd6def712ac4b2c1798acaf1498ec1b1598927081e93a6f81e99633820da460c1868372820dbf4f08363e3a273033ff2230fb9926d874354160defa4760e1040ab63e5829d8d69421b0b20b14589dbf25b07e16f83f3704db67740536b649029bcba6825daf04025bda7781ed5653815df280c0aecb53b0c75e53b0e76e9260efe27d82bd3a0f05fbd32c05077e570b9cce3b099c357f0a9c2f6f11b8086e0a0e4af504aed28702d7376d0237f184c0fd8486c03d2f427058315970f8875870c4d64270e4ac9ee0e8fef582a365da02af4571022faf83022f5fa6e058518ee0788bb2e084d956c1c91491c03bf0a8c027f4bac0e7baaec027a649e09b4b11f88e6f16f8d16c05fedbc205a768c70501fd038273ba4704e7e5eb051734e404c195b3828bf069c1657296e072619ce08acfa020c4224f706da44910ca3e20b8aebc54705d8d2288d0ea1544dcff9f527d41e4b155821b88a5e0e6b342c12d936041f4be4c41747bb0e0763f5d100363821837481073c64c10a7d42248384511241e6c112466eb0992e4658224e7244152c0a020b93f5590a27a5b9032f648905aa52148eb140bd2fe1e14642e0d1364726882fb8840907dce4c90f34c2cc899d611e4fa0d0a9e3cda2d78323121c8bb7a5d90d7020bf27d660405823c41d1b91441d125aea0e84594a0c4265950faf398a074364c50d60909ca513b417983b7a0f2c1464165395d50f9d94350d59220a871d416d4a65808ea4742040d925041c3b62f82c627218226cb3ac1f385fa82e7b7d70a9e7f392e78f1b04ed02a7f49d09a3a2278f58f2a78fda04df086f747d0be7091a0bda553d0e1e120e80c7e27e8ecfd2e78673c2b7877515bf0eece90e05df788e0fd1e4dc1fb2f0182aea41141372752d06d705bf0e1a887a027d240d073cf4ef0d1febbe0e38087a0374559d0771811f4c390a07fa785e0d3895cc1a7b43ec1e06d3fc1f08da382e1c47382917d670423797982d195298271d840f0c55e4130c13f2698b8372798f8d82998b49c124c7e8405536e01821fdf8f087e4c0409a60b9b043f771c16fc744915fc2ee815fc9ea608664daf0966af1d10ccd66909e68eaa0afe2ad3057f9b18827fd025c1fc8d2782f91e5828e7764728976e20947b70502897f75e28ef182f54b095081718690a179cee162eb897215cf0952d54b594132ebafc5ca8967d5fb8d8f0ac50fd7db55073f103a1165128d4b2a008b5ece7845a1519c2a5f6af84cb7e0f0bb51dc684da6980503bdd4da813a624d43d7442a89b7f4ca8f778a19040eb10121a3f0a89fa754212040949371709c9868642784bb610be6224a4e4350811e91921b59327a4558e09197b5c84acced3426c61a490ad1128e4e8c1420ef58a90c34e13722bef0a454e9a42690c4528737824d40f4d111ae8f084ab8377090de79b84464455a111cf586864f35e68ec67275c2b8709d78e960b4d32f60bd71f7a2b5c1f38205c1f372edcf08e2adc18f34eb8f1a78270936e90d0fc92a1d03ccc5268deec2fb4a856115af4ae135a4e3c156eb55928dcfab645b86dc24e68bdb452687d2742b85deb96708751a2d046ed96d06655b1709745acd0d6f9bb70b7da5da1bd6e85d03e6581d0bef4b7d0fecf45e15e78b3f040f290d0f9c835a1cb9646a14b4bb5d09d682674ef9d101eb2df223c6cbf487838c45978f8ed6fe191b5f2420f9d40a187c54fa1c77345a1e7c3b5c2635679c2637bb485273ef5094f5a6d107a47190b7d1e1c12fa6b0f08fd3f4d09cf686609cfd4af1206860a8441674a84412523c273965b85c1f24b84c14784c28b8f4b8497ae45092fbfec105e31db22bc923b2dbcd21720bc32fd5b78b5dc4278edbd54187a68a9302c53240cfb182bbc1e3f238c84ee096f2c5b27bc417d20bcf9c85318fd3b4818335d278c95e60b631fd80913359e08136d09c23bef1285490669c264dfbdc29426509856765398f6364f982ee7224cd7df274c9f1c16666003c20cd702e1fd15af85f7835e0bb3f7e709b36f26091f6c5b2e7c1022113eb41c153ebc9b247cd8b05d98b3dd5ff8e8618f304fa828cc3b8a09f3375c14e65fbf23cc9f8f1016cc1d13169ad4080b479e0b8b0c0f088baf7b09cbf3c68495a2516165f93561d5ffdaae5e972bac0e0785d585fb853536cf850d16a6c2c6f7cb848d2361c2a78095f0d9e12ee1f3e5f1c29603a1c2960bfb84ad3d1dc2578521c2d7b47bc23741ab85ed668dc2f6505d61e7aaefc2776bb484ef0e0409bb3493845d6da9c2aece4a617786b7b067eb4161cf6e7d619fff55615fe72ee150cc72e1b0ff76e1f0a971e1f0cd05c2e1a46fc2cf8b0f0a3f6ff2157e3bb158f82ddf403865080aa7f71e16ce281a087f6ade12fe5c1529fc75f39470d68c279c3b3e209c4ba508e72a170aff9ec912fef39f17ce9fae14ce57a4e072da7b70051a1b5730bd822b9c3d8c2bbc7e88abfc56c755a736e1aa3faaf185e81b7cd1fdb5b8dafd6fb8da4b235cad45195727a9e21af25db8c681047c697f28be74721ad7615be13ab513f872be0bae4b9cc775cb1fe17a4bfa70bdd0ddf80ae638be52b2055fb9898fafac5d80130e16e384848738e9a20d0e755cc6617e238ea81cc6d1a5229c1a4dc3a9af7ee3b4032e38ad5d05a747d7e20ce204ce9026e18ce7e771d665439c15df8a63ff5c70ce4a059c3bd681f3ceb4e3bc9acd387fdb6e9c7f9f8f0b82bd71417b3c2ef8678ce351ab71d1df05b898e98a8bf75dc6c5e7477129551d97ded7c165e4125c26f88ccbccf7e2b29f9df8aac57ff0d50e1f7123d543b811c30e373a64881bcbf6e26b4cdee06bdca6f03553caf8dab637f8da711037917ae3a6f62db8e9c8537c3de88b6fb009c537ae8fc137ba3be01b038ee066db2d70b38344dc2c6c05be2904c237dba7e2e63ac5b84559136e31cfc22dcd9b714b1b1ebecd2918df56b212b75a29c5ad7609716b2a806f3fcbc76df208b84d031fdfe9fd09df951883ef6a77c7778d9dc36d63cb70db22277cf7fb1ff81ee5d5f89e9589f81e722fbec77c04df13b01c7788cfc71d1e46e07b3595f0bd7abbf17dd4bdb8e3c527b863f50f7cffe05ffc80b233eeb4ef0eeee456883b5de3e02eab0df18319db7057421deef66821eed6ee851fdab00b3ffcd8173ffcef10ee21da897bbcfb827bde7d847b56b6e19eff4ee05e9470fcf84b0dfcc4ff753c1140c6bd0911b8ef2d47dc8fae8efb99c0b8bf75397eead157fc2cc5153fdb23c4039689f000783f1e18368d07ed5c8007dd1ac583867fe3e7e45ee3e7c80ff17376087ede48193fef3d8c5f3027e2176affe1c1703a7e3116c72f1d35c62f13caf0cb13cff1ab994ff0abcff4f010ddbb78c89d1d78c874101e8eaae0e1b2a7f8f516221ef1ff581771de108f78988847de7e87df883980471d69c1a3debec06fe544e1d1bae6787cce3f3cd174024f2a3e8727cbabe229e03f3ce5871e9ecad98fa7beacc5d35c0ee359fef9f8ddc02efc9ee02d7e4fff027e1f7c823f5497c37382bcf09c7a099e1b688b3fd983e2f93b9fe2f9791bf0c23347f0a22d017851560f5ef4321b2ffa6d8817633ff192134ff192113fbcb430172fad3e8f974ee4e015e58178e5290a5ebd440eafa936c46bedbaf1baa31d7883f106bc91ee8837edd5c79fde3b813fcf90c79f0f0078b39f35de1ce18837ffda8ab7dcfb8dbfe2a7e2afc471f86bee69fcb558116fb75a80b7576ec0db476ee01d9b0978e7f27cfcad5f05fe36cf1c7f3b741e7f97c7c2bb4cb2f1aea17abcebfb55bc5bbb02fff0b016ff7890817f6ce8c3fb4656e0fd0f1fe3fdf5b9f880c5103ee8d88f0f5d1dc0873baee09f8755f09165a9f8c8cf297c14cdc547adf6e15f5652f1af8e0df8d7933bf1ef973ee193acddf854d110fec3271e9fa678e1d3c5adf8f4171a3ef3eb203ef3a71fff6db600ffbd3d05ffeded8fcf0694e0736bcee3ffeeb78ae498db45f24e1291fc7b40b4e0c9059162052852f5ae14a936a58916224b450b4f758a165e668b1699f88a16cd6d142d360a17699c89162d79b35ab4644a20d2e25989b48edc1669ddbd275aaa342e5a1afc41b4f4a154b46c95a168596e916859a94ca443f820d209b1132ddf5b29d275f217e9edca17e98d69895670a3452b0e7c13ad64de12adac5923223c3b20223acf8940aa9908dca12182263111d9fb9808ae54155110aa0839ae2842faca44e854a888964b16312afe8a98e70344d8fdc322ce95311167205fc455501271196322ee8b22116f71b488c7ac17f1329788781f7a447c3d96887f3df2ffc1f3a648b0b25524202c1109aa434482dedf22fc899d4834ea209275758bf4ebda4506da4d2283712d91e1f6fd22c33d9922c3ce8ba2353bf689d684bb88d6a1a62213c99cc8e478abc8a4e1a168bda6a768fd3199687dc82fd1faafa5a20d5c0dd1867583a20d470b451bca6e8b36764e8b36fe5e283223d689cc767c116d3209156dba9020dab2aa47b425a85f64a16a28b258a422b208bf25da0aa889b6de582ddab6b75d64e5f05564bdc34fb4bd892edab5a24a64bbd8556427a722da1d5222dab39b287238d12d72484914edd55c2bda475b27dab7fb9b685ff131d1be96f5a2fddd29a2030f2522a767ab44ae0f9e8a3cb482441ede6b441e45a0e8d8b30da2135bd9a21365b9a293946ad1493b57d1c9b877a2930d41226f392b9177c47391ff5365d169a504d1e99668d1e98165a233db3151c09b69d139fe9c2858ed9f28d8f68528d853280a0e0d1205dffb9fca18d1a553e1a2cbfdaaa26bdd2ea250d35e5158f27d51f8813c51f8b8bee8fa3a6bd1f5b64ad1f58fcb44918523a21b7880e8c6eec7a29bf7f345b76eed12dda6cb4431ec6a51cca66e514ce635519ce702515c50a12851f5b7e88ea99728891e214ae23a88922b99a294ce04512affaa2835df4b9496a4244a87b444997bfb4599371c4499690b4599553451968ba1e8aef16bd1bd856745f77c9545f7fe4588b2c72c440fb4b78b1e346e123df42b15e528bf14e55cfbdf2682a29c3e25d1a3ef174505e40951d19a4c5151c50f51d1fc6751b1fd7351b1eb1e517158baa864c10f518992a7a8d4ebb1a88cae2a2aaf6f1795774e8a2a472e8baaaeff1155d7e8896a643f448d6a6c51133f4ed494c2133dcd30173ddb2f123dabf1103dcf96899a0ff98b5a3c1d45af8eba8bdada6244edff7fd9db33368a3a82e8a28ec146d13bde94e85d5fb6e8dd378ea8eb2c5fd4ddb243d4fbcc5bd447c9150dbef9201a9e0d157dd677127dfefa5534621b2a1ad58a148d06bc118d963a89c642c34463036b445ff8c7455fb6a689be9aaa8abedd908aa6ccbb453fb68a45d35a64d14cea1bd14fbe89e8776291e84fc702d1ac8aa968b6e7ac68f6db1ad11ce9b4e8afe707b19c618858ce37592c1f33275e70bf43ac48fd2456f43b28561982c58bf6f3c48b0eda8817932cc58bb334c48b2b3862f59f2fc51a4c77b146628858f3e82eb196ce4af152d332f1d28161f1b22541626d0224d6b15821d6d9fa5eacfb4a24d6b3fe2b5e91ad2526b8f68a89fba3c4e0878562e87f9fd0e40d312cac14c3b5166278d84d4c71ae13538eff11a3d53431b572af98e6d32166503131439f2e66dc678899bb23c4ccfe3431abd05b8cadd92ec6327cc46cd121317b7844ccd9704ecc5b4c15f3208e981f7745ccef158805ef5ac4c267f7c5c2e606316ea02ac6d71f128b4eae144b32cbc592f23f622972462c9bda24d627ec13eb8bedc506c763c506375dc4069ff4c5ab5d54c4865bd68a0d930f890d7f9c171bcd95898d8527c46bab2ac4ebaea062937ba1629392e56293c678b14997ad78fdd056f106e516f186e31bc41bc62e8bcd1aa862b37639b1d9a706b1f9c228b1799cb9d8e2d817b1c56b6fb1253b4c6c296d125bfe32105be9fc105b37c9c4db3bce89778c50c53bb7ae15ef7cff56bc6bedb8d856d14e6ce7f547bcdb4a536cbf9528de73d556ec4074163b5814881d5c9bc4fb17f889f7db5c161f5801890fe03bc44ed5c7c4ce7ad962173f75f1c15c8ed855472076435dc56e9da7c487a4fbc587ed6bc447f6fa893d1ede117b3d9a141f5f71487c22564f7cd2f49af8647ea6d87b77a4d8bb1815fb3028629f7b9bc5bef169e2539442f1a9663ff1a9a9ade2d3160bc4a7afdc129fcf7826beb09426bea0cb175f8052c4170a69e2607eb0f8cae346f1d590567108db5a1cf2e38e3894b6451c66aa2f0efb3f3711aa5bc411ec707104d7481c792b547c43eb9038eade1df1cdac6be2e85b57c4d15917c5b1bfe7c471963bc4f1d69fc5f141cee2f8903de2f8680b717ced2571025a2c4eb0d82f4e48de2f4ea46b8b133d4ac489138de23b0a3de23bf7adc449e7fbc449778e8a931a32c4c9d5b9e2d4688938ad205c9c4e8e14a75f2a156754458a338f7c116759cc8aefca33c577577c12df35fd2cbe5f421367e7cd881fa80f8a1fc8e8e287513de21cc661f1633f589c9baa29ce7df247fc848a88f3382fc579ce2bc5f94ecbc585d20a7161ae83b87040515c34f1565c3c7f415cb2e288b84ce3b9b8fcf1757179ab9fb82235585cd9b2435ca5f8505ce57f515c7b6bbdb8417997f8e9f771f133b95de267c273e267ef70f1f3d41af14b2525f14b20f77f0ac52fcd1e889bdf0f889bbb9f885b3813e296e4f7e2d7ecc7e2d7afe7c46d6fd4c56d7d3ee2377b54c4ede3fee28edd6471c7ffb5e85cb446fc4e6981b86b6f95b86b385ffc61b986f8c35e8ef8c38911714f619af863cca8f86376b4b897b2483c70c15b3c74f6b878a8d6453cd4e326fe6cf5443cfa524b3c36a6271e874dc413a7abc49366dde21f0a2de21febeac43f06f3c4331ab1e2999e72f1ccd831f1cf2299f8678b89f8575e82f8cfa983e23fff0ac4b3a1bfc5733581e2bfabb689ff5d6810cf531f88e7773a4be41eda4b16c84f4816d8d84a1471b244e9bab644e991aa44f9cb0289aac64689ea0a914475d367c9c20d4312355feaffb84ad4f26c258bf59324ea675b24ea893b24ea6f774a344233259afd8d92258d4b255a4e5912adac63126df50c89f65e3789f6d81dc9f215d3125de16b89ae3846a2fb4b5f42d81e2e213aea4b88735d1268f93d09b9c84502abd448602d4402d3bb25d4dd3512ea9ec512bad571097d77818461b143c2bab6588271ff4a381f6b24dccd9724dc3dc612de9c5022dee42b91aa7849a49b4992557f5a25066889c4e0e498c470778bc4e8d577893171bdc4b899295923eb90ac694f929834de92986e9a97981e0d9098be5d26594fdc2659df8349368e274a365d4c946c86ae4bccc56b2596fb6625dbce5848ac749749ac050d126b474cb2fdfe75c90e938f921d372b2436ec05129b1f6f24bbd6ee92eceaf825b1d59e96d89ee894d89e2e91d816c54aec8e354b762b7a48ec4f3d95d8d79c94ec31fb2771906f9438a85c95ec73f1941cc83e2171fa4492385bd54a5c4e0b24071d974a0e364f4a0ef6fd90b84e0449dcedf225878cac258737684b0eb7cd483ce4e7241eb17cc951f91189e7b513122f124b7242de5072d2a84b72f2b5a9c45bd15fe29de520f1091894f8328a24bed3c9127f67bec47f365e724af999e4d4cb29c96985bf92d34fa724679420c999db8725673e8a2567152b2481ce07248109819273b41b92739bbe49ced90f49ceddec949c2be249ceab3d969cef5c2809bed32f092e5d2c09ae25482ed2ff48aeb0bf4aae8adf4942e43324611ac992b0ea4449b8f90249f801b1e4baa58f24e2d4b024e2719724921a2d89940d4aa2029b2437659d929b2ed1929bffa625315a2449cc3a4b49cce83249dca11b92b8b460493cd829b973a05692cc5592a4d4eb4bd2a009499afbb8245de788242b335192f5244872af2a4df250efb8e4e1ac9a24c7eb9ce4916a9ee4b14696e4711f45926bb25c921b7d53929b209014d4d7480a9af32485bee692c2abd192c278534961d2aca4c8f1b7a468b85252c27b2c29498125a5a9de92b2a03149b9dc43494578b6a432e7a4a4b2f7a0a44acf41526d9825a919b394d42e979334ac224a1a5c2b240de3aa92462448d2387952d274f69ca429ffb4e469b650f2bc0e97bc28f391bc7c3923695e16276951df256929f82a697d7f4bd2763342f266e506497b9ebea4a3faa8e4adecb9e4bd8bb7e47df943c9fb294349d7cb7cc9874529920f6d9d921ebc44d223d92ae9d9db2fe9e97b23e9bdac2fe9edd7960cf02e4a06445f2503fb7f483ef9d44b3e75264a8656e64a86375c920c5b4e483e7f4a928c9a794ac60c072463858992f190e392efebca25dfcfd749be5f30974c68de944cd0d52493a20cc964d86ec9e4ad48c9d43f25c94f155dc9cf504cf2ebaf92e4f74150f2dbc75cf2a7f3aae4efa640c9df922ec9dfa92f92f983835239c8542abfad48aa127452ba70b3957461b044ba48694eba0851972e3ab05daaa6f943aa66d3205dfc7d9754c37d44aa6965235da2f841ba848348b54887a55a87cf49b56e0549b55edb4bb5fe5c966acd75499776864bb58d73a5da9f69529d7c8a54e765b354a79f245d7ef2a054570792ae74fc2c25387d901246b4a5c4f31ba5c4cecb52c07e440ab8eb4881901a2938e2292519744b497bbaa424c78d52c893252557da4b61385c0a5fda26852bcba594961429e5ff4b172a8f4aa987e7a5d45b33525a6c96949ebe55cadcc39662eeaa522c6b448a0dc64b794fdca4fc9b7ba402c379a9e092a71457bf2fc5dbf64ac5d715a5e2b918a964959d542a17239515a54b65cd4552fda714a9017dbb74f5a9add2d501a952e3bf87a56bf26e4bd75d6f97ae2bd3969a1c89956e48c2a51b6abf4937a66e966eacd6909a993f979ac512a59be0edd24d03e652737a97d45c6022dd62b05bbac59727b50cf829b5bc9322ddeaff43bacd6db3d4ca535d6aeda82addbe0c936eafd5956effb947ba435955bae30424dd7135406a139d22b5758894da65264aed196a52fb7714e99e59b6d4c1dc56ea10b24dea846d903a59384a9d5cc7a4ce821f5217cd3ea94b7086f4e0195c7a70da51eadafc41eab66d58eae69326750b1c94bad3daa4eefc74e9a1604be9a15f57a51ee6e952af4639e931a357d293d835e9c9694da9cf3f5cea670448fd9dee4bfd83e5a4fe159fa4fe6d02a9fff469e999a7dba467e712a4814ab7a5815fdca5e7a877a5e7b21f4acf556c929edfd42f0dfeff2cc1a907a49772a5d2cb0c487ac51a965ea949945e75cf945efbdd2c0de5af9286ca50697898481ae1e02d8d98bd2f8d04cf4b6f7c95ff1f401a35192cbdb5a5431abb6a501aaf9c238df7a34b13f67a4893d35e4893abff4953552e4b530f654bd39479d234f2b034fd25439a19132ccd8cbb25cd9a8f91deef739366db86491f1a7d933ebaf046fab84a26cdeb2d97169cc99016140d498b8eaf96169d60488bfa72a4c5b6f2d23274525a96ba5b5a8ee54b2bb462a515870069c5131d69253c21adf47d22ad5a8149ab17bc95566f0b9656fba948abcb0e4b6b4e4ba4b57a0fa5b5a6e7a5b5afbf496b67574aeb80f5d2baed35d2a62403e98b5dcdd297ab51698bbfb3b4f5ec3a696b98b1b4ad729bb46d4651daae5b206d779991b6fba8493bfa5648dfbeff217d37e82e7dafec2bed5a1e2aedba9126ed7ef046dafd3449dab3365ddad3542aeded5190f6455649fb868ba4fd8e6ce9e0a601e990b2b57488b75b3a74f0987428555b3acc4e977e7e7b573a42a9908e3a3849c794de49c7af044ac71b7ca55fc060e9d78035d20967583a71d7563ab918904e66a74b67ba0f487f9ed291fe4a2996feea7a26fd2da64b7f57be95feb9f04f3aabbb463a1b902f9d53b394ce6d5196cedf4c90c90fec9529a8ef97295c9493293907c89472bfc99409b765ca8fb5652ad82e99eae67d32d58fdb650b85b1b245ae9b65ea24a64cdd545fa6a150235bfaf1a76cd9a52199f6df2a994eb8b24ce74fa96c39d544a67b669d4c4f3b5eb642e9ac6c05242f5bb163bd6ca561a28c0896ca80c13c1978745046d2f8288316bc9041d7956450e45e1979e2848cc2df2da38c6c95a1dd9d32eaa685323ae5a68c7ecf48461f769631eab565cc9389329651af8c65972663797265ac673f64d8472719bbe09c8c935528e335e5ca04774b65c2ef7764f88dff0700bded32b1a3b24c7c8e23930e35ca641a9332d9f579d9aaa314d96a9c2333f4b693add3bb245bc75d243329549299dad5ca367e7b2c337b5f2933d7b595995759cb2c126264964bed6596cea1b26d472ec9b6fdba2eb3badc28b3964765d6064b64d6db7a65d66dc532fbc3ef657b305fd99e8c30d99eacab32078d1d3287f00499d3b7d332577c87ccf5c07999abb39bcccd582c3ba414273b747a87ec88468bcc438d2ff3c8a7c93c8aeeca8e7a0cca8e7ae5ca3c494b649efea5322f4591ecb8aa5476bcf08fec441d4fe613122ff36d5e26f3fde22df3d3f292f98bfea3b0bea3b97cdf38808b5048ca4a6435ec54a23ee3f9ecf17cf69e4919a5222a9a56f6485622230945595909c9cc4812b24ab6b2229411eaf7fd9dfbbccefb9fe79ce7beafebfae33287dc0222211ea1be108ff7e7215e3acb101f592ac4075307f1e97486f8457743fcfa65217e1bc110ffd7559000a7c390c0c7da90c0e23c48e06c1124c8d90e1272ee3b24d4b018122a7c0809bdb71d12167e027247361472e7dd1148f8fb0cc85daf2f90bbe57a9088bf8190c8433c48e4bbcd90285d4d48d4e54448342d0a728f920f89953a0589dd710072ff0a1d126f9b0549bc771d9264d00a493a340f49b2f08724855b4152d4919094dc839047329e9047c68b90476447c8e3512a242dd6109216bf15925e7f03923ea50f796a740792b92f05f2ac3c1ff23cf12d241b7a0c922dfc08c96f3380e46f2c430af8f190824c1d48c1f020a450390752f83619520424428a6ccd214589c720c5699f202fbbf7415e3dbb0829931f82949d7f0029eb7b07295bbaf59f0648c53632a4a29c0579bde90ca452d00aa9fc510aa95a938554ef780ca936d580d44d29431a2e68431a3c609086690948a3fa0e48a3b917a4e96bea7f1b8016a4e5a112a4a56c1cd27a7709d25a7013f291fb12f271580ad251f803d2f9e720a4ab4f1bd26d7b0ed2ed5c0cf91ceb0bf9e23d0df992a704f9aab41b32b8fe0d32644c860c1dbf0e19ca5d820ceb1121c346f59061cb64c8c82e3dc888870264545e013276af1332965f00f926f112f25d2901f21db71ff2bd540132e99b039992ec834cc78641a6535421d3833cc88c5b2c6426fb05e487b41f6481f10db2f0540459a4794316af6d832cde7b0df9756d2be477bf0364b9c90ab23c7516b26a5b02590da34256ff2e42fe38954336ccc5908d437390bf1767217ffdce40fe3e7e0df9776f01f2efe903c8bfe160a8443c052a1530f99f25a8f4640d54c658012a83d782ca3c53866ef9930edd5a731c2aafb206ddbe6b1cbae38d1154d92404aa1c7b14aa1267095523b440d5dbe2a01a7715a11a9feda0bbc3d2a19ac268a8e6e50b50cd1fc550ede4d3509ded21501d5c0954a7e80a5477df0c5437140ad5ed2f87ea3d6f86eaefbd04d577e740f71e3286eebd940935d4f6829a664e40cdb6a9400f8e3c801e923a0b3d321001b52852865afc6b851ebdfa0a6a65de093de6e1093df6ed24f438930d3d1e79000a490f8442e5e4a0d09d182814fd010a7bea0785ff62420167321471ae138af4548062f70f42b10e33509cfa3e28fe461c147f3b0d4a80fe8012a29f4041e50828f8440f4a323b04a5fc6a8652897550dafe0428ed5509941e3308a57f8a8732f0e7a1ccdfed50163b0cca3e7119cabefd07ca21ed8072851e506ed91da84027082a7c1600151df6808a3e7e878a4783a0e21923e889afd3506b95c7d093a62fa1a7d498d0d3766e505b85bb50db8bf7a18e32b350477c01d4f1c643e8b99366d073453dd00bba2b50678c36d4b9180d75517586ba1ca883ba7498405de3a1d04b7a2ad04b17a4a097af4a422f2f4c422fafcc41dd84b7a0ee665ce8d5302cf46a9509f4c68032f4a6532ef4d6b74d50cf5825a81732127afbe33cd4ef550734e0bb35347059011a346d050d36ff070dc69e8386ec3e040da5a442432321d0d01815e81dcbfbd03ba3e6d0bba766a0775f1d80461891a1913ed5d0c86c1a345ac9081a7dff39346640008d0daa82de3f6a0e8d3b140e8d4f99852604a2a089d42e68e2f47368f2954268f2d52168f2fb87d087dc12684ae425e8231404fae8ae009a2a13077decbb1d9af6f026346d761d9afe40019a9eb71f9ab1a91f9a21a70ecd78b419fae44c2af449420934b3c50c9a95f306faec1e049a1db000cda560a17996d2d03c2705685e7c1434ef130d9a37df00cdfb3b03cd6ff480be88f28716b0ef420baa52a1c504776871c022b438682bb4f87139b424441d5a92a6002d197e0b7de91b097da58684beeac641cbc246a165f7b3a0e5b0086885f239e8eb963468e5f921e81b89c7d0377277a0d5c193d0ead41dd0da3736d0ba8ba3d0fa7367a10df72ca10ded4bd026d96fd0a6021568b3260bdab22686b6f19f43db02cca1ed6e27a1ede17ad0f6e46568fbe78bd0f6910fd00ec33dd0ce3347a15dda87a05d578ca05d05c6d0ae21036877c94f680fed14b44f680ded9b94817efe780cfa79510dfaa5451fda1f7e02daffbd063a20f30b3ab07a0d3a2496800ea5c64087955ca1c3a349d0514d4be858b03af49b9204f41b4c0c9df0d6854e3cdc049d9c18874ea7ea427f18f7437f746c87fec40ba1f37915d0159993d0d5ed0ad055b359e8da161c74edeb14747db912bab1d915fa2f6813f4dfb01c4cc2ca14b6e949374cf2a8374cf255064cf21b1326153d00936a65c036eb56c0a409ea30991a244cd6f22f4c967d0426dbf309b6e5cc186ccb454bd896d16b3039dbeb3079ffa330f97f4c9802cf01b6ed8c324c51a60db6fd59194c492307a67c5a02a6127f0ca6527916a62a7505a64a3b0e537fea0153ef1d85a9ffe4c176056ac3768b43619a1a9b61da92ee30ed2b3761da29a7613a465d301d9108a6eb7c0ba677e8084caff2076c1f11063ba014093be0a40633506b87198654c28ce4a66046a8559811088199957bc3ccb39d60e6759f6187428a61874670b0c30c4bd8d17d1130cb6e69d8315d1fd871d38bb0e39f0660c77fdf8141f53260b0903b3038bc1a06f7cc80213f5f87a1d58d60e8987418e6481d0c7b8c0cc33fb18711f3393052a1348c9ab208a36bcdc0e88faec318af4761cce30630a6180d637aef83317d4361ccfa3d30166a1ec6eabc0463836f611c78178cfbe40e8c570185f1b14e30fe820d4cb0560f13e614c0845d7898f8842b4c7cf71d4c7c3f0976026e083b31ba0cb376a4c1ac97b7c04eb10fc2ec0d7261f6d821d8996e3cec82c53e98538f3aec62b21cecf28f7ad895c61b3077f9d7b0ab2a3f6157755260d75efc805d37df02bbe9b40976f3b30aece68f0d98873a1de6317b14e615b60ef38639c37cfe4cc3fcbf9d8705ea26c002030ec1023b1a6181c329b06041382c38fc232cc4c40816c25585855a66c3425186b0d0043f58684d232cec7304ecee366b5844e4382cb22d1a16d9df068b52fb058b69b281dd93e987dd2b5f83c559dc85c59d7e078b5f5f873dc0306009ec545842d0122c310d8425ae04c192740d60c9cdc3b04737fec252834b61a9d53c586a6302ecf140082c4dc21496b683084b83dc84a511e361e92363b0f47f6ab027923f614f547a614f1cefc03237ed8565aa7f843da72bc2b273015876892d2c2f2002967fa10556a0dc052bd00f87150085b0a2243558f10e1958f1312f58f1c24b5809640d56ea35002b1d9387957eeb8195cedd83bdb2768195a985c3ca4c7c6065e82db032ff5958797214ac623b1356512c0b7b5d7e1256294a83bde122616ff27a615522475855ea3358b51c1456fd2c1156b3a10dab3be80eab4b5785d51b69c2ea4dbd600d75e3b0c699fdb0a65b8760eff871b0969e3cd87b090dd8879663b08fac2e5847990cacdb6e00f6f9eb2d58ffae2fb07ef71db0fe7023587f160b3678bc093674de0c36ec370f1b2bc8814dcc99c126d67261937a8db0c9ef91b029ad4ed8544f3c6cfae4206cbaf43a6c267a0bec87f11aec87bd2fec47fb1c6c0e09c0e66c37c3e635e661f3daffc190608bfbb7c216bfcdc07ed9ccc27e23f7c29655f6c356ccbc612bbf5661ab0f77c3fed817c0fe845ac2d62bad61ebd539b0bfce3b61ff266ec025a337e09bf3dae1d26ee3f0adde46f0adb563f0adcb9a7039cb45b83c5200976f18826f1bff0057946e852bc2c7e08a335a70c57965b8e2861f5c29e22b7c87463d7cc7c81a7c27e2137c27f13c5c39771daeb24285ab665c84abf67ac1d5779c84ab17bf83ef4e82c1773f13c135cdb3e19a909b702de2345cab561fbee79c0b7c4f9d325cdbb01caef7c110aed72309d7978f80ef950987efb55e86efab8a87efa7bc831b8c68c00dc77ec1cd0e0ec10feaf4c00f1a9e821fc454c00f125ec30f160dc0cdbf99c30f757f821f012ec08f2c9e805b2a9bc28f5df2831f9f40c3e13ff7c281ad1838704a0d8e78bb138e785f0d473dde06475b6ec0d1ac0b708cf65b383ec3054ea86884139afec29932437096f27e38ebf02538f7bb3a9c770007e7dfe1c0058f1ec185be117091eb7db8f84938fc042c166e8d5d839f3468839f0a96859fae9a82db0efe82dbfe7e06b7c7c4c1cf1c4e849fdd3d003f1bcc819f4d4b843bce0cc1cf4df2e04e7401dcd9dd167e716b0adc5549197e39ef2ffc8acc47f895fd75f02bc1d3f02b6f0ce15786afc0dd7e7bc1ddc924f8d5b04af8b58304f8b54e3df8b50d0bf84dcc30fc66ee14fc66e539f8ada5adf05b7f7de15e180cdc2b7306ee95970bf7a9d387fbb485c2fde71be141a133f060ad2bf0e090027828ea213cd42e011eeab4010febd68487130ec0ef7ad9c2ef4e4cc3230e7bc2238e59c263fbede0f133dfe009143f78e2d37e78f298053ce5f16978ca4414fcf19126f8e36e5d789ac479789ae26f78faf67e78c6db71f8d3a3c6f0a7020efcb96237fcb9c307786e56243cefe46d785eda2678de875a787e920cbce0ef1378e1e6f7f0e20b7078892d045e52a2037fc9fc0c7f795a035e3a55012f0bec8657551f80573f3c06aff1f382d7796cc0ebc690f0ba4573783de42ffc6d7209fc6dbd14bc519f0c6f84bac29b9238f0a63918bcb9270bfe8e7e15fe4e500b7f37d5066f4d86c03f7c5a81b7b905c33b7aece19dea59f0cec76df0ceb72df0eef81078afca7378ef0326bc37db0dde3be507ff1ca207fffca00cfe051f05ff72351b3e70a2053e70850d1ffad5021f2e7e041f9e1a808faa25c1472975f0d1baabf0d1017bf898b3337ccc65093e563b011f1b29878f5b9f878f3f3e0a1fff7c043e9146804f419be0d3572ce0d3de5ef0e94a4bf88fc01df0f900327c5198045fbcbb0fbe185b0b5f7cf91cbe8448852f85ef862f6542e02b4e17e1eb6796e01b27dde11bed9be17f67e5814d870700c9035280343e05908e780e4867c001599f6560cb9bf780dc956a40ae6d372037f41c90773d0928b0ab01855008a0f8fe36b03df527b03dcf0bd8bef61150fad105ecd86709ecdcda01ec9c6a01948d0d01957e1f40658900a87ef907a8f5fe06d4db30807afb496057fc2f60377807d8bd610868d5bf06f6142e017b3e16017bbeaa037b164580dead1a405f6111d86b3d04ec8f34000e3c3b0e1c582a070c0a6e0046fdcb80b1d92460b2e71460929c03989a7703a6d9cd80993b1a304ba8040ef6d80187554780c31a418085f416c0f2c965c08a360b589d5d00ac22c5c031bd52e058e106707cff0c70bcf02100b1d90440ae8e01b0595500ee5206c0fd3e01f03fd100c23f0e407ea00228ad2c00d5e60860eafd01acbb0b80cdff01e08d0f0078e425009f1307108a0180f8b51f004fcf03607a3740b2cb0748c95600e9e920403e8200c8378601cacb0d809a7609a0c95d07e83c3ac0683004985f26018e5d1cc03bea05f0a6a40021150f08ada78113bb5200eba025c0ba220138597b1f382dfd01b095da05d8393800f6a79e02f6af720087178f8133e7fb80b3eef980e3881670fe8618385f2b093839900167cc06e05c48062ea2570017d328c0e5d361e0caaf05c0edcb08e036a404b83f1f046e98d4033788a7815b2757010f6931e0e9781cf0a68c03deb19280775c25e0137013f09d3d0cf829ec00fc9cf1805fde5bc0bf61140828590082d81240c8340884958b803baf9f00771d748008c2381011d20a4456060131361b404cbb1670ef7d07103b7c07885d8f07e2e20e01719ff381f8784f207e511e488c1e06922ec40349cb1420997e024866f500c9c348e0e19e6bc0c30a45e0e1221648b9180ca472d780d47a37204ddf00487fff00c8980d009e228681a7fff602599d54e0d9a30de0f98de7c0f3a733c0f31c43205b461ac8bd220472df7a01056f2581828fd781c28552a0a8ae1e28b6df03147774012f75b601af15a381d7575b80d7f37140a5af0c50f99a0a54bea5036f2654802a954ea0eaa23c5075850754d55b01d5fb9480eab8a3400d010ad4ca0980dad34340dd6a29d0b004019af4148166cd54a039e237d09c9b01b44519026da947808f0fda81f6f158a0d36813d0f92714f8b46001742939005d6b9a4077ef04d023e302f4ec34037a1d3e00bdc148e0738827d05f61037ccd38027c1d9505066afe020383c1c020cf0b188c4b02069b3e02431e0f8111d99bc0883d1ff856b51598a0b90313cc35602af23030350202d3dbb8c0b49229307dfa3b30fdfa00303d6d09ccf52e013f37b7033f0f35018bfa23c0a2ed6360b1480df895ed06fc6af90cfc0e3c012cc16680e5070f81e5df746065890caceaf9036bd2b780359d0560fd8521b05ec3003648506083e500fc25dd03fe19131012340584c48b830889b91884a4ee1242f2c52784b4611d42baf00a4276df16849c4e0542cee719629bc634625b732842515f05a178230bb1bdf83442c9241cb153722f42e50180509dc843a8f1f210eacbd2885dd2d3080d9301c46ec31788dd63bd883d0fc310daa63b103a012f113a357c846ea605422f321ba17ffe1c62af1c07b137ee36626f4e3a62bfa317e280da5fc481878a0883030d08a3aa8b0813ea3cc2e4f2518449f44984c9a32084e9515984992e0d6136700771105f8d304fa94098b79c471c9ed14058dc2847583cb88e386aa685384a8e421c9d3c81b03cd68bb03c2b465839ce21ac3c5510c73d2e218ec7f62220079e21a0417711f0efcb08e0b01e0280fa2080c83708249e86403ddd84400db523d0c1f711e8161202e32d8dc02ac423b0827004eed45b0431201941fab80b41dedd88205f2d4550f4b21094163d04b5642f82b6ef2882d6ec86a00fb420188137112c7d27041b1d82604f552138b209084e9f0942f0ee014230ba1d213c2044085d6310e2b40d8435f932e2e44d3bc429421be2544416e2545f15e2b4e827c2d62005611be78bb0cd9447d8a93311761875845da322c2dea21c619f3a8a7050094738a41e479cd13f823843b2469c8fb54138e93c405c9c10235cc83f102e9db388cbfd09882bef3a106e8fdc11eee451c4d5a648c4b5922f886b6b1e88eb532f11d7171f22aeafd6226ea8d31137960f216eded140dc2cfa82b8f9fd2ee2d61a07e1655186f0ba9b8cf0ca3a84f0866620bc1d5e23bcbf97227cf51211be075311fee606087fa01ae17fb50be1dff21b1184802382a53511c17d4388e0d5354498f15f4418c4141156108eb813b60d7167700c113ebc8c8878f6001179241811396789889cbf8688c12723ee5dac45c44a1c43dccf3d8688df5183881f6d4224c80c22124ebe4724ba1e4624e6e62312ab861049bf2e2052bc5f2152caf2118f3cc310a9053f1069bfaf23d2cdcf22d263b2101912f2888c660bc493605fc453bddb88acd034c4b3452622fb480e227b2a0f9143f882c8c9f045e4342f21728b7621f2ccaf21f2edd188170a2711053b6f228a387b1125988b8897878e234a0d2310af261b1065dc1144b9d65e4485f46f4425cf14f146ca0051bb3289a8036088fa880b88fa3136a241648068087144343c2e433406b5209a246b114db87044d3274b44b3dd7fce3b209a5fef43b4580b11efaf5c46b4be8940b4ce1521da469d116ddf24ffb38a68371842b4a70b111db6d1884e1f3ca2f34110a273210fd10dd623ba6fac22ba5f0b115f6cfb105f1641447fb118f1553509f15520420c1eb986181cbf8818f6c9438ca6d62046db8988f11d1e88f19f2e88c9c6ed88a95dcd88e93e59c4f49a0031b379183113688f9815fb21e6aea7217ec21710f3726188c51b8188c59811c4affc3cc4528e3e62d9be00b15c1f80588db641ac8ee522feb83d40ac052f20362c0488bf87e5117f6d0e21febe2941fcbb1d84f8576e82f837761d29716d0629353387dcdc4047ca1a034859a436724b4218726b140c29278a42cab9d62115b60420152ee191db389348c5060e72bbb210a9b42f16a9e48942ee14ad22775e7882dc59ea8954968d442a5f8322d5bb4690bb0eff416a6c6e426a38142135460e22352f4823355f0f21f7149b21b513fe20754d6a917af76b917ba3a0c8fd47a690fb4bdb90064818d2605e0369f0471969a87f006918a68c34220d204dd5a291665f379047522e212daa759147bb7c9096016648cb674790c7e131c8e3372290901d0148c8cd3924347f33123a760b09dfd38d8473bc9000eb2312a8f889440cbe43a25f7721715226489ce369242e2b1209c69e41921c929064d66d2479261f49793b83a4ea7d42d256f622e97a702443a90cc99c3144b2251f23d9c56424bb8182e420762339d1eb484ef337247f3303c907cd91828271a4a0ae0f293cf31129da3b86144b3620c59414a4b5db79e469e954e4697424d276db04d2cee630d2de530579e67609f2cc6319e499e736c8337f359167a56148c7ab4ce439af1ae445b01179317a05e952f504e9f26108e9fa460379a9bd067959c10179f9d167e495afcf906e6b91c8ab1039e4b5ee4bc81b9b3b9137b6ea226f14df41de8c3143de4ac6236f4ded457a98ce203dad97909e1900d2338785f4f1fb86f4590191fedf9f2003d6af2203771d4286b87522436a5e2043631e20c30bbe2123b6dd4046386291113e9f90912a4c6454c10b64546b1b321aff04194d9f43de1baa41de9b7c878c652521631b2f22e3649a91f1fb36211f68ee4726589a2113e2ba9109ff7d9fa8da8f4c926944a6d8cf2253ae8523532a2f201f355e45a6492d23d39042645aa23132c362109911e7837ceac64366eede84cc2cbc81cc7a9087ccaa66239fdb9c40be087e8b7c711f817c51f41a5990b3842c3c9a802c84fe4696946d43be3c178a2cf5694396fe5945be52c020cb0cd0c832c01d5986ad42963dd88cacf0eb415684d8232b522a9195178790954f16906ff63520ab0c4c90d5ee43c86a9f3164cd81fdc8fa53d3c806a55fc8067706b22154806cdc37806cf43246be8bde8c6c79f91cd97a570ef941fb34f20322fabf95f435f243ed28f2c34c3db2edf806b2edaa2bf2a3c165e4c7a0abc88f5fa791ed775c901d01e1c88e643ab2f3020fd9599f86ec1c7983fca48d4076795521bbd2d790dd77b6237be4d391bd9b9f207bd16ac8cf23f6c8cf13ffe57c0272c0ca1e3970351d391053891cf85b8d1c2a32408eec1f438efed8831cd3f880fc56ce417e3708477eb76c43cedc852367ba3721e71e4522e7d5d591f38f49c805e273e482433a72d1320bb9982387fc7d751ff2f78319e49fe7f7ff538f5c6342907f8d2b90ffa67b51122577509b763c456d32b343493a2aa1249f4ba2a47e1e466d8e59476d1efd80924e22a364bc4350b2520528d9d3da28d90e246acbed13a8adc71ea0b61dfe86dae6f801b56d3d11a57889815292484729b559a376b835a076726028e540314a79088e522121502ad4cf2895b3fb50aa556528b5cd8f511a2e75284df96894a6cb7e9456d73c4a6b651ea573d601a55bdb8ed2533546e9c504a2f41e63507a7f0c51fa46c750fa364928fdda2b28fd4515d43ec95cd481120d9481541fcac0270a65681b8732da6b8d32d9ed8b323d168f32db678432a346a10e3e9c40995fb0471d5253461d6a96441dfaa1873abcf911ea70522fea884331cac22f1965e9b188b2bc9387b2cc2e45591dc1a0acfcd751c7f85b50c744a6a8e38851144c231b05df3586024a7fa380da241422dc1c8518e0a0503ed328546d370a35b786422f48a330f97f50b8fbd1285cb1050abfb90685cfca44115dcea38871cf50a4a7522852610b8a223243d1525450f4520b14237403c532cc4071327450dcf09b28c1cf6894705403258a398812bf75439d902a4559efc940d9ec3883b2c1c4a16c686e289bee1a94edc92d283bab59943dfc0bcaa10e8a3a336e843a2b938f3a7b178e7294d98aba90d08a725a9144399717a02eba0da05cac22512eb47d2817a11eca2597897219c941b9c6ec465dba6085bacc7b8eba62f10975753380bafe2c0875737322eaa64728ea664c2aea16331875eb7d17ead6f85b9487fb7994d7a61994d72d5594577a07ca6bc605e5d3ef88f2d5d983f2355e47f93e0e43f9ef7447f93f2c4405c43ba2028b1c51c1ae5aa8e0467f54b8c3182abc751915919e868a261f43c5fc6845dd53c5a2ee6547a3ee7f4e41dd5f7746c57f3a828a1f3444254859a2121af6a392b60fa092758d50c977bfa252b6d6a3525053a8947628ea51ca27d4a3f70c54ea291f5406fb12eae99ebfa8cce9cda8cc3f202a4b83897a66958e7a36b005f53c5305f5bc4e1df5fc7d3a2a5bf6262a3bb8009523fa84ca8dd544e596f7a0f2e825a83c97aba8bccf202abf5a12f5223b1955f0330555dc5d8d2a512b47bd74d541956a59a24a9b3251af36a25065ba5f51e5985c54f9c020aa7c1e89aa381381aa9ccd43559b5aa3aa4389a89a8f26a89ad9cba8da91eda83a5721aaee5e04aaaee81daaee670caa616705aa81751dd534ed857ac7b8876ab10c42b570fd50adf292a80fbbda519df7b9a84f6a45a82e935c5477512caafbdd5354ef666f54df91dba83e9763a8fe190954ffa2126a40348f1ab804a206a36751c31acea861ededa8e1a6a7a891c3ada891638f5123177fa346296750a3a75450635371a8f1b815d4b76a0aeafb5f07d414c3093575028e9a659c42fddc3e899ab757442db84da01695b8a8df07dd51cb7bf1a8e5e801d48a2111b5c2fb895a1163502b294ba8f58920d4c6793bd43f8b4b6889aa3ef4a6b0b7e84db16568c99c7cb4d4c15d6829ce17b45468285aea63047af36a345ad6ba14bde546387a2be32c7aebe37f68b9e405b4bc750b5a01968256f8d08956581e406f5b3e8b56cc4a422bb6a9a315d75dd1db8b00f4ce196fb4f2f54eb472743b5af9231aad529f8756e9be85563d7e08ad9af91cad26770cada67e0fbd8b3589de755312ad71ce10ad313d8bd6b425a135ef98a1b5b6e5a0f71c9f46eb0ce9a1758f84a175118a683dbd45b4febf1fe8fd05fbd1064ff5d0a6050d68b394f3e8435789e843cb0cf461711bda9267823ede2689863cd346435e3d4343f5efa2611afbd13096041a7ec2120dc49d43032907d08882503432d9078dba328646cdaaa231a7fad098988f686c9b231aafbc8e264acda38927fad1e0d11e3449350b4d2a884293aab5d154ee109aea4b45d36a2ea1e96ecb687afd15349b884473bfee40f3ed75d002f269b4e07b255a94f5132dfafa122dcebf8c3e3147415b1f6b405bcf6aa34fd65aa26d1836689bf0ebe8d3e020daf6fe5db4edb36f683b5a0eda4e1484b6fb61807668798f3ed36483762c75439f277f455f101aa12f04dd425fc83d8076d2f88676da3f8676129d423b0f9aa32fde1b44bbac85a35d7ffc465fbef312ed767e0aedaef20ded6ee884765f3b87bedae580be61378abef5ce13ed0126a03dfcb3d15e5a07d05ef68fd1de3b27d1de770fa36f5b23d1bea64cb46f562ddadff6323a201c830e48ee47073cd98e0e7c55860efc60830e1c99440753a8e850b934745895087dc7e012fa4e161d1d5e094187773d464779d3d0d1edd5e818c7cde898173074ac611f3ad6f82a3a2e92868edf15848e7f11857ef0d0129dc0894227dc39824e98f647272d3e443f0c59433ffc1e807ebc4240a7b9fc40a71585a0d33d0bd1192b7bd04f3e29a29f7a0fa033d72ad0cfe0e3e86729e9e8672f39e8e7872fa19f93dfa39f6708d1d9ed87d1392a17d1b93e02745eab1efa45930efac59f93e882e9167421d50b5d68874197b4ef44974283d1a5c1e9e83234065dc6d046976fb0d015f766d0af03d7d195866be84aee717465db69f49ba972f49b85547495a531ba2ad00a5d558b4557bd15a1ab7b48e81a5138baf6563bba762a1efdb642806e0cb74637163f46370edf453759dd4437b77aa3df215cffb3817e3f1c806edd7d04dd1a2546b73e7a84feb0f60bdda6b61bdd5664866e6f3242771a1e4477a6f9a33f09e5d09ffe5e41778376e8ee0016ba47bc80ee6b93457fa9a6a0bf2c3c460fb490d003d34be8c11f96e8612b3e7a7868043db23d183daa55811ef7ce418fc75d467fdbfb16fdad5b1afdbdae133d611a8f9eb0b88c9e84ada02703ccd153bbfdd1b32ac6e8b9aa4ef4cfa049f4cfbbb6e8053f117a91308f5ecc3f865e3e96885ebe04432f7bdf40afbcab46afb2d3d07ff041e88d7bf2e8bf88abe8bf285f8c84693166934c196653f3778cf4c91f1869bf548ccc8600b3e5801b66eb437f8c9c3e072357f81b237f4312a3f0e10c665bb30e66fb41038cd24c3b4669e1186667883c46d9761746a5eb2b4615fb02a35add8e515719c5ecdebc03b3fb621a4653ab00a319368ed1828660f6b8fa60743ae731fa1057ccdec008ccde7f9e987d47da30fb042731fb7fa23107a80ccc812c4bcc817a558c01760563b8351b6378858631fc5b8131a972c6989a16624c0b1c310739c318f3dfdb30874eb9600edd7f8739d4dd83b13067612c1a6c304779ee98a36e173096dfce608e5596628e97ecc04024fa30909d5518286e0603974fc6209df330c8011d0c4ad61383dac5c2a0c4321854b0220695b00983338dc3e022ff6170635618dcdc030c1e1a81c1374c620836473160270c435acec5509218181a2910430b476098668118e6e9971816f93286fd4517c35934c4f08e6562f897c63102d22d8c204a1b233c328f117df5c058879cc39c546dc3d8f43fc29c72e5606ce561183b832e8c43cc03cc99b541cc998d06cc39853e8c93d4598c93a50cc6e9662ee6e297571857556b8c9baa32c62d6e07c6edcd28c6fd583de61a491773edbfba5e1fd2c7dcf86c8bb9d9988cb9b92089b995598bf1307989f1705cc078f88d627c3ce331b7b5bc30be9ce3185fff408c6fb71dc6774c17e38f73c5f897796302224f60023e646302a5cf6102e5c33141be5a98e0a1324c28ae0f134aba8ab93b108f897050c344164e63a20de530f711544cdcbf094c7c5a3e26c12a1893f07204936878119378360093383f8f491e73c33cdc79059352998349792789497d698849d7e061323449988c57fd988c494f4cc6f261cc53350ee6e9a1064c96a62f26cb211f93f3f1072667710d930bb3c6e4c257307999df317915424cfe6e4fcc8bf419cc8b0fbf308562754ce1dd604c51ee4f4cb19929a684f1065372038b79b97112f3ca270153d6d58a29e7fec1947b79635e774763de7c6cc6bc198bc5bc994ac3d48a9e63de3a25631afcd19886a86c4cc35232a649f705a6a5f729e6bdc718e67d802fa695528a69fd1e8a695de5625aff06613ea63661dac3cd313d259b317d3727317df167305f862a30fd87b230fdf7cb31fd256f305fdd9b3103a3119881d525cce0c42dcc90091e33fcd20d33fcf72766e4cc16cc28838919f330c58c770460bed90f6226f48e6126667231535c1e66ca898f9919d8869995fc82994d6cc1fc94f3c72cba8d637eb19e607e65ea61964a37639686c330cbe7c231cb1e0b98e5d61398154b57cc9af54bccfa6908663d7f0db35ed78fd9e05dc56cbcfb88f9ab7410f317730b2ba979002bc598c14a391fc54a5d3b8895e39962e51c54b1f24bfdd86db9bfb1db2a7ab0dbbefdc32aca9dc62a9e3c8ddddef211bbbdbd0abbd3e22676a72b885509f1c4aafc9ac3aa09e858b5e808ac3ad917ab1eb21dbbeb550e76f75a3456ebe03fac96951c56cbf30676cffe21acfe4c3e76efffad7fc4ee3bd68fdd171385dd577718bb5f6202bb1f5a8a35ac8bc21a9541b0c66a565813b56b5893bdce58d3c3e7b1a67f55b066030958b3252dacd9c65decc1b43f58f35775d843b636d84367a4b187350bb087dddcb047936e61612bb558786015165ef7080b2c66611166f358c439172ce2913216d1ef8c456d76c5622e1a62b18887586c8b09967079144bf8700c4b181ac0127ef1b0e4b27e2cf5661c9626338ea5995763691daa58f6362f2cdb4a16cb31cec3728e1cc2724dacb0dc533d581e308de5451960f9cd7cac50ba0c2b7c638d15450f61456517b127fa84586bdd08acf5d220f6646408d6a6fc3af694e233ec29e346ece98d50aced7fffb47f3c85b59f0dc49ed953853d7b7912ebe89c8d7574a9c09ed761629dc94fb1ce8260ecc58c1eecc5d158acab7f25f6aa631cf6ead729ec75cf30ec8d0a13ec8d3922f6e69771ac17bc16eb05f660bd2672b15e6b3e58ef8e4caccfd65aaccf5d3ed667d61f7b3bb211ebbb3b13eb7b421aeb179f8c0d74e360838fe46083fd0e6083a75cb121327fb021ac93d890b5496cc4b67fd8484d2c364a7c1a1bfda3091bb3288fbdfffc1f367ed7476cfc4b05ec83fc2bd88427a1d8c40a1c36e9dd3b6cd28f7dd86409196cb2851936f9993536793c15fb30d80b9bf28e887d7453169b7a0bc4a6b77dc53ef5d7c066b25bb1996fbe60335765b039300c36274c099b1f72179b3ff10cfb626b30f6c5fe3bd817d1646c81420ab6c0ea3eb6807c015bf83e195b84d88a2dee30c496ee6bc3bec2d5615f654962cb0658d80ac5ebd88a0204b6a2d50a5b315c85ad947f86adbc8dc55636eec456aeb760ab7b37636ba42db135d05dd8dae7bdd8fa93046c7d6d2bb67e0ac0d6ffd3c2be0d9cc3365cfd8e6d689fc736e2fdb04d5556d8e61de6d877c49fd8770effb02d522ad816999dd8960325d8165e10b6e5ca2f6c4b853af6fd67236ceb1e056c6bca4b6c6b9733b64d028a6d6756633b8aa7b0dd5789d81e1b036c4f400bb6efb705b6dfd412fbb5da1e3ba8f7113b78310d3b5865811da23cc20e3d8bc40e1bb66187af7b62873752b0a32f25b063cdafb0539fdbb153bf7761673621b03f621f6167b5cf61e7bcbe627f3ef2c02ebcc1621753b3b0bfe687b04bf1bad895ea61ecea121cfbe78700bbf6e22a6e134b1ab7a9cf1b27f9ac0027b52f0c27b5f601b779601627bdb28c937135c2c9467fc0c9fe32c76dc1a9e3e46e3be3b66d5ec76d731ec06d0becc4298a8c71dba71c703b1e91713bf14771ca87bee254dcdfe3547b6038b5d707706a9f15716a3fc438b5c57338f53d3138f582ddb85dd20f71bb158ee0b4ec75707bf43ee274306e389d973b707a53d3387d953c9cfe3e144ebfff246e6f190eb7b7f9286eef280c67b2d30a67627e1f67828ec199787fc499f43170a661589c19753beee045779cb9340177e82b1c7798de863b12b91b77d41cc01deb88c7411a2fe36035e138d8d43d1cfc9b110e3e998d034c6c71a8d65a1c86518ac3057271b8b84738bcac158e6041c6119d8b70c401071c98d38a23d98ce0c8d983388a951f8e52ea85a39acce1686b6e38fa7d2c8eb1c917c732d7c4b182fed37e19c7ae70c6b1bbdfe3b81ff570bc8f4138c1cbfb3821f3344e38d288138d29e1c4af6371d6d34cdcc9c1229c0d691a6713b1823be5b81977ea8526eeb4f979dce9b824dce9f1469c6dd2569cdd216d9c7dd7639c7d7f29ee8cfd22ce517e3fce91f004e7e8a78a3b9747c0391daec63911c7714e6f5b71ceb0069cf3dbd738e7d1709c9bdb579c5be6169cdbeb1e9c5b2d1fe71ee189bba65b88bbae9286bb999d81f31063701e759638cf3d06b8db65b7707ea3ad387f4e0f2e40a51a1770621e17d022810b74ffaf24fd61b8a04d29b8a0a3edb8608b1c5cb03003173a388b0b2f47e3220a4370911273b8c84da6b8c8174db87bda09b87b2c255cdc8d7e5cd2e53bb8647a352ed96e0997dcd98a7bf88d894bb9d48a7ba4cdc03db251c53dea94c03d76b7c3a541b9b827b7927199e915b8ac6f6eb8679b0271cffdafe2b20fa4e3b2df8de0721ec7e072a62c70b9a7ec71b9a1c771799a505c1e80c0e5398ce2f25b0671055ab3b882ea8bb8a2492bdc4bed2fb8977b5d71a56a1db857375ee25e257cc29585efc1952ba8e12af465719511d9b85a7916ae96398d6bfaef5dcdde345cf3b793b80f583caecd118e6bbb7b02d7f63d02d78e5ac3b54f23701d16625c07f937aee3d34e5cd7b96fb8ae700d5cd7c83d5c2f0587eb0dda89ebfde382eb2339e13e87f9e2fa3d9ee3fa5b99b801962d6e50591e378cd9851b3e538d1b79698d1ba9d9891b79771d37f2fbd67fab5e2f6e5c2b1d37ee3e801b0f31c57d9ba9c67da78870132e32b8896629dc64e50fdc94c273dcd47635dc543112374361e166be28e066e621b81fb25f703fb655e27e68c071b39a46b8d9e31771b3c5c9b8d96526ee6728805b00dfe2169205b845fe63dcd28756dcb2e1306e391a855b7ef315b74287e2564107dcea2f15dc9f67c5b8b5a830dc7a380bb701dec56d38bae13682bee33666b5717fff9bb17fd15f71ff66c7f09baedcc66f7a70102fb9eb115ed2660e2fd9e38f97d2c1e2a52e50f052b9f3f8cdaa7a78e906102f135b8197e918c5cb6aa6e1b7ee8fc3cb15aee0e5a572f0db064df1db26c4f8ed6561f89dd63378e5846f7895fa41bcaa301eaf3a538a575dcac1abf509f0ea5eb3f85d28247ed7c952bc86f15dfc6e3b6dbcd6d309fc1ef65efc9e2a39bcb6b4115e1f2dc4efbb9580df7f8284df6f5b89dfbf548d3fb03487379054c61b1c99c51be0c6f1861e717863281a6f7c5a0f6f7ce11ade38a0126ff2fa09def488006fdaf6096ffa91843737de8b3f54e88a3fb2d9137f64ad1c6f813e823fc6a4e08f6f83e18f0fcbe3a1961ff1d0c2053cb4dc110ffb618387275dc0c35f43f1c0941a1ef5781a8f7ea18a27edc6e24945397852cb5b3cf96c2b9ee2a48ba77a8fe2692dd278ba7b3f9e1e368767d54ee1d927f2f17c9c149eef508d17ee32c29fd89489b76e44e1ad37f0781b87f3f8534164fc69f13ade366833defe7b06fecc7829febc5239fec2ae18bc93fd6bbc93f336bcd3c231bcb339147fd12905efa2228dbfdcf911ef460fc5bb79d4e0dd82597877fd35bc7b6039feaa760bfe3a270a7f3d31107fc3e434fe06f733fec6c21ffc8d3579fc4dbd1378cf5027bc97391bef55f814efed7b18ef7d5f1eef2b1b86f7f341e0038224f0018b51f8a0b657f8e084787c70ae001ff2590b1fe6731d1fa1a28a8f683b888f3cd08b8f0c35c1472179f868c3317ccc8f0c7ccc6f137c5ca1053efef908fe818e13fec1919df804cc197c42f04b7cc22717fcc3838ff10fb3f4f18f4686f0a99a41f8d40059fc63a804fe89c30ffc13377dfc93a7c5f867a84efcb3cb61f8e71808fe7922887f3e6b8ecf39b888cfd5b2c6e7d59dc5e7ade3f0f9bbc7f0051408be30918f2f3a10832fb6d88b2f7eb1822f21b4e35f5afcc397915cf0e53bf7e1cb1beaf0e51f4fe22bf44cf1150da7f0af933cf16fdea6e0ab7cdcf055df02f1d59b73f0d55b22f0d593aef81a993c7ccdf6397c0dff29be66ae0efff6c133fcdbc4607c63fe08be79d36bfc3b5219bee56831febd6d01fefdf7b3f8d662037c6b933bbe750082ff786d07be3d1e86efc125e37b3eeae27b6b19f83e5704feb38d22fe736100fe73e976fce79e2ff8af1350fc00e2377eb028113fda918c1f630ce2c72afbf0630d19f871bd62fcf7470af8ef75a3f8ef6d07f0df7f26e1275516f193641e7ed2f6157e2a44063fed78083f3da58e9fd901e0675865f8394926fea74d0dfe67790d7e41ccc1ff3e1180ff7d6d11bf4451c5af12e8f83f7d27f17f868bf16b3afef8b59a32fcda672bfc7afb56fc3feb9bf87f7391844dcb3708926e3604c9426bc2661773c216ee5ec2d6c11b04f98d1e82c21757c236e555c2b6691141515046506c9b20284eb711948e43084ab84282522040500a9922ecd85c43d8d97d96a0da354050a7e711344f661334c36e10b42ade13f6703613f6dc2f20eca91f25686fbd4bd00d7b41d09b9c23e8dbeb12f4575a087b2fb512f6a68711f62ec912f67dcb25eccf7e46d89ff390b0fffd3d8241d518c150ce8660c8f12618665c2218b566118c7e3c2418bfdd45309957241c0c54251c391d46b0a82b251c15c810a016e70930ae2201c89f2320f7761090d5e10464ff0e02caef330163812160c0290296a64ac0e6671270caae04bce43a016fa348c0bbf712f02b080241712f8128354c209ef842a0dc1922502b9f1268b42304dabd9b0456d51281ad9e47e07cab26707ea510b8b79308dc5573023f0b2088f57710c4e22482b8ec06e1c4994c82b54a21c1faf55182f5b02bc146ad9a700a1b4d3855f883703a2a9c60bb4d9360eb7a9060fb730bc1f61797e0a06546389b4124389a2e131ce35f101cfbd709e7e3df122eb05f112ec49e233845d4139c854a848b57bf125c7a2004d73e0fc215068ae0bed9887075cb39c2d59862c275bb6b849be500c123ea3ac123a999e0f5ab83e07dae85e01d5d46f0eee4117c2e8d117cee2f1102063c08819bcc0941b6c684e0fa4d8410248910526a42081b8313c266520961eba70977d67309e1756242f87fbd895ca821449f26136216b409f7646f1012b6ac1212d3060889bdffe5aa1c2169773a2189d840487a7f9190b263819012a24f4859d94e78d4b242486d784478cc1a20a4494e11d20e5f26a4cb4a139e3c2a2264a28209993f7f129ef91208cf2241c273bd3d84ec283542eefd7442ee1b6f425e742321dfd49790dfb89b50b0cd9650645247282a922614ff702694f892082515be8492da1ec22bd67642b9d64fc26bf406e1b56d23a152ea0ea1b2be88f0e6c24142d59829a181f39cd0f03989d0f8de8ad0b8104578777b88d0e2184f787f288ef0be8a4b6875dd4168fd2922b4feb527b419e0096dbc5442dba53b840e762ca1f39114e1531f96d02ba54be8c3a810fa22d6085ffcf2095fe98f090326d58401ee1461c0f60a61c0f3016120a88130906a4f181a0a240ca34c0923b3c684d1077cc2d84d8030aee84a186f7b44f8f64c8ff0dd229230d99c4b983eb94cf831c225cc6a9f25cc656d25fcfcea41981fb1252c28fb12163c46088b1175845f1075c2af1226e1b7e006e1f75b59c2d2133861a9fe3ae1cf4345c2bae62fc2fa870f840d392bc2863082b0d1799cf00f9a49f8375c4794704e256ec25c234a5923889bf79c244a47151165842e4499407da26c6c3f71cb912d44b9d431a27ce419a2a2a32f71bb631e51497a99a8547199b8c3f8077167943c51f978215155f09ca8ee9c4fdc657793a8e15a4dd4fc3947dcf34181b8e79301513f864fdcdbff9c78609d403444c4108d98af89460f1d89c66deb44934d32c443b161c4434d58e2e16f5f89474a7b8947597ce2d16f9944abbbe6c4e36025114e3a4344ea1410912f6789a8877d44f49f1122660b8288393f48c4b87c27625cdf1109e966444293369128fa402426da1189437a4452710d9122aa22d2b09b88b4ac7f44e65177220be94c64ad63881cc33744cec16222e79e2691331e4be46e7722728d0122ef61109137964be4ab1713f9c6434421a29e68ed174a3ca94b23da004b449b7b25449bdffb89a776c4114f553388a7fe96124f8b2388a7d348c4d3b53d44db0d35a29de96ba21dfd14d1febe36d121458f78a6fe15d1f1a01bf11cc38778fee039e2c5329078714c4c74995e26bac6b289ae53c1c4cbca70a29b8c39d19d9a4a74673811ddcbba88ee7528e2d58257c4ebd4f3c41be2b3c41bb52a448f4b27881e59be44cf892f442f091ba29fe12ba21fbd9ee8e74c24fa9fa825facf8a89415333c4e0878bc450f73062e8a397c4b0a39f8877000de29d9fc3c4880f9bfe432546deaf2046293389518f2e12a30d90c418e551e23dbf0562dce955e2036943622219434c825c2426057089495f5d89296fc6888f1a1488a9fb0f1153c35e131f9b2a111f333f12d315d788e95fc9c40cc66de293137ac42785d6c427ef0f129f19ca119f578511b3773e2066af5d23e6bddd44ccd73024e6efde47ccf77a492c282f20167db326167f312596547e25bec4ef21be8a74229685be2096af9d26be3e2d4b7ced7685f8baca8ef826f629b15a661bb1d6723bb1eea48058e74022d68def25d6bfcb21bebddc4e6cdafd83d8aca3486c55f727b6fe7c49fc70df88d8a6624f6cdb23496c9b88237e3c644fecd82c47ec689e247e527b46ec8215137b5407893ddd3c622f2684f8c5ce9bf8c5bd82d8afa94aec2fea220e9c73230ee35b89c3937dc4517c36716c9790f82dd68bf8adff33f13bd692f8fdf169e2f7d57dc4098da7c409443c710223459c32fa4a9c3a5b4c9c8a8210a7d961c419de0fe28fd119e22c549d381bf79138fbf818714e53489c5bd026fe2cbb489cbfd74c5c18be49fc7d2393f8dbfb3571d9fa007165ee0b71adc291b8d63d4a5caf3f46dcd0831137c27d88ff643cc04dca77c04d37bac04d1bd9a0248a094a91fe809b7dd24059af62704bed2228af1a08caebf682f28b65a0c2373b5071680adc0ebc06b7b71e06956c144025d783e00ebd2570a7c91570e75f0750394c0654790405d59209a05ace75509d4604d559145023b401d4589b05775f310135c534509bf306d4b67d04ea281580ba979e82bab16870ef3d17705f8936b8df6604dcef2604f737ff06f7bf3b051ee82a030de60341435b3668b8be0a1af16441e31d44d07863143429dc029afc7737d3c33b40b35155f060920668ae9f091ed6d0022d48e6a0e5c52ad0eafc15f058e50a0849f9074213378130d40208e3dd0661b1e5202c6f2b08f89a80c0a30b20425b0422e9fd20cae80a8842bf05b11e0520f6110ac48e8681f8b5589080ff0412e1bf4162aa31086e9a01c1b43a906453f49f49902a2b0b528f4c8054af009076d803a4cdaa80f4ad0520fd2808d2e71741a6391f64060120ebfc20c89ab300398124902b380272572020dff325c89fb8050a6cbc4081533528347600459e72a0685e17144bbe004f5853c053164ea0ed7e57d0363318b4338e04ed2c43417bc3ff5cbf06da973240fb7631e870ff3f950ee059153a7896d3069e2df8069eedf6041d5ba6c10b169fc10b7681a033f6217891d903ba7c37032fe1f780970d92c0cbd1fee015c964f08a6c2878c53902bceaf518bcfa220fbcba7e00bce6510b5e8fc18037357f8137ed63c09b674dc09b0f8f8237fb9e801e2a3b41cf103ce8d9170d7aa35b406fb00af4fe6101ded61f00fdee6b82fe7a76a0ff8a2718aa330786919dc0b0d66b60d8f730f0cef32a30bc8e0bde2d4083778737c0c84f0160d46159305ade128c392e03de5b180263a5f5c0588b6360dcea35305eb90f4c78ee00265aee03135d6ac124a9123029ed3e98bc2f117cb87a0c7cb8a10ea64837812972e7c114bd213085a8033e72fc4f2d044cddd40da64e3780692ff5c1b41a3a98f66937989ed20266b459814fb6db804fa17bc0cc03bfc04cbf48f0f92645f0f9e770303bf528989d650ee624958039c5cd60cee80330d7ca18cc23df00f3029ac0fc763bf085e647f085e939f0c54949b050e20c5878dd0a2c0cf0070b678ac1a2740258f473052c5965822f9332c0525523b0b4eb09f8eae71db02c44117cb31b0b56bd75066b647f833541a3606d3a19acdbb31dac4bff05be3d7e007ceb9f0536c80e800db12160c3c3e360b31a1f6cee8782ef6e3f005b3bce831f28dde087bc58b02d15043f7641c076f35cb0bd3806fca4d90f7e4269809feebc03bba6e4c0eee44ab0fbd553b0b7a312ec8be804fb32ee825fc6d2c1fe3daee0d7083cf835e912f8b578173810c60307f2ddc021673838f43e081c7db60d1c537d0f8ea56981937d74708a5d0c4ead1c00a7f7ae81d3439de09cec18f8737e0f380f0d0117cfbd05179b59e062c741f0d7c418b8a4f8015cdaee0b2e2da5817fba7ac1b5cd5bc00dc3509244d95dd226bdfff86c21c934da91642ffa93e4a4b449f25c22497e4c4452c8d02429bcc922292c7248dbca6249dba958d2f6c406d28e8c34d2ce132524656a344979b186b47b9444d2b4eb236905ad93f6e8a3497b8a0c48dad725483ac85c922ef08ca4fb4b8aa4df314edaa7759bb42f32867480ae4f3a50914c3a301f443274a8261947a5924cdf7f231dfc9846323ffb8874c8d58374a8c18c74a8e922e9d06418e988e338c9e21a997414154f3a8a8f231df51b231d1d322659423c4996d40992e5b40dc94a4e8b6435174a3a7e6e8974bcfe0d096ab28d04cfad24c15fa148c04e191222c88984d4819390869224a4f01e09f9568a84c22f9050937b4998a9b3245c520e0937c322115cee93881bbd24d2b15324f2d6381275cf7e12153424d14c7f9218aa1624b6fc7b12dbd895c4aee823711cb4499c4b3b483ce72912af309b24040e9084dfd549227e234974a28f74425e997422639074e2ef30e964c703d2c9219074f2178764b39547b2e9d0259d5628229dbe5349b2b563916c6f0c931c0b5f932e58e9932e644d922e0c9b929cd58d48cec16f49aea9ff4897f2524997430f906e4a27926eedae2379345a93bc3a58a4dbb7b124ff08095280cc2429e008851434f08f1432af460aedb523850e6891a234be92a21ccc48518beaa4e83b48d2bde27652acb10129766e07e9fe075d52dc8b6252dccc1d527cc025d283c49ba444fb6452923c8694a4d14f7a48fecf4414e9e14f0829e54a08291567484ab5e1921e1b47931e0f1592d2db5249191679a4a7f536a4a71d72a4ccc65fa4ac8945d233a9bfa4e7922252f6313129db9540caf67d4dcaf57b4c7a01df2015e89a900ae2f6930aeb6a49453bdf908afc0a48c513cba4124228a974598d54e6d2472adf2b417a7df435e975328554e93e41aa5c2b24bd319c24bde98691aa2c4648d58fdf926ab8c9a49a6baf49756b1da4b7d393a486740952136f13a9596a17a9f97423a9f9aa21a905fb82d472aa81d4d29d4a6a59d523bd3fe5406ae5a9935abf9b913e6cdf436acb8492dab28b48ed2fb2489d66f2a44fa79f913e15be20753ded267543e7499f714f495f863691beccae90fafd6449fdf7a54903e755480361e9a4c1ce6fa421d126d2b055166938d28734313b4f9adcf19c349977893439c0244dce3d224d1f7e4c9aae1f26cd9c9227cdeaef26cdf9bf25fd3c6345fa19f587f4f3a111695eed09693ebb81b4907492b46895fa9fe7a4453c99f4db4899b41cd2415ac1b149ab522aa4d5a052d26a7a3369edc95fd2fad61ed2fae521d2faa31fa4bf9a57497fddb790feddb7244b0c869125bb00b2948b3679f3850364e99a64b24c3f852c3b9242de925047de92c121cb818164396a3b595e32882cbfd64a5610ee202b9a5c242b3e6f272bf6d992b72bb491b71fbb4bde9ebd4256ba9b4bde490c232b57349395fb4f9155ec0f9355ce049155ef9691557bc464358752f26e43265913324cd68c6592b5b4a7c95a3047f21ea4145907fe9dacf3b891ac3b1046d60b3127ef35d949defbb7976c004b221b5c59251b095bc8c65987c926776bc926af17c826e30fc8661167c8668364b2b96d3ef9f0f00cf948ba27d9a23c9d7cd477837cb4e333f9e8af4af2f12daae4e3df8f9021ca9e6488f56d326421890c8b9f23c3dae7c808fb876464194846aeb491517277c868cf1a32baab828c51cf24e3f6e791f1944b64721f974c9e0f205336c1c894a278329d944e66a4fa9139a31c32675c86cc752e27f37563c9fcbb3264fefd0db220de832cccb845164edd228bde6b93c5ff3e914f1c3af79f67e41375e9646be347e493042bf2296734d936944fb64ddc46b62d9620dbe91b91ed5929e4b3ae34f2d90e22f93cbe887c217d85ece47b92ecace34776de3b49bee8934fbe38d44376b1f622bb34ec22bb1e0a21bb728bc8aeb574b2ebaa1af9d223807ca9b0887c59768e7cb97e8a7cada88d7cadd1957c7df303f20d9401f9a63c8c7ccb1643f6f0d3267be6ba91bd3522c83e6027d9a70342bead8927fbfa7f2207b89c26075c5e2107baa691831e6690838d779383bf249383174f9343a0e7c9a1d47072586c3df9ce8e4572ccb56fe4989b53e47bd593e4fbd1bbc8717567c80faec6921ff8669313c0b3e4c42bdee4c4f4a3e4a42d87c949da2c72d263677272fe55f2c32d26e487c666e487e138728a5410f93154969cb6ff2a39fd801139c3aa8ffc64a72ff9496806f9a9ec4bf2d3e9647226793f3973ce9efcec5628399b5f43ceae1c20e770c3c839c5dde417171bc8859c4272d1966e729121975cb471805c7c9e4e7ef9d299fcf2e37df22bd443f2abe71fc965ed37c8e58621e4f2b37ae48a6043f21bb72072556632b95ae208b95ad2875cbd579e5c1d9b48aecec7906b54af92ebbca4c86f316fc98dda06e4c6af0fc94d2e2fc94d6f02c94db3b3e4e6b879f2bb9d5ae496ecfbe496f50cf27ba303e4f7c310726bd810f9c34f29725bc02372472f83dcb92f94dcf55f7fbafd82c9bd4742c87d7de3e4afe605e4afbc11f2d7d326e4a19adde4e133bfc8c38d5bc823fff578f4e409f2a8fd16f2e800963c3a0d278f75c2c9e37e7bc8dfb6be244f049491271a83c893f113e4e9fd65e4692b1e7946d44efe01394dfe91144d9e3d7b8a3cfb358f3c2778449edf5a499e57fd459e6f5523cf7f7a4dfe656e41fe05c1917f0b9f9297b30f92ffdcea24af9193c96b75f6e4bf2b6ee47f3bac2912e7d814a92f048a34184a91b9fe98b2c5ba9bb2c55999b2c5ad89b225349fa270e31845a1e63145d1fb2265fbd626caf6734b14258a374555f607459d5a4c515f91a1ec92caa3ecbad347d1487b4ad94d2ca3ec2e76a568ae3852b4fb07283a75eb94bdbe1a9403dc26ca01fe36ca814a38c5709725c530b69a628420538c92ac2946f3148ac93111c5343d8e62fa4e9a62461452cc836229e6655ccaa1571d9423c64b140baf118ae51d058a157d3fc5eaad29e5f8ce7acaf1cc9714c8a5050a500fa700237c0a22509b8288ada3a01cfa2898239b28f869270ae1e4090af96c3e851cfa5fbeaca490672f5168e45714fa47690a63eb2f0a73814861d1701416e303851de54c61271ca070551014ae810385fbf50945f0d58222dc544411b9c7504eebb4514ed7f5506cb7fca6385cde4d39e3fc8272e6259c7256d18d72967c8a72d65a8272363689724eb39b72cedd93723e569e72e1a413e5824311c5c9d486e274d491e26c7490e2e2ba93e212708ee2ba6383e2ea7094e21ade4fb94cb845b952f99a72557a9172556d8472359f4fb976488372ed7c26e55aec1fcaf5f579ca0dd360cacdbaab148f6d67289e72ce144f0893e22970a5787af2295ebd1694db45a114df3b9514bf2f4e94800c4b4ad013554a508d981234f85f0ee952426a03282123d194b003bf297794cf51c2b9fb28778d362891ba244ad4e9744af4956a4a0c5787129bf292127ffb2925bedb84f200594d79e0ec4d79d04ba224184a5212efb12889a987284979a394140d3c2545b78c92123f427914974079bceb05e5b1c93025adbd9292d6cba4a45f2250d24b7a29e9d57729195293940cb087f224578ff294ab4ec9bcc6a364ed3c4879f65783f29ccfa03cff2841c9c9c652723adf53723961947cf9504a7edc01ca8bed2e94822b199442442da5f0dd2d4a918e14e525218ff292ba8752da9a497975af9a5276f004a59cb44ea9787b95f2da449352a9db4779b3fb03e50d2d87f2c6b58e5295224fa9e9794aa9f9ae4fa965ac536adbba2975a77229f5036a94b787ac286ffbca290d3d32946693bf9466c702cabbdc879496dbe394f712f294f78a28ca07957eca87875a940fdd87286df3fb281d6795281d6d3f299d4eb394ce9936ca27ca074a978288d2231ca6f45c1da2f41286297da4504a7fb90ce5abbe1965e0268a321083a20cce5a5286106d94214e296548bc9f3274b28b32f4a98032ac2aa40c7f73a78c0c2a51c6b68551c67c2e52c6af4851c63de5ff9340190fafa77cc7ba51a608fe94a93338ca545b1d65baca9b3223738a32f3378cf2c3a28af2e36a20e5c7cd1d94d9aa00ca02684af9b56789b2ec7c84b27ced0c65b93987f267db04e5cf99fb94b5ac6794f54ded940d7517ca06a781f2b7c495f28f7e99f2ef1f912a21ab409508b94cdd94ec40ddf4fe2e55f2be047573ea7f5ab5a95b6413a9f2fd09d46d5d2d54c54e2675c7d7175495b8bd5495975a5455f5775455b728aaeaf55754d58c6754b54d58aadace3aaa5ab821552df93d75d7561daac6e829eaeeec0eaa26d989aa850aa16a9f95a4eac4ce50753e1fa3ea51baa97a972154fdfb4b54fd5102757fcd3275ffb78bd4034d135483adcb5403084835f97b9e6abacd936aba3d976a764c9a6af6fc3df5e0adbf54f33c38f5d09e19ea615d25ea611326f5f05537ea11a30daac5692daac5f76b548bdf70ead1b82aaa15f523d5ead40c15d2fe9b0a4d255361ab9ba880570e154d00a968cfb354dc962e2aaee42095309c4805a1342ae9e90295bc6640a548eda6528a8e52a9fb0aa934ee672a1d7d81ca24fda4329b0e50593daa54ce412a9503fea0f20e1652f92d07a802a576aa20e20d55903b4f157d29a58ab7a851ad038ca8d6cfcca9b61753a9b63962aa9d551ad5a1589e7ae6c427ea992857ea99d560ead9e4575447582ff5dc9721ea79a31dd40b1ac9d40b0fdaa81796ff529dea3ba84e5fdf539d7dcda9ce3514ea65f241aa9bc50eaadbe5ad54b7b62754f7ac7dd4ab7b63a8578dbca95783cba8d7f5ee53afffd945bd116440bd91544fbd79258d7aabb094ea11708beaf3c78aeabb2381eadbe04b0d98d4a3062a795003c512d4c0b0dbd4c0a2256a70198e1a1a54410dcd76a486fe2051c35ebfa186cd2652efb4bca0868bada977fb82a811d799d488bbf3d4982d5ad47ba268eabdcc58eabd4f8fa8b111abd4b8e35ba8f1eb7ad4241d6deaa3b7fba88f2f7652d386af53d3e58da9e9e2f7d44c04859a995241cd6c98a566d93a519fed57a43e3ffc8b9abdfd1835db2b9b9abd7a9d9aebc7a2e6ed92a7e63747500b82a6a905e3c5d4c29332d4c2f5cfd4a257fad4a275396ab15a16b5f82f9d5ab27b2fb5b4b3875a261453cbe913d40aab286aa56e3ef50d7a0bb54ab7985af554815a1d0e526bf92c6a3d7d83fa56a44f7d1b7296faf68d31b5b17b86da7481406df2b9497d9712427d3737427d1fa34a7dff7b07b5f5f65fea07a40ef563ed766afbc9146a07d980dac9e5523b636aa99d4909d4ce99fdd44f974aa89ff2d1d42e99226a575a22b5bb5587da6b684bedfb6f16fa1c73a8fd106deaa0c429ea60892d7558f21575c474963abaad8c3a5ef98dfa2dca86fadd45489db2d9449dbebe973afd2185fa63ae923a7b690f75b6ba953abbe2479d6f7c485de8bc42fd1585a6fe8a77a6fe3636a12ed1d8d4a5b37ba9cbf7fca82b8351d455f0067535f214f58f523df5cf7d0275cdf716757dcb23eabace0675fd660675037b88fad7b785fab73d88fa4fe723f55f852df5df48174d02739ab6c9dd8b26853b4cdb2c314ddbecbf40dbfcad8826238fa1c958ebd2b6ec41d1b686dad0b6a686d1e43efbd2e435b7d2e4fb8b68db5c57688aafeb694a110934a5a44b34a546186d273395b6b3e4154d45639ea6d285a7a91bd7d1d44976b45d3274da2ecd529a86c22a4d53e1174db3718ca60560687b946ed0f65002697bd220b43dcf83687b7ae768daa8569ab657094de7c65b9aae612c4d5f2189b657f094b6d7f6246dbfca226dffa325da8134659a41cb4f9a61a434cd28f10dcd78e41acd643b896612e6473395f0a799a5c7d0cc7af0b48398ef3473cf40da61bf0ada910779348b14059aa5019d66b944a059058dd18e998ed22049541a1c48a7015b8ed39003d634e4f70b3482d6031a71fb131a083ea6914d3a69647f071a396e994651b7a351de606834e5bb34badf3c8d1e7898c6e00fd198ec261a5baf88c60ecea7b1576fd1387490c6a36ea2f1cf1da3f1af96d004cfc669c2aefb34113a9d260a65d34ee83ca29df83e483b79b68766733d8f76fa591dcd2ec98de6d0728ae6d0f5917626fe15edecf5469a23dc80766eed29ed02ba9b76e12e9a76e1d95dda8577fe34278b5f3467fc499a737722ed62cd28ed72c2079afb6e2bdab5bb36b4ebe88bb4eb7183b41b0ef2b49bfb5269b78ea7d06e2d6ea579648fd23c51cf68de99d7693edfded1fcce7ca0f95bd9d102ac2369815bfc69a1b3a6b4a857c1b4e8653a2d66e41eedde87355aec1e055a6c43142df6671f2d9e224b8bcfd7a43d803ea425dc2fa125a2026989e7bfd312aff7d2127dd8b4c40e162de9a80f2da5f10fedb1b990961699414b2bbc40cb8067d19ee8dfa365498a68cfa50b68cf95256939c04b5aee72272dcfa89596771f4ecb7baa46cb8fb7a7bd30e3d25e982bd10a7c556805fe876985da59b442ea1aadb0fb3dadf4e03e5aa9e7335a65523eadeae12b5ad527295acd83265acdf2775aadd6595aedeb5c5a9d2c8756977e865637f98656ff2586d64001680d42695ac3290b5a531982d6f4478df6ae8646fba02c4f6b83c4d0daae2dd1da02eed0daed405a7b401cad7db99dd6b1652fad233193d6f9b098d659a840fb14ed4eeb86cdd3ba9f85d37ace47d07a2e9ea3f5652bd33e174ad3beecd6a1f5bf7c48ebef3849fbaa779d3670718e368cd4a18d445ea48d01cdb4b19a19daf80e65da77e605daf78b03b4891e1a6d12d8a04d3e71a54d0d37d3660d6768b33643b4d9f70f6873a71d680b6429dae2a565da92c335da92339db654c9a42d7f54a2ad1829d256d5b7d35677c5d3567b6ed0567f93697fe85f687f3a3fd3d60f5fa5addf5ca1ad1763e912cab7e9526807fae69937f4ad54025d6e5f3f5dbee22a5de164027d9bfc5dbaa2cb285d31599dbe63ff56facecb1d74658290aebcf196ae62e241570dbe4f57db6c42d7a8d942d73e5a4ed77e134dd77eff9d7ee0d612dd708b3bddf0d14fbad1b601bab1df19ba711c9b6ed2534a37ede2d0cd2eeca59b3dd0a71fbc3a4e3797fb4c37cfb9443f9486a71fd14fa25b7062e81667eae956386bba55502dddaa7d950e1d76a6436793e970a4231de055d391630d7454f71d3a66f11a1d6be845c786dca463d3b4e9d85a773a8e6e4cc74da3e8b8f9353afedd4e3afe832d9d6803a5835f9ed3490c333aa9499a4e8e33a393ab16e8f4d16b74c6a9593a23bf8dce7afe87ce96fe4467abf8d339901b740ecd83ce19ba42e722ffd079176ae8bc4bb374de8d423a7f044117a834d2857e9be9a23f3174f16935ba383d972ece8fa38b0b8ed04f3caba1db2455d36dda75e9367fdce9b633fa74871647fa9997c1f4f3064df4f36f2fd39d5fb5d22fea78d15d147fd05d83047437f855ba7b7933fd9a4629fd063799ee71632bdd63b486ee297d98ee75e51efd365391eeabab4ef7fd45a5fbe9dfa40728bfa007207de801b917e9816fdae841ed41f46089397ab0d7367a08e1133dc211458fec1ba7472e78d0a3b414e8f74e15d1631991f4fbec3a7adcbf657a7c7017fd81fb5dfa83771af404e2557a42c6297ad2da2f7ab2eb2c3df986173db92c979e2a25a4a7aad8d21f475ca53f6ebf484f0b90a4a787efa7a7cfced13376d1e819c219fa93a1ddf4a73be6e85987d5e9795ef9f41799cfe8855a66f452d9797a6919965ee6a9492f8b09a3bfde61447fe39c45afb5be43af2df9436fbec5a5b7849ea2bf5f90a777ba26d13f0d9da377e55fa077af8ed17b86ede8bd8213f4ded88bf4de84287a6fff35fa67db567a7f7228fdab06923e1037471f48cca48fc005f491f270fae85b803ee6fc9c3ee6de451fdf7c933e1eb1993e5e788e3edea841ffe66d40ffeed246ffde26419f38799d3ea9e84c9fac04e8d37635f4e95b22fa0cf40efd47823e7df6d25ffaac971d7d6e9b147d2ed791be68769cbe68ee4d5f7484d07f97dca32f5987d057900fe92b1f8be9ab9a03f455431bfa9f7b32f475a1157da3a4892171ab8bb1692c8e21e9b0c690b2d9c2d88cab61c8f8ff60c8a4c218b2a1a10cd9873486ec620e638b6104436e8f36433e93c6d8267ac450742d60282e383076146a31944fa53094cfd218ca957b182a651b0c955a63869af163861aec2943ed9e98a1d62bc7d8257b9bb1bb3495a16968cad014ec6468599433b41c480cadd17a86b6c325868e4d0743a719c9d03dc660e8de7cc6d07b52ced0379063e8ff04197b298d8c7d241ac34056956190e0c330921a661885be6018f7de641cc4521887850f184784418ca39fd90cab17fa0cabd7dd8c632a1d8c63ff448ce3f5fb18d06def18d08a15065c35900178cf30901ea10c948711032317c6c0b0261918711003b7c79e417c5ac100fd3218e4421d06f54f3583f9c094c17cb1c8e0ce3e6008b7cd338417fe32c421ef18d6a1ea8c93e478c6c90f62c6c98f728cd3700ce3b4a73fc376f53ec3ded087e1a0be83e1007bc770f01b6438b67c649c17a931ce0ff318e767ae32ceafa7322efc66309cac5f319c3a2a194e135c86b38d0ac3652585e15a26c9b8a41dc2b84c32675cae99675cee8532dcbc9f32dc757630dc73200cf7b641c6557218e39a610de3569513c363da8be13d758ee1f383c8b81d58cdf0a37e65f8aba633fc3336330207698c20cd6046b0ec0823345a96115a20cd08330e62843f9d62dc2d15302216541851fe818ca8f04d8ca8f43d8c18cb0546ccf5178c7b0f5f33e260558c78f5dd8c07d1c38c04ff0e46e28d5946e2f238e3e1cffd8c945b198c9447068cd4d209c6e3cdb28c747c09239d17cdc8dcf194f1ecb20ee359be37237bba9291bd6ccac831ed60e4e08d1839e72718b9eba7187952ef1879677a19f9edcd8c177b1218055c22a348e717a3382e8851fc2399f1ca4a8ff1ead50b46b9de53464536c0a8a89066547455305e9b39322a655718951f2518953ff5186f703f19556900a39a876454877a32aadb5c19d5eb198c9aae36461daf8451e78067d47d5e60d4cd5b32ea7b93186fcf2931de7a32196fdfbf6334e436331a6b048ce6dd6a8ce6f4af8c77359d8c16fb59c67b0b0dc67b0f3ea3d56c89f1e16319e3c3ba0ca3cd12607c64ba313e664a31da53ac181d8d868c4eee18e353733fa3cb89c8e80affc1e8fa7898d14db662f444f9337ab2fa183dd5bb197d4fa2197ddd14c617db7ac65789bf8cafae528c010a8131b42ec118ae6e678c3cce678c6fa131be8b088c89c3b7191377fb1993f6bd8c49275bc694512b6306f061cc263c63cc6dfec198d36b65fc3c94c6f8197c8931ffdf593cdbc858b2ec622c1f1a62ac8a5d18abc9d28c3fcaf68c3fd5df196bae9b196b550a8c8d33ed8c0d7f39c6dfb43cc63f7b1ae3df3a9929a1a7c3dc94709c29a9758429d991c5dc8c8e614ae3a499321fd498b2b20f985b1e2f31b7ccea33b7bec860ca61be31e5aebe63cacb5c67ca6b0d3015642f33155cc699dba615998a477b998a5017a69269347387fe3a53f9723553a5378ca906bc65aa5d5d67aa956631775df266eeba26cfdc9595cadc1dd2c7dcfdf73d5313ddc0d4bcdec1d47c39c5d4ea5e656afdb165ee894f64eef97397a9bdd6cfd4778532f7424e30f7edddc4dcffe02ed32089c634bc51c6344a71621a35ac318d0f6398268abf99269c64a6c9df01a6e9092ba659d63de6c14373cc833dde4cf3487de6a19e38e6a15e03e6615a05d3222096699168c73cca7bc83c9aa4ce3cdaa2cab4d436645aa96c655a156730ad0619cc630b6b4ce8e7bd4cf8e66026bc289509ffb8ce0478b94ce0f6192622dc8c892ceb62621aa599b8edfb99b83d3b98388c2a135f7d9449ec9c659286e04cf29f6526f5358a496d4b66d225f94c7ae549265be62c93ddadcbe4c8553139b3ee4cae972c5328c1610abdaf314537694cf1ed04a60dfc0bf3945e02f3b42ac8b4a54f32ed0eb29976fdb34c7bdb18a68302c074f078ce74f039c7743c92cd3ce72f665e687ac8744257339d4dcd98cef5f1cc8badd14c97d0f3cc4ba462e6e54d68e6158d1f4cb74b3b986e1f9b99ee0536cc6b4324e6b55fb799d7b31598d7072298378e7f647a3844313dbab7313d0957999eff7c985e91414caf5e6fa68fed15a64f5626d3772f8ee977b88fe9e751c6f4dfdbc7f4675c61faf3de33fdcff398feb9a8ffac3303b6ae3203c415cc80af6bcce0c57166a89907336c68807947ee19f34e8b3933fc792e3342718d1951779519894d62463e78ca8cac6431a315149931fc44e6bd437acc7b151f99b1f422666cff6be67d175de67db772661ca58919675dcc8c738e60c6b97633e3afc4301fd8c5331fc4b43313a0fdccc4ca066692cf536672c157e643770233c5499f99f24d99f9c8ce8899bab2899931b8cc7c62a3cccc544e65665ecf6166d1d698cfb05eccecc633ccec0f8dcc9cdf8eccdcf623ccbcfb4466fea50566fee775e60b097de68bdbcecc82745f66c1b825b390ecc72c5c1b67168d68334bfecc314bb34c99af0a3e325ffd9961be5a5b6396bd196296c79c6696172930cb278f302bcc7d98af47aa986f9e8432ab73fa99355106ccb746e7996f8b6e311bd789cc660a8fd912d4cc6c1d9a63b6af1e6576529f32bb6f3e66763f596276ffd9c7ec79cc61f63989995f226b995fa63d99fd4bd1ccaf17bb99032d6acc210553e6d05e1173e8c32de6d09767cca1b954e630bb863962f780399248638e45439963654ce6f7be52e684431b73224a863919f595395928c19cda1ccb9c76b8c79c653f61cedd9963feaccc65ce83ff988b273c994b7946cce5f014e6f2e01a73650f9fb9f2653773b5ea0873adcd9eb9ae31c0fc1b6ecbfcfb7027f39f0dc0fc17aacf92f899ce92542e6249d21eb2a4bafb59d207beb1a44b1fb1640ec9b3643c6eb0640a1259b2fb1a58b26e13ac2d928e2c39d5572cb9773f58f2dc7a96fcf52fac6d322aac6d6ab1ac6d2c0dd6b6804896e272376b7bc043d6f6a672d6f671039612b282b5e3d55996aa228da5b6ff374bedb7264b1d93cd522fea66ed7a246469edf661ed894866e9cce8b274366c587ad7cd597af170d6dea041d6defe70d6be3de758fb6fa15806c0359641432fcb60f208cb60599f65f0a79965d851ca326a6d631943d02ce32b1b2c930c06cb4c1fcd3af8f802eb60238465eed5cd324f89621d1a18601d71fac5b2b813c33a2a98601ded9f61594d26b38e353e611d5b26b08e37b6b18e2fd158b02d2a2cd8188d058f4b6021640fb21082332c84cf0a0b519cc942aa1f67a1fb9fb13011862c50278b058e6f62810b1f596493e72c4a51138baafb9a4513f5b2181d8f598c6f27582c0d1516cfd790c57b9dc0e23724b104dc5296d0769925f49961099bcb59e29a9d2cebb114d6c9994bac938b0496cdcd7e968db73ccbe6c931d6a95b7b59a74deeb36ccf4fb2ec55ceb3cefeface72bc816139d95d61b9804a2c972513d6a59362d69537f62cb7fc3c96bb653eeb2a35817575258675ad71987543e910eb062e9f75e3520ecb0316cff2b812c7f25c9d6479431eb17c5e3c66f97c2b67dd2695b07ccd4a59be47d2587ed2ab2cbf9d77597ef17896fff916967fd33c2b5063921508ec66057ddac40aeb7761dd39d0caba1314c30a2f38c2badbfa90156166cb8ac07e62457499b1a29e7e63c5bcfac0baf7759e15bbcb9d15ab19cc8a3f0f65c57bb359f1d961acf8b124568272012b89b48995149dcb4afa2464a5249d65a56c64b15267d4586976b6ac345f7f565a148495defb84959157c0caf8fa89f5c4ed3fdfca584f5561accc7f5f5959bfeeb2729f0858793e0eacbcc40156de0f5956beec21567e4e3c2b7f3282f582b09f5534f999558ad363bd3a4c66bdb2aa66956bacb2ca0b6fb12a1c86586f968758d5359aac7a655f56c3694b56a38d3bab99f38ad5b2ef3f168bac0f4806eb431e89f531c797d5aea5c96a4ff063750468b03ab139acce914ad6a7cfb7595dd4b7ac6eb633ab47638dd5e31bc5eadd02b2faee4cb0fafe4ab0fa2172acaffb9459035711ac81da7ed620ff0c6bb0628935e4bd93350c73620ddfb5678d7d6e608d4d29b0c653fc59df2fd8b1260ca75953ddd758d30219d674780eebc789a7ac1fefdeb366f7bd64cd52535873e65cd65c93256b3e209635ff758eb55867c6fa857fccfa35f78bb5642bcf5aa6bf61ad6c46b3566277b156e7ec597f7a4759eb7f1a597f1336b325748bd912876fb1373d6d644b16fd644bf117d852217cb654f471b6f47629b6f42e19b6b4268d2d73ca9d2d733b99bda52994bd1551c7defa7c075b6ef7185b5ec68e2dffe8325bb119c256b27dc1567a718fbda3ce80bd1305b055a4796cf5a81b6cf55f2a6ccd6a7fb616cf97ad159ac9d67a65ceded327c1d63e9ecdd6667f63eb285d60eba414b275b5dad9bab954b69e48ccd6f7b4fc8f1f7b5f5d1edb40ad8d6d6017ce3601b3d9079b14d887be3c611fb190611f09b1665b442eb28fe90cb28fe53e67431e3f6043edfad9b00b5a6cf87c331bc967b151d2b96c749d908d2960b371fa696c9c1d8e8dfbeacdc62356d878bf65363ef5009b28b1870da64eb1c1feeb6c52e0129bf4e32b9b2255c1a69c9b6553af39b1a9fe5a6cda3d119b8e7764d30b46d9ccfd856ce6817036d32a91cdde57c4e61c80b3399c7236c7ad84cd8dbcc5e666acb2f9fbcad8fc5b4fd87cbf45367f219f2d4858620b1b7bd9a2243c5b34e3c4b6be66cd3ef556897d9af38c6d6b5ecdb65db8ccb60b4d64db65b4b1ed9e36b3ed3eed63db0b76b0edffdc673bc097d80ee782d80e9934f699633fd8671eed603bbea9669ff327b19d0eabb39d66386c676632db396f37dba582ca769d63b12f351e645fd6b7645f16aab32f3bef655fae98645f5157665fd96dcabe72329b7d6dd28e7d6da3987d3dca807dc380c1bee5dcc1f630a2b33d085bd91e0f76b23d5a37d85e6357d8debb33d8de77dcd9de6f1dd93ec9336c5f17013bd0fb053b58ee3b3b440ec60e9dd06687d5c6b3c31a7ad977b40ad9e1cfc2d8774fb1d877f38cd811f71ad891bb34d9916716d9915924765483093bea53313baaf7093b3a348a7dcf6713fbdebc881debfe947dbfef1d3b0ef7801d4f8f62c79f6d62c7df68633ff0e8643f681c67275adf603fba35ce7ef4da81fd387a373b6ddb79769aa2343bedf83df693aecfec273f8ad999063c76e687fdecec98f3ec9c811a76aef22776eea9b7ecdce064766e12959d4738cdcefb30c4cee73f67e75fdacece1fbfc37e51759c5d64a1cd2eea6c6717fb36b14b6eb9b24bbc4fb04b0a0eb04bd16fd9a5f4d7ec57d558f6ab9e1176997316bbbcb3955d616dc77ed3b38b5d65b595fd363c91ddf8e01afb3d11cefea889657706aab0bb22c6d95dadceec6eabfbeccfb1a3eccf9f0bd85f6e7c627f894d67f723cfb2fbed17d8034e38f680fb6ff6c0cc65f6e0735df690610f7ba8ae943da236c49e40f9b027d84eec09e1227bead2207beac92bf6cc2119f68f5067f64fcf40f6bc632a7bfefc37f662d40afb37a38afd9b7398fdfb84267b69ab3c7b697f177be93089bdb2e71a7bc56984bd129fc3fe835564afe9b7b1d74e45b3d73923ec0d0917f6462a93fd172ac7fe67f99fe833ec7fa5148e84b71447b204c3910ad6e06cee8271a4179f7064a9961cd97be59c2dcddb3972650a1cf9ef751c05997c8e62249ab3f3e01c4765eb104765e00447956dc8519b3ecdd9f5a69da38531e368175fe2e8580670742fb670f4af9b73f62a5de2ecedafe6ecb3bbc0d9e7fe92b3ffac1f67ff352ee780ef6b8e817d1ac7a0d99f63fceb27c74c738063f6b89173d0a19473d05996636ec1e3989f9ce21c72d3e41cb9b49973e4da43ced12c06c7123cf79f38ce713d750e747b30077a409103d7d8e0c0d33e7100392207485de300b3831c84911d0765b18f83de64cf41673ee76078251c3cdd83830fc8e0e0bf14700806521ce2c10a0ef18c0787f84c81034ab973c07bb91cb0c39d4312ca72484b361c727b3e87dc15cea1583139946f461cda5111873eb8c461c0777118adf51c4e6d2087cb2ae570b92c0ed72196c373ece0f0fd55390200cd1114b573c487e238e22a01e784e32e8ef591cf1c6b4a35c73aab817332f528e7749b0dc7cef532c73ef40fc74187cb71b861cf3913e3c9399bf592e37804c371b458e79c8b2be75cc848e15c784ae238e93ce2384b5ee738cbfde55cbc52c971b1a5725c1e2a735c53d19c4bc806cee5a67acee59e368ebbe017e7ea0f6bced5d51cce2d4b0cc7532390e3494de3789efbcef15c70e47877da737c6e2e71fc6ee572fc95da38817e0d9ca0b3444ed0c0142758e6062738f43727f83d9c131af288137adf8313b6dac8b9a3b4c209d7e271eefed7ffe84e2e277aa09c73cf85c989950338b119cb9cfb8578cefd651827ee582327ce03e0c4451de3c4eb7b70e2cffee4c4ff4be13c68157392ac8e7192decf731efef79e949e61ce230d554e2a99c149cdf9cc497339ca49fb66c1499b57e3a42d9de2a45f90e1a4a74b7132dc189c8c6b4b9ca767619c2c155d4e56e4534e56d60ae799f57e4e36a783937dd291931354cbc99f32e5bc488ee014d91ce19410dd3925694f382fa37438afdaf09cf203284e456e25e775c7154e25ed1de78d1e8c534df2e054ff76e3d46d0be5d45dbfcda98b8de3d42f7872de8e20380d777c380dcf65398dd40b9c6645274ecb33e17f3a392dff2a38adb8fd9cd67c054e6b830ee743a13be7439b90f361f119a72d6137e7a36c15e7e3be74cec7cfe59c76e42d4efb2897d3c5f8cbe9e21ee474076fe6f4600a383d49d7393d8dca9c5ef430a7f7fe214e6fcb114edf7323cee7fc42cee7715bce9797ba9c7e9f5a4effb7c79cafd3e99c01512367586a9e33a27b9e336a91c119bd2fe68c2d9772c69dbe71c673d19c6f0d299cef0a519cefbf9638138c62ce54493a67fa55026726db853333bf8ff363a594334b50e12c7acf727e356b737e2727719664c49ca5b460ced24b47cef28ef39c959f0cce9f1675cedfc826cebf0378aee4b35eaed4481257dae0de7ffe72653456b9322d535c9985abdc2da142ae5c8c0357ee531d57c1ae95ab782a98bb7d653757e9c10877e7ac1757055ce1aa5c3ecd552d57e2aa2d2773d54b445c0da3a35ccd80635cad285fae765c34577b489fabdb6bc8d5c3dde3ee35fdc9ddbf7f947be05614d7d04fc8356ce9e01a0e7ce11a2979708dca915c63e829ae71541fd7e44c09d7e4de49ae493d8e6b6a0172cd252ab8e6336ceee16da7b81676afb847f52db8961a4d5ccb7fbd5cab233bb956f536dc63b017dc63b3282e42ea3d17e1b0c845446ee7226ffa73314a495c0ce129177396cec5845ee562aaccb898df525cec0d3b2ef8339c4bee6ae292c71cb9d4a0212e6dfb592e33e52f97756417975553cf65372a7239ad3e5cae7a16977bc484cbbdc8e272672cb942a5ed5ce1251157f4ea38577ce522d7baec0dd7e6af807b2a32997bda2b9c6b6b769e6ba7f99c6b470de5da5d08e13a9057b90ef6e9dcb31706b867bd4f72cf51f4b9e7bcd6b8e7c2bab84ebb54b8ceeba7b92eab1cae6ba832d7f59e16f7d2beabdc4be5abdc2b77dbb9eeb222eed58807dcab6fdf73af456ce55e9bade5de605b736f5466703d19615cafa3e7b901425f6ec029476e40d1036e60d1116ee038971bbceec30d39b2ce0d49cbe286b63ce0de49bbcbbdd3769e7b67e31e373cee12f7aee7366e2493ce8dca96e5467d4671a3c5546ecc294f6eccaa09f73eb59f7bbf399cfb602c8f9b908ce4262a1ce5261eeae5267bd87053ec2f735366ee7253b9d2dcd4d1666efadb006e7aeb5d6ec6f5eddc8ce7cbdc27aad9dca7460adccc283437b36a809b35bb8bfbac42939bada3c4cd8e71e6e6ec76e7e6427e7173d383b9b9554adcbc710ab7a8fa11b78445e49614e5705fb61de0be1abfc97df5ef37b7ecf2016e59a60ab7ecc50e6e79e6776ec51575ee6bb79bdcd72527b8951e29dcaab81c6ed5da2ab79a55cdaddd99c7adedf2e6d60f7ce6d6afb772df3a7fe3beedcbe6361c92e2361ecfe736865de136b9e8709bdef4709b4d26b9cd768aff69e33697f472df1332b9ed7bddb81dcdeddcaef6cbdcde7c056e5f7e23f7732d85fb65cb0af7cb7a31b77f4b0eb7ffc404b7ff653cb7bf7637f7ab4506f76b9b02771092c21d7c758b3bbcc6e18efc1ee28eaedee58e9d49e18edd6170c7cdc7b9dfde4673278ff77127df88b853075e71a72acf71676f7b73677391dcb94f77b83ff77de5fe9cfec49db7f0e72eaccf7217377570173fdee5fe3e8ae4fefebb87bb7ce01977359ac4fdf39ecf5d5775e2ae5343b8ebfe30eefadd69ee5f4e07f7df910fdc7f2407eebfdb723c09a6374f52e6334fd2588ab7d94a8db739cf9ab7b9af9b272d63c9939effc8933da8c3db12cfe5c953313c05f7e73cc59f5d3ca56819de8ea157bc9d9f7279caf35e3cd597ee3cf5989d3cf53a024f8358c8d3f8c8e4ed0eefe0ed4ecde6ed9ebcc9d3849fe1693aa4f334cf1af134afadf23497fb785a92b7785a77e6787b6ed5f2b4abdc78ba92db78baacffb291c5d34bcee4e92f0979fb649b79fb7f35f00e7cdecc33c0823c83867f3cc3fd089e31d691674c75e119477de219bf47f14ca3113cd3fb3c9ed9c224ef90fd5bdea1891cdee1f3fb7987e3b13c0b713acf4ae22ccf4a8dcf3b263fc43b263cce3b76ee0d0ffe618e87c0b2798817de3cd47d0f1efa6c220f9d55c1c3bc69e461ea067998b6651e961ac7c3976bf048d6253c32b0c4a3769af0a8934a3cfae52a1e3d379dc794b8c4636f5de3712d4778dcc15b3ce1b69d3c71cd34ef44952cef44972defc45a16efa4b922cf664b0bcf0683e1d9242278a73b0ef26cc15a9e6db51fcfae06cfb3ffaec173b8d2c43b8b3fcf3b5bf199e7285bc573245ce7393e4ce59dc395f2ce3524f2cebd3fc273b2b1e239c5b8f09cd9d23c17d81ccf357a33ef928a37ef122c887759ba8477b9e915ef8a411bef9a7f2fefe68f03bc5b84789e87f1279e27c998e74590e679c568f2bc5db03cdff0449edf96429e9fa73dcfefe97d9eff48262f40e71c2fe0a50b2f705b252f10d4e5857ccae3850c1bf34267137961a5685e3882cb0bbffd8d7757528217899be34591667951bc115e54d5042fdaa69517b3fb0c2fe6bfdadd9748e4dd5f94e0c54bf6f1e2235579f1dfaff112164a788f2efaf0d2cddd78e977dff19ebad8f3329b3ef0b2ee56f3b2aac779cf340ff09e091479cf8a9ff09e97fbf1b2cddc78d91f4c7839f45dbcdc0a11ef45f65f5e816933afd0c08657bc6b3faf78fa11afc4b893576262ca2bb194e595dce8e4bd94fac52b8debe5bd3a56cc7b9555c77bd5f89357a618c22bafb0e555685de7bdd674e3559a50796f66b9bc1ad11f5ecdcb3bbcbadfd6bc7a6814af9e07f0de4a8df31a8e9ce035a26ef21afb70bcc66580d714a8cb6bfeedc27b67a1cc7b177c9fd7a27a98f7be6e85d77a3c96d776ce8bd7d6b58bd7ee3ec2fbe4f69dd7e5ba9bd7edb2cceb036b787da536bccf2162dee7f1b7bc2f3a27785f4f7ce20d9c8de50d1dddc61ba9ffc91bddfd9c374af1e68d3a9ce68d7e7cc2fb66bbc89b4428f1a6b65de34dfd19e3cde416f0660903bcb96a7fdecfe405de6f1b03deefd727784b890f784bcf6ff2963e60794b7fea79cbd809de0afe376f359bcf5bfd14cbfba3efcb5b37a6f2feea20797ff123bc7fabfff89b6e14f037b52cf1256b6af952cb44be0cba812fcb08e56fdd3ec8970bede5cb9b78f2e5ef6ce5cbb734f3153d54f98a796b7cc59aa7fced1e1cfef6c852fef657dff94ad51e7ce58f87f92a9d6b7c75309baffe7799af7199c5d7f00ae36b34a7f177f30af89acb727cad444bfe1ed9337c6d9570be362d95afcdafe1ebc63af3f5a47ef3f55fbfe0eff527f1f71dbcc4dff706cddfefdccd3fc0b8c83fd052ca377afe936fdc40e29b407ef34dc8aa7c135128dfccfb0bdfdc6d1bffb0c21dfe119b41be459806ffe8ddadfca34950bed5b1cd7cabdba1fce3d927f8408e0e1f7185cc47341ee5a310fbf898636b7ccc37041fbb55938f4f72e4e37bccf984e84f7ca2bb251f34fec32717f9f32932917c4a2c844ff39de1d32bbef2e9bd897c66bf3e9f7b70379fcb6be0f33787f00526e37cc19969be105dc917325af8c2162e5f5432ceb71e8de1db2665f1ed7eeaf1edfe7ce15f58cee73b4572f82ea31ff8ae2370fe95002fbe5bd125bebbc09c7f535a967f73cf02ffd691af7c8f9b5a7c8f1821df63b287ef29e1c3f7442df03df18e7c2f9f62be57ed71be577304df1bd3cdf7d9e1cff7c97ec1f70d1ee3fbfdb5e4071e42f103c93bf941a2317eb086213ff8fc103ff8ea477e0810c70f6f4ee0df657de0df5d7ecf8f78bc9d1ff1ee0d3f6a17841f05d3e7477115f8516d06fce8274cfe3d3336ff9ebf34ffde7037ffde0a867fdfe907ff7e983e3f4eb68a1fa724c78fdf07e7c75f47f31ffcc2f213963cf8893f0cf90feb25f9a9d610fee31d49fcb48de3fc74fc3e7e3af73a3f43fe1bffe92f157e66a20bffd9d6247ef69f617e8edd457eeea337fcdc86367e1e53819f57d7c0cf7f98cacf4fc5f1f31b33f82ff4e7f8856f73f925f8147ec9f738fe4be32ffc97a1a7f8a5194bfc57c347f965e733f965af7ff3cbf9ebfcf24e7f7ec5cb2dfc4a7375fe1bcb8bfcaaf26ffceaa923fc1addaffc1afb327e8d8f1cbf56f605bfae7e90df0814f19b78e3fce6356b7e8b812fbf0528e0bfffa8ca7fdf11ce6f957ec2ff4874e2b7ab10f9ed704f7ec7882fbf73dc94ff4920e677d94df0bb8ab7f17bbafef0fb0ca3f89f53cbf95fae83fcfef15dfc01432e7f2004c51fe4bfe40f6de6f387085cfef08329fe883e9a3fa6a7cf1f9789e78f0ffee17f3b41e37f7372e74facebf0a7ee96f36786fcf8b35253fcd97e90ff336f8cfff307c09faf8be2cf2f0df0175a52f88b13c3fcdf16edfcdf5f1ff1d7b4eef1d72d2df8ff9e9809a4305b05526528c1e6dfcb02e90a9a40baebbf9c7927d8fafba540ce225420ffe98b40e1f1b840a1fd9340d1ae5fa0180208b6dffc2850ba431228a52408769c0d15ec54e812ec34691728abf0042a9187052a7f9e0854aba7056ad74f09d48a1b05eaa10881fa9f8f825dc3bd028d934c81961c4aa0559523d0ddc513e81eef11e88eac090cdfde111845dc15180d3c10182f3c1698908e0accf4360466bc0481991742606eb65b70e868bae01079b3e090e0a0e088738fe0e8dfcf02888da2008abe2e80c9ce09e0a52801f022568059e009b0d6e1027ca89b8028794d40ac321280ca850250d54e4096081650e22f0aa80ef3021a3d5b4067780818a9d7058c814001f31b4ec0da522be07c0f1070ffee10f0ed360904598602a1d5b440f8812f10d17e0a4e383d16589b150bac8f6e17588f7c129c0c170a4e69960b6c2fd0040ef65c81431f46e0f07d9fe0ccb619c1d9729cc0d1565b705e295070c16eb3e082cf90c049462c70d2230b2e1a3c12b876d40b2e8dd4092e9b8f0bae144f0baef4fb08dc4f780bdcdded05ee2124c1b51235c1cdcfbd028f2d348147384be0f98a2af0d527097c1700815f4289c0dff29720e8749b20f83a2808558815847abc13dcf9602ab8f3a75e107e524d70f76a9a2062525f10fdc8481003140aee05bd13c4be5116dc37fb27b88fdb2488bb262778b06f4390b0eb8a2041bf5890d41f2448764f143cfc6e2c4899bf2678d4dd2478345220487db02248cd91133c465f15a4c9ed12a4411c051997b8828c36a620f3579120e71828c8d52d13e416e909f28c3f0af21f44085e8cbd1314baab088ad6d504c59da68292da24c1cb5eaaa042ba5350715f5bf0ba3353f07a442478638d1154bd5a1454c7e80a6af61d11d436470beab6a409ea2fbf10d4a7a70bdeba21040d929382466b1d41e37fb568c22f099a2da4042d27a98296055fc1fb530f05ad33438276eb3c41a77c84a0f387aaa0eb7692a037c343d0b7cf4ad077ee92e0f3e082e00b8f20e85731140cd88f080627ef0b0617860543331d8291e6bd8291b64ec1283a45309a2c147c137909be2db304dfb5f609be5f79249890382d98684709a63cd20533db3709662aad043f720605b3faed82d99e46c142d669c1ef1db982a5b57cc1aae727c11f6925c19ff79382359b25c17ad30fc1df6b22a1c46f825072df15e1e64b0e42698b3f42e9381da174e12fa1f4f44fa18cd267a1ccb95b42d91b30a1ec4c82708b5a89504ee6a450cecc4528d78714cafb2709e55f380b15e014a182fb66a142da9070fbab7342a59978e18e209470477f8b706746ac50559e26547d7241a82e7153b8fb3854a83bb255a82fdb2e3472db29347aa328340ed2141abf70119ae80f088fe8ff165aca380bad92e0c26350572104681542c34d8430752721ec788d10165e238467b609118ae642a4e78610453f2944096e095157fa8598cc4a21a6cf5c88afd11592bb6b84147b0921ad1325a4ef9a1332692221eb4a82902db21572d20c84a28a1f42ebb8ad42eb950ee149330da18dcf01e1a9b230a1dd19b6d0de435568bffa4578a6695178b6faa8f0ecc455a1e30182d0512c233c27382e3cd7b5283c7f982a3c7f2a5de8141d25bc221528bc421f10ba65be11ba8ddc155e6d0d115ed7620b6f7cb929bc357945e8318c127a9d68127a9d74147acb8a85de2b97847e1330a1df828c30701b4718a29e2e0c454384a15139c270535961f86fb23042d55a1875a647187dbb4418a356278c79ad29bc477b22bc3f4312c62d4e0a1fd08d840f7ce3850913abc2c4a62861921249986c17274cf691102607e60a93377e0a5355868469f041619adb9c308385143eb95c2dcc543f26cc8cb824cc1ccf1666e9480a9f1d6b143e2f782bcc46ed1666fbb70a73187dc2bc4faec2bc7f9b84f91332c217e66dc2828b9b84454b286171c890b0e4cc0161c9cdfbc2d29b8dc2575936c2b2f6326179ee1be1ebfae7c2371ddf84550e7f84555ff385b5f7c784759f1684f5a678613de781b05e18227c3b451736183e16360e7c1736995d17361d9713366d1c12369b5085cdde52c2e60ea2b0a51e2f7caffb56f8feb691f0fd1719e1fbfe52e1078313c20f2f1d841f2a3b856daa8ec2364f5f615bfe6f61bba491b01dff51d8fe982deca8b61376894e09bb493f84bdbfb608bf1cf923ec4ff3117e3d45170e6ca9110e460d0807334c842397948423a59ac291b506e1e8f10bc2515f5038aeb24f38ae1a2cfc265d2dfcd6b34df86db84df8dd3c5af83da154381161219c18fa2a9c04d0c249bcae7032febb702ab14e38734720fc79fc8170a1f29870d517255c93b717aead670a37bcd8c27fe7964512b05e91c48508d1a6323f9164728c6873da5fd1e6960e916cfb7dd116dba322b93d3491220225529c96146d97ad1529bde3887678388b763cd929da312529da492c12edac1589549db244aa5efd22b5901591faa28f68972b53a431d725da8dbc29daa34913692f9f16e9f809453a0d64917ec221d1fe2a77d1fef10fa2039b502243af1a9111b35064b2db4e64523f2932056645a6175f88cc0a9d4407e51645e6db8a45871cb44587860f8a0ebff01259b49d111d851d141d4596888edf668b8ee71d134122ab4490d46f2278da09113c334d041f448990556122d4e14a11eaed61115aa02d425f8688302fe345d87ded22ec48ad08dfe42302596322304647044e8d8948f385228ad16f11f5355144c3058be8cd9a2286df4311a3de5cc4ea5011719ed48af8c87e11bf502812fc5e1059db1f12599f97175917d48a4e3a54896c963545a7738745f63f47458ec54aa273f820d1793719d1053fa6e8429e96e8e2356591abd44791ebeb8ba2cb5bbe892e0345a22b1b74915b9d9fc83d0527ba76784d747de49fe8d687db220fb296c88b7e41e4155024f2fa9620f2be4a15f96f7f28f22f4d12054c7f1405ca6c160546aa8842f44c45a1285d5198b7aae8ae698a28e2a2bd286a6f8528f64e8ae83e9127baffd752140fc911c5a7be103dc88b1625e4368912160d45492ed2a2a4e04ba294fa34d1a38bd744a9b20f45e99087a20c9c99e8e9ee0ba2a74680e829f857f4f4798728335b5794b53d52f48c401165bb968ab25fc88bb2ab9745d99d0451ee8e68d10bdbbda217374a4485bc5c51e1a550519191aca8a8705454d42b2d2a9a1e1515f32e894aeb1f8b5e5d792e7a15f89fbe7551198126aab89b26aa88bf29aa1c7b28aaf1d012358c99891acd0e8a1a1f91448d83bea2e62435d1bbdc0451cbcd0e51db694951bbcf3951e701bea8fb6cada8e7c4b8a8e7e21b513fdd55d4ef1a22fafab547f4f5d7b26800592e1a082a150d1afb8b86962e88864b964463dbcc4563f91cd1b8fa66d178d54ed1f7574cd104be5234719a229a84d3443ffe9bbb1fe6b744b376aaa2d94545d1dc9e1ed19c4ea468ae695934f75b52b4f056245a14fa897e8306a2df4d3cd1b29db368953523fa93d12bde64cb146f5a2d156fbe5d2e9656f010cb94ab8865fdb78bb7cab0c55baf3b88e5727062f9ac2cb1c20b2fb1e25a8078fbadfde2ed6ffcc54ac7b4c43b0e588a7758cc89775c3f23de91754abc13e728dec92b102b23616215cb79b1eafa98584dd954ac66fe4bac86af11abc72e8935ac5062cd6b0a62cd218c58abefb25807a526d63d2714eb7efa27d69b6d12ebcb6d13eb0fc589f76eed11efe5ee10ef3d7b567ca0e496d8a0c8416cd4b54b6c2c7f526c7cd65d6c32bd496c569326361b258b0f96a78acd3f3b880f97de121f697f27b6b8705c7cb4f7b6d8ca2b437c6c5b97f858a4ab187a2c5f0ccdd61543eb4e8be1aa5a62609fa61891a52746ae9e13e374acc578430d319ed02bc6db778b09c72ac54413673191d32c26bfda25a6e025c4549e97982eb922665e51100bb49e8ac50aad62f1d15cf109ff93e2136d80d8da65a7f824302db6197c2d3e75f1a5f8f4d7bf625bf329b12d6fb7d8f6a286d86e4c5a6cf7db596c6f9f2eb6f7fa2bb6ff4e173b78026287578d6247ce7bf1b9c73de2f3dfa5c4e7a72bc517e005e20b934ae20b0b53e28bc463e24baa79e22be165e22ba3bfc4ee40bad87d64567c4d9b2ebe76a85c7c8d6928bed671587c6d052abeae784d7cdd2f5d7cf31a5d7ceb9eacd8a3ad4dec69a02df68c37127b191a8bbd8024b1d79328b157c54eb1f71913b1cf8dff315c9ff1587f5100c065a7610bd92219d1946494110db4d0b3f7de7b3f76d92b2d2b229215a50891ad229499868c1245cac8e8ff7ff1fddcfbf277cf39f777ce1d004817960021213b0021efc180b04f6c40d87804209c2806843f05032236af02227cea0011fe3701917a370051ce4a8028d07540d49bcd80a8be6540343f0f1073420c88817b03623e2a00623f5301b10bb280b85e082099120548e928055c27ad006e1c3005dc386303b8410d00dc5c9900a42f680132fc5b01991179806cad16c09d37370139eaaf0139454980bbb8294041f61640e1cde380e25e16a024f005a0447c0b50328503546c22002a86fe012af765022a5f7c013cdae20e783ce5037892dd09784ab3073c4dde0ca8aef803a8c99f06d4fc8a06d4ac25029e5d3d0fa875b301d4befe0aa86b0b00d41f8000eac3a580e71d758046dd0540a3d143406b5624a0f56325a0dd4506d051c602bc34dc097875de0ed0f52404d06d6d02e846aa00ba5f5f07f42896007a59ee803ec45e40df2c09f0766304d0ffba1730e0b21730680f070cc94e01864eac0186869400439f14012349070023bff700de0b7a001f0425800f65fe80cf7809602c410ef065781a309904044c162b03267bf880c9a565c094c766c014dc16309d7f00f03de33de0875234e0073616f0f3d227c0cf2665c09cb92760deee33609e4f06fcba7307b0507b1eb028670058dcdb065876db045841e60356060e0156cfbe00ac76f600d6d68e00d61f8f00d69b26011bae44c0466d28e0dfa111c0bf633b809bdcc14039140f285f2002cabf000215aefe022ac4da02159bef00959ee60195731280ca7f2d809b03e6819b83d5805b2cef03b7aae0815b2dd8c06d7a7780db6e90806a4907805ada52a096ce0a50e79a0c50f7e469a0c1c028d0a8f907d0a85f1f687cf619d038341e68b2b7166876c71eb87bf417d0ca5004b432390fb43a700e68c58e015acb8501ad3b77036d5f2c01ed4d314007d5fbff7b0374e0a281fbb89f8007468e000f1e98011eb26b031e7e2a051eee08051ef1f3063a1d68033a7590804ed349c0a32db2c0a3f39b80c7fec2802ef66781aecb494037fdcf40b7e67340778405f0b85238d0e3cd6fa0c7477fa0e7d54f40cfa643402f3604e8f55b1378f2140fe8d3b70be84b08079eda9b083cc519029e118f01fd567480fe767f80fe651460c08fd7c073f70281e76d158117f63d005e74ee055e7c6702bc38a30ebc94ff1b18f8fc053048f52c30e8e749e0e5f1074040b70408f2d80f044ddb01a17bee00a107e94068d53320fc662910def517888c610151e40420aab81b88de0503628cbe02b1c56820ee840c10171f05c4bb7c02e23f1c0412cad38084e79540e2c74020796805481dba05a4cec701694a3780b4584b206d3215485b08073282ba81cc662a906da50d641f5f00b2039c801ce72d408ee03d90672301f2a7168002f33f40814b3e5072de0b28f9be0694da3d044a37ba8021616f8121f54ac0900f6f8021d3edc0f0bc63c0f0373ec0f0f743c008dfadc02b3eef8057c46780319e8ac0f8241e30fe7a1530beb40c98583c004c2a3d024cd649012643f1c0e4e837c094133ec06b3947806987be01af7fcf03def0f205de0cc5036ffe8b06a6ab6381e931df815915f5c0ac7f7060f6f97fc0ec10156076c90c30e7f97160ae0707982bc807e631eb8079499b807973dac07ced5fc07bc445e0bda8356001c61f58a8a90a2cbc280f2c4cf90b2c6cfe09bcef9801bc1f3a052caafe0a2cf6f702969ed102963ebb052cbf9a0a2ccfcc0556da32808f3d6781551ba1c027fd1bc06a4b1eb0e6320df80cb903581b4e07d6d577001b0a6f001b77fe6ff43bb099ef006cd147015b6ce280edf74b801dffd753a78a18d899fb1bf8b2370ff88a990fec760a01bef97c16d813a509ece97e08ecdd3507ec4d3e0aecfbdc0e7ca797057c976b07eccf4400070f4402073fcf0347769a03dfffb5048e7e7d04fce0b41df8b1e324f0136f09f879dc16f8c53b1a38b1e9087062261b3859db0f9c5cdb0c9c32dd0cfc9a9d0f9caebc029c6e69047eafb0007effdd0c9cd995019c09c7036792ea8033398bc099b524e08f5a5de04fe467e0cf2847e0cf5b6ec0f9f9b7c05f72b2c08597ebc0df7af5c0df2711c0dfb41bc03f1617818bb4a7c0a537fdc0bf6dd7816b97ce03379a9c4132ac372005a3fb20e5f527a0cdb651a0cd923cd0e6de0fa0cd7d26a02db925a0ad6225905af511907afd759086e90b90c6250390e68f3a9056f97e90567b1f489b9e00da71c90cb423fe04487753374877673148b76119a4e7b505a4f7000dd24f3403ed3cd100daf9fe27c834e01fc814f61064faa61464267807322f65827621874116b0fd204be72e90251a06da7d8204da63a20bda734515b4e7051fb467d008646d6203b2ce7600ed53ad06ed335504edfb8907ed9f7f043ae804031de46b810e1d1c071d42ab811c957e801c7749414e5b55414ec70b41cea00e90cb255590abdc3f90fbc437d0f19323a0e365eea0134047d0898fb9208feacd208ff16290b74200e8647104e864bb3dc8a7590cf29dfa063a238c019d85da81ce56f682fc375641e76d7440e78fd24017c50cd0a55e2828f0340614c8c28202530f83822453a0e0ca301030e6260842da0b829e0b07415fbd01c124db4188784310e2b70d08b144042149a920b460068469a78370ec3d20dcad6e103e671e845f9a041144b741c453aa2062a62c88625701a2381c0651cee341548757202aed3e883a9b0ca2e1bd408c04318869990c62152881d8bb6e8338175a40dcfc1b20fe016d107fc10a244c7005497215402187ec40a1879b40a195d1a0d056795058ec515064381374e5c675507463182866e9152856320c8a430683e22fe78312d2fb4009af9541a972ada0d42824e89a7a22e83afc09e87ad114e8fac759d08dcf3cd0cdc001d0cd6912e816ce11941ee304cad83208cabc3502ca2a6c0665dfba0dba830e04e51af041795166a07c902628ffc61f50fe8b6950fe7237e85eaf31e8dec4395081e20950818f045450721c74dfc20874bfcd11f4c0ca1df4c0f630a83836155452ff09546a650f2abd030195913e801e4eb8812a1dbc4095e05150e5da07d0a35308d0e3ed6da02a7520e889b70be8e9773f50f5ad53a0ba1f1850ddea2f50a3010fd4e851086a5cb8096a7a58036a7e16086afeea0b6a357202b5269d06b55199a0b68c2050a79003ea7cf11bf44af813f46a703ba8cb6a37a8cbd512d495f3bf112350b74f05e88dee12e8cdb50e506f351bd4679a05ea7bb519f46e7c10f4ee5f11a8ff563a6830e00968f0ee63d0e0921c68a82a16349c950b1ab17a011acd7e0a1ab3fc0dfab2f52a68fcc863d038f929683cdd0d3411e50d9ab8610b9ac8ec034dda4782a64291a0a9849fa0e9eb72a01f5a4ea01f002168bef31fe8b7cd07d06f1a09f4070106fd596482160d7781969f9d01ad3c8281febeb003fd9d5606adef7b085a17bf02adffbe01dae876016d7cfc0d9671390e9625c98065af2b82e51dd96085ea52b0a2a51958310d0256ec2c032b41d2c04a35c96065b30cf0e6681178cba14fe0ad385ff056f13a785b400f785b8423785b6a1578fb9969b0aad401acfaaf0fac66900456838ac1eaeb3fc11acf0f82353eee056b3a8f80351f0781b5a40fc15ae10e60edd3eb609d940cb0ce8b19b0ce9b78b0ae511658b7080cd6e3d982f5528bc0fa9ae1607dfb49b07ebd3b587fca1e6ca8db0a3634c0800d972e828d584fc046712fc1a688fd60d3e12760b37b54b0f9f073f0aecc64f0ae4fbd608b983b60abcbe3e03dcf7ac0b621cfc07b5f5981ed47bac0f6df92c00eec4eb0c31f7bf03eb42ff8408a0cf8c04755b0a3f816d8b1b60d7cc4b6157ce4de34f8c8f209b093e320f8e88e64f0311b29f818f32cd865b519ecfa3907ecb66c063e5e7b117c4284077b60ce803d2d96c19e8fadc05e176ac1de66a560efc019b077c579b0772f097cb25217ecd3a20af6590900fb26da837d17f6804f6933c0a7da3ac0678e2681cfaa8682fdfe8e82cf237783cf87cb832f2c0c82033d9ac081cb21e0c0d55970b0ee7ef065ba0118ac9e0086e4b98021afb8602862160c3b4706c35ae3c10835073082e8084669bd07a39f41c1986fd6607c402b189f9e08c6775e051364d5c1440b20985c5401a6fd3005d3ede6c1f4261298f1a007cc94a78099451c30fb8f1b9813df0de63c7e0fe679bc02f3776c060bba7e80c5be3fc1e20f256069823d58da8e004bc7ae82435e70c121431ee050a33a7028c1081cfae514386cc708382262011c91a70d8e8c3401474e2e81af2aa980af163c065ffddb088e317f028e3d79151c2f7e084e88d601277a6e0727f1fbc1c97fa7c129381a38d5431e9c1ab9059cfaf92af85aff26f0b54543f0cd537fc037ef45836f83ff826f274c836fdf9b03a7974480ef9cbe0fbe533103ceb11d01e794268173dda2c17721c6e0bb9864703e7f0a5cb00d0dbeef77027c9f720d7cbf81052eb23e0b2e723a032e6665824bda12c1a5caf9e0d2650b70f91e7770b96dc0ffaac10fe536831f229f831f4606832b0fdc003fd69a0157fdc9003ff11c003f3997067eca6080ab2d1e819f9d5e023feb2a043f5b15816bb1e6e0ba3929f8b9c753f0f34b35e0e7c4297083d76d70435b33f8c55c1db869ad1edc6254026e3dff0bdc9a6c076efd4807b7ddac07b78f18815f1ece01bfb2a0835fad3d03779d7d0bee22b480bb6647c0ddc377c06fdce1e0372c1d704fc16f70efdf37e0be8004f03b3326f85de93478e0e40278b0662bf8bd793cf87da5003cdaa700fee0620bfec87802fe581601fef8b4063c96760efc05b11b3cfee6307862f02378924b054f66e882a700dbc05fd94be099dbc1e09fb876f0dc0503f0c2fe2cf0c28d9be025b928f0522d1fbc3cb61bfcf77a03789dd500feb78903fe97ff05b2498c80c85dd683c85f0c8228806e42141e344094235f42946fd54354d8ef202a0f1f42547ed740b6780a215bae1f846ca91c856cdfde09d9de710ea2665e0151cbc341d44aca20ea7553100d99368886fc2688c63217a2b9fc04a2859142b448ff203a444bc88e413464c7a70488aebb36440f7400a257ff0ab2f3522d64679313c4606927c450970e31ccff0031aa3a0431ea8985186b55424c28e51093aa4988c97034c474ff758859ce3e88b93911624e7903d9e5c58758cd5741f62ca640acef9f83d8ddad80d8950541f65afe86ecbd670ed95b6b06b1ef1b83d8af8f421cb68443f65dfb06d9cf4343f67faa821c3e448338b61c84380e79401c3f8c428e88b110a7dfb59063ec7310d73502c43d9a0e71bf7d0a723cc01de2b1f21ee2a93c02f1446a433cc335209e0d27219e331088777c27e464e657888fe73ac427f528c4f7ed51c8a91dd690331acb9033991720676d26207eaa7b207e15569080c624c839d502c8c56d36904b8fd62181555a9020521704aceb0b0117cb4060ea18084c0b02818d3321f00e1508dafd0b041dbc01c1447d8660aa5c2098654f086e9b3e042fa140f0453b218443eb10d28b8b10f2cf3a08e51d0e42e79c87303566214cc02a8419570d613f4143d81b91108eff7e88a0fe3644949b0409f37184845fdf0f8930508144846d854469d440a23eb842a20d5321d1bbe190e80f069098c39390d8808390d87728485cbb181237730912af7910123f990f899fae81246c0a8124ca5021c97224484afb3a24554a825c93f1865c0b7f02b956360bb9952084a413bb20e9e96848fa5d6b48a6b13c246b2b1092d5d40bc9260f40eed0c62177368221b9399190bb672b2079767cc8bd8b8720f76e98430a4eb3210597c320854aad9007122548499d2da474d32948b9bc3ae4e195679047fcfd90c76e5690c74c79c8e3bbe720556c47c893bdca902719769027b55a90a7c05448f5a18790eaa31e901afe33c833da66486dde2b485d2f1c527fe725a4e1461ae4c5f50148d3f04b488bfc334887423ea4a39b067979c80ff2b2a20dd2f53b14f226fa31e44d0a06d263de05e9357184f486ee81bc35b902796781830c88de4306248d90a1280bc8885b096404930019ada8808c7ef802f9f8fc24e433f727e44b0a0d327efb0264e2390d32c9f5867c3d85864ceb8443beff1a85ccec8880cc6664417e520a203fdf7942e637e121f3412d905fc7e720bf05b590458118b2981d0459fcd404592e780259ee3f0159d14b84ac8803212bc5dd90bfced39055d94b90550b07c82a2412b2c6e143d6fdf640d621df21ff4a2e4365a1bd50b97df7a07211b350051539a8c29745a8a29a0c54b16611aa241e832ae56742959a5050656555e8e6360054a5190bdd92ac01dd4ece87aa3a294255833e40d5344550f58c11a846b40f54230602d5dad605d559380fdd01380addc10341754577a1baa59fa07aeec7a17a6d3e50fdf848a8a18911d448fd30d4e87c37d4a8ff16d4d4bc186a2edf07b5b0cb875a3a3941ad6889506b87df506bb106d4f6d63ea86d9500ba0f5d01dd37af04dd7fee04f4806336f460d96be8a1c0ddd0433f16a1873bb6401d5fe9418f3c40438f9ed2811e8d38083d9a630275a6fd823a7f70811ee3e543ddd634a0c73388d0e3a52ed013f27a500fe30ea8a77334d46bd353a8f76e75a8f7d522e8499e107a3286043d397100eae3e300f5bd7316eafbfa1af4d48f3ee819842cf40c250d7ace673bf4dcf7bfd04b258ad0cb41c350404d3d14c2034361d9b7a0f0d42c2882b40c4596dc8422d7995094291d8a82374331437550ec9a148a1b2985e2ff254209d91c28e123084a4ad90b25a59f8752181d50dadd075066742794a3ff1bca05ec870aa14a50f189875071793c54b239142ab529834a0526d010db356888870e34e4f24b68e84d276868cb6168583f1c1aae7f0b1afe6d373452a3081a696b088dec780e8d1cbc0b8dc2df8146558c41af6cfc865e459c8546fb6843e3a647a0f10197a189d65c6862d706340958054d1245439322aaa1290710d06bc832e835fc18f486ae0ff4e6f30bd0dbd96ed0745955683a1df7bf456846581234639e01cdf4f08466696943b3510ed01cf06d680e4c1b9a9bed07bd7be602342f6c165a8078032d68f185160558428b42fca0c554476809c5155ab6d3135af97219faa8321cfad8db0f5a45fb0d7d42dd0a7d92a60d7df27e3ff4e9a758684d801db4667a025a7b48165a77f136b43ef935b4bea10e5affde15fa3cf704b4e1520fb4f14e30f405b91cdad41e016d3eba15daf6e80db4ad930aed303584768cd9403bcf1b423b6f58405fdd8a81beaa0d83be6ab8007dbd3504fa1a9200edda6408ed628e43bb4264a1dd9f52a16fe63ba03d6da6d0be692fe85ba3b3d0b7cecfa0fd0b03d001e605e8fbfda9d0d16b4dd00fdbae413f9d7f0ffd843800fd5486828e6da9808ef90542c7bafba0e39137a1e337be41c7ef4440274fab4027095ba1934f92a15f9f3d837ebf7c0afabdad0c3a730b069d45d2a13f109dd0f9edf7a1f3cb0fa0bf0a9e41171c33a00b7921d0df6662e8e258257409ef095d3e7f0eba7c271abafc7f9c96dfa1a1cb6b86d0bf363ce81a712b74ad5d1d26238c826dca20c136fdb481c959b8c2e4ba8b610a838330c5ab1a30e5841a984a71046ccb9710d856ac366cdbfea3b06d0823d87662354c157a0da6be2b0fa6011987695e34826929c4c074be88617a7200d8ced3b9b09d510a3003592398c18e1098c1d52698b10914666c5301334e3c0f3301b360a6fb4b60661a4a30b33e1f98f99d93b05d91c6b0ddcd50d8eedfee30abf956983d4513e6f0f017cce11b0eb6efac1fecc0fb2ed841f225d8a1b6059893bc02cc79d014760ca8027339960c73db2a0373b3fe0ef372568179ff1c849db4bd0df3093783f95618c04e4d44c1ce3c8a819d19bb06f3e304c0fcc31461fe190330ffb997b073743dd8454b1958a0e10318e0c2140c803b0d034417c200b92530e09e6018eca7020ce1120d43568860c8da5b3014a201863ebf04c3dedc01c3b66c83119e8ec228e56418f554218c9a5c0fa3e9aec198570ec0b8ea4f60dc1b0c1877d60226f46e83093fed828974a661a2906b30b1d66998986d0d93a20a61e15a0760e1969b61117f00b0c8a3df61574ecdc3aede44c3aefe3187259e7b0b4ba4acc252a69ec05247ab60d78336c3aeaf8ec06eb8ee80dd743287656a3e8065d2b1b02c8763b02ce47d58f6d63e58f60e322c87700e967bec282cef8b02ecde902bac20ea38acd0b5085628d8092b0cff052b2cf87fbf6a0f2b32bc042bfa100d2bbefc09565cf20056b2f51aaca4c71f56baed0facb4d11e562ee4c2ca4b1a6015a13ab08aa63058c5c43aacf2ba0cac4a751fac4a0709ab824fc19e944ec09e5468c39e92d3614fb36fc1aa9163b01a321df6ac89047bf68a006bb81f066b68db0d6b0e780b6bfe0881b575be84b50d6260edf1a5b00e3e15d6712d0dd6397a18f6925302ebd92203ebfd6c0feb8b5284bdad63c1def9c4c0fadbc1b0c177aeb0e11f68d8887b23ecfdca35d8e876c2ff6661a389bf601fe44ec23ebccf817d74ad857d793c059bb0bb0b9bb41e834d99b6c3bead3f864dab3c807ddf1c0bfb6e02817dcf62c166063d61b37360d80f430bd88f8d23b0b9c87cd85c973aec77f0006cd1a805b678320bb64a1b85ad1389b075de6dd8bfb1adf04db117e0b2bc55b86c8c055cde5d07ae44bc0857d9710bbec5bb13bea5a100ae9a5c0357abf684abf540e06abf7ec3d5d72070cd295fb8d64d1a5cfbbd055c376a375caffd0e5c6f4104d7bf9f0e379009801b1eb90237528c841b3dd90937d64a831b5fbb02373198849b143e809bcadd809b3a95c04dc927e0a6c3d17033935370b357b670f3da29b8f98c067c97e102dcb25f0cb7fa711fbe075206b7ce1c805b7f07c16d8a87e076382cdc5eb7116e6ff705eec0c7c10fbb3f811fa630e08757cde18ec618b8a30408772c69811f9974833bdd3d0a77facb861fe538c18f2eed87bb189ac3dd1cf7c0dd26efc3ddb76c871fbf4a857b14d1e1de317e709ff26cb8afdd14dc17fc1b7ea64d117eb1aa091e681c090f04b6c203bbbfc0032717e1c1edd3f0cbc9cd70c0f9363804bd06873999c291b36670d4773b384643168ebff3174e881e87137f84c249ba13701257194e93ab81336ae7e08cf91a38fb7b179cb7a30bcebfaa05174d82e1623c152e66cfc125936b70e9bf727848c8697848f71b78e8b95078e8ed4078d8fe0ff0b02c1e3ce2ba3e3cd24b04bfeae005bf1aaf008f193583c72caec3632fe3e1b18d6ef038c75df0b8c93a78bcce323c5ee20c8fbf770c1e3fa1024f38140c4f283c0c4f4cd28627a508e0a921fbe1371e6bc16f8cee87dfdcfb097ef36508fc76ca77f8ed7a2378966d3b3c97fc179e9b2e86dfd5fa05bfa79d052ff8780e5e2846c0efe306e1c59b80f0e2d817f0e2b47ff0e2353f78c9502bbcd4f53abcd4d7135e3ede047fa8690fafb89a03af58a6c02b4d51f047d8cff0c79173f06a8923bce6413fbc361a01afcb7f0b6f945c82370d94c29b0f7c84372ffc8137ff5b80b7d4a8c25b0638f05693ffc7f3bd3af04e551ebcf3380afe5ac705fe7aa20afe7a231ede6d7118de1da905ef1940c1fbc4f7e1ef9c46e0ef1a33e003c642f8d0d74cf870900b7c24ed1a7ca4cf0a3eeab8021fdb1a01ff22f70cfec5680c3ed1130a9fac26c3bf7e83c367401df099e2cff0d943fef01fb2d1f039ad41f89cb727fcd7583e7c017a0dbe801f872f693c812f7df381afe8b7c257331ce16be144f87ad84bf846500bfc1f290c21c3788f902d3b8d9093b98b90dfb48c903f5288905f0420141a27104ac14508e55e6fc4e611caff92105b545f20b6ddfe855035b543a8a94311ea27e4101acc0308ada20584b6851b42e7441862c7eb3b881d0b5711ba6efb10fa2734103bc3ab113b336d110689b710062b2608432b6d8461afecff440893e32608b39a658479e25184f9430ac2bc560b61d97605b1fbf365c41ee44d8475e12cc2e65838c256868bb06d3f85d8bbd68870501f41389c2d44383c8c47ec8be845ece7fb210e5ddd8a3894e98a38f2d01de1b4f924c2191a8e70ae20228e85ed41b8461b235cbfe820dcd26b11ee0623080f253384c7b35984175205e195e684f09a7f83f0b56a43f87ee4224e4d8e21cebc8d429c25f2109794d1884039062210108c085251400415dd43005c4a104062320238e48780bb1210f0737a0874cd3e0466ad0a81fde085c0c15511f8e8d708c2051f04c5b1194149662128f35404eda51d82b12712c1fc0144b0c253111c450182533c87e06ad820b8dd0608be0d0b21825c418872ac1012c52644889b2322544a478485be428457311057cdd71131fb461131d72e21628d0b11b1c93588d8ea0544ece77644ec643d22cef50722aeab0e111ffa0991e07b00915898894862c922926e1f4324775e40a4862623521fb010d722ad11692b671137fc6e206edc9c43dc0e8c45dcc6b622d2ad9211e9290f11e9edfd888ce72444c67a3d22d32c1b910db882c89eda84c8217d44dc95ef46dc9d5346e4fd6941dc4379230ad3da1185af7a100f5e24234aac25880a4d3344c59579c463b944c4e38b7b118f17bc104f3fcb21aa73b310cfabbd110d2bb98846f8314463643da2b16800d1f8cc0ef1827715d1a41f8f687296205a2e9822da2175884ed155c4abb620c4ebe38f11af579a115d72fb10dd4f35106fde1f41f4fcdfdedfca7d41bc0d7443bceb5746f4133d110373018841ae1831546b8178ef6385f8a0f41bf1c1d01bf1f1711ce293c276c4a4450c626a3f0df1b5fb19621ab28c98fdde8d98db398f983f0543ccc74e23e6bf94227e396d462cbcd440fc7e988f583c598f58e43720562c3188d50b4b8855110eb126ed47acfdde8358d7b98ad8108622368a6d10ff145f21fee5582265542f2365ca9490f2764a4885d37f918ad31ce4e6410a728bec4ee496be29e4d6583a72ebbd09e4b61617a46a0017a9fad40aa96e9d8254e7aa22359a16901a538d488dd53748ada8b348ade8cfc81d092648bd3dbe487d7e1c72677a3fd260e73fa4e12f75a4916914d2e86831d2581d8a34e6d7224dfc479126933548337731d2ecf726a4c5b664a445a632d272b80e69f5240fb947cd12b90789475a072e23ad59bf90365106485bede3c87d7b1e210fa48a9187d5f59187abfe211d93a4c8239b4e229d1bcc90ce3f57902e39fa4897fe56a42b5f05e966f504e9914f467a3abe427ac5a922bd32ae23bdd68d91deb3af903ef67348df7a31d2776d0379ca261079ca018f3cddf80b79f6c008f2acaf31d20f2c83f48b0722fd19179001976f20cfd9ec439e3739813ceffa0f795e00455e34112103852f90410d1148e08e13486003000982c92341e20224d8188b043b0520c1011548f0032612f2761409d557434283cd9030c20212c6f882442a962291ae1548dcf15124feb016925ca38ea4ca3920a961e3486a8f0992762b1649e708918c537d4846f25e24a3ea0d92d7bb05c95b7b82e47f0523058782904283b348d11d15a438a41629b1788d948c1f424ad30c90d2b287c8106d6f6408e82e32643a1a19a6834586bf18474604f090114159c8887c1564e4f60fc8a8f45fc8a87b36c82b1959c82b4fb0c8ab46d7ff37838cbb2444c6bdf246c61f0722e3f30c90891c2632cdb61a9956bb1b99363282bced2f834cdf2241a6dbf520d3c3f4919998706456e03564d6f801e49d041432575084bc7b48842c041d4516a92c218bb46c9045c7439045dd24e403f906e403357964b1eb2cb2e2a200f978cf3ee4e3f074e4e3f17dc8a7e435e4d3d43964754b03b2761b02594bd745d64add9175d71e231b025e205f345a225f0c9f47363d6b4636ad36205bb48e205b6851c8164937b235df15d9b6bb1dd94ece4776bad7223b617b919d237f91af2eff43be1625217b5dee21fb8e03907d991f906fe592916f432e20fb35e390fdde95c8fefb11c8fe695de4b0c22c7264f1327234e136f283d669e487d664e4c75410f2d34763e4677f2cf2f3452be4e79a12e458320339d694871c177c464e3232909305c1c829b928e4d4576fe4f4c207e4773b3172068645ce425f207fc29a9173ec71e46f6b2cf20f8483fcd3f814b948d9895caa55462e7dff8a5c713e8efc3b0d42ae05a622d7b52790ebfb4e22ffdd0b44c9142aa36416b7a164c9b62879890a4aa1791ab5991f8f52d9118152b1a846a9a034515bee19a2b6ae7e476dbb1986da56f618a50a4e47a996e3516aef56511a1109a81d5bc651ba4ed528dd5e4f94de8e78949ef92e941e1e80d24bb88232d4dc84322eca42197f9d4599149ba34cfdac50bbd62250bbd5dd51561521a83d720aa83d2ab928eb1fda289b6306a8ffe73dd43eb383a8839bdb51073ded508736ed471dd9cb41394d77a29cb33d51c7b696a28e1341a8e3a973a813b70750273a2d50272686519e0bef515edf5b50de8f4528ef5607d4494708ea243d05e50300a2fc134250e710cda80b6a275017cf1c475dfa9c890a0229a2827e8ea382839fa0827f5f4081a5f128c8c4060a9aa18082e9e5a060adc3288c260785f98b41e13a1650f83de751f8a9201429ce17456e714751369a50d462368a76260245eb3740d1995751cc072a28b167074a7cad192549184149c6e450d2942f28691118251d64a0429fdaa222f6a8a222fb0fa2625c6d5031a7cb51712f0a51f180dfa84485705492c6282ac9ed162a05e28e4a898943a5feae425d8306a1ae49da50d7eaffa2aef50950d7d55a5037ae57a26e46ff45dd1ed88e4a87c6a2321005a88ca95654e6de0954e6a17454e6c55a5466aa192a6b5b072acb2d047567d80695fb440f95675780ca2b4942e53fad42e5af9e46155b57a14a9e84a24abbb25065bedb500fd35d5015877fa22a205aa8cab83ad4a3cb38d4e3d7b3a8aa2b1f514f1a62504fd165a8eadd375035692aa85a1367549d061c55c763a11a6ab7a35ed013514d3bffa09af7dd4135e70ca15af5b6a35a07d4501d385d54c7720aea65642fea95a016d5a57f18d5e5ed82ea12d7a1bad67350ddf903a8374a8da837988fa8b7ea41a8b7f769a8b7036ea877c69da877c421547fa437aaff7e366ae0de66d4e0d116d4c8d97da8919c13a8f726af51a3666ea80f379d501fee2fa13eeb06a13e27aea3beec0e457dc10da3be5016515f422fa2c60fafa2a67a6fa1a6abffa0be2b58a066062a503fb56b51f3afeb51f36f2351bf8293510ba5ff500bc321a83f4fb2518b0d9b508bc3df51cb0e5f50cbe3eba8e53f89a8d5eb71a8f5a6afa88d0716e84d71efd09bfa86d0726727d172083bb45c77035abea10fad1047472b9e63a0957f7e44abf411d15bb6f5a2b738de466f79791fbd15b40dbd35c50dadea9e8056fdb41fadb11081d63a518cd60e6f42eb3549d0fa45c568fd6511da4066196d9849431b568fa10d5f9c401be96d451b37e1d0661e9fd1660267b4b97301dadca3016d71dd1b6d51a485b628de87b6f4f882b6bce083b6c41e43ef8ebc84b6091b45db4c81d0f6277ad1f6679ea3f7dbd1d1fb394fd0072c88e803ef3cd007cfbba20f2639a18faac9a09d8b6dd12e2fc6d16e5bcea2dd8ea7a3dd7ef4a1dddd06d0ee686ff4f16a39f4899651b4979b0edacb27197d72473ada677f1ada07da86f63dad873ea595863e154a419fb5d746fb9d9345fbdbfc415f3c6987be9849475f9cef415f52e4a22fed798dbe5422450732eea18374dfa083046c3460c01a0dace1a04125fbd0a01f8e68d0df2368b0a6191a5ce883867c388f86296c45c39532d1f03dc96878f9121aa1ee8646eee5a0d11e7c344e700e8dfbf50b8dcfd74113153868e2f67134d18d8fa6ce33d0349d6368bacd2f347d8c82661eda86667a21d1cc8c7d68e62b1d340b8746b3285fd1ec6f7bd11c2201cd4d2a46f30066681ee5265a50e78816f445a2850ee368f1413db4f4ac323a3414848e50b647475cf9848e5cfe8dbecaca46473771d031145d742222019d726a1b3a0556814ed5d4425f5741a16fdeeb40dfec8c44df3eae814e27fd4367ef554367b33ad1d9e522746e7e2dfa6e7e063a4f45199d2fbc80be67f50f5d142c401797f0d0c553cfd0a5ed86e8b2b85174d9c25d7485c95774c5cfefe84a8c13baf2cf07f4a367d1e8473f78e8c7896ae827d26ef453d5fde8a7611be8a7291c74ed1e2d742d21135d7fd806fddc671cdd680f4037e624a15fd4a2d14d9aa3e866d55c74f32416ddfe7715fdea591afa35f10ebacbfa18baab3308dd5ddd8aee71e841f770e8e89e1412bad7878deee3ff46f7f5ef41f78db6a2df596c41bf2b67a38796d7d0c3f231e89140217a1467861ecdfe8efeb06e86fe12c8437f41a3d1136608f4c4db4ef4940c11fded3a19fd6d39113df3640c3df3e200fac7d646f47c20033d3f7306fd5bc916fd072b875e8a83a0570232d12b6f70e835f3dde875e569f4866415fd2f4601fdafe31cfadfbc1023e3f6042313db8f91e918c0c8ccae62647e8561e42d8c30f2ee831885a3e5ff1bc1285de062947fcf6394977662b6f8b763b6daaa62b6ab7463b64b4f62b63fafc06c5f77c7a8065dc5a8022f62d46e1760d47a6f61d4830c315a94e318ed67c7303ade588c6eaa3946ef3704a3b7b480d1f7aac0e8dfdbc0ec5c4ac318ccf6630c6d3118232c17632a41624c47b8985d7d8a184ba5bd184b4d758c558608638db2c5d86cd3c4d8d6fdc6d8210e61f6ca9cc3ecc30a31fbe30a3007a8399883d3af3187f6a8600eab29611c5b653047825a31ce9bb231c70e5dc61c0b3b8d39f6632fc625a61be399f90be34d7d8c3919c0c79cecb9853915df82399dab8d393d761673c66e3be64c611ec6eff52e8cff5a19e6fc5e5dccf9bf1e980b973e632edd876302bdcf6202259d98a07155cce5534b1880888f01c96231e0472318f0cb6c0ce42906033bd78d818ddfc6a074dd31a8a4300caa0d82412bfec6a0fb0b3198035e185cc4730cbebe0c4372adc390c86730a4ab773194dc8f187a140543aff4c030971430ec632518f62a11c33518c270bb8f6278ce0730fcb1528cf0481d4628a1634486fb3162dc0d8cc4db0713b6ac8809cfe56222eebfc14421ee61aeec0bc25c81ac60aea07660aeb42e62ae9af763ae92b531d1577098b8d5cd987805034cfc153f4c826d2f26b1c61393ac368e4995efc7a426523169233998f4b0064cfa241c9383d3c1e4855660f2c3cd30f90fa598fcae2398c21408e6febc37a614178d293356c4941db98029e74c611e8ea330951f3898cabff198471b44cc53e5ed98a7f791981a2b30e699011ff30cf518536bf70f53076bc0d495bfc7d4bd1dc1d46fdb8c691895605e9890302f16f5314d7a1c4c934b2aa6f9dd2aa6459488697d81c6b46d7f8d697fb98c79753010f3fa0401d3d508c374f51462bafe2861ba9928cc9b80764c0fcd07d323c8c4f4fa9ec2f459c562fa1e1dc3f47d7d81796bec8c790b1ec20cec3a8c1970f98419985bc60c3d91c70ccbdcc50c176562861fbec3bc075230a37eef301f16c1984f13d73063638b982fc7c630e317ae6026149531134dfd9849cd5ccc64800f66b26d0b660a558d99baef87995a3b83f97a1487f95afd0df375391ff3ed4c3c667aab036666330333eba180f9715b0f33971286f9b57f0af36be91166e1fb6fcc9f263dcc62460766f1c16bcc62b53f665920c12c67bb61561c13316b9a2698b5eb30cc5a9923661d128cd990b7c76cd8a3301b8883988d97ae987f1742b1328f07b1b20e70acfc794dac7cc156acc2483e5629661dbbd9ca00bb79a90dbbb5e53476bb231fbb7ded075635958f554dfb83559f18c36a3c0ac46a3a1a61755463b03afe6fb13bb6aa617798db630db4d5b1863eb258e33b08ac49c91ad664e00fd614761f6bde5884ddb53889b53c6986b5ca4262ad06e5b0d66a0d58ebaa11ec5e5707ac3d5e05bb9fac8eddff6a0c7b60c76dec01e07eec813077ec81ca3bd8434d615867d30aec31cdff3be3a570ac0bd611eba6dd81758bb4c4badbc960dde962ec099d7caca7f277ace70d12d6abd10a7b32d51deb13fe1deb33720beb7bd618ebfbfa25f6d4451fec19f129ac5feb73acdf6c03d6bf26061b706a2b36e0d50decc59fd6d8c0cf81d8cb33b958c0b7082ca8fc22169aa18985b601b1d0b1212c7c673a16e1a885451a9dc3a27c12b1a82612162d4263315b5cb118bdf3589c7d361607e5638938372cf1cd0b2cf9b72796d2628565fe8ac2b2e206b0ac14592c3b8181e5506e61b9658558ee77392c7f9d8c1532c3b122f954ac1882c24ad47e62252c10561a1b86957e388895ce1ec48666dfc1869d0060c38649d8b0793436dcc8051b5ebe888d501260230fbfc74672c6b1511169d82b287d6cccde426c4c01191b37d58e4df2276193c985d8949d96d894a339d814e9736ceaff39bba6d7834d3b9185bd1e790a7b23c8087be3751ff6e6cee3d89b2b99d89bebebd8db0affb0b79f9dc16664fb6333ab4ab1596176d83b5e53d89c2f26d8dcbdfdd8dcca156c6ed34e6c7e9a23f65eb901b660af22b6c0e516b6b01a852d36cfc216c7ca638b97f2b0c5ebc6d812cb6dd89298bbd8327032b69c5e837d785b1e5be1de8dad1cafc53e8abd807d343d87ad022a639fa432b1d50b89d81a24035bebf1155bb7b10f5bdf6a847d1eef886d34bc897da1f70edb1ad7866ded2bc2b60eb862dbea52b06d1f4bb01d5a9bb01d41ded88ee0086ce7ed7dd8ce87b7b0afbc80d82ed47b6c171d80edeaa562bbbf4d627b77d660df3aefc2be0b9260dfc5ddc3f6a75961fba77cb1fd5f0f63078c06b183767fb0434ed5d891be9bd8d1d535ec278ba3d8b11b38ec58fb0decd84804f68b712bf64b542376e24e0276ca0d8b9dca2261bf5a7ec77e7dd780fde6e98dfdbec1c0ce1c88c6ce044d6067867db1b3c949d81f176f607fa63862e79438d8f9787bec7cb91976c17000bb60328ffd5d85c3fec1f560178fd2b0ab4d7dd87f2747b0ffaeb863ff2d6fc1c9982be036f19fe2648bfb71ca9e5538e5a974dc96e25adc56d545dcd6dde770db2e29e2b66f52c1a90edbe0d47693716aa2399c5a663f4eedc9219c865e194ec3d10ea7e90cc569ad8ee276e81fc3e9de0dc2e9f67cc1e9c7b7e37652cee076966071061426cea0b0176730308a338cdb8d338c8fc5191d63e38c3f6271a682429c697c19ce2cf620ce2c6933ce9c628d334f3c8633bfbb80db3506c359e4cee3ac7c9fe2ac280a38ab246d9cd5a39f38ebe683381b6d32ce360b83dbab6587db3bf10267fffc11cefe4f10ce01d28c7398abc11d5c7a883b14f417e778cc0177a42500e7742b1a77d46e04e72ce38a731e04e1dc49ed380fc4179ca77309cef3f66f9cf76e3f9cf7de2cdcc99277b893afa5385f9365dcd9d2cf38bf631c9c9f570dcecf5f15e747cec7f9859ec55d68f88dbbd8bb820b2cbf880b5e5cc15ddef90d7779571d0e54cdc041b62fe2206af338c82b060e6a5087834e1cc2c11cbc7130463f0e71500787403ec4213e3270c87def71c85b781cca500387f9e18dc34e68e270d60138dc75571c7e3a0087ffa58523485fe18867077064dd273872f2031c45d70e4739ea8ba314eae068ceae38daf5011c6d5c05c7b8338463f455e1b8eb6e38defa199c40250827381088137af9e2c4162e38f1f1cb38710e1327f9bf794a3e9070615b3471e1291f7011c06e5c4472022e72b2091755158abbdaf00817d31f848b3d52888b4db8858bcdadc4c555edc5c5f56dc2c5a7a9e1126c9a70090107700977cee312ff2ae3924e2ae292f06ab8e497fb71a9ea61b8b49c9db89bca9db874df0a5cfa75122e231783cbf2fa89cbd52ec5e5d5cce0f2964fe0f2f7fbe1f29d3d71f993c1b87b415b7005d6185c41cf3e5cc1dc76dc7dd7105c91c409f760620c575cd6802b159be1ca6767710fc756708f120ee31edd31c43dfee9877b7aa01857bdf51eaee69f3dee597a0baecef422aece750e575fae896bdc7318d778e202aef1c1795c13fd10aef90219d70c9bc7b5a8b9e05a96f2706d9017b876f9705c7bce675c67fd67dccb7a05dccbe9fbb857f77ee05ecd9bff2f03f7fadc1aaedbbf0ad77deb17eeed8a3ceeddca6fdc00a71137107b1837b4291637d4771a37ec711937ccd6c00d470fe186eb6fe146145671ef3dc370ef9121b8f78dfeb8f77f59b84f5e2cdc547c3deeeb1802379d9086fbaea18ffbdeb7829b1194e36616d0b859cd53b859c629dc0fef73b81fa879dc8f4973dc5c48d7ffcf9451dcdfba32dc86b30a6ea37533eedf436dbc4cea69bc6ccc6dbc02470daf985d8957baf4bfeecdf8cdc67ff09bcdc8f8cd2f87f12a9c53f82d89c7f15b5bbee0b759eec2abfa06e055cbe6f06aa8bd78f57d58bcfad4085e631a80d7947984d72970c6eb2cb4e37556dbf03b62faf07a7a39787d581b5e3ffd2bdec072016f708183370a3b8c37fa46c01b1f48c71b0bfbf0c6539d78134519bcb98b3a7ed7be6cbce5e0147ef73e2dbcd5ed4cbcb5893dde56e303de76cc18bf177e05efa05780774835c13b9482f1fb832fe0f7f71cc73b0664e01ddb5bf047764af04eaff6e09d6765f1c7907bf16e5e27f06ef381f8e37d03f8139786f15eea0d78df9a2f78df5907fc29bfb3f833f777e3cfb63dc7fb696be2fd4caee3fd9f1ae3cf6b5ec29f7720e02fc0d3f14156aef82049143ef87a18fe72c3221ea0f4120f70f7c303d8ce786063281e8231c6430df4f1b0a37d78984f011e0642e2e12a07f17067091e7151178f0c6cc7a35253f0a866333c3a008bc72a6dc7630d8978c254329eb0fa0b4fd43b8527c19cf0e48357f1948397f014e4033ce5cf1e3cd59284a7cedbe3e9a17278faf7723ce3f2133c932387674de8e2d94ed7f06cc2633ca7c71ccf8b0fc20bce78e285c06b7891220f2f7ae68e172b1ec54bec5df1d2c5c3f890e6367cb8a52c3edc4a111f9eea810fcfa5e023eb83f1915379f82b37ccf157cb06f1095a1c7c82ff003e21f9143ee14f063e71f32c3ef1c0257c720e1b9f2238834f9d85e1afb968e3d35c93f0d73945f8eb4f7fe26fb4a9e16fbf21e0d37358f88c1bb5f8cc1a263e8bb5039ffdf03efeaef1123ecfeb24fe5e0f0b5f38fa137fff6b32fe01f716bed8c4175fec978d2f6137e0cb7cccf165feb3f8879a7af80ade2d7ca51306fff8ea10be5ac7065fd3608aaf735dc4d7e163f0f5f1f5f8fad1d7f8e75d19f81787f4f0cd8f83f02d87bcf1ed077fe3dbd34cf09d9dd5f897ebb7f0ffdf317cf7b63c7c77b11dfe8d7a3ebe775b33be1f688c1fb0bc811f0892e2877e1dc70fff2cc27f70d4c47fb4a0e23fded2c47fd251c67fbae381ffa23f83ff0296c14f9cafc14f1e49c24f9ec6e0a73e08f15fed9cf15f0b03f1dffe1cc0cfcadec5cf1a3ec0cf8e34e27f482af13fb2eee37f6487e1e77297f173755bf0f36907f07fe242f08be951f8c557b9f8e5838bf8e59f7af8e5956df815f40c7ea5a902bf11fa05bf519e47d874954b5012461194dfdc2628bf3f47d8ac5f49d81c7086a0527097b0ddb785b03dfd2a617b0b8fa0ea5c43504d9f23a8f63912548787086aa25e82ba412141336286a0f5de9fa03de04ad0094c27ec10fb13742f9308fab291849d97be137696ea118c081a04a38a7e82b9733961975b3dc1b24240b0acd724ec46ed21583568126c367913ecfc43097b83b5087b138584bdbf3208fb8259847dcf3608071e0e120e8c8d130e0d3f221cfa8223387e0b271c518f261c419e231ce1b00847227b0947dfb8119c795e84634c36c1e5a61ac1ddb99a70dc3690703cf531c1a30c4df068384bf02cea2278dd8824783d332178db5512bc497709de2560828f5330e1d4fe09c2e9577709a7df8809679db4087eb271043fad2982bf8715c1bf7695e0dff492706e788570be7a8c70bef52be10275857051469970f1981a21a8448b10f4a38b10dced42b8fc428b00b8694b0096a91160b8af04b8730a0131ca2120d5ab08c8b703048c6b2f015b4e25e0d22709846b5e04621f8d4072794a205d1c23903a2c0964ab3c02799c4ba0f87611a8bf0c08b4ade7096cfd4802fb9019810bd12570e72308bce4688290b19d2014ab1084f9a30451ac2541ba624d8854cf264406df2344926f13a294aa0851fb0e12a2ce2b10aeb87611aedca9265c29394fb8b26147b8da994e888eb84b885e9d22c47b2b10e2119584e43c322125fa3321a57e83705dc59170f38032e1d6e61cc22d7012e1565e0921dde10a213de72d21839a4ec8348b2064262d11b212b308d9d9a1843bcb9f097731ad84bb733d84bcb25c427e4c28a1e0ff7c166e7b43282ed84528357f46289516111eeae6121e0264080fd196840aa41fa1a2528bf0c8be8250d5594f7832d04e781a7596f074fa28a1c63e915017ac4aa82b69273c3f3a476864be24bce85421bc782525bcd2b122bcaa5121bc2e794de8127e26744f0710de64ff20f43c43107a479308bd5fa2086fabff12061eb812061afc0983bc52c2607a3a6124ec2661a4ce95f0fea29430faba83303a4c247c38d64df8b07e9af0f1f175c2a72938e1735c10e1cbd19384f10f2584f1b16ec264bd2ae1eb8f25c237ee65c2b7c255c2b76a36611adc49f83e5b4098dd1f4b9823bb13e6f87a84b9225fc2dc879f8479d51ac242d077c2efdd04c2ef47f284452093b0a4d347585af0232cfbd613fe261811d6e7be1136400f8832bb2289b2af9844b93d60a27cef39a2a24d065169fa3e71cbd163c42d4467e2b6fd8ac46dc7ea89db482bc46d3c3851f58117519d6442d4d01c206aeed841d434f946d40c3c49d404ba10b5de6e226a5bf089da53ed441da11251173c44d46dc011f521c5c49d573e1277ae99110dc2f7120d4a7b888605d544a3870ca2c9cc30d1dcc998b8cb9749b4bce740b4f26e225afdbb47dcd3748168bdc789687d668268e30627da5aa8106db35388762def897b215ca2fde60da27d9a07d1fe2e8db86feb55e2a1635f888732b589879d7f138ff4de231ef9a14f74fa6948748edc4b74d17b457479bd4074bb9c48748b3f473cee20433cb12d8b78e2f231a2c7750ba2a77203d1b3d597e8bdf518d1fb7d0bf124ef38f1d45c16f12c4186e8e72e25fa618389e7a6ec88e745b1c40bbb9d89179ec7112fbc97275e5447100355e28881f1fd440063920818001341013a4488da3411ea2224c2097f8808b36422e2cc1c1159708488ca9824a295758868e79744ccb103445cda3c11f7a2924888cd2252851788d4043b22cd749d486b772232cc6d88cc213a9195b08fc8ca2413d97267886cb717444efc22915be94ee476f91279823ca250ba9d2822bd278acdea89e2a06344712e88282958254a21878952c24b62985a173162d70b6204d897185191498c3c3d438c8cfc478c8cd7254645f713a31f638931b14862cc3886180bdd498c456e21c639dc20c6751f24269b3e25a6dc5127a6fc8821a606d288696af6c4b40b5b89d7c72e126fd43b106fdbba123389146226658998e5788498ad6b43ccd63727e6cc2389b9e7771373c108625e6e2531ef6e0731affa20f11eb88358982e221605eb101f3c92273e781d4f2c7eb89758e6524d2ca77f2456debd4c7c7ce130f1a99443acaecb25d69837119f299c21d61ad188b5c1d1c4869014e28bbc4462936c2cb1f9601fb165fb0562cbbd58626bcd4b62a74623b1d32085d889ef27beb26823bebe3b4aec66a711bba37a893d2af7883d76cf883db32f897d6961c4be2534f19db323b1bfdb9c38f0670f71283a8a38f4fe2b7124bb86f8fee445e247ee14f163dc47e218a89e38f6fc377122683f7102e4479c3ca641fc8a09214e7ba511bfbf0f23fe14ab107f557e23feea37212e509c898bdc62e2928a077189984c5c0ed420aea8191057761c26ae046b12d7b7ba13d79142e2c6d63ce2c6c714e2bf182269d3a69da44de1fb48b2114524b9194792fc090e491e69465270182229b45e212922e5488a5c1c49712c9ea49417405206ba91941348a4cdf7702495cb62d2ff7f1f92ca172b92ca782369cbdbf324b5b244927aac11493dbd97a469fb88a4e51d45d28ad52269d59492b4eb0a483bb8f324bdad4324fd691a69a7721269e7597f9211aa8164724b4232f99d4b32fd5b4d32f3502699212e91766567922cd0be240bac0bc962ed376977580669f70d25d2eefa0c92150848b27ac226ed093b45b2beec4cb2fe2a20d9399e22d9892249760d3492bdbe2b699f9113e940ce08e960b119e930a18f74443d86740cef4f72a91d26b934d7935c1fba91dcf40e90dc7d5f933cbb79246fddbda493c7b5493e97ef937cee68907cdb4248a7980748a7b7c6934e9b3e249d71f0279df350205d508b2305fe5b2505bd7a4c0afabc460a56bc4c0ade5d4cba7cdd9204dc7b8d043c7080048cba460229f59040461f49a0040312a87d9804b1e093208e8324c8782d097ae113093abc8d84b05525a112f34898ce3112bec49d44bc3248221d74219161d624f24f7f12a5d49b44854793a85c25123df72389d15441620c1f22b12a0f93d85647489cde7912676699c44b7d4a12756c90c4c3de24c9e5b32449a1294952f285141a37440a079c27855fc19322b0585244c216d2954022e90a9d46bafa722729dadc9614bd0b438ac65a9062fe7e27c50565911212264989478e90929a0b49492ffd483710fb483786ab49b726d9a4f4a2f3a4ccdc2552660992947d7b8874c7e825e9cec772526ef505d2dd5fdf49797e074879d75548f92616a4fc6b71a4fc0101e91ed69d5460fe8054d87c8e54d468477a703684f420229154bc8b432ab9ca2095f427914a26f348650e6748659e45a432c800a92c4781543ef38154716a8854c158253ddafc865445db497a12a94f7a4a5324555b3d24d56ccf24d52c1d263ddf3e4d7aee40253d3fff94f4bce923a9c9b994d4f4ed19a9794f21a9f9a02ba9b998476a5ea4905a655649adfb21a456a83aa93d0f4eea60fdaf713be915ab84f4aae32ea9ab0a41ea9a1a22bdf1e2927a4c94487d69a5a4be0d5752bf2d9ed4bfb8401ae0fe240d9e8d250d6d5d270ddddc4e1a3e7295343c50411a958d268d1a8692461bb792465bc2481ffebf0f9f501aa44fdccba4b1f60ad2844f2569e26b256992904f9afcd440fafaaf84f4ed872e6936f718696efe08e9f7370a69e9e759d2d2823169f9ef3dd28a0681b452374c5ae9f84e5a992d25fdbd68435adfdf4a5a179991d67bac481bd859d23f37325976530e596ec2942c37674796e730c9f2092cb2d29e62f2e6e0bf64956bc9e46dda43e4eddeca644da71b64ad1a10593b5981bce3a309596f4248d6b79e25eba39064fdb54be49da422b2a1c21fb2a1f823d93836846ce280229b5afb924dbd82c866364cb299732ed9bcc2836ce9cb205b9ecf24ef610e90ad83d3c8d67715c8365ee7c836632664db0b77c8b695e564db896cb29d4220d9a1691bd9e12590bc6ff60ff9d06717b2a3d201b2e3d525f251c52fe4a39f60e4a36b05e4635119e463cde36417d206d9657037d9751e4d3ebedd8a7c3cc58bec7dfe0cd93b91433e39e546f681f8927d15f7917d898564df4f50f2e9c7b7c8a77b7790cf6c7b403e0bce209f455a90fdf6f490fd4ef990fd0938f239701ff9c2a1a3e40b4d06e44b478ac897927f92036fb790832be1e4e0fa0c7270f35ff2e5d85432d853890c31129121cc3a3234699a0c7d4321c36382c9f0d88764c429291931e34e46bed820a3dea893d155bbc8e8f77a644cb0888ca13991f1723032feb02a99f8b69d4c66ff2393a30f93a946a964ea502d99fa7d3f99b6514766a6a69159b229645648389935694ce65c1491b92dea64ee7c0399f7fb3899bf9243161286c8c26bab6469d46fb2b4ca9a1cf2ef2f39a2ec0d3992f98e1ce5f48a7c258344be52be448e76fb428e598827c76a679213b41e90932e049093ca44ff6b22270f7f20a729d490af8ff491afff0b25df02ce926f2fff25675c4f24678caf923377ad9033ef8e92b3e0fde4acae64f29dd46072cee525728ec8949c532047ce59fd4cce05d0c879a930725e851639ef9d3c39ffdd34f981df2f72498b1bf9a1be03f9514511b9ca8e41ae3aac437e127f83fc34fc39f9695616b95ade99fcac289d5cdb8621d779ac929f934f939f577c27374ccb911b8fbe21379666901b47e5c84d683eb9e90781dcac60496ee944935bedde915b2fed25b766c2c9ad2b8fc8ed2aa7c8ed45bee48e6ff6e48ef92af24bca08f9a5e422f9e58f1de4577e9ae4d7bd0be42e6035f94dd827720f368fdc73678cdcdfbe4aeeff8a270ff46e250ff4a1c983980ef290661af9e39928f217a310f297a9cbe4c9526df254e13ff28c0a913ca35141fe51534bfee96e48fe29cd20ffbc739fbc20f1272f7a2d93971a93c8cb8c63e4e56903f2ca413ff20af62479236d2ff95f7c2e45f66f25454e3b8f22d76e4691b7b0a228551ea16c0e69a66c33f2a6a87ecaa5a8efcea4a8d7fb5334768d50b4daf2283baea95374312d14dd3e238a9e5086a297bb97a2afa441d969f63f0b738a81ca098ae1161ac5f0fe2e8a112689624cb94931fe8ea2981877504cdbce51ccbb3a2816dfbc2856822d146b3712c5fa8b36c5c6ed36c5669841b10d74a1d88d6ea6ec538552f6bd93a1ecf77e4039002ea51c98f5a41c8adc46392c7f8072d84b8de2b8f30fe568e637cad127fa14e7c01d94637b989463c2318aebeb128a5bf80b8adb2f3cc543268be2797188e21d5c4639b9698e72f2ea04e564e6438a2f6686e25bd74539937b9f72a67117c5cfe030c5cf2a95e23709a2f8e7dda104ec50a60470a22801e52694732545948bfa14caa580224a60f3454ad0210a25a8ee1225587f1f05b0b495025e6aa540504728307628053e3a4a41fcff7dc86bca14d4c81f0af6863d05bbb69b82ab58a7e06b1c2984dd0c0ae1d63085586c4c21917329148b87144ae41b0a551940a1a76652e8bf77531807ac28cc97c114d6954e0af7f7790aaf7433851f88a7082fbca0888ce628e2bb2614f16c1745c20aa484c2da28610c0825fc621f25fc890be58aee5f4accc03825e6933725366a961277e00f25ae649692e8b09b92388ca524d79453521c6528295d13946ba6be946b879529d73c472869eddf29d7697f29d7bf5a526e7c19a4dc0a0651d2e39e53d21b1e52b2e72b29b945024aee873f94bbf79c2879280a258f1748b977629e52a0134d29b0cda33c009da3946cba4f29d10ba1946daba19459a452cad28494b27bde94f2453ca57cf927e5616f36a5729f27e5119246796cb497f2b8c38e52d5344879626d41a9ee62536ad9f729750a772875c1004a1dd68e5217c1a7d42b8651eab79fa03cbff194d238bf83d2242f4b69820029ad7f7a281dda3f281d6307299d6daa94ce9922ca4bc918e5e5a02ca5cbfe2ea517ec4ae973afa3bc75cea2bcdbb78932986d4b79ff3083f27e8843f9787b9cf2e9812d654cac48f952709332795d9532f93a9632552743f9ba42a47cfb974099e6432833e7bc293f2caa28737655945f0d0b945fffc2290b1fd4287f4627298b27d629cb26959495803d94556f35caea880765ad6b89b26ef095b2de40a76ce8cc53360458cabfca39aacc6f03eaa62fafa9b2283e55967b812a4f4aa72ad8b8531570e954a533f65425e033aaf209085525cf90bae5d567eab6175fa86a0707a86a3e4e548dedf9544d85cf54edabbd54dd866354dd0e2655ef7407552fed23552fff2975272582baf3ea01aac1ee35aad15501d5c4ea10d554d3986a3a3e4c35b37b4d356f384cdd159643ddd5104cddd56441b52c394dddfd6c966abdd38e6a7d37986a937d8e6a9b09a1da963853ed8e2c511d9e04510fdc2ca01eea44529d0f7b505d7e6ea1baba3fa2ba5efc4375cd36a6baae60a81ed1f654cf7517aad7088f7ad25299ea53ba957a5a644d3dabbd877af60b8bea4f30a5fafff0a00698ffa25e50bb40bd40d9a05e0acca55e428ba881965ba9817915d4c0fe6ceae5da742a446b860a7dd14745b8255191b18fa9c847e554d427652a6a3a9f8ad60fa3622e53a8d8870fa9782f06159faa4225b8fca0121a1f5189110fa8c45e31953ab9854ab3f0a6d28a64a8b476732aed7328957e6207950e3a4aa54bae5019234154969f22951db48dca4150a99c50329507e9a20a8347a842128d2a567c42153f54a14a08ce5449772835a4ca8b1a7a1f4e0d4f7d4b0d7f90490d6fba488df42ba54657af5363027ba87103606ad2413235b9c2899a72804a4ddda94f4d85eb52d39e0f526fa534536f87fa5233b2cf53b3df7fa7de592aa2e688c2a8779733a80519efa885b967a9f75f54511f5880a9c5ee606a49f82e6ac977436aa95e07b50ca5462dbff58dfad06d925a8195a3567605531fe95ca43e0ec5539fca1da03e7d14427dfaca90faf4e7596a6d433db50efc81fa1c23a136b812a92fd21e509b6adca9cdef37a86daa85d4f60e3eb5a36317b56bd299da7bb48eda5f644d1d30a8a20e3cb1a60ed65da00eb688a9835f8f53873de8d491ed9ed491b47aeaa85a1c7514a54efd90f291faa53d8a3abeff3d757c31863a191f409d1c7e459db668a47e176b5067b487a933d239ea4c8180fac32589fae33e93faa3fa1af5a7e66dea1cc3893a579e4c9d47dca1fe3675a72e71cf5197f8c7a96b770e50d786ee52d7f523a9eb0f9ba91b5322ea3f8b63d47ff567699b0270345953184d5e48a7c96762698a012934a5278e34a5196fdae6e3e3b4adf172b4ed6a1769aa72429a6a42214ded079da6797f274d736c94a6c37c45d36b7e44d3dfe2443338ea413300d1680611309ac11d7f9aa1a73bcd90f495664899a719e579d18c1a76d34c96e269a6a5749a99f920cd7c732a6dd735459ac5eb5adaee170534ebfb6534ebce5734eb95db349b456b9a9d5c3fcd6ec69866b7f89cb6cfad94b67f0b8876e0d408ed608e2eedf0fa7dda114003cd49239ae6a47797e674ea1fcd59c38ae6925248730dbf4e730f5aa7b9e75fa0b9ffd9a01dcf794a3ba1b983e6e93a43f3f4a9a379214b68ded833346f26917672df28ede44c2ecd47dc44f35985d07cb72cd17cad8a68be295cdaa9f02bb4d35e96b433903ada990928cddf5c4af32f3c45f37ffe8216a0d1403b671e4c3b47d1a69d8bbd4a3b6fcda605da29d382e5e0b4e0bb30dae54d51b4cba607699721781a4cf6230de67386060f6da5c1ef31694859180d7958898686c6d3300e05348cd7111a0e5a45c3ad77d3f0315f6844008d467bb98dc6d0eea43175ab692cc7581a8bf187c61656d2d8b98e34ce95181aa768178d33b299c6db26a20937883489fd719a74da9616b24d4a0b451ea085d190b4f09923b4081c8b1669f1bfd3645a64ec342d6ad48676150da0c538eda0c55c0ea0c5467ca3c557a7d012e4d469493e625ad2f563b46be2dfb46b8f4a6969bbdd68d75f99d16eecf5a7dd6056d16e1edd4fbbc93a494b5700d03216dfd23229ff68997d81b42cae1c2d7b638d7667ef1f5a4ead012d9782a0dd3d5447cb0b89a2e51f31a5e543dfd30a366c69855ba9b4c28957b4a28018da03fc665af1762f5a71b00aad44af875602e7d14a89bf68a5a9a3b4f2b85fb48a908bb4c7d1df698f6f37d21e7f7b43abd29aa13db93f41ab6e49a33d73b3a33dc3bca03d7baf45abefcaa53d577c456bf013d31ae0f5b406de20ad617a2fad616582d6f42194d6cc6fa635bf6da5357fbd4f6b910da0b5e4bca1b5bbf6d03a48125ac7540aed65cb16da2b5505daab6914ad6be71b5ad73e3ead2bdc9ad65d28477b433a44ebd1db4feb39e445eb7d7d8dd6779c4aeb2bbb4c7b7b2e83f696a2467b676c4b7b775c93f62e7c85f6ee9a336d40df9236f07e8336bc46a78d94cbd3de4bc269ef2beb68a32759b4d1cfbf681f58df681f7b52699f744b699f9ebfa27d9ab6a37dae7e49fbfc61903616584b1bebff7f1d48a48db78dd126b66cd0a68eeca64d1d63d2be41cb68d3d434da7799edb4efeb6cdacc2281365b2c4ffbc97d419bf386d37e5da2d216320fd37ecfefa12d3d394a5b6a7d495b3ee5425b7981a5ad9abea7ad59c0686b959eb475fd7ada06c899b691d444db687b4cdb5868a7fdb3a7d3fe7d75a4cb9569d1152bb07425ad6afae61903ba4a513a7d2ba49dbedd0944dfde3444d7d85f47d768ff45d79897d235cb6ce85aa920bad60b35ba36154cd7961ea2eb2a8cd3757bade9fa27aae8fae90974431953bad9c52cba19688cbe6b2b89becbb690bedba3976e65a74fb7faa642b7de1a47b70e4ca75b837ed26dccd6e9b65423ba5dc638ddae37926e37134ab75bdb47df2b49a1dbc700e807325ed20ff375e9475c4174a7f83cba536f07fdd8f404dde5ae09dd3d688dee3e77877e1c28a27b9a4ed13d2977e99e7d8374cf8d69ba17ac94ee1db04ef7dd644cf765d7d27ddbb074df3fb7e9a70e94d04f4b45f433a2cdf4b3c0a3f4b37f3de9fec60b747fb626ddbf8c480f5018a4075cbb4d0fa8eba29ff7a4d2cf1364e9e7c333e917cda8f48b7b2be817ef4fd12f293bd22f25c4d32fe51ca1075ae4d2037fc6d383f253e8c1bf79f4cb41d374e0152b3a98134e07b7bfa4237f37d3d1a15e744c50091d33788b8ebde84bc73e6fa313c0443ad9f037fdff072f9decaf4ea7167ea0d35ae074bade553ae3823f9d71fb2d9df12893cea184d239cffed2f90ff874c1637dba701641176757d2c585a374c9de61ba5429892ec54cd3a52d39f41097687ac8db027a28ff243d0cfa821e6e72941eceb6a35f99eaa35fbd10498f915fa1c704cdd3e33f3da3272cfca1272ccad013bbade9a97bded3af9980e969a241fa8d361e3dfdf8223dfdb2173d3d65173de3570dfdce4e183dd766849e5b0da3dfbd7d909e7770273d0f4fa7e7718de8f993fbe8f7eeefa117b4e1e9050bc7e9459301f4073eb2f4d2a11df4f2f328fac3643f7ae5b427bdeadf18fdc9e116fa13e45ffa936f33f4a70a4ef46ab36df4ea93f6f46a7426bde64c3cfdd9a969fa33493dfdb9750abdc11d476f389e456fc06ad05fd0ced15fa470e82fc6e3e8cdd70fd15becd6e92dd9c9f4568d6a7a9b893fbdedce4e7aa7bd2ebd73f117fd658494de55aa46eff93f4fef3697d1fbd7ace883d55fe9830d0ef4a1d866fa306183fe9e6b4e7f9f7782febe2c98fe41fe3efdc3096dfae79736f42f3b7ed0c7e5fed2c79d12e9e32783e9e337eed227ab16e9d3c6eef4ef1350facf12127d5e7699fe47f103fd0ffc0a7df1168cbe7cd394be5c15425f51e4d157daede87f1ffad2578dafd1570fced157c1d5f4b5b35ef435960a7ddd6895beee7a8fbea1534adf581b66c878231932f50a0cd97d010cd9773b19721ddb190ac1e7190a2d5286a2e2168662f149865262054339e52b63738122638b4d3f63eb013263db356586aa1e84a1fadc85a10e79cdd0a8fbc8d04c90656807b8337436d53176845f67e8d1d718fa9eda0cfd07310c839fbb18462faf338c87c10c93f44886e9f54586697604c36cf92163579812c3b27f1b63b77c12c3aa6e82617d7d9861fdf01cc3baf20163af3394b1776888b177c382617ff325c3befa2bc3a1750b631fb79ab1ffe219c67ebe0de300348771f0dd53c621ab1d0c47ef5ec6118b34c691e824c651ab4ac6d1f04886f3174bc6b16b810c57389de18e3ac9f0c647327c3cbe327c7ddb18be31f58cb30f8e33ce96b931fc04860cbfe4af8c804bc98c802b268c80e6db8c80993d8c739241c6b9123ce3d2b92546d05c2823f8e43ec6e54a1e0350ddc300fe2033807f510c90d88201f5c43360c9db1828ed530c54b93b03a339c5c0fe7f7eecba1e03675fcdc03db464e03f8c3388944e06517c8d41f2d56690de5631c8c5f71934d811063d2e9bc118f060303e0631187347186cdf2d0c4ea423837fe72c433c7182216d4133422f1531229cb73322a2a31811f9ed8cab59938c98f97c46ecd6cb8cd88c0446fc6b45464ab303231517c6489d0031d254188c1b8add8c9bf6d68c9bfb77326e1e5060dc2c4b65dcda2c66dc6ab165dc7a1bc848dff196917ee912239df9889189becab8630e67e4f45f62e40c8b19b9bf388cbb8d071905f60e8c02ce5746a1950da330c18371df3b965194b39551d495c578d0fa81515cfe9d51dc718151629acd28bd19c1286d8b65941f1132aaded5339ee0ac194f1f1219354a2d8cba4e31a3de218dd1f0a186d17816c368a4fc6634c6b4309ab6e4335a77b8305a5d8319ad2263467bcb7746a73592f1b2fc21e3958e90d1dd8a66bc518e67bc815e63bcb98665f4a97532faf0a719eff6de67f40fa218436f498ce1a7e58c916d218c91893b8c917fdb18ef27098cf7bfcc19a35a728c8fe5de8c4f3f8c189f167f313eab331863cfd518138b28c6a4ed3c633a508b319debc99849dfc698bd14c4f891a5c5f899bbc0988fe865fc32b361fc72bac3588a7cc458d959cff8fbb395b17aca99b1fa7b83b15603676c40763365ab8799b2cfad9872cff633159967992a56f5cc2d7b3e33b7467e656e93dfc5dc669ac854df95cdd4607f676a541531358fdc666ab29599dac6c7993af5cdcc1d5c3c73c78f2b4c3def5f4c3d8180a9fff7247327c29db913cb60eea4ed661a4e1c631a2b6d307769a432ad76df675addd4675a5f2031ed261a99f6723b99f61e2799f6440fa6432487b9bff303f3e03c9579d8c99ae968ebcb3c72c79ce9a47787e9b416c174d63ece3c260863baf8e9305d83b499ee9d04a6f7815f4c6f440cd33b8acef44e7bc93c19c566fa788b993e1fc2983e4bd64cdf920ea6effbebccd3c7fc9867c8f34c7f891fd3bfff2af3c2aeb7cc0b986ce6a53f0799c1e924e6e54fa94c40339909c4b398606e2213b699c784894a98706f65263c4b8689582961227dd299a8274d4c74d91813a395c1c4179631896ba34c12ba9e49d6d367528bd399b4b84526dd10c1a49ff66632486f98cc13934c96920f93e595c8649d9965b282b2992cb80693ddf696c9531a620a3efa3325d25c6648ef796628e31d33943bc18c387396191560ccbc223bcc8caeffce8c797b9f1933afcc8ca53d64c605bc65c655c933e3c60399711b3b98f1ee9798f15d1f99897df5cc24e52c66929f3933e5ee6f66ea6d26f37af037e60d7314f3c6d5c7cc5bf20ecc8c99ebcccc4e0d66365dc8cc4e3ccdbcf38dc8ccc1629979ce2066fe542ef39e4e0db3c0eb2db3d0a8955938e3ccbc8f16311fc85e673e580c6796e8d6334b60cacc929a7266c98c2db3f4e05766b97b31b352e10ab3727f29f331319a59e5eccaacca5b6756cd66319fde8960d6e4c399353fa29835ab4799cfea4a98cf9dea98cfdb68cc266f22b3e96514b3597627b3f9a433b34dff07b3ed852fb3ddb881d94e7267761427315f6d516276995e637641a2985d5983cc1e8b6566af0396d94b9a62f6ff5f9b0307159983f7bb981ff5e0cc4f6ef798635613ccb12a7fe6971b6f99138e38e64c128d392ff461fe869731ff4cea3117bbbe3297a65f3097815eccbf2389ccf5893196cc63286b53982d4bf63b932577f8164b89f98fa5fc10ccda5a7b8fb54d5689b58db487a55eabc152efd9cd529ff762696d24b3b483882c6d329ba5f3a78fa5b3e2c2da91a6cbd2551861e9a9afb2f4ac9a58fafde7583bcfc4b28cfeee6699e0cfb14ceff9b2cc3c812cb3e71296b94226cbd2d98765c9ea6459d627b1ac4cad5856096296cd217596cde7ab2c3bf728d65efb44d6befd55acfda7c658fb0989ac03a1e9acc3d6932ca7c72f59477f56b39cc34eb28ee90158c7b00759c7be9bb25c522b59c717c2591eedc3ac93c9d52c1fca0ceb940b85e5377497e5df92cb3a4733619d934cb02e261f67059ee0b282f33b59973765b22e9b4a5800535d16e02087057836c60266f5b280e5f92c90c31316e4fd0116d4748505733acb421afab2d0097759182a8a85f5f8cc22c4d5b388dfdeb2c8e2311639c38a45f9f48e457f5dce62711759acdb612c56e141167b3b98c5b9afc8e28607b0783be82c81d6769600f88e25746d620907b359228c1c4bd434c10af3746545201eb32277dab0a2129b5957bca6595735c5acab49cf58d1b56c569cb180157708c58a3b9ecd4a04d6b392777c6025db68b252fe0cb1521daa59d7ea3658d7ba6358695bf3586990a3aceb2ad9ac1b9788ac5ba6daacdb2725acf4c399ac4cb95e56d68e1256b69c332bfb7e23eb0ebc9e9503a4b372906dac9cb948565e8b36ab60e02bab0895c67a907191556c4e6095a8d6b24a2eceb3cae4b8ac320a9c556ee0cb7ad891cf7ab8dec4aa38b7c8aa7864cf7a24fb8c55759acdaa020959d5379fb16a0df459b592abac66998face67b42564b4207abd57037ab0d35cf6a8faa6375446d6175f41d67bdc24fb2ba2e14b17a141b593d8e27593dee26acde191eebadf70dd63b623fabdf80c4eaaf96b0fa6bcb59437679aca195c3ace1f936d6f0ea77d688ee4ed6c8a164d6a8460a6bf45706eb430787f5d9f6226bacde84f545469ff5e55f2f6bfcaf98355159c79a5841b1a6345c5853c659ac6f5d6dacef821cd6f7aa52d6ec6915d6ec4304eb87cf55d64fd635d69cce3c6bfe378935ffe7356b7ec58ef567e729d69f7817d6df8902d6eaa769d69a641b6b3dff076bbd6b8cb5e17f8ef5ef0e82bd697680adf0768dade4bcc056fa91cf569693b0951722d89b371bb137c37cd92a91aaec2dfb4dd8dbf414d8dbc739eced13b26cd50853b626c493ad85bdc0d65a42b3b52d1dd93b0276b07756df65efecd9601b1de8611b7909d9a6c69bd9a6ae116c33cfdd6cb307896cf33818dbb2af9ebd3bc19e6d637a826dbb708b6d67e2c676a80966ef2b0862efebaa621faa5f671f1e4a643b09abd9cef48f6c178880ed7a6589ed3a7997ed26778d7dc293cff628b2617b767e657b2948d85e3b016c6f6d5bb677ca25b677ed4ef669ed67ec337640f6997fcaecb3853decb395fbd9671f17b1fd2e17b2fdae51d8fecef6ec736799ec4b7263ec4b3a11ecc00715ec6062263bf8ea7376f0d7cfece00d3f3660558e0df493b221b35bd9509b076ce8790536c297c1465ccd612355a6d9a8fdb36c74d24736365a878d57ad62e33dceb2f128393641759e4d006bb0094dc36ca2ee3136d159814d76aa66536a02d82c69309bdb37c6e6c729b00563bd6cd1e66cb668e4115bbcf6842d318b654b0283d89292736cc948065b5ae3cd96768db343c987d8a1adbbd861b777b3239ef7b1236f14b0a3e2a2d851ab6cf6d52f93ec68f5fdec98bf65ecd8e747d871532bec8450183bf1d54376f2665576b2410ffb1a14ce4ef3e6b2af5ba0d9d7276dd937576dd9b7bf46b3b395dcd8773220ec7c6f293bff811cbb70de8a7d3fee16fb7efa137691a501bbb87c995d6272995df2c9835d965bca2e57b7673fd4b5603f6cddc2aeb07367573026d855f658769508c37e1ab69b5d63afc27e86bfc2ae6545b2ebe486d9f5a39fd8cf2d9fb01b1e55b19b5e1e6637175f66b782ddd8ad8c5a76c7892decce2e21bb0b9dcfeefa56c8ee39aec0eeb953c3eefb9dc67e6bcc61bf9ba3b2fb8b0eb2fb9fb5b307cd4eb1874c6eb0878ff4b3473e79b3dfc79c61bfbf91ce7effc086fdfe9116fbc39620f6c76332eccf3617d8630da7d9e3478fb327efcfb1a78a86d953ff98ec6fd6fff331604fd351ece9f83ef677b336f6eca71af6cfbbb6ec9f7d1eec5f41b5ec5f4972ec85b337d90b011eeca591b7ec95a130f65f6553f6df63b1ec0d9b871c99ad5c8e0c599f2323fccb9169b5e26c4a4fe6c865e672e41e5138f201ed1cf9c46a8e82ab114721b287a310bd95a3507b8aa3acfc9aa37ce836478552c5d902c8e76c35bbc1d90a8ce26ca57de66c7b30c5d96e18c4d98e7cc051d3617334e5a2385ab77e71b4ee0e7374b7bee7e862041cbdb337387a3f5a39fa363739fae0608efe541c672702c33166d138669fad3996213a1c2b371e670f2798635d08e4583f30e1d8003f736cefd971ec34673876091e1c07f60867bfce04673fe71be7d0d1779c43d210cee1f7231cc7451ae7a8602fc7b9d083e352d1cf7179eec071d56ce2b86164396e659b39eeb2cf3927ca03391e4eb61c2f2d1b8e77ec758eef391dce695906e7b44b25e7aca70de76cc120c7cfc48ce3e753caf1233870fc4f9b73fce71a3901e4184e406f2fe752503de7524c0827f8cf0207e0f58703e81fe380f03c0ed400c981c99038f047df3808b9d71cd411270efaba1d075b91c121cb7971c8968d1c8a8d3287aa2ae650f7d673a8575738d475570e4d358a439b94e53086691ca6e54d0e734f0287d943e2b02dd439dc635f39bc65578ea0f92a474437e688bee9734267ff70c2a46a9cf0d74f389193119cab166738b1a05b9cd8743227f647332721b39493f2c785930678cf49e33ee3a48d733937142d38378cb339b7a7c738e9be044e7a9b88933e28cfc9287ac9c94ed8cab98331e4e49edeccc9eda370f29ea472f2de5a71f25fa339f70a8b3805552738850e1ccefdad4f3945e7019ca2d6e79ce23431a7fc5328e7d1e58b9cc7b2e7398fd16f39d5272c3935ee1b9c3ab7314e2310c07971f225e7854f19a7c586ca699142382dc98f392d377a382dd3e69c56471f4e6b9c05a70d38c9692b7dca695b8ee674089c391d8b959c97af6239af0ae738af2f1039afc3d6395dcd969cae6e6fce9bbb4cce9b5f239c5eb280d39b5ac3e99d7ec8e933b8c5790b6be3bc8dcce4bca31870fad75e7206ca6f7306fa8f72061d3d384306d39ca197ae9c91ee58cefb2b5f38a3910b9cd13863cee80697f3212181f3e17319e7c3f207ce474f59cec767e7399f870c38e367e339e30c65ce84359633793a82f3f55b0de71baa8bf3edff9c4f6f49e0ccec7aca99f9cee0cc1edecd993da5c499bdcce7ccb2ff5f532d380b6ff77196acee739690cf394b5fdf73562cf673564e157056f0839cbf3950cedfce0aceea8e5b9cd5b0339c35a71cce863991f38f7098bb29bb802b1b41e6cadeace6cafed8c495ab5fe1ca8dc1b8f28c52ae7c491657d9bf8dab3c39c9ddfc8dc255e1ae73b79020dc2d11f1dcad09aadced4e42aeea5738578dbd9babfeb39fab91f997abf106c4d58ef2e4ea38a97275e7cf70f51fca730d4256b9460d765ca3c958ae494225d71c3cc4b518cfe45aee95e3daec25716d6593b876da5fb87b9f2972f77e1372f7e9b470f74501b9fb3e6b720f42a6b987584ddc438fc3b987556bb98e486faee39bf3dc23a3addca38826ae73f05eeeb1b38fb92e84835c971e0ed74d6f0bd7dd0ccb3dbea78b7bfcc43fee71c643ee71692ef7f88fdbdc132abbb9279e5ee37a7897703d16cdb99e17495ccf3ffa5c6f2d39eec9dd44eec9da935c9ffaaddcd3273f71cff47a72fd36a971fd1c7f71fd0203b9fe1a9fb9fea6155c7ff758aeff049b1bb06d881ba0bfc20db0bdc03d6732ce3dd7b8c63d2f50e55e9cf3e45eead6e2061f9ae50647467083cb0ab9c1033fb860dd5b5c88e41b17b2789a0be563b9d0b8382eb2208f8baae8e2a2cf01b998b8bb5c6cca5f2ef9de612ea55dc0a551a3b9f4f3182e1de3c7a553de70990f8ab96c132f2ebbfa2097fd2680cb292ce0722f09b8bc462daef05e0057381cc515ed51e68acdae71c57964ae443b912badade64a5f69724304d6dcd0d40bdc30862337f2c524377288c4bd4273e35e8d1fe15e7dbf991bfd20881b23c3e0c628277263d1c7b8713fce71131bf773133fc67393f4bdb8c920396e72f2736eca01036ecab83df71a3e847b6db58d9ba61bcabda174857b93dfcfbd15dec8bdd590ccbd1d67c2bddd0fe166b85fe76610dab819b70db959566ddcace2d3dcec09256eced3216ece5008374fce925bb05ec92d3c27cf2dec5be5de67f5738bf06ddcf298346e654607b78af7885b9529c37d82f2e53e0d0ee53e9d31e43e335ae33e73b0e43e571ae3369c21725b1c03b9ad3165dcd64215eeabe547dcd75b8f725f0372b8af0786b8af3f1773dfd4cd737bceba707b01a7b903a0a7dcc16079eee05d67eeb09d1d77b8279f3b6283e6bed76de2be779be3be3f93ce7dbfeec8fd60e5ccfd444ce07efaf28bfbf9c21eeef85e2beef82107ee78c445eec40305ee14fb37776add88fbf57337f71bfd33f75b612377a67b953bab87e7fe4c67717ffe1fdbb97157ee7c663977e15a0677616327f7f75f27eed2b33ddc15d573dcbf1a4fb8ab7928eedaa115ee5a870e77fd2080bb1e6dcfdd28fac2fdb7bd9ffb2fe42f4fc6780b4f66e0046fd31f579e7cf5419e42ed1d9eca2b65de3674276f5b76046f5b7b324fed81164fd3748ea71dc5e6edf0ade3e9753ee019846cf00c5d9579c616ae3c53b5073cf3805fbc5d9ecf79d60af779d61200cf3a749867b3bcccb3ade0f0ecaa1ef2ecea6479f6fb20bc7d1b7b7907cd66784764bb794e868a3c572f0eef784d3acf633792e7797917cff35b1acf73798ae785efe47955f8f3bc3a3378a7165ef24ed34ef0ce00eef1cea041bc330211ef4ca807efacef039e1f769417b031c3bb3005e05d541ae505c96ee5050177f382fdf6f382c3b27897dd267897bd7b799747bc7980e3501e20f6250f50ddc403621779c0fb033c9045160f340ce7814f5af1c0e9233c08f42b0f6a90c283fed2e621a02a3cc4621c0fafdbccc3df48e5114eebf308553a3c627f1b8f74e11d8f6c31cb2357a8f128f8633ccaf4431ed54a9bc74c95e1b1c4341eebe3188f77c38f27888ee6095e98f2846a9f7842e6344ff80bc113a57278e281449ea4fa1b4fea8ee0858cfee1857c31e385bedee045a47fe445dc29e5458ca37951703eef4a5f1eefaaca655eac671b2f01aecf4bda4ce5a55a0ef252836ef3ae2f4ff36e44fde2dd687ec4bb35b585773bfa322fddef162fbdeb3a2f833fc3cb8abfcecbc62af1b21ba1bc3bba93bc3b4b077877ad8ff2ee1e99e3dd3db1c2cb6bf1e7e5fb7ce1dd3b7983778f7e94776ffe1daf207885777f0cc62bf291e33d483cc22ba31ee6555e88e5553eb8c27bec3cceab72f9c2ab7a9fca7b7a308af7f4d17e5e35a79a57ddf09357c388e4d5aa0ef1ea8e44f21a89145ee3b83def856210af69c095d7acf592d7a216cf6bb197e1b51924f0da3079bcb64c0aaf03ecc3ebf286f1de0002796f48a1bc9eee685e6fb994d75f48e30dbc9ee40d010679c35b0679a33157781f98c77963fdedbc2f1a8f785f12e678dfa34b7833c98f79b3c693bc1f9b82783f32e8bc9fa0b7bc9ff914de2fd901deaff26fbc059332dea2c273decad71ede5f3886f777e615efef7a266fbd208cf7ef922fefdf540f7f5354227f53c7345f2ec4862fcfaee52b780cf31565b3f98abb8df98a4f65f88af360becab7cbfc2da76cf95b22f5f85bca27f85b96f3f95be79cf9dbee7ee76f7bbf87bf9dd0c857ddc8e4abb72af235be85f0353dfdf83b8e3bf37577c3f87a8ea37c7dd236be6113876fd853c037f2bfc037ca66f28de53bf8c66a64be710c926fae7f8bbfeb7c18df221ac2b75487f12d2fe7f3add037f9d6f1467c1b4f3cdfd658996f5b72936fa7afc4b7bbb2876f377f8abfd75393bfcfe02dff80fd6dfec1463cffd0de41fea1d364fe2131947f58e918fff0f42dbea3d969bee32b26ffc80a9defe4b6ce77eab9c13faaf98f7fd43f9eefbcc58defdc90c23f76228e7fac7907dfd33e87efd9acca3f75708c7fca35837feafa1cfff4c5ddfc33e5967cbf24113f00d7cb0f08d9c73f27afc43fbf27867f3eae827f3e0fc10fdc36c40fbe16cb0fbef5897f798b947fd9fb19fff2d5237c40e7593e98e5ce877e16f2614fcef0e15a437cb8de241f93e1c7c77d3dc5c7fdfac8c79f4fe4e33336f38989083ea94e8f4f1e16f22986b7f854f9937c5a3c9b4ff78ce7d3f1137c8689339fb3e3309ff3448dcf3364f385bd8ff9a2c1e37c29ea095fba7a861fb22d9a1f9290cb0f0d81f3c3d493f861ab99fc48f03b7ee4d20efed5baedfce8fb99fc58e7457e02f5013f71b2949fb437959f2c79c74faea4f39357b2f8a9cf54f8a9af13f8d74e2cf2d3001efc7410889f9913c8cf6279f3b37a75f839d4797ece43383f77a6839f7f02c4cf2f33e2178206f985cf3ef04ba277f34bfd46f865c27ffc72bc3fff21249fffb06196fff0cf32bfd23d8d5fe5cce13f19e3f39f6a24f3ab2fd4f26b721cf8cfe05ff8b59e01fc3a9b4e7efdd432ffb9f2317ec3bc1abff1db7e7ee33a90df22b7ca6f5937e1b76944f0db879df89db515fc97b737f35fcbbee0bf0efbc9efcaece3771fbec6efeed6e1778f1fe0f71d2fe00f082bf90359c3fcc1974cfed02173fe7070307fa4bc9bffa12780ff61409effd99dc71fdb7c803f1602e18f85dfe47ff13eca9f48d1e07f054cf2bf8ebbf3a79735f833537ff93fc66ef1e7cefbf2e7e5edf8bffe06f3ffbc7acd5f84b8f197b543f9cbeb6ff92b978df82b4342fe1a4287bf468fe0afbdac13c8955e17c89541048a033481d2588d4005f55db07d3340a0866916a8f7580a34339f0bb4d44d045a8e2e021df07781de1e2781fe81ed829d8425c1ce0706829d3f1f0b0c406d020342b5c0a0d25c60e8152930a4a20586771d054672870446e45281b1255b60aafc4460cace1098ab8c0bcc8713041687d982dda1970456c56f047b06940436cf1c05b67d70819d3e4a6017e520b07b4e14d875dc15d85f7a2b70d04f133888b70bf6eb7e13ec777311ec9f59101cf4b7101cfae82538c2d3121cb95a2f70da32287082c20547073a052ec04281db60abc01dbd47e04efc2df0d84913789ebe2cf0fcf45ee0adba2c3839ac28f029f717f8543d159c697f2408d059179c7f46125cb83222b844792e08d44f1604af0904970b9d04c0a10401c8f9a900e4132800b5fd1580990705e0c80c01b8665500b13d2480780f08a0325201d4784100037a09e087ad04080f3301e24f8500b5b02cc0272509883a5401f1578d802ca320a05e4e17505f3a0a18f7ea058cb1050173e1b38055ee226017a50b382daa02ce48918067f85bc0ffbe5720f0fe2a10401f0b8447d204a2d04e8128f3ad40ec6d22108bdb05128d118174ef0581947b551006da2e88b2d31444859b0baeaafd145c3db44b10cb0b16c48a918238f28a20ee4eb120ae46439010b64990f07c429048581724666e08927ea005c9cf9e0b52869505a90ef382eb211682eb5fe404d76779821b3f2f0a6ebbd305e917d205e9d15b0499824e41e65aad20ab748b20fb7c97e0cedb24414e508f20f7848120f76b9ae06eda16415ee431413e769fa0e0669ba0e04bb3a060012428c47d14dcb7cd1114c9bf17147966098a4a9604a589b705650ed705e5f5b2820aebb782ca0abee051b040f0f8619ca00a4c1754110e0aaa24bb04d5b3fb05cf4ea3048dbb5e081abbe882c60f7382c64f5982263a5cd09c7040d03cb547d0d6f74bd02e782ee8c8fa2ce878a620e86472049da15d8297db0c052f1d27042ffd998257143f41f7b48aa0c77258d06b745ed0ebe120e8638804ef9a3504fd4f570503797e824105916008af23185e51168c58e50946fa4705ef73ef0b3eb83f157c382f147c96ed178c51cb04636f2605131e3e82c9a38d82c9e22d82af4685826f67760abef5c40abe730982effcdf8219a54ec14c005d30032d14cc547a0b66c93e829ff962c1afb640c142688c60e18dab60e9d25fc192d05fb01c1e2c94b5b82594bdd126940341840a506fa1e2e853e1e6608a50e5c87de1569b59e1f6cdd5c2edb534a1aa5c9250cdd05ba8f6cb5ca87ed851a8d97658a8cdd829d42e8f136aaf9a0975b499429d9e27c21d1e09c21d1fef08f5826942fd464be1ced74342c34b794263bdc342e3075ca109a24868ba192034d7a9129ad79e11ee32382adc556f25b4008d0b2d7d0942aba576e19e8fa785d6bb6f0aad5349421bb1abd036b84e68b7b95d68775a576877ae46b8f78c48b8b71928b44fcd103a7842850ec9ebc27dbb7485fb531484fbfb67848764658487ce9f163a5edc2374c402854ea727844efe3642a7329ed0b9482c74a179095ddd7942375717e1f17378e1c99ebd429f98b342bf18a4d03f3d5fe83f8611faaf580a03562e082fec0b145e9c1c175eda5227bc04660b031ddd85412e06c2a01bcdc260a4ba1080ae120256b485c090bb4250ce6d21b8f1a710f22e5008991f1342556e0861771142d8bb4742f889dd4204bc578824a80a51ceea4254a25088bed82fc4c4160bb10d5f85d88f7d425c2e49889b7a2dc427560a09895f8524dd0c2189692124cd228564a7f342b2d44c487e8d1352bf4f0959822e212b2b5cc84dbc26e429070af91eaa4261829950c46e168a2f870b43966685a17f3d8461101f61f84aacf00ac2487875b05118ad9d218cc9ab16c6e2760b13ce050a93ab8684c97f2f09530e1385a97dd78569671a84d7374f0baf3b55096f98628437731f0b6fdbec116619ec1466e5e90ab3d93ac21c333b61ce4979614e6ab9304f4646984fd310e6df3610e6ff0811de4b9a1316185a090bebab85f7e7c4c222e52e61f1a117c2e2f20bc2e2fa456189ed8cb0ac2d4458256a125615a9096b62b1c2676f6785b5022b617d6d9bb0bed756f87c578fb0d1e59cb069f28fb0e5b9a1b0c38a22ec781724ec0408852f4b7d852f1b1e0b5f3bf6085fbf9910763fe00b7b76ea0b7b07bd84bddff2856f2d1e0907f64984832e4ce1a058433818a3241c253a083f3a6d117e94de177efcf746f8a9ec96706cc45238de5a201c5fda2d9c72d9249cba1722fcda9128fce6d62afc0efb28fcfefc8170f68c937076f194f087c98af08777a0f0c769b170eea09170de705cf82b1f2ffc7d142afcddad24fca37251f887b52c5c9a4811fe4d7e235c45ed12ae85af08d7bfa909ff7d3d2adad496225238352e52f8f050a430f14ea478f08b48312556a4583127523a1f2952c2b68a94ca93444adfb68a947e6d12a98c1f116d350089b61b3b8bb6df9e166d4f1f17a9fa358b54cb3e8a74885f453abc1d229d7ca268c78e17a21dab1c91be73a1c880cb1719ac3d13195aeb898c7b7e884c3b8f8accafcd89760d1a892c8ec7892c082d228bcc4e91c59d17222b3b5d9155154864b5b25b640d81896c7cad44362c1f916d035864bb142cda3bbc4b646f342eb27fbe5964fff681687f43bfe84065a8e8e007b8e850ecaae8d0e37da2c38acba2c3a88ba2c31df1a2a3ec69d1d1a1009173f53fd131c988c85579a7c8352652e4e6e8267287be11b9e7d58a3c924022cf7306a293ded5a2936359221fea6691cf3f84e8946f98e8f4fe3ed11975ace86cef5f911fa648e4dff94d744ebd4a74c17c4374a9f2aee8d2c24351b02c4a145c9a2d0a7ec5155dee51135dfeac2e02c88a4540f97211b0669b0864bc47048a6b17811a9a44602f8c08eabb2e821d2a10c19a2f8be0ba5d22c41b3911522e5384ccbf2a42471244188b5411eeed1911e194ab88888a1311ebaa4494d82611253d4344eb2e14d10fe688d89b5c451cec3611572545c41d1f12f1461d44fc94db22a18a9548c4438bc4ce812289df0f9164d65514655825ba7a355014537a4b141bea294af0fa204ab2b01425571788522e4e8852b32f8b521bbb4569a94f45693f7a4537336f8b6e562d8b6e3e1d16ddb63611a5076d1765b4c045778eca88ee946c16e5348f8aee1da4890a8aef89ee5fce12dd2f0d1715b9548a8a3bff884a96e8a252dc5751f9954ba2f23b8ba287ab66a20a9eb7a8e2e6765145115e5431fe4054f1f3a8e8b1f216d1e3ac65d19303d7454f2edd123ddd7c5af4b41d21aae6a044cf5e0844f57531a2e73205a206f73fa2a6247951d3a2b3a845ad4fd4a25f266a5d3a22ea503c26ea18b82cea0c1b10bde41b8a5e0e15895e055045af7e77895ecb7244af7f0a443d831f457d87778ade29c888863ede118d9c36168d842588466211a2f72453d1c7c3f2a28fe7be8b3e3ecd127d21be128debf58ac6cda1a2f10eb868fcdd9268e2d231d1041c259a9a1f157d93d7117db369117d2b3c209a4e0188beab7145b38629a2d9bfeda29fe234d1cf5711a29f136ba25f2a0aa25f477a447f26e444cbb64f442bf7a1a295852ad1dfc36ba2bf473e8afe86ad8bfedee789568d19a2d58576d15adc9c686d48205afb36265a67be16ad7fbe26dee4142edeb46cfcbf50b15cf06db15c73a758ee7db658bea84cac207f50ac44068895e27789b7921f89b7df838ad54916624d2f0fb1665983582bb258ac758d2cd62e3416eba8bf16eb96d3c57a920762fd1eb8d828b85a6caaa92e364d03894daf63c5a6458662337b25f1ae1321628bd24eb1c58b55b1e5b755f16e2577b1d52ba1784f4186d8a650466c333328b64df115dbde7411ef552d17efc5b588f70a52c5f67e9662fbc212b183ea9878ffef4be2837577c407dfcd8b8ffc3f951e79962b760ada2376faf5537cf4608ef8e80345b133244aec92f459ec9a662a76ad5b16bbd6a7894fec96883d76cb8b3dbe89c45e056e62afefdbc5deb07f62efbb68f149d257b1eff6dfe2539144f1a96653f1e9a93ef1995dbbc5fe17ae88fd09bde2739ae6e28bec5ef1c5a11271e0d41e7110e1b33828edb03818f8470c387b550c448e89c1c68562b0afa618fc872f860854c4505c86181a3f2b869d7414c33abe8b61736e62d4668e1845ba25462bf789d14703c49869a118ebbc22c60dc4890941bfc504cc4d31a10228262b2b8bc9ddfe62caed7931f5c47131cdb25d4ccb7d2ba66b2e8b997e9bc4ec406b31fbf75731e7f08098734f5dcceb6a15f33e368885dbbe8a8508bc58d8102e16b6bf100bbbbf88c5bdcd6289902d0e712d10875eea1487e6958bc3b6f1c5917bb5c45195d7c557c87fc457bb97c571875f89e31acac5094d48715284a538c5d2539cda5927bea68f14a79df8bff28235c569ff8e8baf1f0d15df103e12dfb29d13a7cb5b8ad37f7a8b3302ffb7d22bce36731067dbfa89b37b7e8b73464e8a73fee58a73b574c579b2087151baa2b8d87a5e5c7cdc5b5c5c39282e91268a4ba2cf892b13df8a1f9d3e20ae62d1c435e42fe267d49be23a8d1c717dcd3771fdbf35f1f3e1427183a79db8c96555dcb4622f6ef18a11b7d220e2b6637fc46d4cb0b8edc113718773a3b8235047dc912012bf84fc1277ff5f73bd977e897b5b03c47dcea6e2b7bc7be2b757bf8bdf96f0c5efb61f17bf434d88fbbf0e88fb6706c443897de2a1d44cf1f0d127e2d122acf883e221f107aab9f8e30a44fcd9922bfee23a2c9ee8fe299e5c70134f859e127f9bbe289e3eb5249ebe7256fcfdab9778666c563c7b264b3c9ba82afe115d22fe19ad269e6b7d219e6b6788e75d83c4bfd2368b171c4ac50b122bf1effa9fe23f9871f19269a978392750fc57a75cbcf6102b5ecf53166f5c2688ffad384936819f49e4af9c9028e9ec93285186242a56e912952f3992ad9bb892adf647245b43e425db7edc936c9ffa20d1d8192dd1be7249a2fd3857a2dd774fa263f355a2730e22d199c994ecb0da29d1e5074af48d50127d3ba1447f012531f478fdbf618951354f62f46687c468c45362341e2e3196d19218637b25c64288c4e49d85c464c85b62aefa47621e382cd9357d566261dc2ed96d899358b5ed96d868c32536880c89cdbbed125b330b89ede205899dde4dc95e752fc9dec65589bd1352627fba5cb25ff7a0e400a44b72646a46e26c7d46e2a25a2471f34896b8071f93b85f0991781a60249ededf259e3e0889e7d92c89e77598c4eb54b7c4eb8d91e454da7589dffc3189ff313989ffd74449c02982e4fc5e1fc9f9d4d7920bdedd920bd33f25170bac24177bde4b825cde48822eab4800c68912d08e3f1204f3a004912b274129fc9560325f4ab0fe7c090e8e97906e0b2564f0270919652ea1efdb2ea1377025f46e9884f97f1c5811c612d6bf5d12768cb6849d122b61af3e9670ec1e48b87251125ebcac847fe19b4400004904029a4420792d11d4844944370324e2f05589e4e49c24641f4f12aeee2b89e89e955c690d93441f6d95c4e93c95c4054448e2a4472571756249a2bab1247947aa24757eabe4da8bb392ebe25f921b170b2437bb4625e9930249c6cb6e49b624537267414d924b0c90e42e1e9314ec9994143839480abe184b0ae60f490a169a2585a71192fb8f4624f707da250f946c24c5b20449b1f76749592b4552be8e933ca4a3258f373649aad61f49ea082724f57bd224f5791d9286ab304963c2154963fda2e4c5ce25c98be2b392a6334f254de7f092a65a7749d39cbca459f7b2a42504236995bd2b69533590b4394225ed7e27242f17ee4b5e7d8d9374275648de6c7a23e929be22e929e997bc9d1e90bcfbb4281970634806a8272583be09922125a16438344632128794bcbf6821f9e05424f9fc675432267c21191b8e907ca17c947c2998937c1935948cbb7c948c8bab2493762e926f012a92ef7e68c977919e6446ffa864a6e9b364e66d976456e98f64d6fd98e487c16ec90fcb78c98fb3c3929f7f7892f9eb05925f3b6524bf817a923ffd5992c562a86409382f594ae149962587247fcbee48d6947e49d68e564bd6aea44ad6be80246b532e927f9e0f25ff806352991769d24da2e3525941a054f6b38654d1f7bc54f1a58f5449f3b674b375b65485632d55694c916edfe32655dfc794aaffba22d5f0e24a35f2aca55a06b7a4da166fa53a08bc54f77b8c542f4957aa2f7b4eaaaf7f51aa7ffa8554ffc3a274a79bb1d4243253ba6bc780d472ef03a9e59579e96e390fa9d555ae74cffe24a9f52e80d4a6705c6a973d207598614af7b9b74bf7e7cc490f7c8e911ed4cc921e1c72953aa162a447b9a3d263ae53d263d90d5217876ea99bdb80f4788b91f4c41e17e98995ed52cfd246a957fb7ba9b75cbdf464569ed477a3527acaa04a7a8abf477afab0abf44ce04de9b9edb7a5e7fcae49cf97e2a5e7bffb4b2f0c7b4b2fd9964a2f35ef9506cd184a01bb82a4007b1929c8634a0a42354b41d2335258c6a0146e7e568ae409a4c8f74fa5a86681149dd02f453f09946218e5526cbcaf14fbc4484a50749512cf1f9692948852928a83946c75504afe512a25ffa993526a6aa44c05172973d443cad2ac93b22cc3a45cb08294fb0ff81f07f719cd85f706003c9412c92a514649a292221411195999a9884466192151f4dd7befbd476553760925a388860a1921898c4891f8ffceffc5e73c2fee39f7dc7b9fe7dcf1e602b273db01397bb300395f5500b7fdd8803b3d96805cd87b406ee37d40eee44b409e5934202f6e0e70f7130b0058bf010028be080072b301c0c90500b8ee3800b6f31600d9d00c40bef305a0a631004ca506006b9806c0eff10110a91600e29fdb00d2e93e00e97e3580523106a0055c0030da8f03d87191006ebc0280fba51ec07f2406080e30004264134062e40a905cdf0590e0ce00a45f1a00f2ae22c0bd8834c03df43540e1962240e1ddc780228c0850f4a80a50ec2c0594bcd702946ebf0328dde30d28bdd00228e3ef0494330d008f4a560115bd8a804a4d6740e55437a0aaf23aa076bd3ae0f13e28e0c96230e0696309a021ac14d04ce1015ea446023a4e8b011d91ffc5277c4067a21aa013a700e8324500de1e3b06787b7527e02d461ff0eed424a0c76f1de083611fe0a3c94ec0479a01e053ef33406fd83ca09f7606d05fad0a18a8bb0c18686b020c8ec400865048c0b0ec3a60b8c31d303c9107f852370c18713a0e18a97b0218d39500be5ef90998d80f034cdef1024c32270153fb2f01a6d7bb01a6b9070073634affd90ff8b9ed14e0e7f210e0b74a3fe0f7a72b80e5efa7007fb75d00ac045600562ff801d7fdbc0654b81f085422fbfc7722690137185f046e387808b8e1a410b811d505dca45e035431f7076e3ee90edc5c330b54d5fa06544dfc0e54b3bf0bdcc2c801aa5fa400d5f366805b63ff03c502b7767d036a1e75056a6d9703b71705027738ef06ee703904d483d3817a2f06803b0f9f001a7619038d768380464b2540e3bf59c0bdfeb1c0fde7fd8116c763810780f1c0032f40c083d0edc043a04fc0c36eea40ab77bdc023f5a781d64e6d401b437be0b1162ed0cea81678fca812d091dc013c19630474d6c6009d5989c053b8f54077d063a047e663e099f063c0339f6f01bdb68501fdea5d8167b7c603cfeab603fd359780fe49a781c1fa8ac0d0b94dc0f3ebdb81e7b1af8017b71a022f1e36075e6cdc03bcd89f070cbbe9010c5bfd060c870702c32b8a81e17f4e022f9190c0c8122f6094533a30eae76f60b4db0830baa5161863a0048cf12c01c6640c02af6e6603af869f015ea56b02af3e98015e7de70b8c8d1f01c6e1dc8009d1306022ee3ef0ba6313f0fa491fe0f5823fc0e429143065040c4c5bef054c8bda094cdfd507cc28ff04cc0c9600339fec02dec45b016f0a3b80d9afde01735e9b036f57328079f7b38077136c8000502810b06c00047ad60041c77381a0e8582088180e04a7ba02c1434f81e0c54520ccfe0c10c67207c2ad6c81f0b26b40781d178878c80122410d4054161d885e4d03e2adbd81442d4b20f1301748bcae0d2462ac81c46785402a680b903ab61ec88a6b01b212c04016e025901d9e0ce46e9c06726d9a815c2f2990f7020fe4170f02f97f268082c3f640c1879740f13a29507c920b14d7e40125c06ea074cf26a04cab02283b3a06bc6f680a7c70ad0a58fce62bb0649733b0a4f33f4ba781a535c6c047b7ec81159689c06acfa3c05af5bbc0da9344e0636f21f0e9a645e0d37d46c0a7e2cfc0a70fcd814fbf17011b1ee7031b6b7b80cfc2b9c0e7cf70c066dc17e00b6727602bca14f872c775e04b0b3cf0e593486027e425b073e539f0f5fd016057f91ab06b7007b0fb7b3cb07bc904f866e304b067d349e047c704e0e7a039e0002910f845bf1af825f139f0cb130170649b2770e4f675e0d8d652e018f63770acf22df06be167e0f88654e0f8d670e0b7d479e037381038a1c9014e7cca017edf680f9cacdb019c3a05054e3d6f07fe585a034eef830367fea8027f6e5e04fe9c7b0c9c3f2304ce0b7c80f3f7a2800bfaeb81bf7adc808b1dcdc03f212ac0952d09c015b3bbc0354b7be0dabfdb2085e15890d2fd32d0065f166843ef6590f249439032d418b4c94415b4c97f16a492390edadc760ba48adc005233ba0352cb1d03a9557780d479ea20f59a78907afb49d056de1790863e04a4013905d218780ad28ced0169f55240daff14413a903e906ea204a4dbe309daa1ff07a46f1305d20ffb0ada7560106458ba0164d4cf0119c39820e3c65890c9fa4490c9a9df20139029c8e45f24686f8b3ec8f4fc77d0be1d3c9059e549d0feb7509079e13a9045040474d09b0db2349d06591e6904596dfd06b27ab40764b5d00f3a9af60a74f4e667908d8d3ac8ce471d64ff3d1274bc4b11e4203405b91ea280dca0a120b75f67411ea7b5411e97b7813caff683bc1c78202fff0a9057b019c8fb4935c8e7681ec877fd042890d7080a14de04053e7500050ea78082dc7c4141b51aa0e0b8f7a0d0377050e87224e87cb307e8fce41dd08567eb4161bbae80c2d01b40e19b8b41e1a52050c4012928ca0d01bae2ea048a565005457fff0e8ab99a0bba6a140ebadad50f8a8d968112fefe0025aad4801237cb4149d6574029163050cab5fba014dc25508a600e94f20a004a3d7a0d7463f62c28fd933328a3e53128a32f1a94c98905dd7c0601e5386f07e55cf206dd59f402e5992d8200d75920c0732b10d06a1708e8a10c023ebd0482f06741b00fc740b08f1010bca61184ac3503618e9d04618df240d8825e106efc2f8872401344b5dc0ca296fa8268175d41cc6100885d1004e2304920fe1673109fc601f107434142b5619028231024faf60b24365000c936734072a21c94df530d2a286f0715563a820a171c41c5a7b7824ae991a032440ca8bcaa1af4f0a235e861f24bd023603fa8fac44f506dd829502d4f19d488dc0d7ab6af17f4ec7c0ea819e0037aa1110a7a21af04bd285b076a5f2b0775fc6e06bdb73206f544e1401fcf59817a1db8a0bef60250bfe01fe8736e1268e0181934909705fab2ff3c68642f0a34ba1d031a2dfe0efa6a7b08f40df51e34f1f03068a2fe2868a2351c34f9c20f34e56c06fab17d0c347def0468c6a50b347b3a003427ba05fa3dd306fac3ce05fdb59f01afcb3101af239e06af1ffc0c564d7f09567dba1bbcc5f4205833c80cac99b41facad540dd6f1f006eb24c8c13ab78dc1db8c5bc1db1e5b82b77d5b006f2f0a00eb1b20c0063e116083fe01b011d71e6c7cb4066c1cb803bcfb1a1abcfbb60cbcfbee0bf09e2b4fc07b66fcc1260a41e0fdbfc4608b938b608b717bf0812bd1e0c3def7c05677ecc1d62ff0605bc36eb06dfe14d8b6e717d82ea6107c7cc33df071c007f0896742b0c39542b0430b12ec3831003e6948023b6d01804f096160d7dc1b6037dc5bb07bec32d8c3f13bd8e3b932f8cc8dad60afbc58b0d7030ed8e75217d8d73514ec4b2a04fb3e2082cfba0681fdefcc82fd27fdc04159ade020ca5e70d0680a38e47d0938346f081ce6970f0e2f5506477a00c197ddcf82a3fc0f80634ed78063f08ee0586f2a388e9c058edf4605275aff0027b97e015f6b668193973e83539d07c069a764e034ba1df8065108bef1431f9c7eeb0a38a34a017cf3fa1438fbf83ff0ed946de05ce42c38b7b91e7c777e2b18102e05035642c0a0080330387f1c0ce95e04431667c0d07c1e18ba120a8611ae805147f68251d63360d40512187d070746d73b83b173afc0f8a90230e15a2c98e49203265bba81c9fdf9608a671a98c2fc04a6ea32c0b4b2ab60fad93d603aa81accd8aa04e698de0073ccadc0dc1fed60fe9effb0b860417f1d58ea6900962d2583e56a6ee07badffc0f79fae07e75b3c02176e4805173a6c0517d10bc165a9d1e0b25b1fc0e52ae3e0870579e0475f3cc0158a54708568005c197c125ce5480457c7b682aba721e0c70838f8692410fc54be006eb278036e3a20003f07d9819bad8f809ba1607033b300dcfa540fdcfa060d6ecb6b00bf94df06bf525100773c8c0777cc40c19d5abbc09d3a41e0d74907c16f35ee803f7889c11fe05bc11f81e1e04fca91e03e780ab84f1007ee575804f7abbd040f5cba0e1eb8b9133cd816031e7ab313fce5fc10786433103ca22d028f606dc1a39be6c1a3c82ef0d86b0e785c430c9e885f034f722e83275ff7837f6c1c034ff77a83671de7c0b31783c1b3e1b9e059d139f0cf1106781eed039eaf3a02fea5f610fc8bdb0ffe958f062fc669807fdf808097d79ac17f899f21ebde8f42144c24104585798822bb17a258c583ac3fd90bd930690951b6fc03d99c89826caedc0351634d43b60c1d83a89b7d84a8272f41d4c560c8d67715108d8bf510cd3bfa104db13244bbf53b44c7b11ca2cbbc05d15b3f0fd133a885e81d3c0cd177c984e8c7f7430cd2752086bb56207bb6ae83ece986414c9cdc207b1dbf434cef2d42f66d3f09310747432c5ebe821cfa1003b1dc008158f647410ecfb843ac361c871c3d1408395a3d0cb16e5181d82429416c432d20b6821c887dea02e478da15c889476721cef76a216e7b0110f7d01a887b7f3dc4237c00e281ab819cb11543ce748741ce4c7442bc6cfd205e17a810ef9222880f4606f161a9407c338c21fe950248c09b5c48e05e322490e50109ca29865c328e835c4a03432efd888744f44921915f6b2097cd3f43ae84b440a23b2d21716b469084a83048c2950f90846bba90a42539e45af67ac8b58a79c8758371c8751b0f485ad536c88d2021e406df0a9209a543320b7220378fe321591fd5205933be90ec8aad901cdc71484e6b38e476ab16e4763f0172673b0a92abfd0692ebe101c92d7901c9dba603c943bf87004e044080a3b5109013070209888540909d10c8600f04dab21b02ff6c0e413bbf8660650110ecef7310fc191f081ede062178f44388122308f1e72884546c0421371640a80a4b10aa412c84fa4c08a179e5416891a72074c52108e3f84f08837204c26a7e096103df41d81f09100e9b0ce1c8ce4138a37f20bc2a1944c05e8488b4662022a71a8834320622fdfb172233bc0991bfbf08b9077f0179b00482e4c72320f93dc721454431a4d8e305a464171c529ab61b52667919f2c8580679c43682d46c1e80d4bcfe07a9b5f784d4d22321b50d3e90da090aa4aecd0ff2b8bd13f2c4040869bc780ad2945609798e5280bcb04987b4e858415a1d5721adcfff405a3bef405eed27415e897b205dd21948572f12f216be03f22e0208e9616e847c6a53807cfa9709e9d5a3407a7d3420bd4f7f41fa8c21903e9f5c485f0802d2f7b016d2ffb91532d0550919daf90432d49104194e6f837c392f864c0a3d2193df93203fb43a203f422e40667eea43e69a9d2073ab22c84fdf4d909fb34d90795b6dc8fcea22e417b90bf23b792fe477fd6dc89fe19390a59c1d90e5f5e990bf897190bf3f7220ffa2e321ab0c3e64cdef0a5471dd2fe8fa4a75e846d9085485500c555b8781aaad4f80aae179d02d997fa1ea477f40d56b63a09a89bba1da1ad9506d2d2454bb9b07d51ea341b7ed51806e7ff706aaebf10bbae39731545fe52274a7691574e79babd05db048a8416209d408140e35d9160f353908849a707742f786ba414d033ca0a6d802e8bea3fdd0fdd602a885c539a8052d076ad18d841e387e067af0cc3de821d705e821bf0ce8a10e12f4b03d056a4570825ad173a0476c11d0a3bbc150eb872d50eb6f8b50ebdf0b501bb364e8b19f69503b8b37503bda20d47ebd37d4619713d4212c09ea90d2097512bd813a55fc863a6f3e0675d6ba04753dbc0a758d7681bac6bb435d8beda0a7cdcf414f1ffa0675db610c75ffa801f5e8f0867a6e7c03f5542342cfb094a1deb127a1be19e350bfb443503f2e18ea570782fa3b9b4003646ed090bd25d073da3dd073a68fa0e715af43c3b4b740c31f0f412f5d4a845efeafbf28c204f4aae777681ce72d34219a074df2b9014dfa7e117a5df303f47a34129aa23f064df52e82a67e7281a60eb6436ff86a403352b4a099e85bd09b2762a0595b6aa1b72eff85decafe03cd79bf08bd1d170bbd3b380c05b9694141d0fd507017030a496a86c2f6b84161ffad05c2ce138a1e6c8262dd0ca0f88d2b5042e50328d91d02a5ecbf0ba5e25aa1d4b73a50eab42e940e3381327f5c82b2b69c85b2748ba1ac3f4028a78e05e58cdf8072f783a03ce3dd501e491b2ad4ab830a0172a8e8fc4fa8782a0d2a512a874a6e6841a56f695039a61b7a8ff2169afff02eb4c8b4145a1ae20e2d7d6d0d7db8b11cfa08f9085ae1b506add20343ab083268558d0eb45a2b095aa31706ad3db106ade560a075c6fed0c78846e8e3351cf4c996d7d027d5f3d0279f84d0fa8e26e8d37381d0466d14b4d142006d5c1e863e8376409fafd9405bb47cfedb5af2a02de1cad056790db4b53413da3abd05dabab20fdaf6341fdad6130d6dff3d047d39e50e7db57d03f4955808ed38df0d7d67c787f6c45f82f664ed807ef20c857e6aff0aedbdaa0f1d887b0d1d3cb2113aa4a1061d62dc820e639ca0c36f774047148da023d471e888dc1d3a1a68051d0d36828e2e88a1631065e8580912fa35ec31746203053a790e0d9d9658426762ff42e79efc83ce0dfa427f877a427ff7e7437faf654097663da12bec0ce85a5d1674ad6316a6e0b513a674a61ba6e4a5075baf120c5baf7719b6a1f2126c639e0f6c23731eb669ef27984ac65ed8e6b643b0cd2bd130d5cdd930b56d2f606acf9830b5e671d89664306c4b2901b6e5f1084c3d551da64ef809d3b9930fd3559882ed903f86ed28fd04db313e0e33b02b87199489617bb66d83ed210161268e0a30d3dbaab07d73de30f303d761e6472930f3a43698f935d67fea61e61599b0830c19ec60ef2cecd02c1d7668251b76581705b362dc8759279e801d733084d9c9f461f6377261278ed6c11cd73bc01c5392614ede6f61a72e0360aefb5ec2ce2406c0ce7c0e8079ff8d80f9c15ec00207d361419973b0a0c2dfb060783dec1ca712165a35053b1fb7017641a11b16de340b8b1014c2226b2761d182fbb0984d9760313616b0aba00c58ac9e192c8eac028b2bb385c555836071b35858fced7958fcfc4358fcb214962823c092b4576049a724b0a46e202cd5201196de1708cbf0598365d4c3613765cab0ac8de6b0ac0b0ab0ac341c2c3b421b96b3a71096fbad0d06a059c12067ffc2e0bf9c6008472d1882478621a6d261a8cf2e30d4f73c18fa851b0c67eb03c3652ac308f9e76184ef6130c23f251809f3014656718691936ec0c839eb61e4fa391825ad0f46dbea03636cfb086304d6c118dc1a18a35715c6a46ac258e7f460ecc47b30f6777318d7b80dc6c5bbc17803cb30be46168caf630e1394a06082de7330c1722f4ca87516269af2834946303069751f4cb6ee174ce68b86c9bfbf84dd535e86ddd74b84e51bbf86e53b7d8215d887c30a9f84c0cae646610faded618ff08ab00a376558d5a717b01ae32e585dfa04ec311c08ab7ff000d618b10dd6088b8135e54ec29a2052d833bb6ed8737302acd97e0facf9361cd63cc082bd54db097b696f0e7b792f1fd631f40fd6bdfb20ec0d7b37ecbd2301f63ed916d6538f857da87e03fbe8d90afba41907ebb32c877ddebe08fb9c7302367ce7036c54fd276cec5f386c7ccb4fd8c40f0c6c32b71e36953700fb2182c2a677f6c3665cbd6033d06ad8ec82166c4ed91ff673b00db6600784fd7a711ab678560df6db301ff6fbdd69d8df3b95b095084fd8bff01ed85a79036cada113bece580fbece771eae18940c5f3fb70257de6c03df44dd0bdf72e1145c730a01d75c9b816b7f3909d7352b83eb865bc3779c8a81ebfbde85efbcfc0a6ee09204371434c18d3624c18d3c06e1bb03ece0bb836ce17b1f1bc1f78e5c869b2ae4c0f7c56c82ef6b18849b3d3f0237ebbf0d37c753e107de58c20fcc04c00f72d3e187eddfc00fc75f841feecc821f7eed04b7b23d04b79ad8073fb2f113dc5aac06b7b1ba0f3f56e801b76b7f0cb70710e0f60f17e1f6b30370478f7cb8d3f611b853d739b87be810dcbdb71eee117603ee1de20bf7a66e81fbec84c17d8e9d83fb644ec0cfbeab82078c01e0813a77e1410699f0102f1e3cf48801fc42311f7e919507bf583200bfd8fe051e76fe0d3c2cda091ebee10f3cea4026fcca8212fc6ae50978c26115f8b5a377e0c97a3fe029cb25f03417013ccd6f029edecb8567bedb08bf89758767f95e85dff2be00cf664be0d9f7a2e0b7735ae0b9127778eebd2bf03ce063f8ddd1543880b80407a6e7c0c19b2fc3c1bf4fc16121bfe088dd2038f263041cf9b9058e8e94c3d10ffbe018bb243876f7141c97bf04c747df83e311b170fcbb0538f1bb104e3a858793784670d200024eb16a8033fa4de0bc30325c1826860be7f070e1af08b818390097d885c2e5d77fc3e52c63b85cd40b7ff06b169eaf1e06cf670cc10b6c6ce1050f1ae0c53915f0e2c58bf012763abce4571cbc9cfb1c5e79e504bc5a74185ee3be15fe38f721bc5ed11bfef40816de44588237dff8037f31390a6f390e86b7dc11c2db1a92e0ed66afe12f5787e15de59fe1dd4f1fc0df38a1e16fca8ae06fbefac2dfde20c3df892ae1ef9af3e03d9b03e01ff7a7c13fca2ce1bd752ef0be3c147ca8e9287cd881031f9114c1477e5e818f7eec848fbdda0ffffaf93e7cfcf71afcfbe176f8e43e2a7cf2c449f854b1277c5af70e7c66381c3eb37a1b3e7b70183e075a81ffd4de0fffb9cd08bed0ff0efecbf620fcf7d570f89fffea6a79068e58777404a110a38350d45047283aff462812fb10eb2fe821d6df71426cb86883d8144b41a8a26e22d430eb10ea179211ea051f111a6c278426cf16a1f9311ba1a38a426c7bd083d81e6c8fd8de7c0ba18ba940e8994c21f4c2a2107ae19711fa8abd889d9bbf2176b97c42ec92fa217635d4230c9ca50883aa5884a1f56e8471af3dc278421fb127aa00b187178530b98943ecad7c8a30b5b34198bdba85d88fbd8d305f7e88b07002210ec8b6202c6d4888c36a4988c35a5188238f4f208e16d5238e365723ac8f1e445883cd11d6446dc489f3af100e91ef110ed80d08c7e79b11274b8408279f6984f3f12984eb2967846b4e0ae2743b03e179d51771c6078a38031b4278e9f310be181d846ff17684ef6f0ee2aceb2384ffb66d8880952a44e0612e22f0e8494490d5754450d1054470581722442306712ebe1011aac34084e61f42844ee9202e546f455cbccc445c944211615eee88308c001156be0111be898e083fa884b8f4088a881ef342c49c8843c4c45823ae0e9e43c4ee4945c445e420e215f211f17fe7118966a68844ef2e44e2d8694412650a71dda71a91bc671691b2251991969f8d480fe723d2e11d880cd771444690089171ee0a22b34c0d71d3f83de226c31091e5bf0d9175370171cbe83c22e7151191ebc146e4595f42e4e1cd1079234588bb110f1177531a1177b92908607c130278cb18011cad47800e6623c0d7551150e5ab08f86e3602712a04813a740181113f45101aac1144f95f04453886a0f2e1089ac27e046dd71f045df014c13c5c866032af2358a7dc11acc8bf084ee719043f1383106e398310511710e237a608a99a1a429a4846484bbf21e49e2a887b07c210f74b3a100fe47f100fbad21185fe498842881ea2f0672ea2e8f11b44d11a01511c6d84287e3d8d281168234a7e86214a217044599c26a23ca100515e1e847858700a5179aa15f198a888785c7603f1f8871cf1e48518f1647216f1547914d178a00dd158f50cd1d84847347e8b4534e505239a7e3b209e65a011cf88998866ac13a2d57c2fa2ed7819a21def8ae8306d4074076c4074dfa94574e32588b767f4106f493a88b7abdb103dfbef217a4ac3103d8b30c4071d05c487c8fd884fe40788be7b30c467df2f8881b565c4500604318c59420cbf1f408c28e010a32b2988af89ab8871b319c4b8cd2fc4789d1cf1dd1b8f989ada8ff831af83983dcf45cc3ead41cc5df447cc477523e6eb3e217e4dbb237e3b872296d40d117fbf4211ffec0210ffc22588d507bf106b065f116b97a690eb9b41c8f5fff4901b4e9c432aaf4b416e3c7f1ea9dad58654d30845aa4d8d20b740cf22d5559a91eaaba1c8ad8ac790da91ffe97b86d431dc8cd40f9d44eeda1e8b344c588734068c218d7f6b23f72c409026742cd2a44586dcbb958034d53e8e346f3d8c3c943d8a3c0ca2218f44ec441ed5d0415aab4b90364db548bb877348fbc7adc8e32d0ca483d000e9d47f1ce9bc2506e9aa91823cadec85f4dc58823cf32702e9e542407af99821bdfe2e23bddb6290befb6c91be116ca4ef5215f2ac321719b0f112322081800c9880210343a39081340832c8aa1b19e4f9071914b519195afc11797ec20a7931ee06f262563132ece346e4a52be1c84bb719c808850664c4ec6364147e0519c56721af085f20af2c3920637a9d9071732c64c2c30bc8c4e25464d27904f2dadb5dc8eba033c864f41164ca74363275672c32350e8b4cbb398e4c2bf980bc21fd84bcd1044766bec3236f1aab22b38eaf4766355e45de4e3241ded90c43e6de7647e6ad97220159d79040461212867444c298fb9030c96324dc330e89d8b98a440876201183879148bb292432cb0c89665c43e2dcd590f8a23524e1741492d0df8324957291e40f5b9194bddb91d46bed48da9e14242dee32929e638664d48c23d939af909c6f2d485ee60892270d46f2956c91826350a4e0663d5230790829e43e418a1cbf214570345284bb8014971ffacf15a4f8d92252dc2b464a5f1e42ca0ea9216549b148192f1129ff6487bc1792857c707c10f980781b59b0ef20b2e05418b20033842c6840210b5669c8c2c8786451940c591cb51d59cc68459668fa20cb764e20cb22fa908f72f49195597f9155499791550fbf23ab1dd9c8eaf8dbc86a6003b216ba0759e7628bac63c6231fe3de23eb8fd0900d635264d35526f259e42de4b3d84ee4f31d9f90cf5dc690cf4186c896d30dc8b69b33c8766329b27dee15f225d404f90a9281ec38f21df95a6717f235a50cd9c57988ec7a8645762b42906fab1d906fdbf723df052c23dffd57f3efb1ff90efbfd4217bee21909fc83f90bde747907daf129003bf362287af6e427ed3f3477e3b3d8b9c58dc8f9cdb4f46fe6c2620e76761c8c5e751c83f2d75c8a57d7ac8a5143fe472961b72f99e02f2afae27f26f9e2a726dc403a5b47018a5024b46a9b48ca2544d4fa1548f4ca254cf35a2b6c226515bc760288dcdf528cdfb47515a7b2128ad376aa8edc6eaa8ed3d3628ddcc0cd48ec6d328fdda8ba89d0f3551868e9e28a31bf328e396dda83d219f517bb701507bfdc7517b87ac50fb4ed4a0f6c1052833ce06d47e7b086a3f1a84da3fb60565e1f51a75b0ee00eae07b4d94e5752794d5f84994d5af63a823195da8a37391286b8bd728eb8b58944df10fd4b17c0b94ade42fcab6612bcade3b0e757ce302ea444b0cea64cf38cab9fc16ea14ed1ccae5642dca65e000ca155e80721bec44b987e6a3dc7f70509e463b515ed25694cfba65d4d92d45a8b34bdb50feea5c5440dd0f54e03e4b54d035175450ee382ad8e4072ad8e2092af4340615baaa8c3abfed0aea42472c2a6c7604754912818a3cfa037525008dba22c2a062bc865057336d50f1fb77a0e21f1c46c53fc7a1127ae8a824dfaba8a4a930d4759dc7a8e46b39a81be15750371ef9a0d25f28a2324cdd51990fafa332c75c51d9efe4a81cf902eacef958d49d444bd49dd4f7a8dc5f95a8bc6d2014906a800219fba040850a2870f44d1478828082d6bf45415fbc44c1d3afa29086d628e49b9b28d4a17a141a3b83c24aaea228068a28ca90004535af44317a782836ac1fc531284071871751bce03728bea1058a4fd745098fad43090b4a5122ea244aacf91d25e97b849226cb51d2eeeb2869bf254aae5b85bae72040ddbbd48cba1fa4847a402f4215ce6aa28aaf3aa34ad6df4095d826a34a3719a3ca2816a8b2899da887d222d4a3e7d6a84aab1554e5fd3254e57430aada3e19559d5080aa6e0a40d56cfe8c7abce6887a222e43d55f94a1eae315500df06854e39d75a8c682785463a129aa79f112eac5031eaaa5ea00aa2da816d5b6fc06d50e80a35e3ecb4075b84ea03a9e8ea33ac3dfa05e7bbd43bdbeea8beadadc88ea7af60cf5e66e19eaed881aea83672feae3fb23a88f1f9d509f10cf517d072ea2fa8644a801c524d4e05639ea0b178d1a4d5b418d0f3f404d00afa226ddad5193b413a8a99351a8a94722d454d70bd48cde5dd44fb775a879d26ed4c2f201d42fe53da85f7932d4efba2ed492e3226af9b018f577fb3ed45ff414ea2fb107b5b2290cb5b266825a5b70452bbd5c8f56fae38ddea8760ebda95511bd69f52b7af39949f4967a2c5add4809adee5c83566f64a335f227d11aad05684d0f2e5ab3c91cadf90c87d68e1c426b43fea0b51bcbd1db620068ddcfdbd03bd814f48e392bb45e0301ad1f0b47ef4cd145ef52ae471bc4a7a00ddebe421ba638a18d3c26d146c9cae8ddb072f49e012ada34d114bd2f310dbd6fad0f6d26bf8fde9f32883e68b1156d159c85b67ade8bb6ee7e8b3ee646451ffb26433b18b9a21d8e89d127878dd1272746d04e9651e85351996897134b6857fbe7e8d3b152b49b423fdafd4a39da2318833e93b78af6aa1a427b97daa37dc295d1be462e68bf1c0bb45f4519faac4508da7f3b0a1d907e1c1d38fc151d24fa8b0e69aa449f5bda890edd3b820e5d3e80be600e475f8806a22fc42ea32f2c87a32ffaa8a32f665ba0c382fbd0e136fde84b2619e84b081574c4ac06fab23f077d39b21b7d19bc037d79a9001d25bf838e5607a263ee05a0afea5f465f2dff808e4d79828e5dfe858e53c944c7df41a313bc1ea2134dbea3af5d6940273b8bd0c9d147d1c9d701e894df8ee8d4d5b7e834ff5a745a45343a6df417fa06c6059db1998fce381a86ce847d46df742a41dfa42fa36f3e83a36f9dd882cefe8a41e76cde8106146d47032d32d0404b021ad49c8e06a7d7a2c1dc4434a4bf050df50e44c379fbd0f0c19368e495f368e4ed62342a968546d597a3d1877fa331c7fea1318d1968acdd4934ae591f8de79e47930e04a0c9c69a680aa70a4d79e682a6c3bbd02ce67b34eba11ccd0615a1d9d0223447e51e9a73b112cdb9ec84e6bd5343f3b76d470b1cf7a1c527abd1e25205b478c4142da92a434bb7a5a0a52f11e87b1792d085f13c74b1151d5d82d343976d00a2cbd063e8f24ddbd0e57bb3d0e56673e847fbccd115d7acd1d5d4ade8ea1e0d744dce26746d120e5df71b807ea2f70f5d0fdc8e6ed4ffcf1810dd8494a19f25be473fbbe68e7e766700fdac6a11dd2c5541377fdb8d7e61b309fdc2ee21ba156a8f6e452ca3dbbef9a13b43cad0af459ee86ea57be8379d97d16fb526d1ef93e9e89efb01e80f90cbe8dee81e74fff141f440972b7af0031a3d54fa14fd657301facbee01f408f7207ad4b009fdf5aa317a5caf033dee3588fe96c4427f8fad454f9a7c404ffeb4424faefd434fff3146cf589f45cfbc5440cfc63ba2e78e3e41ffdc3f805e38d48e5e084c452f4446a217ea3fa17f692ca2171fc8d1bf2f72d04b9ea7d1cb058fd02bcc1e8c42ab0546e147364649f52966bd692b6663db1866e3483e66135b8a511d9fc0a831ce61d45d82315bdbba315bbbef6034edb5305ac7a330daaf4d313a33248cae7f076647f0638c5ea835467fc30866e7e614ccaef02accae9be6985dcc6f18e36b1318d3b578cc3ed5358c59452bc65c31197340d085b114e5630e5f3e8bb16ada893982f3c31ce99ec558b3c9186ba93bc6a65911637bbe01637b7f1c63673287b15ff98039feb41be3a0b01fe340d2c09c4cf5c59c3aba11e33a908d711dbd8f711dbb8c71cf81623c76e6603cfc56301ee7ca3067a6b763bc0fe6627c9e39607c15ff60fc1c1631fe485f4cc0502e2650cac3047ec8c3041d37c404053a6082372b6342d4af6142dee463cee96dc584326898f31a99980b816d98b08e624cd88c31e6526d282642a91773c5fd0a267afb322676b2081357b51593b87e0b26f1d3034c92a11926b9f61126c5fe1426f5720c2635198f49337a89490b8dc1a49b976232f45f6332d54e62329d063099a58731b790004cb63607931bfc1e038aecc280ed753190f1fd18c8df400c8c7c0f031b29c7c02b7c308890480c72fd490cb23f0883750fc4602bde62f0dcdf1812af0043bd0ec5506fd5616805e9187ac9290ce3f7060c932ec4b00d75306cae3386dd7114c33570c7f01d173042a636464c2bc248e26630d2c1458c6cd731ccbdec3b98fb2bc99807d7ae601e30bb3105032a988215274c49ba25a6b4f004a6cc2e0853ae988f79b408c6549c09c254ddb1c254efb1c15477b4636ae506983aeb02cc53cf1798a70f4998e633d731cd5550cc8bed539856d31c4c6bfb554c3b720cf392f417f34ad90df3eadd234c47a916a6732513d3e5a183e97a5e8ce94ed980e91e2ec0bca9ecc3bcebbe8d7937df8be979f51cf3b1a107f3f1ab12a6b7ed07a66f291cd38fa162fad99d98fec24d98cf433998a16b65982f897f30233bfa30a373a998afb800cc37510266e22a0733f19c83f91ed686f9feeb24666a831c3375250433c521617e087198e9ab7ccccc4567ccec3925ccdc982ee6a7763ae6e7edb7989fb26b98f9f5c198796e16665e02c12c1cbd83f9a53e86f96549c42cc64f63fe9c98c32c0d0f61fe1a63307f1db3312b476c30ffa221987fff94306b53ebb1eba447b00a0bafb18ac7776115436ab18abf9e619558efb1eb3dc6b0eb61cad80d5d37b11b968cb12afbf4b09b5dde6355cd14b0aa004bac6aad1276cbe702ac76cc36ac76f63456c7e0175687f00dbb2ded02767be337acae3507ab1bcdc2eaf6856375bf1fc5eae5fcc1eac1bcb13b0ff6627779c66077b5dec31a3c0ac61a6aac6077c713b17b3e7ec49a84eb604d3eb763f72ebdc7eefbbe196ba6ef8f357bbb8035ebdf8835ff5c833d74f213f610c9066b99eb80b5baf1187bf4dd34d696c5c5da16dfc3da3edd83b54bf0c6da6f48c41eaf6cc31e9fd5c69ef09fc19e4848c39e5829c43a8499601dc0bd58c7d854ac234184753676c6ba8c8f62ddce8460dd3728623d0d7763bd7a9ab1bedbaab1be3f80d8b34e81d8b3110ed8b34530acffb1366c50ce116c509b3d3678a5121b9a18830d9d61632f18cc632f862460c3361962c346bbb061f3c3d848982a3672de187b795d38f672e4796c94c97a6c14b6191b5dd78d8d6e9ec7c6f066b0b1b45fd8245b0f6c12f9293669ae027bedbc37363924189bfcfe2236cd431b7b23f42636432ec0665afec166fabcc5defc6884cd1ad88cbd9500c7defa70117bdbea0f3637a5149bcb5cc302443a58a0f97b2cd08e8305d57b63215b56b1f0c9602c62e537166923c2a23ffec4a217ae61b17725585cc2612c0e78164bf06fc5129b22b0647f3b2c9da78ba577db6019c4362ce359059669a387e5d4f76079da1a58bee757acf058195678dd1b2bfc1286959c598f95a9efc6caf18ad8fbbbae62ef3fa8c73e505fc63e0859872d3b908a2d5b73c196db65631f664c621fb5efc63e7a5387ad544cc156ea2e63ab32df61ab18d6d86aab8dd89aaad3d8ba8d626c5d6e0eb60e7b045b87bb89ad7bed80ad9bfc8a7dfce80bf6c9bb2bd8fafc13d8c63307b18d31746cd3a1006c93bf1ef61955887d36aafbdf6a82b0cd45ebb12da94c6c4bc9176c4bcb0ab60dde83edccdc847daded897db7bb07fb9eee87fdb03f03fb51958efd2898c6f66e2dc5f6dd29c6f61b7dc77ee64761076347b1c3fa4ad891efe7b1a3fb2ffcffdbd2d1bf26d8b1733cec58942d760a6681fdb163277626c9003b9ff613bb503789fd05bc85fd05956317d729619796b3b1cb7bd2b17fdb9e60ffbecdc7feedc562d78aad700ad01c9c421d03a778f0106ec3d3299cb271156ee3c84b9c8a6809a7ba1b8c535d8dc5a96d44e1d4f7a8e1d44ff271ea5ed9388dcb6538cd539538cd6fbf705a1b53715a9f7fe174f2bfe2b6f5d5e3f4b69be3f48c9a71fabe51b85db12c9c81c1769c814736ce08e68c33d69dc31907f6e38c6fe6e2763beec6ed2998c4ed3d9184dbdbdd8a334d3a89dba76582dbcffa8633377a8d338f3e8c3b68ff1477103d823b643e883be4338b3b1ccfc31d2ebd873bc267e28eeeb0c61d3df41577d43d0a7734ab0167cdb884b3d9608cb369b3c2d93e798ab3fd07c3d9ad5f87b3cba7e38e1b6dc41d0fd7c7392676e11c6735714ee246dca9470138d7693ddce97def70a7e352706ebae93877a7259c7b5e2cce33d40f77e6f6419c575537ceebf70cceaffd10eeace21e9c3fbf0e1770ee322eb0661f2ec8f713ee5ca525eefc3d02ee82f631dc4576382eec59212ebca41d17fe1b8b0b5fd98abbd4be177719b50517e51e8bbb92ff0e17fd200717fd6c151743c8c1c50cffc025c8737009af747149f7aee2ae914670d7f17f70d79f2071c9c6f771296adeb8d4bac3b8b42b69b8ccc613b89b679a71590718b85b7bdee3b2ff94e1724a1a70b9bf37e2f2560ee000c18538507f040e82a9c0217a337048d5581c72f7361ccafe240e3d5384c3083fe3b08c601c2ee6020e576f87c39fbc87239c6ec511a27d7084afce38a2a60f8ed89e812319eec2913e64e0c8b41a1ccdcf11471b2ac0710e8ee33844151ca7a705c74bbf8ce3c3b138c1195d9cd0fb014e2831c489758538f19577389948889313db700f64aeb8c2582eae3883842b710cc195c6cfe04abf0de31e1e53c255346be12a0ff5e22a9f4ee3aab568b89aa8045c8df42aae76eb2aae9601c6d5fe63e2ea341b708f8786704ffedae2eaf75be0ea6faee29efa7dc43d4dc0e19efebd8e6b088bc43d3b7506f782ef866bb9d5846b99f4c2b5aaecc0b57deec5b5cf81702f5d6a71af2a6ee23aae84e05e578ce25eff7982eb3253c375f939e3dee964e0de3f9ac77da88fc37ddcae82eb357c82eb2d7a89eba326e1fa050cdc67d46fdc602b0f371c60801b263be2bea48a70233a30dc986c37eeeb902bee5b923f6ea21c859ba21ec1fd78711bf763d018375dab819b7e76033713338d9b2954c5cd8675e2e63f27e1162a5271bff69171bfdcaa70bf7ef4e31603fd71bfc7b8b83f1a97707fc48eb83fcb4f717fdf69e3560ef5e0fefd57cb6b0ef978c5d10d78a5052fbcb29314af9c178fdfc849c4abbc86e155375ec3ab3e6cc16ff9e383571fd983df9a7d0ebf95bd8ad790bcc36b1e2cc56b0efae3b536fdc7e40f5edb5201af0dfa86d73984c3ebd8c7e375dcbcf13a2956789d4c185ea7ea1f5eb7d70bbfe39d0a7ee791737843bd3cbce1f58778c38e68bc911d1b6f9cd68d37663dc3ef796b843709f88037b9a2823769bc8137a566e24d6bf878d3a7d57833ec04de8c02c19bd78fe30ffee1e10fbdb3c25b5eb3c45ba671f1968052fc61eb0f782bcd4778db4dc178db3657bc3d92853fde3a8a7730f1c63b1444e31d61dbf1278f59e24fda55e24f025ee39d7688f04e8b60bcf33b25fca9c014fc29a421dec52616efdae38677ab2fc57bfd48c47b9bace17db31ee2fd9e31f07e5f3fe0034107f041947ff8201a1f1f5c44c307377dc007b739e1837fbcc787164fe22faedcc1876be8e2c3b54ee1c3431af197cec1f097c25af011451ef848ad3df848036b7ce4e1097c549f37fe4a5334fe4abb041f0d2fc3c7442be2afba6cc55f7d05c0c7220ee3e39b55f1097746f10933adf8a4db97f0d7d5bfe153b578f8cc0305f8cc2c777ca6a8097f13f80c7f4bfb023e5bab1f9f6da58bcfce1ac0e7acff8dcfa914e36f1bdec6df86b7e0ef5cd888cfdd5d8acf3d1a87cf33be89cff3aec5e73db98ebf1bb4057ff7b5131eb8fb341e08a9c7834e2ce0a1b5fa78d8790a1ebee7191eee4fc323144ee311eb017894e5433c3ae4001eab73198f9b60e0f1b9c7f18430199ef0c01e4f58de822746e5e349ccdf7852c9389ea63781a7f7dae119c5023c63e80f9ed9fd10cfde7f04cf8e9cc0f337d9e385102e5e583c8c97fc7b899732f7e1a5032e78e9842a5e8622e2e5146bfc7de42e7c01651e5ff06f33be74fd177c797934fe61ed21fca33422bec26a165f71e335be32cd0f5fb976185febfe1dffb82102ffe41f15ff34b300df70e927bee99d04ff6c7505ff5cf91abe592f00ffe2f2337cdb9b717cfbb03ffe55ae0dbe7bf747fc1be606fc9bfb6ff1ef8d06f03dcee6f84fe1d7f09faaf8f8debd2df8cf79e7f09fe71ee3878ed1f1436ef1f8a1457bfc88f217fc58e6207e4cfe03ff95740b3f6e7f0dff0db81d3fd16a839f2cba849f0a28c24f9596e07f9cb6c5cf207ee26744dff0b36f42f07374097e618707fe979337fed7dd4ff8454a09feb79f367ec9d803bff4598c5fd5c0e3574f3cc2af5e55c6afd984e0d7fc390445109ab0fe703661fd9b76c2faa936c2266b2161133c80b0a9e20641b5964e501d4712d442fe1134ae8513342097085ac743095a499a04ad27dd846ddd14c2f6a728c20e3b1b825ef931825ecd5382febe4a82e1ce55c21e1698b0a7369460227624ece51913f6161209a6177f12f69dbd4c30fbc92758ec95102cce3d2058c02b0807fce7080708b7090793ee100e3ebf4738643349386c26221c7e0f271c5e7e443822a6138ec86a0936e73a09c754e308b6362482fddc79c2096309c181fc9fe7230427bc1ec185af4970999c27b8de7523b8eb8f10dcff95113cce42089ee95104afa72e041fa82fc1179649f02de921f8990c1102afa71202d91c425099192198d84a087e7e8710dc9f41087d9a47b830e34608931308e1e54042e49bbb84cb3b2b0957f6b512a29b2b09b1de7c422c0f4e88153d23c4f93108718f2e11e2dab711122acc0889a39f08d7b49a09c94c012159ae4048a1b81352db9f11523f1512d2ecd30819342e21ab7e2be196c21142ce8e61428ed88b90f3be8390d3df46b8add840c8dd1e4cb8ebf59d0018e41300e31904e095420270a69800c24e13c001440298f38100e3071050cdf304741b8880d38926e0a96802812e23103e5611c85a2104b208492057ab1228a0510265429d403bf680402bbb4ba07fa612e85f1208f4d9570486f60a8169b495c032c310d87db6045ef12d02afc48520c88e2248f47804697a1f415a9c4bb8b794442888c82314767208456e2e84e28d4e84e20c3b4269e93f42e9e7bb8432bd758472c856c2432339e1217f9a50c18a2454760b0895237242f5b9ff44e811aa9fdf20544f3e27d418900875dc1784ba792ce1898911e1494100e149952fe1c97002a1a13387f09c2221b41830082d971b086df9db09edcaea8457ffcdffd5af6a4287ce2ca153e12be1f57232e1cd6432e1ed995ec2dbe644428f9f0fa10f9f4a184857210ce63812bec0ae10be086f1346cca60923770208a30439616c770ae1ebcfd384f1ccd784698f7f84e9a7fa8419133c6186c725fc62471116e9a3843ff93e8465c01ce15f2794b036f380a8c0d0262afd6311d70fd2891b9f971355ac2b892a9d2a4435c7dd44358f5ea21aa68fb865924554df9f4454679513d59f9c266af4b2881a4bfb885a6b4789da678688ba871e1375435789ba89b5445da684a8fbd893b843564ad4cbbd45d4df6e4cdcb5f1077197961b7157c763a241c073a2e19c1371f7f416a2c94b01d174179c687a7d03d12ce40cd12c9d4adc1fd146dcbfac4f34c70889e6cde144f35fa789073d1a88873c9e100f25da102da10f8996525fa295c17ae2118a0ed146994bb4a53e23da4d1613ed959689c7f7da138f7b9b101db7bc223a9a4d129dac7489ce156ec453a3494497c426a2abce05a26bde75a26bc912d16d7d11d1ddaf86e89e7b87e8de7183e8716f3ff1ccbf21a2f7ca02d1b7b58c78f65d15d1dfee1bd13fa78e1872dd9318329f493cf7419518bacf9a183aad483caf554f3c6f65413c5f47225e84fc255eac7a4d0c8feb24465c7a4b8c681c2746fc4927469a6d2546edfe46bcb20620c6e49712af8a8c88575bac88f10fae1313d6fb12933899c46b3a52e2b5d52862cac936e28d1d52623af31031c3f60031a3e93431f3b00ff1e6456be2cdb43ce2cd2919312b1d43bcf5b7819833fc9978bb609878bb6b3ff1f6d750e29d6dabc43bb9ddc45cdf1c62def147c4bb4ebb8977874044c0b66c2244d441844cec24423ded8830a73b4418f105119ed54444f0854464b53711d9504a444ed710f15a534442b48848a8592012770f1349b93a44726c2291fc76994825d8101936b788ccd01b44e6a32622f3358ac86ec310397aa7891cdb2ca2c0439528c81e230a081144c11f2fa2f0e20ba2f06b1d51722a8b28b93a479406661365bb8e10efdd9d24de93ee21de7749243e101b100bedec888f18b1c40a8defc48a08656205771fb1e291945851d54cacdc9641ac4476126be2be136b11dec43aa31c62dd2506b141a998d8481a273ed7bd4e7cdeed416c365d20b6a8ae115bf75189ed4eb1c4ceee6ae26b4d12f1f5c97662d73d2d62d7374d62d7d41ab17b9d3af1bf26e25b199df8b67b8ad813c3207ebacb257e7af88dd8b72391d8e7bb8fd857f285d87faa85d8bf324afc6ca3411c304d250ea9a41147ec5d88a30fbe11c7eaff11c7a709c4c9801ee2d41719f1874a1371ae7088f8739b1f711e9b4cfc556946fcf53b96b8d88825fe0ef025fe4621884b5b66894b763dc4a56786c4a5957ae232ce98b8bcec4efcbb43445cb1b122ae9c3f465238d8435258ad27296a50498ad7f4484af7d793d647fc246d38aa4cda700240da78bf92b4f16b2a69f378184955e849523b4827a9b9fe226d59ec21a9338f9034d41e90b47c1549da2589a49d6a28d22e369264a0ae423238c024190ca5920cc62424c3d20324c3ca172463352ac9f869096977e524c924b69d6402cb2099125348a6358324337b10c96c219bb47ff751d27e870692f9e1ab24f3a68d240bd44f92c5b361d281d5fba4831039e970d84792d5a127a423b82ad2513b00e928f51be9e88fd3246ba601c97aad8c64b3b39a742c5c8764ab4c24d9dd2b221d2ffb4e3af142403a797d9e7472e438e9e4b43ec9293884e4cc3a48722ec0905ca3d024376d09c99d08209dd1e5927c3e86937ceda648be174124bfc408d2d9ffc6ecbfc98b14a0f0811478d69f149ca5450ad1ed219db31c239defca265de0f34817756248615dc748e107ec4897a0faa44bb2715264a73329eaed3c29fa8e1e29c6428574d59446ba7acc9d14fb308014f7b79d14cf3c464aecdf4d4aeaba46bac67e44ba5ee549bafe229574fdbb2a29795b1129553f8c94b6e922e9c62085740bf2899453709e74fb852f296fdb30292fa48f7477fd131250ef3a0978ea3d0988f944020e1c2681dfba9320be9b48700f1a09fdf90209bd9c41c2564493701b5548f873bd24528f03897cbb9c4401dd21d16a7791e845f52466480b89eda744627f292071cdc649fcac309240ff2a4932fa9a24b51793eebf78437ae0e04d2a00b7930a5db248458feb49c5f6fb4825b0415229f632a96c670da93c5783f448ba8754913e45aaacd122552f1349b57b9e90ea3ee2488f158f911e4b44a427bbf692ea9df6901a70b1a4e71901a4e7438ba496ad16a4b6ef6ea4f6834cd2cb0d06a49779bb481d23e9a4aeaf7852d7c215d21b8d59d29bd207a4370deb486f1d57486f4f9990de653490def5ff25f5f488491f6e9f277db288237dbaae4bfa24d625f517cd91fa6b6f933e9b3c260d6c409106dcaf93066424d240be3669d0619e34880b240d1b5b914663a34863875c496397a9a4b1a874d2d7ba56d2f85133d2f74d79a4c917eaa4c97e18e987a709697e471d69fef610699e1c4a5ad0de455ac8dc41faa5b540fa9da743fab7034dfa37fb8fb4ba4e85b496924e565ea49037dfd021ab1afc26ab524464359f4f648d888d64ed0805f2b6b226f2b6b737c9bad34fc83bde1891f5280664bd4e3259dfc081ac0fce21efdca64cdef9cf936c8cb526ef2eb322ef6e8926ef9e0692f7443a91f740706413541379ef772db2e9a155b2596d0ed91ce442366fde4db678a9453ef8e914d9528a251ffed04b3e3cd24d3e66cc201ff356201f83be229ff87081ec9882209ffc314b3e15ae403e45bc4176fdbd83eceece21bb0334c89ecbf664cfd5efe43397b3c9ded71dc87ebe1de4b33714c9fe9d17c9fe5fa1e480002572c0f0757290852a3934a0947cfe402df942f626729809921c3677931c7e3c811c019f225f499b25c7d4c8c95703fe91af166893633747926355b791e30c2f91e33582c9f10ed1e4787f6f727c059a9ce012454e2cfa4c4eacc9255f03d3c9d7cad4c9d7273793938d2bc9c97de1e4b4481e39630b929c21df40cecaf623df72aa20df7abd44ce8e9925e76ab892f334ce91ef7a6690efbe7b46befbbe9a0c50d94d06045491814d0e64b8cd6332e2d87532c26d9a8c38b7838ce49490d14dd164cc89e7645cbc23199f1c4b26987990c9e5bfc8e4b650320d8524d34fbe26d3457d64faf2253243bf89cc5414939981103213f992cc5c2920b35ce864362696cc1d4091b95f0e93f901b1647ef325327f024c1698fc240b85366449e05eb204f9882c79b59d2cf5f6244bc1e164d99b6364b9f212f9de8c947cffc92572fe2e09397fc8995c70b09e5c9062472ea89b2717aa12c9858d2ae4e2e04a7249089b5c16e8477ef4a2875c11d448aecc00932b7b02c855bf86c9d5724d7275a309f909659edc70e10eb9f14c36f999720ef9795f1ab9b9ff1eb9e5f24b724b9e2db90536496eddfa8edc061b20bf54a921bf3c15497e19eb467ef9ec20b9239f487e6d334f7edd104f7e9394437e67114d7e37bb89fc117396fc69dd3cf9536b1fb9f7450ab94f494eee5b7e48ee0f4d260ffadf260febd793872d1f90c7b6b692bf71d4c81321d3e4895c3479e217973c75b781fce3470479face2879fa0f8c3cfb5a9d3caf1648fe85ee202f96c7917fd7ec27ff99009097f214c97faf6a9257ffbb39ad7b924a51a8fa4151a41750940ecd51949e7a5194a67751d62f0e50942d54299bba82282a4b6314b5931314f50543cad66737281a4d0a146da3fd94ed0b1728ba3b52283bacd0147dbbbb949d6af3949d8f5328bbf6f8500c1fe7528c52972846e46314e3593ec578894e31b1da4d31bba940319b9ba6ec3f7b8962b1f69662b9ee02c5f2c21b8a65d620c512eb4b39bce44c396aa049396a694bb18e30a358539228365e1f283675dd149b96698acdda6b8a6dc53b8afd9a3ee5b856de7fde508ebf4ca038683ea6384e5a504e4adc294e0dc914e7e47514e7772f29a7f476535c3649292eb52694d3faaf286e307d8a7b4018e5cccd0cca99a7bf293e87ce527cce24537c12e3287ebc82ffb453ce02cc2967173e52028319949088384a08fc382534c8861226455322b4dc2991079094c84b8594c8a4794a64fb0fcae5f11e4a8c4a372566668072d530837235749272f5df2825f1d379cab5e7df28c99063941b659394f410334a3a1c4c49bf4fa7dc844e5272bef8536edfeda5dc1ef7a3e4066b52eea6a85200b2280ac8a69d027635a6406cc72890cb5d1468d8370acc934b4114585390ef4d28c85e4f0a8a7f9c82f9de48c18b111462543985383d40a1e80f5228579f5028295c0a35319942db7e86427b9943a15fb1a3305403288cdb5f280cca1f0a633589c28a7d49616f57a7b0a5e314f6a30a0a7b8e4ee1ee3d44e1570329fc37772882a9518ad0bc9122241ca28814f653c4e18728e29b1f2862128022dd3d41913a912972e14dca83d5764abee15f4ac1842aa5701a49298a65518a9db19452bc03a56c699852eeeb477928b3a53c0a3843a938684fa91ccfa1542e6ea554b7b851aa7f8b293526ed94daea154addce204a5d9322e5b1bd3be571ea36ca9384354a7df95d4ac379174a534a0aa5a9ac84f28cef4a7936b28ff2dc034a6925f3296d1a9d9476772ae5e5da4d4a47fe5b4aa76e08a5dbc990f29eb88fd2d3b542e9598ca57c98cda27c225ca47c5a15507ab78753fa764650fa6834cae733bb289fbd4994c14b8a94c1e855ca17ed3cca977dbd942fd77f51be4c5328a3e7e594d1d478cad75ba728df207b28df0ace51bee3e629934eb594e95def28330e1729731c07ca7c8688b2d05a45f9b5e24ff97d5795f2bb3c84f267d329ca92992a65891c4f590d8fa4acbd55a22a4437531596d2a98a5b86a98aef0854a5230bd40d6ec9d48d682daaca5645aacac127d4cd27fba99bdf9fa06e1e8350557d55a86ad6fba85b02a7a85b6481d4ad310fa89aa55fa93a2de7a93a2ff9d4ed0af1d4ed872f53b7e79fa6ea9e3e49ddc177a3ea355550772acaa93b6f53a9bbf216a8863a9ba846c363d4dd31e7a97bbe7753f72cb853f7ac60a87b557653cdc676502d0e10a807769da71e1814520fedfb48b5dc3c4f3d4c30a41e16f652ad2bcca936afcf53ed368aa8767e62aa5d5c13d5fed87aea711700f5f8b314aac3ce3f54470330d5714e8dea64bf4675dec8a69e8218515dbe41a8aebb6e524f6fa5503d6cce503d0ac0548f291cd533fa0dd567642fd5b7ff2bd5cf1e45f55b8aa39e0d4da2faeb6fa5fa7b9ea6fa7b8f520336a850033510d460118a1a5c384c0d1e3f4c3d1762403d574da1862d9a512f6d73a346ec3f418d72f84abda272881abd538d1aa3cca7c66c9da3c618c450637f13a8710af3d4f8e78dd404fb1e6aa27f11f5da2e7d6ab2e3616af23b2c35d56a9c9a3a17494d8bd1a666f4fa5333a64f513331386a26a7889a39f4967af35a0a354b2b869a6527a266a1caa959e2e3d4acfba7a8593f36536f3df1a7de1a3e4dbdb5ac45cd7e514dcdd32ca0e6bdc750ef7273a9e0d369542861900a335da1c292d2a8b0dbee54f8e5a3544cd6652aa6f41d15bbcd988a7f5f4a25de1aa41217fba964550d2a39769a4a2170a9541f20950ec253998e0c2ab3673b9595904be5a023a95c0d3895ef7583caf78da30a8e595205b34fa822d568aad8f11155ec544095993b50e5e73ba9f79cd4a9f7c8cbd407873f510bba5da885372e520b4107a845460fa8c5bb2aa925f243d4d20c02b52ce516b522359b5a955949adf1bc4fad3b47a7d6b7eda13ebdd84c6dc056531b2d7f509b92b1d4e733246a73a31bb579528dfac23188fa22b295dad29e4f6d539ea4b61b2f523b50e1d44ec94beaeb64536a97e7676ad70087daed82a6be33efa6be7baf46fda0f99afae1169efa016746fd187f87da17564fed9b30a17eb6aea77e8e18a60eaada5107773b5107fba7a8c32fc5d42f9ff4a8a3e418ea685b12f52be33775025b449d24c451a734ee537f6cb849fd31d0499d466da5ce3df9405da831a32edef0a5fe267ca1fe66fea32ea59552975947a97fd578d495e56fd47fa243b4759a153445d2244d29524853025da4ad6f3f46db50984edb50a64fdb58f08bb6b1ee0d4de5059ca6f6d097a656174fd3d8ba40d38ccaa769ca7fd3343b82695a6c5d9af6e019da76c9019aae6081b66363194def4c194dbfec096d976d0d6d173c856668944433043fa1ed99d94f33e9f4a299e2c269fb0c8fd3f6bd49a499792ad2f6379ea5990f1169169395b403615eb4034f576907e3a7698721489ad5d62c9ad5b66334ab539d342b2a9e66f5ef2fcde69b12ed18558d66abb181669b3d48b3fb6f0e768d8d34fb7d9f6827ac0ed14e08926927fedda3398ddad09c831934e7b87b34e7dc519aabad2fcdb5f118cdf5b531edf41153da69fbc3b4d3911f69a75f13696ecaad34771f28cd7db698e651b385e6f9a38ce63db19ee6b7ee3ccd6f8c403b7b3899e6ff854e0bec1ba605a3fd68219631b410fe0e5aa8ca1d5ae89e1ada79c424edc2d642da85844cda05cc4fda85ba43b48bd76b69170143b48bc539b4b0187f5a78d1282d426b921693fc8e16838aa0c57c75a1c5de4ca0c50e9ca6c5adfda3c51b1ea0c5f71169897a776949fbbed292dcac69499c4fb4a42700dab5a84db46bb14f68d7deaca7a5d4dea2a55ebd4acb404369991efeb42ccd445a76ae132d5bf88676bba8867607da4acbdd914acbcd5c47bb8b50a4dd5dc6d0402fad68d0ec581ab4bb8b8648b4a221ca37d11083341a329c434339eda2a1153268e8d0351ad6ea010de7fb8086b7a2d2f0f85c1ac17c378d70e81f8df4529f462d9ea5d1881334ba9384c6ec3b49e3587ea0712d0768bcd0589af01899265c21d12466c534d946214da6b69156a41c462b9a0aa695981ea695ef0fa49567d169e565e1b487aa0f698f6c6a6955de2bb42afa7ff1139d56fb538df638e115edf1b09cd610354f6b4c9ca3358e6ca13531f4682d55625a6bb413ad2dc999d64e39437b690fa3bd2c19a7bd9cdf4e7b0558a4752c6fa7750e96d15e1bf8d35e9fbb497b7d2994f6463b86f666389bf6d16495f6c91643fbc45ca37d9a15d2fafa7d69fd4ae3b42167286d64b4823616fb8b36567a8436d67d83f6b52496365e9a49fbf60b419b40aed1becb05b4c90d08dad45534edc73c96364b54a1cd4afc68b38feb6873110ab49f112768f325ddb445f754daefe29fb4df4b8f697fb52fd2feea18d0565ecfd1fe2d75d256b39a696b57ba686b5d20dada4c2e7d3dfd097d4383367dc39f28fa16672c7d6bb598ae71cd80aea9bf42d77448a3eb20d7d1b799eea46f57f7a4eb4ebad0f5ec52e93b0d3de8464453ba71550f7d9f7b087dbff915fa7ede2dba45d267ba85b48d7e30e834dd929446b73ab9916ef5208b6ef323946ea79f4ab73bb8936e57154bb73f584eb74f0ea6db33cbe90ef7c3e8279977e827a73ce8aeeb807457e24ffae98439bafbcd45ba3bcf91eea15a493fb3f91bdd7bc35bbacfd804dd57711fddcfd59c7e36299f1e68d4460ff18fa287244ed3434603e8e7f4b6d0432fefa75fd054a45f3819420f0b384f0f3be74d0fcb0ca587b7d5d02f5d0ea747d864d32f2f65d3af683ea15f09a9a15f39574fbff2ea353df64a1d3deef5457abc75123d1e72861eff5b4cbf165d4d4fb67b4e4fb66fa0a7e833e929811df41449163da5ef353df54422fda6c62cfda6ae06fd26f8363debd046fa2dcd66faad1911fdf67165faed0c4dfa6d49083d577f071db011400716dea383de26d1211d57e9d095043a029d47c744dea263994974022e864e3cf4934e8ccfa693369da55343efd16995afe98cfb0a7466bc129da5a84f676fd846e7f805d339d72ae81c2089ceddee4ce7edcca3f34e19d2f95fe574017b2b5db87b1d5d94544e97ec72a54b1ec9e9322f45ba5ce12dfd1eb58f7e5fa18d7edf7c9c7e3faa8d9e8f1da4e7cb9be8f975d5f4a28385f422980abd583d9d5ee291482f1d1fa797b396e80f53b0f4caef647ad56e257a55ef3f7a5db625fd89e229fa13836bf4a6fd29f4e7451df4e654577acbae13f4563d6d7a1b6e1bbd3d2182fe6a9d39fd15678adef983477f1df295fefadc18bd6b2f86fe46a189fe36a990fece7286fede703ffde38579faa7af707adf4653fae75306f4cfa558fa808f3f7d00da451fd65ba57f0988a18f18d7d2471c03e9230540fac82f63fad86667fa57ad75f4af3eedf4091b14fd3b6833fd47f51efaf4f041fa8c87097de653347dce8d499ffbe2499f5b6ea5cfe72fd117801cfaaf03a7e9bf439be9bfbb7be94b4fafd197430ce8cb55dfe82bb970faca834efabf581e7d15bf8bbe2aeba0af7eeba3afcef73214402086c2a70486121bced8e027636cb87586a1bcfb004379d093b19132c0d89438ccd8f49cc7d8dc12c550b5b560a812c80c55198ba166f28ca1f6cf8ea1ce6b60a88f1f6568ecf362685caa6068f03733343b4b19dae7018c6ddb0f3274d36f33764c5d60e8b5b0183bb5108c9d910f183b631218bb002286818d25c33077d77f980cd31b1f18a6459e0cd35fe30cb3ee54c6fe870286395a9561de60c738a0b8c43820ab661cfcaecc38641fcb38349dccb0dc846658f2961856e5998ca3174a194709250ceb13290c9ba0a30c9b6bc718c7226c19c7eaae33ec621418764ff733ece5fa8ce3c12a8ce3150e0c871926c331a89571725489e174688de1ccdfc4705e9b679c32a864b8fa1c669c7e9dc6701bbec1f0cc7ecdf044e0199e247386a7a08ce1f9789ee155a5c3f09a2c62787b07327c2e1e67f88d9e649c95d830fcf5ff30029c848ce0021b46082f8a116a7f927161359d115e9acab87403c3889c47332e67ff644459dc6144f76a3262d4fe32629377326273448ca4f03846d23b63c6b5b3158c54ed1f8cb45c1546dac83823fdd97e46fabb2b8c9b6f0e306ee99e67641fd2fb4f15e38e4f22e30e7f1b2337f21f2397799a71f7720a03a8c46680f13f1890c64506dcaf8f81de7b88817df88b81cb99651099240669c746063982c8a0febbc260b87b33187974066385c160badd6730af9d6670d306185c401183fb633b83174b65f0ef4733840c184394b28521ba896448dca10cf9355386fce62d869c9ac6b8af6cc278b0ed3ae3c18dbd8cfcaffe8c027614a360680fa3f8239b51b2b89951feb88af1e8d10e46a5b205a352ff37a3ea8e15a37a1f84517d87c8a88978cba821e21875d70c188ff755331ed37519f58a4846bddf1146fd0343467dfb34a3e16b1aa37180c668522e663479d119cf5b8c192f68e719ad56c68c9719198c0eed7c46a79235a3739b31e375b41ee3f5f74c46b7662da39b4767748f7732dee89a30de241933de665932dee6e7317a1c408c9e3fcd8cbe901c46df075746dfda56c6e747538c81cff18c41073bc660029731b8b295319cfb8331528d668c0fdd617c3bd2c4f8762394f1ed610763229ac89858bec7f8beef2b639282614c318f30a6d818c62c1fce9803bd61cce7e933162d3e301663ff30165373187fce42184b9d4e8c7f078319abd5bdcc75fb1599eb6e0b99eb9a5a988a7977998a9858a652a094a9d47796b93e05cfdc5006666ee8b2662a2b6830553c72982a635dcccd33094c0df344a626a78da9a3789fb9dd6886a9ab7482b923f40353ef48327367410a73e70280b92b7b03d3a04d8b69888a661ab21e310d47269846a458a6b1d897b9e7f273e69ede1d4c53e12cd3acd19ab93f498bb97ff933d362e41cf3c06c1ff3e04c0df39030e13f00a6a5e039d32ab99969f5bb87696dbccc3ca636ce3c6658c274ba7197e9d4ddcb74b6f9cb3c35e4c8743911c274bbfc95e9f6f91bd39df19be9c929629e719a629e79ebccf4fef785e9a310c0f4c15f6206b4cf3003136399818c03ccc0571066105dc40cd9a2c40c3981639ebb7a8a79ae379219ead3c9bc68f6987931259f19766a9e19f65a9d197ea48019eef28a1971d69979f9b41233ea118319d72562c64f4432e3ffea3313eef433af4d6733afafffcabc7e3b99997c4f8799425763a68a3c98698e60e68d247f66c67c3e33736f073373e402336ba59b994db566e6fe7ecdcc0b6861e6e5d631efee90300123714c90463f136c3ec904e70e3021dba84c98fd5b26f2660913f964898912089968e60a13934762624dd498b8dbed4c1cf53e93307780493addc4245d443149cd5f98f437794c56420a937de009937d668ac9c9c96572db8798dc913526cfec28933f54cb1465f098a23f5799e2ed62a6746f13539e4563de57e867deff9dcc7c50b4c27cf084ceccf7356116ca7e338b8e58328b4fe6314bf75d6296bfbec3ac6cd660567e4430abdc4a98b5a92798b5afcd988fcd0f30eb43bf319f3abc6536aa87309baa6a98cf3dfa98cf970e329b739d992f1cb6335bcebc60b6c42831db83dd99af027b99affa7c991ddc6866b72080f926e919f3ed9626e6db73decc9e8ff3cc0f3443e6476d67662fa093d94fad677ef6f7660e6c7cc81c70ca620ec43c600ee9aa318732b731bf3adb33bf6623995ff3f399df36b830bf856299df2658cceff408e60fb807731a0161ce998d317f6ec0317f6e1131e7512f990ba6eb988b17c8ccc54f1ce66fbf11e69fadcecc3fbab3cc3fe951cc6583ddccbf2a07982baf1599ff949a99ab06cf598a3726594a07c258eb0f48581b4e37b1365ced6229cf9e66292f1f606d1c7dcbda74be98b549a0ccda5483606d5a3bcb52892e65a94c56b136dbef676d865e626dee3060a93ece65a9ad93b1d494852c35bf1f2cb534064b0d8c63a975cdb03423b6b134912f599a8d592ced964b2c1dad8dac5d5e4a2c43fa3696a110cb32fa0266edb962cbda33dcc23289a962993cffcbdabba4c9dab7eb36cbec949cb5bfee21cb7cd19a659195c83ab043897520ff0ceb20d48175f0b91deb909b8c7578b19d65e5066059313a58478c1d58472a2d59470d1fb16c548758363dee2c9bbe16d631bd5c966de623962d3b8065fbef0febb88e29ebf8360bd609df38d6897219cbe1cc7a9683409be54cf766b9fca3b35cdfa159a71be4ac33392e2c2fc902cb1ba1cff22e3666f9c428b0cefa84b2ce5e44b10229a5ac20737f56d0810a56702b89159253c53a971ec93abfb98a759eafcd3a3f6fc8baf0cc8375b1659015ee97c70aff3ccc8a7c7487157dcc8a150d73605d0dbdc5bada98c48aedbac08afd788c954811b0aebf97b1d2166659e9e16f5937276c59d911edacec942456cecb97ac3b35a52cc0053516f0e35f16f4cf0516926cc842311558e8d6491636e9090b9bf39a85abbec9c23dd16111d277b32899175994b1701665ed318bface8cc5887461319d0658ec94711647fe97c55d9b65f1b4b35982a16596d0fa3f1f065912661c4bbe9dc992ff4961dd83ccb0ee638eb1ee3f04b01e74eab1f25f4059051b14580506adac82842bac829775ac22b75bac22621cabb818c42ab98e63951e39c02a0ddccb2afdb2c62a8318b1caf28359e5616dac87ea9b598f2cc7598f1c6fb12af02eacaa4336acea6304560dcf945523c7b26a4608acc785a7594f3afa594f1bf3580de12bac86814456e3464556d3366556535003ab295e83d5d4e8ce7a16d5c37a568363351fb9c96ac93fc06a6d7dc76a0ba96575f471591de3bb589dc64cd6eb833b58af6b18aceeb061d6dbed57591feb52589fac4b599f3e5bb07a9b15597de173ac017d1c6bc008cf1a201bb0863c4fb3be7cdccd1a1bf9c0fabae901eb9be122ebdb1975d664b9296baa388235cd0c67cd3c22b3667d7b59b3dc17acd90e6fd6dce2386b21c989b58079c7fae56dcafa9302632d6184ace5b30bace54b17d8eb80256c85f97f6c456b045b29e8065be9b22d7bfd8b42b672693a7ba39f227b63229fbdb1cb8cbd69c3007bf3940e5b75d598adbe60c7d6d87f9aadb9539fad79ce9eadf9ef2b5b0b738badd58460ebea6e62eb3a55b375df16b0f50d3fb177327cd93bc51d6c834f6fd9bb75abd97bd5cdd8a6016d6c53b9946db6ab926d16e5c03607e2d81667aad816297bd91699656ccb9d66eca3cc31b68d590cdb26eb09fb98cf04dbf6869c6dfb9ec83e0e2c651f6f1c621f7f37c23eb1fa9cedb043c0769c9c629fd2ddca3e5562c576d9f694edfa49817dbaee2cdbcd4183edbeef24db7dcc9ced79642fdb0b2c647b7b48d8de69216c6f493edb472791ed634d62fbbb65b1fde15decc0b15276d0f62576f0b600f6b9bfd7d8178866ec8bbe89ec30b1233becd902fbd2fbf7ec88758decc88cff6e36b10476545b213bead326f615c831f695455376b4e90a3b4645951dabdace8e776c6627ec096227e4a9b093722cd9a9473bd9a9f67aecb40d6fd8690fbcd837e206d9373af7b0d30b7eb333824bd919cd3aec8cf6ddec9b7a64f62dc1243bfbe631f6ed984ef69dd8bdecbcdd74f65d6d221b7820880df4af668329196c489b9c0dcd356243110836bce63a1b6df6918d311b6263a6d2d9f8d34d6cc262149b38c26393029bd994bfcd6ceaeb976cdaba1b6cdab668368d93cc667449d84cbd436c4ec1309b47d761f35a95d97ce025369f76952d8ab3618b9bbfb0a53a096cd99b50b63c3f9dfd806ac5ce8fe0b08bc263d945154aeca2df6bece210337631229f5d62fb985dae92c42edfa9c97e78d986fd284f835d25186257afab6757bf2f61d76c61b06b1e1c67d77e39cc7eece2cb7ea259ce7e4207b29fe25fb09fd6b9b21ba5deeca6edf7d8cfa82bec6705c7d9cfeb84ece66baeec17d553ecd64224bb6dd58cddae2260bfa4ec6077ece5b1bb9dd3d96f1ab4d86fde7d61bfb7ce67bf7f2e667f12b3d89f9d37b007f38cd8430deeec31ee0bf6d88bc7ecb185cbecf12c77f654b21a7b6ec33ef6cfdf2becf9d80cf6fc540b7bc1c482bd50b685bde82a67ffd9b49bbd7abf88bdf6e52b7b6d14c55efbf69aa3e0d5cd51582ee128a56ee128e59fe6acb7efe66c5c98e56c6a54e56c765ee16c7e13c551bb9cc451abddca51d773e7a8475671d4d37771348e7ee268196a71b465de9ceda9a739ba71af38fa102c477f398d63283ec931eeefe4981c1ee1982c4e71f6da4770f66fdcc1d9cf9fe498d3d91cf3f6398ec55c1fe740f807ce81bf2b9c4301159c431224e7d0430dce61ef0acee194539cc38fea3956cdbd9c238fe33847bace728e3a65728e3d3dc7b13ba2cab1f7a6718e93251c472b28e7e4b81bc72555c0717d50c6f108d9cff1f611707c5eece4f8c9af70ceeef9c439dbb997138838cc091cb9c3095ca673828a199c6087939c7333524e18e909276c628813fe2980136138c589906ee4444a0d3991bf033897cdbc3851da6d9ca8280627aae40ae7ca149973653986134d59e044b7847062a7e639f17ebf39097f889cc4f1039c24eb979c548639e7c6e961ce8d39474efac66d9c8ca0a79cccf165cecdd9439c5b3feb3939f62a9cdb6fe338b7e71b397772f670f2d2d671ee86697100df23399082650ef4e6590eccfc38070e5be26027a11c9ca50e075726e7e01e6fe71086cd3844900587c8f9c021b6ac7188cbb61c921b98438a09e79095fd38940e30877a399943a31ee1d0f7d970186e9d1cc6edbd1cc6f23b0e7bf3250edbfe0a873b58cae1fecae108c46e1c51ae02477cf33047cca57224a3039c7b67df73f2ef69700a0786384563a69cd275669c5295114ee9717d4ed93632a70c739053fe2083533eb089f368f835a7f26335a7cad68d5313a5c2a93b33cfa90bd2e43c7961c6791acfe33ca59de4346684701a1b5b398d9fd6731a4777709e298838cf3b5b392f984b9c17cdfa9cb68d499cf6802d9c979d12ce2b8dfb9cce5d4d9c6ee228e78d128ed373d987f3f1e03acec7ef799cdef86b9cbec72a9c01f300ce50693c67981dc1f9a20ee68c6cb8c919910b38a303099c31e215ced7d440ce783f82f36def206742c394336923e6cce2389cf9ce3f9c850447cec2c223cee26c31e73787cdf9730ecb59e6a1392bea67392b895b392b431b38ab2e6d5c859ba35c85d1f75cc5027dee7ab397dc0da3be5c65d16beea68835ee66ab51ae9afc065753f92257330bc8d5ba26e16a01a3b83a8461eef6f59fb9baebe45c5de91277c7a697dc1d21dbb806c9fa5c43421cd7701cc0350a79c335faf185bb279bcfdd33edca3549fcc035f9b089bbb7dd90bb2f7985bb6fe43977ff9971ae799e32d722cc897bf09b03f7b04725d7eac41bee51f62eae75f041aeadf626ae6daa1bd75e0fc0b57f1ec43dfee327d7216433d761ba9debd858c83d797a99eb92749febd2b59feb3a66cb3d8d1573dd866e70dd490b5c0f5d2bae870189eba9a0c7f5dc8ee47afae970bd363de67aeb33b83ed562ee59fd5ddcb353aa5cff755bb8fefe10aeff9559aeff3b4d6ea00e871b78f52b37e8f7276ef0c5386e306c847b0ebec20d3572e05eb870887b0119cfbd20d3e55efcf68f7b71ed06379c94c40d1736722f7d5ce046b6b3b997d71e73a3343f70a313e8dc18dd596eace677ee7599213725dc929b7aa6827be36502375d7c8c9bbefc9d7b47f521370fe8c4bd1bf38d0bb8b19e0bd2d2e382cf467361b6755c58ea352eecdf162e122fe012feb9738951095c9262199764f1964b8a49e592fe9ee392ebb95c4af77e2eb57c9e4bbbb9934be39b71e981715c0644ce65f4c2b92c1a8ecbcedecee5ca0bb902d007ae5044e38aa3ce71c5a016ae54c1812b5d4ae6de33a372ef1d1571eff59fe0dedf0ce4dea76573f3199fb9f993addcc2f893dca288016e31b5845b0a52e696f7c6731f6e7ccfadb026712b6cf6732ba6af72ab764e731f7fe9e73ef18fe23e997ccc7d1a67c06d0cbec06d8c59c76dc414719b9c7ab8cf3678739f2b01b9cfb58f709fcf06729bcda7b82f2caf725fb47fe5b6e41ee6b6e42f715bef8771dbf7b3b82f8b76713b34bf723b266e703b77c6705fdf6fe6be5dcfe3beddb595fbee9f36b7a76896fb617e90fbd152c0fd44f9c2fdf4399cdbabe5ccede5a572fb77cf73fb5bbab99fcd2db803f460ee206e923bd47f9a3bb436cd1dae29e77e9974e28ed5da70c726aab85f8323b8e34668eec47a17eef75832f73b609e3b794e9b3bf9ac9d3bb9728c3bbb70883baf09e6ceef59c79dbfe6c85d88f3e42ef45ee02efcd5e02eda3772ff84bee4feb905e72e69ede6fe55f4e6fec5a471579d77f0d6f13b78ebaa7ff0146aed788aedaf794a7b5a794ac328defa75ce3c656d1c4f25f1236fcbed489e7ab99cb735bd85a79db085a7dd57c2d3297bc8db164be76d4b17f0b601403c5de6319e7e9c2a4fffae02cf408ee1197eb6e2190e497946c0499e1102c933f675e51957efe319372af176076de099d858f2f682bff2f67d76e79951b579fb0f94f3cc9d4679e6431d3c8bc33f78168e309e855f3acfa2c2877790e8c43b84d5e059aa3fe3599e29e31df643f1aceaaef16cbe4278c7ffccf01c102e3cc7fcc7bc93da43bc933a19bc9376bf78aed2adbcd3072679a7cb313cf76230cf433d88e781c9e0791dc4f0bceaad783efb76f37c84de3c1f399917801be50570e77841e77579418935bc90ec9dbc10e8342f5c2ee5457c3cc28b5813f1627a667957d5bd79719bb2798997667849db567849247bdeb5e51fbcebfea779d7bfdde55d5ff3e625eff9c84b916278694a71bc34652fde8dbd0abcf4fdadbcf4c0cdbc8c02292fa35bcccbece7f36e3eace36539bbf3b2bbf3793996ff7839f70ff27246bb79795ffff10028110fd05ac303eef5e10153ba79e0aea33c34cf9c8779f29687b575e761bb5b78f8602d1e691cce23738c7994437b79944c168fba36c8a3fd4ce5316efef7a0573acc635bbbf1d8e38b3c0e3e8bc729abe171bbcb79bc7bca3c7ea09c27387b8a27a86ae449cdb6f0e4897b79f7768179f7a2b278f70ffbf1ee7bb8f1ee575ee6dd6f3ac6bbbfaccdcbff66cbcbfffb8157d075885738edc82b9e48e59548bef14a0ffbf0cafe0df1ca2f74f31eaec3f32a462d7895eb2c7995c639bcca2524afda708857edfd8b577d693daffaef265ecde9a7bcdaecb3bcba5316bcba3820af6e90c6ab4f1ce43d250df09ece02784f574ff31ab4d5780d9f8ef29a3a3279cf2cfb79cf6f25f39a35e4bc66b080d7da34c27b75cc94d7d199ceeb5456e1753a75f23a3b9b785d7737f0ba3e9ee5bd3926e0bd89d4e5bd29d9c47b2bdbc27bb7f711ef5db426afe75c03afe7591baf4f1cc5eb0ff84ff14fde60be0b6f58e93def8b7108ef0b9fcc1b635fe08d5f6ce78dcfa9f1bef73bf1a6e5d5bce9b954de2c748a3757e5cdfb7df729efcf5617ded294176fe5cf0edebf8d00debf6393bc7f7f8d79ab55bf78ab8d19bc35535bdeda39216fed0b9cbf8ebbc45738d2c0575859cf57711fe26fae27f1556d597cd5bc5abe2a308aaf765dc4dff2d590bf35d299bfb5fb1c7feb0a80af712c97af692ae16b292df0b51efaf0b5a33ff0b55f5fe4eb042cf27502bbf93bd406f93bdab6f0f5cc33f8fa8baefc9dfe297c835447be416718dff8bd2d7fb78e1f7faf853b7fff764bbec5912ebe051ecbb72077f20f38baf20f9cace71fbcd7c23fb4fd19ff70b402ffe8bd45beb58631ff58870adfd6678a6fb7ee09df5e610bdf5e692fdf7efe0affe4088b7faaff01df35df86ef5a52c877fdd2c1774bd2e0bb4da3f9eeef75f81edb617c8f7616ff4c660dff4c563ddf4b8fccf7b25fc7f7de9fcdf7b198e0fb8468f27d1b4df9fe0e3bf9217f3af9a157c7f917121af917f072fe05ae1effc2a730fec503a7f9176b1cf9171b03f9e14966fc4b6951fc08403f3fa2c6811f79cb827ff9d402ffcacd6dfc2b3209ff6a34991fbbde8d1f171eca8f2bd1e5c71faee127e8abf3130c2df9099f71fca4306f7e4ae3117e6a60253fb5659a9fb6e33b3f7de23d3f2395cbcfe068f1334fcdf36f2567f16fcd1ce7675f7ec6cf7e7c957fe796251f5058cf07063de6836ee5f0c1a4663eb8e7321f3259c0872c25f0a1f0543e5c790f1f5e9bc9472be6f0f1fe157c7cab0f9f70708c4f5876e19374417cd2fe6e3e8991cfa732a6f8b47e2f3efd860b9f7115c1673a06f19995723e73298ccfd20ae7f3c20cf8bc7f343e7f3b9ecfcf9be58b7738f3c577bff125a74ff1258d57f892253dfebdd46ffc7bac7efe7dbf6efefd4804ff418203ff0133805f906dcb2f34aee7177641f945a7dbf845978ff08be6b6f14bc0b6fc72e5147ec57024bfead85f7e75048c5fdd31c3afeddecdaf33afe53ff14ce63f1187f09f7c10f3eba12bfc262c95ffdcba8cffe25a07bf25369bdfae788adf6e7697df7ef107bff35836bfd3cd9fdff9ee3ebfdbeb3bbfbb740fffcdab1ffcb7d12ff86f17cff0df156af2df3bc1f93da41ffc0f5d33fc8fe1c5fc3eab557eff467dfec0f61ffcc12335fc2f3b80fc2fc835fe58e201fed7180bfef8433aff9ba2037f02bb993fb154cbffeed0c3ffeef596ffe3e7047f5aa9863ffd5e853f1b71823f9be3c75fe85cc75f78fb84ff7b7b207f69f8367ff9258cbfb234c9ffa7e0c95ffd3acc5ffd4de1afd5bc14acfb4e11ac5b3920503af543a0346828d8a03c29d8b8c346a0561d22507b46146cb97f55a03eba4da0fefdbc407d71bf60eb9e7a8106654ca07d5b4fa0d3f452a0eb1929d8e1f84960e0f7576010b55360b0745260a8e52d302e1b159870170526638f05a61a5a827d634f046615f902b34f29820301de82037d40c1a17339824379a38243d54281a5638ae0e806b6e0282a476073ee9fe09856abc06eae5a60b73a2b38fe2848707c39527082912c7048b31638140a04272f0f0b9c10628173ca168173e1b0e0d469acc0f5c875819786b6c0fbb1a3c00f5b2938db8f120468080481131f0441ce8a82109ca3205474507031224a101e6a2b087ffd5170e964b9e05268b020729c2588a97a24b86a5e2a8865f60a622b6f0ae23fb60a126a388284ee684152e7ac20a5cf47907a3e5a905ac814a43ebc2e48573616a45b170932ec8d04372d0d04375b130459dc2241ceee2c414efa03c1edad3382db2494e08ea0417067faa020f7969ae06ee60301e0948100e0132a00843c1500c2db0540bf1001909c2e802a180b60eb2b04b09b1b05f0eb620122244580f8322040116e0bd0053704e81eb200f30426c0fc0911608da80242fa3f01d1d15640740e1410bf3809c82b1302f2ea09014d29564073460968822501bd4c43c0383b28605c98163060f7054caf5a01f7fc26010fe92c10ac850984ae8b029116492049f214486a620492892081ec6c91402e0a16dc339709eec566080ad03704858a5582e2cb4182b2230705e53d91828a844141c58aa5a0f29caea0f2ce4541e54889a07aeebba046e987a026db435083cb143ce1aa0a1a148a050d2a5f040d92f582c6ac5cc1b36cbae0b92b52d09aff56f0d22558f06a4951d0e9bd5ff0fadb8ce0f5d26641d784bfe0bdc91bc1fb3a6b41cfa0ade0a3de80e0936f82a0f7a89560e0bf3c0dad6a0946a25d0423c9db05230c1fc148d1b860948a148c3d53118c4d7d158c43f082ef2f7404538b57043f0e8e0b7e4c4c0a6680b3829fbb4605bff46d05bfd802c1af8adf8245c70ec162d27ec1522e54b0bc71af60d9525fb05ca62af85bab2d5839342e58096a16ac482f0b569aad052b9f59827f214704ab2f6f0815be1509376ec816aa18d2849b3f0708555dcc855b823a841a7308a1562952a8f5db5aa8ede829d4be5329d4115a08b79db315ea2a85097798b40b77c0ca843bde09857a9eae42bdd87aa1a1b7bf70f79d46a1e915a9d0b41e2fdc77a241b8efbca770dfec57a159394668d61526344f62090fb4d40b2d0b360b0f936f0bad9464c223816dc2231fdf0a8f065d155acb7b84d6bf9285c75cec8576cd6dc2e3698142078308a1d34c9af094efb2f014c453788ab05f788a745de82ad417ba3b950b3db6580a3db36e0a3da9b942af1c63a1d7ab6742dfcffe42bf8855a1dfe529e159619cd0ffec4361c08157c2a0d2266170b8bf30f8879b30c46751187219293cbff85778e1f88af042e4a030ac68a7f0d2284f18e17344183103155e7957288cb16e13c678de10c6d90508e3727385f191ddc2eb8d7f8569b6a6c2f4b88fc29b971c8459c8e3c2ac1f96c25b2e1ce1ad268230fb60adf0b6e576e19d20ba3097a326ccfbf45408543c25041e541402afa60a81a0482128244e087e352e845ef210c217f60891d73385c8c93b427cf0652171438490f873ab902ceb10929f2a0bc933ee42ca916521e5115d48b502095997b608b9bbca853cafb7421efa8690d7d526e487de14f25bca8442032ba1983127943efd2794fb6e10ca0b8d84f726cb840fdccf08f39d3385053563c242f31e61d1f26561b16183b098da2f2c15b284a56be5c232c64e61b9be9fb01ca2212c271c113e2cba2a7c34df25acd8622aacc4cc092b4b4a84d56ba1c29a67c1c2daa3cdc25a9f37c25a9a8bb0f6438ab07658575827630beb6a59c2ba8eadc2a79b1c85cdbe77842ffe86095fc50b85af5af708bb2fa509bba387856fe63a846f958b859ffd2f083fff4b160ed8a18403a91b8483eb9a84832afb85c3be01c2617fa970f8d58870f81b58f885fe4a3812f045386a20128edd52128ed1ed84634da785632fcb84e33e5f84e3934bc26f2807e154e0a270ba72bd7086652c9c7ff55db870e482f0d7fe16e1a29aa270f19ebb70f1e543e19f6340e1dfcba784abe7a3450a2caa48e1015ea4f0264ba478ab5fa4bcc951b4b1a946b4b199ff9fffe20b3d91ca2f53d116db11917a6e9b48f3f15f9116cb57a4630a11e9144689b6ff918b743396443b8e6c17e9f11d44fa371244fa0c379181345d6454a927dafdb44eb447ad5f645ad929325b2c13ede75a880e04b9882c2f458a2cbf2589ac9fe4888e5d178a6c131c44766a274427cfd0454e237e22e7236522971f5291cbda07d1e9d55891870e55e4b14d4be411d929f2280c12799e9a1679591e1279852e8bbcce2f8b7cf95622bfa03891df3b43d159d5e7a2b366bda2b3870b4401354251d0c1d3a2a0ab0251b049842878d45b14b2d55814f2c94774eec4165168f267d1854543d14595145114cc4174a5c259148d55fccf17518c728828beb24894e02a1325507345492aa3a2ebba96a2e440b02879ca5794c2118ad29099a2b4072745377a1a45997807d1cd2a7b51964bbde896ca2e51b6f7655136ca5074fb364f74f7e2561120a75704815e12c1f7934408cc751162fcbb08b5ce538476eb1561d71f13616945226c3156846d8c10e1844122bcd63a11e15e9788a27f5cc4666f1371ca7e8838af4245fc847111ffe67991f8bfb148bec58a64f01722d9d3f722793045743f324f949fb449940f178b0ac04051c1c30a51c1a2585428991015c37789ca704da272469be811794c54c12a1055ef6c10d55e018aead66d15d56d4a17d5719545f52105a2a7d41551037d56d434f04df4ecda0dd18b4b7cd18bc71b452f061d442dab6f44ad1b0e8b5a9181a2d6968ba2b67b0051fb36b6a8bd3849f4ea97a1a8038212754aab45afcfaf1775fb9e10758fb489de04248bde4cb688fa6ec589fabdc245fd8506a2cfe32f44838b1744c307b78a86cb944423b29fa291afbf45a3718aa2afe11744df2299a209568d68d25c4134f9dd423475f0a768eaa791e8879e93e887155c341dcc15cd287f13cdbdf717cd4d048b7e6227450bffe56ba1d555b4f0f68ae89783be68991a2bfafb73a7e8ef1a4ff4ef649368f5f926d15a054dace0f851ac80b92256bcf51f7c8758e9bdb758b9d851bc51aa275671138955aebd16ab29448a3568c3e26d0db662bd6322b19e688b584f3e24d6bf632c3678f6546cf0cd566cb0d821365242888d08d7c47bdbbbc5a6fb5062f3e257e28341bfc587edf68b8f258ac4b68bc1623b8a9ed85e412ab60fb0171f8f84884f2cdd109ffc6028764eff2e3eb51a2c7651ea13bb5895895d3251e2d331cbe2d3cf8bc4ee4a2fc4ee6ae362f7cf15620fe763620fd68cd8ebbd99d8bbf0b5d84f5e22f6575e120714d1c401dd6fc481c0407160dd5e71f0598ef8dc5f8238d4fe843834d5481c5ac9165f507e270eef7c2f8e08561547b053c4118b37c497379f175fde15288ecad825be329b208e4b3417c77f918be3bfd689135202c589e10de2e4cf69e274877fe2ccb7dae22cc3397196d11371d6414d71d6077ff12df201f1ad322df19dee20716eb4b238af26549cf7a5437c97e72c064017c58027c562e0e53362b0b98f188a9a11c39cff8961e40e31ac714e8c008c8b516efd62d44565317a2c578cdf6224c6df4a17d39c43c4b410be988ed82f661bb788396e7bc51c9f79313f922b1695b989c5f539e2c2933ee2227c91b8b8f4bcb8e4de5d71795e83f8d12582b85273485c69c7155705948aabee80c5559fbf88ab46acc435fd1bc4b56677c5f56719e2fa9248f1d39d17c44f9b95c50de86c7143ed8cb851f385b8f16a87f8998292f879e54ff1f341b2b8995f277ef1504bdc7aa75fdc86a48bdbc61e895feefc2c7ec536147768a2c4af75f3c55d3a15e2ae925fe27757cac53dc5f7c41f69d3e2bee34271bf86bdb83fe7a378e074b678307f553c02ac178f76fd114f4842c49343f1e2c9ef28f1f47d8e7836e18f78768a2afeb98f26fe697e47fc1364249e277a8be73996e28579b6f857d882f8d77db0f857f54df1aff778f19f4b97c54bbfdbc4cb0d85e27f0996e2d5be59c93a674b89a23d4fb2b1c643b271eaad44e5698844ed8844a2766d48a236dc2f51373b28517fce966cbd332dd1d86422d1c8b094686004128d913189a67a8344079c29d1bfe422d9e5d42cd9355e213188ea9718e94b24bb972d257b341f48f6ccfe94ec1d7497ec7b9b27d9bf3a2a31b73e2131cfba26395c785962b5274762256f961ce9ae921c4bff26b1bd4a95d8023e4aec3e98488e57fc919c2008250ef537248eaf2224ce93369253fb909253d7fe485c14ab242e185589db3d7589fb1e88c4fddb2689176b52e2f54226f1fa6129f1b67590f8c7a749821e764a82932d2521c71a2521e5c99273c15724e74f6025e71751928b1614c94517a9e4e2e95b92b0ac244998b04e12f6802089c2ae9344958e4bae607092e88251c9b58312c9f5033e9264a70949eafd8392d48612491a0b28496bf096a4074649328e112599f4424966194692857d20b9551425c97edb21b9bd5b22b9433295e4ee50fd0f4f92fb0e20c9335595dc8d3f23b9fbd04e02f43b2801166025c0110f0964f71e094cef9e04265e91c0337425f0471512a4fa46095a234382b6cd93a0d3c012f4af7a09fa8fab04cbf592e06e144bf0978b258484fd12420345c2c8a64998df6325eccde112b62140c20e1b97b03323259ccb8e12ce8307126e43bc84f76254221a392c11c30d24722b7b891c0993c89b374aee9d5095dc8b52971400a225051f0992c2db1249e1671749e1c00b49c9ed1f9292221749694189e4e1de639247fe9a92472909928a3daf241583c592aa339192ea540d4935ac4a527b254d52bf9d276974289134b60c4a9a7a3224cf34fe499e9d15499e854a25edd1fa920ef69aa4a3f0b3a4cbfa87e43d7f46d2eb7b4ed29b6823e9bd3b22e9379e96f45b6024fdd1c592cf803ec940e6926474952f19b7d5974cbc48927c2f954826ff48243f6c3a253f4aee4aa68f7c974c43ee48a6e79d24333d8e92595a9a64f6bba2e4d71977c9a28d9a64b1d858b2382194fcc9a54afe3602242b4e3724ab9d3d5245f76d52c5405fa96298b554f17eb874bde290747dcf13e986367da98a3c4fbaf9f19454ada143ba256759baa5ae5cba65c05dba65bc57aa6ebc26d584174ab5ecf052ad958b526d83af52ed3f3d521d4ab7747ba89a74fbd267a92e659354b79423d56dad90eaddef96ee7cbe4f6a941b23dd6dd824dddd632edda3e62e3579e227dd27144acda46dd283b37ed243135a522bb517522bd308a9adad91d4b65f28b50b9f96da1b4aa58ede6a52e72753d253193fa4a7bf38494f4fff967a9c98957aaae6493d31ca52af2e9ed4dbf0b4d447e593d4a761407af6c14da9ff73ae3424e49b3444e82a3dd774471a7a19220d2b09905e9a7593466c4d905e0ede298d4e90496312b74a635250d2b8c961697c15499a64182c4db96e274d5b024a6f60c2a4e916a6d2f48f0dd28ced62e94d933bd2ac8b91d25b3c3769f64e9834fb56a9345bf8427a3b982bbde3d825cd9b6448efeeee9342efc64a614f69525444a914c57b22c57eea96e216d7a484230352a219534a3e5728a534fc92526def4869965652ba67839421689632aa3ca54cdb5629a77246cacdde22e5f58d49c5e78552e9ab12a9cc3b432a579996ded7fe22bdbf4751fac0fb8d34bf7a9fb4c074455a92fd495a6aa1272d6d1d929629b949cb9d5da58fdeae481f0d7a482b4e384babfa15a53516f7a43551bdd2dadc5bd2da99f5d2c7db8f4a1f7f3191d61f944beb6b39d206d86be9b38732e9b3b6e3d2e72395d2e7f373d2e6a77ce90b508bf4c51c44dae27a50da12fb43daca7e2c6dab0a92b6f5444adbcbf3a42fcf9e93bec420a4afdab74b3b8ee54a3bb53ca49dd67ba59df64ed2ce2ffdd2d715e7a5dd7881f49d4e8af4dda53bd277597fa5ef413ba51fd48da41f3d34a41faf38497b497fa4fdf663d2cf5f97a4035b9da403b511d2a1bc1dd2e187afa4a33e29d2b1e1bdd209e998f47b19493a730e2c9d911f96ce34bc94ce366b48675702a5734bcbd29f7b3aa4bfb6074aff18a448ff54aa48573dae4a576bd3a56b7fe2650acb5899c26aad4cf978a66ca3abb26c93c447b6c5a554a67ec44ba64e7929535f7822d35c2d9669a90dc9b49c2a645a5741322d92a74c5b7341a6ddef2ad31929966db7d821d335c897e91dba2ed3af4e9519daf8c98c953565c6a85c9949e95799e9af6bb27d3b3564fb6ff8cb2c2cc5b283e710b283523dd9a1dd7b6496b15632ab90af322bf87a99d56cbfcc6a9e213bda259159bf87c96c608f65c7b240b213c83d32a7cdb332a7ae70998b67b0ccf5184fe636774ee6f6f786cc9d8f94b9f7dc9579fe0996790d8eca7c6d3464beb67c99ef2d23996f395be6a729919d5dd92cf3dff157e65fa52c0b500d900515a06421473365e7865ec942e3c264e7838365615bdfc8c2ce44cbc2df6c94459ecc9745b6e7c82e5fc7c8a2069765d133976531c173b298f33b643132a62cb6f39a2c4ed22f8b9bf7902524c5c91203f26549f1eb65d71931b26470bd2cf95fa02cc5cb429612cb91a53c5a274b0d9896a5260a64a9545fd90d449fec469fae2cfdc3395976184b960d5191dd79785596cb5192e53ed090e5b514cbf27a91b2bb1a08d95ddc4919d8a35006f547c960139532b47c55864d2a97e1ae1f95e190f3325c4db38c68a424232666cb48a6a632d24d151979f7011939162aa3a6bbc9e8a600199d3925a37f1f9231ec3a640cdc0e196b2650c68eff20e38bd365c22a5d99f8a2a34c9cef24937c80c8a42573b27b9268d9bd1f6bb2fb1b36cbf21fe9c90aca7ec90acf9e97153924c88a3ed265c5c673b2470881ac02d420abf8f640560d4f94d558c5c8eae03b648f1772654fb70ecb1a0e82658d16a1b2c6a04c5963d343d933ba8aec79be9facb5e3bbaccd472c6bfff65dd6fec341f6d20c2c7b4985c85eb7dc9575dd6891bdbde2257b677358f66eb241f6e9c461d9a7b27bb2be1b43b2be013f59bf628aecb3768cecb3e31fd9e7a59fb2c183e1b2d16c07d968cb27d9f85303d9c42e806ce27b846cf25d93ecc7bdbdb29917e5b29feabf650b3bfc64bf3769c8961cbec8feba4fc8fef938cbfe85bd93fd8b0c94ada995cb151282e50a7daa7285dfdd72a5b69372a5a94ff2f57dd1f20d1417f986725df9a6e940b94a62bc7c73da26b92aedad5cb5f2825ceda7a75c635dac5ce3b0935c83142bd74c13c8b50cfde45a3909726d239a5cbb7cb35cc77f935c077443beade5835cef589f5cefd4885cef5593dc406d546e20b9273768b82e370a2a97ef7ef350bee7d03eb9894eacdce44ab2dc54b1446e6ab62a37bd42909bce7d919b778dc8cdbfe0e416df4ec80f9c49901f9438ca0f6d59273f34f54a6ea99a233f8cff293f62b4243f7ac5556eb7f7a5fcf89501f9f1a2bff2e38ff2e5c77f31e58ebc32b9e360b9fce43673f9c9edce72274cb1dcf93e46ee92912277695694bb22217237e267b97bca3ab997eb76b9d7dd5cb957cf09f9d972777990d50179503a421ef45e571eb4d42f0fb9f4581e92d32d0f4bde2c0f639e938771d3e4e164befcd2db25f9a5e50e79a4dd3af9e5a6567914ca5b1ef3f481fc2a66401e9be72a8fe715c8e34723e489273ce5d7cfb2e4d78bf7c89317c6e5691178f90d49ab3cc3df409e31b25d7e5339407eeb54a13cfbc525794ee26f790e5d497e7bd84b7efbef06796eb6ab3cefcb713934edac1cda932747bd3f2347233972ccb64b726c88a21cdbb24e8e338d93e3d004395e0f2b270c81e424f83f3919af23a7acb6cba92e55725a9caa9ca51f2067011ce51cf7303987672ae77911e5a2cd3972f17345b9e4438a5cfa26557e8f7cf33f7fe5f75a52e4f78147e50f7ec4cb0b3dc7e4c5d51be425119be40f7f46c82b8aceca2bea5ce595ef4de45539bef2ead9bbf29a42a6bc96704d5ef7c55dfe78e88cfc09de4f5e3f90206f7c85923ff37b2c7f76ce50fefcef98bcf9ef5579abf58abcedf913793b4a41fef2245afe5262247f4543cb3b568fcabb221de55df757e5dd3333f2770abdf2772601f2f7ca59f20ffa3cf907a349f987b05ef907dc90fce3e74079dfeca8bc7fd1493ea01e2e1f8868960f2abf930f9da1c887329fc987c8c9f231f251f958bd5cfe55db453efef4b8fc9bd127f9b7c4ff315c9fe15c705100c0292349116546db284a92c84a19954d9114914a66a210c92a14c9881211f9efbdf7ded32a12298548a58ca278dfe73ebfe77cbbf7dc73ee8773f33bbfdc88ec9c0cafef9c6adcd039adbeaa733a3abe73bac7aff3bb9d71e777d69dceefafcf76fe38b5d4f92305ddf98b7da07356a3bc73f6dab5cedff1f2cedff0a1ce3f6fda3a97b64f742ea59ceffc6b09effc9b7a14a0b2b005a0eac907acd2f203ac9a1f06ac96bf05acee1b00a855d400d4db45008d5c3e40e383034053750ca065bd0ea0ed310658d7c903e8bc6d02e8a65c046cdc4404189cb1036caaad056c3e7c16b0b94409d88c3901305267028c7cde018ccee101c651f300132320c0ec891e604b661c604bbb07c0fcc45bc0b61626607ba92a60c7e849c0ee5dad80ddef170096f780002bfd0480d5534b80351b0cb079f70960975d0fb0ab0600ece7e301071a4d010714cf008ef006c0a13f628093c01970d8bf1e7038ff20e03001047051ff00704b3d09f0f8590ff064ee0678a9de0178056901bcf21a005e0833c071912dc0275609f0b97806e0433100f80ee801fc7434017e4542801f5a0938d97d1b704a3f1370ea5e32204855090801fc029c4ed4069c714b0044ddb2029c9b7d0488ce8603cec7be005c1887006294ab01b12d12409c641d203ef20020beb404104f23022e51988084561a20811201b8dcdc02b8e2a60ab8224800243aec0224463f0024fe9b06249ff904483d730d900a3d0b48db7c0370fdfb674006701190f56137e0266d10708bda00c81eb502e41c54026eeffc00b85da80728c8b90028b8db0b28d4790c281a7a0d28617800ee395d01dcbfba19705f7a1250d1ca0254fcb0005416c10155316c40d59f7840f56d43c0e3902f80fa8808c013a40aa0215c0e68e8bf0d6874c2029ea566029e4d24009e97ad0634a3a480e6f1dd80962c5b40fb57750050130a009acf0340f1590010371b00929c07405a630108fb40006a330080960200d82c1900fb0d072095040148f30a00f5c25d003d9403e0eec501780d7f008277e100e1e87780c8450c10bb3d01c816f200f2f4ff3dc501e4b0ab0045ff2e8072ad1140697810a00c830094378f0094380740776726a0dff41de0ed500d6064e92ae0a3ee1060f46f20607cb50030b1330230756413608acd004cebce00a6f7a001df2860c0b7296dc00fe23c6006660698995900fcccfa00981d7e0198b32a002ca49401fe44ed032ca9c1004ba00780257c02e0efba64c0bffd0ca08ab71d50f5dd145075d11bb8aa683f50addc1fa8365400d4dc550e5c43c200b53ab381ebf06f803a1146409d7721c0f591d9c0f5b75e0337da1600370bf840b31b4340b337578016d62bc0adabc7813bb6e50077b4ea017747fc005afaaa002defcf032d7b5481d6c30f8036d50ca0ad6f33d0b6d117b8cfea1e705f802ad0a1e511d0e16f03d051a809745c82029d2e0d019d7787029d43e781ce7837a0cb9758e011d65da0abdd5fa0c7b3e340cfad41c0a3cf1381c7ae8d028f1fd205faaccd07faaa5a027deda940bfe668e009f5d3407f9704a07f051c1854e10b0cae0d0506ffeb0386bc9c04861a3e03863e2906864af581a15ffe00c3be3c05865fe9069ef614014f83f480a7a7bf00cf587c039ee9fd0b8ccaf10046a7ad029e2f1c025e385305bc20790c8c5d4707c6426c81713b0380f14ecbc0789f62607c7813f0f2966ee055d752e0d574436062f35760222c0098ba0a0c4c05d603d3af6181e95053603ab20a78ebf64f60b6ea6760cec97e60aedf20f0b6ff7e60ded843e09d53a5c03bed2f800581fec002f80960617029b0d8790fb0f4fa23e0bd4723c0fb91d1c0b2d667c032161658fee025f021ad125859ff19587d6f03b0bafe18f0b1e714f071b735f0f1f845606dfc7a60ad3c0158773318f8acf102b049aa04be00f381adab3f015b2daf025b6167812f99ddc07697834010ec101071b80a88f9040762775900f1abb60009239940623e08489ae80052260a8054970e20c3ec2090b9e50690631804e427898182f55a40a1e345a0f8fb5aa02cf03a50f6b718a8bcbd0fd815ea02ec2e5e01764bfe00bbbff6017bbcc9c0becc21e0db996fc077c54ce0302c1df8be790ef89e680ffc50f91af851450efcc87c04fc54f31df8793c16386ea80d1c972c03272ebd034e55e401bfce6402bfd984037ff0a2803ff789813fcf52803f0bc9c05ffa01c0d9a36f80b36f9c81f3d48dc0dfce7ec0a5c115e0bf7b32e072e109e0cac17ae0caca0848c5c204a4da0801a9ce5e04ada2f48256bded02adb61683d43cf681d485ea200deb0c9086ed379086b407a4d90404ad6188406bf7dd03e9b4c9401b688f41babf8f81f442f240fab21ad066df0e9061c66f9051d61390694f1968cb2322688be21bc8fc9705c8427f1e6411a10eb2c83b08dada3b09da765206dad69306dad66f0dda5e6206da319701b28a7e03da03c901edc160407b3f6c01d91e6904edd707809c2c4d4187e98da0c3523f90f36526c80505001d595d003a32fd05e41ae807729d1c06b9b99482dcd2702077ce2b90c79975208f5817d0d1e07cd0d1170741dedaaa20eff7c1209fe53e909fa201e47fac1ce4ff790614e854050a72290205cf1c0385b8d48042ae2e81421ecf83425e6d06857d2a0445525a41673958d0b94732d0393e1b74de6a3de882310c74e1822fe802200514f3ed2f2896fc1d14efd6008a7ff21e74292c0e9410b40574d9c6087419bc0d74f95f19e86acc0ce8eac50c50d2e57250f20b39280d13094ad7cc0465d8ea81325cec40598f4f807242ec41b9292da0dc371da0db2789a0bcd01fa03c461f28bffd1be84eef1fd05ddf065011ed2ca8181b0a2afe0e0295160682ee0b5241e5ffdfe3c19ecfa087454741957bab419551af418f7d43418fdf6f07d5845e05d55ec5806aebfc4075dd025083c64e5003791ed4a85d0b6aa485809a3e0841cf735540cf59a741cd9fc6402d1a1f416dc728a0f6e779a0576e0f4080383b10d0621d08d81005024acc4020f30f20f0e45f1004c70441f854106c040182afbe044298d341c8adef40a8abbb41a8ac2610562605e1cf658388d0741011711744aa8c079137bc04916bf78128bd6010ada21e4493b480989f7b416cb5a720b6563488e3de09e26a1e06716f058078f91b40fc674d20498a3d48da680092d1d540f28c4590e23a17d4d5fd16d4bd4615d4b7fa03e875aa37e8f55023e88dce5950ff4511a85f31011ad05a0b1a20248006b5c241831b3541c34453d0fbb920d0c8ddcba08faf1a40a35101a0f13c1668fcad3be8cbd524d0b73a34e8bbf943d077ee27d0cc6a23d0cf285dd05cae176841cf11b410a80dfafd2d04b494b91db454cf04fd4b018196d53e8296bb00a095130ad0ca535fb0ca76365865110d566d3c0c5ebdbe17ac76f13d58dd380fbca62b04bc6e6d3958a7080d5ebf3601bc31260eac6fb9116cb0e10178137516bc19a4009b84b1c0e6871dc11656ad608b9511f00e8d62f0ce5df9e09d93a5e0dddd2fc096a2a3e03dfbd682f7cc05806d6fe882f73deb04efdf7d05bc7f28146c3f7f0e7c20d9137ca021017c407619ec687318ec94e6093ef2e20fd8dd1d0ef61464833d176ac147735e808f7ebe013e7e351cec6ddc08f6aeb80ff626c483bdbbaac13e216fc07e8d25e013067fc12748dee013dd1bc1fe85bee02073293828b5151cbce732f88c5b193842fd1238b2fd22f8ece965f0d93b047054fe20387aa71e38faf724383e7e07f8524433f88ac90970d2c9d5e0e4b629708a9a093865870c9c72f51c387dfd3370fac58be074c25b703a39099c113f03ceccf70167be2381b3aed1c0592fce80b35089e02ce976f0cd87e9e05b0be6e06c1712383beb2d3827f73a38875909ce7d3106ce5da900df167681f31da0e07ba147c0f71ee1c195ea09e04ac76970e56b7d70d5ca7570f53b1f70ed6d30b8b6dd105c775b00ae7f64066e489b0437d4e2c14f55fe829fa916839ffde6829b52de809b58b1e0a6b956f0f3375ae066e32fe096b393e096a866706bf366f0cbe463e09779fde0978f92c11d3a2070e75b1730e0b61318841483c16bae83c1efbbc090acf360d84e3f3022ac0c8cc4448091af67c1e8eb2fc1d8e26830ae8a04c6af8b03932f1d0653bbebc1b47dc5605a520998b1a91dcc0c428399295d60d6e40e30bb6e0ecc3ba506e6494f82f90e55607e5828987f030516de3c0d160d9981a5fc34b074f9025816b0012cd76d03775d49027755fd0077bb3a80fbfebe06f73bd880fb4950f0c0f37af0db0f5fc16fffac050f7197c123e14fc01f2843e0d1dbf7c19f34f5c09f3cb1e0896daae02fa14cf0a4050dfcf5d417f0d7f91ef0b71e67f0f75e08f8874a3378e6a000fccb3d1b3c7b0b019e6b5707ff7d6407fefb310efccfed18f85ffb3ff03f62147859e50a7885be19a2822984a8ba684156dd6e86ac92074056e392216a717e108d232f209a0f83215a776190b5ea18c83a536b88ced3f3900d2a7f21bab3a610dd391a64e3a83ec420bd00628828841827fb424c0c4b20a6e10d1053f95a88d9ce4c88d9a329c8964722c896ea7e88453c11b2f591366407d218b24bd301b22be218c432731dc4460506d913f9bfebc590bdd6772176d9b6907deffa2007ffae8538feec82382ed5409c336d202eebfee7f70ee2d2530e714d2980b8a6b6405ca1e110d7fe7688bbe6518847eb2a88077607c4b39804390a9642bc3ecc428ea9bf8678df4e85f81c3b03f1c95287f876bc839c90fd829cf8aa0239e9d303f16f8d85f8439f40fc7f0c410269c190d0c85cc899136f201106c99088a7224864661724eac35fc805f525c805d077486c4f25242ea21812f7e92b243e551b72edfa2348d2d55c48aad01f9266bd08b97e5c05723d691324a34f01b9f1a41f9279fc06e496cf06c82d7407e4d6e24f48b6560824a7ba00727bf57948dede8b90fca5539082486dc8dd342ae42e14002992ef84943c35859415c442ca3f8f432a69a72155c874c823fd5590ea0e09e4f183e7905a1b18a42ee833a4eef62d487de14948434009a421810e794e54873457d0212f82b6415ed4d541da26a2202f9bf0908eff7bd039920f01b82440809cfd1090fd0908a87127049ee10e41e8a540d0219d10d29d6508c5e60d841add09a11f8b8030ee6541d8de5510cecd5108f79c2d846f2a84f0af6b404469472052db1488d4e51d4406e985c8c6ca21ca917790ee138b90de9b2c48dfa57390371bf990f77640c888c53064e41b0ff241b70232ba9d06194d7b0e19ed3e06f974f71a644c430219f3e44226576c2053777d205f4fb441a67f6c85fcf02541664cb7407ef6aa437ee50320bf2ac721b307e090397d33c8c27a2bc8ef7747217fbd1220cb17b890e5cb2190e5697fc8f262296445100b5551074055b66c84aac49440551b3ca0aa7f63a06ad766a1ea1d8350f58f6ca8e6f076e8daa78150edf656a88e7e04548765065deff306aab7250eaa675b0fd5f7c9836e7648846eae07400df7e443b7dc8d816e7949839a67ee809a17e441b7ce2740b76d9741b7a5f941b7fd3905ddbe712b74d7d729a895d629a8d5f213a8b5652cd4faf876a875f13ea8350a0eb5f9fb11ba675b0b74ef8c3fd4765737d4b6e803d4ceec05d4eefe5be8beade5d07d420ba87da61ff480cd2aa8e35d47a84bc81fa8cb2b7fa80bd3157aa4d81eea5ada0775130ba11eb49dd0a3eb62a04743d2a0c77418d063af7f40bd632da1deb9c6509fbb2e50df676650bf939ba127fd4e414f81df40fd9f6640fddf8ba0211947a0a17923d0d087bba0616fbca1e11316d033364ed0b34b5ba0e76c67a1d17a43d0684f19f47cb20a34c63d081ae3590e8dfdec07bd8861412f927f42e37ab743e3fb89d084d124e8e5965ee895d510e8d5bc3168e2422bf45af80cf45ae2143469f75b6852e10b6872c83768ea8b28681abc1f9a7ece1e9a0e7f08bd7e1909bd690680deecc74173f6b7436f3b0540f3d60aa005bc4ae85dad496861bd0bb4c863145aeca680963c7c0b2d79d4072d695b0fbddfb80c2d9f72873e086a8656a69e8156661942aba315d06ab211b446ff22b4e6df7d686d5d0fb4f6553db4ee761db40ebf19da00da096d644e419f7e9c873eb735803ecf2984362384d016954c688bb60db4a5330efae2151bda7a97086db3f9086d0b9e87b6df2f8676b88e433b2eec8476a670a1d0d52550d8859f50f8c863282ae30714a30442b1793e505cc06b28f9be37947a69004afd700c4a3f7514ca888882b21e7b4239dee6505ef97e28ef790d54a8190e15be5a808a5c06a0e2e67f50f16727a83472162afb620f955fdf0855de0441bba263a0dd0ecdd0fe410ef4dd9534e810e512746888041d4e5c0f1d395f01fd68d50afd1c6d0c1d5b09858e0f5542bf44164327353ba1935a76d0c92c007472fe2af4ebe332e8f73545d01ff7f3a1b3e34fa173d59ed0f97d3ba0f3f117a18b1e02e8e2091de8e25c1174a9c417ba34ca862e7d8d862efd7a035d66e44157fa2d60aa68014c75fc2b4c75c50ea6defc02a6a1b10da619ad0a5be3f903a69de104d3a676c3b43fde8169ff9a87adfb1e0d5b7f2c14b67ed111a6e7b00fa6e7b316a61ffe1b66d07515b6e9e85b9891e36f98f17300ccc4e32acc3cee35ccfcba04669ee10cb3481f836dcbdb0edb451c8259c6fd815915d361566ddf6136faa6309b0b67617bd281b03d0fec607b5d45b0bde46b30dbfb9f6076e006d87ea74298fd8305983d4e07e6d05c0e3bf8e629ec90f83decf09a6cd861c378d861f11598b35a20cc794407e6a2ad0173e1ad811d6964c05c71da30d7afe63037074f98fb83b3308fc80e98e7720becd8bf2ed871c71b30df03bf6127baad60fe1c1b588047382c48630e16e2fa041652d30f0bb59b8785ed77869dbec4809d39741f1651b91b163151018bf4b9033b5bb2088b3ac8869d9b30875d48d684c51ce981c554e4c362ea1fc12e0acec1e2bbc361f153cbb084bcebb02b3bdec31255e66089e6c761d7766d835d8b3a06bbf6f52e2ca901034b3d3601cb78e307bbf1b61b76b33d0c9673b21b76bbaa06961f9b0bbbe38e86dd41ad8315b4b06105a87658c1c7b5b0bb6950d85dbe0dacf84921ac64ad2dac74ca0d766f3d0d5676c10156cedb097be07f185609f3855569d8c21ed913608f126a608f1fd8c06a4041b0fa797d5883ef1a58c3d24ed8d3b858d8d3870db0e7b68db0e72191b066960bac657d08acf5891aec65f641d8cbaa1418d08e000325f061a09a6918f258190ca3ff0286b97e1286dd2086e1b6e8c2f05a8630fc054b1831ae0e46ca0885514cab61941d1f60f4b7af608c8dcf608ce4af30a6e67518f376318cddd703137e3c09131bbe85c9ce5361b28fd33005e2314ce9b908532edf84751797c1ba011b607d9b18b0bed769b0d7ceaf61fd9bbc61fdffd6c30698376083af5a6143d415d8b0290df6de341836b2371df671d53ed8e87175d8e865386c94d90efbe4990ffb7cad063616e70d1baf5c059b12e6c0be19a6c27e3c1c83fda87f02fbf519029b7d5d0f5bdc3704fba7ea07fb5760005b3694c25686a870d5f052f86a6363b86665085cebd049b8d62d007c6d662a5c3b050fd7fe7a00ae536c0e5f9fb01bae7b3c06aee72c831b38a7c30dde1c876f5a5f08378983c24d5d7fc1b76176c0b73b61e1db3f06c0773057c1774535c1f7d430e17b6a7de07b1a30f03def5ec0edfcdfc0ed42bfc2f7edb083ef1b5f05df0fee87ef67aac1ed4d14f003098e7007d357f0831eee70c7e959b8536f26fc70502fdc85f30aee226d801fc9fd0d776fa2c23d8d6570cfd6b5f0a3ebb8f06377e2e1deab30f013565fe0277c9fc04f6a06c24f791e869f7abd0c0f38edf0bf54784061173cd0d2141e987a111e585d090f7a170a0fc974878760f8f0902feaf0903fbdf03006161ebe66081efe70007eba2d0d7ee670153cd270167efedd2cfc42e32f788c66193c26cc101ef3732f3cfec8103c3e5e157e093e0a4f98ac825f7314c193ed6ec15346a1f034537778fa9f1ef8f564043c43f32d3c63f34978469b3d3ca3e3393c63b6047ea3251b9eb9960fbf297086678312e139e758f0db2b6ef0bcee48f89d754fe17782dfc3efe4bf85df218fc3ef482be0053a527881e33d7891ba2dbcf8fc43f83d6b5578d9adf3f0b247bbe1156330f8c30419bcf2fb4178e52f7b786de741785d453dbc0e4187371c8f8437d419c31b0106f0a77e3478535709fcb9ee2af8f3de10784b4433bce5610abcb5d81ddeb6bd19de5ef61ade29db0707ae358083729870f0cd7b70e829051cc64f82239a34e1d83b8170bca0154e4810c3898a6b708a8d0b9ccaff0ca73d4e843352f6c359bbe870166b1f9c5d278473c823707ed359385ffe0f2eb012c3458647e16284175c629501977ab5c165074ec0e5260570b9622f5c11c1852b584b7065a206bc3bdb17def73818fe3aa300de9fad027feb6ff5bf44f8b045007c18e7091f4117c13f9c75818f9aee818f3a0cc3476b14f04ff7ffc03f3dfc0e1f3372838f056d848f0db6c0c786b4e1e35bb6c1c7093ef02fb189f02fc92af02f95d6f0298bdbf0a9710df8f4d655f0e91746f0991393f039bb79f8dc8310f8c25730fc77533dfcf78bf5f0dfbf17e17f0aa6e07fc6fde04bd635f015b00342d53119a1ea7409a1c6cc4368ec7d80d03c8240acf17440ac757b83587bce0ba1b3b51ea1fb5207b149f31a6293808f300c00224c79ba0833d34c84f9be498479a6126111fe0db1b36311b1fb6a25c2d27b026159cc4058c580105683f3086b2c0eb137f221c2ae5d0561377414b1cf2407b1efb626621f6601b1ff3014b1ffd830c2fedd32e2c0160ac2c1ba08e1b0ff07c2d1b113e1f838137168931fc209628b385cac8f7039bc80709961235c3dc7116ee8cb08779418e161b901e151318df0c03f427870231047231a10c73afe208e9f5f8ff0ee5c41f8d80721fc4d8c11feb40984bfe837224092890899c321c28f3921c2a15b11a78fa72322761b22ce565420ce426211d1eb0b103106998818c41d44dc570b44bcd746447c2b0d917075059190760971a5ee2de2ea7a292251750a716d38089174f60a22356816915ad683b86e9b8cb8de6880c812ef446475c5226e26c811b70c5723b2e3af23b2f165881cab6844cebe1a448ee35344ee594d44fec13e44c1cf5644d1df214471ff0aa264cd4644c9cc1ce2bede45c47d591ba2dc558228bfd882281fa94454440c232aee3d4254b03b100f766e423c40af201e904c1095e7231055d67e88ea43ef118f0f9e473cf612216aed3c104fae65219efc2a423cddfa09d1e4760ef1fcea02a2754721a215f80ed116628578b91e8c7839750fd1ae3682688787223a9e7c4374305e235e4d5a23805c1902bc231501667f42c011a711889e1f08d4691202950843a065e9088c470202b33289c0bf932388f6600491358e20d7ec475022d51114ac0f82557e05c1427c44b0e46b109cc95d08ee6d08822bce45f0285804dfa002c1cf588d10e4ab2384060308a1cf3184306c1421cc3c8290f47523a4cc2708d9d6db08f9bc0b4201cb4628c847115d994e881e5418a277a608d1379e85e8773a84e89f2c41bcf5832286ecdd1043023dc47b661262047001f121d30af1b13a13313a49474cacad434c184a105fb1f988af131711d3d4bb88e97ff5889f9b20885fceef10bf9ec5227ebd1845fc02a6227e0d0d2066ef6110730634c4dcd77d88f9cd1f10bf3f78207e4fb82116f35b107f1d8d117fabdb112bfc15a4ca4623a49af23b52d3231da975c801a995e6835cbbd909b9d6311aa9d3771aa94729411a70a948239f65a485831f721b741cb973fc1672f7a215d2e6c275e4de0a26726f4f1bd2767708d2ee001769e73f83b4eb8d41ee3b0847eedfbe03b95f1489b4f7bd88b41f20231de01148a7d93ca4f3c20fa48baf03f2884b2dd2ed5710d223868bf4f83d8f3ce63e843cce57471eff8e401e5f2e457ad72b913eb3af91bed628a4efc710a4efaf7fc893dbbd9027dba29081431864b0221719b23e1a19fa260379bae115f28c8613f2cce82b64e4080579eeed0664b4160c791ece40c6a5a19171376390f199e3c8f8c765c84b0b36c82b33fdc8ab7f0c90892d3dc86bfa0864d2b92464b2bf3b32b9bb0e99bcf801990a3342a631ec90e9c1bdc8eb9115c8eb332bc81bdb3391379007919957fb9159a00ae4cd3f0c64b6cd6764ae9c8bbcdd1085ccdfa185ccaf3f8ccc6f39852c78af872c34f642165d39832c769e4796e6c6204befae4196d3bd910f8631ff7b8d7cf0d711596952867c14168d7c0c1e45d6a9f820eb11eb900dfe86c8c67929f2796735b2397d06d9dc9a8b6c5d1a42b6cd7f41befcdb8f6c8fad43b643bf225f1da622017b4a9080e01348705e1c125204424228222434eb2612f6ac000943d423112a4e48e44f1324c6e52a1213c74562724c90049b2924bd498c647cbc8e64ee1941b2ab6d919c1d3e48fee576a438680929beec86147f3c819400de20a5973391d2dc874869ed2ea4941986947efa839487cc23e58a7ca4027f06a9ec48427679e520bbe30a90afaf1391fdce91c801ba3172100f44be736f41bed7002047ff3fe353dc49e4b8830f72fce24de484a70cf9a50f8a9c44ef414e154522bfeec8454e1bd72267ce73913f0df2903fe3e0c8df5f31c8c59e25e4df9d16c87f013128d50c4b94eac70da8556aa750ab1d3c516a413128750104a5714e86d248574369aeb64269a295a8b5a7fd506bd98b289d3346289d47db50eb2f7f43ad7f12855a3f0f436dc8af43e90eec426d34fd8432384d476dd2f98cdaf4d414657c7835ca38c613657ae81b6acb217fd496fb49280b7d6d94c5bee7a81dccbfa85d2fdb50d6f9d751d6324394cdbb58d49ea875a87dab95a87ddea32847b61fea50e318ead0dc00ea48493dea48bf19cad5fa3bcaed640fca2d068672eb6f47790433511e17ed50c7c00b28df0f275127e62651a7de1e44f91f7b86f2072b5081a936a8e0a3475021fe89a8108c112a3c2713153e3f843aedcb459df179813a53b50975a6c10615b17c0d1579cb0575ae2f1e151db70b157dc71e15a79d858abbf70d15f7c51c7589b80d9590bdfd7f3b50973d56a12e77cb5057a24d5057cbc5a86bdaa3a894d204541a410d95f6cb1e75fd86162a83f50595e9f11b9575e632ea666424ea76dd3f549ef52d543eee322a9fde89baf3b51355746f0155eceb8d2aae5f419514f9a0ca2eb4a0cab7a8a0ca4fa150157d65a8079b8c500f5a31a8876bdc500f2193a84a7609aa3a320f55dd02403d6e2e44d56cd040d51c1d47d5b4eba36a4b0fa06a957ea87a4829eac9de70d4135724aac19b836af818866ad4bc8a7aba610bea29b40af5746011f56cd37154d3f802eab96e07aa19bb886ad1e0a25af49d502d835b506d8e5254077516d5215b42bdcabe8aeadcb4190580aba24047835120080b057b5a8d828deaa0e03acf50f0890014c2520d85366d43e1c6425078d55114fea83e0afffb218a20194411078028924b038abc3104450eed405167d7a3e8917f50f467701473db4514ab3000c5e23e45f12c3ea0044f5c50c20a2794707e18253ab10f25bea740891fb7a2648a1e945cb91da588e84029c0362825aa0bd5d5d887eae23c44757bc151bde24da83e161af526b415f5e6f424aa5fab0835a056831a508f420d6eeb410d26d15083cd59a877f748a877bfaa51ef16b251ef637351ef991b50a39d3aa8cf957cd4e761206a8cbe801a57b1417d9114a3a6720351df54b350dfd337a366eaa750bfe299a85f0934d4ac360ff5bb750ef5272809b5742e02b5bc6e2f6aa5e5075a25cd16ad825e42ab5a25a25771986875a92e5afdef7bb4e6ee8d684dcb1de83595c7d16bed82d06b5fbc416bbb7c46eb1440d1ebbfbd426f3a5286de2ca2a18d8e6ba38da6dfa28d133dd126b83ab4e9aa0cb469e23db4994118daacda0bbde55009da7cbd146d9e3385362fab475b4c25a1b7aeb1446fb77d88defe2603bd23eb287ae75d3ff4aef712f4eec287e83d4a397a6f670b7a2fe93adacef6177affe36de8032d70f4816f1368875fc368a77835f461ec35b4f3dabb68978f10f491b135e823cb00b4aba135dad52b04edd66482f62019a18f06e8a08f261f477b3dc4a07da906683fd754f4890770f4492722fa547638fad4d40eb4fffa58b4ff23183a70ac181d2413a04346f3d06111cfd0a7b535d1a7fff8a1238bc2d1e70a37a2a3afbd4247ff33435f70cb44c71c9a4627e8ad4227fcc4a0af346e435f691a415f1519a3138bbfa113d1a7d049518ee8a4db85e8a4c544745afb4e743ab9069dbe044767a89f4667e25ea06f9e8d40dfecda86ce0e0c4067638dd0b9b67c74fec333e83b6d627401e224ba284c0b5d541a82be572640974f79a11ff2a4e82aff367415fd00fa11281b5d5dc9423fde2d473fbe3e87ae594c47d79f29453f519c413fab31433fbffe1cdddc2041b7a8dc46bf3810836e13a4a15f2d7c470351ebd0c07fd368b0db5534fc91100dafb98c466a38a191f9dd68340d89c6343d40e334bcd0b8c3fd681ca3084df01a4393de6f4353d26fa0e9d00634eb792f9a7bba02cd5ffe8e1600ead182b7afd142d0285aa4fa3fc633b4b8330a2d39d983966d2a442b587bd0ca502db492f504ddc5fe8cee2e8d4477b7a2d03d8b7ae8de170fd07da18de8fe939bd06f9174f4bb8521f4fb3023f407a3cde8cf8ff6a33fd7d1d063f6d9e8314f03f4f84e0df484c969f417a0357a4aa5013d9553839e7a88447f1db884fed68b46cf38ee41ff025c41ff1a1c42cfa20fa1e77c7cd173754ee8f98c0fe84583bde8459718f4bfc92be895d6831895302fccaa635a98d567b660d4ece418f544638c7a630e664d0607a3d57e0eb3d6b40da35def8dd17e9684599729c7e8ac2363d69f09c618acfb8831a8abc16c0ad3c26c8a598fd994f41db359f70e66736e30c6f85537c6d4ef3766cb603cc6dc311a63ee1d85d91a7b0eb3555081b134ccc458265cc558b23f60ac62a231565c20668f4531c6f62a1bb3cfb31ab39f9b89b1afd4c31c187d8a3930668971501dc438ec18c138e2e2318752963187881d18671734c6f9c76d8c8bc5058ccb6935cc91f0458cab712dc6d5b208e37e488ef1187f8ef1f8e683396a64883956eb8b39f6371a73dc6f16739cf008e3a39b87f1b1b98ff1f1ff8bf14d3c88f1b3f3c2f85d30c504e8123001f1cd98c09f9998e0cfc998d0da0c4c98c5154c78f35e4c38f82de60cf61526a2e6102662e53e26faf126cc796c00e6429f0b2646af1c135b638a895bb70f932828c55c533f83b9d6128a493afe0c937c2c13931c85c4a40c6861d26d1231e9c9c73119551f3137fae330997a7b30376f323137c7cf63b28b1f62f277cc620a91044c21fa0fa69082c1146dbf8329daf11c53dc87c494e4b6614aaa06316531973065bfa498f20bef3015d056cc83e811cc03e1764ce5964f982a250af3c8118979c426631e2d5fc63c3e6b8ea931e8c4d4042c636aeefdc534ecda876918a6629e79ffc134efefc4bcb8f904d376dd12f3f26039a65d2715d34e3b847915be11037844c000d03518e0c21e0c44ef3b06727a1603e9e9c540434c31306e3506399e854179c56350815e18542c09838adf8541abfc9ff096110c266c1283f9dc8ac1fcfe85c1f905627039d318dc90158660f00e438abb8ba1f46cc6d05f6031cc2d0b184e4106864febc7f0198d1891e37b8c08a2c0c81e9230b2c53b18b9e03ba6ebc26bccebbd7998d74d2b980149386638d21f33fc6137e623928e193d1b88f984d88099d0fb88f9429fc54c9efd819944bb63a6f25d30533d8d98afee4e98e91718ccf49c0ae61b408af9750384f9f5f00f66ae878059f0a8c2fcf9398f59fcdb83596e27609619b698e53777302be009aceaf9b5d8550717b0abc353b1ea4fdcb01a8d78ace6711276cdb143d8b57d2658edcd2358ed0796d8f50d8d58fd9a4fd84d9c6caca1b0116bbc4181352e3a8135feb2823545c562cd5ef863cd738f63cdd15d580bbf26ecb6ca4eecf6d8efd81de4cbd85db77ab0564b7fb0d6bb86b0d6894e58eb6403ac8d642dd6e62318bbaf5b8edd6f1086dd3fac853d60c1c11e38e6863de8b4843d78ed3af660f76decc1de33d8c3799958e7b43aac33fc31d685fb07eb7a5f84f5cc0dc51ed3be8e3de6f0197b2ce222f6f81b39f6f8b23ad6a78f8e3d1107c69ea8b2c69e9c32c79eeab4c7fa772d6203028f6043e297b1a1ea2dd8300f1a362c16800dc3b463cf382662239c6cb011bd25d873f738d873d0246cf4091cf6a262141bc72dc05ef21cc25e4ab88e4d4833c45e39ac8bbd4a72c25ecb58834dfa6d8e4dbeeb8a4d2efd864d7bed8fbdbef01a9bd1968fbd3170149b599681cde9126373f34bb0b96dafb0b9cc7aec6dce556c5ee46e6cfeb031f60ebf0f5b10e8812d6abb882dc261b1f706d660ef2f0461cb743e63cbdccdb0e5796c6c395086adc82ac53e28bd8d7db87e0e5b6921c156253fc63ede3581ad575f8dad0782b0cfc821d8e7d702b0cfb382b02da6f3d896ccbbd8569d7c6c6b653cb6add108fbd2e11ff665c24bec4bf013ecab4e632c406f0b1668f5120b747a8e051f6362a18752b1509fdf5858fc662c127e168bca5d8345c97761b12fcbb05812124b48f88b25c6d56389fc0b58d2e2309622f0c5d20effc4d27e0bb0747f0d2ce37e159635bc0ecb6d35c1f2bc6ab0fcb0662c1ff0092bbc9f89151df0c18a3ece63c5095fb0520b4dacf4aa1a56f629032b7fe282958beab18af068ac02518e55de36c62a3b18d8aed2396c77c4166c776327b6677e0cdb77e003f6f53102768024c50e30a6b1030226f6edbd30ecdb061decbb3135ecd0d811ecfb1773d891121176e4b90af6e39946ecc7cf3dd8518335d8898fabb05fa903d8af1f74b0d3c72ab13fd7fdc4fec42bb073d3b3d8df0b56d8459135f66fd31fecbf3475ecbf8762ecf291b3d8e52107ec0ac00ca752398853d5da82537d948c5b65338e53f76cc0697c4ac5ad793d835b7bf22d4efbcb0b9c8e58805baf678d5b1fb7805b4f48c2e91d94e2f42848dcc635d9b88d738638fdabdf71864e609c71672bce44df10b7451d8cdba2af8adb8ac5e3b692d6e0b65f51c36dafe3e076056371bb857f71966f2538ab6f5771d6097771d6622f9c0d178adb73f8386e8fd7086e5fae3ece71b329eed01902ce693b1277b8ee21cef9693aee885e2eeec8de5bb8e38be938ef7dbb71dec7f7e17c1c2fe37c81b938bf9183b893656f70fef2065c80f62e5c002a0417f813840b223ec60509c371c13d7771a17776e3423b3270617a40dc69ababb8332c155cd4a6105c744027ee7c501dee7ca706eefc640cee82c4021793afc0c5ad6ec15d7618c55dce5b8dbb9aae834b6c76c15dbbff08976ca48d4b4e4bc225dffb854bb1d88e4bdf7804975e97824b7fde8dbb7efd16eec660172e133286bb59b90997dd770c97ebef81cb37b5c6e5db1fc2e5476ae10a9f98e18a8daee34a26ba7065bea9b8b23b0a5cc59636dc83a354dc8353fb700fbd56e12a1b4fe3aab47d718f35f6e1ea56a9e3eab1bdb827e3fab8861c6d5c636137ae11c6c035328671cf6fca702d86305ccbae065c0b5e15f7e2d7375cebda5e5c9bfd515c9b641af712ed81eb906dc575de70c3015213708052280e4864e120c71b70508bfd38e8ab2c1c62e6210ed53f8b437fa8c56196dee12851c77194bc9338ea51108ebed70bc7d8ee8d635a5070cc94461c733116c7d25bc2b1367fc2f1d3dee3f8c51770fcc74e38814b3d4e2c5d8393283c71dd6e21b86e0f2b5c77d2335ccf640daef7d728ae5fe186eb5f9ac2bd3d740cf7963c831b3dc8c08d156be3c664feb87176386e7c858e9be87d88fb722616f70586c67d9167e0be3eedc14d9fa3e2a66f5cc17dbb32849bf907c6fd5447e37eba47e07e46b8e37ee659e07e0aeee1662df6e1662f55e1e6a20b70bf030b708b2663b8c57dcbb8c58786b8a53fcf707f2bd2707f193e789511325e65d112af6a7311af96fb0aaf36a182d7b00fc66b1c4ec26be2c7f06b2ea5e2b53636e2b520a7f15af330fcba8030fcfa2c07bc814d217e53d723fce67410ded0fb28dee8e820dec84f0b6fb6868c379b63e2b734dec39bef94e1cd0b1ee0b76edb88df2a44e1b77b46e0b733adf03b3454f03bb265f85d8e5ff1bb3543f056e20abc8da10ade869f84df93b88cb7ad35c43b5455e01d8ffec63bf958e25d748ee28fe47cc0bb2ee7e0ddce93f16e23bd788f0f3ff19e9e03f8a303f378aff36a78af4947fcf10783781faf38bccff14ebcafd0137f625d16fea4d641fcc9dd46f893f82df880f53df820d3297cd0f02d7cf0fe3c7cf0195d7ce8ed257c98aa2d3eec6509fef4810df8d36167f1a7c9587c041e898f3cf30e1fb566033eea6502fedc061f7cf4b60afc05e228fe62e24e7cdc4e163ece35077fa920099fb03f069f90bd1a9ff07f0e092b29f8cba77fe1af587cc75ff165e1934c5cf0c98751f80c471d7c86c0049f45b7c4e774e6e073a4a9ffabc6e73aadc7e7060de00bc057f177279cf045514df8e2a6197c698601fedecf42fc7dfd9bf8f2e07a7cf9dd027cc5590b7cd58e2ff82a970a7c956b26be0a86c65709ffe01fdd7e83af9e96e06bcb33f1755e51f83a9801beae17856fa4bcc037329fe11b7996f8a7a76af04fc34bf14fdb20f8d6979bf16d63aaf8b69f5ef897b60ef8ce09333cc02a120fdc6d8787de10e26161cd7844a4028fc819c123dab6e25189637874c9349eb0270d4f6a57c793cf6cc15355d078ea9e503cf52f194fd377c6d37c0ee2e9a92d78fa4a379e01598b67fc50e2397605785ec01fbc08d98a17f72ce3a54e7e7829d4e97f9e78d95b195ec1e7e3bb3297f1dd7f4ee37b7672f03dae9ff13d6325f85e7031fecd3e777c7ff12dfc809b1ffe2def08feed6b0ffce0f6dbf8c1e11afcb07727fefdea7bf891d53ff123c562fc27dd83f8cf59b1f8cf9d97f0e3df1bf113e7e9f82f879ee22753b7e1a72e6fc27f5d2dc14fcf96e2bf1f1fc07f0fd0c57f7fa486ff5175103f937d183fd3fa1cbf50701abf20b1c1fff17d825f8c73c6ffb5cdc3ffc55dc6ff1dfd895ff99d4f5079624a507d1a4250337427a82b61042ddb7384b597e2086b936c09da9f3f11d69d384158bff62161030443d03dff9ba09bd644d0cddb42d0331712f4de691136062c11f441c904fd992cc2a6db40c2e6fcb704c375b104c3f45704c3dc6982d19a2182d1610382b1f91d8231e104c178ec07c1644585b0c53198b0a5e632c1e2562261c7ea69c2eecc1282f58315c29e839e843d954904bb4f8604fbf801823daa9a70c04085e0708341709083090edfa2080707b40887533f115cddfef7f221c1dd660fc1cbc687e0e5d34bf04a69271c5bc8241c5f7398707c308be073e007c1a76680e03b1a45f0eb4e239cd89f453875e41521a8b587106ce64308dd9542085714124e9be6114ee7ea134ecfbc279cd9f8877066ae9d10e5ba4838afd540387f5b428819421062ad4708b1888f848bb53cc2c5ba2842bc7f29217e34987009644ab81cab46b85a534bb8ba904b48dee349487d3245488b5947b8fe3c8d90a11a4bc8d85e4fb8b1242364569c276422620837bf9d2664af3940c87ebe9d90dd6645c829384fc8f35f43c81f4c27dc3141130a779e261406b308c54b7842c9a5ef84521b1b42e92d36e1de3f0bc2fd9e394299c94b42d9ae0e42599d3aa1821d44a8e81d21542c7e243c38f89350a56a4278742488f0383e9650ab354ba8cddf44a877aa223c7b4a22bc282827b4eea613dab78d11da13dc081dab2e103a0283091d909d848e81cf84579776100083ea04c0e2510290282680046f09e08b4304b0ec090112c023403e6413e03f2d08e85fd6043ca08d809f9b271053fe1188ed4d04f2f67304ca6a3d02ed8d05819ee34560aecb25b0ca6b09ec879a048efa208167d747e0e3b61084d64304214b9b207e832548abef11a4bdfb0932074f42d7c3db846e2b12a11b7386d0e3c221f4ae85137a4f26127a533e13de4c7e25f4aff94818ac4d25bc7b954a18da1b4418aafd4618561812de2f8b091f7d93091faf49089fd63c267c0a52277caef1228c27a81126bbfb0853778d0953ccad84a9ae578469cf5f84ef15d184ef7f7712e6520a09f30dde8405ab20c2a2c65fc25fb34b84bf697a847f071208ffbad884e5dcdf8495a529e2aa6b41c45525c7896bf48a896bf45f10b54470a276630d71fd5e3de2068b68e206ae0e71c3540a51377b80a8177e88b8b1544e344862110d9e56113717fa120daf78128d1a6f128d1d9d88c69eb54413733ba299db11a2d9cd31a2d9148ab8b5ea1a71fb9a0ce2f6537344cb3c39d1127b9b68d56a4ab4f65321da786f23eecd1f26ee2d5f4fb405de26dad92389761e9a44bb8626e2be4fe144fbbd8e44fba919e2019f33c403b37f8907579b110f7e4b253a1ec9243ac6eb119dba5788ce93bb896ebeb7896ee17a44b70536d1f37a17d15b7f9ce85de14af4865b137d71c1c4530e49c400db77c400f85a62e0582531a8dc8b18c4fd4e0c89ef2086f46c21869e8e23865ed62346aa7d274641f61163da0b8831d301c48baebac4f82413e2e5a42bc42beb85c46b802562926d3a31898d24a63c4711afc3ae123369adc49b2f5d88b770af89d9eecf8939c9cdc49cba3fc45c938bc4dc3e1de26dcdbfc4db7bd1c4826beac4bb7646c4628dcbc452df3662697619f1de4436f1de3702f1e18629e2438b55c487de36c4478f11c43af41d625dff3662fdfe47c4fae32788f5cda1c47ae924f1c90f27e2d3902bc467ee6788cf0aa1c4674deb894d267062d3015b6293cf1f62d3efbdc417f73c882f5a23892fafa911dbeb8e11db7bd2881d2eb3c40ef445e2abecb34408f5321122ba428406098950de6b22ecc446223ce81711f91941c44d6b12f1b7b48844dd6f4432703791fcce82c8d8664d64043189cc8337884ce72e22f3e53322b37792c8d2bc426441094456f76e2267fa0e91dbaf49e4fefa4514965811c5d36f89920d8144a9e73da2b4b79e28cbd326cad71510bb92e7885ddc5e62373d88d8db3d4deca3c889afe158e25b7337e23b9367c4774144e2bba45ae23bc92871085c421cbe91477c5f5f4f1cb91d4cfc40bf44fcfc2196f879662371cca79e38d9e24e9c7a758bf895bc93384db94cfcb65940fcbed0409c39194d9ce94b26fe14f7137f0eff24ced56c25ce6ff4222edccc242efcfb4afc333c485c3c56475c64b411ff6efd49fc5b1646fcdbb29ff8ef471af1df6f4de2721e9ba402c5935416e2486a1afa24b55739247595f524f527de248d3e2949a33f92a4695d48d266ec20e90433483a7f8c49eb5f1f256d302e226d101248ba3f3c481bcdfe903626ee216d9aa292360ff24886b54f48864247925116946462674f32c1de25993ebc4032c5ec219945ae266dc9cf24997b5993ccc3af902c6e9691b68d7491763fba48b234ed2359e9dc2159d185246bf37b249bde5ed2fe712ac971fa20e950009a7498ae453aacf84072be8526b96c3e467231f523795404933c406b493eab7d483ebf45249fc52292efb16c92eff86b92df812d24bf1f0ba453ebd6934e855a9002ce834981e0765270c52f5268780a29b4c49914da33400a9d43924efbcf9122363a902222d54867bd9d49e7f58e90ce835f912ecc4b493147cf93629ed349b1f560521c742729fe413a291edc444a28be444a201d235db1f7215d5d9f434a8c4a215d7b14464aca99256544989232330d4959070b48590f3c49b72ab348d98e0a52ce440a2997e445baed5549cad3dd4b2a52f323951844934ab61b914a969e90eeef3b452af33843aa38f39b54b9d98254c90e2355f59b901e952d906a541d49b553a7490ded2da4c6b7f7494f5b9648cde63cd28b6f3252ab688ed466ad4b6ab3bf456adf604e6a37ba446adf19476a07db933ab44f933adec6903a86ef915eb969925efdea2775363e2775beb021014c8c4880562509f8e13e097c8b4f0267ab91c0afb793209f6749d0ff7b097b8324c18fbc232108b324e47537122a2e9a84b64d25a1cfb793d0f34f4878bd4c12fe6a2089882827917e7a93c8c6962472c80712f5820d89b6710f8959e548625d879238578d499c3726249ec10b128f1040e2eb2c93f817db4982ab6f48c2662449b4ea2f495c718c249ddc4592a9fa90e40c094921ff42525e30242999b624e5c06d5217494eeadef68dd4f39a4dea5919230da5da9386d8b5a4a1de30d2fb9e4fa4116031e9e3e847d2a78c12d2f8aaf3a4f1fe0ad297bb69a4afdbbe92be023448dffa8c48df37f3493fb7df22fdeadc4b9a2b3c439aebff409adf1e4f5a58dd4d5ac8ea272d1e7f40fab7c79db47c3083ac020826ab742bc8abed8dc9ab8b8e9357ff9c26ab45eb92d5c39e93d5bf599135d44e923534b4c95ac34fc95abf67c96b1f00c83a667e649d5613f2fab3aee40d790fc8ba9a74b2febd2d64032f1e7953de20d9a8c58d6c44e2928d0bb3c92621cfc826939e64535e00d9f4dd3ab2595608d93ce70a79eb8f66f2b63863f276d947f20eb522f2cee173e4ddf79dc896a72e912d8bcac9563918b21521856c4dbc42b6965591adff40c8369177c97b61e5645b810dd96edb2ab29d2d996cd72123efd79925efe79990eddf01c90e4541e48387de930f5e19223bee74263b0f2ac8474ad793ddd6ce92dd8675c8ee37c0e4a34347c8477fa8928fdd394ef6869b93bd11c664df9ae7e4135678b27fc02972a0683539f0d34d729006931c84b32207f56592834f3a90838979e410980739d4a5921c76aa8f1cee708a7c3ad0877cfafe5af2697a04f98cb109f9ec89b5e4a8070fc9e72ea793cf1bff215f28059163fe9990e3f25e92e387d3c997581de42bd814f295cf19e4aba574f2d5e74be46bb755c9c9b77e91932bde9353f49ac8a9666c72fa7a1772ba9d2b39dd57939c3ef28f9cfec5877cbd2a837cfd513739e36a2f3983ec4bbe01d02167c65f23673e84926f9ebd4bcefe779b9cf3a89c9c1bb040cead7d41ce3bdc4ecea3e491f38f3d24dfbd6a432e2cc92617560f900b152de4c2f72272d1c5797211574a2eded34e2eddad472e0dbc41be6f7b875ce63a452e5fe74e2e2f58213f003d203fac312157f6df21577bc3c8d581e9e4c7f703c935bf5e906bb51f91ebaee1c8f54406b99e16447e5a324b7e265223370f20c82f7c0f905b7586c8ad671bc96dba57c96db7f2c96d0bd3e497ee5de4767f4372c70f3af9d5793419d8964006d55c244394443264804086c6d3c8d0313019a6fa898c68bd48c656b59371056fc904e43b32719f3d9954d04426235e9129261fc9f4f638321d0c263378b66476fb3b32e7883599f3f51259b045972c3c7f982c2c8b228b0663c862efcd6489e6145972ff0c597a33802c8b5621cbc95ae4aeb14a728f2981dc17fc9bfc0648260f946691df914ac8437e45e411ef7fe451b32cf267d7bbe42f89dde42f43c1e4c99d1cf294b316f9abd773f28f7b60f28fe60af28f1733e41fadebc93f0607c83f0b36907fa2ae937f0e6d22ff5c6c21cf7efa429e0f3c44fe1311455e5a934e5e7a7880fc77514151d551a7acd2394c59b56189b2ea169ab2da064b51db80a668bc9fa568fc645234f7dfa168d2899435523265cd8f23142dd55a8a96d49ea2fbaa89a2f7924ed11ff9433168cca31840df520c1622289bb40f533643f65236631c299b678e528caf7ca198b86fa6984c3029a60f7529a68fec28a6f2671433bd218ac5171c655bc06dca6e2f238aa54f1dc5b20a46b1de1641b176f2a4585747506c8fe9526c13d0947d077a28fb6e0828fb9d6194fda14728f616669403dee728078847290e411f298ee624caa10b2f298720b114171530e548f367ca114a29c5ad3488e2def087e2b93b88e2e5ef45f13a974d39b6b39d72bc2583e247d3a39c2ce25002a4304ac0fbbd94d03f4f29614d1594338d1e94c893b594b3a1ad94f3ab5229b1512e943895fb9438460f25214e9392307f9e7259638672d9164fb9fc208372b9278572e56802e54acc16ca55376bcad5ce6cca55f8034a62e12825b11d4849e6b752523efa51d2ccef50d22ab650d2380694f406374ac6591f4ac693004ac6d0764aa66f2725f3128e9229bd4cb9c9efa2dcea9ca6e485922879cf5429773e712905816394bb370f51ee3edd46b93bd048298c7b4c2932d0a0141ff0a394780128f76d5d28f7bfd851ca410c4aa56b35a55afd36a5da7c8ef2582f8ef2181b49a9eb8ba0d41316290df65b294f073b29cfe25d294dc6e99426af664a13f224e5f9c112caf35c3ce5f9fd694ab3268ad2a253417921b2a7b4e930282f8d8a289d8e2f28e075591470fd20054c4da540b6c6532097d529b0021c05f67d07057e258082a86ba3a0d67da7a0e2b750304e6729d84c0805cb4052f025e729848d020a613b9d42b2d94a216b1ca090f76650a85b375068c52d1486d5050a7be50d85bbcd9fc24daba670df375278fb8728bca47b14c195518a60e9304574b98f226d3f4991febe4491798f52e43d304acfc5364aafe708a537f730a5971b4f795d924119387e8c3210b44419f80ba0bc9da250de05fda4bccb6653de8dc0282367b2292337f3291ff6395046cf1fa57cbeb185f2596c4a195f75963231624bf9b24ca24c75dea74c8da228d376b694e9c338caf75a1dca77ca63cacf4d75949fdee594d9942ccafc3163ca42c703caeff44acae2553dca52873165c51d4a59f9524155eb3f49d56c89a46a4e0c52b5a256a85a7d30ea5a7309553bc395aa33ba9fbae1613b55f7e00c55f7c10a55ef8301553fcf846ab0218b6a00d84235586aa66e5e6d463522ea518dd70f524d128ca966cbe9d42d7d17a9e68ab7548b2f9ba8dbb6a450b7b95da3eecc5d4bdde5749b6ae99f47b54ccea55ad91550adb50ca9d6516dd43d25e1d4bd9f2da9762bc1547bf71aaa3de01bd59e45a41ec8d9493df0788c7aa0298d7a70a18b7a286598ea24fe4a751643a96ec1c154b7d02eaafb915354f7c031aabbc08dea811ca27a962651bd522f50bd0f1b507d3269549f0107aaef617baadf0b3ad5efc77aeac93df3d453a72ba9a71604d4e0e855d410a83ef54cf21f6a5419867aee631df5dc17756af469436a349e448da60653637ea5532f6e5c47bd98d0498d2fd0a5c6577ca2c62ff0a8097a53d4c4f2706ad29f63d4e4934fa8c9fc246abaa1907a7dd77b6a667433f5e6fb87d45bab87a9b78efea1e6da6ea4e6168e5073f977a9b943aba8b70742a879e17ed4bc4b07a8f9bc0bd47c450ef58efb496a81d31cb500f1867af7c624f56efe636a09649e5abacb945ab6e92cb5ecea2d6a99b28b5a36fc895a7ec9845af112487d70dd93fae0c143eac3908bd42ac355d42ac0676a15f706b5e6d50cb5d6bc96faf4820db5a9f61ff539c480da7ca58cdaa22da3b67ce2513b37ada2024e0c5121465554a8d1492af4859c0acb4ba622aabca8c8fbf354d40f5f2a8ef3984a641ea5927c7ba9e4c54e2a35ba814afbbe99ca2c71a0f261c354314a4495389550a58ff4a8d2babb54e9ec6aaa8c84a5caa6d650bbea98d46ea215b55b7e9eda13964fed4185525fc3ae52dfa4d852fbbfbea40e945553079a0f51df66fb513f6c2ba67ecc4ca77e1cde4f1dd5f94afdb43682fae9e057ea58358d3aeed24b9df01fa74e52a6a8936f83a9939f28d46f882aea37ce09eaf7c90cea8f4a0275a69f42fdb5f90c75f9523a75a56c9aa6027b4053d531a0a97e91d056edafa0ad7a504953f3e8a069783da4691ef6a3adf10aa3ad79cca569ed2ea5691db6a369af26d1b4b78169daff9269eb9dcc69ba76613483efd3b44dac1c9ad16921cd28ee21cde8269d661a43a099ca8fd3cc4a37d3b6685368164163348ba6289a056b9ab6f5d433da564c136dfbfa03b4ed335f683b7db6d1768d0fd22c9b2c6896fd4a9ae54417cdaaf93ccd0a5341b3fe104cdb23da4ab3557d4bb3cd0ba0d95d7a4cb32b46d3f6ad77a0ed7bd74adb7fa98f76e08f13cdc17698e6d05c4a73ec1da01d427bd19c7fc0692efc14da91f28b34d7539d3457c424cdf5eb5b9adb3d32cd3d3e98e65efd90e65eaf4bf3a863d3bc8e5ea21d577ad07cf47fd17cc91db493db8fd202220368010d9eb4209f4a5a30683d2d587c92167691480bbb7694163e02a49db9fb8a1669ada0459677d222394cdaf98d08da795b155acc6b2a2dd6348716fbfc392dfefc0ced925120edea4203eddabe0db46b63645ad2192c2d29854c4b89df424b4dc9a2a5a5d9d1d2ab2fd0ae5f98a5dda0136959911db49b2324dacd7f39b45ba463b4bc1d89b43ce720da9dd8485ae1211cad54f88256fa0646bbdf60402b9397d1ca374368e52c435a45ea1ada83357b680f350ed32a2d666835c93db41ae102add6fd15adfefa30edc9d9255a835935ade1b63deda9b719ed99d6455ad3aa2fb4a623dab4e7e1bdb4e6c47c5a73119cf6c2504e7b61be89f662b71dad5550417be9f683d661f18cd6010ea6bd52fd437b4571a7bd9a6aa601d66fa6014f06d24045576890310b1af4c7411a0c3a4f83ef19a7c1bf79d01043401ab2884fc34e75d1700e153472f96e1af5bd3f8d167a8746c336d0e8254c1a234a97c6dcfb9ec6f4fe3f860dd1984a1f1aab7490c6c2ada7b1b7fc2faf9fc6898ba3718f90685cde719ab01d4a131d06d1c46b8434d9c1189a8c84a1c9459d3445591aadcb3d89d6d5354ceb0ecaa675376da3752faed07a016b697dc6deb43ee76bb43e6f19ad2f054f1b7835431bf489a10ddeba417b9758457b2727d3864c7b68c3a581b4f7abc1b40fe801da074e2ced136a9a36c143d3a6ccb9b46f7b58b46f39bb693f5e1ca4cdbcb6a2fd24d4d3660dfa69b3a5e1b459ec49dadcc63eda02aa97f627a981f6379543fb2b5d435b4918a4ad3c2ca2abf439d35749fbe8ab753ae99a837fe96bac4074aded37e83a0776d2d72f51e91b4409f40d3d8fe9bab1b374dddb3be91b3dffd037264cd1f5735ce9063be7e80673ebe89bfa3de986995be986cfd6d18d168be8c639fd74d35943fa161490bedd0a48df21ff4bdf31f38dbed30f49b7f1bc4bb7815bd1f7ee4ba0ef05a6d0f78200f4bdbfeed36dbd6be9b61ddaf47d8c4df4fde70fd1f7cfb8d0ed8f32e8f63138bafdfd7d747b6c2efd80e371bac3841addb16d897e48b44877325fa13b3d7d4b3f9c7f80eea251423fb26317dd95334977fd5747777b0fa67b985bd33df58ed1bd5e4ed27d6a45743f0b30fd4453153d90374e0ffc1e430f82c1e86194647af8e8657af8822e3dfcaf0dfd4ca22d3de2a41b3d62f91b3db2cb901ef9ab9d1eb553413fa7f68c1e6b18488fbdd34cbf58c9a6c71db9418fb7394f8fa7afd0e3a74ed113683ef484c1c7f4cb123cfd1a89454f4af84b4f2a0da2a7ed6ca06798f1e81927c1f41b3db3f49baf76d36fb9dea3df82fbd36f31aae9b77e61e9d9803bf49c4fc9f4dbbc8ff4bc8dc1f43c78073dff940dfd4ef6277a416d38fdaeee34fdaefb7d7aa1d95d7a619d13bdb0f133bdf88427bdb495442f857ad1efef52a397f3a1f48a004d7ac59c19bd6a470ebd5aa843af7ebf487f6c02a1d7bd28a0d7bd64d3eb8639f47ae73ff4c69d67e98defb7d39f49e5f426470b7a53812abd0956466fa2f7d29f173da33f9f7e4a6f8e6ea437a77ad25b9a3fd15ba0a9f45683edf4b60611fda5bf3dbdddf72fbdfddb38bda37799feca3489fecad69ffeca2393fe2a663bbdd36833bdb349930e40c6d1016f74e9c037517410864487c68cd0a142301d3a6e4587691bd3e1095574e4ce663af2e77b3aca8f4bc7447ca2632afae8d83a251df70147c70760e9f8960374c293b774e295783a69473e9d1c6642a7a969d099db03e84c968cce4afb456701ded33974573adf4d42e7e77da6f39b4174e1e9b77471c867ba98ba8f2e3972862ebd0ba74ba753e9f29bd97465b719bdeb3491decb20d0fb3647d25f47bea6bf1987d1fb0debe8837face9233f06e9e33a2ef489dd93f489ae7ff42ff912fa17118b3ef5772f7dfaca43fa77776ffa0fc317f4999a68fa4c178ffe733f98feeb89923eeff18d3e7f53853e5f12469f6f3d4ffffdac87bee403a3ff4bb2a42f73ece9cb6fc6e82b98570cd5430b8c55c5cd0cb5646386bac953867a5c02433dfd1a43fde61443ab701343abff3643eb138aa1b31ccb580f863336ecfacdd8007162e8fed0656c4c5e626c847e60e8676b320c42048ccd05e58ccd143d86a1da0ac3d0e810c3f0a51fc390dace303d9accb038e0cdd83a7a94b1ad5485b1bd3497b1b33099b1abed22c3ea4d09c35a87c9b03e64c9b001e433f67e8d64d8f6e730ec82858c834f590cc7751f198efd418cc3822d0ce7234f18ce178318ce45430cd7145f866b6115c37ddf7586fb0484e1716317c3a3698271746732c3eb4310e358a51ee3581b8c71bc2383e12b5cc5f0f3c5324e10ca192783218c53357719fe01468c80c26a46a0fd4f46f0a1114688178e112aee64849bf319a7d7fd649c01143322229f3022045e8cb3ff288c28028e716ed547c6b9f401c6f9dd8f1931eab38cd8adbf19173d2d187156838c4bbf54190919b98ca4c26d8c8c5d18464678202383c961dc2842326e7c0f62dc2a7166e46d7ec4c81b1865e42fc533ee0efe6114c53c6794202f314a8bba19f79c4b19f737d931eee77118f7f13a8c324021a3dc428351a131c8a824f4336a6eec66d4fd2033eaebc08cfaf7ee8c2775bb190d17b5194d858f19cdba9d8c36c72f8c0e576dc6ab7bfb198097e50c006c9e015ebb8501be6cc380a86f6240de9830a00bf718b02b560c44e50106360ec7c005c73070e9530cc29b1b0c624e3183f4f02783bade8e416fa865d09f1d653046c3199cb3da0cae5a3383b7d19621f0ee6288cee5324457af3224cf4f33a41fef30e416610c792e9f219fb9c650348a185d11458c6e4838a347539fd1d39bcd78bd3998f1664f25e38dec3a63b0248031480e670c7dfbcc78afb595f1fea5843192efcb187bfa8731e1bd9af1856ecbf8c22b607c193acc98d2fac4f8da9ccef856decc989dc531e63077180b573b198b87018ca59c61c6df8034c6f2cf7cc6f2ef6ca60a06ca5cc5f266aaebfc61aadfdbc2d4c85267ae952531b55177981bccab991b3f24310d184f999b7a1e318df776328d5b1799c64bda4c33cb4ea679ac05735b9188b983e6c7dc59dcc8b46ca031ad4a579836d577987b268b9807bc36321ddf5f661ebefc88793805ca74fef997e9d26acd748141982e4baecc23b3bd4cd796b34c37bb1aa67b8025d3fd8337d3fddb3ae6f1ebd1cce3f9694c6f270da68f4721d307e9c1f479fd8be96700669e303dc73c117b9779d28ac5f4376965fa87bd61fae7a43203ca2698817a5b9981e6f799412d2466a80d9679bae604f334f714f3ccc41f6604a08019d9d0cdbc508f665e10c098b15b6e33afac3dc0bc9acf655e7db28d7915bcc84cb2766526491698c95159ccd4f73eccd4313766ea840133ed423b33ddc38279a3e818339394cacc227c67deda10cabc35749d99cdca64664f6c63e6a8e7306f038f30f31ecf30f3a04dcc3bb27166c189cdcc82aa5866617820b3f035815934816316d7ec6016f714314b5f7e6696c5ed669649be31cb09eecc8a03579915a219e683eabbcc478ecf988f5eb299d5982ce6e313b1cc27efc9cc67ad2dcca65bc3cce79fae329b056b982f463298ade5d799ed7b5f32db2b4f30dbe7d6325f056e62823adf30c1fa1d4ce8b97f4c98299a093ffb8889ea3cc2445fb26392ccec99a4edba4c528e33931c90c8a47effc4643d6633d98f4e31855b9d99229f9b4c51e15da6a85f8329015e654ac6984c59ce2ea6fc530353e15ecfecd23fc9ecbaaccaec4a2961764719307bc3c5ccd7db21ccd7b55f986f527498fdaddaccc1c811e6e0eb63cc775817e670920573f8a11f73e4df19e607f5d8ff25323f051a33c7745798634ebdccb1b703cc890621f34b7028f34bf80be6e4263e73d22c9e39d94e677e45ae654e478098d3059f98dfd44299df8fce3067b4039933df4f30e7603dcc85d575cc855a2fe6c2cb26e65fc215e672d83c73257c84a53291c15a556dc35af53683b53a4fc05a8db664a99f62b13458552c4de629d69a17b7586bfab558da6b44ac7595adacf5d7eeb0d697c259eb5f74b3360cbbb2746fdf61e9fe2866e969e5b136aabab0f471252c038fbfaccd87c92ce3f7ce2c93b23896e9c73d2cb32e1dd696cf0296f9643ccb422d91b535e7156beb8722d676e65bd60e0d47d64ee1346bf7e1f32cab181396555a34cb8aabcdb2796dc0da931dceb2bd14c8b28556b0ec921b5876ed39ac7def6b58f613ff5807b64cb21c57ed60395a98b00ecdc0594e6f36b00eefd76439eb73592e29bf582e4d429687c292e5b5f608cbebdd2a96d7fb14d6b1e26a966f6802cbb73889e50b64b24e10aeb04eee3cca3af5fc2feb14e8022be0298c15e893c10a0c68660526adb042da94acd0a62bac50491d2bac4c931526b4649d76cf634524eab2226059ac73a7fa59d18bf6acf307f6b32e4cad66c584e05931fc03acd875f75871478759572e7d65251a14b292b555fe37c64ab64866a596915869fe6c567af347563ac79575bd3c8b9551b4ccba71f0032b3357ccca7a799995f5269d9535b7c4ba75468f752b83caca6e00b2b23125ac9cf3e6ac5cf34956aeec25ebf6763c2bbf5e9355f013c8baeb73895518edcc2a5c7ec72a7a69c32abeb1c0ba77348c75bff11eab8ce7c22a578f63953ffccc2a6fb3623d882f643dc8bccd7af8d982554941b2aa0c6c588f5bd258b5fdfeac7af90656c35b5dd6d3734758cf546d59cf0dd458cfb7ebb19ea314ac368f25d64b4b77d64bc21cabbd7a99f52aa181d5699ac4ea5cb663810e5e6681d7285860f376168418cf826e15b0a0e96c16147885059dbacf82ce0cb260100d1672389085b2d263a11ada5998c78b2ccc1486856d7fcec23db46591969eb2c8031f591464188bb6e32b8b795ac2629946b3d8411816b7f9104bb8be8725dc9bc8121e1d638902a759128c134b5a16cc92b63bb16409062cc5ea5996d22898d5257167bdfebec87ab35b83d5dfeacc1ac061598383bf584319f758ef77e9b03e6e35657d143e638d6e91b346bd2d589f4636b2c67eb8b3c6f91eac0994166b42c6657d619c644df64eb1a6b042d637792eeb3bf827ebe7bf42d6afa54facb9c912d6fced07acf90e106b516d27eb9fc653d6bf93ab592bd259b66ae84fb6ba9a92adb1772b5b23c99ead69f490ad5953c8d6da16c0d6ba49656b3d1b636ba78fb175362ad93a4d0cb6dec1eb6cbd9649f6c6b076f626a405dbd0d4986d28ad611b853bb2cd28496cb349387bcbadafeced0ecfd9dba7eeb3776277b077b98cb377e17fb277bf1c655b8617b22d0707d836a10fd836671bd936b88becbd2afe6c5b0b32db2eda97bd2ff925fbe0d304b6a3e679b6635918db91bd8eede4bf8b7df8530ddba584cf76a3dc651fbd26661f0f7164fbe496b0fd9c52d97ed911ec132a1aec13bf13d927ef17b04fe9b8b0fd5f06b0fd7f68b303220eb103638fb203493bd8c16a4c76f0a13a76f0d31bec90b586ec909b4eecb0491d76f8a779f6e9739bd8675cacd967e632d811794a76c4b32bec08c176f6d93909fb82de31f60537303b66b49d1deb11cb4e645e625f4b6f655f7bce675ffbb38a9d7491c34ebeb8839d32f48c9d6af8869dfa4cc44e5d78c84e4baa65a7bd3ac7be1e216167dcec61df7a816367fb93d839ebf4d839ba6fd9b7af2cb2f30d8bd9f9f274f69d2ba6ecc2e7aeece21e01bba490cdbe87ddc3be9f0465978514b2abbf2ad88ff93eecdabf9fd9f54011bb9eb78d5daff8c26e28f56337dcaf6137e63c603f4db2663f25fd1fa73cd9cf32e4eca6e33c76d3442efb79b20dbb39259dddfcc68dfde2d901f68bbfddecd6b0cbecb657feecf6b816767b098addce5a6177c45c657734ec6177f4be6203aafeb2815dee6ce048301b128b62c3be53d87080061bfd21938d89f6606386bfb1f13b5eb2893badd9c4eb5e6c92770a9b9415cb261595b2c957e6d8d4614336adc1864d6bfacba68deab159f07136fb6a279b1bf896cd43f3d97c9f70b6c0f6055b80f1618bcebd60cb3d2eb1e5af8ad84a3d157617b69ddd9de8cd7ee31dca1e5cfd9afdee8b017b28e43e7bd83e9f3d5c2f61bf4fcd62bf2fa8618f84aab13fdcfac21efda7c6fe7c75803d6935ccfefa41ca9ebedfc7fe96d5c9fe61b2c29ef17bc3fe599ecc9e75d9c89e8b79c59e2b3ecdfeed93c2fefda48ffd7bd69cfde74916fbcff41df6a2da76f622de83bd3414cafee788632f2fbce3a8ec157254ed641cd5231738aae87c8e2a4183b3cab99db36a96cf59edbc96b31ae0c651fbba8da359bb9aa315f28ea375f52c67adfa0c676dbe3167edcf518eb6ea6ace3a5b3e675d7a0167ddcb34ce069409670317c5d930aec3d1b554e5e8be1de7e87efdc2d1cb3bcdd9a8decad9689fcdd1ffb8cc31782be518f25339c6ce708ec9a7d71cd3c7711c73cf5d1cf3e3ab3816014a8ec5791067bb4a1567bb990667bba70f6767a23b67277980b3938ae7ec5ea3cbd9fd04cdb1ace9e65825dce258bffbc3b19e98e7ecc96473f676e971f675fee1d867f2390e6dd11c07e016cec1a9258e236203c791b19973d8a39c7338ff13e7308ccd71a6dce71cf9f296e3ae23e778586ee378a640399e95bf38471f3870bc0c3672bcceffe2788db5708eed35e578070b393ec39e1c5f6900c70ff497e3ff06c309f8a9cf096cfbca09729de0047d5fe1045f70e284569873c210939c70c360cee984364e448a3f27f24930e7acd515ced9c36b3967eb0e71a2c8ff38e7ae4339d1562f38d16e739c687817e782ce5fce05a28c13773a8b1397edc1890355722ea9dde35c3aebc7b974238b73a9cf9693706a8c930035e35cadc672d2ccd53969e5b99ceb97ea39379a5b3899661d9ccc3bdf3999401dce4db882735344e7dc7aaccac9e13139b9ae1d9c5c36929397b88973671782533437c8295197734ab766724a77fa734a99899cd21fee9cfb477771ca9b5f722ae2e639156212e761e00dcec3d85e4e153694532533e554b77872aa614f394fb83d9c86f5159c06dfcb9c86957ace53ff21ceb38f959ca6742f4e135893d3a253cf69d9a2e4b458da715edaf9705eb24d38ed4f5a391d187dceab5fa59c4e0e950340a03900d1100730ddc101a6ade780d67471e0ab9738885d091c645a2807f5b4888333bdccc145523804c95e0ee1dd050e29d29843cad6e3d04e1a73e839251c860e90c3b43acde1a873389c7f5f385c07770eef049423a875e308a6051ca1d70f8ef0860947d4adc991a67238b29b608e4c7091a33cdfc0e929ece2bc864d7206365b7106ec9f700632123983c5ce9ca155559cd12b9e9cd1ac61ce27e31ecee75817ced8d740ceb8f8236762eb1ece64e966ce57898433ad26e74c6ffdce997e56c4f91ef38d33d345e3fc6a1de6cc2e1ce4cc19b773e6aeade12c9850387f87009c7fae4738cbfc139c15b75f5c15e340ae8a9d3357159acd55e7cf7235a65f73b55eece56a87a773d77d49e66e284073f5ab8f72373d4be11ac7e9734d5e1772cd74ee73b7e8a472cd5deab816c79cb9163e95dced2afddced074e72b7df1de0eed81bc5dd71f90a7777f465aed5113bae1564886b035fe0da889cb97b80c7b97b2b47b8075663b807fac3b80e4a75aed3997aeee1c961aeebfa1cae6b6f0fd7753085eb5951cc3df6722ff7782787eb63ff8deb93baccf57bb087eb874de59ee01970fd1d95dc20543837f8f2016ed8ce696e589d1e370215c58dc0fee346750671cfe3cbb817eca3b931abb5b93161a7b831e9c1dc5814931bfb73847b513f8a7bb10ec0bd08cce5c6cbbe722f59bee45ecacfe126441b711352cdb909770cb809a411eee51423eee54c36f7ca410c37e91b8d9b726735370596cc4ddd81e1a62631b8690be5dcb4955a6e3a11c0cdf8bf663762b67233c9c7b899ca546ed6032c376b82cbbd6957cabda536c7bdf5ff8f29fbb60637672d9b9b1f9fcc2d8491b94576a3dce223546ea96309f77e33875b99b39b5bf9bc945bc948e7564738701fdfa672eb4655b90d3ea6dc868013dc06e64eeef3b52fb8cd8fc2b9cda347b92df177b8ad16bfb96d6b3bb92fc778dc0eae820b48277001cd0e5ce0e9275ce06b532e2897c905c95cb990c0442e246d3517c2bbcd851eade4427d43b9b0b84d5c58552b1786957211d5e7b8883e672ef242331729d9cf45498e73d10a3817bbf3029720ece7122352b924bf242ef9453c97e2f38e4bbb94c165b155b9acef242efbf3352ef7ef192e6fd7732eef750a973fdfc2159ce57185af1cb9a2816eaee8af1f5796f19a2bebf5e0768127b85d18276e177513b7c7ed15b7cfd09cdb9758c17d6ddfcd7d9da5c7edbf87e5f64bc2b803987eeedbd444ee202181fb4eba853bec31c91d0efccc1dd9b8993b7209c9fd70788cfba97081fbe9d723eee71ba3dcf1180dee78c973ee17db58ee57b501ee8fc43ddc1fe3fddc1fbf60dc997bf6dcf95d3fb80bebb4b80b97cbb87fc65771178fdfe02e062d70ffaefbc3fdbb2d80bbfcdb88a74efeced3d843e169dd8ae76915d7f1d6bae8f0d6a650796baf7bf0d6a50ff074d68df2366cf2e66d386ecdd3b59be5e94b7ef00cd0877846660e3c939f489ea97d0bcfcc41ca335ff78d676e63cab3c01de1598cb8f1b6d71af376740df176cebce0edde1eceb31ac6f0ac26cef26c2aca787b35737876c00bbc7dc9213cfb357c9efdce54de016604ef405f10efc0e72e9e43ab23ef2015c33b52f68d77849ac973adede0b9e26ef1dc3fd4f03cc73c78474f1fe71d6524f1bc1c1ff3bc9272795ef0619e179ac2f39ad1e2f9bc62f24e5848782732213cff0bd778fe7176bc0085392f48e30e2fa88ccb0b4987f1424789bcf0bab5bc708109ef74bc80773a3d9417d1e0c28b5c67ca8bac58e09d7dc0e2c5b66bf02e6e3bca8bb3bcc24b3059e42520bc79093f4279975fffe25dfe1bc24b1ce5f39274e9bce4358779d7df68f16ee6fde4dd9aa7f0b2a37b79d9f566bc5ce136deedbbeb78b717e379f95f4ef00ab23c79055301bcbb3193bc425338afc880cc2bfa9acabb5727e45544d9f02ace77f01ea67ce7558ebbf21ea92278d5f70778354f437835132bbc06ff315e136f0defb9650eafa53393d7327f8bd7766c84d78678c57bf9e636af9db8c86b7f63c16b7f3bcbebf87880d7317b88078a4ae0c1c26a78b049180ff5af928769d5e6612662799815260f4fd0e2e17b113c62c7531e710cc3237569f228664f789485ef3cea6c088f16f59c472b87f368a4241ee3c21c8f0168e631248f794ceb591ecbd383c79ab6e07176ebf0b825a93ceed7833cbe691b4f5818c9132af13c51398ed775f837afb78acceb533dc77bed6acf7b1dbe89d78fd3e1bd75e6f20667a77983ffac7843aff6f08677eaf3469cb6f0467002de67935cde84493b6fd2fd3d6f2ab087f7d5f62fef2b7f9037236fe7fdea29e5cd3eebe3cdeb5ce5cd3777f07e4717f0febc7dc25bf2c0f3961fb9f1551d37f255bf6af3571baaf35767d7f25783aef2572387f81acf6ff235c327f86b52bef2b58d43f8ebeee8f0d73bfce6eb45cff00db2b3f806b42b7ce31d537cd337697cd35f357cb3c9cdfc2df79ef0cd739bf85b5757f0b7cedee26f5b27e46ff30de2eff4faccdfcdb8ceb71430f956de3ff8d6973df97baa907cdbbf07f9fb5fb4f0ed7d6df90e1503fc838a637cc77a0edf11be83ef6caac1777614f39d8312f92e43e6fc23ef92f8ae4d2cbe2b13c877fdfd82effecc88eff1bc8befa9fa997fd4ed1aff78480eff78dd2bbe0f7c8c7f4aed0d3fa0e0333f30cd8e1fc8a0f383d3a3f9a17ef6fc888752fed953eff8d1e7b6f3a3474ef3cfd3def02f4856f3635f75f0e330187e7ce8103f7e6123ff52e321fe95f45e7e62453a3fa59cc94ffbcce467283ef26f047ce0677ab4f36f9a3de4df6a2ee4675f3acdcfce36e3673fcbe46793f4f8399b02f8b7ed3ef06f932ef1f372bcf9058196fcbb99aafcbb637efca21f5efc7be6befcfb7fbaf8158beefc871915fc87c318fea37510fe231e9b5f1d6ac87fecd5c1afb99cc7af0117f06b9db7f16b9b7df90d57b1fc464310bf71c69adf243fcf7f7ee222bf65ca83dfbe692bbf23c08ddf5911c5070c35f321633ff8d0e4363e2cf6141f364be4238c497cd48fcd7c9cc88b4fd86bc22750def20933dd7ce293143e3963079fbc22e7d31c9ff0e9da1ff8f4f5743e3de72a9fde12c067765de6738226f95cec463e973ec4e70de7f2050da37c5176375f7c78982fd970922fc9f1e1cbc400be6cb49fafd819c557880af8ca49757e6faa88df5740e6bf769be1f77ba8f107f39bf983f360fef0309fff7ef746fe073f31ffc3e316fea87f267ff4b31affd3f604fe679534fee70f25fc31951ffcb10bdbf8633dc5fc89fbaff85fd69fe07fadece37f338ae07fa74ef1679f7fe7cf21eef217565de5ff8938cc5f7290f0ff6a55f3ff86f5f1ffad1be02f9b22f82baa7afc95d70f052aec2681ea862f02d59928c1aacd0602b575ba02b5cb45028de40e81461343b0c6e5a140cbb355a015ee25d07ae42ed0fa7850a01df44eb0cef98140e7b754b0a1f7834097682ed0fdc210e8c1f404faa0bd82cd1a04816178abc088d3283031df2a3059c8159817cc0976dae90b765d0b10ec7a1c2cd87d8525b004a7082cdf9b0aac39170536bb0f086c047f047b368d086cf7ad13d89d7d26b0ab1a16ec774e14d83b1f161ca88c1438b84c091c32de081cf05f054e496b056e3f1f083c1f9d121cb5db2a38ba744ee0a5332b38965a2d38d6f745706cb858e0bd0d2df0be7650e0fd6e49e0fd2b44e0e33a2ff0dd3d2a3819fc57e0bff1a620f06ab3206c7f8420f2db6641345522383f3f21b86066fbbf2ac18590cd829835df04315b0e092e3eb92188c39305f1f9c70597baf182c4ec6c41d259942039c051900c7412a47c570ad2a34d04d751a704d787dc05d727e0828c1a35c10d8b48c18db83641d6d3ef825b883d829c75bf0439085d41ced86541ae708d20f7ed92e076f07941de69a9a060c33a41c1ce02c1ddf1e382bb0b6a8242d51141f1a19f8212d7d38212aeb6a07477afa0345920b8f72456703f962c2833d41394a1d608ca758e0baa062f0b1eeb95081a0907048db2ef826787fe099afc8f099a811f042de732052df56705eda20541c7a9bb825753bb059dfe570580be7401c86ab70052b54300c1de154083a304a827b705a8679102f4657d015a2814e0b24e09f0ebc3058402ac8050de2120d26a0514030b01e5f1a0807ecb47c028150a98a854018b532860434e0af8337a02c1b9bf02d1912a811883128809ce02b1f2a5403c6929901e311548d90c8174749f4036972c50406802c59b34418f85ada0576559d077ffb5e0cd0307c1c06d63c140014a303443178ce053051f1d0b041f2bb70b4689018271f327822f493f0593161b0453560f04d38312c137f3a382b9ddf382b9f018c1dc1c5eb078b05bb0788e28585a7740b0f4fffbfef7d25ca87aeaba70f5366de16adf8d42f5b108a1464cb1502baf5aa85d9226d439ee20dc10a521dc50db26d4eb9b17ea8f67088d7c6a85c6c18b42e3507ba1094e2834d51e129a45b909cd2a0b8466642de196d5b78516c430e1d6c29dc21d295b84bbee680977c16285bbc37285367b8385368f11c2bdfd7785762ef342bb135642bb602de17eab7ca13d2c5778501227743c1923749af013baf8160a5d026c85ae1a52a16bf4b8d0f55abfd06d6595f0e8ce5dc2a3896dc2a3196b85c76c8b85c7379c157a974c0b7d5ccb8527a6db85fe3bdf0a03ba7c8481c14861e0398e30e8f9416190e0a93068012a0cbefe451892ac250cddb2220c6b5b273c6d4f149e8eb2169e59b34e7826624278e6cd8a30222e411869d1238cb43f228c8cea1346c51e1446157809a38aff082f18f90b63a423c2d8ac30612cda587831614518b76826bcecac234c145c105ef3de204cb917204cdde32e4cc52e08d3740785e96d8f85e9b2c3c2ebdbb1c2cccc7bc25b4778c2db2b0bc202d36bc2bb2a078445579e0a4b0c6d85f72e1f139649ab850ff33e0bab76670a1fad7f2aacb60f145687fe135627bc115617ef125677e085f57281f0496fb6b0b16a40d808910b9fa53c113e238e089b033c852d2ab1c296c652e18b8a4461fb1e5d617b769eb09de3206c1fa70a3bcf5084802bbf85c0cd4221e8eb98103c7c4d08fe912084457e12229f9a0a51bafb85d88d1d42ec6747219efc4c48b09c1212f74408492e1b84341fa890d6932a648c0185cc87b142b6a7a79093d62ce4dd3a23e4e5950af9006da1507e4c28bab32494ee2708a5c3ed42593055280ba108953abf844aeb19a192b553d80532147609bf09bb3d2e0a7b7855c2deb48bc25ed46d61df7db6b06fe495f00dbd44d8af63241c7038257cbbe98e7068c851f83e2b41f831205af831cf5d38ca3f28fc5c1625fc3cf24d38662c108e3b770bc7e913c209475de104c44f3821b2134e3a9d124ed53e114e414f08bf1e69107e1d3c229c7e22144ec37609a79964e137b701e1b7c616e1b7098a70665e5bf8f3a39b707653bf70ee4a9770fe1653b8f012255c5cbb2c5c2cd82f5c425e17fe6b0917ae481644aa6e3f44aad99744ab3c42446a3a662235937291fa430f91fa1243a451ca1169904e8b343ee88b3487a1a235e35ea2b5310d22bd276b441bf5e7441b0b1344fa370744067aada24daaa522239ba72223e0359149d47e91d9b90ad1d6baaba26db54ba29d2d6da2ddcd4122eb17ff6b938a6c1a25a2bdb841d1fef53f44fbb74b440e452744070f348a1c0dd3458ef205d121f615918bb981c855f642e4d6ef237237a68adc9d5d45ee6fe3451ee732451ee907459ec16da2a30d36a263099f45c7350922ef80d3229f0d58918f9eaac817ba59e457eb223a99da283a65e4273ab56c25f2d7f827f29fb01005ee721305e26a444147768b82165245c17f6645a707fc4511ab9f88ce9e7f2f8a4e1a1745e7e68b2e1e4f17c52f668b127870d1657f942851b14f94381629bac6ea1325dd238b52f31d44191ea3a24c054f94857825baa5148bb22d778ab217ee8b72554a45b99acba2dc1d9da2db1ebb44f9b125a2bb968da2bb97b7880adfbf13151d248b8a5577888a7f9d1295a69e109522dd44f7a28f8acac6bf8a2a6c3d44953b37881e45a3448fba1a45d5cf334535ffd7a56677b3a8f67aada88efd5d54ffee9ae849a548f4a485277a02ec10355c3a2b7aa6fa43f42cb646f40cf258d4b4d953d454d02b7aee9d277a912111bdc00f8bda9e36895e4a3b45edbb378bda0364a20ecd9fa28e1bd745aff2578b5e2db68900b81d2270d75711ecd93d114c5e2842f0a2450889be08cd668a30ebe74598c0221196fb5a8415dc1061fffe12910ae345b4f542118d7a49c4f82716711f5045bc323b11ef2144c4fb5e23e2eb5b8b0415fe22610b5524248b4562884224d1dc2192e04744b2ca7d22b9d5ac4889478aba52e5a2ae812851b7aa91a827d944d4db4512f51550457d3847d16b9e5cf47a182c7a13512dea7fa02b1a88ff9fc24df4ce95281ada682f1ab26789deef5315bddf1f2b1a59a52b1a35c8128dbe31107de6478b3e4fd0445f5e134553f5df44df234e8866aaaf8b6620a6a299b715a2396317d1c2f75fa23f0148d1d2d77cd1bf9b7da2e5f19b6255b30af12ac315f1aabe19f1aa2535b1da2b82583d0529d6405d14af39f048acb5e398781dbe45bc2170a778c3e95ef186a6d762ddfb14b12e152dde688a16eb870d89f50528b1febb66b1815ba7d8e09cb678b39abad8689e203633792b36db6e23368bc68a2d88b6e26d9732c43b42df8a77f63f10ef2e2a165b6e9e135bb6ed165b4dde105bfd7612efdd3721b61d2a11dbc5b2c4fb306bc4fb416bc4f67158b1fd5363f181db42b183bb40ec00a78a1d0656890f1dfa2a760a3a2176026f163b5f70141f199d15bbfebfdcf779898fea6d167bd17bc4c7bdbac5de2a68b1f74b8cd8179e2af69dda27f6db9e2df67b87139fc8ab179f9cfe243eb55f4d7cea344b7cea5182d8bffea7d8bfdf511ce80614077ada8883ddcbc421cf67c5a13d2fc5e1bb76882336c68823fe948ba37ebd10472f3c139faf3a223eff34547c7144551ccf99155f8afa294e58f74e9cb0d14a9c5074547ca5a65c7cb5d04c9cfcd9469c7268519cbabe5c9cdaf15b9c560a13a751b2c5e96168713a665a9cdedb25beae7b427c5d1f21ce3c0a1467969589b32e0588b33e8bc5371ffe13673f7f2bceeeac17670f2c8973288de2db8209717e44aaf8ae65b4f8ae35515c94d523be5fca13dfa7cbc56505fbc40fa495e2879e11e2ca9851712578bdb8ea9f89f851b7a5b86ead89b80ebf475c1f715cfce42c4ddc68e5257e76794cdc0437123fdf7743fc1cb449dc3cba47dc722b54dc327157dc32f75efca2dd53dcda652b6ebb972b6efb9427ee28c58b012a5431407b410cea9c138370f362b08fa718daea228655ab8ae1a21031e2eb7a31725f9518e9871023535dc54880428ca45e14a378dbc5286997185d132cc6993888710ec7c484da29315191262669c58949660a317d13544c2fde2266a4d98b9957378999801762964bb598ad5724e6aceb1473eed78bff1f3cc5823a9858146c24169ffabf481484583ace15cbbd1bc5dd87bcc53d9b56c47d73d7c46fa24ac46fa6a7c5034653e2b71b22c523ffbf878f263de2d1c46cf1a81c2dfe3484138fa560c5533d16e2af7f368aa75f28c5df577b8a6746a1e25f035cf1acf35ef1dcf329f142ada978a16346fcfb70b8f8b7685ebc1496245e1afc2d5e0e3394a838ad96ac56b64934909612edee4689ce2a4dc9fae968896e3a4fa2d7f348b2f1d43a89e1be118911fb91c458374d628c5c90187fca969858ff9298dc62494c47c3245baa2d255bc61725e6fb1325e6907c89c5172fc9d65aa664db3e94643bc958b2a3f18664c72f8a64f7fa9792ddbf4112eb8403121b6c94644f81bb64cf4888c42eb45a62d7b95562277f20d9774557b21f1f2539b07fafc4b1649fe4f0563b89f37db8c4251a2871790a971c69b497b8a2b224ae3f0b256e1755259e61c512cf952392a3efcf48bc22ce488e65ea4a7cc8dd125fef1d12dfe20b12df7b1512bff36889dfcc0149c0f6df92c0c15249f009734928b95d12cae24ac29f9c90441ce990446e579144e23c2491e23949d4d3d5927375044974e880e4bc91a6e4bc628b24f664a5245ef65172c92a5a72699a25b9ca0d9524faf54bae391448ae1de54b52fa922429bfe89254004592560395a4893892f4483fc975f548c9f5987cc90d1db124d3af4092091e95e47e6a96e49b9124778cce480ad57a2545df1b25c5bb37488a5f3f9194020b25f76a5a25f76d7e4acace1d9294817324e5d46b920acf37928735be92ca3d5692ca77f9922adf0f922af83bc9a38919c9e3466d490dea91a446be22a93d172ea9bd2c91d439ad97d4211a24f5aa41922787ff491aa6d3258d3b8c25cf83fd25cded72493376bfa425d740d2caef91b43d1892b4ff489474c03c2480c0600920ab5a02deff46024eff2801037e491031d1126485bf04c5ca95a0a6d524e89f7d124cb18d84a067202114be9490ce394948797112d2f30a0955734942830d4818920109072a9270666f4a84ce2d12a10b45223e7a4822e9c449643a53127991be44c14a962857ad95f43457487ac37224bdc92b92beb3b192bebe2049df77a4e4756098e435455ff24697297933612079b73c211932ae900cbd564adea7ee928ca80c4a46fc5b251f923a24a37a5592cf6b2c24636f352593f45b926f2996926faf0324df0db524dfcd28921fcb8392d92d3724f3f31d92df154692dfe42f92df1c4bc91f5f99e40f7648b2c868912cb9af96fcfd912559f64a962cfbfd91acf40e4855ec49d2555a4952b5e036a9faf72f524dff09a9e62bb954b3f39d54cbb842aa75778f74ad3347aa1de8265d376e23d599a6483760eda51b46364a374c81a47a771f49374ead92eabfdb27dd743a49ba79ddff5c0ba59b3b57a486c80ca9b1a386744bc17de916dc21e95674b274f7de8752cba89352abcff7a5d689b3d23d3fe7a57b11be52db444da9dde1bdd203381be961ed7f5267a0a6d425fdb0f408572975ddc9947aa86f977a1a82a59ed632a9e7c728a9cf3d8af4847eaff484e521e9899055d293765ba5272ffd9206dede240de4bf9706b5394b43b00a6968354d1ada96260dd3ec92862dfa4bc331b9d2331a18e999b59fa411288c34eaa2b7345ab9577a41172ebd404e93c6eed194c6ca74a57185bba5f19a49d204cf60e9e50e99f47ae1756986f3a43473b04a9ad5d42dcd1abc2dbd69f94a9a3d76557adbd65b7a1b5322cddbf1519a6f8293def9bb2c2df8ed2c2df8eb262da46e911651cf4a8bbef74b8b558ba4c5f35dd212ed6669c950a7f41e294c7a6fac427aefaba5f4befb82f4feb5466939fc96b442eb86b4627a9df441fb4369e5e11dd24a7782b43ab75c5a5dec23add192496bbc1aa5350586d2da666d695d42b1b42e53555ad74091d63bb64aebdd7f4b9fe9864a9b0c8da5cd1763a4cd65c7a42de146d296854bd217071aa42fcab6485bcba3a56d841dd236a5a7b4ddb6440a88fa23050c89a4e0adee52a8ee8214da0d9742073da5089b342922a65b8a29d79162ab9aa458f26329be5a202566cd49a9832b5296b05fcaafb92715dd0b974a9a574be5e72ca4f25f2d52c56767a9726e4ada9bef2ceda3f0a5030d37a56fbfc64b078f944b0703daa48317de4bdfd528a5432350e9c80e5de9c86147e9c7988dd28fe524e9d813a274bcfd96f44b274cfa65d9593a194d914e660c4aa7a732a5dfae20a4df550e4a7ffaeb49e7c979d2f99f50e9d29356e9f2b91ae972c6a87465959674657858a672724aa6da682c5b3df34da63ead946948e2641aefba649a055332ad74a04cab9626d3fa962ad3fa932f5b1ba72dd3b666cbd6f95364baf5db647a56d932bd3d7a32bd5f99327d8b08997e96a14cbf2153b6d9594b6614705e66fc9b203339d42733b3779799bfb4969903e53273ca1a9985354566c1c3c876d8ae91edfabb57663db322b3a90e92d9ee3293d9ba0cca6c832fc8f6db1ac9ec7739caec4796640ed320d9a196c7b243ed9ab243bfd7c80edfb82373564b96b98c916447cab365ae6faecbdc34c7641e178c641e3736ca8e0e9d9579656bc8bcfe1f55bd268ecbbca7aec9fcdee7c84ec2ffc84e6d8a969d4a50c802af5bc8827e5f9205dbb165c1fb2a65c1be3059c89d2bb29071902ce4df7e5968144716da04929ddea5909d89f091456e40cb227767cb22c3b6c822a7cc6551be376451174fcaa2758ecaa2afb4c8622c7a64316eb9ffa3cb62b849b2d818ac2c16fe4c16f7634e16bfa343165f1026bb54bb45960089945d3df45496f8dd5f9654352f4b1ead93a51c2a94a55cbf2b4b852364d737cccaaef7b16419606fd90dd98c2cd3f3952c6bb05476ebf3b42c5b1f2ccbc1f264b7855764796e08599edf1fd99d400bd99d7c0b59411a4b56d0182e2b524d9015bd0e90157d1a94154d6d9495c0cd65e5410c59a59eaaac32a34a5649ce903d7a14247bf4b446563df854569bfd46f6c4225ed630ca963d8bf92e6b0e07c9daee1c94b5c94ecbda052eb28e6e4bd92b955ad9abc25259e7aa615967c45e1940872703084d65c0b16119e848940cf47c8f0c726d9f0cfa2c4c065b84c930fbe764b8878f64b8093b193ece544648d9272339216564fb1519a5e1848cf1db4bc6e4fe93317f4b642cff0a1947bd4ec6d3a3caf87c079950f7b04c54552c93309c6592ee473269de4e9974204dd6854c9475618ec8ba1faacb7a7483653dffefdf6bdf25ebed7f2b1b70e2cb065cbfcadebafe950dbd93cb467c576423efb6cb3ec4e4c93e5c59231b6574c8c6d499b2f16b1ab2f132baec8baabd6c72c721d9644f8a6c72c2473675e08b6c8a07967d7de62cfb197558f6b3aa55369bbd249b2d5c2b5b283f29fb5d632bfbe3b651f6f770a6ec9f0354f62fe7ac5cc5a05daed2dc2b578ffe2157bf5a2fd788a1c835b254e49abd62b9e6e7dff2354f55e5daf90fe5da2fdfcaf52c1572fd760db93e992e37d8f6506ef0274f6e7c3f4e6ee23c223739f5426ed24e969b0036cb4dbe5c965b3848e5db8abae53b84dbe53b953fe43b7f4be4bb0cc4f25dc679f25d96f6f2dd997fe49681ee72eb9524b98de32db98d8b9adcb654456ef7a444be1f71406e7f7b4e7e30b74d7ed8aa4f7e980591bb3a3c95bbed5a25f7d8e42ef7422ccabdb72ecbbdcf4fc87d36f9ca7dba3de527562fc94f4594cafdfdbfca83ecc9f2e0c22c79e88d5a795882853c4c39230f775b9487d7cae5a77bdfcb23b675cb2346fae491c12479e4f335f2a8634af9b9a4adf2689dfbf2f3f475f2188d2bf2d8b83a798265873cc1d9449e30eb24bfb2f68afc0af5a0fc2a6c519e6832264f1c3c25bfe687915ffbd72a4f5e879227d368f2e4219e3ce5e46979caed27f29485dff234a3fbf23425559ed1f6487ec3475f7ee3c213f98d7a17f94de84979a11b495e58f6565ef84c202f4252e5c5475fc9ef6bb8caefffd09197af319457e953e555263ef26a97e7f2eab2fdf29af353f2da3e4b795dc7b0bc715bb6bcb17a54feb46b95fc99c54e79cbf52df297852c79c79f0bf2cea10a3940912f07bacae4c0541339e8c7a41c86b190c3579d94c3b14e72c4e61a3962e59b1c69572c471985c9d19f98721ce3ad1cef1529c7e7df901389f7e5a4b66539794fb09c2c7b2a67aeaf91b3d99fe43cd28a9c6f73542eb81c2217ee85ca85f34e72d1b9bb72896f9b5c0224cae5c70fc815f5d97265719fbc3ba957de93bc24ef6d8b93f73756c9079e04c8dff2c8f2613bb47c987e51fede1925ffd85f22ff386e22ffe4a125ff7c475dfe1993221ffb40964fa499c8a7ea6fc8a79fa8cba757b0f21faa20f98f8f30f9aff252f99cca77f9dcec6ef9c262917cb17048fe2f3255fe2f3b4abecc4d56ac2eac53a8dbeb2b34d71e5068ad8950ac4d78a658b763af625df243c57a55986243c62ec586a67d0add6555c5c6ed498a8d65bb14fab7c31506be3b159b56ab2b0c3dfb14266e5885d95c8462cb732385c54d6b8545fb51c55655b062eb76a6626b5d93629b194ab163c78c62a777bd6267dc6bc54ec179c52eb30c85d59f728575d96e85cd9511855d4cabc23eb54b61fff9b2e2e0e62cc5c1255b85a37a82c2913aa1389e9fa4f0c121153edc12856fa691c22f3b447162ad587142bf4b71e273bbe2e43933c5a9bfd50a7fb322853fa15211b8cb5711e87b4311fcd04c11f207ad083b23538465692a22d64e292242661491b47cc559976d8a73fa6b14e7feaa2b2e70721497d63014978f2f2812fd0e28ae5dfeae48da2350a4e8bf51a485652baedf812a6e6c9e57dc88ad5164c19d15d90e298a9cae5a45aead9122f7668822570957e4adbc52e48bfe29f247772a0aa3ea15c5c6da8a7b36604559c27a45f9c8a8a2c2eaa9a272f6b4e21169415173f588a2d6db4251dbb0a4a84bdda978a25fa368d026299abcda144d292c459bb9bde2e5aa358a4e649502e47548019a262aa0b10805fcc33a05f2e13305ceb64b813be9a4c037bd57e0db821578f43d055ee9aca0963b2be8386b0523b146c1b816aa60f6152b586a8d0a16234ec1ee3652707df215dcde5b0aee988a82b75aa010acf65608bf152a440b960a71e38242fcdc552139d1ab905d8229640b2285fced0785b244aa50565f50741b142a5edf852a0686f18a777aa68a770fd88aa1db4714c362a462b887ac18d10f517cc0d3151fb862c5c78f458a4ff7e98a31f09c62fc4c8e623cbd5431de755731b1c947f165439fe28b53b86272dda2623207a7f876e6aae2c7b9438a9fe272c5ecce7d8ad93477c5ecab2f8a7915b6625e2b4a31afbf5d31fff3906239758f62b9a94cb13253a154193faa548df054ae2ef251aa35f42ad72885ca351f5f2bd74295ca75848f4a1dcdf5caf527fe2875a7ef2a0d5e0c2a374b0295865ff7298df00dca2d8f8b94db2d362b777d4d535aea7f565a9daf52dab41f51ee719028f7813594fb978d940ec6cb4a072e4c79d068adf2609699d2d1665679480ba9740a42289d9ebd571eb6aa523a47372a5dae2f2b8f689e541e11f4295de94b4ab76890d263d7b4d2cbdd51e9f55a5779fcb397d2fb839bd2fb479ad24f794a792290ab3c0169559e8a34529ea2b295fefa74a57fea07a57fd67365a05d9132308ca40c717baf0c39f54e197a7b41193a9ca10cc36629c366a8cad35630e5e9cc1dca3371d79451d92795e7b87ecae8a41a657c83b6f292ce0be5a52ab132e1f35de565bc4079c5a6457975ec84327187993231ea8032b170bbf29af95b6592769832494a512607b72a9397af2853637f2a5319b1caeb67df2b334525cacc8ff5caac0685f2e6cb5ae5ad942165f6990c654edcb432e789b532f7f423659ed53ee59d228eb2c007a42c68195716a0749577373b28efbe6b5216128b95c5fe0dcae26e2765a9ca5be5bd8f93cafb1151cafb0b79cab2be7465f925a1b29c8e53967fdaa57c903fabac1c602b1f9d8c5556b3a5ca5ac06365bdd453f96491a26c3cb6a27c1acc56367d9953367b8d285fa8f729db389794ed6b7c94edc93b95edd509ca765abfb2bdbb4ff9ca56a1ec3c7656d9c9515302b10795e0aa834a58518c122e472b11d35794c8adeb94a8fd5825fa2c4c89f9a1afc41e8c55e2fc9e28f127ee2af1916c25fe9e8792d8b25f496a4957521e64292923634aaa57bd92a1fd5bc970262919a94225335357c93961a4e4105f2b3934a892db8c55f2724d95bcf752a5d097ac147e2f534a12214ac9cd56a5e4f773a5f4e31ea57c71bd5251745fa98cd3522a9fb528bbc3c295dd7dc1caee7f1b94bdf9db947dffeffd36eeb1f2bdc50ee5fb0b12e508f384f2d3e343cab1da29e544315939015f504e65ee564eb55c514e2d1a2ba73f682bbf05bb28bffd4771798773e175015c2829a1214da54246c888504609898c52a19428ab6c2ad9b24754a2a252c90cc95692d1127df7de7bef69f4fedee73c9fbfeebdcf99f7dc7b06d2ff7251f7ff72c9b67ff957b6fe157e3afc57746ae75f514ffe5ff1bf92bf8beb9cff2eca75fe2ef592fe2e29dbff2e7f7cf077450ff477c5c215a092f015b0ea401840352e1ca0da370750b3b703a8271702d4e777025687ba025603e2016bfa4d011a25be80b5b216c0ba893d80f5c1d3800d890e006dee4580ceb43d40d79201d0f55103e8561c05e84e3601369d68036c6aac006c7e7f0fb0f5001fb07dd355c0f6e125c0ee1b8b80dd6f4200bbf9df0006b45ec0deb7728021b81db0ef7e31605f250770a02d0a60148c0118bb6a008c53d8008be1fb009b4f2e009bcfe600db351e00db4a1ec0762619601fd7057038f818e0388702381d300338dd7b0770f1ee02b89c8e071c3b3c083856940e387e6e1fc0d5ed2ec0b5dc12e0d6b71770727d07c06bad19c0c72b12e0f3f12ee0b49118e01bbf13e09b510938b3160638f3aa1be0778009f0739c07f81f2f060414480041c77301e79ff80042d45e00421a18808b1750808be352c0c5a98780d0baf3807095cb8008755340846d27208281065c5dbf08b8b67303e0da141610b98a07b8ae60026e345f05dc34f304dc0cd105dc7cba0b1093b91a1077731810dfbb1b90d8ec0d481c330524cf180292654d80d4c4df808c734c40e66d35c09d212340964c0590b59c08b8ff360f707fe00d20e704049073ee1a20e7493420f7cb04a0a8752fa0f8d64e4071db6640a90a1550368f0354ec380ca88a6401aa79cf01b5190680dacf7f01750540c0e3ac39c0e3771b01f5866e80a739ee80a76d77000d3f6700cf6af7029e8d6b019e373d07bc38fc08f022de0ff062cc07d074f912a0e5eb7ec01b1311e04d4904e0cdf34d80b7368d8077b77b00effe1c06b4ee1d03b446c100efcdf2016dfd46800e5f4f40f7fe3040b7ef714077532ee043460ba0e7bf7cf66d3d05f878440df0f16417e063cb12e0a3b806f0e9c92460203b0a30e68c017c891d077ca9ad027c192d047cb3dd0cf836630c98b230014ca74e0366fc11809941256036950af80e3b03f8a17f19f0c32c0ff0a38609f8a90e07fc767003ccfd2906fcc9b700fc99bb009837fc08f8bb4f08f8fbf70400243c0e80749703a06bee01a0de570148d209004abc0980521c02a0bf4e0130dc7f0042b91580a4ae0ea021af01d82c3480b31700e0058b0002f43d8030b90f20be690b905c3d059070ad01325822407ec616a058b50ea0f8340458dc7b07b078090958d13206acd0bc812a9eba4095700e70d5b154a05aea245063ec2d506bd000b8818b016a0f1b02376d9f056e8a1e076e360d07ea3bbe00eabf4804ea2f7c076e2b3908dcbeaf19b8675f16700fe127700f7f1c6878e70c70df6b3af0c03604f000b41e68e2f81868bac61968ba331968b6c2005ab48d010fe54e030fe5ef025ada25032dd35a805607c780875b5d8136e74680b6e9ed40dbfeb740c747354047c233e0519302a053170de8aca60774be7c02e872600df0f8523cd015580af4b0dd09f4488c017a7467034fcee9013db76f027ad25481a77a3b805e3561c0d336d6c0d35e86c033439e407f6a0630e0fe6d6070d473e0399f01e0b95a6be0b986dbc0f3a4106088c92b6008390d1842fd07bc681b0e0ca7408057e15260e4057760e4ef0260d430011835960a8c123e01de50f106de0cef07c6bc7d058cf5380f8c6b9c05c6071180b7156060e29e3fc0c46b4f8149697f80c98dfdc0e40f3ac04c4223f0ce8700e0bd84fbc0fb2505c06cbb5e6076a005303bc40998fd6a0d307769199897fd0d985f8c05e6cf0d010b4e898005c3df81854f30c0a29e03c007379681254993c0d20d61c0328505b01c1408ac3aba0df8504f03f8d02e1e5877b00d589f28063efde80a7c3a7502f82c641df0b98b00f8dcfb10f0c5190cf0c53b29b0696018d86ce9057cb506067c4d2d04be711a00b6fed102be9f2c00b6794d003bdcd3809ddeddc0cece64e087fa0e60cffe7e608f2d04d837b703f8513c04ecd7b1010e57dc018e3a9f058e25ae028eb55281630b17805ffb4780933550e0b7712be014e62270862c06ce5ed901fcb1b101f8c35117f82b3310f86bae03f86b7916f8db7b1cf89b10079ceb7e055cc06d02fe1ddd0c04844401a1f17220ecce1e20acf80d104e720722d92e4094fe23205abd1688f6fe09449fde0744d7f901f1d78f01091f244022723b90d43b01a47dba0fa473ca800ccc3090414a0132079d80ecab0f80ec567f20a78004e42c6f04f25e5803055f7280a2477340e9d90f4059a12d50fe630f50b16b16a8186402176326804b4681c0a582fdc07fc174e0bfcbaaa055ae4c907a9412b47aeb1ed01a621848636215689db91568fd3114687d6423683dcf08b4410602691f0900e98680411b7faa8036978d83b6f43c04e9e90b417a8025d056d367a0ad5f2f83f44f0581b63de083b6fd34056dbfe10dda0ebb0cdacec380763aac07ed7c710eb4b35500da25fb0ddaad7709b4c78f0bdabb5a01daeb520b32b4f706edf33e093aa0730b6402a3800e1e0b0799799c04991bb682ccab6d411643af4087d4aa4196f475a0c3c7ef810e3fe3826c9f14838e30e6408e476740ceff89cb0711e858ca39d031ec1f902b1e0b72b36805b9e7f6837c2e34807c86d783ce3cd800f2d31f02f9cd0840fef669a0b3cf1f8382ce8483ce55ef029d67d34121cf6341173fed005d1cb8000abd34010aada8065d9d71055db3bd088a8c7f00bac100836e4e4e8262576f06c53d49062530de816e83f782920eef0725dbfd04259f0d0625579883526db78252ff2480d2903f41e9a92aa03b3173a03bb76b4077aa91a0aca61fa0fb012f41391f378172dff780f28cd7830a26034085eb1741458acfa0e2a74ea0e257eb41255ff6824ae61a41252412a8541f092afdad062adb1e0c2a17b340151ba24155ad674135387dd0431c0a54ebf41254fb0d037afca80854ef90087adae2026aca7d047ac90d01bdbeaf0d7abb711ef4ceca19d49a2b07bdefd401bd9f3b026af37204b581ee82da7903a00e7118a873ad23a8935902ea36c780baebdc401facff813e545e05f5c6f141bd3231e8e3fa6da041d70ad060e61ad008df1f34bafe3868d4d70b34da29068d7fbe0c1a9fbd0b9a285780267adb40933e2f41df5c45a0a9a7d741b34e08d0775908e847a33fe8c797dda05f840da0dfac7da005833fa0852f812000491704dcb70904bcde03026b2d82206f524050fc1808facf15044bab01c1f14c100a3805a2edff09a2fd7e036274bd01b19d0c406c600188ad500771debc0571144320de1e2588e79e0112e60041c207a740e200479018751d247d7e1b24732683961e3b8296513fc12aab77815573b681d512d5c0ea3bb681d7cc9f066b38148035558f8175bc0160dd83dfc09b778782b76cfd03de9683066f9b6780b72dc681770cde05ef2aac061b806860c3cf11e0fd870cc126aae6e0835c22d8dc6917d8fc2e086c5e120bb664b680ad0cabc1363a4560db9b11607bd120f848f902d8e13603ecb0600676eed6013b7fd300bb8c5f03bbedf3037bac2a017baf3f0ef62e17834f3779807d6b67c067ae9680fd59c9e000edd7e0007a36387026131c485d0b0e5ca48083a56ee0f305d9e00bc56bc017cf9e015f39f6177c2547028e805d07477e5c025fd7c2836f64db836f663683638e1b8163f283c171651c701ca90f1c270f0227ece903df323600df5246836f5fb204276ea48013e1e3e094b506e0d49edfe0b4b230705adf1670fa8427385d660fce5c370bceba3007ce827e0567c162c0f71b0f81ef8fc2c079e22870c1367b7041ce2170c1930be0122f177069cd7370991f135c7ea6005c71d7045c6b670eaef35c02d7a507811fe9dd063ffeb8087e0af60637d64f801b058be0671ab9e067ed2cf0734f3bf0f3b0a7e0e73767c0cf6b77829bb636819b8cd5c04dc759e0e6741ff0cb2be1e0972921e0571414b825d117fc4e710adc0aa381db2f8d823b6cc3c19d4d0070d71309b8fb6233f8c39729700f351adc077c0bee5738803ffd78051e589e030f3f3b021e598d048f985781472e9782472a90e051b5ebe0d1286bf068fb67f0674b53f057552ef8abaf3a78f22105fc0dcf024f1d4483a7a3b781a7db78e019cf3fe0997bbbc1338b0af0acde2bf0ec6e4bf08fc070f0cf702af8e797c7e05fa2b3e0b9ed70f0fcf515f0c2991be085bb07c0c0e97f60e0cf4760d07d36185ee106461f6780d1893bc098ab30307ef635184f2900135bb860d2d1cf60525f0e98ec3609a6aea90353b7fa81e9bb56c0f45bde6086f64330f3443498b5be10cc3ab006cc369181d92e4fc0ec7a28982d6c05f31283c0fc7203301f3b0f16550d80c55b92c192fdfa6085ff57b0127f13bc187f0ffc6fce1ca29a6d0f51edb80f51333b0951677e8168f8574134c74c209a5f87205a9a4c88b6453d44b75217b2b1e6216453c931c896875510bd33ba10fd4391107d8219645b582e645be329c82e1408b28bdc0dd963fd16b2a71b0a316cdc0e3938a10531fdf80e6286988598fb9d8398a3441073a123c4627d1ac422af1d62f9e929c44acb197258c31d62936504b119ce82d8dd6243ecf53f428eacbe0571a8f786387aec8538252f439c83da212ed7f221c7ffcc42dc70b7206ed211887bf841c8c9760f88978911c47be714c49bba1d723ae11724e0cc164860493724c8641e125444829c5bdf0cb96402805cb20f8384da5020e11b3221e183eb2011bff64222e6ea205713a490ab39f6906bed6990c8d464c8f5980f90a804674854723be4464738e466890ae426fe1a24a6500d12537d0c1277e13ce4967a12e456f100e4f6d55790a4039a9024472348d299bb90e47d1848ea482a243df11f24bd6b1324c37a1f24537c0772c77413e48e9f2be4feba4ec87dea7a4876be2f246f0008c9af8c80e4b34a2185fb17218597062085b9e990a2d71190628231a4c48c0529b92681943edc0f298f0a8154062e42aa9c3990baf119c8e3cd11907afd1d90fa3faf214f6d6c214f3d5b204fabf7431a1c7d210d754190c6d17590e77978c88b5a27c80bce28a4494f1bd29ce00779399b0a79dd3e0c69897381bcd9a10b79f3f92ee40d160a697d7d19d2ee510d697f741fd2a1a506e9e409205d173b215d8fc090eefcb390ee8a5ec887554d909e83f9909e4385909ea36f203de92448ef5304a42fe817a4ff931c32e0f61032f031153200b902197cf10632f6f724648c5f0e9958ff10326905827c3b170399f258864c97854266ab72217f7eb843162c87207f5f89219053e510a8c66b082c311c82787b12823add05c1dcdf0ac1bcbb09c19ba943f0360d10026d1442d4fb0a216eeb8790366440a83b4c218c53df210cee2084f9800b613d4e827076fc8408e52488c8bf07221a0540c4b42d10698d0944e6920a915b6b42e4b75743147a1e9045affd90c53fce5095f52ca8aaed63a85a3d17aae16f085d8fc343b5cd0f41753d55a01b79e6d02dfbaba15b8e0640b73ce8876e79bb19bae5d32da8def836a8bef10c741bfa20747bab3ad4e0630e746fd201e8de2711d07d96efa0fbbe2643f71f390d3dd8ad06358d1b829afe0d869addac839afda140cd8f6a41cd3336432d6a2e422da17fa096e82bd0c3e75e40ed6211503b713af4888305f4087e05ea945a067509f6871edbfb0f7aecb90af4d8ebd3d0e38dda5057f3c750d75975a8073013ea01c2404fc073a127bfcf423dfb3ba03ee10d501ff467a88f90093d93f70cea77760bd46ffc1ed48f858406941c8406d5f840cfd9a841cf295e4143acbf43437e2aa0979ecd42c3beb643c37d11d0f02b3268c4e64dd088a6f7d09b96aad018681934eec93be8ad87e1d024fb2c6806ab0a9af9cb0f9a655a0bbdefe709bd9f5605cdfee90acd5d8981e685b442f3421ba0053f66a1c57edad0e2d9c7d0120a025ad6ab84563e0743ab64eed08727df431f26a8416bb52e426b9526d0da952568dd8569685d461ab46e3c14fac8f80df4911718faa80904ad0794439fab2f409fdf7681be90d6435b6692a0adbb5e435ba7dba0eff5aaa0effd53a16d337868fbc603d0f68306d0aea06068b7ea39688f473ab4afa1e93f38d0812007e8c0732e747065113a626b021deda242c76254a163b533d0afe7b640bf81af40a7af194067efa3a0b3e017d0ef7bd4a03f7d9ca03f6f4643ff54af85ce5f88812e1cd6852ed8f0a0c0dd2828488680423e0c41217d1550e89656287c68008abc6e0445270e4131015228a6641e8a99a982e28967a0845c3c94e8b4094a6c4e8692122450d2ad9d50d29bef50b2da0f2865db5628b56d3d94fe5703ca6048a00c961394b5530165bd4b8572dee2a11c191fcadb0e81f2662050c1995750f15232544a1d80ca767c80ca1862a8fc852954b1d71daa886b852a80bfa18bf52bd0a57597a04b0fd5a1cbbeded0e5472dd07fbb42a0ff4ed8c254f23c61aac6b93035ef7fb0d51b0760abd119b0b5071fc2d60345301dce27d8c6ff26e28ddcfd303dc3b5303d41186c6b69234c7f76376cdbf919d88e9093b01d8987617b6cd6c3f69c7683ed4118c0f646d6c3f612cec0f6ad3b0ddbf74c1576e0091176e0e50198d15d12ccd8bd16662c02c14c34d2610717003033f36f30f31d7498f9e99bb043d1d76187caffc0acbc7ec3acaecb6136357d307bcd39987d1517663fe10373b0888739fba9c29c5f1161cea42330979728d8f1130930b74fbe3037d02ccc23c400e601df003b71f126ec54fe1598efc247982f3715e6bbb804f3bb5d0af383c5c0fc6540d8d9c0edb08002342c80a70b0b0ccb81056dd80e0b7af21016b494010bdeb509766e0b04762ee923ec7c211c76fe7915ec3ce002ec42a70c76a1c70b764936040b05ad8585453e87854d3e8085292261e1dfdc61114f4b60577747c2ae3dbf098bd2ff058bb60a844503a4b01b6fd0b01bdfbd6031214a58acbe012cb6c41d16b7d30716c77c0c4b6068c16ee59bc06e5b5bc2921d6fc252fc76c25262426029ec2958aa950e2c7dbb092c13a30fbb1ba909bb1b5302bbf7ed2aec1e783dec9e341796b5ba099645f908cb1e9f85e5763061b90b5ab0bca472581ed00b96dffd19960fcb81156c05c20affd4c08aca4360455c32acb8e014ac78540f56aaa2052b3519809566a9c3caf65d845504c26115f42158659f26aca6f437ece10e0bd843882fec911d04f6088a833da9b80dab5f9507ab0f38037b3a9f066b082a80353a08612f3619c09a10c761cdf1c760affc36c05e110ec3de6a35c1de7919c1dabe2ec1dadd3ec23a6c86601d9f16605dfee1b0aee60bb06edff5b00fab90b00f5ba4b01eb56a58cf3337585f8603ec238f01eb171ac33e8d1d870d385bc3864e1f840dddb80e1b4a73800d3d54c246f2c760a35df3b0d1317dd8e7f1bbb089353eb0afb914d8e40f2e6c12ef0ffb96751df66d3a1136b5fa3d6ce63600f64b0b06fbe5b706f6eb0706f64b6e0b9b3bad84fd495f84cd57df87019ebc8181025a6110273718e4e30d18b4670a06ef3682210acb6188879761e8010f1836781d0c9bb70386fb5308c31f0981e12ffe85d1531361cc942c18fbf0231847ce83f1ea3ec078d34a98e0d35e98c4f21f4cd2120593b9e7c014ab7b610a49264cd9bf1bb6f43e1bb672b103b692be13aeea3e06577bcb82abeb44c2d5db1be0ab7501f035bb23e16bd26ec1359fd3e09a136cf8bab7def07583d170ad6e0db8b6fd285cfbe32eb84eff0a5cf74e397c63711c7c53c22c7c53ae18bee9f929f8e65557e05b1ceae15b7e6d856fb7b5876ff7fb0cdf817e05df1db604df13bd11be77e323f8debfbfe1fb8276c0f7b539c0f77779c10f3c69861bd905c18d3c0de046e24eb8894736fc20fc26dcb45702376b97c1cde44fe1e6bea5708bae3ab8a5e909b8557619dcda2b036e7d9e07b7d97f116e7761166e7fc1097e8404873be894c21d7403e18eaf54e0479b76c28fb64fc08ffec9803bfb5d863bdf3b0f3fee2b81bb5a95c25d9bd6c2dda774e127d4e0f01376d1f013d90d70cf0111dc7374057e6af56df829f41cdc77f313b8ef819ff0c0ab4c78606505fc3cbf0a7e71c6111e9a36060f7d1c0a0f05e9c24399e6f0cb8b30f815ff15f89522023ce2e500fcba210d7e7d72181e4587c0a367cec3630e14c3630a6ce0b7e2c0f0449d8ff0440b3d7822e7383cb9de129edc780f9eb69f0f4fbbff019e0eeb82a7cb46e0197be0f00c01107e57b5169e9d7a129eab9f08cf1d8d8117993e8717fd7e0c7f104a803fe096c3cbf7fbc3cbebe8f00a933ff00af7cff0eaf65278cdfe77f087b7d2e08fc7cfc0ebb552e1cf3c37c09f753c81bf4c20c25f2b53e06f6ae8f0d62bffe0ef1dfde16d277ce06d185b78dbf23578bb613abcfd6d09bce3e80f78c79dbdf01eff05788fb40cfe111b061ff2d80c1ffa98011ffe82808f50cde0a3237be06347c6e163212ef0b1fff47fbe86877fb1fb05ffca8f854fd6f5c0a74ebac1a71ab6c2a7c9bdf069e157f8b45c0b3ebdfc153ef3201e3ec32a827f5f9703ff19ab07ff4984c27f5bb6c27f1f96c27fe732e17fd7f6c181e96be0e06dcfe0e0cb27e0e09c5570704d141cba2b130ef5a5c0b12e2670dceb0b707cd5663881120427d95bc219d737c1b9abcbe05ce526b860ed0fb800720d2e3618838b7f69c1c5441e5c16b617aed0f4802b4ffc862b071ae04ae075f822640cbef45fdd2e3175e14bcbef112a903684aa7f2962f58678c49acac7088d8a1ec45aaf718466490142b37702b1a1c219a173c10ca1f36b12b169cd2442cf4d0ba1f77808b16d9b04b1ad7718b1f3c63384415e2162cf8b4388bdcf63117b492508236820c278640de2e0973d88837f5c11a6be57101643f908cb19378455d771844dd96b841dec30c21eab8938f24715e1e0730ae1d8bc157174b903e16ce18e70b6d542b81812112e217588e3eeff10aeec31845ba704e1bef12dc23d5a843879c40971b23c0fe1796c13c2f35f0ae2945e23c2eb7200c26bf01ac2c7a41be1eb3588f05da122ce6871107ea73808ffb964843fc9181110b61d11388641046dba8a08aafa8a089245228245498873391f1017d6c6222ed056232eaa0b1197b6cc2342cdc888d0a49b88b0b52988b09166c4950c7fc495610ce2faba3ec4f5ab6044d42a2922ea5223e246441922bec20891a01d8048f0f98a482af140a45c402152de3310a9a72a1177162a1077881988bbc923882c83284456e511c47dd3e788dc9bbe8882731e88a21c1ee201ee12a2389f84287e188d2806af46944e8e224af96044455a39a2f2c86f4475d11b44cdd527889ac7b58887d66e885a8f76c4e375c7108ffd86108fe7ce20ea6bf410f5ed4588a7ab8a100d6027c473d00ae245da10a2a9ec39e2153d1df14afe13f1fa8a1fa265e526e28d410fe29dd73e44ebc71944fbcd0444e7fecb88aedba388ae4771882ea506a2bbf61ea2077e07d1fbcc0cd18719467c1c9946f41fed470c5ccc420c666421868a7e208639bb1023513710e3ab0a11e36175882fde52c417942a6262af0f62e2f657c444f579c4546617628a75153143fb8e98fd628c989d8c41fc005d462c7cd7450050fa08e08e070870c5630444f73b02baa50901bddf8f406fb98940278b10e84fb508fcb1fb0812ac0841d78e41b058fe08f6a93c04bbbe12c1693e8be07f2c45087e6723442b5f11e2415b8474720e21db348e901b542196c2f888a5f004c4d2fc306279d71fc4b22b18b1027043fc4bc02355f246902a4b014875d800521d0e47aed6798d5cebb688d4722f436e78a485d48e3547ea4efd46eafefc83d42545237597e2919b389d483d591852ff6409529fd38edceeb00bb91df011b9e35d0b72974a077297791a7257f22472cfed62e4de85e348e3cc6b48938346c8839b9691a6bd3548b3fd28a4d5f525a4f59355c8c3a37348db4d22a46d4836d2bea806e9e8f21579d49d85744ad4463a65b6239df392902e27d148977b7648978a49e4b1c8e7c8e33bb590c7af9b225dd35f20dd03ae233dba03911ebd9e48cfad6948cf8fff90a7d6de457aa9e820bdba6690a70d9a91676261c833355f9167fac148ffa77dc8b34a0c32e0421032b8221c19726d2df2d2e3c3c8d003a791974f2c202f5ff88ebcfcbb1c79d5a40a7955118fbc56d780bcc6e322af276722af3fbe8d8cf2e942464ffc41de5cb9888cd956828c296845c6c6ae46c64ec723e3b569c804f5ebc8841c3de4ad0302644a491f32a54a0f99f2ca0b99c97445ded54a41de7d2945de9d2b4466250990594814323ffe35325f790f5998198e2c04df4116223490457f62900fcc0290a5c9c9c8d20faf90651d4f9015a5e79015d80fc8ca335790350939c8ba344de4a32320e49393bb904f422d91f5372390f5e32ec8a70eb1c8e70b6264f3fe5ae4cb2455e42b5f02f2cd867fc8371133c8777d6b91adabae21df9f8b42b6af798aec7ca18aec3e014376df6c467e60a8227b54a5c89e3f04646f1c03d9973587ecabb246f6a1e2911f1ff822875eb62387dbbe2047921f204750d6c811ca11e4e8e567c8cf6b78c809871ce4d7430ce4e45135e4e48d54e4d49737c8e9f96dc8ef3436f2879f04f9f32d07f92b8487fc554240fe3ef20439f77c35f28fc630f20ffc03729e8147fe1d3541820a549020a91612dcae8384757723e1370a9070601b1215f61489ba518344eb0291e84bf648cc540d121b158dc48e3521f18a0124d1f12192b8328d242f3c46d27b8448c6dd512463d81ec9904c2299f259247b5c0bc921ec4672532b91dc8caf48deba1ca4a0f90c52183c8f14fee623c563d790521f0da4948e424a574691b2cd1348f9a77348f914082997c52115de78a4723313a9dc9ff91fcbc8c535df90cb06b6c8e59068e432e50d72e5df33e43fa5274a452040adda9c88521d4844adc6a9a3d6a89d45696872516bb759a034b77e4269ba2da0d69178282dbe0f6ac33e126a43640e4ac7e9084a67ec3b4a77f52b94ee64096ad37a07d4a60c016ab3660e4acff42b4acf2f02a597fd10a537f219b5957d0fb5951f83daf69988dad15080dab9b71ab5ebf25fd43e4c096afff46ed401e432ea80128332ca93a08c5dd6a14c6a6fa0ac27da5087c337a10ee72050f6212f508e19bda8a3c81f28f71dcf50eec6a751ee87b550ee547794477432eac46a26ea84d400e5b93604e5a96b87f2bc721ae549c8409d5a6b853a256841797f02a0ce306c51fee0cba88018002aa0ec2c2ad0f6152af05c192a689a8a0a69ab4585406fa2428df6a0423f315057a53750d73437a022d75c425d1fc0a26e240250b17b77a3e276d0507154242a7ed57f9535780d753b54814a8ce1a1929a3fa392dd035029a616a8f4fff6dc9904a3ee2e5f4365e545a1ee677d44653b1c40e584e150f96c7f5481ca1d54d1bd51d4833d3254c90904aa4cf21d5559cf4255bdaf44d5e83aa01ee6d9a26a7b24a85ad266542d9f87aa3b2d41d5c59c42d50dde413d721c41d55f2e42353c07a11a8fa8a11a337251cf520fa19afe45a25e6df98f4371a8964d37502d2114544b920cd532741ff5768b36ea5d4718aaf5fd12ea7de82b54db6919aacbe915aadb1089faf09fff1f803c548f571aaad7e023aaef403faaefc62954bf8481faf4fc236ac074063538a08b1a5e26a346eedd448d5285a8311722eab35612ea5b7c236a2a49809abe5680faee7708f53dc807f5cbfa2e6afe8f0fea2f188b027aeba180e9ab51c0f73128d0bb5e14783c1505cd7244c1b6a350b010360aa1d044214d1028e4f3c728d4d07914fa741d0a33dd80c2e64a51d8a1b7289c2d04851765a1085d2928b2fe0f14d91b8ba25c06a0985bd451cc960214fb572d8a830b44710f3050fc5d6014df4a1b25f00d4409a27a50e2873d28c5f62f28c5b0356a29460fb5f4ee2e6a85da8a5a6172d12aeb8fa35567bfa1d577b6a2d5cb9ea2d74c94a035f65d476b585aa3351638e8b549e168cd9e7be8750149e80d0e40f486b14ab4f6bc175ac7a90dad736d0f5a77e02f7aa3ed187ae3f8247ab3a92a7a73ea3ef4166c3e7ac7d530f48ebfe7d03b27f7a1776925a30decf2d00623ede87d5b3dd1e68e6fd196af63d056f511e8c3f637d036db0dd136378ea2edca8cd076dd0d68c7a7e668274b4bb413028e7651f2d1c7c3c7d0c75fb4a35db56868d7070568f7f10f680f562efac4daefe8135f7ea14f9a76a33d1d2ea13de58fd0a7c29cd0de4d19681fdc4fb4af9627da97bc0d7d461a88f6df6980f6af8b42fb8fb2d101bf56a183bc83d0c196cfd0217b02d017b4c5e80b170cd1176fffd79640f3e8cb659bd0576edc405f35304147eeb24647ab9f44479b3d42471312d1372ea2d037472bd0715e2fd1b7b6d1d1b74cccd0b78863e8db9bc9e8c45b2de8c49931745af16774bae569747a43073a23d1149d41cf40679aef4667cb69e89cddefd179ad56e83c5128ba4023145d94b811fd40d515fd4043882e3dd5872e7dec8cae4c7742573695a22bb14474757d17ba663e09fdf05413baf6e92cba56398fae8b788d7e1491867e7c2b07fd1c368c7e91538f7e413c806edaab8d6ea28fa35f15f7a25fbd7b837ecd3141b79cdd8b6e795d8f6e1178a2dfaa9d43bf5db7807efba40efdee2f1efdfe581eba7d1f04dd0b5241f7adf4a13f46d7a03f563d437f5a93851e5867851ed8378f1ef8158e1e4c6f450f2d49d0c32a59e861f54de811a7b3e8d1cbede8d1fe32f428d9133de604408f456d438f4fd7a33fcff4a0bf6a8ea2bf2a33d0934663e86f4e7fd1dfe4bde8a938087a2acf17fddd7e19fd1d5b82feb96308fdf3761ffa97df4df4ef3d9bd0bf0797d1f3473ad00b92303470e2371a14e38a0697ed414354bcd1d01bf7d13048081ab1bd028d78918a46bc14a0917a7e6814078ec6a464a131c3cd680cfe281a6bf30e8d3f8040e3eb3868d2775b3439e2069a3c1b8aa6dcc84253d52ea2999c313473e5339a7d908d66c7baa2b9bf2ea3f9860a343f86881609c3d0b2313c5abe2e112ddfd28b96fb9aa0956e93e87f6e37d1fffc75d1ff50408c4a2e03b36a9084519b4361d6ac01613462c730eb769fc26c583e80d135dd8cd9d4b70fb3e5c17f50b660b650ab307a1e74cc56c37eccd6e729981de3c6981d142466e7adaf989d20296617b004b3a7d50eb377210c63086062f65fa562f62b533007ac5c3046fd6618e3b5b618e3ed43189373ef3026697730079d1731a686df31a657123016efa898c3176518dbfa608c83f13cc6697f07c6e9c0138cf35420c699b88271d9698639a6c1c61c6377618e712f608e9f22635c55ee63dc8c6f60dc1d85188ffe348ce74c2fc6cb2a0ae31df319e3a3c460fc9e32307e4a29c6bf5607e3dfa1860970d1c60488ef6282bdbf6082275630e7447f30e747f431e7655b3021d965980b7abf3117b78231a1dd9731e1277661c2e3033097879998abcbdd9828601be6a6f32e4c8c7715269e1a80b915700993a8fd1d93ec1889497ead8d49197f8b49affa84c918c46032bbee62eed8db61b20c3e60b2ea3c30f78d5d31d93bb76172ca8c31396fdc3039bfec30390b07317941724cc1b61b98077b53300fec0098e26d5998e2db2b98e2112b4cf1cc654c29f621a6ecf71e4c796328a672370053b5d289a9f630c254fb3763aa67f3310f4d1a310f1b1e611e5dcec33c1ac2631ecb15982751124cfdee724cc39808d3183f826994e9629eddde8c795efd17f39c608c79212ec6346b0f609ab33b31cd0c37ccabfd7398d769084ccb4c02e6cdaa644c9ba402d3058cc474ad00311fbe6561fa4a7d307d3d36987e1b1d4cfff82266e8ed29cce8f764ccf8640de6cb521066e2b80fe66bb43566d2761433f9b60a33657e06f3fd6426e6c78efd981f007fcccf946f985f9b2c31bf9e0f63e6c2de61e6bec03073a44f983f1b16300b3a5a98056f5dcc42782606b0ca0803b0e060004e061860d12c0674a91603d908c240021a30908a0318e8566b0cf4be1106ee7f0883329fc16095a1189c432506dfb40943518bc25046b1186acd3486e67a07c3d86e8361fe32c2b0ba4631c2b94e8ca8f52746843a8c11479860c491408cf4522f465e7d06b354740db34ce8c7fc532bc4aae45662d5af5ec3aaf74f6357af6ec6ae9e5a8bd57019c56a9cccc66a82d8d8759dd6d875706bec7aab2aecfab835d8f5ac4eacb6bd0a7673453856efc97becd69b4fb1db1ffb62773f1cc0eeeeacc61aacc9c0ee313d88ddbfa71bbb1f29c61acdddc71a1332b126437bb0a6cee158d3c446ac29b0086b7ec7197ba85981b55a7c8fb56ef5c4dae86a636de41fb0b6e6d958db5414d6cefa0fd6ee3e126b4f7f8d75b83f8675daa58675395685752bf98b750f3d883df5ea2ed60b7704ebeda28df55155c19eae43604f33a2b1be9662ac6f8a3af64c7532f6cc1f6becd95567b1674dc5d88086bdd820722b36f85b1236f8fb66ecb9bc5eecb9ae2eecb99f2fb0174e55622fdadfc05e8cebc65eeaf3c25e42576143f117b097bf9ec35e613560afbedd8ebd767c2f36fadd43ec8d274fb037591fb0b10661d858dc2a6c3cee36f6163f069b68b21b9be8cdc126a14bb1a9772f6153c7dcb1f7b2be61ef15ddc5de833862b39e3960ef6f2361effbbdc1e6983a6173cad1d8bc430c6c81ae23f681290c5bf2772db6ecae1fb6bc938d2def5a8bad18cbc356ee5bc2561f71c156379b636b8c62b1b5b777626b3f27619f140e631bda27b02f028f619b1fedc73633b5ff430ffbfad45dec9b93dad8b797bcb0adb613d8f73b70d80ec39fd88e98bdd88ed90fd8cef7efb19d5d65d8ce2f13d82e431f6c57c5436c77b621b69b5d8aedb91f8dedd5b982ed351dc1f6e68761fb9e2562fb1bacb09f04c1d8a19703d8a19951ec7050127638520f3b72f10476e4451f76ec2c003b56d988fd7c968afdf2ae193be1a5869db892809d883f839d98e263bf66ecc07efdf51cfbedaf123b6b4ac0fe908bb03fb3a2b13f9fbdc1fe3af711fb3b4805fb3b260cfb3b978f9d5b751e3be7d4835db8368afd7be432f6efd120ecdf281b2c8041c0023f5ec3824e3ec4826fd56011378e6391ef17b1a87387b178c43c966071024bc88bc4926fa1b0f41d0958f68d2a2c7b4013cbd9538ee5cc0e6239fcf758aead13566250859558eb6125d3a958c9afef58a9c651ac34db002b4b3884951f7e8395db6662e5ef1e61953b6cb14ae81fac92e5845dfcc6c42e5dd4c52e5fda87fd87d4c7a93abec2a9be57c1a975bec0ad7956865beb05c2ad2358e1d6efa8c6693df1c16d1056e3749e19e0368aa3715be2cee3b66459e3b66a35e3b65ed4c0e95f6ec76d53bf87dba601c16d3bfd1ab7fdb63b6efb975cdc8e17ef713b0ffae10ce2c6717bbe0ee0f6c76dc11da0afc219871170c6b32b3863c139dc419dfb38d31a29ceac9f87b31404e30ebbbcc6d9799071f6064638fbb0c33807462dcec52b10e7c2b8813b7ebe1977fc4232ce750d08e7eaf212e71edd8d73cf59c2b94be370277cf47127682338cf483d9c27540777aa7000e7b3790dce67e73f9c8f7928ce273b03e79b59813bbbb91977b6f50a2ee860162e68ea212e78cf4d5cf099325c70f908ee42fd03dc456f312ef4940b2e34b019179af90917debb0777d9b8087745af1477f5441e2ef26832ee7aca59dcf52f005c94ab1e2e6ada09178d75c64573ba70d12b85b81b862eb81b3df3b89b9d43b89bbfefe362c60c713134162e4ee70e2eaef1072e3e0283bb75df0277abf7232ef15d292e69e6232e392d07979ad58a4b1bd980cb88d889cb10ebe032cd4fe0329ff5e2ee6925e3ee77e5e1b267e67139c681b89cf2145c4e2f1897f3771c97fb038dcb0be6e3f25b0fe31e8c55e31e80fb7125b61b71a5c455b8324f0b5c794811aec2f425aeaa2e1e571d9183abbee1817b645e887ba27e00f7a43916573f6b827b9abc15d7c08bc5352c3be15eac21e35a9c1670ef92f570ef0a5c71ef0fe4e33a2203701d49d5b8aee020dc8778735c8fdf5d5c4fc04b5cefa11c5cefaf525cdf11335c5ffb6ddcc7ba37b88fa003b8fe003ddc274d17dc40841b6e30b8033754761937fc81851b313a821bdde98c1b075be2be2c5be026b6bae0be4e97e226d5fb70931baee0264b0a70df46cee1a66ebfc44dab9cc7cd5858e266707771b387c5b8d9c94bb8ef0174dcf7f83db85f7b56e17ebf90e0e60ad5717ff66be0801b4771401b2d1cf07e230ee4368e83908d71b0941b3838351887d43a8e436ec0e090793e3864933e0e39b80387b649c5a193f270189b2b384c450d0e4359c6e1015938c2021b477c7313471ec6e2c8901d388a0f19475b771ec75abb11c7e9ba85e3d90de2f8d2341c5f368313e2b7e384ac1f38514b1a4efc9c84939d6cc0c9ba36e2165f18e196370071cb0e78dcbf2396b87fb34678d5f91d7855121daf965888574ff1c06b588de235dc46f19aaf63f11b1868bcb6b91d5ec72918bff15b197ee3dc2afca69ddbf19b4db3f15bd769e1b7ee44e277d65be2776b32f1bb7dc2f1bb897cfc5e95637843372ade30b4026f38f41b6ff8351fbfcf2f00bfaff700de28743ddee89113def8b416deb82e1b6fac6cc29ba459e24d9e75e20fba3fc49b16b6e0cd5aadf1e6d520bcf91722de9a29c11f9e28c3db78cde26d3796e08fbc44e31d8defe31d0f5be18f16b6e28fd6bae18f7e3a8a7759751f7f6c7f31dedd61167f722d01ef157408ef1d9a8af79388f101e59bf0014a7f7ca0770a3eb076091f9483c4877c1cc75f88df8cbfc8ebc55f0275e243b77dc05ff632c147ac2bc747d89fc75f0d90e1af2a34f0d7f2abf191b939f828bd317c540b151f7d7c1e1f4d7b8e8f89e7e3636b93f171e6fbf0493a7ef8e4db4ff1a96ad7f1993a5bf0998327f0772387f077d117f0f74a6cf0f7436ee2b397adf0390d0ef8820802be10b60f5f4838882f223fc3172907f0c590447cc9f61df8b2e6027c99488a2f7f9d8eaff0bb80af0091f055e3d6f82ac110beaee40bbeee592efe91591cfec9fa35f827f707f14f0d5bf04f879ee31bc4b6f8c62387f18dd968fcb3bc66fcf33432fe799606fe79e3017cd3535f7cf3c7057cf3cc3bfcab7b2ff16f084ef87794aff8d697e5f8d64115fcfbb1707c7b3206dfa9ae83efb421e13fbebd82efbfbe17dfff6a193ff267093fbaf52c7e74f03cfeb3f957fc8497197e7273037ecac31f3f0d3f819f85b9e17fd8d2f1bf5e75e07fab4de381f59978c8a16378688b351e8608c1c37572f0f0abde7844e2081e8959c4a35fd9e3d1e40f78fc135d3c9e7b0b4fdeaf82673a61f14c4a369e55f215cfdef517cf9e2ac0b391ff2dcf7cc7f3d60fe2f9692578e1c036bc1025c08b3651f09295ed78799a115e39bf1bbfd8a68f5fba7117bf54fd07bf8437c0af9cf423a874fe22a8aa8d13546d4d08aa9f0e11d4c73509ead456c2ea487d8286fa20416b3b9fb041c623e8869f27e83ed0246ccc99246c7c394fd8fc1042d08ffe48d06f8512b6319e11b6bb851176b87e23ec32fb4730fcf285b06fb49f60a4d94530f2fc4d308a55128cbe96118cb5220926afcc0807cbc209a6dfe804b3b24d0433f420c17cd9997068389c60697a9660b5bf8e60bdd997605da646b0e6200987a9fa04db7752822d488d6037d74a7088ec23386d00139c4f6e21b81cdb4538761a4d70bd3d43706d7a4570fdaa4a702b7c4c7027c4134edcd3219cfceb4d38f5f624c1eba72ae1f4073bc219cb1f84006b102138c885703e6435e1fcc5b784f36f61840ba1bf08175a9b0817ba6d091793d50817650984d0ae0c4298c34e4218fe16217c5b34e1724b032182d841b89e7b891035cb2444ab0e10a23772093760b6849bb14c428c6e142126ab9810bb1b4e88157a11e2cee108f1f6f709f188164242891121a1748690182e21a46c5f4548efac2264c6fc226466cc113211444226a7997047c123dc3d4227dc3df69370b78845b837e545c83e2d25e4bc6f25e46f2e241470058412a229a1cc5f975046cf23549c7f46a898b52254ae6e22542d5a10aaef69116a1cfa080f23fa098f8ee7111e6b1c233cf6bc4a78fc668ef0786e9e500fa827d4b3fc088d13f98477b7dc09efeefc26bcc3c908ad1bdd08ef795a8436ad3d846e8f43840f3fbb091ffe7d24f440b184bebd1e84beeb7a844f59eb099fde9c200cf207094395ea8461cb34c297cd18c244f459c257d5eb84af840ec26436813073444e98b91245f8bed183f0fde70ae13b2991f063f522610e9947f8035c24ccbbba12e6233f12fedeaf26fc6d3c4400d41f20fc374d11800f190410ce8f00db524980d9d51110655a0444df140109ae27a042771150590d04ec81ed0482d56302f1e01502f1eb4b02e35a1981e9a14d6046f209ac272c02670244e0068d12b8fcfb04de0a8d20a4cb08c2157b82687f1c4164174e10416504f17a3382f4d44f82b4578b208bbf4790350612e461910445b62a6131c98db034fe9cb06c5c425829c51256264308ffec9f11555c60c455365f886a5354e26af10871cde306a2868929510352405c7ba88fb82ee53051c7bb8da8ebc5256efed044dc62ac42d4cfbf41d46fe713b7196f216eaff6226e17a088bb57391277d7bd20ee4675120d3ecc12f7741713f708668886fbec89fb4da288fb4fad221e38644e3c50d245345a9d483451ff4034f9d64934bfb7483c341847b4dc78926819a2205acaae13ade296895635c344ab9f4e442b600bf1707431f1f08c0dd146ee4e3c72f513d1a1d988e88057233a464d125d7a77108fd79289ae6efa448f8715448f868bc4131443e2c9f39f899eae60a2e73b75e2a90434d12bb686e8fd4697e83d778be8e33f4af4b92b239e56bf483ced144af4bd4427fa3e4925fa76a412fd2aca88015e4789e75bb58817263712c30e1f2286b95b11c32744c4706c22f132044dbc6a8e245e8b1d24466aef225efffa9d18ad7b82189df68f78e34931f1e6c722628c530c31eecf196242c414f1b6f20031e9592e31059f454ccbde474c2fda4bcc387c849839d342bcb3cb8578af682b31cb8044ccd54c27e61ec2137343038845dbab8845b9a1c462572cb178894e2cd1712396f271c48ad37ac4aabd5f89d521d78935071d890f8fb7126b9fda131f6d3c467c94bd427c54504e7cac5e4eac9f584facff7586d8606e476c28f12536be784f7ce917417c73ef2af1cd2b33e2db7b0788ef2ef4135b27ef13db06df10db3757133bed46899d77b389ddf7a9c4de8d11c45ec13b62df3f2de2c72017e2c7d918627fa10bb1bfe71db17f8e4afc9459451ca8ed220eaab71187797b89a3be6dc4f1e2dbc4cfbc02e217071cf19bf723e2f4770a71fad726e2cc5d1c71e6b72ef1e78bedc49f8811e2ef0c47e21fe80c7181719a08fc564904857c22822e151141ff7489300b7f22ec8f0e11f1e32411a9ae42441abe2322b9df8998a53d44c2e72922519c4f2431df10c9224f22dde9269139a34d64af8b23b2bfef2572a551445ea50191c76827f2b7eb13f9fec788623d77a2dc77155171f92d51513741549a5d272e3e7b4e5ceccf232eedf1202ef59d272e6fca252eff221057ec66482a7539a4550fa824557f20496d4d05698ddd7b9286611749d3709cb46e5d27699dd50f92969337496b613f69c3eddb246db23d6933e612690bee1649cf5395b4f5d11ed2d6091dd22edd75a45da310d2ee4d00d2ee980292c1e54692c1132fd2015b3dd281d72749c6baa12453e74324cbfc0892d5a337a4c3505592cd6c39c9ce8749b26ff3211da59c211d155e253977ce935c1cdf925caa89a4e3417624b7d6d3240f4f6b92c7371cc9039a48f2585e4f3a1185229d34ef249dace8269d3a914af2527d4af2ea384df27e39443a8d6a27f9a61c23f9e6d5907cbb6d4941558f481777af265d1a88245da2bf2585edad2185d5dd215dee2c235d31cc245d213b92220cd548d7bca1a4c88dd6a448d34ba4ebf7424951e67c52b4d77e5234bc9d7473be861493bb8b14cb2a24c5f95792e293c648f18355a4840175d22d1f3c29a9c88594b2b48d94064f24a5f12349e9661f48198792491976ada4cc7f86a43b8739a43b470f92eefd29226555b993b2d5bd49b98fe4a482113d5201779954a863417a90154d2aee9c2695bb5d2155c437932a9b37926a3647906a4fbf203dd29e213db9a44faa2f3226357bed24355f7426bdc476915e9dfa416a697420bd49a825bddb2d22b586e9925aff18935a31e1a4f763cf49ed56c6a4ce105352e7089dd43ba54fea3b124fea93fa933e320b49fd553aa4b16f41a4315914e9f3ad1fa4af6ffb495313b3a419ed60d2cc8f0fa4ef628dfff84dfa71034afa4d8a20fd61d991e6ef599316d0fb4900032909f80c4102d7049360894b24d8883a099efc820417d249c894461296be4422789d2511e6e924e2fee324a22982449ef94ba23ad89168975f9168315012bd564862df692171c26f9138c80012bfdf9a24301c25091cb549a2b53124317f9624fd2d27c95ce024b96c892457c6919411529232ba81b4a87e86b4985f4a5ab296915662fb48ff1c9c49ff4e7a90fe95c592556e6c22abd4949155d3c164b5c005b25a593179cdc129b2c6a4195903554ed6fc1e44d6147e21afc33b92b57c06c9da67fe92b57bf3c91b1bbbc85bd4adc85b0e5e226f250e90f58fb591b76dbf45de56b895bc2327936c14114836fa124d367e124b367d80279b6d35239bed4b229bdd4191cd69a9642b7b3ed9fa5621f9b06f25d9dea0917ce49926d961c30eb2e3fc4bb28b491fd9c5de927cacac91ec8a91903d02e5640f7408f9249f44f6f40e279f1ad224fb40a2c8a7d76d229f364d249f6e7122fb5af490fddb8f92cfae9292cf4a95e480136872a0c5117250329b1cb474801c6c7d841cfcd08e1cfc46937caef82f39e4602cf9427908f992da2e72d8c6107298812339ccd4831cee19480e178e93af602e91afd014e4ab1ba6c857dd93c9572ff990af39ea92afb9b592af8dfe265faff9408e525190a39c30e49b666bc9b1abdbc909670f9013d001e45b91d5e45b0fecc8b7bf85909352e1e4148d42726ad06972eab5d3e4bb9d3de4ecd836726ed335724108845c10ab2417314e921fdcad279798bb904b5a93c8a56636e4d278437285fd2172957935b90a1e4aae16a5936b2a5dc9b56f52c8b5fd28729d6928f9c9309efc347198fcf48e37b921ef03b9e18d39f9194185fc7c114d7ee12625376f0b2237ef60905f29de935f77b0c96fbf8e91db9e2791db3d06c99de906e40fe06a72efd66072ef051d72ef0b06f9e3b734727fd030b9bf6637b91fd2401ebc25250f5d00928772cf93879317c8c333e5e491d7c5e4f15e4df264692779aa621bf97bff5ef2cf887af2afd909f26f4f38f977542ef90fdb9fbc90c225032e0ac9c0c1403228b78a0ca233c960ed2e32cc428f8cae482763b672c898bff364ec7307324eb5934c88cf21134f4c9089b85f6492fd5732f9831d99126e49a6282dc9f44b866446da1932b3f22599f52191cc09b725733547c9dc6386647eb10759b0d6882cc8384716cc3a9105081db2f0db3059286a218b5954b2643b962c5b6823cbdb1ac84a9551b232239cbcc8869397f6979397feab99e5dd52f28aea14792560074585134d59932da1684ccd51d6bad3299a7f53299ab20f947577b652b46afe5036a85fa1e8fcbb40d18d784fd12d415336ed1253369df4a46c3e6d41d9fcfb11658b2f99b2a3d499b2d3620b65d7a96b945d2d18caaedf1728bb602d1483c3c314835f00cadef812cadea2248ae1464fcafe9d1394fdd90394039a172907aa7a294631fd9483673753cc1e832987825f532cf13d142baf0f14ab577c8a153a8272d86a8062a31d43b10b6da6d83dd2a438840d501cd766521c7576519c7a13282e87d329c7b433286ed24a8a9b1c41f188394a3961e4483931bd8572d22f88e2d5e044f18d50a19ca9f94af17b7097e2d7974df15faf4509f4b2a304c6ba508233a728170eaa532e02f6532ea2222897ca4b28e1475229e1835d942bd532ca553a8672edac0925f2a03325da239f125d1c48b97930837273d09e124373a5c492c49484d131ca6df7139444cb5594f420274ac643362533e42425536c4fb9a302a464ede8a66459dca364d5c453eee7b650f262af52f288404abe853fa5c86a13a5c8eb21a5686403e5c11b7bca03848452b60e4a29b71ea7546cc9a154a63da454997fa154af72a5d46c9da4d4f80a2935928f94c6aa6f9467137e9467f039ca73610de5c5860b941797ab28cd39624af32282f26a1c4b79636c4f797bb19cf24e2389f22ee83de55d9421e59d3495f2debb85d2f6e7fa7fcc533afcfe523abd46285d4195941e981fa5774322a52fd38ad257b085d27fd193d25f24a47ca2dfa60c6e29a50c9ef2a10c25695386f28c29c3002a65e49c116554650d65ec9e8232f6f02d65ac6d82f2f94403e5737a39e573fb0dca172b0bca970033ca84ff6aca44e75eca44b71ae59bc56dca37b734cad4eecb94a9ea29ca0c8044996d0ea5cc2edfa27ccf4ba17cef4da62cf82d52fede08a50006a328806f180a30eb3805f4790705e2964a81547753209d872830fddf14d8bbd31478783d0571f70b05414fa420c9780adacd9a82251553b02b4f2904d82c85ac7990423e364aa1dc55a7d05f1da3307ffb53d84963148e0247e162dd29fc6bbf29fcea4f14e196308ad05f4891e8a45324a60314495e27451672962227bda72834aa298ab2cb1405b29db2e89045594cf1a62c0e275296d21d284b4541949507559495055dcabf8ac3947f825aeaaaec4b54f5b1c7d4d55525d435bb38d435573f5035522ba99a5334eafab604ea7ac679aa8ed61255f757397593de39eae6aa4fd4cd3f34a85b762e50b7ec7b47d52b6da36ef5f7a76e7f81a4ee849a50777b95520d366ea11abe5c43dd37fa85ba6fa1866a64a1493539ae45351ff1a25ad45fa31e5af5916a459ca1da1492a8b6c577a9765e8fa87681da54075019d571dd39aae39bfb54a796dd54a77933aacbb149ea71cf32aa6bf02aaaebcf31aa2be528d54dcf85eaae924375ef09a69efc64443dd588a37a5bb0a9deb461aacff008f5f43e23ea69a757d4d3090caaef9835f5ccbf36aa9fd11daadf4726d57fe70eaabfcf6bead97f09d4c0d5eba98181dfa981dddad4739b08d4f3be69d4f3dd47a9a1a327a8a1744d6a98ed536ad8e06deab58d60ea35ebc7d4c8ffce464e3753afeb5ea15ef7ada546bdb0a7de34a053635c4aa8b12fc6a9f16a62ea2d8235f5f6e46e6ae2bad5d4c484696af2a55fd4e4c17dd49493efa929e125d494962c6aea73576a9ab32e352d90494d2be351330a5e5333d74653330dbe52efbc9ba2de8f9ea1e6083e53f37e1950f3f916d4021d0b6a6119855a3858402d9c2ba3166dcea016e53ca03ed0eca63ef0bd442d193d4a2d59f0a596f52d52cb4f81a815bb1ba915ef4e516b51686add148bfab8ed05f571fb66ea93fd4cea93eb06d4a7b876ea53b292fa94f38cda00b84f6dde7681dadc0da0beba374e6d896aa5bedbd8447d9fe44f6d035453dbed1aa85dbbce533fe49951fbf48e503ffa5ea37e2af8401db0d5a60e3c8ca20e3d3c411d3ebd813afc2a813a8c815187258fa8a3863ed4f1382a751cdc46fdea9d4afd5adc44fda61d429d221a50671ceda8b3271ca9b30b5cea8f7b33d49f7903d49f4d1ba93f979e51e780aba90bc78da90bd787a9c0e4175460cd292a5819478598eda7224feda5a2df3ca062ecfaa998fa162a96dd48c575795171cbe554c24c0695c848a4d2dc0554fa56172add0748656e9ba5b246ce5059b2cf54ce371195df614a15ac4da20a7417a8a27fd95459db7baadc6d275531798eba78469dba98f888babc5787baf21d4dfd17984bfdd7374b538936a0a91a3ca0ad9eb2a1691cba4dd368394cd384dea1adbb38415b17fa82a695664ed31a23d136b432691b302f691bb09e34ed7e046da3b71a6db3c10b9a9eda346debad7cda56912a4d7fc89db6cdea2a6d5bbd096dfb4b3fda8e9e4db45d9a96b45d4b6db4dd77f2687b1eefa5edfd514833c4e4d3f61f0aa419377da7197f26d2ccf70dd32cb6bca11d523ad02ceb2ed22c15d9342b9787345bf208cd3eec07cdf1bc9476b4708476744197e6142ba439338d692ed5b3b4635d7ab4e3da389a6b863acddd710bcd9db4423b5199463b7996453bf9954af3f4f4a779fe5a4d3bf5194df3defd93e67df03acddb698e769a684d3b637789e667d349f3bb154c0b68c1d382622a69418b6f69c1911db4f3585dda7901987681944abbe4974ebb24eda285b6a5d3c25dca681125e6b4ebcd63b4ebe2385a547d35edc6e164da8d38312d46544d8bbdb38716dbac4f8b2534d1e21248b4f84c01edf6b12fb4c4a4395af2d9445a4ab6112dd5488f966ad9404bcbda404b036ad33276eda4651a26d132ddeed2328ba76877d669d2ee54aea5dd439ca2dd1307d0b2de7ca16521dc69f9a72fd0f2cf24d38afca8b412db365a497613ad34659956c6f7a595678dd0aadea8d1aad39d68756c3bda63cd63b4c7d45bb4c7828bb427879a69f5660c5a836c96d6f86e80f62cfe2dedb95129ede5f650daab020ddaab4238edb5e102ad652492d62219a4bdf1fa417bf3d08ef636d09cf63edc9ff65ee140eb7c334deb2a63d0bad757d0069d3b68431674da486e116dcc3e9a368edf4afb92f48cf6e55d0e6da2f4026da2ac90f675d520ed6b8739ed5b4c096d8abe91366ddb43fbd11c4bfb79f200edf7f173b43f178b698093ab69c00e171a10ae4603a2a834d0d9181a64d3031a24e20c0df6d68f062718d09092311aa1779c46fe788f46f544d0a893601a6d2d89c6b01ba3313dcb695c9b5d34fe7f22b04ca709033fd0c4e6aa34b15f134d66374993c5fda5c9278434c5f37734a53686b69430485b8e3c4f5b1ed840fb97ff8cae32ec405fb5f096aeaa7f8bae0aa4d1d5bee6d3d50462fa1ae57aba86589fbef667237dbd6f147d7d3985bebe7f81ae95d94dd7aab84fd7ee794bd7498fa1ebc096e9ba67fbe9bac462fac6905bf44ddb5ed2f50ee4d1f51ce2e95bff04d3f59f1fa0eb2f4fd377d882e93bcbe7e9bbc4c7e8061659f4bd726fba21ca91becf2782beafe42edda49e493fb83d986e9a374b373b514b3f649c48b72cbc4fb7acd6a05b014de8d65168ba75c751ba35cd966e9bf59a7ec4414a77dc1c4577b42ca13b7ac2e88e238fe947751ae94eabc3e94e3415baf3cd61ba33fb15dd59614a778928a31f7f799dee7a713bdd1d1f4d3f716f1bfde49f1b74cf8a28bad7413dbad78f05ba4fc20fba6f9a987ed6b89f7ed6e5103dc057971ed090460fb47a480f3cfb9e1ec4eda587b43ad2437e9fa45fb872887e5165847ee5f3343d22f33e3de2f9183de26b07fd9a74333d52b7827e7df5343d2af6143d9af2941e13dc498fb54fa5c725e8d3e3a3b5e9f1a929f4845fc9f484df75f4db8fede9c91603f494cd5af41449193d6d38939e2e57a3679c5f45cfa82da1674c62e919845a7ae62320fdbef971fafd17107af650273d9b1643cfd943a4e7aa26d3f3d664d3f34cc8f482bb16f4c20707e9856596f4427800bdc8793dbdc454935e4281d2cb3794d1ab0392e90fb58fd21ff91da43f2396d15fa84fd25f68cfd15f4078f4267d637a535a01bdf9d04e7af3fbe7f497a72de82dea5ef4375af3f4377b8ce86fb2e0f4d60e0b7abbe3497afb4726bd83f898def9c798de6b01a3f783bbe9fdd840faa79548fac0c3d7f4d150307d74fa217decb40ffdcb58127d22c9803e6552449f0e99a1ff5c5f4fff991841ff35ef44ff3b334dffbb584c8704a4d0a19f9074d8271b3afcca163a62e3433aca66828efa7b8c8ec2c5d3d19a3a74b4fe6b3a7ae83a1de39340c74412e8d8e70d742cda864e2c35a513c72de94462249d141f4827c754d2c9cdce74f2e0493ab51843a72e55d2697b13e9b45f3e74867e279d917e95ce7844a73328cd7426154067a56ca7b3e63ed0d98b183ae7590d9d5b49a00b1f31e8c2f95d74311b4097ad3f439785b6d21511067405c19aae646da22f867da32fc545d097daede94be35ef4e5e845864acd5786eaf366866a8b2743cd0ac0504bcc60a875e319eafc62c66a0b0c63addb23c65af66e8666f22063dd457fc67ab55c8676c96a86ce092e432740c9d03daecad0ed02317427e7191bddd3199b352a18faf33f19db0c4e307644453276de5fcbd8bbfb2b63afb09b6178cd8661d80e62184a858c7dfd7718a643ee0cb3b3df1866811718e6a7cc19e6c05886f9f25186e5a3330c9bf5eb18b667088c2306e38c238ee71947023418475236308e2c05321cb21d190e1d0886e34f1d86d3596f8673a93fc399aec37039a4c670493eca7029fbce382e7cc1702b8633dc509f18eef30d0c0feb6e8647379571c235817182f994e17997caf0da856078657f65783dfec1f0b113304e4f201867602f187ea6830cff8dc18cb3a6938c00151923507f8e1164206504599d669c7ba1c1385f32cd082975645cdc14c1b874ee1223544e635c737eceb8e64e6644ba05332293e58c486537e37a513323caa38a1163e3c4886da430e21a8319f195da8ca4351d8ce47bbf19c9a5ab182983398c54938b8cf4b0338ccc35f38cbb4e7f19777dc7187785fb19f7395d8c9c907b8cbc81dd8cfcade98c7cd90b46d1bc0ae301e317a378ef00a378f401a3e4c31e46d9befb8c32da12a3fc8927a31c62c5a8b8bf9a5101716754acd433aa3daf336a0e1f67d48c25326a75e218b58cd78c470754188f75888c27bb3e339e6a45311ae25b194d5a57184d4d3046f3864046739d11a3b97b8ed10c6f6434639318cd82178cb799918cb7846ec6bb5d3f19ef729318adc1018cf797918cb6387b465b8317a33de802a3fd9625a323b89dd1c1fcc3f8702a88d1fb00c5e8859531fa358e3106ae1832069a008c01b0156380b48d3118799231749dc21876d8c018ceb9c0187ebe9631f2b39a31aa5fc8187df69431b6e325635c4bca18a738303ebb6a333e974d31bee097185f13a2195ff3998cc99646c6cc717fc60c389c31b7b396f16714c258f0face009cbacb009ecc6580b66732c0134806e4fb25060470950177feca406efcc2403d013030bbb63230dc8d0c2c600b038b273170ab8d18f85bd71804b41b83147c9e4196b73028377418346d218376e31883561fc3a0cd4e30e8d52a0c86dc95c1fe4662704c5a181c4010833b99cfe00f7c6108b6bd6308d20d1952b73186f4118621fd50cf5014ee662c463832169b66182bcfb2182b94678c7f2fd94c954f4799ab0c6e31552fc73055e78e305595664cf5c2c34c75582073f5ce7ea6c6233073ad782753d3448bb9c16588a91b08646e6e3ccedcb27e81b9c5d98ca93f709cb98397cbdcadbf89b967e00e73ef9e16a6a1f62be67ead1ae6fe3dff98c6c14d4ce3c241e6415818d374b50ed3f41d9e69ae0d679ae7d29987ee16330fb547330fe14e322dd3de31ad04734cdb7708a66deb1ea62d498f6977eb04d33e7e3dd33e7792695ff5857964ec14f3689d88e904e1319dcf6b309d4bbf318f192c338fbb37325df53733dd9eef63ba5bb5324f2854999e9d2a4cef9912a6cf9d47ccd321d7986754e7986730554cbf297be6593d33e659d91e6640be3e33b0a68179ae13c6bc980365869e3fcd0cdf4b64865b9098e1479f31c3694066f8e210f372da3fe6e5fb0f99572df599578b2e31af621f31af7ff76046892299d19bbe31a3635b98d19975cc9bdb1398376b1698b1690a66fce11666bcef1c33418dc4bc15fa84993c3ac24cef9e61669ef363de31fac0ccbe53c0cc6e79c1cc860199d98a3fcc5c713833ef5826338fba919927b9c42c52f362163977321f943c663e9024314b3ca9cc52c93566e5a16dcc4ae9436695873ab3ea7d13b35ad3895953d0c5ac295e62d6fa6f60d67e1631eb82bf311f3fbace7c72ee08b3feec7f1dc67791d9d030c86cbc2f673e8b7ac97cf67717b3298fc27cbd653bb3c505cd6ca12430df3c9a60be3d4267b67e4b62be5fcb60be0f3cc9ec947d667e38b89bf9e1ec12b3e7540db3a7ab80d97bb994d9af799239b82a9b397c8ecd1c0e3bc79c78b18af9b53c9939dd778a398d8962fef831c7fcf9742bf3d7456be6effa7ce6bc6322733e7d9a39ff6780b9e0296702a3ac9820f3282608b58309dee9ce8417d931e1d0774c38ef231321913071913c26fef83b26be209749887fc824cc7b32898f2798448a924949e533a91fe699b4ca64260d2063d260c64cba7f3893feccfb3f32988cbfcd4c4e65109343f9c3e4ee986772ed279892b030a6a4ac9229ddf29a295b65c294d51f60ca5a7f3295bbe299ca04217345d8c5fc97bb86a516a6c252f7b9c55abd3d9ba5d1fd82a5c1e7b1d60e79b0b4aad6b2b42f36b0b4fbbc593ad9562cddeb1758ba7433d6c62c6fd62663246b53aa1f6b53cd7f8cd059db4f6d66eddd18c6daebadcd3a6071866532bf8d7530b98d6516dfc2b2b87d8175487d8875482b9a65a3c360d9d81059b69d6a2c5b8621cbcec593657f6a1feb48fa6b96a38d82e5e41ec7727a10c072228059ce59532c671a93e55237ce72214eb28e97d8b38e7f79cf72ed3fc372ebb667b901ea599ebe93ac5331cbac5323162caf840696b71e9de57de100ebccb5a72cbf9326acb3ed085640ca142be0fd07d639441aebbcdb55564890272b243b90155237c8ba9034cdba34edc60a5fa9655dfe39c78aa8a865458036b2ae1ed8c48aac6e6045e257b3aeef05b16eae3562dddc99ccbae9f59c159bfa9b15e75cc28aa33f60c5bf79cd8a5f3462ddc65e652566fc602535c158c97ed5ac94e471564ae359562a289e95f6389c957ea28e9569e3caca2cce62650998acfb9fb359d9177359396dc1acbcb591acbc541e2bffa405abd0b28955385fc67af0e83bab74cf3d56f9f16c5665c47756e55b7b56a5b0815535b09f55f5f332ab8a0360d53a2a58b5bf6fb3ea1aaeb3ea001b588ffeb3f9c93932eba9c54fd6d39255ac068207ab711b92f5ec8219ab29f31dabf98009abb97e80f5ea8131ebd5770dd66b570eebf585abac37a949acb74f8b586f955f58edcc57ac8eb853ac8eba6456c7229cd5d5abc2eaa9f9cbeaa53e66f51dd163f55528597dca9dacc16b93aca12b3b58a3aba259a31f95ac71bb5ed6e71faeac2f1d2dac6ff5d758df8836aca9371758d38ebb58d3a48bac99038bac99385dd68f9457ac9f8158d6af8b65acdf5550d65c480f6b6e269df5a717c1faf3a78535ef0d65cd477c642df4dc672d4c5ab0009e3b59807fd62ce0008605aa7ecb021bdf648169d92c68cf07160c7e9285585960a1bc7fb150be375818835916b6338f45a897b088b501ffc16011a59e2c72c30d162515cba26e21b398226d162b761f8b95eecbe2aa4db0b85e8758dc7b57585cc071167f8b1a4b50fd8425dafd8625722d6789ce2eb2640a4d965c6b274bbeb297a534c7b21637bab116331eb0962cdc594bf802d672892f5be574137b55e013b63a5ec956e7fd61af0e86b3d7840fb3d7e471d91a5a636c8dc652b6c6b360f65aeb01f6da8939b6e657327b9df36db696d487adfda980ad837460eb264db237e66c656ff6cf676ffd98cfd6cf9a636fdfb496bd9db8c2defda68c6d60a4cd36283ec836e896b2f7f826b2f7963ab2f7f6b4b0f7a2e3d886ded56cc32c26fb40ff32dbc454c236292b621f8c54619bfe44b2cdbebf669bfbdc651ff2baceb6bc2f655b455bb3ad629eb0ad8fee60db9875b16da48d6cbb703db65d22836d1f0664dbdf48641f4d75623b193e653b8552d94e03266c27a039dbd9b68d7ddcb8927d1c42659f08e3b34f4c7f659fc484b03d99c7d8a7c8c56cafe42ab677ee3bb6af12cc3ef32f9e1df06a9a1db8f92afb5cc35ff679d54cf6f9f17af6f9a57bec90e345ec0bd721ec0be31eec4b80117628e3083bec651b3b7cfb18fb8ab33afb4a803ffbcacc243b22c29c1d5118c7be7a78857d6df604fbdabf33ec48abd5ec68852ffba69cc98e49cc63c77c6d66c7ebabb3130c4bd9b7128ad889c0bfec14bb5e76ea9badec8ced3076e6da107626ac8e7d4772977d6779849d65b2879d7d719e9dcd4b62e71bbe61e7774fb2f3bf22d9f9884076016a1fbbf07818bbf0c34976d1ac13fb814f31fbc1cf57ec129733ecf22b9fd9e5ad59ec0a4f2f76e5097376f5da7a76cd742dfba11b9cfd7004cf7e380a633f9c1d613f7298653ff268643f16dd613f8937623f19dec67eaafd82fd74cf3b76e32d35f6b3f35eec67491fd9cf16c4eca6b566eca6f405f64be348f6cbf3d5ec57763bd8af675eb15bb23fb25bf21bd86fae2ad86fcddfb15b1323d96d487d76472e86dd5dd0cceeaef8c7fee09dc0eef5d9cffee89dcdee377265f733e9ec4f363bd803e02ef6f02127f6f8a721f697d25cf6e4d67becc9fa51f674c129f6cc1f4df66c5a377bb62582fd6bea2c7bce729c3d977d91fdf7a12bfb6f8f880d0878c2069efccb06f6dbb0c13f4eb0a13bc6d850bf1636dc10c1466c83b111a79dd8484a3e1b85ddc546dfb9cdc6c00ad878ad7136d143934d36d464d37213d8f4d80d6cf625049b1df983cd5e7ecde6e053d9dc842636bfa2942db068630b12efb2259effd80a959f6c65fa347b69be88bd24d8cb5e39b589bd32798ba3b2fd02477de31267f5a6fd9cd5a3fb381ac6d61c8d6b8f386bd58738eb9c7f71d6bd74e5ac8f6470b41ec838bade228eeef30acee6360f8edeaa198e9eec2a672b2894a37ff525679bd71467bb6d2e6707d086b3937e93b357b1936354bd8563f47b1bc7f8e71b8ec92a25e7a01a8b73303b8f7370761bc7dc6d8863fec39563613bc8b1bcd6cfb17c7e9c63edfc9063ed3ece392c7bc8b1d950cab1319be7d804a8736c579a3876c7b238760b691c873c0f8ea3f15f8e635d2fc711788c73f4ab1ec7f98626c7a5c299737c228273fcb72dc7d5248ae3969ac671ffd9c7f1423de778afd1e778df16717c2c0b39be3edf38bee9ce9c33e7ba3867ca17397e26661cbfd0158ebf6c03e76cf6394e80de764ed0097d4e70cd6ece399a1ee71cf310e7fc0f1127e46601e7d22128271c49e75cbee0c5b95cd8cdb9fcca917345338f1301f2e55cd51de35c4d5ac389f26ce1dc0897736e086639373d819c9b2f0f726e8efde5c480aa39f1c3ad9c84ef9d9cc48acd9c64d73d9c94de3b9cd435444eaaf10827d56c1b27f5641527fdeb6d4ee6bd2cceddb104ce3dbf64ce7d7c1f27fbfc5d4ef6601627477488935f12c529f05fc329888de214f2623845c2bd9c075e7d9c0745769c128601a7fcbc11a73c83c8a978799af3f0269ff3303e8c53eb7b99531bbd9d536756c7a90b4ee73c5a2ee03c592de1d46b9ee234589ce534ae83719e919f715e141b719ab48b394d0d1d9c9736499c57953738af0d9c382df627396d5722396d1d6d9c76eb604ebbd493d3e9a2c6f9f05fdc7ab67de3f458c1393d2f8339bd97c99c7ebfe79c4ff7589c01d78f9ca19d969ce1e84ace70570267746c2b676c239233b67b88333e3bc499982170260478ce375d1ae79b2c9e3315e3c299d67ece996ee9e04c7f39c499f14ce2cc90849cd9b660ce77e83fce0f8f38ce4fbfad9c5fc5a69cdfeff99c398b9f9c05df10cedf754f39e0ed4738e077af3990ad973890b6200e84e9c141c0041ca45d3807132de3605e167270eaba1cdc7f79c36f75e310901a1c628339876c5bcba1f40839347d130e6d70038779e12b87397a86c31a88e47003cb38bc210b8e40fb21475091c611609c39c29a028e38e80b47b2579d2319fec89120723932b682a3d8b48aa3d4fbc0f977e91ae71f46c45d6542e3aa165672d5feffdc0d1873d7adbdcf5db76f8abbaed387aba5aac6d5daba83ab757285bbc1639cab736792bb09a3c9d573fec0dd5a64c3d5d7a170f5cd92b8db029ab806c84aeede2336dcbde3cb5c43170dae219ecc355ccee51afdd3e11a0bb7734dd68c734d5840aea9ca41aea99933d7b4ee28d774be826ba66ac6355346720f51b3b95669ebb9566d87b8567c01d7ae1fcf7530bac275c8bacf759e9de7ba86f5705dff9871dd8afe71dd2303b9eed01eeec94b265c1feb12ae6f1c87ebeffa8beb7f5a9beb7fd68b1b6050cf0d42db71836b81dc737997b8e70750dc109358ee05a764eea523a5dcd09a43dcd0464b6e28368e1b06d5e686c71ee28683e8dc2b67cf70af043470af104db9110545dcab29786ea4c1376ed4ab87dc68cdf5dce8ea2bdc1bee1fb937df277263a794dc58f42c37e1e036ee2d2e977b1befcf4d3c2be426ca7db8c92bd7b969e33c6eba8e1337fdc2396e3ac7939bce35e0666c35e0dec55ce4dec71472b35b5ab9d933b5dc1ccb1e6ecee4696eae4a1f37df7f909b5fe9ce2d3a56cc2d9a81721f4830dc62b116b7c42f945b7ef23cb7fc5c3eb7b249c1ad0bc9e23e3aeec77d1cfc85fb64239afbf43185fb54f299db50e3c46d58aae736e61fe436526db8cffd29dce74dc1dca6432ddc57822bdc779513dc565634f73d6d99db1efe8cdbfef82cb7cbcb9adb95efc9ede12571072452ee602e8f3b329acb1ddbfc99fb595d87fbf99f21f78bb6843b51b4963b817fc6fd7ac5863b09ebe47e73ede2ce986a71670e4d71671609dcd9a583dcef9ba7b93f1c22b83f224db83f771ee1fe0cf7e5fe5abd96fb4bb2c8fdb3ce813b5f74933bcf5370174e8ffcf79ddac005960773815d3e5c20f21f1714e3c805551fe38291482ec47e920bdf77870ba7a970e14b5fb808e3242ea2d19b8b54547231e0462e3e3a8e4b74fbce2506c0b964fe1f2ee3c6192e8bbcc8657183b8ec7e152ea7771d97a795cce50d6a73f993c65cf1ce25aee49b15572273e64a374bb9b2e7d65cf99a5eaee2720b57c119e3ae50a5dc155a024f65e9336f15e5124ff5d2559edab4096ff5c172deeac44bbc3581ee3c8d92b33c0dd43dde5ab2216fbd6a3f4f2be52e4f8bddc8d3f6e5f374e3d278ba62016f734a3a4fff49066f1be6016ffb9f4cde760883b7831cc3dbe9f0846790aac9dbf3d697b707cae0ed5d3bca33dcbe8d6728d9cddb77278eb73fe90dcfa84d8d67b285c933695dc33b9829e21dacdac43bf8288d77b0ed2bcf14f88f67f62e8267be278867a16fc5b3f860cfb3fc63c4b38265f3ac94133cebf58b3c9b9b9779b6ab7ef0ec6e7af1ecef15f28ebc8ae5391ec8e6392669f28ea615f08e964df28e56e8f38ee2cd794e6820cf692997e7bc07c6738972e01dff32cbf3606de67988f37827ccfd79273735f13ceb8ef2bc2a9ff27c5fa9f37cbfbce7f9b99bf2fcae9fe29d6d25f0020e39f22e04a8f02e592379a197cb7961bf9ef3c2986dbc2b8f82795769bf78d7c3fa79d7d34b7831db3ff36264bdbcd8ce35bc581c911777e2052fc1e10aef96553aeff6a501deedabfb78b7fbc1bcdb2b66bcc4d60e5ef25e302f75f0162f0d3ccdcba079f132b3ea7877065ef3ee799ee4ddc3e1785919cf785983bb79394971bcbccdbabcbcfc725e01622faf70f5155ed1ed87bc62cb1a5ea9e93b5ea9cb1caf14afcd2bdb9dc62b931fe795630a78158d0c5ec5bb2a5ea5be2bafd286cbabd6f9c8ab268cf01eee6fe0d5fed3e6d549fef21ef53af1eabdeef39eb2e6790d27ec780d6d3b790d131cde8b2352de0bdf4bbc26f51edeebec23bc16e969de1ba20fefedb7515e9ba10eaf1dbf8dd7117496d73124e3755e2ae17dd867cefb702e8ff7a1b492d78324f33e128ff03e314d7903eb2278033e5f780325babc417f67dee0b546de608c266f78b298371253c51b819fe48d41e1bcf1f17bbc2f87aef226f65078df42cd79d3d57779d3d260decc27396fb6e716effb016dde2fedefbcdfdbf8bc397c31ef4fcc0dde42c4026fe11b84f7572b82f777319b075041f000b11f7980141e0f5084e701e7413c50f8561ef866000fbacb99074596f0e07a481e7ae77e1e7a622b8f7aa19447ab1de631ce6ce331aa1ef1d8b7ca799c3d763c4ece2f1e0763cde3eefec9e32eb179fccd913c7e48034fb0ff164fd05aca138c24f044cc0d3cb141044faa13ca53688b790a3192a7fcb987b778ef1b6ff165196f512ce1ad9479f1557659f3553e93f82a625ffeaaba777c552d085f9d85e3afd15fe4af3986e36bcc15f035cdaaf99a8754f9eb362ef3d7871bf2b56c4ef137384df2b5c38af9da1346fc8dbb82f81b9dcaf85b371fe46fbd42e0ef74dfc3df65cee3effa34ccdf5da2c3df83d0e7effd778c6fb87184bf5f5ecb3fa06acc3ff0c58b7f00f0947f6091c437e202f9c64d017c93ac277c53ff8f7cf3fdaff9162a6d7ccbdfa57cab163cdfea8335dffafc32dfe6d476becde39ffca3926cbef395ab7c67d212df257288ef16dec5774b51e1bbc766f03d8e5af03df28df827d6d9f24f326ef24f4a9ef24fe5daf2bd8db3f8de8952fee9b2d7fcb3dae3fc801a237e00d08f1fd831c40fcabec83fb7eb31fffce706fef9992bfc8bbfbaf917978ff12f6dfbc5bfb44f9f1f7aa0891f2ab9c90f1f36e25f4eefe55ffe84e1476c9ee547d46ee55fdbfb811ff9a0817ffdfa00ff7af2067e4c632d3f76b7801fdbbc971f3b22e1c7a2aef3e31851fc849fcdfcc4fc317e6275353fe9ae829fa4f4e5e7bf1ee7e7c33bf9f94b227ee1fe3ffca26dfbf945593bf80fd674f11f949fe2178b70fc924dcbfc122b3cbfe2ee397ecd2a1abfd67123ff517416ff496a03ff2946c16f88d4e6374e4af9cfd2b7f39b2ca2f9cd5b4cf92fbfdde2bfd25ae6bfbefe93ff1a95c57f63d7c47febddcf7f7f6480ff9ebdcc6f5f05e277ecd2e477d87afe0785dff18dcbef4cabe177fbd8f27bd597f9bdb6687effa626fec8b320fe68c763fed83c983fd9ddc19f8acde34ffd7dc19f4ebfc99f7e52c59f054df0bfefdacdff09afe2ffca2ae5ff164ef0e782c3f80b8170fe82d28b0fa072f9209da37cd093013ef8f1353e744d091f5ac3e34351eff87042161f0dfac5c7f8bfe7639e5fe663ad16f858fba77c6c1b8f8fff5dcf27ec31e1131f45f049b1d7f894a6df7c9a3c8bcfa016f0994fb87ce6ab653eebb33d9f35f980cfd58de3f3435ff2a5f0ab7ce55f2381ca06a040e5c565816aa84ca056d02e587379b760cd93cb028dcc05c1da2d1b046b776908d6fa3e12ac5d2e1768d60a049aa85582753b3d04eb3e6b0ad65b0a04ba175c041b950b82cdae6f055beeed176ccd7e2fd84aff23d00fbb21d067a508b6d9a60ab6d77d16eccc2913ec6a2209769bbd15ec2ec709767769080c0e8f0bf6ae5717ecdd0a13189a260a0c73ea0507cc3e0b8c8fff1098ec02080e7ac6094c4f840b4cffbba6a68c5a8199db2e817941bac05c9124b078f34b60b9fdb5c0b2f6bdc0aa8529b05ebf2cb0de1d28b0b69d12d8586c131c39fe59e0d0765ae0a8754ee0986a2770c4d8088e6e7515b8ae970b5c6dd10237fb1302b78114817bc20381871347e0113823f090e80b4e5d782d38d5f95ae0c5a20bbc61fd021f0f0381cf9b3782d30dfe027fc16b41c04b5d41605dbbe0dcb128c1b90498e0fc7f7acf6f29149c5f5c1484a8e50a420eaf0842606041089623b8d81d2808d5bf2508ff774070b9b44b7055c75970f580a1e07a7482207ab583e0c6d11c414cbebf204692298815bd15dc7ea010a4f0f709528dae08525f4305694e3a82b4603b41ba638020fd51b220e3f8b220538726b853d12ab87bf294e06e4184e0fed13c419e6193a0402342507e7bafa032e3a8a0c6b74a50f3552aa8f989163c9c8f123cb6a914d42f48040d76598286f750c1335590e099f588e0f9317341f37603c12bbd5ac1ab7df18257764682d7c10982966d9582968c6a41eb812541ab47aca0ad1d24686f4c1274ac2917743ea709ba636d051f6e68083e083e0a7a8e8d087a8a7d053db546829ed13a418f2844d0c77a28184c68130c55af150cfb5d100c5fbd2a1855d92518b3860ac6ce1509c62eb408be8431045fb20882af08a56072e8a560526a22f8a6de28981ed92ef8b1214bf0e32c48f04bdd4930df7746008c040ac0695704e03b260228152b8019e708604fba0570f36101dc7949008ffa2b403aeb0890c1130294195580921e1110b43b04842b2704841a998064b443405ed32da0202604d4b7eb053443aa8066572760a6970858f7f609d8213e0276db5501afb45820297d2c90667f10c8742c05b2efdd0225a846b0a447152c391e172c6bf409560263846ae7cf08d5aa560bd59ec60ad5bac8428d336b859ae197849a5105c20d5e70a1f6afb3429d1b7dc28d2e27857a979c84fa7a1785faa7fd843b103b84bbbe028506ce7dc23de6f54223f86fa1914c4368b2ce516822d822340d2b149a15ea08cd934d84165f3385569e09421b3537a10db05b68eb5126b45fcf113a6ef9263c8a7310bac06c84c71fed17ba69bd12ba39d409dd58be428ffd64a187c371a1074c243c717b5678a20f203ca5662e3ca59c167a1989853e7a7a421fee33e1e9389ef074e666e1e99a39e199b87c6150d588f0dcfb1561484185f062364f78712e5978c9e69e30ccb55e186e9026bc3ce72a8c8c0b125e770c115e47f608a3dc27855100376114764c7843f78cf0c64b6761ccbe7461cca9dfc258d72c61ec857dc2a4effac2e4b6abc2646e9930999f234cbf522e4cef7b2bcc78ec2cccfc6222bc7bbb4a784f375f78df4b28cc869c14e694ed10e68eaf17e6afac13164445098b6c24c2a2773ec2e2686b61e949b6b034df4258cdbd2fac199d11d6a2cd85b5825bc2ba0d0784753a40611d7e445827b92a7c9cde297cbaa81436866385cfabb60b5f0caf17be10460a9bca55854d8bedc2971593c2570779c25663a8f07d66a1b0cde9bab06d7a8fb07d5bb9b03d7893b0c3365cd8f18922ecfca129ecf5d112f6ce570b3fed9d110e746c100ea0ec84232a58e108c35238c281084747fb84a3cc43c2f10403e1f83b1be154f4b0709ad92a9c71bb28fc9ef11fcd07843fd61d15fed06917fe3e4e12febe6b299ca3e50affb8bf11feb9ca10fedd9d21049c3826041d3e26049f5a1282a3ff09c1850f8528419f10cddc24c46c260b310936ffd123c43a2984d86ba78444fc7921a9ea80907cd65ac8687c22646de915f2160785fcdc2e21ffe951a160d56ba1b0cc5728fc05138ace270ac54e9342e95d7fa194e92994bdca17ca7eff16cabfc70a152b4b42e59b70e1e2be67c2c5000be122b34eb8746a54b884870b57a82c91ea9e6591ea751391aa7245b4ba7d59b4f64694682de296682d6551b43e112dd2f20c16695bea8a746453a24dde6cd196239ea22d2b71a2ed871e89f6be7b2032b9bc557430bf4764d6b65564b1e581c8e2185a746853a8c8daf3b3e8f09538d1e11c57d1e1278f44873981227bc22dd111f44e9183d790e8a82d4c7494a229727a192a729e51888eb9c68a5c77f98a5cdd1b44aecd392257c665915bb0a1c85df5abc843a345746af0b7c8ebf23f91f7471d9137c656e44de38b4e7f19179d9e28109d994b10f9efb8283a9b10233a3bc41405d43c12058bf68b82e53f44e76ef98aceefb01085ac29125d48408b2e1d018a2efde7c7258450145aeb2fbadcbb4614f171541441df248a904e8bae8ebc175d3b5423ba7655218a34dc2d8a327c218a0eee154567e988a271c744373686886e848d8b6eb0124571748e28f1478a287101214ab27a294a76cc12a5bcc38a32f132d13d5c9ee8fe11a8283b665494fb688d28b7ff9a28bf082c2a744d151512c244c5178b44a5faf1a252eb8ba252e703a2d2b60fa2d29fbea2b2683551d9ef0ba2723db2a8f2d79ca88a3d29aafab74f547d3e5f54c3d4163d4c3f20aa4d2e12d51dcb143d595a10d57fa9113d75838a9ed7688b5e6c79237a518a17b53cf314bdd52b14bd2b392b7a877d226a3d5e226a6d3e267a8f6d11b5cd9a8ada33bb451d5ecba22ef30da22eb717a26e4099a847af5dd4e7962dea3fec21ea77848a3e3d3d27fa44392f1a3cc9160d6d3c2d1a2e5f100d8fb688c6aa74455f8c89a2c9a33cd1647c8fe89bb1b9e81b8b209a76e488a63d1d44b3d741a21fecdfa2dff88fa2b960a8686e615c34c73b2dfaf32c47f4d7d746048c6f1601934c45c0b9a72270509c087e412e82271488900d58113a8425c21cd61361a2754498de1111beb15e445cd927227dff26223fea15d19b9b444c4b848875c849c4b63921e2aec912f1367b8878e26e11ff4c8b48c0c81309386122c99f7491b46940240b7f2d524cd78a94a69ae2559999e255f553e2556d9fc5ab7eef11afa2398a5535cdc4aa9d7162d51f00b1fa3327f1ea84f7e2353bf5c51ad47af15a9b02b19646b57843f977b16e7ca77863eb51f1e6c36de2ad033bc45ba7cdc5faa5b7c43be206c4bbec02c4bb6d4f880dbe1d16ef5f7b566c8e9b179b2b86c5168e85628bb44362cb537162aba0ad62abf2e7621bf97ab1ade367b12daf426ccf29101f11ef163bd59f103bafdb2b7681f98b4f863c149f2cb923f60453c5fe5d9ae280d03471a0678338b8c84a1c5ce62e0e96ad88cf696788434463e20b0faf882f063f175f4a39210efbb1437cb9ec80f8f21b5bf1b5d979f1f5f94171d45f90f886f7a2f8e632411cb74a268eb7da278e9f828b6f8f8e8b6f8b75c54973b6e22416439ceced244e4e4d10273f382c4efebb5a9ca27f5f9c222d15a71625895397d2c569a8b7e23bf136e2bb654271b65e87382f74589cf7dd435c78494dfc2022495c8c6b1197a498894b681c71d9874e71191623ae383824aee83b20aef874595c39652bae72c58b6b3e6c10d7bd782d7e5cbe5e5cffbd555c4f7e2b7e8a3a297eba241537d494881b48bde2065eb5b8d167bfb8f16ca9f8c5c166f18be319e2a6854fe266ff1671734c99f8e57157f12b93bfe2d7593871cbb65fe2962babc56f9f9f13b76a9c12b7bdb215b7919f8a3b4aef8a3b13fbc4dd7e93e21e7d55718fd94d71afe790b8bffda7787036593cec132e1e57ef138f5bf888c727ddc45f347f8b27826bc55fd71f124ff65c124fce5c114f01bf8b67f7478abfb3a3c4bf863cc4bf57ce8ae76d12c5f3042bf1c2be0631d0a8460c9c891643e2bbc4d0edb7c44852ae185dbc4a8cb97e568cf78a12e3071ac544c82131797bb998dcb359ccf2858959772562560e49cc3e15216697cd8b45160cb108e829963bc0c58bdd7cf1e2fc49f1127b52bc9c552b5ea6044a547e4c49564718493436c44b340d1812cd4a8164fd70b744dbf78344f7e3bc6453808764f35137c996ef41123d41b044ff63b664fba66b925df6e112032d438941da3ec9de820a89e1b90f927d596312230656627a4020b1e8592bb14c4e97582d5c961c2e434a6c1a5d2436bf4c24b6d78f486c93ee4b6ccb2e498ec037491ce9d392a3f59b25ce7cb4c46571b5c4759dbbc4dd69bdc4fdec538987ca73c9495b4b89676bbcc42b6b8bc4e798a3e4ac5d9724c0d7401238019604d5df91047d7f2a099e329504b3d8920b6962c905f243c9c54ca0e4226bad24f40a51722db75912e9bf51721d662b89ba322d89aadf24b9d1e026b959b15912fb1c2d8917ac95dc2a61496eb596486ee7684892ce7e97a402c324e9a3ab25994df3923b1ef6923bd1af24f7fe8548726e2e4a720827247946fe92fcec2e49c1515349e1d90149e1f31049616b9ea4b8502e296ef09794c877484a87e325151b6f4b2a3d8f492a177224557d6192ead58e92ea7f38498dab44f2104493d466dc93d4a5612475b9da92ba9606491de7bbe4d1ecb2e4c93a84e4899ebea4e93856d2ccdd2379b9e694a4a53c54d2d2e020695d4149dae903924eb98aa47bf893a447d429e92d4e93f48373259fee2448c656612563932592f116a2641cb34b32b1edb36432c14532b57f8d64baf2b3e47bc0b2646e3954021cb79080776f9240de594ae0f03d1238c24a826a424830272512fc9e2a09d13556423ab045421a5f9090e6b3259463d6124ae0988472eb8e843aa321a1929e4818071e4858d7af4ab897bf4a44e53f2462f56989e4dda84432612b91378d4a140fb4248bb77092c5ba4392a55dd692a5437725ffc0eed255ae4dd255e51ca9aa55a65435da40aa66142755837d966a40f748d70e164ad72ee848b57f594bb5995ed2cdb77e49b794a949b760cca5dba60952034ea7744f76bcd4b022557ac09c2f3516e3a5267796a426c4cb52d3a752a9d9869f528be115e9e1d5bed2c3cb77a5b65813a9bdad427a043a2f75fcee267522984a9d7fc64b8ffdd091baba074bddd957a527940fa45ed21ca9cfb8bdf4b4f32fa9df0147a97fe823e9d9751fa5019afed2c05585d2a0d18dd2735121d2f37da7a521bf0e492f0e554bc383fe48238a93a4577d1da457a5f5d26bbcb7d2c875ffc17092465f392abde9a894de4cd192c68966a5f13742a4094d1dd2846e0fe92d0f2fe9ad2675e96dfd60e96dbf2ee9eda683d2249db7d294985c69ca8b6a696a6287346d52579a1eeb254dcfdb2dcdbcf34e7ac7a7577a37f089f49e4998348bb2597a7fc756695e7d8a34af7b9bb4e89695b47873adb4d8ef90b498b85f5adab04e5ade879156ac18482b774f4b2b1f5b4aab2cd3a555f129d2aa37d6d2eaf35ad29a9ecfd287990dd23aed46699d4fb1b4aea959fab8789df4313147fac401257dc2114aeb752ba5f5f79f48eb27af481b8cfe491beef44b5fac614b9b57a9489b3fff91beea7291bef65e91b69c2c91b6a464485b7814e91bfe47e9db244b69ebad6bd256fc3a6947e06769c7ad606927ae57dae5705fda7ddb52fae14da8b437a540faf19042fab1a25dfae93f9d03476f48076a5aa483e31ed2a1473ad2a141b674e470b67444302d1df5a9927e8bff2efd56152cfdf62c43fa8d0e93feb87450fa6ba3bbf497dbbcf4579aa3f4f7085dba603d255dc00648fff6a54a01033152c8b5d7521860490a1f4048e1f05029e245bc14d1fe458aacf092a26a74a558f3152936658d1477802cc55fb694e21fd74909a52229f1e63b29f933584a4d3b22a5569e9452a73aa48ca76fa50c215fcaea0048d97fe0520ebe46cacdd392f2fbeca422fb6f5289095d2aad104b65370da5ca8435d2a50f47a44b501fe98af60399aafe29995af38c6cf51543d99a0dadb27507ab65eb228264ebd51ecbd6c3a665eb85de32adf22fb20debfb64daf9ea32ed97f765dae37632dde5bb32bd40b26cebf5a3b2adc03b327d9371993e72b3cce0e36f99015421334c989319265f91194e36caf631e665fb6fc4c9f62b2032a375ad32230b82ccd83c5676f06eb4ccb48c2b333bd02133df3327b348309659a4be921dda7a5d7668b7b3cc4ae384ec30414f665fdb2fb35f01cb8ef027650ef01b32c7572932e75b5132e7de8f3257d06e999bf703995b3957e60efd2df39819959d5437949ddc2f9579ae7f203bc5af91f9b8faca7c5a4fcb7ca4a5b233cfcec8fcf03532ff1fc9b240a76259f07ca0ec5c58a9ecfc9e97b2f3cd8f649753bc6597b368b22be751b22b484759046bb7ec2aedbcecaa2252766ddf5ed9b5929fb2c8e3b76591b1f5b2c8a63c59e488812c3af6b72c3af9a52c0698288b25ac95dd9a7c2cbb0d7e264b6c02cb92d4a364291bc365191ef1b20c98baeccecd17b23bc32cd9dd0dbab22cdd0e59d6bb5db29ca97fb2dcc221592e324c960f5797e5239765051b3c64c5b34259899a4856f2de49563ad1252bbb9629abf85c28abbc7b4b56adde24abd12c97d55c13cb6aea4b640ff7bf913d6c8d94d5116eca1eb972658faa4ecb1ed3c5b2a73fa9b2a7d87259c3da3bb267b7dd64cf7a32642f3d1ec85e3596ca5e07e165af95bb656fd259b2366bb0acfdc44659fb9765593b9b29eb64d5cb7a9237ca7a9d31b2befa15d9c06555d900224c36bcba49360cbe261b0bf6927debd6947d5bcc934d550fc8a6695764b3f675b25958876c96c394fdf8b445f6d36bbfecd76ebeecd744b1eccfe99bb23fb5c3b205fb62d95f0da00ca80e9281b797c9201bcec9908d8f64a88d7b65283f4319a6af4d86cd57c870373b64f8d01819bea74e4618b82b233ea89491552fcbc8ebc264e4fe7019cda24646c3926474dc7a19c33843c65a9b2363addb2b6331f7c9383b1d641c408e8c9b512813706a64a283e765226b5b99e855834cfaa851269b4a93c92fe7ca947f0d658b6a74d9ca1d6dd9bf7c33d9bfba3b72d541b27cf50447bee660967c8d858f7c4d4e917ceda4895cf3fd6ef9babd1df27591ebe5eb77a8c9b5a264729d9641b99e83975cef9e975cffbd877c9bfe71f90e344cbe63e5bb7cf760b27c8fbf5cbe77504d6ed82391ef9b7f2cdfbf6ea3fc00eeb1dcc83c566ef4475b6ebc3d576e9c952f379e98961f3cde2b37dd7e476ed69d2d3fe46c22b75c3b2bb7fcd12cb732ee915b278dca0f6ff7941faeb794db3ffc233fa27e5b7ec4364dee50fb5cee40e7c81de16cf9518783f2a3ef3fcb9d4e34c89ddf46cadd5e15c94f8c6ac94f48ffc83d378ecb3d870ae4a72666e53eb53cb9cf8750f9e99f0572dfef26725fc667f959b6581e5cc89787dcdd2bbf5478461ee612200f439e97877feb955ff91d298ff8bc491e01f191476adbc86f6e1e93df3c61208fb1d493c7548ae47145ddf2f8dad3f2f83aa23ce1678bfc16b6419ea8b14a9e24a89727efc3ca537e3f97a7407fcbd3f207e419cf53e5f7c007e5d9dba3e479497079de4ba63c6fd1445ec0fc2c2f047f9217f747cb4bf6f8ca4b2be1f2d2a1217985f481bc3acd4ffec8b359fe38f3a4fcb1f2bebcfe1949fed46b95bc21bc59fe5a7f50de12795ffee655a6fc6d0a59fece58207fd7b1206f6599c9df07a1e46d2ebdf276d783f20eb36679c7c0a8bc431429efccc2ca3b2b3be49dd2ddf2ae6eb6bcdbc459fe41a35afe61c649fee97d8f7cf8bdb57ca4c1533e2a21cbc7a2ede5633ff1f22fbbdfc9bfd4ed934f6c9f914f9814cbbf119ec8a7521fca67f747c867936ec8bff775c97f0697c97fde01cae7dd91f2854153f9c2629bfcaf095cfed7942a075ebe2087b454c9a1656d72e8a4b31c96d22487814ae5f0ad3172b87ea41c9e705e8e7a4393a35fff92637731e558909d1c77e5961c07d094e38b13e5846cb49c98522627d1b3e5e4003b39750c2667ac4e9233ff6c91b33c0fc9395a32392feba79cf7619f9c37c5930bfbcae522ad1eb948542c1789fde5e2d109b9983527971e8e924bfda7e58b77dae48b7fcfcb97ce0be4cbd644f94ab8bb7ce5769542a5c243a13230aa58d5fe59a1368955a86f3ea0503f9da858bb71bb42ab3844b161bb9f6203db44b1696382624b2d58a1afff4ba19f7d48b12df484621b2249b1333653b1cb304db17b5586c2c02c5db1e7b5a7c2d07d44b12f6f8d62dfa7ab8afdcb0ac501ff1885b14ebfe2a0fd92e2e0d44b85d94895c2dc7b5461fed048619151abb03ddca7b03de6a2b0dfb4a270b852a37014ce298edeffa47052bda270d735567898372b3c80398a13af43155e3ece0a2f3f6d85ef7088c2afaa43e1efada6f09f132ace5e735404ac79aa08403c5304ee6e55047d3ba308e26729ce8b721417f30f292edd472a422b5315e1866245789ca6e232cf5671c5634a7165285871bdfd8e22ba6e8de246718f2276c84011f781a088376c52dcdaf45971eb728be27681bd22b171409174f4ac22d9fcb4224555a248953e546400aa1519ff8e29b2f25215f7af7e54e4cc842a72333414b9dccb8aa204a9e2816baea2acd65d51be4957516e9fa6288f1629cae39f2aca47aa159507a215955e438a4abf22456566bea2b27587a212eaa8a86efcaba8fe99a178fcf4aaa2def3aea2b15e4bd1f8ecb1a2b96cbde2a58ea1e255f54dc56b1d33c5ebdb0b8ad78de7152d24bce2dde51cc57b6f5b455b748aa2333f4ed1d513ace89ab9a1e8dea8a9f870c357d123cd53f4f9d42a3e96a72bfacddf28066a6c1503bd8e8a81f129c510f1b562749faf626cfaa5e2abea7dc564d8b26212a6a5987910a998fdd5abf88d7756fcd93da8f8fb1ba400acf554001a940aa0f184021a62ad401c9e52204f0529504baf14789fe30afc7f361161fd0a22e7af822a132a18c829056b7c8382c37ea6e046672ab8b40605cfd95dc16bc9560813b10a19ed8a42ce3ba4501cdea550949c5228669a158b336a8aa59700c58afd37c54a234da95250ad5c75255ea96a97a154ebc22bd577cc2bd55d7495eafc5ea5baa444b99a61a85c637a4eb9e6334eb906c753aeb79c53ae8fd8a35c9f35acd4a23f55ea1ce857ea0c352b75e6d595ba97fc951b3d1f2b37d7ee516e6eb2506ee94c566e8d4a57eed8765cb9e3d5b872a7544fb9cb76afd2e0db5fe59ef44f4a43f188729fc64be53e2da6729fb3b372dfb52aa5b1b6a3d238e384f2e090a6f2200da53cc889569a9ec9549a9d0b519af5bc549a7f9e531e2a3ba6b47408525aed8e565aed7fa6b4f187286dce9a2bed4e042aed02639576fc45a57d5586f228234ee96c2d503a53dd952eee54a5cbca0ba56bd72fa5bbc50da5bbbd5ce981b8a9f472d8a6f4429e50fa6c5cad3c9d24569e7e7d5279a6b94de927bda03c2bbfa90c701d5706d4852a03b0a9ca60a77ae539d374e5f91da6ca8b0ddecab098f7cacb414795575b5f2823e7d72ba30a6f29a34bd6296f66de53c6e597286f99542a930d0694c9f56f95294b16cad42b85caf4359aca74e729e5dd79ae32ebeab232a7315b99c36d56e6656d52e677f82a0bdfa4288bfa0c950fecf3950f5abf294b57f9284bd97dca9adb2794352c6fe5c36f76cada957c651ded87b24e06543eaadda97c927b4df9b4e8a0b221bc57d9488f523eb738af7c7ead47f9226756f9029ea67cb53655f9faac9fb2e5e080b2e5eeb2b2b5c75ff9dee6adf27d54a3b2adcd4fd96ed0ad6cafeb5776a15294dd8969cabec8abca8f087f657f428372a09fa71c183fac1cf41e540e199f550e1f59510e831a9423a68f9423d870e5082d5ff925fa997222f59bf26b8083723282aa9c447e554ee3d394d36c75e5ec8657ca1f6bae297ff4ce297f33b594731e0f947f6dbb94802d2e4a00f58912b8da4a09b6f8ab849c1957426ef82961cc4b4a38e8ae12f1d05589dca550225b1d95289da34a8ce37125a1ec9592240a50926dbe2a2926eb95d4900225f3b05cc99cb8a1e4eb752af98968a5c0b64329e2e194124fce7fc3589d72d9216271d5ff1aa0cf7820103e80e34543832b897212894a69a9342ea5ac385c434b2242099794bad24ee94949914884d0c0a554240da12591508a54245274d2a5ff7aeed5efedf7f3b3cb02058fd1a0507a15bae96e826e0b6740b72825e899b3017a85d743eff3a7a0cf5165e8bba31e94adaa40d9eb28a818ab83eae668508d1807032d2f81e6a4cba079f407fcda671efc9a1f0c5ab39360c87c5718f2b311b495cc413ba417e8f6ac033d5d7fd09ba9047a1f19f4fb2c04fd7ef1a05f520d06fa956010f10346aa5d84517d72c170603c18b93d03a3dbb960f463244cd0358069252761fa973530639a27984ed106d3796660fae63158748d03eb11f7c03a6516589ff7001bad18b0b15d04b6061fc1f6f079b0fb6d13d82d3d0e761bff01bb0be1609f6b04f6c5e530bf65112c502b0347f591b0f8bb162c7d340a96edf485e5ae6ee09c75175ccfe5c32ac365e06e3105dc5f3c82d5efaf81e71015f052fd065e059360edf6b3b0f6d574f059b1037cde1b80dff164f03b6903fe0f1743807d1c04ace80b01671ec2467d3fd8183d1f3696aac226dd0fb0d9713a6cde55059bcf44c2367582a04e6dd839f40eec3ee905bb1b06c2de71fd616f742a1c78b81e42141d2044270842dc6f4048e306f8dff42a38344a0fc2064c85b09cf770ec820244fd673f396511443bc741cc5f6510537d1b62ff2c82d8bd8510e7a00d71eb5642bcd3458877558704e7ef90386207244e328724b51448da520667678e8294502338376b3d9c9f7d112ef8ea417ad75c485f3c0332ce6c844b777f87cc326fb8bc7e155cf9960a57d595e1ea9ae770cdb0066e569940dee654c83b190eb703fac2edcc70b833b437dc4964b8d3fe02f2632ec03d7d0bb8e7bf1c0a8ee6425158293cf04d86470a6a507cf93c3c715f06a5818fa1ccf83d9479f683b2544378b6271a9e3b7e85e749efa062c970a85cab00554757c1cb5f1ec12b2713787dd10eea46eb409d5126bcd3fa0cef8ab4a0e1891b346ac442a3f31668bcf95f8b8f40f3ace5f0a9700eb4ecff01ad9f32a14d7f327c77be0f9d83083a5b07c34f9577f073b511fc7c7a13a03303e8d12a609d76ece2b205bbd69a614f59864ac10aa874420d7bb72ec03e4edea87cc91a557e74e02f3bcea2eae51b3860ac270efcfe02d52fcc418ddd11a8717f210e76f98e9a9b92517b50230e9b371ff5f757a3c18aab6870eb198eeaf6014765fe8186f3a371f4a0ed38c6ac18c7d87447a34b47d0e84a3e8e6b55c4092f227062ae1d1a2fee87935674c529bdddd024cc064d1e9aa34989364eb5b1c669573470fa680d9cf1fb5134b55b86a6e183d12c6003ce51aac73943dfe09c9a57687ee4185a5cfa152db21dd1d2ff295a5e7c8296697a68ad3212aded02d146fb32da2a9c433bb76cb42f3a8e0e86df70814b392ef1fb0d978455e2b221fbd069c93d747a3a1d57e64d44977751e81afa163d5c8ea047dcefe89138133ddf8f43cf2f07d14b77357aad7242afc0565cd3371ed74c0ac3351b8fa2f73f7bd067f810f44dab43df9c7af4addf837ee71bf1cf49b73140b53f6e4cb2c140c52bb839fa0b6eb178825bbd6271ab5f770cf2b0c1ed81cb70c7357bdce56f8f7bf6c4e1de6d5eb8efed340cb634c5fdc15f703fb4e3813397f0c09bd57830fd1a1e729d858736f5c4d0e0257838a6198fecaac3a3f1ae184e7618951d89d1719b30e65b04c6f69a8db1ba8e1877a20ae37dd4f08cb2239e79f10b263cd6c6248d4398949c8dc99ae330a5a93f9e1f6084e93d0c3163fd5bccf8fa182f0535e165572bccb2198a591553f07a4b3d66e707604e6204dee8b20e6fec9d8637ff7b9bf7dd1b6f4d998ab70e3fc7bb351998efb10fef65ecc67bd7fdb1c06525166a2cc142ff1d58645c8bf7ed1bf1fed10a7c10a182c59f9af0493f472cdd5c8f65cfbbe3b384687cf6b6099fdf0dc40abf60acdc35112b6baf63d5b85df8d2bf1d5f560fc1ea941d585dbd0d6b3c5760ade249acbd15826f0cbe625da61ebe359e891f0c103f4ebd8b1f33b5f0e3f381d81c9e8ecddf6e604b791b7e56d98c9fc90dbfbceac0af4649d87e6419b677107e0b48c37ff3fae00f9d8dd8f93300e1977424ab7bc893a349d1349c143fbfa66e2ecdd47dc072ea915c453ded334969fc67ea35cb947abfbf427ddc3a48392f9d54f6c550bf0f9f69409fd1a4169c4d830c16d2a071c769d0f572d25c5b429ac71692e6ad1cfa35fc22695d4a21ede193487b5906e99c89a7615d37d0b0ad77496f9e09e93d6e2683ab0e64e8dc4c86212fc8b0763e8d0dbf4cc613aac8f8eb259a34e3304d2a4aa2299a2769caa21964a25e4a26ff24d2d40fe368da817b34ad7c2b4d372fa0999ea664baa690e6ba9ad1dc0b85646ee94c168148160d266439cd90e6a507936ddc45fa7d530639a82c2587b336f447c81b9a1f9542f3bf87d2fc1f420ba7eda4451ebbc8f146073996cfa5c5251ab474731b2d4d3b4ccb9cc3c979771dad7473a055abaf92fb5c155a1ded401ed58ee4b9650879c58790d71d655a679d4e3ee19ae49bb9977cef4f253faf30fab3a18dfc3595c8df3b94365819d3e65005da961740bbc6eda27dd382689fdf18da871728b8a03f1d98e84b07d67ca290f5efe9e058633aa4a44d87bc2750a881358596d9d0e1321f3a9ed14891332f50546b069d5c09746ac5648aad2ba2d337cb286ee1314a50244a506ba184459d94a8f394926ccd28e9ba0f9dedad426787ada7b3153e94f2bf064a2d8da6d486043a3fa392d2629c29ed5119a535e953c6316ffa7b410c5d8a4aa0cbe73c286b76225d75bf40d75e07d3f58c20ca361c4cd9767e9493e34239b9e7e846ca47ca9d7c8572bfffa45b5dcce9d6cf32ca1ff282f2373450fef6c554d4e4440f7a99d3c3853af4e8cc182afef68d4ade5da6a7a34f52a9675f2a0d32a7d202732ad31a4865ebde50b9b22d95ffde4695c773a8aa8b3d553b8da2eafc32aa75e949b54716d2bb05d5f4ee4c20bdb7efa4f73f6650c39412fa282dd414bf879a6f865273f37efad4f207b568eda6964b6df4f9c54b6a5fba82daab1da8a34f1875b855d0f7d4ebf473401dfd5cd98bc4ca8684c67097cdcc5d3b2d5821b2911572535971a21bf7183f9695cea672af083d56cef66795a755dccf2e89fbbd79c9aa5d47b0ea0753566d56e401751f586d7e27ab65dee4417d87f2e005a63cb8d199b5e6f9f2d0904ad659708375f74d60dd07ce3cccda8487654f60bdb9cfd960f43536c8ebcd2356ade611619d3ce278098ff8a4c1230dd7f1c8c6e93cba5b0c8fbd6ccfe3cc96f178e3be3c61963a4f1cff8427badab0b1ef649e3cc39d2787ede429ce33d9a44c87a79e5ecc339726b3697e1dcf8e5760b3aa4d3cc7ed0b5b26dd622be52c9ee7708bedc77bb2bdef1c5e30b69c175a47f2e23b35bcf474072f5f57c0cb833ff38ab20dec526dc5aef326f0aa055fd9cdab89dd4e5d65f705d379758f2dec71d9903dafae63afb1b1bc264278ad6528afbdb69dd716d5b2b7a7267b2714f1ba103ff69962cabe99a3d94ff70b6f50ff8703662ee240052d0e5c7e80838aac39a85d8d776db1e4dda316f01ee71dbcaf519583b79871f081380e7eb583438ca23874713987dea9e4c34f7b70d89a740ecba8e6b01f367cb473261fbbd9958f672347e45fe18817af38d2b99123eb0ef009630d3eb9519da3533f734ce84f3ed5788b4ffd5bc3b18a133956ab864f6f08e3d3e2ccf12bef70fcdd959ce093c4491783f9acde124edee8cdc94d799cfc8f19a7280ce173b3bef379fdc17c71ae1ea7af68e4f47d859ca1aec619c394f9ef898738abfe265f0ba8e49cf666bef16b2de7aad5f0adf2a37c7bc84ebe9dd193efae1dc6777dfee67cef1e7ceff82e2e28dacc853beaf9a122f2c3bc287ed896ce8fdbbaf393ddd5fc0422f9e970752e3749e1e7a5455cf1d08d2b5ee773a5df617e693b9eab7ffbc0af6efce0d72366f2eb86675cd3c5836b359673ade54e7e53d885dffc3b9deb6ef6e1ba3b83f96de305ae9feccef5db3e72fdb5486ea87ccc1f43c77093e17dfe3440853fadabe5d6bfb6f2d7dc25fc4dcf8ebf597ee47fa785f38fb15e8c036733f762e9daaf5114f25014e71589d2365d513e5127fd5dbe88ea6a0751ab7d21ea655764f0e8e5a235215186e4848b7680bf68c7678af67d4f191a385774227e119d584fd129ce16dd8e0132eca4b1e81def2ac3c7348bfea024d13fb3430cfa5f1783affbc480facb28ed18194587c4d0c248c63c3828632a41c69964ca446a9549cba3644aa2ba4c6d369719dbde8ae91335b1c85612ab51b162754a536c558ac53606c4b6a687d8d6be12db777f8a5df254b19fda29f35bcc6441e2485978da551682a338ce2a9425e6cab2d48c65694c9438b9ab8ad3ab34593574a4acda5423ab0e3b8b57498aacf5f115efe17fc9bae61cf12909175f2b4b593f7b8cf8f75790bf344ce4afe004d9ba334db605284a90e77ad969a5283bf38b25d8d358f627bb4a887a9b1c4cd29283ff7693d0983e72789087840d6b9088782b89b4e82e915782e484c65a39f1a38b4435f59698ce3fe454e25089dd582d092b4e48e2918b92585628296b5e4b4a6084a4ece927a963fd257546819c530e93f3692324d3ad48b206844996cb73c9aad82259b52572f5d311b9362741b21d2224272a5272edad25d7a940f2debac99d9c52c93f5424f9a1ee5230314a0a27ce934213557990562a0f750ae47190933cfede458a771649714da014b7b64849ce67793ad04a9ece3c24a563caa4b4ad40ca1d8e49f97e0b79befe8b54787b48c5b6b952591d20558d77e4655badbcfaad426ade9a4b4ddb5aa93d7e42ea82d7c93b85d9f24ecb45de4dc893fa39280dfd7b4bc3db8fd2d09e258d2ebda569b88b7c32da202d93b5e4cbd966f952912bad07bb48eb155f69bd3e47be66cd93af0567e56b7b907ceda895f6ed7fcab7c151d231dd5d3ab6994847fc22e9a86e90cefb4be4e71a53f9f9204df095a6d0a724618badc2cda9c3666cff3fc9775a6ac8910300, 'no');
INSERT INTO `wp_wfconfig` (`name`, `val`, `autoload`) VALUES
('coreHashes', 0x1f8b0800000000000003001f80e07f613a323a7b733a343a2268617368223b733a36343a2265653539643461376132353031393532303138393461343664303335343665623832323063313936316131643535646333633662363563616435386134353666223b733a363a22686173686573223b733a3135393030383a220006ad88eb5737878eb1687423931f09b29a71a1bb29a4ba64c5e8fa2400d0c90028c6eb9db078164a7bec68a2cfae8d25048da70d5eb2d73a80fb28e335c1970028d0129c98fa5a15fa59f7599840e04971a915ee9bc89723e1d154bbe1f940002bbdf93085dfa8503bb5504f860b27a0895e707c4e73a64e369264b4d70bef0034df97bc749d825c1076a651e7fcdeb91ebef4275fcbe1c2616a78cad2a6db00453d6ab683cbc88b7c9d70382ee60ec2bdfff705cbd6a4f1f353174770e583005be865b699ae8a4cd22db44fdbc0769e0ac3b6d603edec720d8bab4defcbbc005e4e9dd9e5bc9861f0651f7c4ba0b72d05e0c6dcb0d2cd1f1cc99c143de78400629c26469ef698b3ff257c779bed2a51723b90077c2f8a3d2841a7f3e43cfc008591a523e642ed35e001bf146a86f32423f5e06a219fb5fed0624e80f46af60090dba7ffe534281511ca4ba0497c8a84af300f0cbaecb57118442e5ebe76af00add2fb76a9659048f1b820ae3fcb16a95402f2029730309789aeb463dc88a800b5eb690ce4d3d6849d0f1322de07fbe3c65dd15ee8b015fe5844fe93325d2800b987f62f8ca16f2911f6f43a345db1e35f15c70ff8df2bcc94eb8e63bdfed700cbbc6fa625a7facc3fb9e64e578dd7c1c78f4e7b8ddbf56a0097d244bf391300d4651eb52aeb40927484c0b10e22e990e1837109c8904efe159235f78448a500e41139db7792698415f3d7ed357f82dfc2d00893a7c37d88ff04b41b68c2cc00ebfc5acc88bb7eed30b13defe8478723b443f7ff165a1d027dc52aa00f867000f7f92d6273e847a80a2868721a0f2ef36ee510f5f92165c8d77a2e591110780109b762813fc73d6946c846c292ce53862b0181760154674cc36d932e3542e301293697ed09c56adc01ed94f56e4ed8a45e7d305b509c4b58087393a42bc8890130acd6cd7344eac3d33b9bd050e23d8f279f9332e409991b13f8004466b2fd01329d0a2358492ca507d8ad55defa346c12630bf8b6882b4eab1a76ec19588301562a74d900aac16e8382afe1925e4605113170c7629dbc08fa4eb9f10af8f90161b177a95382b6e0135bf30255607c5753b35044e6b0131ee7be9f4e68acc801620221951d0517c6f2ad23a73869df3e6b7136bf528445ff359e943a9722fc0168b02601bbbc5f50413029df14a7b13b3a6059bf0649c2615dd516ebac9cc601853b42ad8e692e71580506f514e0413404fbad90e47507559c1c882bd7b1cb0185b4cfb184e7b75415aa5f5e6779aa7a47824c2231b0fbb38d557d363a0f9f019f6c7c1d87ec2806e39ca6c19671067b12c6f056c07e1c75ea3ca20644680801a66f2abfaf8c63cfac30dff1cec1781da2636c24870912119934dadd6d95b701e4c9f86fbebf601d76413aa711f89914ec88607b7266cbc1ef5ffb5333192f0201738dd96dda3f649a5ecd9430df5830e31323719605c22d6d6ccf012a80cf020be1b323f64c90260c249d46ceaa4b23d21422a86018d48886944d439b57640224c93210fee48e5de29225c6ec2a9c361d1bde5cfe6470f9db9b219dbd187302259fe05d5ad759c76fe58addbf9ffe9fa584a991f4c9723b47d0f711228aa502352014b7a17dec7828dad372dc3a612c7a6d4b8348317c2fe386d12bf2a9f10238bebcfebd521b50ada5e9e84168033eea02fd6c4db03b79e1e9f936c64ab5023df5064eab42cad95da219fed4753984cb610c99b6db2bb53835352398d6700250961fc57fb9dcca735a4688d4a46f0f442d783fec3ca075b6fc841471fd58025180376169cc0d4943d27045964be1c8ccf08779bd806b8ad1a97dcba3069c025c8d24ad7022b726cc702b5e8407bad51af57ba9af8edbccc298b935ff7c990266a2e3b58553cd044c9a6f173345fd78c0bafdd1a55518e3ff0fb071a8608e02870b08cd301848301431594c2452521f41680b4a36b4e74da6773a2ff00e37029a2ecada8f5094c183682e0b42c2552d13d197f2271e5473c1aa7a2b70bf90029bd77048619c50308d3495c344ed21cc0332e57bd146b019cdb97ce1a9f6a5029cb3498274f443feb82a63c786843e4c34d36e135519707ffa8e00d3c3770a02a096cb92e6c0698759b749c3bfa0499569e8bd7ebd413a059c20305a1df41a02a47038249768fb15c222640cf633ffaca05c95a370599551ebe1a38e9b4b3402a8911e029ac22a20e2bfd2a307fac28e85be072e90e3222aa8fa15cf9eaa0a02ad5fcfed76a1080c9ec6cb2f780ee4308728bed86c4c7f5bec7e7942d441e502b33108dd1583c9c2ed7e384af517f9da63d93ca71146687d85fd81a054638802b6f897ad6d0b93a6c9e63c611b863846c805272d992ae68c30b9b5c810c49a02de97b88ed8baf0fe4b0f75b3004dd4783e165d5adbf822d17ad138c58ec75602df4dfa06cbbb79554ca485c14bab0cf943cb57618fe55cb0e8cb81c40a833b02e8a530e5c4a02266ab05d090ce9fefd2270dcd8da4fd44c4644dc5d7d9f9c302f7a71d73cbc7bf89d8dab4f8192432f46a29c32c0ab227201f2336e4a7390a02f87fbd5e1e8feece096e74ba22563813c14d40f548d89f0f5114f7af5b532402fc8d87cf02da96a9f56d4bd832860f65b266e90b7465be34f99c9a081af003030f54f226f2ba9031df52f19a3f73e5df2eaeecdf09367fecf3ba7cba1a3394031147472ec06607adb15679601bb8c9ff29222e6f5b60d7cf90dd0d061bc914031c6e94f3e76a6ebc7669550a402c9b2b212575091b72650634d92b4a75502403294fc6791ae56760e94af8f5b2a40da835f86e905db653d5cc93a8c42674fd032c96574e8dd950d932d222c59e982c7c5ee2e58079deb2f0f1f22f1a2841b0032d96700663f65bf867be50a0b548b36ce511f5173a6503cb2b3706d9c619fa03315dfc2fc685ad42914df36a3aade540d1abc8472b53db66b617baabffb9640336948c06edf023b1526cc218ceb9d88233ebdf252ba4b3604856e606ae4f9703569e69891c0a02b03657b715fa05d4915c3ce74f0ccc456a32ac51f28ad7d6039675999ffa6903630de270aaabf5b4fb1151d6c71913ed999cbdf70c0d3f6303984cd954d38a95f9ee71671502a6c8ab3f1d63019772870ec8b8a674ad036403aeace6420d544ac22c5193d3249a54446806d71df10b15d028285a64178f7a03b6b9764fffafafc25f95029f083bc6809bb3458c7059f62ed5267df606ba5f03bd53fdcb0b6e52c027f7a258a75ea41fffe46b68fbbab7d5c991d069e637b403c2fbd064d52a59d7c2ae1fa303be73a7e5033c2129dc83ab854a90d8c2ac8103cb1d01dc98448b7e121099892506526ff8ef63118915d637ae7f0da6ba4cbb03e63e318a16dd885d9a155e5dac52c9a2124e46994df4e24acc2c98eff70c6903ea492e32209abb193e31b75ad83bd7a8be8231161ed481249a1021a187573a03f2ca0f12e2d64c521bb264b3b3b818a5ba801bc0467fb940cdca796fe846190409a85378ef4471357fbae02f77ba1701db5f573a9cd82b011c66f0317af9b8040f67a2a68b5c59f2fae26df50c78b3471f4f30c7cee26a0e6f5d2ee396bdae040fa7670c636cac8b50da4a110f3b2fe176a27758b0f656efabff2f5d57ec7a0410429c3dbd660e7e3a4ebecc1ea4466136a2d5a1d90a59208dd8d327bae8690411fbc2e72bad600cadc2664759626d9fef5550a9994d81994ae9daa130802604233e7cf886417c463e34b4ab4103e7ce0d7f65263a22ea15ba0b5677653f21043ab062d054e4502593403180908b1b1db40d8dc61a842c57f66cdebff58652044376c2e84d932485db07e8fa11b64fbdb7342d4b1bb8090b6f36db6c62f631044513e53bb13778f93f1cf02d99c7b18ca85ade7a45bb9f892a866e6bb1bb890445d76d1040ec0c9ee3e9f68e01e9f0311073aead5995233124d015e91aa33d044998888a9dbf0762a38e584272bd3f8ab7ec10cda52df48221c769ba3e7fa10460c9e55d7742cbf9cebaf59d406b7026bb9bb96834d49b1eb532b68f997fba046da6ff4994243d0b84adf9bcb944938bd69b26c4c7be4007902bd5a2cb14d004714f2eaf8c857810268eae2a70a78ef640fd9d6cebc1d0d2fef7ce922f6b0f047a3dac69bb0feaeed2201c53f2a81fb0d4c0fd1a1a34dab631e935c1aac7320492330d233f45c95110b7cbd84cb6d5496d24cf5acae5aa421aef2184e39c26049a08cd968e1f97436b8660378bcfd7272fb9bd5de469aab213351da000bcd204b5a98a3253114382e1c52b32b1c8fc66214f67d07665bd430bde68eefff09404d6ce2525d6ec2dd308d5295e5c8189a2001bab7460966b90e0b240a7839b5504e64fc594a46370a6cf3ee32138484236a5cfe0e3ece23d9362f1c2158921a704f46e8a7a00a74f5311137e4b0feaf8e77c24d8ebf6b054a1ecefc185e66c4a050cc6f81262ff124f779f90e0d0e1cd660a54c0feb2ad45671a55ea0df89fa3051db4af762679198eb0d8ef33d3252cd750ce41a091bb3d85a25b2452249aea051e2dcb5a86d869812715f37553113ce138b721ccc7fc36829b7056a1dd93d0053420ac0836e98eacbdec4d26f024219d32643c9eaa5c097c5c973f67fc0a16053b64d42fddd083769519fd1d6c3c70040c6581310479d259726a0eba904c8b0541f5a022167d9049d40aae267bd0f8dcf86d634b319dd241beb35143f5cc57054b4ea28d65e9d38c04bbf026149dc2d08e75d1a1490e719974bcb78b6e0b7e05540902025f6ad7068d2d989b86c925b3a63f9e37a1306996bbcb7dcd65dd69055a10d64f992645062b72588e0f6506907b65aabd6d58cec8f63cbc3aa64b53056d22fed88b293be61ff4e5d3a6c6980c84b9ebd4f77f181a4cbf9c5f3be9ef05797ba0ae72b7013e4b5e73e25653326ff548d68fe15feedb2937a1a99ae3d0057a5f6f65efd51efdc5ad79a75e102f3f683b407204e24b12141425e0e14c500585c766a8e063cb287cd55f5da0db55cccd926f1e7e4d45ffe8efd71b1386dd058bd973acf95270e764d5ce465bfffc2772dd356cfe97a5e8949de5aa808eee0594895897fbb8d46563324285935a8a0951f30b196abb68cf15213e2693fec605b41d73e883f2405a325d10a6f3ba69bea80ca85d284a0f7e6ef833ece0cf9d05bfd9801f81686a81f371da6fd132b1866b4cfd9b4a51a76300cf387c7f56dc05c94484d53ed7ce992bcb4eb91a9c46980ec77c2334936d3dd6faf3f539637505cb4191fcfd8a1f8e4e08dabab6290dc26de44d0641bccce644beb06f732c9605d5f0ea24bb8bf4674a09e1c596d8376c7d0ed861a1f1bed4c8c18aafc3777c05db6719524c680621f6b08131d25213f3fe9d26112798fd6bb11b44273a385905dea84b8d4161ac2dbf524813f654d205fffd13ffa5d5fd8aaabb283af3023d05dfa4271c5c16d500a8b6af7cc738cd28b405885d78925ae41916b4cf764a2b05e87e8653198924d98b3608cfee76679041d19cc008ca8b513fad6aac604a9305f1a94ef55dee302696f105629b001deb563f39b4c1ba14b6d122ad2ef7493305f1b9caf1502b9e3ef6d9815b070e21a5b5fe97ce3a3f8c2df7250f98c6362e05f491327229726b922b60bd4e694de7f132025d3cbe09be68040adacba58d9705fe4fed0b80330e8c35469ed0c85ccc0011f79ef0932c167653e7e70e2b701c060afd2e871ba799e9b40dc44a2a525409fc218ce6412696d51055f342cd744706163d5f3a1c5cea5d3e699fa33fceb740dab9dc614bd5ba15da2abfa0d4bd2b06185db280b5d2ae67c6895e3632f31c47a69e0d831f1253a01907850c7cb13b061feb8c69440fce0b57be11ea3a664cc37701b802fd95e0e9205d8dfd838b580629a5243d5803c16e21c310baae826c3dd840f541cd1918b0d3f1183ade5635063655c6fe7835f41250789b9bcd26f3bf3a0e569356e6fbda2d711358b9ea41063901c04de734dee0862db2b090a9747f0a7bebd1f5867d1eff4d491e060905064145304ee3f6dccafbb584c52e5430180362285bce17b281dc0e9eaaa3f5ed066f5964d4ce25dc20e52ba35bbb42ba9512f020661bb6083c33297c959e9f1b0688f5be785a9fa0d57140c9f5b6e4353161a514497888bbbc4d4f59c055f20d069c5a2539e7275aea0e592abda049f0371cb8b00343f9d47cfe41c2896fd8d9069e1c087431f01fb22334e7cdf6b4c3e482b90e1a80c12726dd0638d100c31706aa94bff59b6d393b3ae103c4cdbc8466c2c66684299399a40749ef9cb3cd3b06c112fe506f69c3e3a7da3d9044e18eafe4a430536ced687367dcba7b942c9806c6a6a44c0eec58c6192db097b05139ef3dd2edb68ea7b74207dd791f2f3f5a06cc297f071a7c9c0eeddef2af0b3c840a93107892be2ad4d7f38efdd769c40306d6e32ee2196b54210608c882f73d0134a0dcc29528fc531550591d421a64be06f396d5c96099806888ff609350a18f2acda4b9216a316d21967e9d054aad8e06f3a67a02f3a27ce0eefde2e59e9d08f7e6129d2b1957c6a3dc5646885994d7070da64fd35d058e0781593c8d79178c7d831abb3ec9ba48a8aff0497cdcc750070ff4e8b1dfe8aee04262a5bd65d45efc9ace883b565431a8ce636aa85d206b072004706fd6c0ef6466b9c63f0cbb6a72a3e459e5158f657cd5488cf7683edd072c8b651563de17a196521817fa657335042d939ae0443dc7c4fb3cf3da3a0c0733e3cdcfa9914de7f19dd43ebb1c8bff72ee0f36cbd4a4d0f4257a8b75db870737fe7f7dbb46cbf098c45b7978b1af5d6b04e1c6ddadf759728387d615bc030739a349562c430e328d229395c9560f1fd16cb79770885d6c32a21750eff866073eecf5044b70d4c701d69a4a94be99627677b060eea902aab52abb77e9a0f3074b50f18b1478112a0fa190df9900bad44c4ba97d8f66f345d98ba6b9941b22076a4c38c7108c49c3fe388e753da8227ad57e76d743a4b1a509c31faf24dbcc077db1cbf8a9b62aca98f10f98293e3283711da4966513a5805e0fd5c0298c500792038d11a6c76efb476652f4404f6c2c3e6976c43ab060c47451c62ab7382707a53c93f30ae38bc10592bca04af21e8fb73b934860f751d89d1d367018197107beffd861f325ebaef1080d86d80910fcec2211851f4118906e883348d8497307cc3a59a5a461c165301042d2b279f55070160aefadbeafa899f20bc621ce9b07cdffbbd926b0d6c985274dbad034e39a429f53f8dfc92b27a534261cbc240307d8a1a10ff35606670e6704a4e113106fce1efc67107ed90beb106d2fe0a11c08122f26742be47ff9e273d77fec1cbee4d422233a5aabdcaf34e39389265f1508200fd59c22eeac7bebb7b6534d4db474f6590ff524b127e118d63977945d300826dbc70e01c736227846f07c7760411b5a5f2b764c0d7db08e4edf50e5c9e608558476a1f1096c2c73a8c5d9220d0efb6d039ee860bbe159d793af5594b658085e9e4d0373f7970f8d36529f4840f116092689e586bea41342c7789ef6406408c65210022355b3f44ffe50679b9e731e48fc6fe810296ed5ceff577213e98108d839b402317b7ce9f63be90a241f796ec89a9268154d8b45d4d13a7a9fdcfc08e01f40af88c1fcdc2a391f56150b9bbb0e8ccebcf3125b45a3b642757d3ca808ee84b11c1a23b664b8341b2afb3f0b989ce5b864aa515d0442782e7c3944f808f63a0e6840d6c251ffcf2f55002d7c5fdba231f9670b2df12bb419adb7de7d08fcd498215e6942b3d0f24afcd55c57a47f5d9066a71b9c40034085771ba33d092e1b185db619ed6b5a3114d1996d16d247f582fd5dd41278e03003f8ea95c9093634b513ae88e720b932061011444dc84de224cb0de6be90699300d401ac8b09385cc5ace7ae6af9419281ca9435d12b589d0cad9c6f885415f96db05f037c0967295b2e89720ae06f9469d77b348a9b510a0d1438488c0d665812f0c0e8040976b66cbbb4f5d9aedff7062118ff16f0b9ff5080b26dfdf8950a367ccf944b097ed0f543e8c8ab990eaf37a406e0c33ac0a3732675cbe4d908ec816ad4cb7409a92b13f67b52f483e4d3d984e5d4cb6efd742cb4c79ea660b595ce7c55ee9609c32cbad4354b56c5a5bbb0dbabd41ad0d3636acfa335d4ff856a87a310a96b09d693c5dc1ef1142d8c0a715589cb69bad7cd2d9b24e068192aedd8076d996c09e5cd57bfc741b6f4fb324c0368c060a0aee269b2256976e49632fec3ebdeb409e656076898d0f04c430e898fc2bb3e121155c6382ec560c6403c4b10e9e36809fc06cdbfb810ca5525c54fa8480cdea1f19f851f40bf1f7e785c36cec47ee20a013cba3a98580e866806c7514154bac0efecb76f8ee17032f5b61fb9383ef80a072a84b23c0bd7f7ba1bd3b3b33f484d8db22756d5e9e8904ceebc275b52db0a12e20ec31ed4565922d7b30e121008e85cbae85892403b743c48ead5fbfd5c0a18f04026d8ea5b44715315de04c111cad303f0ece04297d74e2346894285e40a235c981de92cc12df62daa1c2a174e09568ad3bb8f2be4d23a46e720d3b88b0a2a416e9584b8072e5de942e9c474fa7683218957d2a74d77069239ddfb02460a2b505f7451ff566feafa06a9b2aa376eff0a7a23f9181138cdfabad2dbdf4a0a31563c1557130fb86bf64ecab95fef5135de7e0893c2bc8eb887e0e9584de80a36c212a96b35ce35015dabbf9c8e3872f22b983efb5c1037fa7acc6b2e908b0a4466647650ff668e4f106e3a9e9398aa6186e5d0b3c2918a84bb58dd0c0b1c0a6cb2c212d8a2d273f64c09df1f566e7228f2f0c222aee262a003995ec5a7d30a76ad3fcc75ec0609d2c8c866df68151836da3242fe83e83ff1320033947da60a7889e76daf1bab856e563d4f440fbc930054addade172989cf55dce3a91c1f0a7d2ea29286e5d7f776e69665af0ab53fe6b02e7a9faa4585f0bbdad02bc9a10a8b905c5f3928f4102937820a9711d62ff553e6e027e467df83867695a304c30aa13964a3c7ec678ff07e4096a4ae7ceb422d179fc1b0b29cda90fd363da39d0aa40354c25b4370b9b1a702e2282cac5f562be44c040ddba849b9fc282e88840aa573fa0648d77fb5d1876320eb2d10792f2f14fd3f870dae244dcca4156a330aa703617101594bb44ad294ce801870f91a4afc6a90af5c50c70e98c80a05d40ab6afdab79b746e8c0d8945616ef28e4a3b7d28efd2d299a9f1c22eb0c4391b0ac1fb1e20c55722ed880ffaeb77178600350fd153204e728fcbfda98abc9a680ad743e31cd930c4704664f9b0876c9500bf9e2275ea997e3222f554afbd701a0ae876c95b1800c708f587585a707069fd2e01cc06a163b93b7e260f8c86ddf80aee02b705ce26aa296834d05f60d546e34c939d3c97e33a6023701b66a2ecf20af9981498db525723de88b41c20e5a651a5c605c4930334455ba327c47a93180afa876c185227e5ab690bd7414ebb43acccd1ba71119f2c634d755f29ffe90d0afeb7532fb3d2ccbc2340a6eb25f4ded32cee756cb0e8bd2474a1b8855496b30b0d8593291285836bb312cc178e4fdc645330e958b17aaffa865ff3c8dec2140b36316b878f4b28a3e15d310cc87a08af756b7052b621a289b38d8c975943030b4b99162edc63ad7e9df5aee10bfccee05b02082627cccc31ed53f153ffccdb0b4c7bcee77ac529aafa2cad22a777cd57cffd53b28c4a1cc7b2fe9ed5c14bad0b53c1aab403c075e1be92b94d881cc26363d6cdde6316644499288b51b1cc0c0b5614711292513153c22f6353285555b9c4b47ce71e7b22d7b3fe1d4e8779320b5c990d61f295021b12085b844a3f5403d3d0f03fd1ff11fa47bc64a1e628730b68d81a0eee55bdc31ea65f0d5be2159aaf0ed4cd3a45b388760e81627bb9f00b76828cbdce16e35fbffdd8d6362b718e91e6a329c5ba2831aa29a7e6e8b12c0b86a9aaa211d4ee74f4a6420755492b02759b98c043afe304c505b60c8552900b919fe35346323e1cc23360a5fb76c91cfe27983a6a7328819d2d4eeaa716b20b9ad6a0b8ef96e716904ee733830fec1295f43ae256533bdb06c5e143540a800bbb5da0fea50e4387724abe08328eaacbc96d35435a8700d92f401d4031df310bce1f44d7d5ae361c0cbdb838670a2965c4d5da7ae9f16ca831f94d489b91260bddc6531ceef02e3ef55591427c0816329bfcd39c4f557dbf01da28d4b0a11e0bfdc07accb9c63deae48680ca306a32a1340a3a87b257936e8ffea8945c43320c1e741e63e732c1acc4925a568652eae9a1835ba7826c1b23347fffcb7fbb3e0c2f1a8e74f9a4c0ca5ab9345e1d404da1428192032950b952f1fd12b85b2c460c2fc39d25329173aed45ac84f09d0d76015f49bf4fc0c49397aa0a25aba1d0e0c31ceb5a2b41b450704fe80c26c7c6c68acaea3d9ca5dfd8ce43ad459c588f50c33099a03a7d319ec5c676dccbbf1312971042b23e398f2d962e65e7f3072520c5eba9b7cc3eb32eeb6a50ebd5a5763e674a0aeef56a2cbc190b4d2b07a986f0c5fd2b2bf88596e2c901b7faa4a9aa9a9bdcecd819354c84e42ba28d92db1a70c6944e4f803c37282e8b4c8ad2177087a8ff74c7ba9ef4a16d11c7937032dd10c6de9d703e19347e9b49e59e28a5ba8cdf4e36bcac8456e2306580176d569870c77f7528dbb3a9e4d90374bac0b6b528aa2440cb795ac912e84f3b2a9204c390c8cf425b153f7a8b34a2a98c01996856e27cdaa745ec0ced056c9b9c54f01870c9cc6c7ec2af3289c9884b78a37598b11ee28568d0bdd7a7c2500276a8db7d50c9f191563b46d9b88f6292861f58068d83ce681d204889da2a0fd3c989a451f0cad6c81f8f7d8b51712ae2468e75443eef4dfd59e4efb386bf6c8bac90e99790cb72a993c490ac6d5ff7fe407aa28f890c8fd7880249d0812ff15f043050adb0cb86d9c2d42eea9cbf3ec9b0eec5956416ccdbc32be565313fc236edbd8f2580cbc960f8bd536f7c358ee94199be2f14455c854f63df596314fbf40f82c78d40ccf0efd9288dd07b3d920d829ae8fbc0d8f0c26dc6435b7732f2c9722ec64b70ccf114e6b9c914e3d2095ed5d98d9a4122e8ebba31f328c6e4b08faf4d6e1690cd299b0393a929cda0e8f0f454ff18f5fe951d6ae3ff66bc61b2d0ce08ede680cd45fc84abd2eded926748f38f6266d4b582bcd43b7c6860a21913b5b026f560cdf536d0728c5b331974f5a7dc46d325f8f370131ee5d538b16a40809c778820cf9773232b39a06b90dbbb3de89233c2a51d066fb9a0428a584f5ad0210991e0d1103858a7dc0e49fb92d56b1dbdf01b0de0e2765434319ca85e3652d322c300d2969729a9a2cb8e528a6eb552cf5e63de64fc369aaab415484546321a6f0130d313f963b0749429c3d53b1f71a9332cd90d6a59126fed7865aa442ae11acbb0d4ed317e64986591b9bb7bdf89906d4af2194c71eea3629acf10849a35910030d5169fc5e9a1a427cade4661218b2914391bfe82d2f72b1de55c759d9a2c5420d58b75b63647053733319d3252e58f3e57c024188ba04c477fc9823284a4c1d0d5d98456943fc147645c28246f384997bb7f479447caaef9d9b4a180f5099660d61827b70eb39d1d9e5f328419629cba185ccae53505686cc7307eb36ec23690d6e750e8f8aee3a114674071ab1a4225039ffb5b87150be899c52b8ae5041a00d87bccb6b0e953c7657e050e4c09c76aae3672848d182b5a2631e8e062b64370d93a91ef143a1bfeca4a228c86cdcb66ddd883ced85bda2b4c512935adae7c80d9459d3f874da575ea4fcac7d724978dbaf1f15f3ba75868d24e72f644d6bd80da00855fff287053aef77f6e7ebd42cc8cb11df26e74b857026e11a9a8110d10daad74d9e273742208e4d8fbb0766b550d14cca424b6f1a2153f34ac2c2ba790db054fcf240d5f06851cd1281cb464ddbf0a08fc01d5dba838296f99529a7b30dc29bd87fd758640944110a15e8a3ecf18e01ac1b71bc6263f71a177597edc00dd993a303d21c43372c9abe3cdcfadc70ad2ccf4c16f9e2b57e7259fa7323800de722be2871719a36e75a1d4e86e8b40ccfe696c97ffb96d5c59f26e568a9cf0df20addeecc2a4a96d43605b4a4a9befb94565eb1cf251457015c0fc07903ac0e00ccecbb401b3a1e0c834743d11629cca68ef67c753920e85a3c50723f73320e27ed683f0149c6cf49ebc2337a28429f47512389976070e4533a654ac726840e2f96ca9de11c61c98ba89360eff7fe0a198c7d1efbe71a5c78d52bc3475c250e52a3b5cd4fa2a436b3e0fbed7deeb0e39593e682abc4042d1caa467ffa6b520e56cbf0a3369ab70583475f650dada622e47dd5515e7506e2d5f8c0bfa359740e59ae15908973124e6cc96402557cdf0737999174ec55e0124659809bc86e880e5b100bef0ad7a71a5a0d0ab2c282d8f1642ea4ab6a6914bd0121f6af81e3210e61d449575248db6ab077484242c7ed95ceed75a45870130062e45565d2244f0e6b9235bf17f7171045407917eb57f967df082792c929328cbed406591c5fbc0e8113c13131cae61281a81d5dfb515bafda372afb619033dec7be1606da68890e88944e6742a0c17f12adee3773dd7cf439538589d2080212922d4cb7140cd10e892ca155fa8eaa1063815cebaf6b69109ab2a0bb367516f8e04a0a02332aac0e934b76ca698404e5418f26e03492faab3d8744e9d67121e893b8d6a7663b340e939950e45ab5f865b5074f219876782e65e8d33897046a59a6bbfbe7df301a0ea206b480e8508550310cafd4532fc08fde0430903feb5521f5cd9d880ebedf0eab82527d054bfc9ea618a276591ccd0f3373d7e5c89398d3a81c0d4e8507910ebdb8f5f21036b03f3fcfcff65a9e917688773d32483af529782eb0f4ae87b30ec858d9fcf084428eb152071b9d907bcab112b8b8e6f619664a2e70ae0254260ec96f0b085cc5d44a86c21f74ae4c55cb0705d56fedf5df03f1ad4cb6bf7e9f0ed02936d3184bcf355324ca823897c7ddd7e2a1a7356790673783336c73751c0ed8beab7988dde08b5aa277daa09b1c1e30594500e9e5cf13a3e8baab0c695c0ef97fc2de0e7c92bc9498cd14153789d9777189d23b1e2c7292ede44c9d58e20efc86b1e7c85c333571762e52dfbc683c3ceaefab149174f768448a248cc25c0f058fe72c9ebb749d005f6792045825342ee0a674509a5dc83e8e4a135434120f13dd3da8dbce5314682bf1f394be6a4ba1a3f3dd216f3a5b72b3fd05ce680c0f316c2479882cb4ef196070974da5c76a105d23da57ad4291546d9ffebd03b90f3767791aa4a05d014ffdae59a45480ad17f3c162ae501ec79ae6988188fa110f46e24d850428f1623bcb8ff44b07e1f3e6ab67ab26120af52d93fb6e7a14450f57597e1d9f52881a892bdc7de2ce037d475a153a2c369c87a48ccb9567cfb20f7702e8ff116340db328eed2ce9f2d3f9b4b650b130ebedc1bae9a6cee3ee8f0f7860d5819e88da645a76730cfe2ed4c46b8b7f92ba85de1a7fa635c500abba0f79581e1793a724c8f56a14eba48b88d64988c2f638a2cf13cc0740743ddee40f7b3976d4c63e3accb74d1ad4cfb59194b1b80d42749d0df0cfd7cccf0c33fb0f820669bd8430626ec2131e1c01d40c6a3a9e244c20816705ce1e83720eb4610f98bde57fadb182f67f9a0884748ff51e4320ff59a30a99dc4881df01fa24240f9f5483cc9e7d5ef170664f5dc515c7ad4e33ad250d5c8ae02d08d84117b94a0fb08d3a101bc25962cfaadcfb816c9961186a266457f938694b9173e09d35070fb511095dd4dd3fbf213271aed107d8bb7b173fc9f38ec04497c46ff6206eee0fbb4f3d9a8ec8c52b16cbc167d81c6fb4597118a8617cde0a6ba8334ca723990fbc908d4c8b8beb4ec1b77def9c1af81045e5f94f5c30b875c5ca464f521a290fc481a7167fe80603843b53a027624e3c76d977fa4c53dabbab735481b3c57c0fcf3e51ebce03b0cf697dda47170ee5440685a38e37e111a04f4635eca2421c0fd74e6f76d9dfc83a419d165f2d3306a304fb781a4abc421993406b877935300fdf67828c50874c2faf284ff5c829d447992ee71fb5054784a88d856ea384450fe322ea974cce875f0205204fb56be02bffd30f7056356d0a2feb8298dffed00fe993cfc90aadd751e328e7f0af023bae34f4c18f2e9d1cf3b8f2605287c5770ff2e4c4e08623cbf23f7a250f44309fca93069a7f128d38bade29c79e98b1190ff4168b21f3115493ba0e751f776da17435c96f0acc3241226b94df9a7aad030fff7c6c53c95070dc6bd447c64dd138c7fc8395a1ddd4b9cddcf666f245cb7810043bcb9d06b1a318c94fd85bc0f7f3cc4a60754fe2761e265f19dcd9dc2d5d1012aa9b83c64596e73b7cafb57824a0e5ed2898746022f2edf02f1a3de1603e1026ee876f528ad6abd9fa1faa091fe6dab20ceee77dc65a0977e925fef628f0102c533951369cfd49abdb8d0c96df02499affbcde275b227c60421245c426e8103429b63b0de5ed3ba2293671693943f4dc32e9dc74d61e643634904bd5aeda1041d85529dbb321a09ea150646c77e42bb4feaf3ec63b17e7a01cdf4facb12d10421817b6a9ec7896dbb3c178a6140c911905789544c55442de28fb44c9c626104cfb816814798afb4d4c295c5648cce333065f40414a21ed5fb0aa64724edf1064d247a29d073b9ecfb7f036c13cb3e1b0f2fabaa0776a9b3bd456bddb3464106854560a69d08e24bd16a2a23e2c030838ead234c5dc2e851a5d3782d42357106bcfd4b7dc8f3eb744898c1f1d6ac32c1d7084c6fe6b7e2a8aba04aedd1364107de7af5bbcd4ede748f9133fe2694bb65b14bc69befa2fdb0c28f5af8be25e109e901f5c828cf634a2169e632d11a1c3c89ca1fe29f6cd971eca0513dbb7f510a2d240632eec565f3b71f6a6aa3a754df8addb58aefd9c625785ec0c5a60ef10c445b211d8b60dc753e8f16b791fedec25842ffe2d918e755f4543a9023f6f10cd5467fb4e4c43224def361931c9bfe45c88297fae6a8f69aef703eac1f15d10e36da586628a23af99ab3688a7437f3203a097ce616fdf321ce1a88146fdc310e4cb814cd80657a194ae250d564a037ef8708ced24a1c10f9650288bf1718a10f275ea4630427fbafc948e1f9f7c8fd39d9ceef5dd6cacf8e192577ab39636111dc7fa00845253e93b0d73f27dbcba166f258aa9584f775209c95c981ef342111dd03b7adcc0d2f50cf9f16223ca719abe8f6ca6bc45111081f48853018c5711455439762cb457d18b8287dc0fca804b4bec98d1230005aaca669be7be80121147ba7eb58470c8e86f5071eb39a8c30d624c5c39f632d7aca786086e902a0e115050bc0041a277833a6f48f05252884553cc4789c27f13ca8f542deb612a511166b12c53bb37f4cf719dd4cc933ca6552a223b62be7292eadb5eb02690c237116af946c59116f8fa8701c0d2b1040b79d05a4122ca598c211f9509143dac9a11793ba82606db86deb95b7244abde62f34e76958ce3a484a2d50aff1a7772191189c46b081f48751745a4ececf44e12c1022fef4a59b792fe67f65369f7962911944e5d0c6ff2ebd57ddf303c81c1192cc4edeb65533c152ff6dc93380743d211a954324986551058d06a46eabe0d504a360bac105ced642453653d05678fc111ae98f8db9d4adeb053b730bc0ca3696c897777ae34048b3a99f8d41fda224411b204a221632b339d629f48f01130d0dbd1d16023a07ffc0bf8001a417ae31311bd8ba58f803d1e5b95b85accef0d8b8be723a64140c86633a808315f3c1bc811d1ee1e7681a3cfcbfc28514ed0dc5943776fe9cdc0dbf47d7aeff62f902b7811d917b197ae1a38d5eefb33a495aff3f3db8054c1d1912fbac72aa8325ec26f11dcb0ec0aad30fcfe00d304cf31ee783f4628c9388eafdc56ede9c5d92f603811dcf9d086c0c28ce3d71f74ac32d43ab25d02584b2517d709454cadd8e5849f11ed8e741fe9b07e14a8056e4605e70e5e6dbadcc44b59c44e05a7c622e3e80311f10b015bddfa4930bfbfc4d5a128809dc61802442d68140171a604093c0de812208074db6852cf1c44e98650c23e28d5462dd1243e5181b08e412a306c155b12482277f811ccc7d5cc4f4129370d268b8f3862b349d204e18c7b62c98f2c5712555b94b1b5da4137ad45ce0f164f78c69fb13a59a7c37ba1f120949d3267fb12587ac26ab39c452b2dc2c37d5ef401ab8364f01f2ea71822db18a1be07855c125ac1932b6a7bdc6893f803f64e9e2e6db7dba92bcb36999c7230c18502b118125f245240dd8e916bbef332cd57f312125fb787bb55be83b3476482fc93abf6126a55d5ca590db3b2dfcf81fb46cb082517ce14f95c82565b7a8cb437b6e2c2126b4f8cc15a50f10f93a7aa0ed1320d5c9cfed27b4e5bb64d3e5f822e3ff7c3127062a71febe4964e5a83ee4926011dea392a17cc563f9e46d20a8e9e27d0cd1271b4e358c57b34a6619bfba9cbe734bd95bf85153d50d4d29e255e5c24b6fc127266059a927a98033b4068a7a2e8acac26a7667bbb8a32f05488802c4a67811274980c62778dd67e41659e44b2e1f9316b0491f2e7f16e0a6161e55de88afc127ec405064b4f62bf8f8248d6248d280efbc0fe0d5fae0a74a46c11ec1d09f312818d36b1e04178091d90373029503be7a40031bcab9c4d7b7d69d5050513ae128336f7dea768fd90a5c9fb60f447a7c6f6ac2029550dc93a704b4286ad525f1283fc45d4df8d0aecb07d484e66ce8d302fc18f2c75b6def80549f8c0c6fff21292f529e62d5b00aab73dd6b93f1fa42b3b51a619852fd7ac572f157bba98df129a6c444105a3841d55c9ea520370bd726d6d0d4636eda913e3fa8cd8b7880e12a8c9472543792ae06d3fdbb4b62fc40d21d1ffcc078519e61469aa41484b3212b0efc41b773a13db252ef33b6a40dbb4a329481526ee9714025291d7b004a312be028e157771776d769c4713d4d4d6c00e5097aeaaba33fcf7980dbfedc7a312c4ed9052d6e3ff7763186994061e4615f4ec7a9bfe0d5f633be2511141de0412d0e84a52b751367dae9d8c25990100e3927798859d5131a68d687ec742b8a712d5f71b1e7a866424dd5cbeefee340c0242f774896e35724eaa60d26f231c3612d7baca8c8884b8caa40821ed67c079a3a5c8047be538e3c4d9a2f7e037190a130aef51e81ef3c034487740abb305383c536e2d4705a2614dc45241d3af8f8313130495a2675431fcdb5e303eec880d8e9c8c12f110e58ab8d6ac2b29ded7371314585b5fa775d2dbb148d0d85d1022bc02aab4c2a160c4146e728b586103d5133be33f7e918a52b99e7133fcb8d9bdb85220b1070ca9da61e57200d2fea942133bf6b3d0b594993da753c34064637f1b5d7252d6bc6e98dc20d73c1da1cd36133c63993d4f5293f013c28acc7601b342a26e7c4abcb1496eb23b353156f68113534b0e0190c2361813c79048b0f269d449a59f20282e664f8bd364782cbe3013586cbf8006dc4aebfa2e11d32ac44a739f39c7cb269e24839ff1c0c80d4ed6135a2f12ae1861558912c68f6011b3648f4c048c3fec3e437cc914aeca158b0b135e76f2858973825f258457dd04b8ef0d134a96e8f32ac41166927a4be098481376ae04a44d2cbfcbc42cf5db7abb15a6e3a1ab02ec3f6a6bc1bacf5bd7307d13925362ea473f653f713783b8a29c23706adaa5127cc9a80059e5ef820581dc13ac6a0bc0d2c256beee2261d33304912813a29bb8868953bdd444e691b2d59a13b04f7cf861563315458746575e406c9332fe1c344bc2cc3c5cd82f231abe8113d54b11bade057a4d9d7223bbebdc369d68e6f471093ab7407fc4dfae9b0dcf13dfca306cd29e84b7ffe1c7e18a36ce6aa5a4f1ccf85a6d8a1663fa83040cc113e7f576e090bf17abd16be04e0b7583ce395f517c4eea2b4746760ea58daae91415c31018b928ff10dfe09c8db87ec6ed2587c26672d97806bd2036086fc70e1417fd965d4f175c939473974d86d60ad50b549c9432378cabe9176fdaa00243141fde6760639f99decbb06dd5757061a05c987c2f4aee791ba732e566141579143271fd74cf40579f6be06d78d947cac4f0b056cd92b404d7b5a8179dce707a14380c5e56c8d31e8bf5b463a77fe4abd9c3c38c3f6f1b73978473fee019c853146bf0e8a88dee6e218ae3f23e789b5cbdf0687cc02c1c8165b4303f88867334146ef72ce4164c6d75998c1adc085ece8568557d311e7d3dd97aa302e869c1f114833159011dd8320626d4d0db917041b5550ed8de1ca2259af5a7e21c9866dc14a4473c822b484834fb797779e9aa27687ab2780fe1fa22b676895cf270d22414bbb813626fc099296348fa7653dc19b5166e5fe399128811a52861a4a7576314cdb4419c08fccf606b0cd418ad42ca9cd1ae2c32a38ed7f75388d85ec3ba1c14d213173298dcf54b0ad8621d3d80c74670bd757356fe39b72d9ba72520ac8514f444f1b1eff51ad1a3303fcbde96bf0c661df37417b6aa26dd212d1490553814f939650a2149394b9857f7abdcc7bc023f5fc64961594f7267f759b3cae3e3150bf12f9288bf7e554a4fa42ec58023b5f245e18bfffa35b42a8a2743c51571150e6b3f9752b330a99e7d3c15ddcca4a1dcc1f7f82e168120b9b6245e24be8a15186d18dbe677debb602e41c35f5b0ff2a67245a3e55d15fe4aae23e9bc03d9152bdf98a334ff0244bdb69d2c4504e3b9ebc7a11e4766f37935dc9f4089886e154658fc45678066e458dad83c3471e9b32ee6e0105a36b93414fbc14e60b650154ef184a1e1ab09dd3336c44d1e04910eacef5b06cf79e9465244d36dd6df3a15846de28f5cdffbd8ec142c5408ea3379c8cdd23f1dcc5090bcfeb9d4882b6f1598f38a4b71726195e05593576af76a883a4db1dac953ecf3ef4300a815c7d01599459aba70da8e8c553d5cd981ab07322512b1fdfcca373242af039539ba0f15af1dc165947c44b6e37b9bc53100be3e4e24da292a501f8a3c04ee94fa948b15bed4e4396b0fd1f1cf0d073f72cac7fe0571511b65992db53d82f9bff5e6fb15c702d34f7aceb3c2327a219597ad2e8777e01f81ec1a4650410fc0a618b95315d3835081876c965ac54ec0e9d32126809b085177f47c10be633b002c32886115daa255f8e8a750bbed9e721459d46f3a579a1f3318a718962236ac7578680615eade10f8db53dbd8a6aeab33295d5495431fc1adcb8e3142b6822224cfa45f15f6595b5e03a165130a0e0687de18341c31a5ad4ca7f248dda9e2cca8f2153c15fae0d25760928265ede2bddbf6098e55b0269c7af8d5bf52fdff423d50874b1609d20f65fcbd0460680e8be070c32ce5eb2d6e83f97d933b469bf5a5201a1e160e6cd1edfa47dfe2b0afe2dbf730bc7563aa54e16e55a708bc1770670606d3162f71e840fb13c65121589f77153ee3188b80c637be2e846cfb0438b3e8b5f21662e548410b7c5537b8fb6ad0acb7a4354c5882df2019f01498446955f1f328166c65b9512c85c09e90c5d7ed096eefd26182b254df8c43c4d3802381c6c9dc169603d0c6400783fe0f0f17f26229a8aa90e818a954c1b3365a949af5be30b5169f95f411e7f00c14369c77fa26db0ca266b455e2bf0abcfd60920c5672997b16a6f459559aac225631c409c75dae39387db42e06fa400bf10d665bc99626fe16bbf3d6315ebfa299f51367c29e112b106656e8fc603629051609f0ad35fa0416bc5afab760d50da97780b0c531ae5213fa2806f2a8e121b2e6404f8b6d0a2e16bd45ced90853fd066a9618cdc90cff8506da72f44b1b15c5ec1008f1e5756a16c6f7d80f2589f670d8d6419390f5888ca03958633c5f3ad1f76c1223a61e2816e5c780762901c9a30f982c9582c4b9b88676caf7562da46efa9e7ae257f3ac16e89345d232e244fbbd7fdffb0cfe01a01848fe21167e035ceaa9a0164608c116f43aa078faa2c0353d55440acfc6849da9ad1219b560479005caeabf58e874170106c196be2ab5b327a0f3ae1600e734acbb3f8c602820ddb8a479edff93fd17040c69fcf95628d47e6e9288265e5654e2536ed813c7d75ef302e045a7bd791709d875fb006369f15e1b5375cb259944aa7b176fe478d55c0f341227813196172d99839a6b2dd9cfe0f6fe95d3328dc254348cadb5056a07dfde32e43afbab173070e9c9fa4726fbbcc66fcacbf9bcc0414de371c9db35cf40ec3d88c520f81740a8ebfe06e233d9231ad0b62f1b2a740dce1e1fdb36063c58effb0d8849461750e27881c74e5ed4012b873548395f72a0a9b2e83fef4d03cea99719d4b4c31759b5ba3544602442016679c04903d3539f5771d89bc7ebbe72de63f957a3f217771afa9328f2e480ee898626f03d0d99654cd07c290105a81661a2f36a2ead17a256f2d44336c095ef0db39f64fe0a335b40ef0d06d614a9199cdc840b275117b20ac592a92ba04ec141cea290a2eaa43a5788a8bfe9e0f6f9eca03c27a60c17bdbd297701b25808f3e4fa4b48dab1b0d846736d4ae29018e0a302b8019a9c17ce13566d8d73952c555cfe72b41b0840b7fc1c18457feeb49896a1fb0701e517d6e31b64fff4fd04e6b81e92530542b3342ce40be4bff768d2c914dc9f2bad17dfc87bcc9772857f7e0761f641c48f639f1512c54b8f416aa1544794952f3617e8d512ecfe060a805dc53c45042640c7b7f22800be1dcb611ff07b7cef2ce91817a540ea6861831d5ac7ddbb088cb9891d94b04e2f465d00634f4a68e4c39918202b139b041352be612c04a6e6a96636870eca15970805215ca9492643fa23184cba7b340789c51aa0d85502fa98757797c012158e0f27810ee79e9fba68a218a037712f225dbad4e524ee901cf9263cd4bc09a1511cdbe159ed9e299db61e18a9844e33efef1cfd24e3105a832c21f0c70f3cedf1eb1cb0822139ee22dd1218b00d0e69002234df956d6cedc9152257b14b9178a79a4930240dd818214c3718b303ae8aef9b4b33409a99225b719fe2efcbaf76e83120088da9ce4b261e2e18c55dd0fdc7c230d69938fc91ca7023fc7e86f55c6f1cb1d3813d0b31b314d518cdee442cc4f070fe09dab1347aceae29941c1388e4faf54692ce0d3878d9d518cf4e7a24a20f77469aedbc6dafba2422989ba715ae139294bb025d58b0acac18d665f5fd1d2211f83faa7c32fe5909c58c91f8a2c874ac2d09f9b90c16fae618e0a39f76af54d1d5a8a2e6833248606fde48504f6ead75447052d6bd18158018e3921b155286a06e4f06c8c66b0132cea940371e202713790eb755d9994b3b18e4b34f272cb7e27a429bfe6b103c97c95bb6808971fa6aeee3a35c2d072f3a18f810404913f4aaf9c83a377dedba2ea361f209cc9107484dcfa9043a0c107f1906af439701f5427307f0e6f8d28068c7f550936c61374bfd93edca6aa1143919097146e7434fb48b84d7fafce5f7aa63238ab28ae6fd12a0790dddc5ecc6e9190f9a3cd5a5866cbd34e09899a41898d6ace128bbd6eff3089a7709bd5de1ef191763b9e6b04581dadfd3b7d16e2d0b1f1b2f405b9b7908dd7a1b07fbac2a04191f9a28533b921377e04171d65ec83bf1f554c8ceb9d8165b9763c2f6ba4a1e1931573d1c909f443827b4871d389891a4a690771a60f801bb167007f01ec7591936947ed2fcdf05d7eddef6b5befb8e985d87ade6e9c5bdff327e781d564ef41949522d5b84d29fe9063190b9f02e3b22bbe9073d31dc28430c041b5d6528bd195ad513c07cad5ea071c11ed22b4413bdd67fdaca4969e4c8185d848fef427819642d7c355143d8c976ae9c2cd13fc9611d7f8a64dfd3f611e6116b07568a04197d3dc103ef94f4b099caf9109df6805395a85e2214b9e9b0d8c8a868ede03a19861670095a3940b3b7530d302c7460320404b1706ceaf373991614f7ad57d3199cafbcee29aa308a06386149706f708441fe8842ab17d948df37a24d99acbc199d7f9572bd82d1804dcdfb91b168dbe25679428350d5233afed2dd874c783819b42999cdfb20159f14e14aff864f62ee00ea21d858a32b63cd8eaa058db1ba19b8f2c7aef48684d49138d04007fff8169c47c46807859a617236a011cac87219dd945babfa2dbf6c9497c02b128b93e301273259edc9f355827e6e5a99e18419ec5b263ec57d38de14d0f39196099a2c618b9d38c2bf64ced2d8ad3e2e526219f505ac0863c074c4748a4d029b683f049ad8446dd925b9c1ca8b64ea5dc4cd1a0a32e7e8a37e97b5c50af20daed4f59e3d61d3e2b8ac975df195d7f737edbd1a0ab2c5acfeaabe57b1b44f964ff580bf1b2cd4ba184e8b0603df15c61545cc1a0d37c4685a129bb9cbee424c478dbfcb2b1d8bf0fcee76f253a864d9cd32d81a0f0f69e711980dbfb0eb2f8e71c51981a1bba2755663e778932d6ce46cae381a123933d2d3451c759966008d96e42fdc5c54821e6b03269804d26f9419df481a1ddc34fe32156f5e69aac81fd477df2453652849aa0f927d50922828f4f6031a510a85539bb5b35e4d0096c3995d4d081a94891c603aa3110b98e1fb0807631a5b499ebfceca99603a977d9ea79b561abc14898d54d5446eb9fd2be12f607b1a5e5c25eddb6bf7874f8a90af991680ad65c46908f8a93aa0698be7f18bca6f1a7879378f7bb3e820b2e890e11da690c57a51312b353a234d753ce2af1f0f1d1a85646888c6a82cc88aa0990c0f61fe0becc3fadc918586694ba6b1238917411a8874f9d60703592d017b5256201bdbb74652f919b921ea2538b7bb60fb3f4f1ab3f03b19344a1404037052d3979af5aeda8e58c4565c9d327026e0d2d9df0a1abacd6dd2b46053fde87cfb8795d802300953ae01739f8f9f4541914ce7f6b31ae49cabe3c83afbc9483266d79d5bdd194a6d3c9d8c94fd78c31b3c139c30941ae62dc687652b938db8631d08f830c591c1a1dd69025cacbf3cdeb81f06f4ae1ae937be819b8de0dbb4bdc33e111811db30ca58f59a858bcf98058f03f411d81af9104153e8eb5bf25bb0846b6e2fa73abf2588ef3e1a270786f18a5fee9eaf1afe9a4b03a08fda471c93556dfe308a3b4104dff2b3a186888d922d76856ee21b005d87d08611b4a47b6ccdfb434d76e3f8c9be40a8c69154ef39374301a43d1b0879ac055af9ff84e833bff3ce89a463336d8e9421ae709072ad83fb1ff0fb1b262cf190d6fb592a9ec96c7d4ae67078354bb23526004352645235502c428d1b3e7677f0c252abac19a8b990beaf4710b7b529f8ec7ce4ef2f77ed51a64f831b69af516637ea9caeda262764b08f5716967ad2937cb6dd31f290d9c98e7a221b7a7cf51ba6b27315e265d0dd51b8679aea7f4ad1d0ad7a2df8fb5819972bb81b7c1ca6f31f401f02ce56a6ce63ce78f10fc9efaaa4f78b737c9830969dfce01b9a8951bfc81c6c06a18f36f6d592f6fd764614a25bc6922cc18ff9d9ee020c1b9c76c9b60250a7113554f1e28da0211777e3520b4c019bc46aa55a875e277b1baccec662accc18a5a02c50e9e5c46dec5b348ac4d09b7a1044afc492c142e91bb03a8d5c60b45eab569bbd3dcc1d773d22cb5b3c16f2cf55dc801fa99cc4b51bb2ea39f990594357a3f2c71f2d15b5e299fc0c9e474df38e647a5bbd8a67bd1bb788a27b05b5a27f9892c6612640af06980243a4e866c48284029e95e2db491bca62eecfe5eaa4bcec261bdc7b133781babfa7b333376b69d612e0d6900c351bd194338f82ac4e305099ae35798c7d40d9aae5fbbae16231af706f34c9c2411bd67b86f52f22def172cb7595b43013794cb369b728c015e2f248b9278811761bd82d1d33a02a33bc8493995e0bfcd363285e5523b596c3ff67c9177068da151bdb7a7b3a8edb143762632fc94c955639bde362bb9810eb130761b3f29472f11be71edabf6fb18101e8ffbcdbad72c19561b1d0f5f3e2ded7da86630fbb2c3d1bee344f732223a592df255e011b9a7aff736331c0c3f03bf7fcfd7bafd598381bf1d9f5d3c31efcf62d73a71e8cff1c98319d93ca8e125350acfed21f86d4451c02c87f4749ea34358fd5064d43ef6759fff93ca82d62b2ea4fee2cb082775b1c07c67ff936654ab6b20847371b555d5c994ae6355cd04e1395282df00dc90f1c49b7cee32f4949f685e2a8a17bf527ee5547af5743b81d34ce56d7f3f78fa41c58f65fcf6a0d8f053135132d51e4c19b5fc6590a7f675efdcab8227cfcb52e1c5ee9bd129f742bc43f888c8b961a63c369f1ce7bd9c3adae71403acf1e5baf1c62e9646c3919d6d6802c9db3dcb1ee834d532c65c66c4e0f729c7ded36a5de1c6ef41f8e00034f2122af6aa63a28a3a321622a430d877ad2227bebba740d201c973d81c74929e9a05e8dab73621aa7a6a18c5a8e0a53ad9d1d0d11046182f41ca02df55465642911241703f1c6eba5d0b4bc013dd9d62c901937dd850ceeb21ca2044cdb26a5b420e2ad76ee332b6b434a82c5491cf21a173c81a000f8503e1cb1a01cac254035ea76f125e228d20220e4f499f20b024af8f9a7af856149d31cb85cd19388488cbf4f270af08fd72850f9d3b3a4be0ac81572d5e409c873b01cc8f14ae6aafa62f36d4c68040113e7ac87fb5bb401a38c14b6b1277b3088fe1cd11e6cd67507cfe6ca9215686b0ca18bf5ad464ecaa80ac92c557cc3eba19d1cdd5727f719b70f3f8ff27a24aaab85c3ab82d6d4c5b0a634c55c65180ae5b51ce2a758e6de35d9182914d96154d8dd7ff0e5d4a920253295fbfdfb5279c21e1ce882eac5ab692ad8256825e6d5c6d5e1e7b6242960763a23136693aaab989f1cf3012c9fc719a6b0e968037444ec0129574d4605da113480afbb7e180da5951d02f5c5d33c9ef0493815773241ca09c51c8783f8dab8d89eb030c0bf8932fc1d0496794bb07c81ef5f17929808d1e2e590256401dfd26032f639aa85786dc21d04f16c92518057af9e1ee8969517553d6499b9a35aa1e8b809abe9ca9263911d06575a3a1cc1771250d7f37b364c79ab053f0ed8b763fbe2d2e4ecdc1549031d0a10fea80bf595a3dfbeb0421032dfb5b1bbb87ad5a065760cc87a86028cb61d331c1c9d3b86f8e17961d9f06d18ba236c66d92fc6bf612b805216cdc24a1d1d33f18ec6985580907bee5e71612514499942ddd09b14cd57ede3fd3c569f411d3dde076cb8eb4c97c65e9f3c8f15076b064c048f12a48ba0736add05d2a5011d3fed62dec996f0c8927c111ce88442ed0290053f2d2885fa2b1e7864fa36531d4f6ea9a7ef4624fc7b57a29422ecfa6b00dfab5c609b5112744dcae54fde701d50d1496a8bd297a93a4bad1ccf15f6d12d9c60559e4de2b0c575af6ed6a79c1d5d42651249d7f059180d66fe36e904fdfeb7087911cd3b9fb5b5360d29d0cc1d5e71585fdf04c940dcd92c5f660ef48ab32b10a0f6344ba4dedb13bea236dd1d6355c8ab6434a20f42946e44ced51f11c21313ae51f9b66e2b52c2d34a31651d842cecf11b1c501120363b279736989522fdd6206473b40de33d8bca56e0981d92226e1c1c172ae152162daa21cede60ce431647d68bb9d98522b60c5edd651da40c0a7c35efcf2edeb08a04e3149781c9face38b921a204391c3a9f25eec91db1848518a490f627263bb6fa0b43bf16d772c241014c8b2a3371989e38938f1dba58d2c984e574a5ec4e0f5817f9f94b405af8c358a2f1e786ab809a230e5d1dbaec2408c722ef6e8ffab30bfd9924e5466fa465662495e3ee5385344304ea1dbd3baebd77d056fd525bfbde1717bd0b685c6f9b90f128bba1354f47048a6d1dd7007d554a357d07bcde26dc4a6d79c4e24e4c35a8d8ce0d1a98b6307333e71dd9422e0ab11b56f57f46189833bcee29b0a8c4f9079ab8c9103fe2af20409b1dfb75b3362124be309c4b4a8e82c1a80d3232f1ccdf965df4f60f80c393274c1e0482ec29dd4edea2e356428717d220c16efa4cede27f63e3880ddde0cabf351e0c97bb859cca32f142d647933385067587abb2b2cd2ad3306ffd42c7affeda1e14d602d968cf06fbe4e220ce147d4387caeb18ba6f8047d87d421164de67bb1e2771952ec2dcdd3b9146a60be79b14d7c372805027f3faad8fdd6cf89713e21e415187b38e6226b598c10e8b595a906fe19c3e1b517f729f13cda192b098ed1e5f7065b14e4fef2fbb2ab66d76d7d9c8bfef6e362af9e77a6ffee46ed4110c1e691e390054395c3e248832cfc2829ccf1eddb2d807e66acbd4f372feb377681e71ada2c34deb07c05455f2fad0a9778794cd9943484e00c949943ce697028c1e8c8dbdf72ecd4fac98f7a29ef6dfc68fc286cda7b2edecc2dc66685f3245b21ea75f54fe2e5a7569cfd55914fec61e03fbe76b2e115c7b67e13aedadd105f41ead97ab4684686402f3f2b5610881f1a4f11247f349919b0071add7b9618f1a1eb3224427efa605cfb08d1a9d3b49103e29241519c270698a22c529a8d36cb11ed17dd52ad6cd330704bb7958f35a890c15d7e61d6a6f0579b8c65c6f7f43d81ed337d9071d95865b902e463d8602df8bd5af398ce21ba4ac3b54ed3e671d511ed5773db080809d7573aa6e40ab0ee8ce3d5d4e31f52550309984decb2e22011ee93a5ed20aaab98a475a541b052cc55dafdfcb6d849604738f99af3be414471f0f8d897086af9f8e541fa5d39cf771282515374ea6aa85f21ca498064fea321f27cb573151bd355b1ddb8beb29bfc20db4380119db9d353a05f2ea3f2a294b1f2d944782a3a82c97de7624fb205dbc0a31e0d84b129e9199e5fafe24ed94b91f45f5635a5771940317f9388588163514908fe3fd71e98672c6cce340cefc371f4da474abdb3824e3507115a9864d32f216d04a3ba2bfc0b721deaa9e72345b1f53869db9049255cde7ed73acbfde33afd2b6eefdf99aa12592917f49b58ab81f5652c57fdb981c5daf374e836992e5d46a52227e52dad8ff4f7ce2baa566c21f60f4533ac4f60d8e02d7e5db620c182d5cb37ccadb8314a3f8943945b4e9f81f67b1e8d207831266928eb15db948687ed97786e5e977db4f004c681817443a1f70ac4ab5dac11311ccba08d3de1719d3e8c8ceb3985379efae0139738536381f72b84ddef4daa0a863e4e48bdbc00b15d13462ac6f5493878cbc2cff3ea30a1f758210af091bcd55602e393e5933608f796ba0f29f0f1fce179a1cb7c036641f7f3f6aaca5992fa3269d62d322a114f30a8fe33c352e428bf17a99d26ec8f31f80013159595d7de0ec7b36db5e9c0ddfe56ff1fecaa06158dc965ef48ddb091f9620f8befba458e060f8d95b5a3736ead707912e9f812d7f8f2a07d850abc71f9755ee2d386d4065f930f08c350fa45cb8ab774d76d4312eb218c4ca9e52fb1fabfccfbb9b106a63b954ee981978e0467737a23f443ff40bbdac461f6100d31fb0aa2dc540e7086831e8d42bfefe4b2819f1d115e3d1611e08bce3d95d90f11fb44452f11bdf153a5b895f4933791780b5e294ca7774d79fbb23460b9d33f71fbbb53d32e7b4d5320c491e8b0738cadb4a704cfe5da05d7db2f5e0306e8ea31fe14ac47253fd35b49494b6e30efcb685fd916274fbbd4cc892b87cc4f09b6e2004348f00bad992f31d2703c42f584d144b2c66222a5a24efedbc8434b882bb200e06e2682501900a66de4a28ce5590935ab9feb575e140a58f8844ab527a43201cdad16f1b4984c6fcb4da9e9222bef6f7f298f730d2eb87344eeac5cfa89e2024b52385cc4c934b4b619cebf9d60d327a426a817ce11202413538c1e04add202557c09b0299375d3faa83f19ebd121dbcb5a471b8a6198e40f4d1b4ffdb99202ea52c32462a9bcfd17a2640a4f43bc4601d78145ec2232ef17f8457289660203a856bfd5984038aa54d6a78521bd681d6b496503d8fe354c25f557ede51ca2048d5cab1e079eade34ff4257944063945ca7a6d8c84a13df1e8a71e3d747432057a16151d6d778ab90f58244d9322d717f25b51c6f6cfe28d1ee1f5d3f41e12069ff6137e4ee2b9d358c341f28c41da35800d98cfffec9bae04159d8fa880a206d1eff32c01c95ff4ebbea381dfa0b121461973e42644cc11655b56f56645e2089a49ed9fcedb00e27c6a0a920246ede58b180b43337da074eb218963cb8672089dc594caba7269116af3ee2adce7f2047011a75db255882f62d2906c197d2209a299795fc3efcc081d75197f57cdbfa095d76899f1b43ea12a02c18fdff14209b37eacac487ea4bfd34f4fd730b4e73d309519f3cfe738cf07c97e1a5efe120ae0a09e71a3f609025548070f136f4d8c1234952eb03abf9f76c059c5284da20b7669c25ecaeef16da9ee8ef926183836e370eb093c4772a9ce6dabaef8def20d38c5b2a9a6b74e543ac916078b67b63d421d5991a5657ee53d9d473e8748c20d4eec4400257346efe82b7ef2a9874f9985160454aa0dd298fc8296517254320ec14cbe6f1d0289ba329648bf729042840ee38d87a9fbf40d1e35939399eaa2101b34277ceed94b487511703800d1af42d85850603e8fd31f07fcbfe0b4fb22103abef97c45490a416e1aff5977686adecdbc0198b8189ceb10ffb1f03f5e8210601daa82dcff14f18689de8632e8e1a483621a7d97073fc347a51c924001221122c93656cc873edf05cd8f7f930353501ec2e664f74c1f3b3f7fb658db87d21354152fc2f9ccf7b4361804639ff5a190bba5fee7405ab8c2538aa2c3ddbab213fd355141521eecd290b6c6e1fdf556e10f6281ac7858946805a87e6e9ff6e215adc6d4e78498e3e573e25179dfc2aef7298f48f935ef090b123075cb551442169eedd5c201db2d78c6551009872ba7a2e8d2b3b001a2989aa6fcb35a333a82182e1766eb1ebc0878f8d8acadf3def494dc2934d3cdccafe2bf32575cfb81b2188defaf9271694a86f0eea5d0fbadfefb1f2b374e84aafc63a736f54df0cc321940b75537da92dbba249987d901737a1afa75e8dca1caff62d20206de35cc12198d1fa59f97c6c1c04d71b54e3bd255aba0e52f72fb56441792a6d5ac3c19f219978a4d036e65e1871bbaec43e4637309e0f56d6b556963eaf3eb2e1b5ebb0219eaea17f24aae631c5ad390486bc86350a32645c61d95797951a71b03378a021a43aaf71c9b426a2f46708997a0b9e3638d69bfc64e50bc9c7cf3b74563b5521a926d0780eddf9945b77a4168dc0fb2902a416c6c88363fc4e960453fd61ce21b4a5ee3e2477c49ca6f6a1a246ff0a259360494ad74d3697186f8128d2159621ceff8b3541c3a0c7c0afd07ef949bafc12f4bfee205c80837628f61463d44621dcff282765d08eb60d38303440a79a64089544c9340b10fe01884b53846b5621e061c08f945a55a39eef892f3c726724bd52073467cd5ac21c301fb4f76c9121e3e50d7f3b986d31cfbc802ee87b72b080364007b643b4e448635e221541f721ebc4a9741b58f3c55199ceee22fa8dde1ebedcd1921c126d5dc0e099e4324a21ec69227a746d6b7111fb19e0b1c0968064d962034715f6b0668a3c39d4b4522202540ce2590b4b8b84fda0b1c1b0124ad6f4122c2ffebcd45c8d2f1720fb642202ba683e3ac4eae1512001f98deab1cb73696ba15ab5d89d9ddfe845777d622214d23a1fbc2be140ca62ea24becf128d541319af4174cb360f158c72ce03a32221840ca48a2b18467fedc40bda3b51481c0477f0a7e189de4168e33c21f9cb222750d9d98d1a50b791a83ff2a4ed52e42bae802e862d6ebfa72087708b0896223a666ef910904a22b2062d7653a09bb458beeff7be08c0f5d95ead0dcba023224a524978fdacef39f58e57c06ece220eb5f0a68261e4a6f6d499be86f6a7e9224c305d809893fb8fbed3861016f5d9a579295565509dc6c25ef79b4107d8ce225c0380a8d2fceadf022653a796bc03b98493895e82d20da078518cdaec66b5226c319e73c784ec0a97cbe041a6cd3a5b900c08c1358898fdac697fc7c1af9e226e4ebdf1763fee4b83b67fb88b0b675ee5193a6db8b69902f3426c62f0175a2286bd2b663566286764431793ce3c6907d5087fcbb35d75c6a832d9f511c4bc22959284246c987dd665e907b3e690c9eb58c116125c8c25c802922741e5cc4a2295f809aebf0b2e46cda2d6595c06f59e7f674679978e320a140d4d865a92b4229af847d9244080cc14f91650c4b9141a377ed4a74fc6a670e37f6462a015fc229d293a7a650185301045b98e38fd863d21fe963711a1d3bad66c3c935abd5022a02fb84a4bbbd57db581b4759dc6d176e861e0488dfaa61451984c45c811c122b8bdcd21b0057a46dbba05360e8cc6fef0bd8908fceb26df0aa4a773ae7cee22ca8aeec78f3589a2222e4de3701695b4a22d7a047829529a2e25d42e99c13822d88c56324d2e0be95ceb99fb6523f84ed8edc8a1cf3edb2ea4fd3aa6e049f822de5fa4edf372aa07a49d0481d08ffc11d3034dfc445a054ec911619f8aad0522e4ab3265dc834123d503e151f6b31c290de56a7c99e15ce9726da73dd4c1fa22eb4c9b70a8362d40b31d942123b75e6b59daae58560ba346c28058dc3635b422ec3df39a0dc5428e0eb83efc9222ce48e104f708405ae62358b056bf57ceab22f5e838bf1630233efc6ee5e0021013796ca611cc76feb417c6a9724b7e843822fd3b7ac360827e670be5bc5ebe5fd6dcdc529bf6a2357f84fad18228f60bd3230e5ed1f633bf7977b234a3d33d8824fbb51b512f83b45a7e1207f3d87baa4b2311c49f14185fdcb5123fcd57c8d62fad9e432bb98283f7ba550fd218bc4b4723178532b1e873e5d1277c789a97f22c71b399c2b4dbdadea3bf5c225c2a64712318fd4c6a40505c089645c8bcf5e9b86efd78cb2457d2ab7231161bd9be367d23323b23c12f370a04022051720b7345265dc0f0d1c14990658b59eb637fe76723455c74cab32ce4686dfe6f8ca239c4bf6b7da07c642a1b1e58dedb3f176f97234b27b5210110b72dee9ace656b013078eca449c98f4d542717e10bbb367fb22353f852ef6d2dce1f7ac59f51b6ac0d1cd81bc7e4a13a8d2051ea56c0a6d7ca236686e81cf6572a6f96d85fe60a089fe30be6adc7d65538af5faaa20dd6a37a236d95abfe10628c1954a5e1aec9b8d63d92f8a956ea933138103716963e8f832383b5015fd3811f7328b7b7cb017378f1617bcbdb8d7b412de5f8f4048f872323b0cca87741cc2f63f2d25b7fe1e22647651a782525e701d33d9205435b611e23b19967f3c7ef43c3599b3c8ae5fc62b449f3563fbebf4a695eb76155b4184223b3ae79c4bdf95466bb87dc3cbd0fbe2cef397ad52cee9e3b1bc050d0069ba623d3993e686f1c2fc13ea6132cbe46b1b1e4aa1d6de8f983406083309aef236723d6001436a61294f97cd0a093d57f59448a068e85c5c0179bccb0d8a377747923e7109dafca144db0b02b97b68c42f82a5476cd47c7923faa6f4c4aaa73f99d23e842f06f4b6db1d7c475f3ccef7107f7b347d84b4cef8a85d21235a63d4fdf23e87231b56ba9c00949e2ddee1cdafda0af99ff921bd7d5c7095e231ea7e93f23fa567d80e9a99b462779bda523c57609d7bc22c39992e636f0d24781ce4afc23fffeafb0cb1ef2da5da73dd9f030f9ac920a0d069a15c49e928d5ee627eb3c24055ffc0be9d92dbb27f2173875d050fcd263e4c00636d923094b45756de7d9240d1e981dd3c7dcb732a206dd93dacfbcd52b8242ee14c3fba9c9a151282d06241e150345713c8970a051b728267b3d92f9fd58cb74dc1afaf127edde0dbd7e242327f2111ec0ee0b62c80e7dd424583ab663c4befa6d1efd5d018822b456a4243f1fc21a57eb37e26ddf2813777b4b9584a15cdbb68ed7ae1d8e96c46a84742449e16c3bbffbc6fc04fb5f57121a6410dba9b0c01ba71fce880013666da5d624580641a638ad9238f0cacc18dec1339e186b182e62bd3488f1445abaeca5bd245ef5572b4e88c74ea709b4a8d2bb40ce794124adcff447eca5df2b5a5b281c24682fdbec2ac3855ae74f817ff2782bbf882deba196e948d8a9544512c0e1bf246a9a5e3207098cdcbd93346082d451fc81ee1c95519ceb74b2795412728e272487562618b43cee2520e697852ec3dadf6c1589b3e416f6f8e3b9affbe69e0124a27d34ad7dba62d76ccbd4eb8bf923854e4c78a42813dfc88cbd708a88573724a8b8452ca95fa7b277fe11f9acc4084d4a493a03bab7949e8e57ab7ec0b6af24be85a49a60a00ca3f2e535ec7e560c57436c5abeb687ff96edb209a17c474e24c2dbb1bce76cd0af7386462c9ec5b305654978d61a8d3ac1e53e11fa3be03324d4919cc9eeb4183cf1c82a59bb2bbae4fa607081db5f18972fe3c89e294f6424d912f3e005fc596cd1f7c2f5efb33cfc794f7bc96cfbe767d9ac9167d399e324e30ef68984b160af4d486eaa2386183c4ba3b6dedfe82a0d08bd1bc1c1066524e84cdeb0cce64119ef2c1ac6bbdf3598625ef91cd73c108c3df8b7b9f553872516258ee16bb6c41b6c66873b7b8fdd8554a55fc0cf3c057b7825a55b3464e125531333420b47060a394ba1bd22e055e366ba71d72a419b6a351de327c1cfb125599d9e1e791a8aaa158f40e4daa4fd7e26c7a831af192386325114c069d7ae256c027db21b70661e9c37115f4e03f730b89d80b88a7906da9429c18b568192256e4dc7aee8ba69f192443793044071128a56e2d22376cf4504a93e5443645725762bef94903429a92502ee4f0e69ff2b1b61e06467984632219d8854072bc925849e6bf19e9c72205f94029b89d0539205b570c2ef45b5b07f869433b1e61d25b09b661b33b47145de15620f99c43ceaf372ebd85d425bb5fe53406b31276225b9f3ebad2248f7970c6beb2c3201ca20b0857dffd6fd0eb7da97f745d4e5da25be923eb26693fd04e8b91de386584ad426e1d096a4d53e5a95790b327023ef25c63037b8738900277a4d7ccb3a053923e2683718c0641cc24a6136f7d7215c25c6b2f6e7dc61eb553e05c8cdee5ae65ad30959445e404ec4da0b04f84e259a25e238585f91d2b2d71fa7a7252439d994852a7f845fb8c0eadbf9f39ba9f45b25fbbbeedc89b1f99060fefa95bb0cb36ec7dc169b9b544b0be9784374951bbe2602ed58dde2790826ccb72d3bd7918c9d75bf48eeefeee45c7321cff9359a00260a04a4c8c8c0b59d75924f6226bb22f54dacf9663ffb2b4154e8b12806a44d261b8def70a99bd8d513f1136a1f972b8df5d28afe259a733c1bad1e5cb11024261e49b1a4d2d16e87e0f40977b2f0f2dfac9a736f2fc42aae86e9a1f88e41d9262a2adaff7387d7812915d1fac1efb53f273d9799a1caf766ea13c57533cd88263c7ff9907547db04312fea6c2285bd3f57735e886bce7ff5453243425a718a264aaa20d1b4cc174fdee17ce680649e292c0118ee972909c9b02b1a149714742661816d7b5bf33edb42760c5c600e9ace200b3a6e77d56329c8df97255a30e4266b95c3a7430a2c195c6c074dca17513ed0a610f04fe181133d10ce5fdf31212676f06923cbe279fba648de3f9ed33481d9fbdf71c1f76c962c787943ab8cab267cba804f0967f129f632bbab2a80d7ab37d46f2db8dd169e72f33ff8e2c41826845b6f6eb9a7c7f1209a6c9618faed61cfb38974e2574c8a514fb251c263f3269dd9969c60ca0f1d93d4fea6e4f014f22374de992c1c9751b58e29448c1339269ec474800befe62a968f328ea81ba47e927cfa312fc855de38ff56597d240226a46e792f71d0d85b3117c4caa18cd4e1f0bc78d9be8d5410e0c07ae11a809326adbef8c86d93347458fb131c461d86fe8c01a140b852b5aed8ca8fbab9624c271dbcaa44c482e144318195a7fa60daafa0e72f3529f2cccdfc7f4631a9b81d271e03bbb6ae192b0846bb2ee07d4d3e570a771f4a0fbd5d7d26c623560ad3dc2728c7002af2d15067041a24972250484721f9bbfa878efdd40289358c6a8f4e2740f0faf5bd3f42927bb475421874d0cd69a127538fdf3f0ab63de3ce5043ce2747bfa64ce0aacacf730d8e9fd9d62be151b74e2af52b723b1d5f3185c359f6278048542acbece923e2dfe84d25474c8d52293bfeabcec4aa477388cd3a769227875bcf7601e72a3c77aa1c3ffce75f9adb40d33b7058419ca855dad111b349278c08d95190f15f9ec32b67aee02a64a9059ced7256c7a0b7c101fbc5272a0727ab70ee4767db5f5040450475452def6a62633de748e8a0955c4d03a4de578a27b0a1e6248331152c3bd462e34c08eb9028cb93d1ccb04fc40d4d9567d0b4d027c3695a22c6aed3663df944d74695c847bcefe9f30a5fc10b423ee27159deb427c8c8395f0f65c55af7e5b7f068815a0fec5661e987a68cbc767581ea5b2a5327cf4ee039e1c9eca172b8675f0154c6c8bb076bf982ce19f8969bae42bad17927d571b7f92631d0e77f2c9edd53f74e0c6a36346310ec47cd265a5fe2e1336a27d6aa95b12a097f121f5b0045452a4a8b72fc568073ede681c4e1e363039e3f27db5ecaf9b0b2a4356a25d156966cd6e77be73d8ae9ca7bc16db740d9dec1e127df6d2fb9966c1d72c0bfe9c938eac62a6c093d1b24e69e92d33da36837396127e6046a2aec2ca6418690032e83c9fb2b851b2df71e54b7a813efacb2887f2a27eeb478f60b72b258b86be3c92edaf17ee2c56235b717c79fa83cd24dc2e5d228023aabfd4d51ecdf203dfd1708eb12a9aadfaa7979044cbb95dea2e7188cda280f0443641e3f6817769381beddd2ba6e2a8cf70b12310ed4ee5a8388561084283d815895197477ecc9ac44d913a02e3d481a53f1d2f8a1b51ae1bb351c77e1283fdfbedb6ee15420a45aabf0a686bdfda05c0539f1e5387657b9f8c8081aa5284500f909f63733d10e2f3e8875309019a7b7b9c2f041482a245ca1fec805f5285cc3b077301f23728b46dfbcd9a55e4782416377f0a82c74b4810c948ea9b428619d38b0dcc4f22980e87e25ef6347ddd43a7ebb8d5c00702374a291463fc52866705c337bac3f22d25d3b1e3e5796af1b8aedb70f7142e8ddec0435a96d6f2868f40d45c6414f7d764629790391a97b8c267d947e0425a4e11f9bbbfa020f286ed903e9d073bfbc7354f2076a2b3c24169f7c7245f705ce7e15e2088ce9da28793a776a351c838c31f9babb1a1ce72107caf00160b3ae8d3c9ea210215f8b287d06b836e9a0061fbe08e991ffffeaddcd9b22bb9298e0a8fbe9822423a10728808f778f799195650d8536335401f1c151d12d8dbe88835992549c153d470b2895ce985cf589de6e20dc6c70751cb9ea919d265d16029ab07998699b4a297f28ae66191e7fa4a696a27169e849d470dedc0eb2e3182c1ef7faed4b98e3f19d28baceadc8b8ea8ef686302e346fb8589b7e01bd6b073e819462bd176a83aeda28c47371721e3f7613a58e17b8678a62f9e6a3b3d7dfba2fe08810f79d5142dd28c76dff7dc23ad6831cb9037b9904ae46690d7e5e87fc96aa60b7408032248c28daaee5ad775334d5fb4207a86c851771600338cf7a0ebb0ce17f573a35484929037a170f3481f3b8c9708d687a698990fe54b176c9d02fa1d4b078a294b3b82921a4812fbf811cad50b264c7c3ea74f24fc23b44109d43e1a489fa3750083529255ea29656f274c05fee224c26783fd02ee09ba5cef2abd2aad12a7c324f512929a7a76ee1c34e70694dd24fb02bcc6550a02a35a679b9c46a86586202d6d62948bb4c7b474e22658bbe5948d51874ff8a8ab709ef64bb451a4d6d0140cb9f294a064a51b82598e684780e1a95f08716ac01f80980bb72ec5da4285260c11d294f7958dd4b27b541f3c6fbcf417d619e8af4921ccca3ff8b08722d68c4b707295146c00516deb6fae9d91cd01c638ef3b507427f579dc56ba215c5f72197f1295af421175994d98ddaecaf1e5041e43bbe05aeae9a0ff05d6efb08949195952961a1d002514f0b0268d0a1052f107ac3a0e653001d36f1cefe1460da068cca29788b7419d2e451a4e4cc64f1be6fdf07ffda6e750cfac4355007611631285e297db456c64fc767a72d772fa25eb077362145e3fd88e8e8d0f27e83354f6ec729a4a134226d3a1244a65b3a4b7e0c3ee598f4b38262ec31c10e45d40817a92829c42165a18f83b117a3d0a452dd807a6786673691d18d6c9012f1ac905bb27b29cd0ae4965b074c358850b51cb7c0736d2697c97bd985726d7f97441694a7de29d451311d98d9aae870039424ab1132cb9d6e10235b7a2a082f092a3fa47cac2a06c5f9fddd269784bfcdd853a4a489d2c6bd748ed430ee059ebe99a8f5ee072a0b95fc33fdc82d044805db4aca39fc25df2df3cebb5a88ac5fcce79d3856d12a1d25d2b92df1cb136d5cfbcddb28ab3cf8607d799ca0e50c788209881f5b6c2a2c20c625cbda1143a5a2068724de9bf13f2be590dfb0343c52f71021c1c22c2a30cc3fa2930dc5d8596f5864f809de3aedbea9a58e40b2ce4d4619490ee6292a4ee9aab17713b88ce06a8e8707750de0f8a73303cbe2fb0ea5f4a3f0f41f7f2a50bc7ccbbf2857afe561974f42a8a785418065d7c0befea5ff3aa37fd52beb2a5ed1f4734afd5e31c64045119be548d9b53506884557363eed690b24abb1982a65176e8ca97cd397db519bbf44555b024d21421a13d75803f3329f556779ac2a6a34a39c6d330c3a1fa0500b06cbe0308800e500ef4f1cf7ac08cb39dcc1602a88b19222045905ab89d0b265e839975a95b3743762f3ffaa5bdde166c26a242ab9e76de1d2b00bd1c7959d28d679536c999353c7584ca309fd33516e9cd9542ac159c7d7443e2991fb6bbe27e459dc4f2b9b6a2afcdf550c59e20232b546b52ac205d7e1d5288e87a239f1becd8c7604e5263564327c13b3d19c6f3caf76382ae52e43dc04aef1e129dc691898b158c7eaf6d646388e39d18e122cafdae4a32ae8bd5897d04ee3190fa27be5df7fe244d5f196dd9d6ecbe9a72470b89e46952aeec287e0196a6cb54a835bc4b8d8af916995752a5f90ff09e79ef9b7b4ca0c2af077561c53b0319959ab8b83b8b027f5153bce6e5f8e1462bfe3e5ed9f36f12b1773be9366ed6806498ca6b537c5f6139584f4dc71f3a6207aefd37d30341c2b1b89e4d5259ddb3ca993e681d2f268f2b4fdcc61e6f274a6043ed5e414bc022b1c2bf080ad421f5078502722e0d3e2588870f381d054a9ec91681d772265a02b284f697e942e4925b7c6a505ee3f227e59e4b98bf6ef62fc6f515c04dc59d52b2a0651b0d7e9452026221c67024b9b0339e88e91e92c85cc1e0616393ba1b62b45d018cb8efef7528789f112394b4291c2e2f112c524fe1aca35dea7b057642b49b0d82aac92bf9b8f9b20c3223292efe41bade63a47666c948c70e03de6b82b4c4a99c2633ea3af2757b726a22853cb99a4405a8f7606adf6cb839bf9967a2b590d56d1ccc23f7659e7a472e771164be5a294cfb2c059ba607027c2b0dd722b5e88df48aeff75dfb2ced6a8e7bc6ea21b54eb1798e6e7115ad8ef379cc8152b83fa88ac758b2069871d96af0d6ed7515c32341865d04b39744d2cf04fed1a2b9c880315a2f26ba064150b1a1c27c88dea7f2cb847b7777782ded6c2714ede2bb9f95a509bfddcd6dc32f4d16c762c2ced9032cd14c05214bf5605ea7e92492bc7e73c9d851a18c058e065f17003a0015e06314ac548afbe7c4617b3045d342be0ebe10bd3d6ddea06b15a72195c8d61cbef7ae4eee36b0110d6cca7ceb16b2be8e9e80ffefbb1a3ef2057717a8e2207a75bd7a0cbbd1b5f100104c57bc0ca2c0d4e4dec9810e264b05f04931e957a5f5433243758632ef03541985889d7fd2c1496fe5889150816d985577659391fc90b62d4812718f915f23720857d0adc2c23e27c12b678cb0449688bdc88db47f23ae2066033d00ca27b5f5ef1ff63e12c6159d3e07d5052367f140b83eae360bd294b17edfc669e69736d20b8b903e82c68c2671338f4d5ba9f4cfdc98bbd5a8ff73a87921af3e0fcc3adf09d3eb4372c6d83fe1a9d72df62eb03d5c9c8ccc04a7c265cfaa622433829884f9ee6d37d2caee4f33186a6ad5eaeea370dd57817360f2427d62ed1cde1f28453e15746e02cb0215c757c813110edf48fd1ed3ba538a27dae738f968bbe0c729be3455e832cb2f06c54d19599bd25ef50ea7e1ec89c78710dc6da18d3c6deb6ae8266e7c72cb341b826a898425b5ecc248ca9ee874ece8f953c831cbf56cf10ba60db93722cb353a0bd1ac7150d92b77acb83dc5dd3ac2391028d70442a7458896bb0ee902cb767a3e545e4ae185e22c71ea4358315c2b8aab1da36a6e49714464f1195872cc9da803166112c044d735d064284e9235edc1118da58acbcab863d836460e32cd480ba4a60030cd46a30bf41f0111f0a901d04fcc12a06ae4ca1db087a1b472cdb69da537e3f3a355e023af8625c42471de351cb6f977a218b6276e9df457c2ce3afa21c14f22f7a5df68bc5f25ff997bcbc9b57ad98d87064bcb4a9142e662ce8ee55177bee2bffeaf488c962ee8d7a62ab1ce02187850b93f59e55d9d5202d04b52000b4b82693c511ef5f4b3aac7c05e296b42c59b0c8b4345554c491bf2d17111b37626bd99a04413533be6746456b1f7c8db85eda92916ebb5eea29b92d238d1c3bc5b94408a0a6eac6c3e4a7016f17feb6139e4959c34dff41f475bb2d3461886b4fd2fd3637bde5815adea1529529f8fb0bd2d426b919f07e0e09d92d3b1b695c33fda0062ea1cf273dcf8f01c5727327f3319517020084113caa132d408e8267202588fca7868c02754f0e4e5c7d406ce0b0cc1ba56627bbe3f3bc2d8e6a14a7c1bf360ae4d354316422747f39c27d449582e1682312cface8a33d2d8fbfe824c8e227fa9e32846ee6494f80858a3cdca05e6f10cf501c68aa27ad2db4da39f206b939135c85420db75612d5a5c88ab6e828787a7e08c875e5535f2dbd48c61e507b63dcbb3aa36e7b32f9735a9db0713a12b30b370f1bca41296c2dd38c6c875ee72ed4abea07d0c83b093ebcbdcd3ce4fb3b9fe86e435cf107b42dd58e2422a70bef73681b48af70afd81eb908f015a20e69d25bc65b95a1b4d42dd79174919aa021f26ff702b0e75f21aee7b01bdd1a087cb2c9ca93e82bd4ac2dd7aa31fd0b3abfc612f963c2842668c9cd09dd04d6b302b1eb3456b0a746bd2de62ceb25fc9d6e62c1cf36fffe71737ec27e812d189cdd366269c37451dab42de9b12c68e5389666bb611850b66a6757823e03b31b718cfebdd55c9c7130ad2df0dc14768977975c791e03e855f408162b2e1624615788dd95322ecd46cdde2e01ddeb2832e7474b7a6a8f1f22f5ca2ce81c35ea358f2bf62512ca7b09c2572e04c7e77e0ddf427c5ce8d510ad7deead3a744a8bd1ee73661bc95afefcec0f2e08abdfc90c22d977c28ab86b027e8f3f9a27a84c9e138f2ddeca852be63f1f2e2313a9242e4ef12edcd55c7f22dcc01543756a8025488a89454ad6885e16612e2525add88c8cf76bc99054b361dfc045be8c516475b01d38a2d98d7ed633f02e29af7917121af44a0a12f62a4617bca3682cb686549b54ed75d483d70c204e2e4bf0d76e8b4727a27ae4f43d5fe599f0e4c4a8eba94b0acd1cafe14f6072392e5a3d3f3f4b590e1f5aeecc320066b05319857a6789e547c4e7aeef28966e2b2e62fcea569fbb19a52810435171ddac9339a842b87d4a5d83bb0edd364e092c2e642d768e8a9c12dbba02b21102c592c82375d1379a91290b1cb8d2937bb5a62e6ea69c7a5da7dfccbf88b3d16ad974effb44aabc00ee18cb4351dbedae67552e7ba6665ac4250b9ff97bfe3334f1cced82607a6f3cb2223a7103653541622e2e7ff5870f49c7f7cbce2936165aa96e29ff22361a5d0d3303ce43465a9e57bd2e8bd70c5e4ffd3a17517cae6eb8aa975b6306330432f46b356ada7922b5e6182e8f2947161f5d438ce2e09d7bf0942eae3dbd43f57f2be35b70d7d52dbe52b72e9a42baf8789c871b7e43649490c60d286f6c76f4c1bdfae0b02bd7c1a36b0a2eac653022403456ce6674dc20bdd9a2a684913a2b463db263d0141db7b836b82ecd241914345ab56bf66e4b004d8b1235ce68d7c38a39646a07b566fdbcabef2edc0ca2e353502a9a0beea183363ba75d585243d1c9860d65896796660e1df22eded0b9680bdc64426948c980e06e9373b78288a2e19d978b5cb103def1f64f2ef44cf5eb33a74dbbb1322c08db48bbe79a2fb24632e6c0c9cdb7068ceafe752f0b5e81e2572948d7e75c79c13d1b5a332505b731810e715e5164d261e9af482f0ec0bf3cb145ff9f3d1443cbfbec24927814ff93124248789a834ad2604a772f23e5d784cbf6d796fa34fb249fc7bd10aabbd8ef7e723e2d68253895581cd72f2cb162a3ff95d53248fee8f88de33d58d3b200c0baf3f519d444c44eed62312f2ed9989a0b06bd98d3ee1bc387f9e04b76fd185c96e629d7f777bddb531fb92f2f352b9ba74ac1f76d2cc9f0b4012f455fb72d3bbff12800a6711e0f911ad22f37fddaf4302f192142b8a77383e9eaecdd926f42dccdbba59065b11c7d795e2f3ea3da776960de5390168f83be18d37ba16f4692a192effd863aada369388d2f4db6849c19b01734aaea4826a4fa6fb26c3da87c40d57551f1447d8257a7702f507ed1c4a6b9637a561101e920a2d65ca3c880c0a9c8c4944f79d0692d46b02f5fbe395e8a60354a97d2bc082c8ccbd6dadf59b4e2616a804bd945dde56ced2f6633d41eda7306612df55c4f21491290c56022e6e5184427f8168fcd75dc4a2f6f2dfe14a337608f5892ef6612aac307243be02c8ce272d38de3ad0f6f0cfc2f7620fa274935df522f135e0a425237af1f0c18308e31076e513d899d2a51112f84997c8577ce851b95b16a8852d7c37ab75a064863785320ca4a62cbcd8ca62f851d59ea6c651b9f177a4910477aac1bdceb7a7388aba508733d085c837de62f8ecdd4a3f7909a075a11b5a1671b0063561df09ed7a576e7e1f0b9649b5ab62f9909183433737fd7fdce78caf1f0af7c22a2407f13c62d38e32c8f075e46b62f9c96474f253c8e22e2e08a21358f8fc4a8aec760303cb968434ab2b894b1152f9ffb7c60fdc57ac1aa5af6005e0ab088cd8e2330f787229d94f400409eb5e62fa7e758159d9e158ec583bde2f1e0595dbf8f96a094f84981e7f7d8174fc7062fbd29f8a7f1e4cbb20ecbf8e06a7453b0152b151d4b5556dd5383789aef875c2fbe16bc3f9c803c4071f90e9f76eaa1f6033418f93f8472d56304116d8b35f52fcb46414054bdef5a35c761a11e2029f04c4f66d05794bb526c21b62274889a2fdbcf4abb7452389db7e8d40bd693861539d048f2b564b3f84608d8a338ad912fde1315a9f453f5568ef053823402197a6c43f2b50ece6fd38cc9fdd9d00d7e2fe9118af44ec9d35941e22dab52750c6a0be4b23e46141edbd2ee7540e158b92fe9379d00d87105a9650a4f5e30a373d490120240ee37c0d2ff1554aa8cf879300efa888fbd96433fe342c56bd50027cd81ae3cffd7922b462f261a43e8dcf53011f3ad92026fa0a437d48218d89dc00b5eb2911a74d955d7023a2beaa110d23017ec434faadca23659f6799705b4fe07b8a04b38863c9447f79e54bc064a873026230bd4ea62940f39334c4300898cfae1a711765803acaa3c63c998bd54583029ac8535b6fcd6694b65dae5f4a3926ad58892cad4fc54f67cbe4624cb3474304a3b3be651eb88782a84a92c1655bb8a0cd3c4beec3c1867fe5f3ba76f2d48305821de8d0a422260c38136f606e8ffa0440fa920fbcf4b503fb1efb0e45f8a3058b93733533bf8a0c700336de42629d92412144b3e379d777454b422b5031f305b6e0fd3da9572b577ebfd6526b3fdee45055f14c74a9de343e8a1d9e492883069cf472ffe2b55ee911e570f33499c690da8c2b7388894d8b55320b8a738953073c861c1b10ca585b0a660222aba6d287c2d3da939bfc684fa01a0a4410340307fc028c2cbdc3ce97e55cf2d74142e9926905d25152f77883185a98a52a86f308269faa60c1adb6a16acb1c38899bc7efa1233a4a27efa87d6199f4ece5591308cf2513927ab97066a0ddc1c81e470895743826df6673062a8a1f5752bf63c30a51f8567be1786d2d0bacae51db2ab7dff62491159147765962eea47199ed130a970ca8a52e25e3da917fa599ba0f8bc6f28e1e40c87612a12a23718c160c130afdc2c6439c998f0f384b747f50a3607faea50d2c7244a4339372c6ee948e730e87165528a313a27b093c2e35190448775c8e36812560204e31bd0c277cf8730f8c9f81003041b5996ec69cbd1beebe4638f31cb81fdca1ab1b2b35b875e7230fc0dc1488d43788e5e0aea90eb9423f6e7510cedcc180eeb59b613344e5885311517842133512a840acff40858da7db328c462c77aa53da59c2e1d15c5f92f31265a56ba30d1633bf7bb1364c7436c9ade0318d9cebe506085960ef99f63fd312e922b3b8865db26b4a3158fe549b5f1464013d084482800e1aa3f23bc5ed0312f70aace4a565183a7ec320576858efeec95809e5d4c390be7f0653f1f344a31355683e2c65e052cfbb98b8e674b19d7e4ffe97c1023bf30a34964b56ce16f31443b98be4a65bc44bffcebb376226778751bdeb9f5511919437809a6bbfcbb314b89d536195de614e14c1d99168a15ddb2ffea5d607219d4537b14b7b9556c315cf35ea19ce338881eacf2c42ed26c9bb76ae5d0858ca806cd3478b25d9b7c315d9b54c7c207921cec324a5c0f2b09e469a636538e76a9ae532c45ef80b4893165ea1cf1e48581ad386fa34ed85415dc3afb77389dc43ca53adad512a802ee3187d4cb750cbe278e5909a3f2c3ca2f0425f9c714bc009b88e7a5f142b8c200318c1e2d23f6f324bdfcb28470f726ba81683568ed4a896d39b307ff836d2e82319453505e2621e920a3210d0a144ff1ac362752982080fa36a1610a1fb52d1d319c480c8cfcec11d122d86779dffcd1862ad926071ab181cecf622666014bfe31a1a2bf5facbbab1d0f5887231e2f492a44b94ec57ce6717820c05d0ab15c7431a742827d01db7f3d92fe0097e41d29090cb7b0a2ed0687e38aa24703750abc31b3f3a2a866b8406798f8ec3c7ff8f767972d7649849b50e9e03815eee181b331d78bffcd302aba45a9333a2f92b3320270a111d402d5af9e004b13325efe2831ef3673e8020834da133e678a81f8481754c2fab573842a9f4e568942aadfd33235e0c7b6b542c1015612b1bcc210d5da1e89376a0c90ed625f52996e43951932363fc3b4254938238341619f8da7578203bc3df1aaddfbd280564f4e6845cf3241f18d7ffe571b425d7fb101b611629e057df7bf63de8faf4299c4e8f723c93242b71351146239040bf14c82f286278ac4c8cd9ba21ce4b8fd42a8427f548e32446cb179eca44f5f21804412e5466a465eb83dce2d0eef76a85122543276b43248029a9887737c6bc32df0446015c28af15d5e8f39dcf7e2aac1cdc463f52c324dce1c701d9d3dd042a3fda886d42b36bec7f6a94139f186f720b33da4e32932534ccbc36288ec7bbc11b3e49ac4d15873d308c7852a03f09e40051c2951983269cbb720f973ed6927f2bee9fef11b1b74d62f9eb54e772eddf37905f48245326a2ff9524f51a4fca63ca7a283f8776072f3d1bd6a30b3e33c5b37e57743f132767a69f2db024d255cd4ed5874e22310ddee9e8724ad9e8f65b52a83be1e8b327b7943242542d2453bf995a8a6f88b343ea9eaab6696dd261990623df4e272327da9c0297644247432f92e1250ec97b3f7b787328c4187fcda47f4bdfe385132932590621cc2c9f7dd53bd83aa124f8fff35205d094c66c798a70a87a35ebc3298f1d386044a13e14a992f074343370c4ed68dd78c0daac86ac8ff8b19cc6932cc4d176da1ca0651b466cd21e19e3d73f62a94fb999832d3fa16e722212dd232d897a7c48c84cdcf5f1c675b2940e6e689fb3213333eb28cc72c19f12ebca632e8d853fef09855bd6f0998fff6d8a0d1a08ba05dadcd53dd35f5e3bb77d16e32ecbbff2dbde5edbf3b2fb47b90164dfc61be9182de8f8684c3bb5c947579ea32f3d9b9d4080c3cade61c64493da5404d1f38add33eaa348763215e690f204e3318664bc66659d3380b7e44685fd6dce9a9aa94c7250b2a267ae746b8302de43333880139446bc74e640dec0b46879b24b14f8732ed3e61639099633b9953f633411af8b63df9c3716eec228ea0a56be6e7d94c454994cfdcf516f63fbeb6653345049421949bd61e8607de83584f2bf3a696f3bc290e880d5e6750c7814a18334fa21499806afc7d2e17a3f3d3e3c3f86a095e57122f5128cfbfd0b8684243335a3ad73224be4679d350e23762d8a1fc3a2097e4127910874dfa0edd1fefed336ceba51245622c5d565c1eefb68777d4849df3e7b44add5e1da69bacd3b65933721fadf93d85ab0961d4859af1e7369816117e311f0285b4749ff9c17d826b338b690cb08ae5888d5a2bb22b3c4126b1cf11eb0fdc6ee9e33fabbc821925c133a24a7e7755560b2e67184494af0e9a1e25dea0a3f32ef7bf1e5009823c51ef33a54105d47b9867e668e883b3aeaf75cf5062d857e56608690e5520d49dad9d33cf374803301ccf30dac1da16d4ad2a3aded33ee2f1619e155fdaeeb772606733d5acda4b59850543e458962d01b8ee6bff93ed1267395bc5ebdbb3b5d2849a3401a14524a72369901d403d82219f2539c92816f7cb3a63b16c8e74dc158d4c340b50eba211a21a08dad02b4b1b69620ec745b157d092716072b90a51cf4cb8340d9ec1c52848074f5f1b2991b579d64a96f18377e01e4ce3c5ff86f386c1f6340ea84b00ac24cddac37c1c25dcb05ef17118eff742dbb12682a5cf4b85f4bc342cca106ab4adf2c24536a986cefea2dcfa93e640b5facb0b392696595064fc342d943b2a425f7c811954e7954288f51b20d921b0d6fe27f76f0aeb51d36e9d3452dad63b1cc70c32335be2737c5c63a1ba511c146abc9b638ae313facb54783457659b2edf65d9fbfe3e75c99116b1ce1ff07983c30456639dc9fdd2408810345eebda0674b96658ef392314f0e854f8b8803c1fd98cfe52a444756854cf513467d193143792bcf604473e85815c93f34ab90bdcd60c5a6cae06cc32fcb0c63473b36bb91ae4f7a3c09748810244b22effa64d4b7bde5cf9a96100cf2532ae348155be9d16a7510d31235f66baadbc05a2a2b048a6fb922a4919d1646cbf9f3491128b8ef5de481d7d41437bd248682ff91c7d73f966ded1597fc3e1880fa334a325de435deec47140b2e019a8f46d376bea44e8f1fb9da5969d57afdc2a5f34b1b65daff48e5d40773afc79d9ba582925c7805b629b746273ad6d2fdd391334b293d7027f6a8ca46e71b36e2d7875dc6af905e13c9815b9c16d82054f18d734bb255f5e5ee55bbef0ec1fa332b6c99de2fbc269afd3732eb71bc7aa8d2d8734cb8159de32f5e9cbbd354d8c8066d59e7f76322ccb2ebce087b65c7e86fda834d2c41a727dc34d87c80b631350cf165cc347cfa26c38d47fe61ea2ef45fda535083893d8d2755f23f4677899bb8154e18cb7e037dcf2fa23d56cf5ab20729d350ad69ac238fdd771b657eae4c14089b643cb48d298028ab5eda39f5c1e6567350fbd63edc45b972f38e011c1ed3ef43867315ae06e87e019f342c8a5678178351b4977fd4ed2fc65f3bf137afdd5be45ae732dca4d1824a31908e86724fa8e35235fbbf744d89e3b7d365dfe0e8126001680e97f83d3fe5dcc0bb68efc26896967e63e5735243b98ab2fbf05ca18816dd16babed08d87a2097f0b305f099a0937083fe41352a07c2a8c150c4d96f3be82cab86a358c88be80c7916d60c455b7e89d0c3023542ca60edfaadbfbe441edad70cf092c753787cf034f8717cd2ad5e92ed5d8535590e12dd592bfed857fdef9734f2b99e7efb3a6aa32f3aced9912ca68a966a356f80838a78d8dff988d27eec2c17d310d2ca1d021ae50214b1463c1f948748358bcdb1f0b0689ad7e71bf459f3914908cb26db4295eb11695549ad3fc4d2913596703792d308339ffdb5c61003e861a86129a849d3f69b10e2e1e33e2fbd40359909ae587874c542171a06e6c67d4fa59eb2e387fb4c9fa03d0df336b7b54935a4b73ce2a3dc3853499cf3520d41d973eb03efa4c6160873665b489c44a33335ee6660645026f8723ae35dfb0682fcd5da05efb0bbbdd38f7ad8f357235bc435f3609ca9df480b8fbaea95c090dae7bedcf8a1d6ba3e15d15235c11b454f4935fd8e1ef4246c425d661cf94538662c7d7051b6acefbfd77174425a87314ffb36112522ef5c5c34da4e81ca2a46b0b4e18a1c60d9071110ce93e50d4c2a3dc7363802cf8c18dbcae4facc9d842bd4ba6eb65e8bb856b3909cb51137297aca09363da0b447214a7c476c0b9cbfefa5cca3b63828ea7848ef16182ce5180151363647f10de96b483a920d2c369ca159d5a71c6a8068bd3d511b92247246f797613658fe571216d2db0d3259610a97db4ee08382443b33bf3ea13fff293f1656d6366b3ed7baa3dd091151daeadad148611f195bd791e95d7bb039b7c0d946bca23674aa597e274985592b36ef8df5357d92136a1f90b267d8f181ce68ae79d33a36839d52e0c3504ac392325d62ee440db5004af3c36ef252699216d0e3e65ae8368a7d199f91e0f1e5a6e56f1a83115375bfec1053a7f534cc806e03130d68fe368abd5cd2e6a5855462f17b297032a1752caebcd685c9a5a321776c98d66297369c5dd170e5743d56cbd908fdefc85888daa6f5e1adf214bfe266591d8d9deb36afe598b56817d60ef5bba52bd3e480cd328f50119e7bad2fcc0c04fc635ca236beb27f466eb35b4cc500131721d66d0ba2d21fd86d39fccdd66d23a26bfbcc36c995491995d2a31e8d4d6bd50f61905f1bf9ebdf47d523e931cfe0b2d16d1b36eaf2b408cecfd5bc7c64356cc2bc67341c843005e6279f426056e38e018e8736fe90b0556dd096b225cfec903f8d4d8853b008415e3dae58a0aa7c5596c3193705d94953d8580c8af3ee6569b84ed8ee916e9826cbe5bdb9b3fe649c6179d1370a058a4033e71e6c182ced556c82c44cd4b05866527544d6595273edf66d82370ee74daa4914eebe8a2ee79c0ef4daf19b2d081b182a0f939c0d9dc61591e63710c8a792e55c0be9ddb108d194408fcd0eb06215fcd664e078ec3f85a102ea371d180291129729024a3207b72c22ff1ac55623be11b56282a8d57bb0ce011f371d80f0f5c1ae141aa9e3c6c0f03e0fa951e3a93ba3037e6ffb19e0675946bd375d5550aeff2a32a988a090d2aa8e162362f282cb1f5620a80195ce45dc586a3762148e319c0f80a738df21b4db553d851ca2c9806d9a8dbea81bd67b595187376dab9bbf30e720e49ea49633c5a39b4b3796f9f20a466730ed8c62dd955720376e9c768ee668cd1b961cd858fd64b82283f4e9cd894ae88c1e8f06f115da88377170c02ed17d9461a00dc0f0608d37d16e9a9a9273f142dcfa8c7d40d385763799d982aeb7f21a459aac2e7f19457b28cb1c598dd117d24b6864607a8c6bb637e515adfc2371ad241f89f69054e7105429466f650427263f8d5002726a256f37fb406c44dde9deec49a4522a9d01295586d2b59197a5e852e4b6260065a3a837fb7cec262c53c91057c4a66c7e8ab0a1a0657c0454be358b9796828f6fdedf382c9fe2a86765cf4a8e0ac6e1da2d954611745b170f6e07d4771edb7ca107903834e9d8afa62c8358892d69ad3ef9169c58c406ef3ca8d620a12e6660695062384b0ec796dab4222d3fc23f2c5b8bc07b2fb4114f757cf04502d5e670f3e28b3860d1b0c44d8b1d5538033f9882691b24dfee03c5ebee9b22b34f847b9d98c2386f308deacb3b07ece0a7979cb7506af1eb91aa39492896ddd4686d7eff9fcf387e132f8ff3b0531d03f5efa5f923571f1155447e6339751002a97554d11276387f1ef2f72d1b25a8a9f2fa73e7604eaa8a61f84c09f34cc34df3caabc329c0387f75783aa7a1b42b18481ad52ba413ea32c4ef0c4f9a29dabdbc42f1b51c783894275b1f25082c2da3f8596c833e4ad7842b3a72d411bdb647e46a8e9efca638a545a8b2a0f8f8f4b1db8d7f6f273d23b63291020d707196b8c3cca8066e2338da93319f8bad623b8df7fc306552da2018f16a0507ec755560df60a06973c238ed7eb19a4b5b4db79114e658d187643e0c508ed0ed67564590906eeb616dd539063267a2e0c2e6adecc6d003fdc1fe4b3afb7261dc573b27d38edecc06de31393e7c80df148f9ef579c9aefc8ef6a12c8a6eb8b3619653ad18dd1b3e5c53033949aadc3c52ee61a77e10d25401aa0565f0384a472c64e8f2cc5b854a1273323950c5a060385f0ce64b23f50fa302eee72cd66c53b356642a7f3654332d607e39542da4a2480bc88f9e203a3985a6a59831dc5314bb5c0d623f4643a9d3e4bd39576d88ba1a2058a097a8b7511e3f754d00024775cceb8b37928dc96e4f8ea53965ed399144f5fa67325b4f6589a5d1f9c4d32def84bc94447154866e6f4b2d39666045776f849c17bc10df7b13f59a2910513157a6953c1b99d8cc7fb6c98b3970926dc3d4527aaed66dc09841712a8de812d35a8333f48e8e56b7180a9f2d3979d486262f4158088b48f2697b0162bbd3f786376691a5fd727792d1e33d6d39939f33ffa3d48da2381f98160cf00441cfa3ba16d2cf3dff99e8acb556d89c3999370e8a54f1b599e8dbc5024201ec529ccc235b0d4f3a844b29f79fc558fd399c358dc6565d872a1412a673ea88bbb56af27137abf5cba8f0a11ec833ecd239c3a6e20cc025e021a9ba62645640ce4f2047d4614d17dbc3e3bea80ab57b6439ce6ea591db7e82417fa08362d94863861ee5783b8be5429daeae6f113e313c39de1d4a049c7c554136408a0e1d2959ba1ed23e2455c5d99ae2e9a7a536622239e1f37e2571f6a5325e4ab2f144335d5ac3cdc0fb3471f4131b8354f59003eb39e734b64f5b1da9a0df16174d0104c5624af73b3d8485bc778e27499c93933939f7abd9d42432a9e321e8ba8f85cc75b29303c4dbe9ce99298500d0afbbf07f39fee09e8d71425961d9877364a47911fe50c3b928b9436c1f9f3b5dabb825c93a015a02823f536a4da5618c0004f0f9794a86632fb845f823ce3815d0e8a0733a0ae531d12ea2c3d57f56c4015cc9c1c76486533d9c22450c2c767630b27c933a5df8be7d6a2c8cfd4eafda17145f3875384b02602f259a3360cdf5cf34832d3a6b36e75a4a99a3576a3fcb76eb4189b6885e619f802d59ea45e7cf382e2c253a8509b2ef9a0bd5575bac945f4f6d139ab504c8d4d2bfe9723e2a79badcfe123a8bdbc54ff18caa33d69b4bcd6944e9891c9b9882e92d822dcc2a1baf334b2f3aa011a1881c6a1c0827b2117d92219ea08412177d4444b72558efd7e136e2443aae492e9e4f0c89911585eb07486d8941f2f9fce8285ccd9a2f5e0460be0f863ab4b6ffddc189ca6de8fff765306937598005a72c3c59de882d7c8014c19ebd3accf7c8648ed120ff1f16655580eaef26a800a0d657e5c5437d3e613401a7c83af860cae2567f8fd4419e8f223e6342f3f174d98b7512c627530a9b990704153afada1d18be180f96ba96a45ae9b52149a70c14d98c4b08e30ba511e65bf94d3aff0a5bb37692c91367254770e4613f3e9f151088d16d93185f6bc11e84ff353aff55a523b93f8799905f166a4ca7325332d4f6bdfc891ef1e355b7aaa3485e3b081752c089ee8dcf5eba795debf2b8e42561335f29ce3b0b7465e20be9ae1c3b23024184e3b5cfee785da4dea515ebc745d5ae972bb1001ce2716dfefd4df23b4aaa45c55d4e94d80b6a08c29dcc2e87cce631a52a45969789ed67574d84823b64f7a0dfa9131c07842c5aad7af15e7596a658f0d19838887db6f76c24a3593b67bd8ec16c53c9b9c10047042c6938174d0bc20b8c058200e7fdb9a9f1f39c3b719f9b92dc66b7f3b225fd28a603f729630677bae5244164c6c8c1955b9f653b72eff19ae2e374effdc7e368a19aefadd8928c566728816567d931418948e23b7abe976dca70fa024b6d00275d731af829187fb34d52215ca3553cfde8bfed3b8a0d006f736ffe994204133ec3945dcdd8f7e2756393baf2a072d5a2548b023b90c31a6d7da7670bcfe5eaeaf94f0f865f74c4256ea1c885dbaf8777ae3f053ba1e830f54e1d55942dfb0ab00bc8c4fbf224cea1be9ceb0e154ae4e38c08813bbb37d544966e52d157dd4e34409381b4054afe0f73c1171760d649baf6a8e43bc850c7feced6baee880507767d4da55ad6b526089556bdb913d5ca3c4a02533bcf9fb59ba70f6a5cd8f9257a99769af2a91394831e8f7d64f3ff383365aa5f3bd8aec642585dc562a9808999202b7f6adcfa471fddb8c6965e67df7be5d6393be5fcd0cc08b81abb1d04c6c4fde72bb2674520703ba1e7e377d4c0ba1015473bea40ef018a5f964dca2de7e0d58589c7eff7dd2c28678a42e0de43cc27342f3beb905d410c2882311d8ce7837826a2e49accae175e18bb1bd86c5fdc6b38633c088d46c5e0a0b40044c93b0350779d1d9751b89cd074f815d6731fddcf81af3c19e9af3a8147dadf26445d0cd483abcd0245331c200975e6dd9cdf749f9eb33c20600732216c7ef273f891f2aa4455ac3d99a4a4dacf19549a52fde59c40493c211b7b5dcb069d77669b1feff4a49fd6b0847a3d7eee53fef441f03e6e4aea3c27a0f38e3ce0b1275b014f650e0480f7f930d590e3cafc75dc21f458098b673c352a60948c69dba1fd325906b18400c413dcf3d5975decfb23afc12fe427083c37e88553ca6454ef097b7ed0d37d261e283934cd59975fa253232b54cb1ab63c3f6e69367e928ecf8ad57af9a39bfbde05eed3ad447a6d273d7b3f363354013c5a307c120eb2f372419dfa497eefe9bc7dd7096aba844cf533da95f869163d3c6d86328081c1e8f5e5815b15c8f4678af4d84383047c9fdc301d99b4f8da8c3c783ac81277eca9e2f3ee834c647fec64ce7c4711254e86e916143d1ca973a93c7b41f5896bea884460304147fc267f04ff64371e083d1a820b3b2a5a4b4f003c9b00cd90a010a008d1c924da7fb1d335c5b58bc799215b95c44790375d352b3c9fd564c8b25b4a7c6351053345b7faa6623d45f6476610a9a5a2cafa8f84263ca3e0f19d6d73a734e63370162d49992fe9fa0c38274a8317a920107d2e019d3ca892482e3cfb317a81f466663aa92f7cd635a1469f22a93c5e19f5f77dfadd3caaff1be3feb0502c767f7553c3e16bc8d635f8336c9a904420f0545ae77e4f3cb9ce8c17f73a39a92f285c8fd68e0374186c83170e5dd7c7b35e381132e6f73cd4abfa2171c09cf28ad51d327b8f9ff6bb513a9cce85b90380a53255863f113cdb0d603d38ff2a7557db84597701b426189345a4054215542d31cf94b940593d14db3ead6a0d9b3b91dfdbe67c81738758de524cd337c5a68eb75308ec1d1b3d1541403581d3bec1b2cdbe22cd76c96b6b61cf9b61e2b5b42e6bf267e7e6453d2578a72cc7277d943cec2ae970b802f6e375588470d073ecfd881e488123723d4d62fe679e603cc143f30398c118f25836a1fbfad82e34781ec2a715cc157b3d51c8041473f766d0f823cd189394312243a8962b3362ee9335a57c3c50e0433d65acf74971526de45c74e0936068bec3dec72c87f46933feb6dfcceadc14a03d9ae3f3eadab9a60cfdc8f4075c1beb30e4f0051b24d6ece4d35b07be23fc623d9fafedb124ebc448d3103395d46634f144e5fcb1a156ad726ad110213ff6d13da4ac1590d84d409ad51c07ebbf7d1b2c0c9b914a4668318408a19cc188a1193dcef897ac051d0c172e09db958d1c202601d449674371a002025b4fd9d853843dd11264747a5ce049674eec0ab4641925ad3f38adb3ae652560731732fbf4493deba7521922769f3e0f741c264dbd47a40f1328bb496d799ad4f646f0c7e93b3e1ad4d7db5dc69a9642cc8f587692d8b063af9af1b9d32e4e32c24ed2b9d0af3e2238b2f9e20bb92a53402d82f6624814b0887fdb22cb61698aba9b9e45788b3e226559d72da63a30a8b008fdc63337f09d0516f99efe2c6ac0b38ddd4fe2ac3e70e745c13b1c410adb05e5d4e1dee2f5e371e8dd83e115a2e12c2832e990093e7266c6092fa66cf9d9b8240a792b622b0b10305a48aa307762ea56c79d9d8f3e87405a8b0c1b4883d390c79392a7ba39a09f299f57ee8f7c8439eaa45e7ea03e97b58bb89512bab02b1b31fc98a158b99073cce9b2568d07eed75443cce6ac3ed207b550ed54cfbb81fb9fb117a7377215ef6093fc884b1fc2f9cb92239e463ed7456f024787acf830575e93aa05daad3e0e2669ae6ef600bd86facef359393ee078dfc8663f29c3cf5381fb038b76524b875ab99bf889f0846ebdf10e520c3eeed4b9a3eee3cbee57df5e3b9eefdee8e11be2612a71e26fffe16963fdbdb33effb847e3bae62b9b477f89592f840143adea95bbdc8036db72c92617b6bba03f09185d844d2e168aa6156e8a0fb8e4b1620b3473dec11354f42bcf488813a63f0bda9f3e21a964efd9f9e2c0455f35ec3b1e247e2411a884a7f126c6a00db53f1229e398208ae57759d378867f6d4e23a2222820307769fa49d9b932c0f1693f27acd0807c38a769c77b5fd07a5f292da90832ae3d776d6fbd7719dc01d0a13f2c6775a78f56e0a2c9c2942d5562ebe218d4c43c6541d1c7a9154b4ea107fe3f33cdb3a61292a0a58ab40cd3f3445be7714a95871bc58e820e95672a68a4593f3ebad00765a98dd1e0fef1bc9d63bafd1b32758d930ef0afd5f3759ef6f6d03f4827cd5312fc443eed193c0f3536a90ecca73563e1a8235f7b38f98963661e3f4fd56436b843e81289ce7597b8d63e4a72fafd68ab74bbd7edf41665859dee3f51a8034fb8c97899529422edcc26c0a8145a2db24306a29d1f1da6edb86a0d3f5fb1de3662d9259fa3b6e3bba79babe8d6aa4bd5e7c715af784c9ec062cd9f3f77034051d7b6928fdc1b94067754d21a13eb301394f9360ab93e941c3da6683fa093fa0297aa685d9e3000da0942a2a699c905820b88e04c14a1a04ad613bf3fb55245c68e9532f0f219c282955f08dbdb961434ac12db3d7f0aebb7d764703fd3cf0ddbb4e03c97e8d9e3eb7ef7b29feb53d731102e02afde5104b145be6d3fd3d52d4b90f2047464de9576fc916addf04a82d03304d2f3b0779cf8e710563fe3eeff60d17bd45714f7208781b065de360695572c84c306273d42c11793393febf559ea9da4b2b83bdcaec2e153060e7b42761e15ba2c4a947b399ab11b7f3ff589575ecb7a0300b8d3592a605cc150b72b92c92d5a9cbe90c620aa076c6f3ff68f9b4534f340e62b9c3eb8a282b27e0c1ea35f7465f8ce1316fd760a68b34004ae18132486fe795acea454b11fd52b820cb849e966afd892632370a043f84006765085e1cde8d46feae5344feb75909d1cbab8f6baa6938e1c59376ad1a4400773d10827946220d34e0139450f3d0fd0beb1dd53d130a45689cc7bc84b1c401388eb6b081ff78407f4bea4bee45824cea950427f0916b4f2e6b23d50d053403a788dff639d8ac386500f14568f118be0ef71748f8ab428840e17d72aa4cb404341b05241b335b3af50fc057d94a7f325019a62495ebd437f1933b7aefaff404be18845421bcc621451be1a029428bc54ec5fccbf4d22603a59d05dbf0ca0404c6f9815d69f81477f94b205d76aa75f78300360e6fd38439fea7bcf7040604053b27acec2d471e7714f4a96c3a5efeb92997a7993171f82bc3897b566ed45405a3db99e7358ee2fd8245876f300b8ffb6759079b31118383d379c861dec04405e3cdbac273de266a9f56e2bc17ebde477828d3b0408f29dfc990001aed2074060b137b0855a0fc79bf962037650a989f532f81674ef40686cc871b8ded280407162ae6a7514aa8f4f20ab3b857885d91fedace61a7b257909cc2a84f09b5d4076b37f4bdea8146beac3257e867c8160bcd860843c3550ebdbed05178aea2e407c49aa4ec01841bde559ae983a5f49e2a1a4cefc61b12a84158f29f567c24640897ede625285e98f92a4ec5adc5ea8c667b9a3f5349c745c455b5dce782eb840906cd76c10fc1434d212f477c032bfb36caace71a6ce3350b1e4e0229ff1be4099f1950a6693069d4b7b4c14c93a7a3280d4dfc68f7217254411a6fa0bf330409e95034633aa0bbff21e5c0b3bf465e58830db819acaeb4ecd51508fa3a91a40a3a4fe6e795ca36708a5db47089842e5dd73a435773e6cfceacc5cae029d6b40ab3b84aeca45ed02a01bee0f7853a70d11d63d07ce4ba6412debf5709ed77940ad8d8913b8ad009721001989d1c32c3a942f89ed89948d2afda810364b601640b540c9a6a1a0203df44b7780d9b80d6ba6295c58731eca91955dda1920dc8840bc5134c406a650a2f1eeaab1c06cb98f4ed88ccfef4621c2db4bbbb3a2e59140d14f919ee4ad78d8f7053bc3ef1aadf5dfd11d85dc00ae0a43a73d7a1e703d41151424df30a96a05f0ba670002c93364686647540516dded47fc29ccb7b32141230f08ab0912c21f6d9d406f626d94f4b4b17b70df31cfcadd6609537d6c53413932d0215a399c0ffd5e1016762ab9020044381a3d51b5790282f41a4162f4413ad02878cab6d5b2a18b086f21035647b8701fec59bbbd0eb1916b94662f5041490a21d36418af3f180cbee401cb12db968c9ad38c0886ce2629116f2421fd41500ad6ab546263902971b49738a48c4a7a958442b77991649e3ffff39a0c4d4176a17b2f47aa67f65e3618c67e460711d40ac496c30215de53410993bd82bb417a1bbf430847fb46a97391ecac33e6bcd58d4f8bc0c2a1fc4d3cfdb69380ae4180bce8ae35dec4f94ef66b856a2857dc7b6cfcc8c2398e58496b022e5122234186b2ab9d928963a1bc3780ee36df01514e5e0cf22242d47a17b4efcd8d814e4197b4a9845a0b1f2508e4863650e3c3994801e797fbae5b680a40ef203ca6bc41a02ffaf565c8caa350ea9a33c17345e48262117ae1ccef25784bc42354f4ab41c06a8adab1ff5dbd55e6fa66dd3839629518791546767731be84cc248865f441c4877cb98a0e699eba17c671f3edbbe5760fb5576afb5e3ce7cb779ed7273541c54e7e9afaf46d44442ad85711208e0ab40265a91ad7f65ebf10446875df5d41d3400b7aa2247a59e2cf05ad756dd97081b9dc941ef55eb6a336c22fa362de41d50282a1d4384fe6d0b205e41680edbc198e9c4f7a9cbb79c54b1a74ae195c41d5dceeaa8b69dfa45ef1cff4db66df57cd8ac39f76baa223199f1a0167ac6141db4a0c6ecb19f462d3bf76282ff3f7448df3c89d8b6cae7374edb096151bd241dcedeb95d9e5e38f297f1cfa0815163606cf2e6b23d51f610d5510b80588b241de65015b098eba8a7f76cc9b33f8beaf6be7670a228504a5b9aeefe0dd8ce841df5e854bd755cf7e73f612a37a81a0d61cf6707e2a85effdc3e3dc03b7c06041e5a54b04f33d6beb41df0841e9250b25e9e39294951309a25f79b4c5a7699d41ecb07478893c2f59e2f9c644db1dcee1963a3dd11bf36fabca119b9809758541fffdca523c4bc9e5052174ef0844b64ae1fd4e19f0fbbd5d4621c69a7c0d6a4200889e377211ef940a960237359aac83b3489fcf844b7e8b2b82dc44426f8742011f1b96f935b87d0d7d6454a010fde40c2fb4d0a8ee1bc890d88ec0e91c2c4211421b17495c63b163781b7c9f19a60fb3630dec9477484e2c3488df3fd8d2421e8c2121f4bde424fae382b1d68421b6f7565b8eaed0fba25dc790cbf25127422a089c2f7a0ce2e96ea6e4eb2d8f8bf054fd6659a3c2c47a4f7c8545ec56f6423f5d10accaccb5a6aabbf95b7a48f71532854a114d04fcef484c0c4eaab7ad42715cf713758492ea4d842e656a6649dfa8719003cb7f4020387d705a6200e6429556d5c5fe8d170a2cb0b6c4eebea34f7bc6829039f5d2a299b0fdf32cf396429f4d5adcff7244089e674bd9f75a9479b3f07bb6211bc864f7cdc4fc0ed05642a53d3b37dd2b5a2eee56ccff37a507af315a65c793ebf2b374ece8f59146e642ca3c9e3da050270db3af8a0b6cddfb3568684840f1437033cf32c9ad76436342d65215bbc47f2a38c598a1d3ef54e590f0f62f5d73b72e39542804c8eabfd442dba544137ec796dcacdf423e5c5f4594887180c9d2e76cd84f78790a61c51542dc0ae79915a8c4a13f7d5678a212bc7141dbd01bbd6198b3498dd57741273642e3a24998e871839a30fa711a110bcf2a20aae95a3ec3c70e1b2543d8216c0242e76621a1d4ffb421b515560b70d3d54af445008783169224beb4bdddef90cb42e9224f6fd5e186ed0901bc7ab7299d49c24049fa0719fe226349ca9e33758a42ea02cb9b47fdab83d97b1356b367a6a9e256f0fdc8464034538f233c0b17d34308366de5a9e88f9ba5edd76d6cc9201cfd0bf5919dc6da32877d245c412f0f4308690defb6a4aee82a0102f2a9cfa068e7fb60feac3ee1e064e3c0e2e76ca6430cf8b55bfa17084cc2c161cf7665c94d26e8186edc386fca6e72bcc223e46f43133e3010edda2c637fefdccf4ac1769d7998c8ec9a932854dd84e79e07499543191d4e36ef05d45a3a99637ae73135eaf9c1284573eb7b28921bf94dd718bd4337679d3ee0d6a8273db8a27b1e44f1c6c2e68fe7342e2970c2ef328fa1fdda436ae1a5a52dab4402580f0d484bffae84abebd571be4dca601d6f18bb928814436ee2065563149c5dfcc0afcafc4cea1ee1985dc4a236bdc0430f310872fe154374911485b95b96d350396f8e26d196b76376d143c7a1e27f8d82136299b23b43875d83f3c91555bd3a33b5113cc9f8763d0d88025c8ae547e31b29b803cd164389e276b96d39109d29c11c15b693dbe677cc6ce7dc4e8164fc3fb93e6f1fac4397e5341229d6f8929293bd821c690cc78c8e3c0131cf75d4d0158eb8cf1422439c4f82351b1687589410fe57cf09c3ce4ef9eea2e14a94bdcd36fbe515011943ab5df3d7aa2e37ed88da6662ed1b1fcab9a69a6fd10924bb4ce199cde6704443b07eee10b2728d93328742a90198ac1d38e2b90ac818bba4bf496eb3c16ea643b5edf833a8f02860a1e86523a58fbd62f633d58f7e153b6fac87d217c2345443d20cf78c6a9a025523484cbe5c5925faf0fd2281dc7253ec7ba8f574d1caaa43dd7917d48ac3034a44146fa0044808bc79feeab82415f5d1dc1e0c2bf17cb043ea4fb85725930caea474df8fde5912d77cc215d5268b0f309d56c28cd05ccc43ebfa18c22a24fc17956e50e78bcc4a4325c0c4e1f65e2d39f5bfce5e3a85b5441167398bd5a50f9dd4152b8ba0199bbdc77708e8770e2702dedf594ac445d54432508d777238d549051897fe6557927dfe9d298a73df6ed1e0b0f6b300feff443f966a5e2abe1cce15a57b32b9090e57c0637ca7200114ff5d8bd4798dfc74444385885c4e1a4b6061f5976fa8a10eec32f54cb74ac4135377353a4c01bb5444486f42e4542297c1aa2fb9545b8268874e3be3d62a8d77b46fb4a95eb4b0ae444c5367d1cd0167bedda8bbdc3fa0e78c911f81e5cdcf9eab5931d19b20086844587b0ee64c393645bb66c1f83d6be83d373a07ec234a59162373f2ce8965b5446be4ca0f35f632f8f1d6fcd26f1ddde2eff485abe8e4872ba5d7a44930f0a64470228a629b1e50d66d454e81f77d5e1faf05b9b35bdcfada3aa871fe66bea4448254d7459919292447f2ca136574e67319ccae45d9140bb9acaa0aada2e6e34489710f9d89e633873cdf5782b68e1ccdb5900a00e6d94b93f2d086e83a4a42448fdf228a4bea968c5407849ca52b7172cb39a09a7ffc1d8d14744aa376212144a23598523f3bb41af725be899ebbf5127d7aeed5c31d00c29529b50372f06044a30f1d257d16b34983daee6d8b0ee34632ef3d902888272ba5e441929158d344a79804f92265cf398b1456d6fd4995956d8934323543da15ac41f350bd255f44b4c68ead36c618b953b41f78e4ab686aefb08c47ad5d69cfd269b09117cc5f44de54d55836955f3854261a1055631a7eaec09c40aa815192c2dfd33367f35444ea7afd0a72c6c5d2d6e4236f3818b690ad5d14d471f1cba93867bfda7796d444f90a444b6275e734695127921d3ae906a92d21ea9a3a09affa32ce57695cdd44f99ca64eb9992d493096ffcc0f303f8734e07a6601c115803ce148136eed0c450dd9d7a2ca340f191007a62fa45821c1330ff9e8ac7e009f1bb6d2f0e95d9f4528c4e7da8fc010c24b22c279a48cf936393d61de31638d933307f8fa30986d452ac8f168357cf0793b66100db16bc006808f15d46187ed93a47e4ecb7206f04530c01f38d602b54cf315ab90fd7d7165258f76b742c07c123ab168a61277864537b7337ee3a11c4bb50032b3168806f2d337722255aa051925bc2df25f3ab2453afa1f996b66e8649c7470732a481140eb9c2b9049ca330c355f1a728c33b4453d432862feb77d377b37243b2e6c4fe50cdbe957894ad15cf4537795df16a8454080e0e5f0bbcca3e3426ec285628338aacf9c4e57a619e8a51425c8e191c845472d3dc08a198fa57ce8f08636145720942b784130f586024963710b5f962b4548facfac29b5ff8c6d13e6c86ff1bb86fdfea104752b518600620d27f3698e454afa075655f73262376a4d79a2f0385dd76e1e467db0de5a87b23f34edeacb456dd5ee1c15a843dfc1d534cdfb9d2aa7dddb517fab382d146c6c83f5b9b454457da2071ba19c5a6ed58d2e4784b8967b248b58d5eaba286a7971ea11a36f3d459281aa87ee36dc7837e0949be56ed6f76f6aa061b8fa682eb9658eeb35bd06459aa0f527de2506586d9a2dff51bb73d8fbe1c48a4b6562abf862a95870621745a82d380a911c7587da542fc0c2a70ccece8f69e2bf78e4fa7226a4201be63345d0889bc4f81c1aeb54940395dd04029baf9ffda4d7b584cb2481e7e93bb15145e921b621141d89becda5fc890c8329723bdb6e36eaae456bea5331fe24605e45eec4c7b0e899c9c3f3c48eb5b770e08c62aef272b365dd4f059dc2980b40a245f1e90ef0e6ca0c11f428ee8576bbd3690a2eeea2064be9c018b277279c365145f95d0ef322a9812d13e9de0140a759d16224fb7e0df1c761e29131bfbc259246058120cda55aa95a28354a43a9c2e5fba16bf9a81d22fcabf3f37c640777714608c7be9a27ba542563eb2a7c6ba205a891c883bdd3d3751ab2994eb1f4e74d46110eb46b660b53c8471d164b233ac8c0b7b3dd926db8536b81dc03c2c525eb4614ad68eb03de99f8ba07efab486dce15f0916b99c8dcb23de61ea207af998d4616f77795d8b3590cc0e3163de7f59c211902ee429db40dd84a9cc5390fb48f462109fa5099f60d27f3770b939d02b83a2894510a92143d6a6cf5e8686ab6ac462b22baa3e0f90f327c2bf646559ac38a0c06d8053b59b649e18d947d667d7c462ea1ae417ac97e472d05765e745eb9b030fd0d9704ad36063c0887d08566684642945415ed81b6c061f9074c71de664b71e7391947dafd0f3af85571c3a687464f97a10cff151c02563322f8aaf59cef14d4121ebca3aa150f11216bd050f246569bd1971fb161e83679b17027ee33aea55d06b527861bb415eed312fe0e2c4674ace0405ab7322beb92179e8841770918a59f3cefbfebb44a00ea84a4aa93467d26773d347175ae1aacdbf9ad130b8d583fb7467bfba9180357a50e4221bd46a8fbf8b8c9fe9e79bdbd80c5fd7f9919dfe9ede2336efa02c5e0f3d323dc3b46bcdb7ace1967add9077366fd379842bbf7b958b2f181d0b7134977b145f1c946e39874f6a2c70f19a376fb06d61aa53aeb3b8413fe60d66ab5caa0d442a11b46fe21e8920bf722ea6e3d14b701948a1e32c0574d771321b25f8059e84be1604718829bf05ed097ceb17ff1949b7447b965f87fe57f9acd29d7d9ed1bb2fa5c471fbd6e8e93a855aff33e295f1a31bf64862fda9dc5321c81a192d23e1ada4a473d017afb0b0d229aa0a2e5cdf54f23a1134b7dfb44ad499222fd11cc392fdf474015186379492c70bbbc021be3a4fb118f19ca1c209edeb93df20226d7f7b24742c75495826787d77b9679c388b7aaa206860243879496d9ced949e9d282d94742f0ece0d223169428f63e94b7872b3acbe1f9d4be1afee468fede2f54820b47497daf893f1adc295b3e226ee560bacef7d9438192d1e508a06366e3171394475d80cbbd0e7b306e05d991296d0fe677686eedb86d02adab5443f1ce267f81475e9850ff5b1711f2d9d6b0612bcbe48293de1df603dd886d9767cf20a23ff747737122a1f77f07716b95b62c9d1d06d926f0757b6eba8a693e9fa81de16dd347737deaa3a9b2a57e0c56072f09ddade6d91fa45bf6ebed3af11c598da3d75c47745f21f3a74858cdfbadabd0ab7763af71cfec65e4fafe36c53eee54816bf04777f157c1a0ae00e1b6499502e82ac4291c50227d4012c73c8dd0bd82eb50e5477e0f78251d18ed8dbe83cbb3f1e2f33e299eb58dbe6428c51a0242154e4a21478a408750c883c35588212039ef3158594d93c9ff5165882000d78d0f6018c6478d16b43f7de76f3ec8c755ce8cff35ae4f2a71fa13262b7682331a526d68404791115809f622d7fb5c34d6babee3fe0d873d78e90686d9c0a0d2e4dd05b9144791991c677238c92cef42ccde637f5d758d5fb7610dcc8a03b2d0ca3b987ecb47bda6570df0071a87e44724e93769443ec9628b1f1fa4e11e5ecfaec8ef34f647c4b3cb1097bb597155e984a6b4a8b46ce22209ecc82c025de2fb66a743227347c6f62794bd5908a1bebd37cbff05e93554b96ae764353ac28093d9587d7bfc47cb55453532eabdaf83f97ca4d4c954fba38073839add4524ccae87da3434cf47d8487bb27095043c5abcdf744da88768600ce11c4bd01cc4c7411f4c96bfc547f003b1a68d9f63ebc86007422b39316c2553c2151f3be0384221b6d603bac647f0e16d5ddc16ddf5702254329a8bff356bc135e191da2f71cd7b179cbc935647f12c897ae3a5f6dc3f7c9fd819d12cceabad4db045f50208812aa61fc24ff647f7d8ed3a97b37df2ab9be7a4ef5caf0d9dac8fcbf7237d67e011c1c0f375eb4801f34166ba25d607b33168b02a2304ebeb051ab7554555688e8d3e423d72874812700db30056dc1e51ce5db512b9253c8ba0d91cff09d02673691aad135b95481285df4865f951cece65093d3aac15e632734fc538d74ff5bd72c89cc596d248396de950c8a5df22a654809e8ab6cbf9c6d5a9fed62f35ca7b21df23cffb5e4842c19ffa985d3d7c0dd3554ac2a220d1e849b1c1890f13a8ad77d66a9d207e484ecf3e10d9d92b66f608e3f25651d1899e32a7129ee5f0bde715cb5e02cdd04859a6aa53de0e7b4edb4712470a97a9bc9fed578083f1f248e89f3d92cad2384860066b664e96b0144c07f4e4f568d760fb881610036f1eed0ce85b616776454861c7f794f7d2c05942a60e1b339d474486abdb8aecf559b87ce5e55fe25dc0487bc3383b735082253ba37191d006395c1b9ad77d10f34980935797aa040e124899d9a490045dc3aaf900d8eb957b2f7c9dc80420f6181e6f646c804a2f31b148a581a951ef8391a8307aed2f01c074d32410c6e9da811bc837c82908e6cc4948af0b8820c0ff7bffe42221621428c2efeb4172f5ec44b45decc9df523b95ad48b71de3cb4ae116b29f7fa2c304a06020a8f7061ef285fb7410af480f56ac7b48bfb6e8b935b12277716e4738ca78430cb7885a9a280b8eeef7ab0037ff0ca248c4c68e1c17f997ddcb2b400cb549eb18b7dc62879a5e3db651764d365f694c48e433963a426b5b653c4b52835436ebac754c81c104f69162808e68cef1f9cb48fa203eeea8ad872b34d506b7a2e9a778d83627a2f6dca04fe0b4a728a07fbf48fb4536b8da4962a33e02a5479116cafc2bbd86c7c9c2198f9778015cbf0767490187a5ad3108309725f3566015deae66ac61faf6a6b2387e28d7f5a78b9d08491f0a4d3904256766582498580ce1146d3c8516e38a7e75c10e8b03c1630b07493b428af4bb1453a5f3bba9e247ac6cbf10ba9444896bd90f6c2c0089e5e42949475119700f10b89ccd0b351175bd12f28c0063c07bc27dad05e741ecf0c23e494ed2e4aeff4599e7af8f6a8b14341893471a1a7d94aeab43bf044ac543be12495abe933401b91bffdcd6bb7bd297d7377461d978d09248ad3196a2c6d608f0495c9691c8c3b56244a70eb008c95fbbc66b764ee6414600a6780e3669420489497912f1cf0d7cad71aa1b9b1d11965341fd2a8609e7c47d4814bfe050c194e649897ce11d99b530c7dde1be3761d26eb98dd21790653b8f5c55f41f9cf7da1449a33ed9bde2ef5e696c6941120212ae24554dc2993e9cb8aa6ca829a3b9246949a4c0672dbfd3d3ae15b6503f7bde75e24f52ec5272258b03eb937e04de14d049aed43f8abe1fd452f16023a5e00f0243272722b7aed35c6a006152b25feef449b02d5930aed7f837eee95add2257b6dfbfcf7fab1709fdf01a5f7f0dc72d4c49c19819730aed100cdb091e9292142d9ab9811fa72facd458b35ed2e384f1c349cee8500f0bd524d04bd17ee1a250acab6d6866e2f1206c3c212c25de66e4fa49d1a0687114ce4c44e87e5a77d7f1cdacc01a037a37c395cf0f430b0807903149f6191842b345219ed70175e429c8a75a8bfada651af65d3e24ca3ae33118cc49f842be0e714d20357b7336206c69e659d02c9ec9a664d3c3d96508c30d655549fbdc3fab356ab907cd6e37e01c90bf2b23496ba5c453a6daeff09b6389028849fe7af71056a125be4ed229bda1da53ca5c8db2b20c6eab242d2f418840dc604a05521832ef129bceeef15fb9737b0a1e2ffa76674c69f29c9b3a082590a1ec4a1388a6a79c65a94e3200ed5920a510af627916a8045fb742879ad4fde951f14a287c228a44e7d67740cea2f0969877eeefa73b60ae53fea0a11645e127c95d4a305e69e61c4e99d5e9a4b805ae79c54ce9c26dafbfbe02f8eb737b88e107284a323cf306923055aa193d1e9f27d8fa13b79ffa6f94b3a3e9aae9c799edd0ec4a4a8bb9e0f6d62f9aa51857d4adefd76c9f912b6a27cf5d133586d415bf08bf4a57f3e6dc65fc6a05f9a0af124a41a8a3cb555d31828e085e733f8f5a82c6004a58236ad519c0c77717f6d4d39a59fbf9e655085a2bf2f576e4a02a2b8ceeb74a633d5b29c94b35b2abf0001099962cc9532aff82d5ddfbfcf0b73a4699a6004a6a11b03bfed6e34b9ee30e3b73bc5ca21d9532c77e80da1d0e8b1f073418bd4a893390f541025a5b87a73b8960939b02b49fb30620be8333cba6c46f9f1ed74a931434c72b606209ef88d1008f59029f917914d815ac1436577144c3851c134a9a208402cbc356a1731966995eb794b3a5cc1daaf4fc9d0ce7f330475c8a934aa88aac591e1f998e0e4620c1a03e2595504d4611ea043fa01969ba4f971fea4aac1e890970357685e3947f8476bdf5def4b4f0388a899c83802820b0adc1ef4ab7626a62ee893401446a1f0f772a349ebed4e9b18b70f72d3a567840f39f7e4ad03664a2e34197cb6c7b9dc1d0991c1700b69f819b051f83df4aedaff7ee684adf8fc6817d30f2c0cb2ed41de4fb0b7083ce650947cedc5e97f07e95bb51794ae30594241ca7f1451ce6be211a80f322d4c6f3778c4f4ed519d0878eab5e6d4aeced5002b0d523640954eba88e3dec86762a02511b0f66a7a6747a0a93bdb14b1049b3e5315a0fc42ea07cbfc53d8333f75330130d810e9ef71c385d16842b4b33b9059d5303cee37846b8486eb6b9125a44618bdddbb3dcf077ef73292a784b508df087944631296f1ed1f43437e6e2964056ff4fe4e76655358f67cc1eec4b613ba8d7bef024f9285569e905f27b69ad4e2968692785f3b654cd8c5930314b65ab5de96fe3fcefa288893f3e9df14d8c0891a2330ef63caf9716eef080584b78641c5d70c0ec949fec3672eef11b8037719ff937906e68bbe058114a81214b82f417254a570fe8063b8a97ebc0ddfab5ab19ad95458793e883e429aba6d94b838df53b84b92e7f385ed226c4c81a95e674dd25aa6ee2f2937c54ba18e1c84b89a452d21768710ea3d19203f02a62f6ba388693609096b6beb0d3647fc73e4b8a929a6874f711a390f6b580c3a2c1c2aa1d96789abae4002c0a7977cac28d4b9e7a8dadcdbc041c3363d6d7de960832328e3f43f4b7a01eaec640e4625f4c4ba23bbc7a74e5ac75b5ee912c317dbdb7561a262185fc351257ab17fc2c28194bad6b98241e48add3ed7438a1309925151abbb5278d91a180258e202009756a4bb34f99ff45aeea6edb4146f23eae9a01a3da928f6433f8921a5fbb304429274bb889add2d3bf63656c4947f1423c6b6a37692cd25e748e1d99bd9ce7e734be4bfbcf0a61da84680229c488239de5b78642dd501b0fe514a124fb7f3ba6c00e4c2451d0f6411aff33ad6f54d0d69ff17802e5705c891b43889904f1d069ad354c26fcfd7abec18a84cfd68f9bcdad192bd509c22a2658bba5f626521e26df654c452793b28e974a806e45fd4094bb6cd1722133ce86948fc2e9b708cd14760d4c4c1273c7642bf842196cd8599bfb7327359c9d9c13cb668f1dfe4a1f3ff3364c4cbe0bd4293cf1b6d59498abc06aef46ff9c9057ffeaec4230962370136dd44c4f48549063f5acfe4be336ae84e62e8565a33bf85dc0416573cbbf53a0a9464c53c0a9a0072356886f80386b692ea365226ba99914abfb92a3dfa6d2eaf2704c7134bfc9e4915a93b4d5b5864800c5653710663deae7aa0dde0a44433e4f564c7a371a55dbbc787b9055573f4551e44b8230e0861af7a704f96005686c11c94c902870117970dc5dc9f32615ca38e5bf2c2236bbcd24634dd7b35a7d75f2c54cb38c96eec85b2d52b015912be4ca7cae5cd9ade1e2a68d3bded204791816bc4cb466361c98d1eb3da6285bd1850b0f80c502f395176095f523377eb52861144cc8ea4f3c0fab6537bc6a7df33bdc68af97264b907fd039f4f83c95208ba8c24ccc1b43ed95b43125cc50c7ad56eee715a9ab717ba4957b722248a42eab51c74ccc43a8b055c1c9e4d868553b34e66e7d0e526daba4783be8a8c48c1edcdf1c4ccffbb37615cd57b9ac8155f58f6b6434134fce1b2d62181ce7b9d3cf0d11c04cd37651130334d4e4b1c0788c14839912a1acdf413e87976b72ed6b2da700e04cd647304fa5fc29c8e5ca3d2f629519f8cde04c3b9c16eb8cb0de9c41b77ce84cdc3a7df88c25162ca4e2835c127da37e385cc2febb4f6192a038ca4473588b4cdca85c48bb1ef83d63ce1aef8fe2498307708b628078c66e35a5c013bcff494ce42a7ecea0e0a8458978bea4aeca493ca527d5554c686b5f8b8d811d66ff424cf69be55d45d43b4203962f792f6b5dfdae728daf22059bfb3c20482415c9e74cfa06edbfaf9998f25248e278dffd73c471d30b35145d13fed6ed4ddb6615394d0502e388a0a68678e384ef2fd20c22ea76a5e3cc6910ffe8fa44a6828439454d0a41274a194063a456eb1e4d7c8f29aeaa3dfefc3511e2bb635bd8d9ff99214d14e2ae0448e2da8bc6f75459c75193b51e36ff9363e0c8126611c67c6883184d1917568b8073a5baf59068ecc924f443da9d05722b42b777de26ca75266ba04d1b6b5f213ab0c3b3931c611589bb8bbf2393aacbfedaf85c15090e5e31b3e34d3f3fa1fcd28ee88b7bdbdbb3e8d0be9064babb43cfb0b90bdd84b7443d25834d591c7e7192b85f24f8313919b177d9e50cde608cafc1f11117cdfea61aeed34d5bd869f6bf254daae14144bd022ef1af6c2e1a6ecd20fd159070b4548b74834d794c3b8f2d98da9b2549b6755c1090894b7c08902ccc9ee2c366edfb5d209b4d8f113b2a026a87ae68d2003427d7750d5f96d060ec047422f94fcd9d96fe344d98c4aefc2e0b346a57065be1e46160418f16f981a5f93e9c3f3619186558c14d98e21e1f76af66e0007060333a25ee2387efd726288fb64f1c9c8902aceff94dad6b3f5bc304f89c2eda3066595dbc6422c2e7a064499bf69ff10bcfe99b8c4dd3ac19ef50d7e8f0963dc88d4d0782d31c3e6c77afecc09bc903976f7686004dec06807ed0c5cb59a11b876bf8404cff2223222f3b63ae86766a7e00ec64df4df2f8f4dfcfb8051a0616508b5c78d2d5e700398946e6273fd587b7f7ed3d814df6530270d8e17d5483f72e21ffa90efb247c4eeabf5cb5b8c5d7c4fcbb19594e01c4e2dd9d45680fde061ec6cdde13921ae2c312dd1fafa41f2c502e67dc4b4e076df6a2868a676c9129bcb4a541938ff3a20405bd8488c13f968720fc4e824e14dc656752c87753966e81cd0a8db6af1947fb99d09a0491bd8a90a307af714e39d81b935d60c854a5de2a4ce62977e6f20097852bf8c4c3832d725d90e7cb4e413b0fd6b76f958be33510bf398b078e3084d636c7ee6cfac3866c797aa3cf4e46d012308c48b0736687165f58373c6102c95f5935a282714a04d90c4ff75b4e4c32bc1ba468daab46a524485b3d4eca52b5149e32040d5124df7bfcf984294e5596d0ef9a017bf6b8875781e76b7a5cbaf06d829899bd6c66c711ebce23374e67a99b5626286096c21f7f163c73ab9bf3aaa0a18d3f34d6f4aef78c26eb2b4e702e6aaaec83a366b43746a52c44c5c6db0332d9ad3ac47fa432f0ad2b2ca54e7fc8a99f78833d03e22e81e59fdb92b84702b8a40404976e81f8ce63611b284e8022c23fdfdd58a804d168c94cfae6663f6521232bbf6f768ecc6088d06eb64e9f261ad3ca6387b2b70a3704e0ebd6cbbea41aba93c58fc736ece5fc4898364ea8d73ad6fbc68eb0ea3edd2511e72c3711e809e767e28e600465e97a9a142c4ea99dbfc45cfccf70743389dac6168a2b07072c6cf927d0634f512bcef75a8c4ead76b2d0ea08de8fe74c5467770352f6f6808d965c98d01f1047ef682c96b44ead80a43cb50fa5f3a0595c96af7ad0a378489b5e6dd31ab799fd49c405f9b54eb3496f2610c938928fc34d197b9588b2fa6ebc9c80a54a0ad390134f83af194eb4801587d1653e68a6cc0140dc4a7c6a19f4ce6cf7c5b770103e5518b8d08f4eb56adf24c8c82df11d47452980b988b3264aa9c734f0d147bfe2ea9d9d541e4ebac56b8efbd3b2d91518d8472783163a8bafb198325dbffc46c32b948b8bde4ebdf8752ee34afd3d1c2c312e9b4a61d56b5413a1c70ce3f3c27e162fbd41fe4eee59c4474462fe69c25c6952034c3cd82627113fcdffc0e33cb7feb35533584effa7ab574e6c4e347e988c204a26a052975c7890649cd7be74525fe9a2e3204f17a9095907ff40b2399f50aeb72dbe07b8edc1c5cb3efa1235aace55770a274f1b8152d66bd46729b66546c3a8b0c1bc6cf5162c01128c9b10da40caf4ab924f28b504ee7b5cafc7a855de5e44c125fe9d21e4b6a3aa86a158ded10b58084a4f3a1858855ac92594e7a74d0e3b8e978b8b093b3fae991ea4d597176ce625bc4f41f1f574cee25dd632a7e9ff858ad012d4ff7ef027ec1d0cf943d83e709c474f43646f5e9ef9bc72b2f59517943f9ed3b29e64baf9f4ce1411380efa2656ae4f4706bedea31d0c59382b5dda5e7701e274e6bad4e5585dddaf937336511c7a4f6549df56695c713cba3afb6de9b457b3441b6c4b87cd84deda271c42d049844f7062e536e53c46cfbbab69d6c6e4b2af487086001f389532befba343ee9d2a4f7290a8c31f9623d75a8a941f3cef4224cc07c804427ccd63cf7741684c521b4f840865842fbf3c91ec17ea0c48c47d09ca4abe83b6a8748b864a82fd334bc34f85ec257a8eb8b3bebd10f70877769ce3573858af46ad885dfac1a86c8f55144f9088670e1dfb3610720dfe100af470a28dbb48bc06cc9096d6b78e977c13c44f9441521cb084601c714cae3fafd7accb4fc83376e57600556f77cb004b9cbd4f9e75ec065c0dfb0d24c52d85d76b7d9233a7e3051b0560c95cae6b78ef0ef94fa7571a82398dc561b8719d28948e3aa033b9de2ba22a2bbe9ba388d26d3bea4fc1c46fe1f6ea2f59db29db3fe2cfe59f598fe3c55d380768b3c222dceb1dbd4fe4027e787755812e5da062156657d560b368899a065701f202835cdcadb86d500a6b48ba9e0e19e20736772372038ffc767b053085f5a33defab8c00e3692e500f7aba5aa8a4fba962d86f424cb95dc60bee2b6eac402447e32a9f51d16874501380fc0a844f237eedf523958a03fc207cf6e48e463a1d51813edd84e447c3501e6b1553fe5aeb7ab483bd9630ab4493d6cfaba149b92c3168c6e1c75d6a1e50306666ac1dffd2ee10475205b7fd570ca076d48f5d4fd0cdab6fe3d2c5d018503dc2d90771cefae198ce225c26c934c4eeb60304f26fe8931d8f02309aa969504216ff3142ca8d3889610153df68403ceda05e0b219b8fa9947c0ae318bfe050427f99489fd13cfe7dff46c3c54a1be79be2886784ad3d7276d7068afafb7150442b01cba2b3520ec686c5dc19c51d1e83f5c435194268fe58b9e25d6cde57505fc0ba4d9f3498b557fb4d240d5dbe900a81acd606fd5d9294b37cb0f8612a506b3a4553afef761a984c16d6c182b361b6a9dede226900534f3273e1913de4506e73bbfe082570c23d63f87abf7b0aae7eab3016d1988fc127d767e5e1cad7507eb9dbe5d8a49158374cb64712b630a9bbb086ca51cbfb1764066b4c3be57d507f1ca6b9d8560a42a75e7efd88ab556820ff79bb1072ee2e46c73e36704e9b507ff41af73d736aec26c4e4aae6be0489ace14e31e2dbe93e0bf24d6a5f07685083316d4b11af3dca598f34e02416cc09927282d6a8d80d287c2f67cba524a150a4c4bdbc375f63bf5afeead10e73cc383246f9ae25ecaa1a46164a3a3750c050b0ed2a48c6b27f83c11e8a423fc242c51cf06eb4f4c6a4314b201b5ddf736750b787f53397ee4a46fa01c3910c028d6dc5e8df00895b6c25a99ea3d624ff0d50bfc44b264f0c98abda35ae27825254cba2cf224c07a672c13ccf918f36dbda50c72c965ca7efc3d7f3c1ade17fde5ab7f360e1e42021fe1f731fadbaa3863350ce0257b1e010b3d54aee00777ea1ae0d7921521a8b5b42452640c3f9240de350e54fcd0d0200d0dd89d6f0a0550b7d241def61fadc2913537e27c3415c8e4b50eef42d9a47f79e6da9a541e6056cfb053a370e624279964247b13720dd6b2750f3f1a647ec0210c032fc9adcb4d55b1808a8623ade96e5987830733b7760aa50f794a925fe8fb93fe76b4e26d17b288e0f06cd62478e21e39da89c0c947fac510d4c649e1f5ed721444734daf8678e74d7b5ed1007ca9abe7f48ffb722a3bb51198841595a628fbd44654f8116d7141dae309f7bf2f3599b3018e88ee958765126b7bb67f68deb93a30361a8831710a99c49a51a35018a4563261d238e4d2f512a19dbb9b04ddac188b5b5512d4a41f642401e5a73721ce41e7321202e84355138a8832ee0661a609a3edbfb94aacb177a0e3bf68314b6992ba219382433ff513e2b5d8c1304ab36279f4771992a722d0ead55b65a5cb13ef62329e2b54d1b514a72fd5a23361aed17eb6426213b5dd4fe735afabf0a65c31dd9e8ea3720fb514b508fa63bcb58d3a65f66299d16d38a1e14fce019ec439c3f0cab2a9ea3ae516d73ff4701917b526358a05360091e2e61474b16e1304fb6dbff2a973e544251744146423b3c627cb3bb194f50f3a374e8db67791f57119f8d175a8bcfee8b517b871cefa3cd82e371f35a2f294c5eb6cd05b3b6583e6f696f470fae9a36f4518afa5dd9dd42e1bc83afe07234b03f4e260890d875b05a73bf945181a8a05e518f874a43a3987d66bdb7c04caaa25b6025251f99a6cb9ac5bf62b9836947a851907a7ab7b3b7757d94cf98fed5bfb9b8f9f2bfb13e67b80c99263913e438d151a215e0959fb55bbb23b3b654a4d3afd260ecaf30f58e948f51d48e528e8e4951d2b37cfe4984913575c0d4f4b785049e41e237b32c5e6ac8279ef71aa4f68551d37ead7552f06b4825f636e2b3749675d359d030bc8a39a47cf72a2fa095dc51ed990a5a6381dbc81034d88509f067060b6965fb1e2db10c0b27a9edace46b52011548f9f8d838b67ab8ac71cea79899cfa758027d9d75b2f15b23bb4fba7a5204639d1c7d9582412a98a3332878e31abbb7770155221980c9cd1f8527600e5214f17c37bf12aae5358d98f7a24982197c02669a28bcef87ffd8136a00010c5228dfb35cfadfa5014889a314339de2f51edff0b1f9dc553da0f94ed94bf3085230ed5f0b57f5e80884a81de996b577b17ff70a65f4868c90e0ee0a9f238f0952335fc3bd69507aebb365d4b9d728b17a92bd575a4c1305ddd130a54ee68b225265a3a0c37b28bf540f46e2e1cf01b20f519485fe41f0dbc509efc7b4c1c84e5272fa12a2f987322b50b8953bca85727b00d4eacc4c5de398db87afd5762bf052750b38af69703dbc4aa38ef5f9945d14bcf5f394e27742cee08dcfc282e8be52911a306235db679cfb169755a70622ae6bf62977e7435eb2d84ea52b2a903752e36b734db5adbb9da2110c12814dacd009713bcea3b06791f0f406304580f152ee501513c1e6f5a22262a0954da8c93dd173486dd375a796b82ff681034dae52f2f119c5dee19f84e9f3613a6878b8961d45099f671f6b41f9dc1b092ba0cf5318cfd6a0c7839d6ef044d74a908a4830db6840f50cebdb812a4e7460bcd14a531fbcecc574426ddb8434749be5915cca4e39a18648f0843619ffa7fddbc391532dc0edc734ecd4edf981996411b306852d769c45e60d889f0d8a958da93ee85342649eff718552562b053fdf1c01e5150ba3c7f3f28ebbafa5f530e9ffe2ae534bc349ad7229837d2c1b32a7e47871d402e36aa4f8362bad9188c469a944ad535e5b6d87af5fd8c2efc22c59c6f99de12571ba045b47e0a8ea44fde73d6f9d535fd0529376ad1746b7a81c9946ec0835bcdfb33773e522074f92d9f527e3475368c3e7e1602ec7218b3165eed3550b47173139720e6a3c62dd08341c24d755537dbe4de1a90c04b057735ca04bcec5f347f963be56476db6108734ee51ac23539898b331299eaf8a0cdb708b08186ff196a11c2367342390ddc72e3c121e6e539b2cb5fe6fa80535c88b0b00f8db279659a1c3622d58076a51e6c8282c46e053b5e9dfd02dc279e2ef712eb42f7635f013051341aad50ccc0bf394fc742ab753e4fe88e984ce0a4047ddc3e366ec5f60490246b81c1c1b61516d5d2df73c0853f502cc8f8eb25b043bb80f63b98ec6c343f01a9545cc18d2c434ad3f36f3d053f741953463185c44d235362d8acd23bcbe642ab39fd2d2bdd3be8f52fdfe865409795ee20ace10c35cc765771ad04bc8570cdc0e03e5724ea9652ff07bdfc6541683b358f925b097b8ef4e75d805a9a77a7e63c6a2e4a81f431009570e5b1c54177ab6ba31501857f76a3ddc0f62b705d70b5927c7aa744e5429e8a8937b2754192ae259e016bb6e019b5a762e0dbf89de5fa922c81b0f880aab296a8dd465543cdd218b194dd1eb2cc57aec5b867e3e56dd32f985237d9115cd4529f7981d54549aab32b79f3f1525c9051869cb49d809f860c3562dbd202002d58a98ac745456b91289b65ce62df04f4b5817c7af9bc92ec5b94ec3ddd0998e75a1a6315e5459a808baf4a33b8a4706105683ce5c1137b419e568577ee04f5c51167bb622545ffe8120d5fea002478e12dc0ff46cf679ba4e8fe7324e69e633a5aacbf9a4549375f573c9f229be6debb7e85b7c6c1ba6f4c549ffde5cc2b31ac981a16d5554a133cb2eddedd5513e10950fd837f64abfbdbdd9ab4920ffb3a14abe5761d254e7ee3075a069563d084a2b0f4b8ddb52c2fbd6911a4cd7a8ee2049ccdd815754ed8677b85fb1607a7ace76158ef935607250ae5bfd7d7e33c017f4b455cb9054f16d39c11ce88be2eb9ff9c201b9ad86e57695b7dd2e1078b89995a7afd13954fae3ef202e26effa3afbd36f017545180cb2ef2f2426ba36241dadb08e96bd550282ed9156ab0cce99f5ad70577808d4c224948ff53fbbcce4e287bc50f0bd5512c9026c3f6c069a4ed67636ca3027802cfbf0284ea6f4ac820300c926d6ca55293b27706dd47af1ca7a78392c4ff1a68ac9b485c27ed7c89edf0211fa8c945530342b40716a3f8d02993335c2d153a372dd7b0ff518db8852d7fa3b0ecd8e553b53b4c802b4ec075453322ecb7db8c631589353488526f1eabc58ff453699554b1e4357e9c2cda22f915a338cc71ad3b6498fb20e96719ceea3eeffcafabf5557266b3f75ad6e8ff92e4eb16fc1b3e85e1c1becd3f158aea3d6db85351950556cd2361d3e3810d1e253d4e192bb6675119d3889bac909717ec02472c3e987556dd850dee3e5ac671e5b36986d860965b763db02598f0f3be8e20c0e14e61f557d381fe69f3a6ce3d69191f5b6c597995bb3ce1d4ad283e483de27999e678f558b946178633015c96219296960e794579141c9014302034cfcb7dc8cc8358b5594798b42baf4e7276c3b461cd1e28756d3b8897aa901607c0afebe4331426d55958f6bda1aa822d634996960465601016d860cb9c2ac475883ff989169954555a1e1d6dbb64297a91f1b3fe2774e8020882df19ff4c48cf36d1a1505d5a79555ad8a4df7153a0120dd97ce4c2d0b8d05135e9a2997a4bda7e3c67cd63b25f555b29e3682c9a369033362b82db4da8b9cf14cdd2065425bef0afac2d66bfb1455ddb5648952a7a66a28679c98a145ecbd8402935c3689952564f21975907eaf55ded1fae91d57b6be7101509d75b816559754873d3f5623ed3230c266e27e5c55e6c4ca40263f62b6f24b08bbcd5201128e5b2cf83382b56dd41b2e1ad1ae6255e978ba761dc88e82952440eecc048fb25c4d63ae204920cd40202f9c1f77b155e9e6adc9a7866bf18029891fa98049291247e9b83519103509a98766e9523755f09283949c60ce9b29cdbd4845da6cb22384657a820ec71786ed4091441bd455f16519449d9cdef2446be158a4355c683d2c07e899551a9888385a0fff00ed55fdde2e068b8aa458fde57dc762a3c12c57b273667979459551d8465fb88a5b5619c8500e6a6887803e163f8b1ffc325c475a1553503f0c33d4d9efdb1706d6562ca97b2be4b9e2a5787d2df8bd0a20754d3867fd8d3e2c6cbbdb069c047b54562fb33f7c10efde6011873056364bb1f012b620804adfde67e65e75b27c0c6756419900d793f0c1444e600a912950c46b39f45751b5b19ff3d28c1db7c5bb3e564bbc8988b88461ac46d571a96bf94ef71f16c669c1ca37ce0ebaa8e59450ee5658d701f257e304d496de781b80402a6bfd8b553f5095c236bcd1a2228cad35565f51955aaef148ced89bbc4e5ce8e8264955b162f39a82871a7ce3f77da0175686bea6e9137847d9980c100e048b6f29791d11f5e986080530e3bf606314d4568be0a19bea9b1bcb10f3084a5b6c75b0bf93b3586bfbe0b7e95576bd22145056a4a69958f81dcccfd1519433cad4e5e219c74c2168bc227f6991e215233a4056ac9e1eccb2449d1e33c433ca15983e2f1fe5d7c651756001caa4b75240154056ae2fc192ba0fccd671f0f6af0e3e5ef1621a6751cf1dfac29aeba71e9b93f556bb0a8ecdb377ffb588c59367615cd7ef80887e4a3877e0fa854e3a6dbd4e2b56c1f6ed1c1ffd45f3e2493075c058cfc8f7ad905ed94026dd322ad69d0258d156c7620271504aebd5de00f4b4af3fd51348fdf7f085cf59d61ceea6f0f07a1556ceaa1a00a847376822b15d17a0901363c22ebfb1b0b52eccad9049b66b58df56d4cc0e710eaa7bb9cd7d410521a103b7907a33567ea33c278204ebdb3ddc0b56e65d61b3739285d52dc458253274e49f98396500847c19aafba6fc2746b97d56e92ad03adf8d3eb8b7493cdf37def27bbafe2bd825d6f4a2bcf7a25761a11f56fa3ed645ac80816677295c87c0fad451512ef348bcbaa67a14d8c0ab860dc956fc0ef26b953876e43e4b5080063389588d7bf2d63a9e6c634057944526548f570fd6aa029af8d8df32d70c7ccf30f34ea8d2b5101e78c7a31f594f323403705725f417d47f4e71472bd5c23488c9f73b80dc1814abe5f469ef89b3a4d3dd69573b068826908e6336c77044c2585d60e0ac6788978c50d0e3d78c555d0821ed57595918d273f3c7ac842f98c79374f142f9264d569abf3bb763cb8de227d3b2576066acdb452f4332d1d7722991d31df9856ca384f4915043b09e89b9436a3f5765c58dbda75ff5d681ddb23ac9817dfa971c4052e5e9d7579b0cd0b84558fa57664333aed0e64b7521d4371b124a216c37cbbee38bc462eafec80819d4bfa35768f83fe143650b0c786c137dde24cad3884f4af99b6307de11a0ae86125fc8577379576812870261cfb5bab5a83a5b2235051e6182b88163515174098045f55777aba3a21795522581c747c3607bb91feca65c905d86332bfb475d6cbb2d6057847980d38056aa5d408c614dcbf21bb078657a45ae68db7351bee5676d1967579fc86f8ffd3512d281526acf3f9a089855b798a3b55ad728ec4ff11325937a57a68ff7780685b2b71e4fe38a6035c7dc121f07e7243de1de553e6ffab4898457ad85c573f5a3347f4202f38979420695a6b077edb635a4bba3aeebdd20c7ef57d1be0dc0252cbd5a09412b94bb75ff8238cad511d7e7322c678f4cc41a5fdd57eda766df2e1a09b860f42c489d1e6a99a0603fdf8ee1a75fb6aa34594f743757f539ef2cefd0500c3265eb215810b53a995e7549b5f4566e9bed4e59abb3b457fb847dfcbfa4039120382e74a21266b7d8f4f2d0c40e98ed30277f87e909b157fbc5ead3c14f7da26c8265055664b11be793c160948ab931ca3062f1bf5740580258e250da13af9f2048c65f8ef730bee34e630a5ae2bcfe604fdce00cf015581a92a23f7976da187dfbff9506ff108a826844a4082ec9e5ac9b4da1769029581a9b702f7de2ffe205d5bae0200d5fc2c83c22f9bd9f1ad20e21fd7dcb18a5581f28e8a694fe98faf93717af8b992b4e14ec1962d92631b9595b3b20a3e1825828f3b666ff1fbbe2eb980096bea08f334adbcbcb6ddd3c0a256ce0720ebdc9582d27930e1cde85a7de75a3c7f3d98b9e15b3deb3c0c22028362fe22d23ac83583810b050a9f6d45f39f5feae6b51c5615be8e72d6d5327123c9140cc21563a5848ed50ef7045e825f8d02a832b2589851dbcbe8c08b90f74d4d015d76660c65862b27d94ccbf4c918a152cd96743d3ee91ee797efd99656227fd0a348d31ed5863228cab68aa2ebd4104f58b62aa718f0b829ceb4bacd3b977915f12554039586912df02ffe98e6302f052b22952ddc7a0ce2e9b012311606a6ac58fb8333f58702a2d5bda44503c975638b14123af8ff173416753abbbcf6e8b63c6bd07085874c981688c3a62be9cdf704461684d97451ce0af6a9e09144611f977ef0f285888c8c8c5ba0f183dff20062965d78ebe12038c932eeb171b789692a4690870589e4c5d114f7d46f9c877091907567922a79ee7236171c4223dbacb08c7fb7258a4c5c306966599249e3c718ec53e946a854d8ff7e39835ccb87a1e3e1736e758b621bf77f13490f6d4f02d3c5be1cf0345c8f9d141dd62a5a4b4c767d77aad58bac807930650181ef18c0c49e44ab5f8706538e7202c636d87e908ffcb5b9b58bee40f25427ba430dc7932b37ced6bf55455c3676d1c179debb8c6cc23f95958d27d77c997dcfe5236a937db754db715548221f7bedc9fcab7a0f00d32f6a958e578450889be4bc6aa2ed6c72c6c583e777b6f791cecdf698b25554871416358ec13c172838c358579991b8595a577185d6aaa9dceb3daaf7ad0b6831af4b1590f56241789f3c4ff2fef1da59f403db2f785c3ee19bb562dbdd80e64630eb0591619a345fcbb34a598a5b365f086561eb74cca462f9407556b2ca1c61d7ea2593f63c02aab5f1bd761b5298bc0007cd9f13453b2748a83887db92de2ca8118594144af90ffa75dca881794158078594e2ea11d16f28fe288376c7d659e4b035943cfa9cf9fa124eb70cbaf3d9f1c716a3d687322e60ff8281a4eee8d29e4f25965f5ab6bc0daedf41a0c6b9e747e896e348b261c97cacbdbf37023eed39c1859746d05fc6b39de51c1e7858730028060fd18c4f54ebb029ada69ac92118bef597653ec017f751c251743805f7b09c484e20723054ebcbd5184e26701154b13598ff09325f8469a841f5611ad4fabe5c1918763feb4aa240302fb6dff33bd0d599b6c35bd0870593db7abe821ed5c5e6f780f993e9c53d11b7fc938e459a62d599da3280ff734123a4f947dedfad5b1d92f0a470cf8f6c44a623d51cb4c7da459a2b56078a65e2eb9dd482307c6b92f8232a0f6ffe808ccd7dd34fcc493ca6359a640b565a3903fda57025c27f86ca46d0fe75e8b39b0afc48fdeae2d9b2bd459b4da3d26a2a40f0ee7977e2e0651d94c17180f46fdd2f5bdf806cb9b8ed59f59c1cbec05c5cf086948c60090a8d25533244cc09eb324959e75f19348e473f259dc74d52235d1598ca4815bbde79ba2aaa9945a5bbd926beb83eed993129a8159e037c9a1dcbc612f6324dbae8a370d44725cbd9a2e98eca6f6e6461445d1ce59f3316ea5058138a3c6449d6fb358e46130c9ab1bc1a3d471e89e7026458d965a02a334729783bd9342d68f048e93d97a6e97d5a23ee92027fa641b52ed11ce5a16aa9b47198b0a2b3a50e57c3e7f73b09050635e1e994d2271c7eac1a485c75a25a4b734f92793030ad443f4ee1260c5da1c5ac3b3cbe5347fd0636ab62f6c5a369e72e5559742f721b374e952b37917744afb971b4904302b644922ee31eb5a3ade0d9c7d046eea5a8ff2601cf6746ad1214cb26cb2097bf4e7e76267d9fa5a576ad549081ac2672a28a854d80a5c4cb48062723774c980b21e0acf4541e65a577285f35c23b910cd9509fe21b95e6c749cfb94cbddf07c6fc743d820c96c5a5ea1ec7820aa2001abea842d96177d08a9089d3ac98f5c83e172b6feddf24e5a62291bce560f6c4abd85660364a6be8404a11258f2d2236c57a040205720185a91ec12532df960f3d87eade76e56eb95039e22d21a554d87543bbfc2f4173f5a9a4acfb5d32d5c9c3b117badf4c3b3d27d04053fbceff5877f48f8c1d91c7f5a9d13d3a6813879e9698feb8cc3ee6b501a0e33cecac291e8918aef5d9be8bf5ab0a524925b9003fe2c24d29e5e1cd816178a335672124675cdf6703f3f7e0d5ad0d6aac1026deb969597227c4fa7edc818ba4a0fd77d5eb77fea4093c6bbe55ae6e92d7203e5bb92f65e8e2a60107436879192a72f17c2935b3ccf68e9eff95b02a00f16469991e17fcc9b504b15bc0032404c20e21ced79b11deb2fb755045b0a788553d853591b50e59eab42f1cf5f1c5883de0fc74b3853dbfe6123e6ea5b0ac82a6b0f30e63544eb611b9834cc13b489d6fcb1e13bd0002f5f9637e3615b198f0c95261228dc870091d2c9ce956c846afcf814ac479d02d3faf9f1b76e5b1a24dd0e6bcbb9feb1e98c643f870c5c7b1abfc4dd90b3672fe35f2c69703c5b24ba017228c0eb10b4da9b80b7ee9c38a612747f628f4d7100173ea635f0465b3597b534284b4c39c613262d6b0789c047524b24c3c57a2cfc62364670f9e25b3873fe69f5218eb5c8401906afebae9d7bcd1e428e752466fe1cbc0b91f23c5b42a5ffa9ddc9fb3cbb73991da92acbf93bd1d5b943c65d2be183c6cc538e735b44fe7fe6f00a70f068d953ee75b86f3914866160d41f010e00422c0dfb69115b5de88539706d6d3ac64de686c2ff8e1dddc33942fc3e9005fc2c41c832abc25b6532b73cfe77f67435af48d2f8aee46df97cf6d7dbaf782346eb19c9293d685b65b91987be0236d318530e9dbb14e4eb22847fbb93c3b1a67808616b4179525b743b7dcc6e5bb9b65aa6564cac9f5ba6be7154c37521cd1defcb2d2e0bfce65b758e2381bad227fe0f4b467d88617e1a59b70931e1dbf39e4c2ea8d170fb8d5b7f5b388ce69cec61fd6b49a980b8ece925279e6ea98026d4f920e94710b3175b801c29df8bec5430e87544571d50222c4c94c7ab5bad04492cdeb21e5ab2465b961694251979bc4b5218a8d1e31e6236c63d04465cbac3c66164c2fbefbfe15b98c90bdfcc553a08cb83564efb3a914f8890651b0ee078fbce8ad44a1c2f5a5b9dbc7e9c4b19c658e980825b0d1c221a2cc0337ac22eef8753cc22a63b72165ba3eac013150a29d03e6c133dd16cbaf85683cb3b4f97779710977e2080ba105ba99ef3be126627544f0e54a6ddcc6508f3a80ba6661b073d3dbae39c26d3695bc536e0e4150fd23b5d82c916d97164a617e4dd4af40a7dca82b8c9a5a414445bd6e0e418791ffc5685b4207c8b749d0d1a10d0f62f5d585c6d24fd92aee4db5c03c9ad1647bdcdab85a24601f85636425ab5e5b2df40dbaa3206588a344d775c0c89343962834cd9bb723a8b6de4d7edab269eabb2197628d983061be4c0175c4a742ebe4efbe1d83400831038da2286d8cca58f413b28520f155b8a936c365c73cc718329937cd104bdd6494a3ccda72c784c49325b4bf606a3de30e450645c7ce6dfafec1b542874ff32fdb1c2018885446e5ca3911dfdc6e033a01a23a05c88234737809b0291f88131a5b0181ef0006e5873b064f7c6efc9c706c1f5b65c94f43fbea79d199c954281da3aec7bd3963733c29ac5164cb7ce940b4af0df5cab5f7bf0070c94e35bc19147db0e44d9259486a84058ba6f5b744f1b7831a55cb194c1484f44c4a87bcf647d6432eb1f73c34983f431654f3ab479d1aa80b15cb42d5ebdea7138b725f616806a8259e23ba1bf9b26abcda40c937912b4eeca5cba5783c9bc895357e81923362b110c32ba8d7d1c4f7d7c4654b15cc1498a0d5cd618b52483d96d5d49f9178445ffca23b6c51d282280d4037363ad31841b2e5ce2026c430ff8fe7621dbc2f7428aa7776e1f1873eedb9825791ab78da959285cf104f1fbd005a71a280e54624257b47939a097418b8d4bf9133748197f38855cf3f08aff33ed9353ee841852e30700bb4ef2b4d8458b753ddf986fefed1d125cf4ae799b547b86cce2b3f19bdf4ddae55093757c293fdb0016405cddd131425cf99e5536ced3a16add805d627adc8e1736e9782b7d278f728dec8dcbe9d2995d1420c2cb7c24e42c628f4577b3ac019daf602675070c0f4922b93585e060615d18d14692cd3526f48ad92d5d9fb4bf561234e21bc96442409046f5e71f10a35d298553a877e41912e3dddd4deb55d59d5885faa25106d43d1e8958977cfab85d3c72a3bad6bdafffbcce34c76a0abda8e790e3684e528b7a2f9e3ec00bfad55d412ef7c9a485fd15f482ed7ae22ee3d26a8eb82f107abbb6b513c6fea9f98f5d48bdbe42dad2dc09cd6d33cdddfcf9d1810268a2aadcaf307821656ba2b42d5d4afdc6c4f88c656255aba766c83762c45e70334b4f46dc8de2bcb69695e7075d4e71fd4318f04eada5f61fdad993d1d4817d7eee3c61f5a21cabc1fbf0a5db5d607e24899daf98e3a86d675bd8134be335c84e9c6402c3046a73699a52cd465d66c31ddd05081c438af8a62d5c4f612bebb08e23196934feb2789a24036a4b5d6f1b0e24417497c69024f92581515b7de97ef0d9133b5421ddd17eb2278ecd5da4c8c986e8b8c8f48b6dff7bf977c717b023df9f5ee9c92c6e8cb6b4b52c3e5daea3f046481d0f7250e72d7393f2656e037c8bb858710da66d66d960e179f95db251ec80cb843d0750ddb575d008161551ec11c17b3ecf90139111b813f30c5dc4da4398a1c580f9b9d011501f79a3c9280ed4f2ec63d43a4323f28a38f6b75dd87d5f12ef67c3588171e477eac3da66cc14b67543bb682c8d993b1d5349bd5de96def7cede6546fbae37345d1ef1d940d48ac02286cb11f06feda55ebbef55df6e0e2761359d30a8275058e299fcc0381534545f55cf43e41983f5d4c94565dfbb59ae89572bfbf367c1ea91edb130f571ea9e4e88c188480f97727ce18595dfdd0c0a107f856301fb8c7352cf94d0fce8c39cf6eb7017244557506e711375dffc0d895a8c359f127be5483f9e3d2b930ad209350ac3d3c18fbfba007719a5e0ed410c154e0c8ba5eef860b1f87c4b73e609d7d6aca044e47d15c27cc85115e0fcd3e228a35e94a2b1d66b4af69aa37682643f6cfad58bbb132fe1a0baf4b5e103771fcb2f4b055643e11a956b9134eb3a0f563a7d3680b61c09170396b3c5e230ec7f58f5bb403616fb59cd5301999057212b2e01a5a1858e2f3ee22abc35e35a9f2a9351fbd9249b5947f02bef4a416e6f082ce4c694582497093c2ab7d5e3ed51df6721c3d609cbe94b3b737abca1a90eb9607e5b710e829a50c78cde55e414793909cc85e7fddc03720cdbeabcd3660d1fc2afe245eb97684cfe9945f5e49991de2b132d7c584794e49bf5fb60c279ceb853247e64d8374ce4fa7cbc35e573b03735dd82d34a7afe05680de1e38b434a6c65e83cdbcbae5802c6995d15e670b2004f64b8bcf63a15add30ec28da21ffb97e04be7a57ea22053a174e9e5e6dfedc6d5bd8142898b243edab2c6d2e5efc97768244ddd2473d6d73a876e35e9ba513730872a61d58443087acd11d7e79aae5eecac8f2add4cb61b5d99c185ea6df159c83c3deccce9cebba1e04c89cb335795cb3c2e173e3dcfc9625bd985eab0e20fae7aa71a0286a9720e5aa000549f996667dd1fec5226cd7fc1a6d175eb70e3a9655b79bdb72af55ecd0ac1dcb1f44bf5541365966bff480430607625eb8955503a76a7894b77b969f2b22263f35b9598b70d1b5ff443fbc1fcee5545ec0dc12058004d70aaf307b7a027f738c843e4e7a05e99c2fd90740f336d7525ecd485237d42d8e49419cc4c3bf4c23e77e7bbcda8695f8c955c48fda7ed9c95edd8c29ae6eb654e168293a3322576a45763988f7c64e6e025a2d6dd1b5cb4b5ee0a452e27528c5c30383be18912e710946014fab628d350d4969112696bcde5ee40f5007ba4b3ab96058131582bef7c259d6177170cbcb491ebbfbd17e1cb55ef695cfe1fa3c67b5df682ff7b40580a9d25a344ad4111ee715ff441c1669735efabdc31b13ee81f82edf3aae25352934164ea8809263b66a2c07d613a8367c5efdd78bdc84fa796954ad990e57e9ac619e8af34423b6cc467596e586e6327f5f1b3219f6de7f660a772fdea91eb97da00dbc3cbae0de380c185afbb59c24845f1be3af4d37b0c6c4988d54661f26255a94a98031809fe0ce53c52ff02dfe765f1f7c42d84f1adfad2f4202e391fa6c6b7c99537c0164c788680865b3dd50e05f2c81eee7ce614c4fca306cd39442155c8355b27bfcef45b972a7f387b940345f3d3e37620fe1990a92bc8f36118868e9b6a850126a7cf5228878bb1168c8795f3e9f056d9e936aa554f0b18928f80f875c68811bf88833fd2de451486345d45f3fb82ceafec049e08862657de9e938c65c4cec1016a3611773118ce31eb72f5f54815f3a728263d0f6df98d2731ccc1b014ecc2fdd5de90af0ac7bec7a964a5f641e75dcf7419b11236645a32a842e0a6e39eda79e541ae8c13970596258885f6c62f2aea552b82ccb27abb404f449b0689e65919c52171283e2ea44387d485f6fbdb518b059d9b101c9d4528151998dac5f7dc7474a316d84f65de07ef81f5f98c8103751bfbbab9030b25793e98341912d401a43bda754954d8d329147135f9ed81ebd999533377e859c712f6a1ea49e0a1fef84ef3913bb53de23738fa95fb1ab17d5944ab401e5a80afcd95a9344fcbe2eaa73bd41090f31aa6420cdb25fb7e5369334090b9a83d45017edac4b5fdf60bfd6491dcba8dc313fe4a7c54c5fc9244022a1345d28e38feaa55855b86a05c4b366abb44973a11e02f28cd2835fcfdc14b3491ed547b37825badc8d07501b9c38aa21ceddd353a3b68fc92b165fd1e9cb3f600d562f49b548b88cb26e73a64e2509e463ab9f79b5a35f28ed465fd559d5557345c6b954d034715098eee59f4dbee14453da463e06039fca43365fd600fd397ad70ef89504b7ecc3048351542e6f78e76c49bcde9d15ca8443115fdbd79b3f266d9ebd485bb94af05293a86323fd20a6d9069cac4d36458182e05fee2c40c45c1f53b5f937e46cbc6fd1ea4617cf50dbfe548eebdf0bdea847395ff633cca5c8fe33fdea2a6d09a1681abe6e4db7afb22019f1d1fcecf16b58ec60028c9e3e3a89aa36d4a91866ef0c9199b109f804c2b5ea0828f572a30be1506005313a09a5e775e1a3e633a534b076bb5914f07961258fccb8ae9d22ec74e6603bef199a705271d6dc9816b91b98eba039bf5541a9bb31a4da6e6960000ee3603eb40fc1194e67f1be964b29d2cb15e31b96c29e88a17026304c4065eb1aac6054b9b02ef57c09db9ec489a95b62549cdae749acf98a8c9ca915a58886f7826060edf574443bd317d00417f9b53f5e2bca93356d0215e8d15001fe7cf312266082150ac11cffc6cde4f9520c205dad9b73c23f9a4993646923ae381c0c4770608251f2561b3be2b160b680a283a7fcaa9b5f317004d8eb08cdd552b146f53b6088a6ba68731bfe8034449c55eb9e2e66ab882499bb45a561e63c70818d5bd26092eda71abba2d33e66943e11e02d0a7d132980d9de9e87aec56747184bd621609b17326ea2d48614df5d0e1cedb612d3ced6976dcb422b23478c4a3d1c675c609fcb210d3b5e77b08daeb3c46a4d52552226ddbb499eca9d69ed3c6c5e48ef60b164498f5567517c581e99211ce166c0b97e6a9f6d25825af6aad0c4701b9660bcf89e8045858b07965b73a5318ee12eae9fba46e54e3705013c8d8c92766c60c72e0644077b4a960f971c60add7148c22aa39ee1432f1d499578b8c70eebe60f1fc532cc0d0ab04853deaca33ee2052123de0685231c21a8ff64de28424be60f42e055841af4a11a9affb10017ec5525c9de75bcdac0840e6a1054eb4df6f610a895594d87eae9a0f9e58878f7398c75c0d3edf63668d0b170f0e22f2f3ae611ca3323e8feed562e7c05bba2f57f38996747a0d186cb479c16f0ef9558064611f23b19df0e5a1748c0c49ebb67b9d4a289aaa9d240f19e148f3469562930d61310641e6de0c9b2ce81403b1fd378c25763d30168a3c897e3eada3f67585aa614313b8d524e5a2716173a9b2365b609c9a1b758acbd693c0408d575d2dcda76177cc4156c820d83e5bf78b12474195a7491a0bec200c0cd6e2ea63725c6ce8619c66ea984b1f17bfa415865a587ebac1fdcdbaa1be33fb628a5d4c1bb83c37619fb0b72ca9229d11cfc9c6945f2a7bfb5a9ed7106d8ce791c18ec99ba198c061a0c72b4a23e0ff0d2f7f5fccec0f54b15150d7f3894f8cd96c91e9bd8e6c3f61a7578eef3939cc3de773cd0dab6cf9f42901a06af390b8625f41937d7fbc9c61b6c770ce7a5476e7c6a2eb33d2c70b3c279c0db8b2e5fcfefc8c976b52c45561bfb2453c32600db55f88f172618f800ab2e4b77f7b21af927b91bd9951d8af61c1b2beb57f817ecda7959e815a4276fb984c6a19da2a8d4168f32aa08362c061c2ab54879aab19db0f97eae4ad7404c51bb0b7acf7de566babf98b16f925ab61d361a496335b45935a41df2623d53a09e6ad55f984b0a6c31478e018b5885161e0e8b3d8f3a07a43e5b1855add809ca0bc3beb34887213053d93ce987cad1e61ee758df959f2955d8ff2981ce4695adca44f94e709f2ae55c76824bb27a99d61f6aee2dd441c0f8811a68eacc36d459698a9520cc1134274d4020dd33f665162120dc093433ff94486bff74b7dd2fabf9779a52f84e53b7c4df15424e83ff16212eed69de983cc4f6856b457e4c2a4e6b90a98baa3be06f763ae6248568089622de993613f8c3c07f3e9021a2db7aeccec720d2412faf8a45aee857c59be0a62478c3033e28abc9ad20d51ba51c151408476498346022e33ed4ddcb22555e1624a8d926d2dfdaccaa7e8fdd535da35335023cd417bb88ee1d636fdf90d3534624fda0451e277c3b9ec4cd1a0c3a20efea9ac968d999b833951c0d46c72126c6250391906d0eac3fadea4790450afdbe567e3d122ee1c1eacc498fc8b2256c062535432a5ce91ab434344d35c60ddae3ead1c458f0789ff3fdc4ad133aa13a8625a47027ede75bd990c260de59daf3116e6a5832f148e2b2f69b7bd9d171ff862674297789fcbcdc996291523e94295845f1ff975ae19f1f5a9a872dddfae2b62b9fd571519cce6b728f68e038d0203119b3aa08c7ce3b1d75b1dda4bf130b062bb0762b5d9b2a54aae01346b260b72ffa26858ce2bc476d7fd4f74df24f4ec62c0b23023cfa6ed1e96a49890412a8f3eb808706a719c4c2a114c4e2a1a34d462cfcc0be93b95b1d8bddeec77229f8353a7388f5c7a91e613f0a3a97dd24e3062db07857ddb6dcc697ac77cb6b1f6e93a6dffff8b89b305be1ce55a028d4a8862db1151861a91ea8f42a3d75a51584e548f8b361cc9cfde7b92a56842dc718962e70ab613a759869d085d0656b8b299b53be49a1140e6575540c6bdebece5fd62e90608b28bf48880ae39a9dc217fbdc55802b1f8803a0d335f3ac6c9e36d6362f592e771b2e171fa5b98b0a6e7d34a7390e6d8a25f7ec5342fa0c96071ca12630f2318c6887c46fa9077a14a00af60777ec15e764570d91d8ffb4cc195954c6313f0be4bcd98f747d91bf17ca0e1f7f9f700d7774f3ed3571f0e0e2192be206319133c47f1d5a7842905688c5acecd4efeaf309106c3fbf218cbb377d01a13631ebfd9fa13b28c893a0fb8cee55565a8d31d48a043c14222295383ceb57be863494831c5a892a53faa82cadd228afb3d20e3fc0ab7b37722e07bb0a20bd2786353a61067a1eeb117fa7928cec5305ea3eef006789f61f0265b0f17f23520666354870532a1e9aa981eec06e727be5465152b6220360c3bf2630714becefe79636047ac82c3e8b6f2d9a5e754dcfcf3ad7e7aa29946c92bd255c89059da0b2c637c2afec5337e07ca606fe751ed1991418648ca7780ff9c8b9fb4b0b830b154639a57b4b2bb3b20d6cb5889359988d11a4f45a73390d9a1c153c569fa0c0de863a5ef85756479cc4f542efedb60e87efcf2fa3c6a78caf92e1a61d19407573663a8b90643166b98a45536c9dbbae4b46898963c7d300f0c420c12d19f5cd3c063adb44fff8cba6048b887c4063b16fcd0b316c3c4d24365ecdf5dcf99b254b963bb39aed79b8c106149e2f86158380d722c46fc2203cf10a6d743325379028763d5486f1ca69bd493c4b1f0c05255f37e6f9ac2cfb32cda50c12919525746f763e918aaae6adebea8913ffb6c0527f23834efe7463d2f333b36aa295f71dbd863ef2e7348b3e12ad92d17d8a8f65fea3ad505e480c025963b52278b4b8e84d163f7e421c22342a769192a2b22f60db96e9af7e749c688bc58c389fa1fca77d963fbc3ca97facf069217a0425ae986dc37c314b2df3b5fcc7f5a968f65768bb264240e47bc9099fb6a81777d585889798d7532ed5a3df9b28f496f1e112adb36642e67689fd4bbf258a97c4c86e8ec6bc1f39642484d1eafa5a6730bbf575b7d642f650f03dc5c73fdc353f83aeca786d1f8841e24666ca9b26dc26f140be96a6431fa33f9276d9c817aec551b3d26d9aa24d4d93f74f5d8f3d78924fb68227764355be6262a25f4d70de0db0447b28cea3809f27053d30e2deca99f716039376442dd91c95cd90f45a9d5db6745ff7f380a96b7f2a48cc6b17a5c0d78f12fa76450e2b1b118ba9d02f803bea9582e5de2ccf339c946da509ee1f62b8b847a1064578c274d4ab965c97e767810ce687bc8735faa7c71fa6191ddb4bac665cdac64662f0596c864426c1b049d9bd11fe2e7d987f20550fa9b5107d8153d80c223646a7192f9655ec231774b1d3449f06e74e56656433212f7a6e7fe321f4071f264725cef83fb3dde790c8b5a0819d0c45d9b8b04afb607f92ed7c9b1c6facb2064807c1c49a26da1d5db74e5509ef27fe780a8feba398b06d836e31ca3817c136483bf09599797ef83401e401e9b0e932ba1cf118cd29367e8ca903e242f92e26491cc83cef0e68271783f92273f6cedb9904ade6bfa53108dd023df14eeaddf649d82dfafc906d9b92c855a26eecce401afef9df37b0df8c5c6c6d82371df9564a894f0be49580626dc8d9aee730bbd21b52c1de3cbe7172c1a567759154cec64ad7253167a6e3c4ecc7b90314add2c108b88a65b186f36ab60dc57bb6feee364d230e8c0b102289eeeb8119c120b158558f07d1e7696efb7601d10f104de2264e4ab0ff457ee69dbf61c055e1e2418c0a39fe5cc0b8a0b5f0ff281b566e61464f2720669a4812297667678819cf2ca85c165b64bad413f8eb2a853ed1332ff64f34efb571d4e0ebd565343c6a821ad5c4b0c3b6521a31d85d7d92a54a590e265232f5ee5ef74d6d9c97656977e7242a44247948e71f4db8d1cf808eb3def9c652a267de3e682fa3e5833c3dea78f4d8068186d1dddc7abdda0e59b8a010ff76534a4a4ff63d2727d179a63d9b8654bbf57161e43f77324e458671e9fe0882d653a694bfb03a016705b19930cf3d1d714c638f1127142e551f1c49b2833949665507833dfc46147e94c32493c68caab783f9456d386429e18856021ced35c7f65546db43f98550279372c928f4be9130d9388705355c8c015af6ea238cdb7406560dd86130be02ef7ce833a8e946a8145f3061ab3d2b0a0e5e88235df1aa829656c25d7e36f99d1b46dbc339856cfe58adea18090af081ef3e2efd8a853733f656c8150fb465820fb3745efebe5e0b235d229c83cc882c207595f1e4bbc3827656eb1522e094f46e69c124f0f58ef990150fa12ed6893a1dc59433ebf571eea659b0559f6ccbb4cfdc7feb61e737b5481beaaed3d42ea72764946551c4bd73a65cc454209aaa5a64c7aae749bbe3de3469c2cec6661a7875ac4e07bad92d4b265d6df4a2ad9cc625686062c1c8d014376ac62a2ca8302fb9950b57e85fa8b2465d893eebbbc84d472af4a51d728b64f1e405fd67927a72bdb2a2677b2d0222e65e5fef3e74eedf711d7b1c53f1924203565b08a25b9e99fcde720bb6933ff9c65f7f7d3627c2847bdc6f2aaef1aecaa724bc3cd3cba9c9b37f1c912c707981066023d45c4dc07a859f1f00af23283d566ec16569a4c8815240c2f4445b1ddd76611156c022fc869016fd6c31356db4c35e472700cb848cd85d19c35031421d9661570fc3055c77ebf911dbdc691daef9c5de3669b064f23956955cc7c6490706631277fa4f329558ec9ba8b144fca2bd770f1e2e682fa8b500deb6b9aceb6e866353db09c2f2d6d115a3c31bc72cf41fb2399b800ced9ed01886c03322447b3663fe4068773d38ac23198980b891440636460b9e5fbe88bb2d304f736fcc4196653be1f7eaf2768822cfb92502e45314afe063e33269cfa600742f928faac4c6662223dfcc267bd2e9befea3ef07b61db87614e87b86c3b29ea4f0e26612c576668a0c55031c28e38916a495515fad83f377ace0893c66afe75baad2b6a283e666fef720a26d9a3dc072f0996452e9346de4de6fca4e2a707c75f86688f89b066b4b3b66f63d2cf1ef7b1446ce77e31b679b91d4694fd89cc6628d8d1d0d3f466b539ba161daae2c8c88679873794e6e82c57328329fa03a95becc52aca026f66e9fa93b8d5205dec94f5f87c69188b1a9200ef0be7d6b68a167f5eb2db87b466f2e54f0cf92a44c178f129bc9dd76355ce6d181d44f7e17dbc5ff7c5afbe2a66f76db263ef211916333ca2fc1eb55aef3424348bcf415a735a0585cee86836670823e895e889ebdee25d22b068305671fc2918c2309c886ab425d3cde349916714eb6ebe362f6aed6673d8e7656842335c1106e9ecebfbf6fbff9353a05cc9671ce4d3a60dfa573aed509e79e50ec87d702102ee1b3b950d829e630925b82c672defd084c6e8010723683b3e96de098c7ca184a333cd7a42d7cb56f8fee7fb6736a442c2074e70fcfafda326e1c7fe1a67ac71063ae69073b864d1dad5fcde6756b67c07d3ba6761576fc445bd9eff1522f77b51f954ca12ea15171e537b3e6769493f465d7f09ae0f7ba8b0d55bbfce95f924b95e238a94cd049ed5640905676b677cca79fd081a986fcd67850a04dbcb2b61cefcf6aff963d8daed844a7f67819f4c6c61db85c8de0997e7b2a27b653b167edc5190c23761a4f8e0f1a359678961f36171ae24829c2b71ab306b2b2694b4ee16803b1a0a6c240b96681b19678e251c625d5a076af96429b2b9022db39f709c46cffe1bfa8f966a9f201339679bd4c5203eba9bc030ae6e2912b3e1b45832b4298297ca303f38f3f2790fed679fa4ceea81c63e9414baa0d99780d7598997a06cc10def0f970a09506db64167b23b61dac2bf5d8658b11672c67eb7eef60a9374d1c2b9a06ef8bf32398e9367b982521e8b417f39ff25748953183089f13ae6e4a9f85c7426c03b8e6245a767c62ec524f36f3871b5a73b5a1437747a3fc08bddce0fc7b0e6bbacdaa2ea2b67ceaaee238fdbd8054b8492515d88b8177ff7950aed34347793f14ba383e41967e0d395577f96859aed05d1a6f0c60a5b54f90a75415b7aade2831b477a611468040dc9ca92dba9236ab645c03bd5abe5e8edfb7d51657f2d823610c480f4436822936e18bf01a739fc2861e09b680c87debfc7e78a5b8a074751fa883c2282682780142b19953aeae875b0671b83630459638d039ddcd967dedc3d16c2d26868307a4ea299e5573a1bd5e45c9d6a10ebe658bd258ff58517401dcc66893bc468426b445d7b95388bc3c768aabae17e162d328d7120aeefbcc1e004615a9b7a6849af9db717a920783c1d9d87aefea8839d2595db6a0369b0d5c207a6981e24685cb4a2a67c714122f7ae5f3b5efeaf678be0956377cccee49b0d030b1d7b50688425d9dc7b70d98d56aa29c5f9e525a28992c1f1834c6e2a60161504f595cd688985ede3c195acf75a7d9b87db0287df62a284fabee4ce94e40572d38d3ed768927ad554272caac4dad7eb8aa888eb00f601096cd5c5774ad2e7059bc7d3c76896079df8868082cdbc189b98f0d916d0c6be656bbfa05980f7dd1a66f0b26d689f8c33f452dbf304e72ebe5f2008f5d31c4bee3c9ea9f2c419f14961c3c5b068ba683c67d4cc0b73292eaad796a102aa0fbe8a1e57cbf030af785a484344c768bc5d33e6c0856c102559e62bbf8921a88b864681ab6f5e1f068c3d1e95e41468bcd4891524a605c5de7fead09562f70ba094de4cf702bc9a90ee158bf7fa1468d5bc6fcc38751af03ac938fa4ee4ee37a007494d7f21ec1ab76cd46af4233768f84635dffbca3f755046ae31d62f0a3f13cd7148b80af04ec690a5746294af68fa354567d458edaf35b6b40bd9bb431f17ccf79800ac41bbef3df5b2a6abdd68fb9631039fe770b6ee46ba2979ad64cab1a8764e790b4e132fb9a83ec97582691bd472f5abd909a72138041da513bbb41d7fa9409e44ee61be0c458d84ce7b692b3b4e0caae033c8c7cc96b103204586e2ddb67f9741e4b9b4bfca0bbda32b6933736481e0f2fd20577a622b83f922059030576c33eeef80be3031107c38bd693a88a1993bc612108e3099245076fb8b9cfa1cce460a5370f41332d718d6b969457077dc990ed5ad4729016a2f76a7ee04ef428fa3223d3e16c6956be38f6e695b2d5213ff5b13bdac34059ce09ccca0b82f497746a7d1450955e35578abca696057928956640b9a12fccce4677a0095202ac2049c98a84ee1b78c5ee0e26569705a26cfd0fb60556ecc240150e939bd7841098bd3891bc4bdfcd50400b10f697ef7b7f4ad863a3a6c9cd377c5cb89cea48fd5abe23851f069db0628bd77416983590f659d8b62f410df5226e4a0502e55a38ddf7bb2766678b46d1daa992969907d6550b32e500b7c5315a7025b7788caeba0c857a526771f803483088e786992e6ec4dc657409e55fb7ddf50974fbcf5d24f844a6a837234e7df4d5f457b6993d430081893794e199b1db8475c38e139830f27b6af9016312b90382a486469a37f90ea1fbc196959539201ca2792eb8cb56052eb5e9884b8799c1c67133469afbed16ad3a827699618c0092e27cbf86b57778d486f88a93965428f12518169b16e227d0c84568ebb75a93329211ec6abe8c8fa5acfbc7ed55c435e26ce2469b2cab14c2e31a96a01c9759ec08bc7ece9d1309a0475fde5062fc226f1533069b8fda8e1f076cd2a2bb8171c8dfc268f13ca2611406b4d19265184cacfcd9269ba7baf01f5da05e64dfcce5a62db344e744f1564bb821e0239daecab050a8e69c80eecf41b3cba0a7608f3cc2dd1048b2cb64e37be985bc814feb0a6b6592669c86c858e255ae046abb88064ed137f9ae83d7d33c0a46c69fd810b08a4597469d29b6fbee2c3f548f7d39d8ebe4a31fc15a5bd198ea2c084df70b513408d7469e3741f19052e1525b42dc5148f783b0a973e72fd2308072c9cec4bf12bc8b769e463f502edc327cd94d29ebb3e99cf3a8294326eb21f51a09aa76e875e03536a03680ad198a0e42880e1260f12838490a345a4b8a865aa1710495cdc73607c6a05bc90ddce531b93d7cc3da373caf2ef81bc0e95ccbc2af781af61e2098af16a07d8a5ad92e0cd2b501664e82d9d0f666dd72133972a745230cb584fc134066a12672c4669191cbae2360b5665f55a87e5a04bf746bac4d66a1d7e33bc92c76a1df262e9b1ed9a84cc0ef05e55a8737638d1c28d24628f9db4844de13379926a21fe6987af4834d2c15d071512fd654cc2389ef00dabd153990b6cb1c863626a2e15ece351d859e984e023ccef9f938af7a73f7d1fdec01df25314f352f76a6a30a69134e0314045bbe4a95808bb3cd900b50cd21d2b269f596a243667b6436a3676748835e572062367415746d99edac5cf0c23f1fa59ebb615c52085af7e6a43122ce60b550607944d61a3e3a6135c6b6444dfce77ee90841f69b0dbadb26a47cb1b2710e64331b44bf068fb891862bcf52a7cacf811fca6591146b9b8186a490aa3265510409a9794fdc2e606346f3db19fb9f1777c7893d3a1a8fd5ecf6a5056a2129ffc5dd567848efc324c19fb5253156c770eb54271d1184bb6a2926a652b3dcbb5684fea640a3a74f798a928d9fe14b3848ed274a4c625bc31bf8d6a7c54540198a02a99b7f0dd2f235bb6fd3bd4555ba9423f2c9edc908da260356a829f38daaa4e39dd7191a2be92860f1b9b061ba0d8390dbc440f40f16654556a82ccece134fb437522d84228f2b337d9e30d58a0c446349f759a4e63d2c3886a86e1d550a90c2e831463489071f3493cce3b779c68428b4e62385c3863f4e96a8c71af885b40e8d35461dc60b80376d52bf573fbd10f85d4dfe18c66dfee8b6a941864b42ffe19d1ebee6ea7aaa866eab8277db676c87f18dfc38906e245936a9bad091bd60bb6ced0f72d1bf28af3255ab24c39497e786d488c18d583d7036a9f1aa27087a311fb4953f1c50b62ca9fc7531f7dc25fc6569ac295c3a486016aa39c265a93000c80f37f790ae6725ba68421cc1bc491d69149f6c202ee087d09db492ba76aa87ecbb46e424116bf04c32da2d2d4981746fc4fda5a2ad0d4d5337941bb5e6abeaf6008ee81b22b41e52bfef739bd1435b7a5a5a58a20534a3a3901c311726ad6af63c192513100466f9b20906679489f44f630020e4029e1844310d2ea016ae0965d1710491a96e2054b10787a0ed59daa5eab1988eaa92162057599f1b06afd5377f44b96615ec3269c9fd23409ae158dfa918fdcee741e42bbdbac69136b01be6938bd357bf1a83f7d9da9d5f90c928f2221bc8b41572c40157ae088556b15b96c7110c755737ffe6eb685335c7d2532b63f727ac54287ccb2faa1dcd36b32a97b7ae585d7d024b5002b33b49be951d38958decbbca32050fe05fcef036b48257ca45165d448a27a0d59876f95041336467093a469305bb2bde7af801c6b4caed013cf515182ae03a0bb2bc386f0a12c41616c84450e4e548ad44096666b4ea84950f3f594c8f52d1a377d48a082178e4443fa3bae01ceae3ea34588c46b4f97adf851c5face7c06365b941ee7b0ae2be31355c29ba74d542f119332a96b554de02cb96b9645482b91b179ebcf4a76f679f6504bd3a8f3cbc0ad83652a6b5db05e89823dae171bde75111d1a13ed0eb63b14be0864aaea1b32b78efac56b8d4b8ba7ec9d6f123edf034b3ed545135719a6b44de300ba8250eea6a5be336b8ff858cdf3b590e7447f8d27779de2a3f7e285064df5ff43de0ae18eba18276ba85145cb4596a92c69b391e8f97f76c844964442e60cf6691f888a52c757836bac1791f1e6be77cf3658164e0d189f03bb97a3e71030da63e7d2d9efd596f26bb6332f42fe9e07dcf3090cdfaa1a940e70f322d64aa5679e136816b395bb136bd3e4a0c9b7645ab6714e04d09baf1ae72cb2460b5ce5c81aed442b0cefd3016bdb55cb12db9c5b390fd8806a8df34ccbc0321f75a6c139ec3f75bbf187a3026bdc5dfaeb373054cede1ead71a7bd9523af1843c2c3d6a099d2b21530e46a916be2ac5a75941bd0d2f0bf91cd2c86b93d279ec8f4f6aed0a1810fc7973acca86beddb26b1e21876eb5dbdb8d83006faf66403822bba816d94ab51c90cfaee896bef8c9b045004963be5f2c19192124e33700eece3ea1a787189cf5257f6afc66c11849ae5d6bb1071531229f63fa6f4e706acebcb5c5ad4ad1884948c21863f6c1dda0ea6ad94ddf8f13d959d51a83e7c5ad8cefcc98abbf4f43e46355983d16c21dd0e1833453347fbed39dfadb5c9cae421bfc62ec030f7d52d34203c16856c4c555bab64bf672e0d95c4cd350ec2ee700d5118b191803cf85bab767230106c5f5d1505283765862faa1781e8d136fc16bf64e9da05cedd70ebc19a6b23bb6c60a3456c78b70fdd14002ebcfd73d4cda190bbedb91226cf47fdaeca1ed7266c66002377639d010faceb8a318699828b5b117186718ca70d22fd50bf4e25e36c9adf48bf8180e2ecf1dd870d5d1630d70b24f57bf81be509254f9021d1d8da6ca2bb21aeddf689b64ff5b6af1bef65147579144d04e96d1331abcb2f16b3f36cadad4b24c7733046507c50eac75cdb56a553cd263642ab3db7fad1b28e52906cb5628be8641f2310e25a93bb4977f8a48c83a072967f30502cf45b44eb34ce6cc66934ecbfa6a1726e1fb59eb1c2ee75b329084b806a07f0a63580e68357096cda17d86d3068233235fba421c4e2f076818899c15dcb6ce2f63456433a24fa6ce3ee882da5f90781430efcdc6a96b7d892a267c95cb072c4becfb84349cb436ce8bad7a49e1e695238c800bf47c188bc71d3dfeb712c5f6a6da10294557c226cf9618e7b2168c950777be62526ded6ca590f30c61f1f118a81d29283b17c746cfb4f66c18f28456aaa5bca34a863a1dd34cac1a0314871a2b36b9f35a22b366d00820d3e9cc891d57f4f0f0c763cc8da6ba161a3651ce90843f183c8d4f9406d01f2dbcf4f9b5d5ecb2d2ca5717372b0a436b556f8182546b2dabbe8a3e3056d0665d187155feefa544722015e1fe76a55400efcd9733d46d186fa357ca69b6d0e0d5843d0073953c967756815f6a67eb6041dde526b59076d6503e8e2fdaf6d124e010613a08cc2d0d50a546dd4dfe94723d0981bb7e37d8b5a9a59d580226d1f39b6ad289dd4bcfc93b117795bb3184541bd94f31d9aa749c12242655df16d3b41fd0d64d42becf5b9e9846aa837e1cbd5fd714efdd37909c0768d2250f76d4e6e35864e3a5863645bfc5358912fb0ba4d8cfb84fe6b142c5f570e3d59046d563f7cc474bdb4874274ecc157300f5d59d9c6c79e73cb6bc77819d7cecb0c6d60a7c336ebbda9a9cf03b3bcfaae25f404da486aae06e46c93ccac3f99962e6d6cb4929bf27ce02c43ba2be849624924d3a8e9ac1a4884cea35e226c5141eb6d6ce3a7d49fc44213059d3abbfa870f2cbc2512638135694e04f79b8039afc06d6e0c6d3ede8ed951513004de3530347c2438f710d25d57b6705fd9c64c74736d7c69296d606df0491c7d49644b6a2b83399b1d56f6f5cd806ac17c2cf2c4a56d7e3c5d8c0e784cf1f2b4311eb18be44138957a02980014862d294011ca85f86d95e640bd34a4712024b8fe1ba90703fb45c5fecbbb3999cec311c0bfd22bad6d966f79667247ddde04da545e35de1694f35c6b9d707ff0d030885b2a21d7e86d9803763cedf42e1e4bae9309315cb80ff6a717205750b5cf4cf9888c8e60c46d9ad7a9d9735d53374c415a19263cecec8496b376df82c8ed6650bf469da46d6da6d88a0b97847d1f97c0f99f7fb6e04250277c157b4d32f1f767ead79159d86dabcd51181a975f62bb0f09a3452b4d724c0a8dd6e8fedd41aad5e3a8e5bb446dae8083b60edc4fa078c80c906c13ea809f6f50f485dfd8fdaf8e69e432ca3d6dbead4da0c8dabdf1dda99d133d46a756db37ad1352eecdb67d390fbd64673d6dcd2529458b27099ce3d08311b19ad23beabb9edf63998682587e6e1209a23c6ddef4f1c0bf4a4b478d8c2a61433b58b660b8e865ca8d337bc840e7eae6f4be6de3fa60656b7dc3a2f48810797f46be5badfff675ce0a80659b98b2b2b3c55e6df02e2b82ee12da656bc024321b8a058470265307ad603107da718d85b106336df65c44aafdd03187d1d6dcfae3cbe4428afef75dfa3801164349d8b559d36b6df69325e599ca845cfb88cb0c5b3c0e8d982d044ea58e9632fbe0b41e4552306e154473260c558ff14394d41783f96e7d2caded69ed0076f5955fbf6c0db3e46e23b94f102fcb6a62e1f07750266991d123b09e015f60dfd4f059d09ec317c16e25dfe19cb5fadf25971339dd71e5698aea2f8898c052bd6f634c68680788276e34637970b6bf7d0305b411edb42534f817b96d8b62262b757642c21e0389a86e35dad0046ac286417f783366179d4c950f197bd0c3c193f7e96917c68e39a16e3f479616ea882cd9384d7858bb4c6850c095859b4c2cc8de3b22ec08ca68ee6e42a0840725150445c2b63ee939640c135b5b7db733e4b92b0b85686c5f069b6e4cff7aed3ce607df6bdec98537806b2d971a16901341e54144d7a4d16028326e5a8a0d63f71b2025e86d47d4f2e25696406de240760e0e0254e0fb494ae64b6e646be82eeb438f7a5dc9123966046930daf1de6acf8f9d2759a647affa673e6e70679c67f0fb077af3206710ba35cc732e6e35a286b54c8c57c2349c1eb3b16e71ca30c723864f827dc0228ab4458a4e188474b29e150c21aa15aea91343e96e7d56ce777288531c38e0da3d9ca2a54fbb6eec8f873e09a725f34bff53e5d86e7e03ff0db015710620dc0524a070a1fddd10d50025301f128377b54ae1b1a56e7ff0a354c48949c2e898eaef7692dcea794f6904c792347f89aa4d781ba39f6e80e8c5e82dad15c7519d3107482e7f78286ad5ab38efafc758dfca44a019c16e818821b8355df2d058f616acebad9bf3bee853e33bda753c7d335538de27206e94042d8779755fb4be223a7e499538f5cf2a3207abf9598b7283fce31535e46ea07058e6c99b93a1c6974a587b186109016e64292c618696781cc487218db96ea8ec3be04ee6398040492dc57aaeccb991a43ee199d8f4814771c5fcb020966eb61c30edbc9d6f462111c456015f310b279fa5030b9478a8c468731e3c7a3d6ebcaf836ab89d7704db0b63c33dd8d198fe5aae37d756833d087572fdcb68066ed3473092042515451328114726dc5758869f3174fc4621b0a3d015dde4d0116ed8c6bf820b097f8455438ee6d6890c1bb93aca65f1e59bf42f03e3e53cb6d56ee781b455a8dbc4faa8c2a2d548fcc8df12a5e31ed75a4fe7d2e71368f43f0d6efca469c94c264dd998087804113d90b2d84e93e3665bbf793df12f04b453046f03012b819d55e21f59fb05ddb51c1fdf9b72307e7886b9024f73a42c32cc776f079d82b0949a68e68ff55164a24dc200858e3b48d58f86fa9d70efd437f0436f0dd650b7d60ec53ca6e6b906ef84ed0329fbbb1ec58813d8a3969e2f9e0eb66f11008890451294cfc5a4fc4377caca6823395ce993bd12afaf107cf6cbf5dd6f13fd45c2b2745151621d6f0aaefe19baef72eea15171dae122812fb1828e856f3202e19171f7220f04eb2c48661994214f9bfed7a69ce61c775a3d5002a24c6f3572e19aca0cf0a0e02ba3aef6d27dbef4059da38a6f9633103880f84acc056f375ca26aa2c21b55422fed19f74fa9bfeee9ee8534fb447f6030f1d8602f456f3a0f4724a02e02ac1a25e8a9d091cb469b819246aa68118253c1a775943cac6f4b53f1db6333e7d6f7bffa59af57f624dbc779e636566c32314098e139c13e6f67cbc39e77c733c61ef140acbffb25b9db113e2357c65f8ce6c85351a379a66f765122fb9810848c041893631b34a18592ec7949bd4152dd02e9aa4b5311556f9151f2d6742784d846e64f531d92078d1b90da98db108bb955e20b2e52fa116fb3909b7d0a816489c6d691ab253f909084c3fe4d80ec9baaf5a4ffca3b94b76fbb237f85288721046f128cdfc62a6c42cd651c5beebfeba295953333e9c5946fcb0108d785bf4348cbf79c806c6102e8ba03d59815fa71de6e8b467dd2fa756fd827d17c46cbf38937a4af5da02be552e22b78b7343d79f059767a063052376fdff01dfcc991452bbf151c77be1210f5d0d16499638b23cf7b4143ee1a67b76feba3d691e752e01b601823c23ad9d6a53664c7889b38effa1382d0f0c81a0e6feef378f5d436fa8ddb7d441f50ff0d4d9862e8c23161f5a6bbda7c69e14e996ff106fc980d3102642e5fb6b9662f0be7377116d4418c45bc0c1c95b8921e016ffa93db9900b5436782739aaf83a0309b65be37e04ef666f3395eeba631787e7008a0577cb162864f1f859d3c66d563caeb235f56b4c87ce75c3bf95a11bdf3700f6db52bda3e0ee35c234a323d9429f41bc11ad8d558d3d3ae3d5015097e7270129305256807ac9be4a4d437a83dd741500305bacdc10bc3632840c6bc1e9b70257b8e657242ddebda09bcc285d0643e48de174b81359ccdfbac2d63313e7d702825dd0778354959e94bfc839d664da45109f7daad11a3054c5f1e3accf747703752568a190fc48a3adb0c5e4ceea97ef4f28ad2bb1d3ae488d85457978e57703c4404a4ca3991d98cc709a044709b041ceb483286a1954c52654781fe4dab703e32b604e9c3fb78abf694746ee898067471c71d9aefbadfc6de16a919e062705463208c4f6a2de5cea21e0973756a04ae9434fbaf49fd5413efd723b0c182706bbae678e883d1a54cd297a9ed9429f244eecc41827a8b59806eb156ee38d670877e9ee7881f04c3e48c10241afb7442dd4067995a117a1f5e4ca6e913cda570a0b70caf1142cf8e6a255480283a8fdeca05a3002e17e5a4a8b958a4c3fa4470a1a3edbdd225820cd198c8ae57d47aeceecc802b51538f72eb3dabb73ac03570a95998d1b92165f37530768dfbdf3f2e6afab9c65b828d88112cc4a886219570c1071ec86da310d398b444e4d6e5de2e0b759e9349646ec005b782b9fa317770ca3d44592763710e8b8ce0b7c5ad676177f0204fc1613ca43b04d60439ff9670d97581e62d698eec2cdaf0809270179ff157c31e8de7bf637d68caf80e708c70e8f1ebe232dc5790d27cd4145b4d51dfcdd21507f59157779176247c14ad4370f9749f82d15b626db6a5fd4da75f497a9f0122fb048a5b906a2ff2a84f10c770fddef32bfcb888160c4cd2facfebbce02cfe57797f04fc346de29f7c43fca870fe84becfb115f98007ba814b1c0ba60478cdbe873d23a77b0fa4ca60c75f997102c71b2c0e961800c93ae33e7ca1ab98ce4143987adf1bc219bd8f0bcc1c6c7111066d5e6e8f88b126684fdfdb60b6a2748233316432d596e43f7fe4173ebf7114679b62d0e08061c7d0f11d18fcd0efdcfff62cd04fe3f0a99625e517569371289897466ccce88b976e6a167016a145722d527ec24fe0bfbe534e142b904b712a884fd7449e9a6caa578d3261ebde5cf02c44fb25313cc2e896dcadefa571712e1a896bf39104d8804585e1b8db23e6c912f4e07114828ad90690a3229aa7712fa97eefd0422b470957443653f1201becaf167825b2d36156bfb740f46e79713deb31ae1e9123ff3bb0a1b9162b94b2d95c1f5e8391899470b02414c6f9ba71598a0f1b336927d3da479bb1e3a243963f6f28f79998809000222b497d6c07715b381fd7f2641bf583b8e8778cfb89df73989b23ad1262fe6a3a1d153735ca71634f320476e468a1bd17f68d311928fe4f32f86709115f58aaadc40b5aea557169b4b46ab36ad6652a5a85b59c8f480f475bc43f3d963f6aec7ad484466146717afe2ba36bd79089467af83393d3372db85236033e8bb3e991c3d404236e26717da4624e878ab04fc26e9c9e5956810738e859f5a5521c3353488943130d6a7191bccf91f9fe006403d44002d09bed88306cbb2ce7ebff9105a2d6a6e874447196e45d45bc8933621de98783664af0320eb3b4d6aca205d6378c0395a79340719943501320ce2115dc338bd3fcd7ebd0b05f20648b09c7b875759685698a47719dbb205981188cc6b107f16524efa36972684e46b649a56cf38ab42cf96f6971c5e4efe0ce9776431b46f187c230bc7787d72f51026387987d072f5b03c62071e0bc3e482b1602e2fa6551ab750a640cd17e645d3d12dfbfce691d5774d8d471e8fe24cdd1315713d691fbb73d964a183d3ca8c091caf9ed2d5c1d23c6c1af71f13d78c41275e04a28c6b496b567c27d3fad229832644a9728f899f79bf7d9721a57e8e50903dcbf642cd688fff04c5f40bce04aa34a4108a87006625cb7a9721bb13ccc4ba78a15ea65fb8eed321c4b17bfad7b45c38598baf3f4834ff214722c09065216fa4297b993156603e63008ff7a5ef08a1e2a4801a7612ae2883a7234285e30f2bf7fcdff46c431b0b4c815b61b1973a574d10a72b434b9cef3b67248dc6177566db2c70c37cb63ad3af6dc90cb61e10f34e5dbd47b2b95e33d5b724b583fa26b7a5e4385cc048839581a65d71ffd468fbb598e339d3887085ffd7256db6a952dad6a6ecec35b4dcdf1771b1b0a3d70c9b2b2648034b6e663dacf725f21db13e1a54c5070c7663c177673e5df0c24e227e2fa94e20ba4f4e8016f7266c41bf2c1d769120d7ecf8d62d5ff586dc7fa1cc096e9a0abf189e0801464726a159786e434655693294087948e4e0a94acbacdd1daeb984603d2c59f350a726c5b084dc3872705928b85c1b31948ab2495c5dd7fb9a73ec5519f5f8de4b97271f481cd1c8f4a2c3eb57b393dab2222255e22436b8333d40c4001fc949c11729ffd8f74fbfe51d0a7fadedb26a821bf9b066df0ec3f648f49aa57dd6bf5f372ae19e562f053e4a2889ac325568ec89f565b399a6e1dbdae210e9e84cf8f0e72b884d51ec3591d08c7f2e800986ae589f96f1c3bcbd9713e77d02cdc759e9972ccfbc2f96f5a95e69e60b0ef1c6125d22cfc1b40b0b6039dfb48224a37af7872d30e6d841722955d3d61e06e24e1e0b11437022d6a22c5dd22d034294e4d7272d94e505f3be6206288031481bb0330db66c84c01223975a1e95387c5e5c72c72f3d62a25daff1eae1c0fca509cf2324983c61337861aa34b8804617123d30e72f5515ba1e30ffb8a4ff0bd01dfdf11474fd00c8027d4984c9197aeb1cb87ee72f55dc060b2193862abfd40bce923548005e38e0f46e81c2715773fdd92163672f5d9b483ed4063b240b0f9857b52db4347feb3aea564145e08e33e3e451a0c72f8b4df82ce435af6dcc4e8f3eef05a7bc1ca4c86bc21b628db10ee9280c53b730e425cb467e68ec9252df0bca23397d1798661013bea96fbceb209d174092f7313e4b523615cb19d0e9492effb9e385183f91c30b273fa6cca7ddfaf5dd136731a72b53ab33c5bd75264997d3ac55964b1790eb2288bd1a9508022b0e4501f7327fd01866a7bf54643e410ba6899a8cc2747e5ec4d9867301e1bc01cae669e732820c738a1289be4831ace3e6536a1064188a8529f512133b4be3ecf86cff6732b880b0d550032e4e5b323d71a817e15bc0f7adddd8068e873ee988dcc02ab734ed06c441a35cc82c232bf0e47861cea57a9cf52bda50babbb159446c4d5967350b687d41433e334ab0935a9b20b183edbb21e23c376d7f1d947d4019d7094735486a16fc0a37a367b52bb519404dfffb19265339a7a70b2c715f7c070b5f57387fd2358db962b70465854253f9c3fa5ac637253a1794eceba2649fe5c929673a0887f945fa364b48d5965896b9e50b628ac0b4850dd071b063650b44ffb1673b2bf55948c240f24f1dee6ec5606cbf267fecfd11fc80f62226c78b06dcae273bcbcedda98938e0ff482254aa6d596d458f2acac411cb3803720b70295901a73e2ac384e1ae73003e582eb2dbacdce31f6b8c9c2b64de43dfc8931b1faa2a973fc329716696c2931e479bcfedd6aa475f50148754dd474352849f13ad1455b740d7b0c10d66b83083f1969ce6be49543060a4c06e3f0839162efcc87dd57797415af2accbd766457e33b31216c1148b2c7d0ec3983fe273cab130943c36618741b11df96722371783e1199e6f3607c8c6b5b6be2281a8bdba946f03d3cf675741f9b6c549b5eb4e2fb37c7e5873f31dc095be08b5da8f883a8235404cd231f743a7317189072e3b639f8d5ebbc6361cb3efd537c30f5e0f82b2f5c33956a4074429dbbcb79fcfbc669433806cdbfaa9e4c349b44a351feccee00bd6f137aa674473d399200bb930261b7caae9c1be9623e1a804f997af298638ccff531c57d744971f3da7c1a47a177135003d538b15e36c2f565854ed96318937f66097fcd748972021358232785f9586c6d52717bf4bf38b7db3846810ef905dcf1808c8b748bb89a823d29e22bd6cf9505d2c2a95854030104f1c2c5ef2a91506a61e94574941a387c7928655bf127ee77095fb63d6dd64eebbe133cd9f23ceb41f4cea974994756265e60c60b2e5e3289b04958c3d42624d647eb061939892c204d42ea74bc0e89d9419e9342d9a00ce31c423d29dcde0152684f999322a0c767a9013b74c0ad158a327ae87611b46615fb23b481a0db17c63a4db40cdde21cb3917b2574c5c9d8063e1a2f41e317e6d8f50381f9f6470b2ab681c4368c652ea987516974d095ba73c72957ad6ab34472bc9944f069baa53ca49f36c94ea7c3f9061f4674d6e1b8b9dac118960c5ddeb8baaee1ab48808df9995a4d6da1d8dcf58bda6d74d9d5daef7b7f0779d292a80f3f9a5ab2ac6c6360c84473830a6f7192448182750d7d5b92b52db7c81699d742d0fa55604245dc725a826e88c85af0183f2a9a750eab859cc8660fae4beccf1f04f34d7fb7205db6e53d5f1f6d413938bf00a975204e7238c4e3f6b30d31ede62784707bf10b716217732f05fe151993be86a575236754641bfd2e4397fcac1eadd8f9e659671ba0d08bb155579ee6610e7bf57525d4b138c42c4817ee620daa47e827eaeddf0138f877309493988be15c182c7529d672d74214e62ece70f7f36381933dc3d174082715d9d77329b991d33c49752dd1a391bc8e414887b40c5ab70e179d36348a3fb2f0d1a73ae1a0e2a27d0775362c5de5b367c2384df7c4558664cd105d38b537cc0b4e58caa2a9897d4d6e753f7c8e50d934a6995456ec186d18012bf3ec73cffca8f903947187646d7e2975403fee119bd4922470fb2abd25c7cbe3baeb7228623dcf9d41e9ea9769f2d47542bead11fb2214944196f6d3b4faec43ff0f9e7b68870950f5dd3dbddfcaee754b2245298a9610bc01b62be7fdbe9c84a5d884f1e64561e07fbb2f7574c01a758380a5c33ddba6b5b484ed526e0f4a2b8f5eede35ae29a273dc0dded55278c75899f82b940d2fc7fdd1d6af11168b403302f061ce5071b90102027304faf4d758a531e247a3ecb4a03ee03cc78a8a8443a70607136a1801fd6bfbe4e855904758c44ce9ccac314a78931f9cc317b83820b699b1aa42dfb6a81bbbff898d092759ab4a05d91892429ed20c5c8df77d8e0eeb6356831237dbe0fd73874bc101a759b3b72f58a6a0cf9ff814a25a9cac63024bdab9f1814559543cc3af51a5921759d09841c9d04fc78a502d3c11017d07b095f45e0950cdb8f64285ee49a133675b6d7462ad283334c90158e7b20e8ed3c70ada5b84a755e0531c63c572c5c5675ddaa52b1cd96d179bea7231312bb2eb9e69644fb361d4616334eeeb875056375fb8ff59948dfe2553f2f3aeabaa8e441771200ad0ca67832da9af770c63e42760057626d41a15bb6eb3869a145e2e45213bf53037f307f45ac603764e07e9b7600c7e114b96b91c94554768fd20c3364789365ca998596007a3f6095bc059c760437639a007cbc715b816aeb51895b261c4cfb14c697bf50cc0b4efaa26c817604cb39f9151a520d8532f41cf340a2e45d338b987a230a7ff2efbf710d33be761fc8cf0378678167ef67167929cea6ffd2b8067321ef405851a25263318a4676230df0f36d3762dd0781be6fda99d498369ab52f605cfb336081e92382549f762514ca5fc400d062246d912660ebf396c528fb3d996d063cd006621a6f30707628bb3d99158a8c895946fe89b2810863c4bb6a7426f4a3c8f35b70e7d9a2aa762e948fcea157a8d4bb6c1371bf1c48d101d36f8bac7227ab4a6d37cf62e5f37633293caa893ef79172f3b679284c03bc31fc79558de9bb0aa976e20766e36176345adf7d6baf20c86ac51b01f83e58d2d4cb9ab957522f256af0863574a0c476369c5ce319cd7976545c4dc1168c13f20946514b4780180f753016f9edffdc763f486d0c88ae72d07108bf00fe4c9a91a4dc043e173d650a53a8f38cf2528b76406ec24c86d6eea203219d72ebec6ff3ee0ae5bbee17f21cb5dab7b9a6c4ba764cb3776e2ce4b2b44bbd001abb6693dbf86a44e1a79ee70af64347bf32d270769e17d68cc979ce9bd170f4bfb8ed0a75d99bf4ba4096cb6e8be2a83bf112c0769fef8ef4219eb3bafea57ac9dfa8c64131c42012c3fcd460a95b8af108b32d76a6d3439d90870961ce2746de3b80f81ef2b17ada08bb94281b654aed03b14c76aa680fec1cd0b9a77b68261b10c8b6b38b84aeb17163c3fe31638b62254d2176b67ccb50753c3e9b136e0334700be4522e81fee3f573493cc3dcfc9bafc0fa76bbdb32e1cf82a608be5afbbbaa37bb93ba51f3f9f7bfbd587716468075087d76de7b1d5f35d6f41c5be174cb5a1d3b612bcc9da458950a781e5c8002f5f22676ebc3ff612d695159bdd019684a74ab09f0cf14486983f494e796322683697e76f9a13d7ded86ad943a76740e2129995482269416d3ff94f2e09ac6f417fa347704d7a06067304f9bf50101f97fb185211b92b7a32bd9551a34cdff6a56bd3977156f4870f5aeace5f9ddc38e9220224d5ead5922ceff83f953deef88d593a77721f8130edb92be3fceec9fdc4552c4cc535e52924ca187f74b97ba94ab41e6772e3c146e8b28be47464599564222888290cc1777e661206b8f66fac08349dd773d04635e18a93a08c2025e4ebe5bb08e2010e458931f0625ca254ecf2c02f4773d6cd369040d3b91a382ab7c48b917cdb3a63626a4879bb57d5530f57d0a667740f2a0637cdf68ab2803c5ea487ad1585b9f5fc63a1c0e80788dba3083294b774469ff1e67c56b1a23bcef567fe74a20504e5d11bc0ebb09595c388864ca9c774d2eebe7852353d67bd02ea19bed9c9cbda144a3164738f37128b546cfc0a67750b1983a42b2219b8b6e8317a82464ce3265b8e37c1f36d3b9d1ae3a30b2ca7753c4742bb01a1cefacae4848b1c7dcb77aa04884966fcb17f527337b94a2f6775d3cbd095ed94afa1d644f6884acfe59fe48aad79ef1a3742e10e4ac28402c7766c6c6bf746fdbe6d307048258588d47f691ec0a46c49c634973de2adfa4a377840bbbe047b41f9254c488e3d1875f0ca47c274bbf100d2cbde3042373631677857106ef9558a639df00a8a20f037faaa7fd1c565ce4c095bde9d325c7d374778e7e42a5cda361c2d5a831d1d49d07a1753f6eb791201adef9f6c6ca6f641277b70c8f1f633479a1aacd4ff92e05ccfcc87e4897bd7be65fca978656d093bf77c93e5361beceddf009c23f15bd7f9ccc9c99d5737a9cb006a7be89f069c3be77cfc60a8c8803ed7e3b4834d4c79ce32f74d4eaabffb25f76ee8e0469255dd377d65e71b98839323a8de881e2a718d7125f6bdee6c35f5da47a608a9e3d2a3177dfb978ac806f0500f8d928fcfc8fbf2b25f535eb429cb64253726c3f0f214777e49f1d150205ba20d0e051b6d77eca7f75a85192d4d634ac31840a783af39f77e52f62ddb10a5dc20a410b4e8a4108ba00b9dbce76114ccc150b8301a1470e780378d2b440d05f1fbb3b5787693e19011da57ab1353935787641efc81cf537780c236f433a5bd24c366c88721c807a8d7c77b416c733e23aab42823dbda599781a9ddb0c9345859ea15c086baa21070a5c44148910ba36b05288cddc0f7e97781f77d8905e98d374468f787bb7e799d6a6f3ea37e760ad2ddce3bcc8868eed78337a8f096cc77267524d7102c0e83be7c3a206bc68bbc0a40730fc8d3ad3b67833914de931ab9ffd773accaa9178d0f04d28f279f0152f8f020732f0aecb2c7835a89f7223d087145874c6251c4a46434487a3b1fb0dce9cd8009f8f05c9d1784b5083d3e9d8f9250fdd4c9361daa1daeb55cc78ffc60abc478e1755c454e47868406a86b1419acead82aeceb0dc68d559f22a7e690174cd0a8c77e9b1002578918f516eb967bf158fec01196757162e36a3599a1ce4f5b77a23d649c4b2ab789574f14563225e009b1f79c947d897c068a528ef3d44a7f9f1501fa7a2b8597895cf44664ce9d0a197d436375b5c4632d9bfd71b72abb0201da2d42be1bbcb789bb01cffdcdb9218303357af4f64cdd208ef7b36f833869e58f090112bd15178a7d52487e495501f26d57df49160155c1b5179477072a5cc2a7d8f1639598278abd7fdefeef0435c41168a2af70831bfea4a58ec675148680c18440213856778c5b7289dedb2b5ef4711032a260ffd1fc84941769cd1845fa1521d21873f8878c88827011b65f6eec58eaa346d23c51cdb38e2d575a8c6569168fe95fb90a978cd6fdb3f91216c4e3b3867dc5f80b95b0c6ad79c3326ce827101b033c8a65178d03b1cd9120aa206568df93c4e055573981b75094a57e77cb8259d5f0205c478dd54c0df1bc814b1d16e1eaf5ec7c04a6e0d044340f91b1cebd4a047faab5c78eb529d2356e0e035e82aa118ce5de209f28a24e92c3e1d54f980785471480578f66c2c42eab325e65cb0874f219af3beae533ce6b379f0bcbfd05203c5c0fa78f9d4b457252737265c617a3c922041194bd76fd01c25a07c37149debaffd4b790520dda3b878230df6eb1cf46ad9dba4a3e245e454e6439c491966e09b6e5a792df338c50bbc8b3cdbe1a6403c5d4a653cbf775edb84e0bd4359a230e642ad79388b56fc78905e84eeb7a188ee9d0b13016bfae56a93b64f4e6cec223360877939e8d674adfbbd1eba2405df4a8866b3a5c69fbbd7e7c5fad10a5b648777ee794b36b3a868e084ae2b3e41ee94c1575bad1ef1a1fadcd72cef312f8fcfc11e795e2615090886e40d2648da331cf7bb9bd4085ca00446b8a35b35b200eab62f7963c62b2b03815326ea61a4318f67dbd5adf3885b79e19783c4a98da59fb76e7964172d66d172175c11e19c0c953e58ad31af7fcaa07f2d195104a8ff4e8dd27972183a1827dd3f65d14f96bc8a46a85abb0ea9abdec6f4a4e8afae009e33a5798dd21d65af1d4a0fcf1095548f47d088ec1e1d12564b9339d1806bd49ce19679973865849702fbf6d4deddd6e6288ab49997a24017df24fff2e1de6b281af57997e388948b34c974ac46b44bf2a00206f6a4efa47639df67f63e4d4080d2c7799eac8489c7a795383dda75ef983cb3122628338b658cac5fdc6000120784b679ab55f162892764303418c0ea74898b6fb9182f1a2b88f15d21cef3e8648b3a79bc1257ff904095e3dee7c318eff55d04fb61edc103f9b6f57f58c725a9548679e5713fd04b6268388942cb3ebf5f034f09959416a9c56bc937e035b554c5807a10160746cd2b8a31a6408bc62ca6e39b158ceb18308a43ce4aa34fe00521d47a118b8ef162f604afaadbe8f8adafd6acdbb37967be4662e76545dd3dbabce87a1f4c1e6ab3987fe452335a0a861a0cc8cfd3e6d09328e16e6610d20df4f7b87a24707ef105bb3d0250db70902792bbe1ff657918b9e84b8f8f21765e17046b7a26087d7734cd0a1eb7650bf7be9c8dfda680f488f32da5edb698aa212976fc7a50bf2a2409fff565b21128115715492111965b2884f48edc9a3e3c20ba89f27a556d7b89dabf593e708ec0d6a578b3770a54cf156d77eb1af57ee4ec498a0b7a61af3de410c82887f1f1981ea4d0bb793ce7b6c36591e5ad8dadb3e2de1c9f7a7615947f37a935715125f4ebf551c59f6c8435a8cf094be6320d761df6b5d57a82f76588657f2060e47e8ef67780fa8dfde38bf2bc47247573346fc58d1f387a92c7141cf324b2034586f067d2e3b6678a399a4b39332955f398b93a04d4537a95bd52cadb0a3efb4f164e1b09d5885d7edc75e1e59a4ef02c3462de547e527a9be605ad0f5714aac85455445524d0445276406e53ad5e393c3df31b5c16477aaa13167285cf4f555da44cdd577124bfbb144ed0f44177a4a019bdcedd4e977ac9221ec0191cf67c8235dc97a7ee3a166c57385df20350fc624e06fe437e177ae8f3fa42b639cf4f7e179c0bda2b6984bbbd1409d1a3a8324dcff6eeb5fc8c7ae92d36829f8ea96909463c3ea3c19212164c4f903c6bd4a8310a1e98725cc47aea5f368aefd6609833937e7370469146440b95be5d888060eedb1dd1370f467aed17996bf9cfa463be51f23d92d46f4a29e7a1d6002ea565a9bb320b20d22c7af4486dac61f815b5e47e42ca3b40abfb6cf5892765cdf0dbbc7344c5913b1f7b071ebe33f8996c03f68e70aa5ef733c4da6bbae03bd0d80aec6bc0fa1c11e87b0ef7a0329e770cf80d4f48dc06538275dc9f6ea1b1d39fdca20fb2bb9ba5917b192a88b0fcb58b5e131b1e1059ae9be974486d4d9c652c2abf1facdf799d847b35fa79c886646a3226ab14ee203d4915e0e2552c7143943cc26dcbf355989c7b3ab1b837b3ab16b9b3f682635c87f3b0705940d7e9bce792623356a3e63f627b409a060203e0a4a8f024672bf6950345928bc0e4f4e8675b728d33f2fc8ed67b45d8410a0cad9aadbeec81fe07ffc618ebeac3cec309ca14ab3693510160557b4dcf33b123e3f45f423f6e05cefd67b2ecd13cdb76041e772d697b0a91eda97b691c8a3b0c7c2d237159e664f05f3ba6fc5148aa5ca9b5f991aaa74225bad57b6e48d1283e7d5128b9efb7cd01a961918ceddb04b1628b3e93c00a9246592b7b8d73618188c0bc566d48babb95a2fb09d9b1112bf472a73cc4b8543be45b8b7b97ef288f5b2aa61f5155154671b39ee470726ef3c42970a0d7819b750f5a057b99930dc59ba239b0c53131aa545f0f501d2c5b44d2e7fd3af3bfc6f906779e7ba26e5d14d600d68898dd6e7fbb0dcf11b5f4c93ca70e77cbb7582983e0da3a7bb3842c821274e334532968f9648e8c02f7c21e3b8f9b7d4be183d107311be17bc01567152fe8cf5c1dcc0345c7b01ae8491e7c27e1849b44b769fbea8521487bc44f9457ec3d21cc8fd0575c00761552fdbfaa26ffd97e47cabd04cdd023017bd0a94eefe4c0b137a221515ac30045dd0731d805cda6d1fbd4daa421671cd47bf6aac0bbf578aa509e0311a8c2202a2baa165d4c89e2927c7018afb95e3d6e7c07828598076ddec97bf6631144e031d21bd722445d5d3dd811c9f42d635c837c0b5dd06f949b1611286a4627fec02ac0b6b4e11cd9a1c697ee4546244b231d7c2395be8f98a1769c941e80af6860180c4a4f99164178ae119dff27bc5ec60f7c285c89bc51d0266a7f998b22868892b76e09f4180a75d512dbdcc1d1a002107c45af64819916cb0d1dba71d0c81cae23fc3908b69ecff00aae4aecea74ef067c46b89d5981f7639013157e2703bf4220018e5feff590812d646ce8bc3019687c51ec68078dc55b8173866f6222011ffdb6fe41a0ba66102fd624f7e57cfd9c7c550436e7731a4a5afdc50de07e35dfdcc61eaa1a7cbadfe624d8f9a11cdd9a7c590de9a8063a6c5f9ec6993da708b9dda49d2e011f4d0af0c7d7ba11912abc7c6213e0294d474100ccca335904008eefabf6cf51aaa71bffb0bd794c9c3d1d7c6d21933511c313a27a64066cf6daaf34754f6c6e7b192bc650c83b1b7fa90d7c6e92390b0871e89ab61c46e5584b9543e3a8cd70aa3116e3a9335c0d6290867c7105dc3772929caedf8d9ff7077b0fc7142cc02787cc8cce0abec0055fdbc57c75bcfaa16b70d9ee6631da0bafece2654f2cf5355d765230c5123d49bd60be7c7bee8fb9a8461c8fbdc3eb1a0f29638e0935217138ef635c6b70f0e54bf33e7c862db2df91a73a6f998713d381b66c69f8c13ca7ac61f52b879c932584f9507c8d96520e27674145a9db8e9a86d3718a07b171815421dcde3ac6ff4f30ca5f7c95991a0224d222ab5f77e6420eb0261f69d8f2749d161a7caa0bb3060c869d7c9b40268d8f6f957cc711583450fb7540a643ac6fd5d9399b5210158ccb64b37ca30f7a702d800f76bc0c88ca64fcddd52e8a2c5b1ac8c27c0e51eb621795467ca930c7d662befac47cef119f3982fe75e9ab7b709ae9818da38abea4e282e77cb1d2157588dfcc18108ff4c45f11ed4e6163fdff98b53a122db79f16951c3b7cbbfc1d70d1a8b2bab9377bcd8d902ba5c31bf446ed3bd3e97d0eca0655a49d7cca835bc3c2845e426378cd82c5901eca5e8819a0403c1f3df0b7a346f244cf7ccb86f090d3b05097c03cd5b53ebad4014464412e19d2477d17c9ca7d04ad5f7ccbd26866956bcd7f62cc34215b55c80bd546743dd84a78b633cb6c8ae8f6397ccf16857a92e1172cd06a3d67a71dc8b7f4098e9fd9f0eab2fa54462177a8647cd34e2178a890e45624149457053871491b41a9f6435d193121d3059209adb17d02071f5ee4bc1aa52545f218ddb7323da69b637ffbeccc8350f746d9abc5d67d1f97e06e5cad1e39f1d6c67807726ba8892f744ef30a1ebf5824b1f915a6637d21533ddc26597ee9e6ac147f3710be2abb5d1c9a677d300dd944717a4838677d431559d285b338d6236a013caf1c10c1d9eb511100c6983a10dc2f06b844ca7d44cb09343facbc1b8efe73bcb72e4db9e72a8ba3ee7b54aac887b846640d877d638bfab15b962f1cd24e48ca6afcfb6ef29182c30ebe01eb4c07951a58906d7d654578c0eaed497f8bc53cb0bb6742081af939f7736b66ffb7fe12122868ba7d79018eec23c5a9a24ddf7381739891f8aee1f044a31fb06a22d97d7bfe80717dca9e1dafd53421cfecca90a859f4365925fb64588253d9bbac001047b511917ddbc22d36d727b066a66e54a05940901f18a9a1795f7b7c6e8e043cc7e8c8097de56d992dd62b91d1057669a031befb9f73840a8c1daa9b55a21ef7a59138757de8294840c7df019f5662522222cda5d87f3081d7b9e3f6116ffcb56b92a8b87dfa8cde0957800eb8fa11628932e10817630166a948428ea37987ef75f9a9507dfdc51dc3c0c579854df854b93e8657b89e9ec0f81f695da917fff4b9f974ef7e0765fd32e88312d2e7fd3478b9609bdfe9e251a6781f0e3c43ad34c6dc5fa67e0a2d35c25254bda5faa5f8d77734ccea847d33937d0c771c332610cf7919377e11c343708186be565f903c72875a06a2fe064a0c86fd8747d4b93fcebf9c5c7e16edbfba2d7636122508693212cec408c9fa4096fa807dbfc06600aa6bb03d7e353a9fdc998eb5e4469aecff934c5716deffb97340eb8698d34ea7e91137827e3e2ce44f153046e7dcff3276c6460d7daaf7c99e93eac06b545a3b9baad3a27e4308e17c3c5a66c5305e0f626984071fcddb2ede7e78f16e5e6a9ae9ec7f3a7e445a53a654ccb5f6702d3718ea4565765ff151799a6d984b5cb68c9429708b7e471ca2369c3836ea2a93d9e7a3fc2220e2a7088c9e661aa63d5ed7050dac917e50156a676bce9609fcf6663aa78b22d97645eeb9c1791c30d173d5dfa4a3647e516f45d933526f4aa8393ee658a395e817e71cceb50f18c70822d887dc31837e75fcc7bd5faa231e85d149170a6d097968c4fa22fca6100bd407f022e860d07e7610179fb763618e954cf362e88e08217058117ab13a9c491cd524474ac02d7e76dd1c7ed07ab453358d84dec8a2ab8c69bd7988ae8c58f170d602f06405487e78ab22262fedd0e2db56a4f2a221b8a063bb61dd36ca13b66674c9135e87d87e81107220a78788919f6410a0864b48719fe1952301ea25b459bf5aea9789817e8a65013e3f492456d0a9621c408280eea436473aa0c3facb7fee8faaf8c6757ea3b15e3491c71c2aba2aae04d53ab172b4c943ed73cc16fe2575174b6864e77ea9da2708d63e14b9798f0bf1e354e1f7e1cc151dbcebba70c62759c49f439c7eb0412100b9bbafdb3164e99a0616f72ffa44eff717e79de6cf22dd4eb4a9d77eb2e616329768f55105aa6913a9b4b7bbba364d8e2a5eb9fd0bf6412346c8447eb9dc45bb5561e18e137152687d9ff3ece43fa342408dd9193aac91e4b0a7867ec5609ff6061501e5ab8ccd3cbdf5421b0ae9b299255dfbe8ad587d1a69b6bf7ec6476c2a6801242a56ab7b4d10b9261e556cc449be041a5c02de7a921da8997ed43bc25901eca49bb14eb3508cc70219a207b16cf4c526a9341690e79c25007ee0c9292b3af1ed209931c5acd88822166c6140154db9a28c53d3bd6bd0c3e17ee1b7d584a63a88d7d9abd213da0d857271303361cdbdb6edffe4217be22df07eef9abafa584adffd179138db2b2510c8f3e475d24293d80d9719aae93dc9bb7f1eb8c95ff5aeef1c2783ecc0a526131507786df3f2a0f866ed95523249680e7f2b4e71241c2c212589113e6f9535f426719cda178feb5a1c97712d539c6f887f4c0d393b12605c744d51fe0e05ac446a183769c0ae4496c2666261eade390e7f4dccac84dacdf0a636349bddc1dd4e8fc0178200314de7cd803cdd8e3e6de27f539ec125e22c23eccc9406be02a4cff1eb63a37ef07283c8c0c772c877b4437f7081144df1c500a990771299ba87641402c44aaa955d1840f8c6c804dddcb67fa0563cebc6d5235992263dc67a3bade5f449d70730d9c3c37f9e4e14176c7a7fa403066575a9b65fb3aff69f02289fdc15a8756ae7fff8ab9b9bb3e9d0c7707fbd50cff39c188ce5355c8696f01305d68cfe1728d744cad672fc88f11687877fe173ffa47516963c0b9c66953873d2f3ae6c8b70dd5afeae28466331f727957fe6bf89c7e393066af224634606836550151c6e611ebc0fb3dea68640f42389800024366932d46eecc97499f2f65f916fc3dfc376cddf89706ae29bde4f5976800271510bdf2c7ce4116136b8caede8152d3d531cd68dbe904991aa7064d6ed8024b5504b6d590f6911690b29f90131f6fd31108c4822ad7441ae0684e45cb180255f23b5fbcee5089feaef6b8f43d3a021209d8521f26e7360bb29035e611f802d53a35842fd294afd95b6ecb8cac3b240e0cb242d6ab27cf001b651d34ed68049590001b9bf081bf6c2311273589109766143acbf480c86e214dedeaf39ce805135631d55b10fa2d046613de54fc8f28f139cc58ce8dcb0c15417f5ae5c6880580b851b38dd12d303e7ba47520b00a77a5f42c33f3c2804f4d08c15656fb78075c93adb40476feb133520edbc977b60f1e50cba058d6451f07a5dc0873c9d807b23b947ae8ce7e602e6093b8063a6a6c2c65c373321d27dd60700b40232308087cd8c159ae3af4293a469bf5c35132ca66b3ff84c89c7038a2a5fc884e7fa8089e062c77525644ee0ace2763316db082074703e3f583f12e66c1d1f3a04228098804ce15498b2d29824784473019a5ef9681d5f216b43bb223127fc995fd4809c78cd3990aee0826c50ee7966b8497594879926b97018cb339ca13287bec680b1828ff898e6fe2ff10fbd3639a9c239ee9885ddd4a05d29a0270c8384be3e80ca663688af91be2a9f233693e11e97dad43ac4634b783a312305d9a8e41eb380fb6b29b95974d795e4a98bc5bc38b95d63923e25da390d179202cbcfa4dde780fe96667abb019b9b0e55e7a202e2cf3ce9034d68aa2645954e8a2bd1801fdb8101f78bf41c04d01e9348fc204f3edf3017367dff23acf93c0b5193a10e161b8112fdf06eba1dfae077dfd012f6c46b13f65659d4872f20064007839d1c9c828130bda004d32d541d4b23a514a069b63ed76cb62ea25a30f84b8117aae15d8c813c8a926c3ee626de8743791a7c57b0a211ae091059197c7a3e3688db7dbdbf815c20d5190179f191100419ab5c964665d453236c745e35133a7e882fae6216815da6a98f8a7bf4a9cafd2e5c2bfa42e120c0a0a8421784b0035ae5c733a8238166342e78170ccd693a887059b41c4164e08c42cd4bd21e9f0d215533104add8166bef0b85d3e309aa444809d39ed97b77e00a6129e182879346b25ecbd2fae816e6d83245d636dd03c729e2c239cda06008321382a4adc31dc8c431693a462817f7952ef5ea3f33290cc76202aa7e8504c3cee8b191cffdf1cc5a7e953d29981997738d8abdc8753692e3d242315091cc56206bb2ff03add4c569301b8e7e4819c077b6ca9b45fa7ed33741020efaf10c16e79a040e3381abd6655bc8ce95b81c7dfe459e03ca69954fdae1f69ecbcd6b41209f04abe5decda38b44ef8d8bb81d404bd2cc5acc1d10e6266a886e66029412e3f718eedbe5f4c31b69ea3d37481d4e7ff346d160354fdebf1930b648b3684576f9b6bb5eb2cd3ae193f61cb4781eb5389080294ca35be44f7686de4c9b2fec496dff18f2d6f2533e1942dc13e81fc04a3e6cb8a16b942c7374a3fb0adda6e17f129e97029a43d6a6b222f253e820fcb3bfbb9d7dadb926704254074de6c888d73c505ddc0eecb6aea6a8572c68216bb041e54442e15668830876ca9b08bbfa23cc57812881388ef43715a60688222249776a2b6528be2f81039e379e6a9db8dc9ec9d6f34f368073a090aa12a823e25d55b30134ef1691b9ab292709a0c0cc9eaff3c2ca2a52e455301e8a7b882668813fd180feed5e26b0f494f94aac8ba9598750473449b727a2da77c25af8266c68a329511d70667116eee1681853249e01420027b1243935b4872411a628269bbc84d9e817fb7d2138ca6664d70d21986d9cd10fec908c34a3097f84b1b827deae8e9d670df606021b34577cada40122770421c16e0f9db84be4f75ce54828210fd02d1db96f7dc866c57cf479ff1b75561f2d4fab6df47fef2e8627b0a828869e1108ff26b54f07651340fd5108f87acfac80618e91e450d304585296c828c60ea9f260140f2a99ababa60fc7f2761318a89176bcc9656532b0a571d79828d19f6ee11d4049d4d89f6e5393efcfeb155f03a0bbe0a921fb4c6d5a200368291bed70dbb515ca16c057a3f3979a5989817814eb971a9f14a1c6630dbeea382b5d243d1eff8a5c102122fd04dc1b4fe84d31de83bdb4b0a1d41742f86630f82dfb5c517b5efdbb1cbd2ee7d070500c2475be68915265e903be8f9b3c5f0e682e885aa70e72f8881d9c4a4fc44512eb99e47b6d2c8977bf53c29a4ec4dc15082e9d17cebc4fa7945d4195e3818b2db7d93eedfd89a6ef78ab61074b2264f9882ec72308821d905f6e8351b19c2af69c246c5e6299c8c42543189a309ce340e82f411f81d3828649cf33536474a2743db3a522c3b885a192c9c1a46c742053e82f49dc92c5ca41d095877eacd6c34ffa511123e7f91cd156fac85e01ac85b5f82fe368b2e244b796f5f3344eb265142b2a5a5e9db1b3216decf0054fd5c275f8306a94d45c306775e90a15405079f775b58ab6a349799a273b7b7aeeb47da7f8327f43dd94ba95b216988ab6e9b5161b9881986f660ee7fef45c28a29e4a2ee833c5cd8182665fbefac150a50cfc25c14a52a02fb4679b43fa19a7ce149916883464958cc46af8b48e5bf451a2a39ddb6d7a32f42a18b898046fa09c23e26d18347a618cca3b61ee78b7212c2561ba285a415e0a46c3ee96c4126874eb5813d834ada359b34c7c9c717d802413695932322623253e9764abce140cbe492f27b835511ad31d89ddab83e29547d081bc285b034a6f93ab6d8ee34fb536dc5fee5835688edbd5957d8ca7f3e0000714d5b0f4f6c226f20e888b23353a5b10d2837835804c0269315561d62be5274f90fcad71fb14ed43ea2e9009ae39abfbc61ef83596ab871b5924fae4c92f98aa731988089dc761ec4eeb97ce2629d7d7c5515835f20e8bb59a36fa6249a62b5f4b0dca4ec9972de3987ab32e934d5d13f79e6836bfe46d74bfbb6dfebb74fee098c740a506bba122019ee32fa53d0d32dfbf083713b17f6b3e0bf41a82d62fad66cb01476ea191c2738640c6f80752e638c8183801e6982bf3e7ec566b1bd4b4afa85836020f5e9f4da0233e8d47578f194458385e6a2965ed51197c863cb7ca7fcdcd98d9e341ee47c6338ac5c1fc39e3959838fdbb325884c604e2f7e73dc86349e7d3f5c51ee86b043e318feeedb601fae8390e97fd58faf97266d1e263dd0437dd6ce63a294533c250e05f89560f8fd0983a008a84c24e06b85b6dfe388bcb0ace7ec4f210b46f7f8685bf517c59ada9f83a0a626fdc649af9b4569621815dcb119ba068f6caa93124021b4dbdc43a60f83a9d727303a0fa249e9578155847341ab403be9ff4a2f38d4710cdaaaed67c383b69b6c4441c4d791410f933df2fe3c0cf09eacf1683929bc07416cbe85cf7483c2a9b1827c796738543a352c75da841d46859c6a7ff058348e0d573c3059b083ddf77757fb6bffea1280281200c7871288d26da09c8ffeeb8ad89f5c1f673483de7b56398b5c2ecc49703fa5485b997342cd48f60c78477112a45ad8382f5a83df25b946773ccae80f2b112d3be5516eb967708a8eaefed58c706cf156f64e83e6b5bb77ab7f49014ba560e4399d7138565a67f8603c45eeee04f4a21aa3a08424049ef0254f5854199c261bc1bc62e02e0ad13e4cc174640f16933e8c918e84439d05b90128781fa89e0c5be494970900bf329fc2342aa0ce23bd4c1152268451aadd122c08781e9b8c76cb981f6fdd09810ca761bc89b19662c08d675b0d845cdfd8d9d649db50d80347316846598c89d43a7709df166264320bc133cc89846795421840b85d427fa012cc79f2ca71a02b36c6803da692925f80089bf137846bd4c379c27ebbd31b6de8c89de5c10747fa7c4604a9c111a2a63a86399f3484755a371c7f3e66e0a0d8ab4484861097de69d4c70c55186770fed9a976e4aa848dd27beb0003f7bf2fa6b4392799999c787eb6c5d1b066fa1237ecebae51198496cb8acf6f84202cab7cea24f910418fdf8c16cd9dfc0660a4d8c91c73d5dd84a6575ff877c30d1b7a0b1b5ddeb70b76c1587fd68423bb62a30cdb784eceed84a6a3d67189461d4cfed3677e157e08ec34f855da9f2bfb0da6f920a0b0950f84ac993fcebe7a17dc326ce38cca1ff13df30c808f21f6dfa424a178a11c947d84badcdc85f6ba1d65283836a03667bd5045a6b674b5c3118c09fa73ab596b1884cf71cfabef705fa76aa79b66d33f386f6d6335d692fc5c504d25bdc5d3d5aa84df0954304a1ef11d1000e799f4cd283dec44c52ac1db98e5e5d3b53efa898f8503e0f887d7fda7147e5e7932f263f374e81c8948fc26bf444f0df9b45acf8a851e7f8c5428a6b367922eb4d983a7f3fd8174ac127d098c7a4353f830ca6ab985297714d6641189cfe2e956dfe59ca5b6a631cbd34a7bf4f4685620e682f027854ad362b42d692e1739d64541f97e9f2b7c25009df685c2ec12f98a0e40ca6d85569177e4e71725a925c83aa0334351232b67d6f49b09959665b910117dd717858c4d8d117678c2ead02121aa88e0eeec39304dd69782a579b58b2d7405336f858c5844b110c877e59158c1e2b220bca0ef87781254fce9f18d415d1857149085a6be655a0097709bf419a1f537b8e3df67a04beb7af0581046a2ea44a2c86b85a9350b7042f7118e8023ed8e1b83e43a4ebffed370025bb7cfc846649b2a6e85c1a637c306640cebb78f31181a6836783a6936939e4c6620a46001074ff77a85d0264808ad6a46036a36b3a39f0d6e58fe1ab4f4380b4e99ae2f2faa13265785d57ebfd311135c908c89416a219e5e45901ea568a986dcd7fa7b8fb45250a285e187684fec8bf009f60167d670aa33b0b215587c29467d68be3950a48fe12a85fa894b5f09cbf70bfd265a1503324a94693be91273b1c062b89a857e7e3aa285fc06bbbd0eb54b203528b59cdad087cfbb140a2d227d7824665d2e20620c0886084781374229ccaf5ae38885fea107616b8a69204997fd6ab7354c93d6f12e860ba3003c3355a3392d133ee13a9bd6f9762f125aaced4f3635d14af637cf388619ebca23837fdc88b32ad2195ca0abfda966ab7d15b7d5aacc11b16ddbbd9c8643a6756e998a9d055189a96ad2bee1430801b7f7a4f5b81d4ad5b3d1b88d86864e94c919bc4a17413100187350d42b3fa73eb07e791a596dc2f89e70e03501865c9e8d8c737ff6495be7282ecbd945c435ca4d682549c285d24c2adf3479408660c5895f15e5a57287b23c06ee9cc3d04a465501cf4255cb01b46ec20e12d38664ba66be8cd6335da162763c25704910481d07de3acafef399573dc20faece8683b51bfeb95529ae1ab1af0ecbffbcc921f81d9b118c81818d3abe799dae348684f1445900fd36c829b0c3e27c9ad529f530b87886163b515b35e6e31e5313868ac0e858632644c599aca4c3f8dfbfa6130e52ddfb84e3fa8359bf2f738f8486c76eeb022e60b25bb8a658004727d19de28180e4516bda00871f8c25ec019586c99dcae8c8b7a664544b883a6f8beba57f56d34c1b8b1fa7954582ec94329f86d0170aabcbda49079c90b5cbac721b9ee1965cbf89d310ab75918284daa62c86ec3df0d5b84e1cc9363919d8f50afa70ffaba6903d782f4eeed390b346731986ef2f1bc897dc1a0743aafe908e65dcbbb48cbd694c24b540bf56af5f25c1c586f5445819c62b43ec5d8e44af24572b9366c8109b79693e183c865c9f3483b786f75d0aea63c8c7e5cedcf60d8eedbac6e6f936e7a14be4b62da57d18d142c186fec7f61d72c8280d14126ef01ce7a4627c38edd6e4f6068a147fd29aa262b2870cfa5e2bc6f28dad914d72568a35d1c82d0d02f118a4d70da0f64adc15023c8724da6a9fa1a74162d7b9be572230174145dfff909ac9e03d63e2ddb69547b6872f7477768437a9ec4be39bb4d36f47c7a78476e7d3e67499e4af1e614158038749ecf6a96ce945864be0b0d1a6f8a63f5aa312304a54acdaf287e2e155049987589394f6b209b6de107836520a878f946158fc82d6ab35c746dde627f1fad487647fe14a6965cb05eedd1c8126dcc76b099e0cb246f17b5a70c6f78c3d555e876da634ce40df789c35d467c740c54f83c373ac740e37977abdbf948b51e67787808a99af0eb700fde52c833787a0782fcb40363909add08adc45b82a23058a878417ce2f7d42b9808d396d5a6da16a89b29432905bdc2bbb76fd374d4c2f78878786f3dd2f0f701c3f6905eb51bffd6bd267c6b11f7999dbc5207b10dfdb23879d5c106f25457f39c106f150cacb8e7384be5da4d968cd82523b62a6453a0087b5d637db265b07882f3d739a0f14f863d2b4c5c0ec4cfaf848f2448df26cb187bbfc43e36296cce2ba0f1dc7ab816fb76fcc4d495d327c9d505e3c71442ba387c09c5fabf7fa9f64fe2bb8b2256e18fed0472348d0b425dc988d72849fcfdc87c2f6ca409a42ba86e1059755a102bba026181b6c8fe4f8207a77b32ef0024e87ca4a3ca50a8fd394977732b4a7f6c3c2f1e7ac7b535525f692094e3316790c87ca753bb05644eb99cec1636d5748ecb6ee1dd1c9d2274b07fa10671152fc0a87ead69ccee51983f023f85d28ae51276ede0ba2b879977ab64d61bfcd7ca2ae87f0cfd7ff5a843805335023eae857d1285029f68bd3e7170aa411d9f4d59c1987f0e3a3377c9a9d8723fc11ab177c98a40c826967fb988aaa991ec5e513b49187f90cd83eb31f3d837468ba407e31b24ab3d1c008b523783951aa62764c0aea87fa27acd762fe95724cbc0d38f8d692d8d25c9d84eac3ec92389806af638549880114f7cef2fb5d755acfcda85b2769ce231ea1af338f5dbc62be5a0a7884a9881e857e2830d23ba05ac5b387851934f68fc70c3831824f20696bf999ff9e92882872e9f42e50c68cd8a4f6c6780e05baee036e1fb1ae474168cd59de49e5a38830e376fcb89e36b3b01bac2d13f91c80f4a317576b2928791cf3966a52767f8835d39355fec4932a1a0e9906b09822c24c76d13a3a09ffc6c8946aca46bbaf8840563a993247db88cd7e4fc9dc5f69530a034aa3ec493e29f51144336a0a12885653b33e3ceffbc9a7585b221e762d56801503b8f62105baa576048a5be83888650145c03a4213c9e4c789f18cea943821de3e4581129990c29a6143dc74ef8865a95189739bc72c4d7a990bd6587bf0ae5c155bba28486643509441b4bb76886d1a88db4e4f11e30d4cb4c2a38fb4c9b78dbb98df8e460def8d9ef93bc14f887935e5aae91bffd246b7c2e005b5ad595eb40f17aad2ece301347d18f9213f8883fd1cf8f8e882da1e0a9700f7adc83c96c23868012c4f1a5fb0a953e241e1889b7e6e44b86da0ce6e438f21d6baf934e54b8599e3b829dd858c33800b5fca88b4e0f65fac311ce55b9394cdc00146118e2a9b4a048b8cbe13402da924a5de88c3548d98878024ef5444a34d52aceb85b9a37ec8468f2da19a35aee999827b88d8aa0086f75778102613af5f870933675f60c642c6770ebd69c15bfadf0c2788e8b6599b6434208977baa3f1aab08bbdfd3b2f758b2907d9a25811b4e0c00d88ecfba42f5f6fcb10a15b92a48942dbc7d3f30a4b4b786db67cbee7542a044888f5394b406b9184146466abc7ff640f51303fd0572a8daae6ad980b1566613988f7ef7b907ea26c7945b2dfca02d19ce18bb8ce6b5b43a695abdc29ebda00ae88f8d98f9ea4da879ab75dee53b3ce8548445749f4ee46e37ea6e7841b19b00c89023c583167395d153d132de316d28ce98bfdfd3ee8c5a13019c13828f4a59a890b0d346805fe4810c594d5d348f8626c839c0cfea80658b654bb0aab007922891e61175254086691fec5422d812ec452632f93906eb5d44d079cc0972c3d67892404a7287df342e2ddae44963969a4140ea4400ea19482d75d6445c1cd5e0b8943416d0f94cb37f97462a176f9e15b0435ead4537b47e5527f149969ae0836894ccda4a67e12a686995bf7f3d9b4893b52369ebf8279d8307620b929b864bd8952c7c20f2faf0a664a84c36894766935fc7272b9965c7a229d36a57125092189b077533598a0ed6223664aee57be6e656f52deacb40fabf441a4ef575f664589c01dd61cd68c2f2719a7e49599e5fa9fff74ba0b80c207e8dec1fc766c5ceb89d2525fe9fe5c652b9bc52111bf20686fe6acca2539d3ad9d8d1c0f12cf18ac89d585c7b17e2e87134b24d861ef26744cfa96038e99b3542b6cd3f92a99a3d289d983cc099296a74b57a4651232d450af15ee031404be82965be71f2c2047ec89de376f885c3b9bddefc6039243c128db94aa485cdd98173999c86615f5ff2f89e589561ea9fa95d37cd904b3e7f869f688a508a8333c50696e1a8fbe45ab4f89ebd37c88e407e4890a486e30158688c1e02fb33c43aa7e0a293a8bda21a08c89efa5566f944375098c8607ec9a31372c73e5b775a5cd891e762cb1bfb2fc9089f54bf3794a6390b965f2c546c247c9d5eed505fc320b9f7599ab5d06225ca489f92333ee100a56dc64482d534cf63836ddb60cd2c08f3ba11b9b0b1336df0989fe0ee6020314794fc2cfeacf3d10c31050cfe56f8ebddf1ed0a33fbe941fa78a22f5f3fbb85ef5d063ceafe3fb6b99dbdc8e6fce548a142b25a7c524e7c35b8a743f20ff4c9bd141b1fd2447a219ed3f439ea40cbf8c711fea9c864747da548a9984890caab863ffeb3c5322b21ccd55ce4249ef9397440a6d3f8935f866838aad377f97de243e519d4f504cea26daee00c7517b6f3a38ea4b40483354fd868aaff0a58ba4224db6a30b2c0390e1144f0e3d9fee3a1893a0471e0818e03eea8ab2de831b756818abc465014fd130387890d9bd00790f605d0b925980a574ff8ab4fe91bf6d826021ba6c7b5f2c0b4494914c96ce2bd532800869fe34c784ca8ac585b417f4eb2e907a3ba37ffd262005a8bbde71e9b1e7a2c3bb8801af1f398acac5726cec493508a1da154097b2dd441c4337f54809e4e3bde509c750e1998acdfdd480d96ad68337080a54acd4746943dc1962d00189ce4f4b900b0ef1cc8ae3afa6304e56891815b6c9806bc5d86288589d15391fa1fdb4a5e5515caa5c8ae98f25a7ea57d3b8734b99b4f9b67ba23aaa8e5435a8052536b45dc6448b758aec6d1c88dd2c7aa66ff4ba46c453498261c1297ef361d446ed3dc0f632e5e78afa5160c26d7b16ccd2b80ad8d6843dff885223cf51f618cdd4f9c9004bfb028afb0af029a9be9cd0f2e17d24eefea6ec89c11b24f795b94edc29829461e3fb8afe1d642a27e41449153cde7d82aa1e29d8bb501baa2a6ca597c27789884b428b157d8fde9c08f5fac1c373324360bbc19fdd6813126057e21f3e8f8fac1eae8b1843e84d9fef626f05b447ac9ef7f24d4b702b6d2becfe8eb85862acdd07898b2195ed22387a489b3002810ed10b69a1209ec45628892bc0fb6ba7619650b58b29baf8b232001fe4d59213ce008bbefdace1b7041255f8d2e42872ed6277c78b396b226d7bef521ed837e861252c71ba4a4d30e898cf77e92908e55e18a8a28b52c2d34aadcd471c97177f4cee31d81a93386f59b8a3a0a43d31a61898720f8b5aaad9390cd0402d8d8cf542e37869e3b455df05e84d3f0cc27121c0a030b58b5fcea02ba322016725e794964f30fbae5b1421b73c4939e3c322af9e4e87458b68dc95414f6b3ea01b6635cac639252cff3cb1d7ee9a393b5d8f39cbb2990e8b69a9ed30d5f8cc4963d33bc618e5c68aebdf409f708f19d0a5500d7b4900898b91ff283c4384a3bf7985b5a1cf18a60f5d31d4a3a7cbbf44a5477263f20acb8ba39c2f8c81447a407bb2819615d38430072f5b4c630a3f382df5073d1e31d18ba40943154af7ff2de36a1ff6ae22f4cd5855eb5a9a91c975de9fdfc8b1adf08bcfca704333511f3302aec623395c0a230b490cd56871321d349b1c3e9a4d7b8be139f9c230208b29b599c90d8654b5a0dc858472583544317a92847b631d518beefe913426daa5fd1fb5ef195b4e6dea34fff61f9cc48c08782e5c1aeaf5cf8bfb145702af2d7bd9571c46f976f276345be5693f6972cb7a4703dcf6610cd78c02700bf8be43ee9252ea13105bce14c8a46490cab1780a0c02006b84ea39068c132fb80ad9899f70a0b10fae52c63f3631bb192e78a1876c1891f622b23ea38c1502bc8edc81257c116fa2caae196f331083faae9664dddc6c1fdd88e073398c1777c02ec32f94201978460a2780ee23f8ee4ead8528758b1d04e78925a4708c3f39a7dc3a509d9f6b5a9c870ec0a449252df6dae4fb55a53f9cb7f74dfc248c580df811f1fb11d1128f21efb9d06893e6da364bc4773f1caea16f9d3d97378c6f837c3cd907d5d49b52e953aaca4b56514c6e0bad8418778e97f8a9f7ce728c733767f8da785030b6ab99b588caca5f788f5f06f9fb7ab5d693870bf4c9a58c7a64f3d6eae45e9fd0a78147c2d944432e25cccd7b133f5fefceffb17af1b98c7e3e53981f9bdfcc5172ee4f85c5f4a391f44f0b846bf1666e56b96c9866ec8c89381fc92187279ae4a958b09a84a43b09e107603e2812201b4df6ff9cdd958c9e2dc9a9c8db480f000cfff38539d36b08b05d07c0343a9b429232e6c736658ca80154cce7de0c73a435c6d75cace6ceda548f7761a4ed25416b1216da43bf8cb265b9ef017023af4b4bb10b1018c501450de11e9f63989d6779c85a99dc1e8cb8405ec2e049cdaee273a6938ab4b717af4c8a013a7d7c39f3c6b6bc4b586b8ce5a52c6bdd2078941019f7b0b814c97e36757ab060d88a69699637f252b51c8cfabba1a77118f8db3340cdf36e114ddce0a91735dd81881eeb37a52d37a48d8cfaff141a96e125e63d6a2b18ff95bf404eeaec3d094782b57f842bc2ef029d8cff9423934b85e85437b96e2e853dc524b7a3ce7159f5b800fe224d82fae5288d0a4f72618c4851b0f9e8363185ac250ed9ba788c4f5b41cd1db8fa19ebf1618d1af02260d283dd3dc8b119527648826d8685896660b4fcb16cbc739e1857bf8d3a92f902db75f923a38660cc13b74fbcc3937a072c07f6a390fbd06e5fada98d46c853047ded04d2d70f212a8272556a171cdfcd146bb4a424346d781559b68d49fa8bd658762a62d15df658c893a11cc51ec9bfe930666fceb0d94226f1ce8d4a01a05f82c30de4f0ee6bf8c74037d457f00309daf1a4247728e6d24d800c8d4d95a522ed39896f634fdad5aa47b2c577659235de6c72205a76a892821e8e8d507fda589d85861f7043ec7dcb1db2fb1f1598f9e302fdddaa1fa8562ea18c8d575072f799c4d64521e506936fcfa6acbfbd499f5da79d3150434e04395cbc8d66310932b376766deac3c55e4caee4a7e9d6d013d779106628bf5f3c3e4dd08d66768b8071c1aa0db487376a5a32ac29691d010611389b26fecb3c307eed808d742607757f62fc76fcc0cb5ad193afaedb61e6a9ee915f49d30a4283b802638d796280cb1369afa258661c4ba6d7bb5a2048b4e35772b5526b4cd2e943ca9d8d7fda9b2f05c478009ceb73942d51db81b3b7bce81e8fcec52316f800d56e7b8d878df315f25d0dc357c06830d90540ee08b2083d1dec72fed8cf494bd4ae188d88fe7e67c49f30e2c8a32921bb8c84d1b1e34b26d8403c930a250964a73e3f8d8d8947d60f67c87421bd33055d23deb36a4e9d37e8a3159e157cdd0ec2263f8d8eb2f2ec77046b613f2f9c85698afdae0f5a97a3acd7136741890bcb4b394d8da03a1230535d5018263ef9343193735955430303b297fbb18837072ad196bc8da8c7b0ffd5b2629a033ed4cae0c2c0593e725d9962be838ca8cf87023383a28dc4b16722b7a2a95741d2a75f67d3db73ec88eb55fe994d929c112d476d22a68dc663b56d237b9c74b5d323231e9f8921e13616ad01274484abf3f521a2f5a38ddb5cd6a18971e23c705af212abf7aba47133fec0676cf3aa999bb00b23a4698de255cb50a3a2d328731150b00e9967b08bb4e3ff2f4467887d8923f71fd8268deb8e4802e233c426580377d2bc59029d9dbbcf3a7abda0717bebec499f863c8dee739cb8ad9b55788a7457cb67414f2fa9926d18c6b0427262aa2c19e7cc7d8dfe11caf3f5ffbe0142b0386d55bfbfeedc4db7fddcb5f4ab881ba80d634cc18e3719318796adff4f5ba193a79e2747e7bad6c1821e641f377a0d7ca4712d5b8e386b2a20f711ef2e898a97c90a2c6f0e373fd5e26f750b16860c0806e8343c8e58bb510a1078b9c321a773d3e654aa8e1184f4bd50c4c2be021dda5431a4218e60b5f042dd49f2d9725198b5a8712287e3945aa146b47edea62dc364b1f5998e6c57ea935d219372869474ca54c5244d4b5000e2b69e6cfe071ba84f27649e8e825d3cd848c5c5e7e3b21202dda797911c72f84058619192e29bca22639dc68e88147ca0dfcd57303052f5e5acb638b3a54e681b2ebf73290105dd37003b588e965ce274aa919549010c379e1dd25311186334032ca24f902f6002d2bbc6138ebb5669ea4de04a81b90a140c3132c5f400dd1184b40befa878318058faa0d88ec40dc4ee54e93d3226817b24a994c6b7607a233f1840f808cc5c10c50075178ed17f35b6741ec7c2e969ff6b74846a33d80df318e06897768f61634a0d88c18ed846f6ef4d47877a9d9dd9fbd1708209fbea15288b5f99dff076c1d1c2b2848ed9265ed92c18f3606cf7d1bbc6920d9a7a875abb6162223efded4d72909bf78ed98d40fef86b721fc7ed79dfdc7eaf881481c4ba43396cd8787540f7c7c6e18ee148acfec806ce79e13e37b7e3cc48d666b2e346db34b7abf194943c1a10c58ee98b5d734ce9a2f36f78456c21009ccf1bcffcb7675567a6e4810af382f4478ef01122dcfa8919b608eff747c2ef2da8844f8a8c172719b2e642e7a920e35e8ef2c112c02ffb57992208dc0d5fa1e6e7dd5740edf74690c67cf8f0fd3df5b38ef81d0c637e5c66523bb923849adc07af5d95c6c8c0319140c4566b9868a8408f2af25331133fb47c7cc777f4ba96a57e60551c61fcf0bcea8b3d150a33838d8f2d8b3a6f895246f12a26830dc34a73e2134aa7a4aa88080d645e10c90f9a138f68596566e1c5db6dc35672ce25a3cfd60c29d3827809a9eb63dd60b339ab1d8f784352026f90dfefd283d6aa03fde901ddeaf4487e7fa99d3383a4f90d05068f79c54423eef86f11ed98d7130d8597b587e6eb7006866a401427fb25d308f78f9a28f0b1910802aca7f0840d8b2260bb34a1ebd62d586f9c6c4bf9166b24eb8f9f909c0a441c9843dee3436c5626c503504ad57c1a2e3d5cd2729dfb1fa6248fd5bd0adaa62a8dcf92009c2be8d89425a0de56e9bb89ea1f8e7977ac1a31818fe4eccc3195300b2bf4dea0a4d9dc0f5df819ebb2202093f65c9db955435f738fe7a3a19c345dcc6a161bd3a48a607783b3b92742dea218506ada69eb9bfedb8ff37390141a702e9328592ae987a8759dbd920c2579c7eb04791f9165f053a58ff76827b83a87891e15fc785cc215e94660020566e8a27301a6e311429058129011f98a9ac68461d08f32d9505ef057adebf3a2d6a143dadb992335d1afe1f09023c44dac6c9f96e41157ca00ea9223f35ff3dde2c545d99ceb4c91b88b5d5a9042390dedea78d3691f9a43804d11c57d9213aacf628d8304f93289936ae6739045836b7724d88ffe1df4687ca1e7eb6158a578924e47f15af98b066e37c21590520c7374ffc9f0ba1e95c5b0d4f930bf363c57a155b42e93733a49f93efdc090542da6d736664fb0ef6c625dc6e2395085c2f0bd858ce740ca3108c5fc5e9090787aebead96f06551e35bf653279fefc29717f8a1d201ead6e202bf7a3e2af9095990ca3d0177d40ed4cc016928928dfcd99565a9767abad7c5f7d19d0552990a9b338375ebb2aa61153242040814bf8f2955e2f5404a2b01aaa01e99432b590b647b6972e9b438e331789e1bf7b826d206c1e2c9ec028d1238fdb0257d2ed90c5220a40040f2bf808aab219e8fce3e00a56292d64b798208e0cb643f9161390cbe2ad9bc5fb2069eb7bc85041c4cd866bcefbf107fa64a9a4874d0aa9818c90d424381291bf2b8da58f4523266601dafcb867dfdbce188538e3c4e9803b2590d58cd6e6101e3463e30f35cf40695926ad355e5e9c48b81b8c1fe1e91e15eb90d72b76ab98ae35c6bf5ed33534ad41ee6c83b0650273ac81fa1ea4fa925ed890d7a49a81a052fae663d30367efdad380e6511ff6db8becd863f740b479ac8990eeea23a332e32a549125c79f0897c2da2a414005e64eb6f35bb5b69ded84bb90f806418f7b1c2970438c133119b0a9e23a35e81624a41f537bb208a5687a6190ff46c2aa5d2d43001726c19ccbcabf97f5cebfc04ccfd1533df970debab7c891058dd0ae2a955d6111b2d1d52fa2933e5ef46f3c2fba393ff2a9bc7f7391ae9110e5b7a19e0c645dee5e2386c4a223e07130863ca2e58f44dcdc9bc5fa47a491189d8da1d0e26e7b311b290afc9ba0842d9151cb47a51a3f5a8efe7d2f3389912793f5d26c3a02c63903b177e2293a49f5990729c2829acc929d815d4f16a3913916da212b1c8659fcfb1bd1e68a364c242d840395667126b1e8b687876b68914390c27b647694635ed9cc9f39ce65b3a70f5191db045f8312576f128f7b5f915437d551ccca8285f7ce1e7781fba04c2ee8b0874da0f0c6ea3d181be442d691920de5ac004119748fc8914e0b03e40da2fd3ea72da62d626d59554d15659891bc4986a65f6920a402a556b60512d8c448885928f1956fd9dfa09ceeadc18291ccf1a635039a3540095eca6e34e86babb83dfa0d09bb5fe64b96de2287de5891f7c75f4dd417e13855fcbcab2e7046abf7f9c2778e3a4560f04d4281e2fca792044cff6945aa203bbf928a8ad48a9dd4528779d19b6a70b25d631e3f04ceed92060a54b01894a3044d4f6d4bd377604ae5faf180e7dc342f0277772d36cacc921f76579773e3edc1c1fb2d389d567ec580fb13946ec577ec8133ee9c02703992209ebd71af6e4ad03022644add8dedaabb81871c521a35cef22ca56a64af0b92275988b24215634889372a8c28df922ce69724dea9d202100bd5cf6b8ce09a92331960746d9cab0bfd8d1e355eb037a17db41c4dd2528060fd2db578f108c992631e18879b72e62d911e41c024da3a541bb8feefc756ac3826f31845c337359267be6f8577e7af5613c5bbc3ea049ead96427fd19b56b88480916acbcc7c6b9270839e2698edb7b01c612ac139e76fb61418c58c885c4372f1b962b02102d4928f24c9558bd224e767fa40bab9d4f04974ad36f63c49a315fa83ea21e32aab9291612ee92565fd35df2b06e070fbf418338b645e9d0f62138add4c4cf7b454929b5d40479a33a6b805873a4f1c6d6f151e5d3f47a1ef145bb62159908a01d6929ce1f5fb53df8f31d693d17df464cf512aa37490c92ff0875e52c3b68eb56292ab3d39af88b91e4088c5648501931ba3e6e10b728a20321e141c4834d7d18a92ae4a4d42c6f2d1a6ab7d06e3ed0d01993230890f321568d728473a90e83f7b92b0fe7222b8002735c877b8f7ddb3f3997406de33639134ad590056493a3e0992cad8b401cf3ca83897de9795658cc779a6bb0085c456e04f5c1528a0831aae92cd5822f44671b39755b87b96de1ea0160cb9694d24ccb53c91348b966cfbf192d8a4eda0b6833801b630942f080a7db64a046033bf636c360be9c648b9571092e9ca391ba7ec740a6d41120c6f5cacc180af0b7d9761168f18d31e7e01f6f992f43e971b162963e71b177c26102e5cb0b945c8af0d0ff30c16d294b544fb0792fbc738cd3c5c53d27bf6b3165daadde53a77c28cd058ce6fe21bcb7344b8f7930992397a5e712df61da601fb379e9aef8a362c9173ad76c58454657db4bea0930f35caca3bb375eef72bc42c332ebca52d9fc38f399a2346efcc7da282451d9312fc146a76410006fd0b26d611df35c578a2502c9a7a0d26e238b96745dfcc9313175c63d63e156b2c2d97aa0d6869fede495a2b5e20c046a98c019446c256933e0146d4598a5c33a79c38c3e51966ff47e64fc9c3703efa124b65730521329342c7531a42654cc69315339f23dabeddc462916a35323d1dff3c50ca3376f09359bef9856612ab784d97abc077a67c5724d43c91266806d2f195a7eb373080936b37ef18b7124e14321b8d7746998a754f342d4063eb74a2c9b733b428b0fc936ba547e5afb2e40ace83431d4423be1d36c87508021aebd68445daa3404b31937922932f538735e00520f804fc0f19af4d33fc38a269af2942435b18efdc9a937e945a57eec04b9f6937f8912f5a8a8ebcc907aa487a85268b1b302c9d90b79388b03f1901522de2c6cd65c56a32ad235816ed48b60a64b30f357f00c2b7bf938e83402c7a0a998ca2912688d2405dd6d244dde1364e87ef4922227be7341893963a67a10bb2fef10daea68c1849fd53a9c46c9d9eb914d0a3adc61ed6ef2f93a4b6edb96d7e8559f86e72f33837c1f0ddd545170543cc0ab76a317314d54493ade31e2955c740d533aa6bf37b815d3b9ab2c80cec068215c489b70861d58c93e0d0cd51f464c6ffb30c38fd976b35b883f29c356169c72ae45557978ff77393e287b8737b71c3fa9c4b6342b8cf882a8d9b9c00e59326c6bc003f77ed6f0893e9da1cf7dd918280dabc060c11ceb32074f2b3e7546354eaa3875876ef7ca5940e5e4848b5ef5e7ae705dc53ad26115ea0bb9e4694f1debf68593bc86b6edd9418fbe10bb0c91b15cb23e8faf3dd5eb78df7b3231dcbea0bc75c4c01baec40941f63992e59e93fe7c02c0412defeda5a693e7ef00116e35604401d15b6320a947c0bce545302e4cc4fac63779e1cdcf144d99b4f046569e8cd6a331e4fd02994c05add9f695f1df0f49bad4cc608353ea97d5225c15a9ff8c541e23ecd257c94c9a68a9f2f5135e4bce1622275f91685b1b154834ac50965ce0cc32d42021794da7057dff7c943066369c0faef78fbb8ecaa6c1314db7775818462f7e3f09f94e307d5ba856c35d17a830e5a86ab38ecc1d8e0cc71aababd7d0d7fcfd00c3294eab5d95578aab3b3087ce3f0876d60082caed013126f69690f60c30135f94194fb7bc2248cd137462d2d73e29e9b470b32b32c61fdc0ee3f891e0e12dc648f950140ddd35d3b9cd732d88ea87c057dfceb35ad9c871ab39dea03b2286d3e82951d49753384ed6da7f2f44b3df0f8159eeb565c8bb1d487e21b988d7cbed4de952673e99b7690b361fb26838bedb86d07081a947ec1063cdd95b6af7eb95556952de5c46ded0956182160d27b882212354c92772c530416ac7549fe8dbe1d6a95364d6a1b870901d66dc7c53924072a780314a7b68567b401552878fde5e439953b3da44a154df25a7fe0c87d60eea5e8f3e1c18b82f9e0b7ac65f77e76ef4a954784a7d9ea6017f0f2294eefd48960badf1324f443ed151818dedf221ec2a79560d8cdddb8bcf2c2b90d3f92862079ee74ae8d6267c93d21d3abbef2a78f0195673f9314327ac0e7a96c59099c9bda69487487dc719f292454acb9bf53c1bf957502a1544a232bf5dc2fdc913c3da79661aea607b5c4bd288f917daa78700195885136c0ccf239a18560222d745083a72863056e83d72f98f9bfe6c01d3e9a959c812962408f484f8e803ffea5353e501b51b8e78d09e1b5469ae7bc83ec6095aa0427bbe025e35988c083eaa91295e2b8dccb6fdbb00126a364c474519ea795b7c0bd3b3c76e0a3c47d27505b8a025919252f3f5f40ad65a426abfa907f9b95d0fd0886fbbc27b3f5477070325b7a440caa774e8117b41bbd02eb9e6afac395f50231b51fee2b0d6e14aeef668e2629ab09878e072aac8e7e9801ec3389d095f8580806e43d9da6d0a76c90311859985eb23278ecc44f5efae8e4a408eb3b961f153f4ce575355265ea04767fb926dfce2d941d6b556f6245b385dac08d189637dcbcf88ef3f07a4c7bb7d47bb74dcb54472e7ba98b7da68129a663c0fc9e9649eb08a0bc2b40eaffb13e48e3a623714c3deceb61c2172e1594638155cc1a964d7789a3a8e6edf24acd0cc397a805062090fab7f51327629a0ac80e8f7d1a965121a3e18d7898910d35b1d9cd44511e9255e4d44bff1780dc859085b1a7de96551d03fffbe7291d31a67335d8e4425061c7b2947787fdb7be9ee3d0a00205967c15ef8f5483df7069f61aad714d0055b11c55e415a348bbc5482fc0500ad69682c03a284f2e5869df2b94260b09f54de2924519de1909b888beace87a4667968e1190f96fa2318b90f93a8b05d1b3171a029ec9e908b03e41b80d7196f93796ade5bc75662f8ddd5afabc060dd217e5ffe147fc733cd66804efac34d2d10196ae967675d47548ef5f5e82ec2b9283a01c8959d2487d6ff686a0589e16edbb96bb6fc95778f41b901908aab3dbba2115d1d94d7a30565f2e3d2a796d000ff896bc230af8f739a5076b79a82cb44f515638ae90bc5ef3109f007e2567b92cdb96c143aa7b2159c3f052a88661b222a59a0960463f4d0388cb5587b0c7ad5b2a96ce613ad126b733dcb8013c75d74c4a9ecc111c50861723e93d39152b46f17396d1df3ce42faf582d80c9afa2ca3457d75c0af116c4527b2da593575eccc2a096d4d671d1c90e11074942a7be3aae557b4740d442169aed3dcbc727d8d626c896f17134d9b178bf8872b0f3902af88fb6d3a6778e520b965ad2099b5aeb4a0c970d5bb96ab26a06d582e0a572568568609de64672455388b4ddd60c7b621d919710ff5750bbc62a503d4ecfbb3b1aa08ebe69ffe438dac332905facfc0eb820971c51f16110415b08fed8b2971daffdbbe63db989d80932fee26d85edbc9f17973073c2605222562a46af92ab8c95fb591245972aaecf48e5e5ca5a4c545cbf97401beadf0506943eca40410404546d7e466dd3a0934ec96c7fe36c3ee8f5689749cab6e257eb836780ae807604c05a46eacf9c1bc0d91a62371342c2a4f0f79749eec93259bfd614d6010821836c6e7dbfb0311d6418e5f1a55ad118c5c5d79765cb9c5a9ba9c8fc6080ac40f4125ad93db1ce6ccc93647d1e5e4f121388b197707feb63d7f1dc7f75c8ba740e5635c6c8a46d391a388cb08ca30205717d7f9775067d6f83383e26a956c1efbdfd264edb0541b510b2f2032c0d99cc6a13599788c16caff0ca24e3ae64a39a331ae52632d40925af7f0dcc257e8ed0d757b2978ad638bcf10e689ff11f73df2b64e0b0c683a69ce111b0142a26e339c9afdf97968b972b6e7d1915881fd2c56094ff2b6a91d209fe8edf517ff8a843e8108d97975066d01ed4a5aec61245b681865aeb910c4e2589e83dd0cbe809ee24acc9979cc8f3e7d85b2221c576d54f0d238d2df353d55a3828c98341d7d2b789e468979fd9d9fec4e1c92fbcb076e0e015902e4fc1bc1732089e5787b6f0ff180a7f97a53986662f334d4d3b1b2347daaa574f26927453fb4f1a1db1adc018c698f297bb0bfa64c8122ac24a833f915e778e7a548a47d0a7f52c7f80840ee20cd2c497cdc40a5c157971d0dd2331ad98ea8e36b926085a0a38fb17d38a0cb4028bfd97df13557542e5e0a98b8239fa454cd4613d01e45418ec2ffbd0388e2c693fc197e63592816b617cec8ce6ea8f9147e3ef5411ef862c3db3e4deb4bdd506befb97febfe7cf5d068beac60ff9ff1d85919c82e2a5217a4496572bf512aeb56a4a980cf75413ad08c0e8060dc973e0c58b44e376efc83b55825ad880b1ef5a067b981b14e4d32872a05da4ca050a3d2bc092c90657557d4f902f696e6af534c775983993cfaf0ee35c2da32f4fb21fd23564581e535eed9d608de6174d93032e81984ed053b149c677ba15112a822f0dda698f8ffc77e0876c9e19fcb50e25d1379852ea6328f25a3d6dadb18393cac00fdb979a41f9c4f127cc6a3b8aa74c4222985ed2182fb5b13a8ebff37151f007c66f1b42df660520f56cbf470132c49c8a98680df48b3de7d0c9accba5a163bfb7b548f57713067b54527a3ef13d4debc69877ac609277feb2946e1eedf54e9091a2ff333ddbcd9f684b7204bf72ba690f987d491b5e4c04f05c391935e44ede59efa21485b03bed3f7aa0ab6112453d92988af24a8c9138a65bfa433d53b9d1a1ca6b90a40bd37ba3199dcf0c1b5b846b98a5ec4680f46093526c3ea7c429ed93866fc938b330374da552d76ecdcbef9898ae7d0dc4be457efab8dbf3c590920d2227979decb393833034bf741f62147498af77e3acd54bd25cc86955ac56447dd33379120ff89c28e5ee739fbf24ffed98ca5405dfe790b1bb61820941b261bdf87ca0813b9e54728ff3c9afcd28a39898d711266f7bf7a921a5f9fb32eb6fcaaa058e9ed27f92bae7445ed005af443198eb63ce67e2309de965275786a3df4ebf2ef00b98e9e88acd139cb932edafac98ef200ae9edac39e6294b1e627dab53837017a107cae58c4d63509e417f595898f7b9111d437fb1abb0d9f46f4d74cb7dd171715841d66919590351f5c34dde98fa2223a2a1d845a9c9f24a707e2677aba111bba104ae20c65f7f1b1e8284da98fe6c0cf437f553cdbb25eaace89fcd1770f6e2c25b168ac1e3210941525cc29917363dabc718ef7571f90e6517345f6f7196d6178b74705e42a561405e239a9921d2d0227e8c76521233926b4469b43b471ca72a2aa4d6105259b442b3dd68994825458171f9f9e3e020a381c6a91d636e9cad8c018900bbacb5c7dafc03bb9969e20e2ce682ed6dbb4f8faca523bd3f5662c82c82432ddca263c5be1a68e1996d5d1fab42806395917e943ddefba4d458cd556d9fdc1b3b6e56502b7853fc9970888e1a59769c315d40c3b407a9f3bef5f893da7997245d1d82d4369da5ff997326840508197351872a25b8502bdd81bbd5008a34f6c293fcb2955b5fdedd99793da6acc16710ced698fe8d87c50edfc9658c1488519b13a7b462d6fe5c8b998febec6f7e86dc87f75d204f4cf7074850bc78f209dd39146c4bb353a7ef999992238119f4a4fc6ed836a6bd40234762d762b5355fe92a42048870581bb9e39993c218ee2c04935af448895e101f2df1d5432a30414a899944b5fb7f34b026999b1214cf6a9325c7c954765e0d5e89bd10bd4b5e704552e3090ca0da08bcbf99dbcff6c62858bb9aea713e3cf900cea08b7f3b1dce312ff451b7a8a604939b99dc7256c3779b0d41550128960dd86265cb2655365b86af468223606c18db2c99ea0cc35b7500549139a3a3df3ca008091563f2264108e877bc1aed45ce4eea99f1a30259b09771cedcc4120c9e69f9a536a7042d25314ccbaddd903b1acdfe99f817f23292e3755918eb408f0a92b8e257e8dc91d0bab9d6253fa117edbef29a0610919f963b85602c01e8d2c443c1d58bf1141dfa1942e805b71c78f3f88a9a06569df5750c021b287cebab2fa714f339acb5b4f44afadb9040fb93a468799a12bcbdbc28a41ebe4bcb349a1a1e55a08c2b68f7b14122f33ff25f3647416d9a1becde089acce880210333bf68dc158406f310fea322e413ec566a60d508929a1d7f0427e606f9f4cc500385b474a151c2c23e08fd8f957724e9e9bf9a5d819a297d95afb10938d011cf5c9cab57d0a3aeadeb28d2d9abb91517505d42eca99a2beb2a47d007366ac2716038ee265231601bd9cff3fd0d0e1a1c7bdbf883a09a3579a847895cfa82daf1301bc9ec4d0197e1785bc5f81dc52df2fdaa90b81c9a3c503659a391ea45c55b0410336f0148531756d098e7a0455d0c3a532ad1cb9a469f15c37c411d12399dbb027f9278c216da7e15b71464827206ec06efa6059a4952c5bbf4280dae40b642e7958657c99a6a56ba8327532b5e642a05d122799a6490ce4a2fbdd9419438d23653a4b971a1391288063048d744af514541e1fe9a824ffec14b45c972f142c9c110b118f8cab3f56755a2dee061312f95c071589a87fbe5a49ecb64b08739537972435400b5d1ab2ecdb45962db6a4e5abe024d9abaa4ec3c68fdc173b1d5bd49ba965c8c89e83527d09d9bdf4cf849c01978589ac8e7f260f6c7034585d1aad0d9422b87419b99703a814781b6c13a98dee52c9acd35eb16f8a91625c5a17846f078b8f6a293f5c2b517f2817c4912b1a701de9ad59b994b7b0c507cab994c2fd3d622c017b3459e876cae2babdca24777cb8f9ad6b04d40fec8e26015536e2b2a375b786cb74fb316c4cdee7c9972ff2fedd59af661f98245ab5662bec8fe550167f3a3c976f23cc25276f42c76774d96e0cf9b147726d7b3c33f2f4b245e63653f5e5a644f23d625a15878e68aca86afbfc69b2d461038dae3798a936499b2df5d33ce665e8ae99ceb178d1b3643f87783d99b3b655276aa8c5aabf85b32b91688ddd0ad0bb5418aac3e95a2bf36e34256579b3fec5c76a2a8add2a7aa0578ab50c34570c6e7e085fdeca736f405ed2149509b677e7888afde03a4be21da07aacac82096f77d0b172bb860bfb81f99d512619b79243bf09c4259298e7fc990402b6b4649f5473edb878553c32b3471ed7c819b7f0b2d8dd3ac332bb986c04077d846f5dd5f2b78cbb7d380ce2b2743cfef609b812156e9cafaaec8ff2d4f0644e2db4487a50cf378c3fd014361dd5f2d1ed69b94c3c403971da72ec8e02654206986f9c3edb167bdec96012bea8f88c2e8f49b9c26a5119c0ecd6f429468e0009436ff9d84cafa9736bd2b11a306ec7530869ba5213abb964dea01ee75fc5953eaa5a69a25437087a2af2c224786831f454e9ba581e856f79189a015c8bb3aff5e770a57c460bdd6450635789f55c1af23d39ba6074e4ed7df4c2f9534d1ff1dde701660ce0f91e1b8d81d34310bbd1ffa509bbc4476d46e5acd55ff874307378c1f90b8f2f4815570782ca077b4ba8ac7c39bcd80fa764e78cc6ba16ca2664232f280bd51b2ac57bd6bf10f9cb4101255da9be56f4f908f77a2bd7e394bb7f699d634046f5902825b4bf8651cc4cd5c52479c01222a2aebf0f65294e808f0eb16f599a2a7dc6b9868e6cf571560adeed9ad9c0252157ca835b5d217e798d66e752d025c15c5d73ad49c59274bf6468cfb839c0e4edfe4992352676a3bfdc0eef1b42019f6850d9c3303d54b697ba5fa734b9c1a315ab9532534e412e9fc56622a50865bb0b191996438676516cdbd431a139c1a53efad026a30960f8f913133eec1a18d345d0ecd2997bd16d5e9c51fceb69c1e4b30dcd29b7a0fbdfa0f2775c27aa9b91c757ff715a6c0bfab60ccb624cb9c22b558d0c1e595ea95ef4d4ee1cd86be2603f856aa2723c799cc1f4fa4168b9c30d82d6b03887132778db95363b6b39aa43f64acdf5581c8e0f5487f0a51379c3368caab12dbe2e6dc6d3ca217c5474d5d923319b904702b4c82a6974b4ec79c4852669e81b524c77ce96bb4ab7c730d07cddffacca31d36340debbb49626d9c48e63fc1430ac74486ded488ddc174392119bca02082c3f80ca21cc1d244af9c57f2d20e7e9af23c7ec9c44a802893ec758ae298b51cce42fe269ae24fc1c19c7411ef9e9643baa791b28ed395931b01050bdb2d819a58fa2a70407406a0c89c7ab39538d685dc88dc88f37b738d66d17cc2dfb6addc7d7efa28013d35e6c79c96827121c2c9e594aa85b7f27ffd1459897ee63c49adc80f02e036bd9ce1359c9bfbfdd53374376ea60b16f58503dbe7fa3f02371153ad4ad71eb4b39864739ca5a684f94c85104314549cf44e52d70680d18994403b03ea43bc4f7518af4a9cb7e758abeb98cee655e9959ca40151d3d9a90a2017692f2496db3a74b26e699cbe1884d84b5366e9da5de99b63c7e407ff580a6e181a1d84f704c017468db39cc9eb7725a2653e4766fbb7639623b39c07df4575d8f8e7cdcd10bef14f54b49ce7eee6d1e7f7808870990b704a84e6561499aef0ac9f41235c31e6f67b41859cf020d7c3bba7f5ab10cda54aabef934f906d4f9a3acf99e9e7dc6c985796359cfc54018c32b381ee834442900e248b07130e5e5679da67b9bdc9997efa7ca79d0d55811084d0744ad66086677f30341b096eb2c8d59e46ed4c160e5ab391f69d1abe71514957230e28340ebfc91af2629d3d39bcfaf82d43a4078f2f7391239d1c5d02aeb43a9ce166522d5fae0d589ba9f1279380e6db7258343c563b478b9d27f2439206645f247c577d7bddeb53351ffee60a142190706a6dc75ae08d739d36cbae8543db8ab22547b43804b5ebf371d20829cfa5dc12e2a376c7af6a7f9d375a9bedf72253ece865eb289aa890b5ab244b130f56430b82dce46d9d5beb9d3b86570b383c7b62e7e627cac58f930f85c47108600a91339fdd6fcddeb3429d4038f5864a63c3bdb3c56e2656c9b9059f1917942f5b13a929dbbb7a8315a49d5b8ed2f767f6b11345c73e62602ae365b7d1d04ebedd93bf030d09e9b4fb839d5eb5338a682e7c44d93fb5eb961adf9932d5a192b8f000c041658057a0be499d6816c7d0ca486af8cae30967e8512e58fe5df1148e7a98d1a92a6788e077b69d80e3e32f5e7847719d31255339ebfb3f52c1e6b023a2a8427eb2f1083a3a019d86e358f28b67355b6dd0e551d3a89b434d2e430015e7577b95e2345c766bce9d97deee5474859fe8208f55d7e629989d62a2f4ccc2a98b8369a3c3a076f1f79d9aab84d5a31b4a3fd2c788619fab5d5ede93c70998521bd356071ded25652e9dc1d986231a3e014fe63b03ec6a47671fdf11a61d5230c6d4476ce0592813eb9dcb227917348268932fd845ec82a1bb70b0a134a433ad3337ac2d73d5a3dc2b9dcd665ec6cddee78599e4ae7acfda3ab3f285819697acc84699cd918196bac39dd4daa2623fafb7f9a3bb40d7f1cba8ff5de81b724801f7a421c07cf228b5619dd7ab17c81c76432cfcf6e454313e4b297c7c7944e1d770e48f82afc7f3c0429dd90edce7bd148da307d7a02341022e16ae7b417216693dbf4d2d120cb7fe3f9e05a6806024a0d65c7bf31b9bd122b4ba3f7e63116a3a7f87910eb6efc3a8c69e0887c787f49f0028a538e0988347fe66a0ed15c85769e2704aa9704d6256679e0fae432f8e8d56219457d118e79733f1dfd4b9699339b1dd2a6dc55607a0779e1293a96b5a8a505b3ad0edb8fd556a42bcc18e1535861c828145b2ae931e209e24ed0d88289bf5d487fe7e59ef473d430a77ea05ea8510ad3947298e5c964d9e2ce1536e3d8c6d3bfbd4f535bb2857ab248e518bd2d6461d9945529bdb48d19e3724111d68b58474fdcef3b3543863048c2ee8dda36e5b80d0da0d686ff3749e3e2922262571ffd9a3edf8177534884b4dbf24eea16f9ebaddad157bc2410d9e5149e7bc51f31ad328b50f42df7d0f4fe05e5134857554ec76bffb90eed6319e53b2eff0cfde296960b1c440645a8550bf50a41a3c868f07de866d5f7b741c9e8395fa8829d3e6b45c4e7ae0de6f94c7270b0a5dc1671a8790e775184608b99ead283a0de1b8ce1153cee4e0b8ce6cdf56a56c2615d1d772d5035c3b3baa509eb1b8a06d2831f084b8418d615cda71eef4fabb89112ed9a4526a3686c30bb89ec966fad26ad0514d132ed3e98841548898b4b943991767c95a78a18c1ef7f59ece7410f34ee7c980dddcbbf5958648db90bb91bba702dc256b485ca65a83e09ecfbcbf834f61be8cbfd4e84ae601f7121907e06145bcc1b237ec1264687c989ee01c1ef38eab7142f95c2936d1be7044c1577bdb93dbbe2124caa435675b399efd3b2d9b660fcd4ef919a749e391598fa80159dab2bbbded658ad9120e0da49f069612960baf7efbc93ca9876bacbed1221f6009d4f0a5015b8e11df14ac949f1a295e4b747a20e2601d745e0cda04755d001280ed7fc512351be9386970766b0f1afbdc9f1e8ea3aab1255492fe8c94ae9b319ed32313a757c1f52405d0db297a2f574c9f2d5a1e8284457bd412c8f0f781fb4bcad1ad76e8b75f87a7bd5f22936c26d49f33e3493439b071b8ce148c04e18feff85a9c59bf4655092d2622c628b6cf369f3a8fd52f12f3565cb44689f1074b052605a766093ac1fcaa8037edfa39b51a9f5d8695049627c4c33ab889160ee11cc0cb7251fd4647890bdfb599b987a2239f69a78dcc91d598cb9e321ad7220673b7d21218a7d40726fb59f67332d7fa9d9f71072ad3d75638f02c7810d1d2b8da24ad0cdda0ab494253a53bc320c995389f7fbd51f196939185d9556e29029f22fdf3e952439a4c4776a2917757bc42e59f816178bcef3f5f2921f739507c8c719ac988d4675a91b72ab6aadbbfb9fe379f8e31fab0a101ac6c4c27085c9ab81e756480f8fab36a9c46dad795065651439f8e339b7829c421e954559b33331257732f77c1981e71b7c661041d5f4b420e9fa96d24e30b07f6e87fd51bbd8ca093a95c557bc1c9db7979075f0e6d1c7bfa9fb4d3092e4115bbf4ea0887ebb70c59e6e8de44b5965a3c0cde58b46d0a14639fd0687daef49382f4d521e510166158ccc9b1d118391888a0dc36f3ef231ddd9fd8c8c17b7f6d8f915d915257728b1cde9994aba0f29da856a5209f429961d79fe7a7a6467a99c2fe4ab3134f23cb25c49e492c53ab4dc4fb1c1656069c5b759ff70df702754284975696e86fcad3d1ea7fb2febfd123cac8ea1f49077634af9ff764aa90ef3fb9dcd5ee8e8451836c484ae0d2365c3216c4fa6d65fb3828bea010d4d45ce112a5130430ac1a25eb686580125bedc2103e4b351ab411a09b2aa01756c1ba125c94f2080b7a2501ce78c4a659317f7859665b1546e3583663c7a02adac28e756b85a73b1d9515a8298d89f30b6711529102e39449627ebf0c1aa03157e78b6e4607cf8859a76499947aa735bd1613e46255ea0824757cd34b85a0349e5680207f0e2b19077590a8e48c05f7b4630f0e72f9e89b3ed7005fdf73a03bd2cfb88cd2e08842e1f5161df873d4d5314d972b4ad80803354386248972a03c3094dfe7c4a006c98b5b21cd87e9bb9fb75c0e6402c1356372fd18194689a04dd4f43d888bf35def0bd35eb8dca983b909115f6e3dc39de3261c0f6f5c4ca05ae544b97267e56f11b5459d05490fdcc548bcf7500713e911bd67f70f945ea05d6ecdfc30cd2fc7ace088f7c1733fffdb46fcd7cf8ee349ef0bec73980a34a05efd54d9e958dd720c2619d4926c13b6d9c12845e8433429f6f6a3af8a021aa06501ce3b3106749098fc6a0f5910c42f93fd25985582f0790a096bc3b8f297a06f20c03759bb2a3281f09095c29af895ed513dd10c63fe0f66a170ada255eba07207100c4b288b1d31ff321cd465d45e5a72f0010f23b9b28b96ef6a0c8e57a07fd679c93510a0882d650947bf5ff3ffe56dbb20d072ed833f086757b8acd5a08118c643571eaa6f8f46848d5218341da48262247c89be7f4c310959206c21a081b3e08b3a35ab57ab1bc4fecddd1e623423ca3e2963a1a05375efde20cddaa088f1a00e729a1e1da132d1a5fece0640463f9ae5268585d673ac7e01bf93d5a0942824f6ccbb2ee81eddc3d74c10786b1b57124e673c1df290bf1fe5f6fcf3a0a05e4cb3143b0eb9b90bcb8bea2e1504234ce8a4111888492ebda75de6e3ffa0b02b19ff0484ffabdde6f6e99bded04a70abb728f83910d9b058c3ce8c0af0a0c2d20092a1a09f2a7001c9c4cc95ec5e2058458631a6af6f4ff78e1ff3f48ea0c52d9bc8d38069fe87857b3df71a5d0549cbd3b805803f959878be5fe84d3ca0c73372dfa0f01198316e76006a1fc448c0e56b37c80e71cd2de0d53b43d939a0c7e652eac95fd869cf24aa16cfd48aa19ea8953674716de4dd345f1c72eb6ea0cc67447e516587af321744e2a6db1655945f33525fc89a3e4db55a93ac1426a0d5892475b72a2690043fbaac65603d388fc7dbe694f2398fc7fe3da5e800bda0e314e5dca5b1c245b5dadd89cac75838abcd596d09bbe90be39e89d951a8ada0e86c41aca7de0ac012218467c2ebfa436e7ce849b21b90e2c1232adf302770a0e9f2870754ff942c9cfac552720ebebad8a192a2a04197f6e3aaeecd35a473a10dfdf9703eacc22a80073977c2971d839264671f5f2b6f12e23981d230c3eca113d68aa9736f9fca8ac611f8c22f06b65d4f5dcb380071675f80c71aabaf5ea11493458f92367b3a02172c273b10f05abb4220e203a763dfc0a5f9e5934ed8a12216c2832167f1f91ba4bb0bb408789a75bc45aa0dfbcc891238f269264693a1353917ca3421b2d9114767c983f1077b47c17eac924db95ee30c2a226f2bc7a13fe5f807775be2849fe8bfa25a9120c971fcbb19215ce4ff271d2d5178004ca14499bf2d195a1f2353d0a6f7ed5b25c99a6c931111b3a1f17a132a6dd2a206a1493dd51ecfc535d99c84c0847ea11ec797831210b8aa81b262e235830a06bea15057e131f9205c3ecd9e754c76ce7dc83a779ed1e750285b66aec2dea130f7a15b5b16a2ffd90a756476388fd4668c8d85e40e7fa152bbb6449c6c9e8210d5a15c5a899ef33f3b0ab1b73463b6774d7a993a8e60893f300f6aba2c4e23ea9aa165bb9d249acb2a7dd6a25a68fd5c77824f57ef0fda77cb53699037be47993ba1788485140656f9d922078c00929eb7dda4880ec6abf11996b8489be032ff60a17c5ad4dec3b873fae62d7030027040b9df5bb4a4bcf881ea4c8b12beeb6687a1c46258d29e0baf4c84a8e3e6040b57013126931340fe728e4ad60607deda87a1f36cd4e4096c39d52fc8ac7860c8f307de3a12657507298b9f6e27bb1a6398a1f8ef195c4911015fac0111fa2b7c15ead892951e0a1bb726fa113d45a997ffa20245d35ca9c19a7c96cf3a44facc4e81d66c2c108e6c23c09318af43e84425a2054b5daf9cfae0a851d0a0f089dcc24cf8061b219e8da56ac452c9e66b87c1a206262edec3fe09ae317c6cf7d19d19f0b13e44efac9adf0c3b88e5b5b76cd7a20f56ca3d7e52018ac05bbace430e06bc3b3ed4f8664dc3064211f252f21c2ba20f6d9aa3766ee3091574c0bf3b3d254a84e179eba006a55225f830d10a66fea21b6da3e02f79cdd0aa7021985a7ba5df1045e7d996de2e5a716f42840d4837a22377498f107f9586248ada1e4b6c6835ff62343a010fced19557116ee07782a233165467122d5ab4e3424694281e4f299ad90d66987a88e13fb89e0fd72780a235d1a7fcf60e791b4f0644e514fb83ba91d521bbf23e0cbee47cc0e92ee972a23d100d89a2309943ec5552f92215f52464bcc3a9128f0b36f1a5b8f9b00629a24953c6d113b6977f0ae045165dfd6df95935630d776344e7b9e43498417182a251f26978978c96f7be57440e326fd91146b7a430fdc42b97e576424ae0feafa258bd93b4001d0254ebedaba2b1a5504f9b5d1a3855c9edcb6d56711c1808fea25e6f239d05995a0f9b42f491614375cd1b1d7749171e542d82246582b72a31a2677c7685d3def0ea760990db7685cac49b5700c928ec91406aa0b95e1f78eca268e9b70529e0add9bf0693fdd220769f02530c685fe2ad3d14da5844d3d370a269ff2dbd9b171977d046ea61a11a504e3be6abcbae9eb068081983b74afb34a26d0b42a2b4e08f423bf433d3aff1cfcd6850cf3b15ca29da93567a0044a4f3a2723fcf7bd92e82c53c0e0b83a704f5fc086eae113ba0a056e8e02e52e4bbe0a2798352059f5478bb5cc1fd1968dcfe7e44ca406e5cc7b994df060c697695eda27adf7b81881a945d5f71ad7c40d854b0627399fc1e427a8f5626cea4ec6b3ca2919a74fb437af420909ea4cd6e191b90606a0dad4dcdf04e1d224167f3d7e6a291f97825b426f596efeb7970bec1359090e0d74c26c1865de4f85b18d352d5a29559bc10bd42d1b58500adc95c343a0db661b79299b997af6fb27c12283bd2a2b00f96bf4cf35deab2804e046ae0f9b0df1675c57a0e61be19c868704616a0a2c2339691fc48fbd14fb307292dff3e21222712d9240810742d7df0c6d74dfba2c73631703993c7a1a9f4a4bae589c3dc026bfea3d75462ca3a58cb256e8aa3a2dca293ff78b24ad03ba09c76778f77a7a07c55d41f2d88253d9946ccecf98ca2e34058d0850332fa799ef00bf741dc34d0010aae2425c366dc0e7dfab8dcaca3028c76c71c718f9a48ccfa6fd6447b3b8f28563bc0e668c20e4b9ef76870b5a306ffab4def04bfdf3e67713df7e87447884f776d176a64c0297f1bb9ed1bdfa308352df9883dd8831be1c00b4ed5004f99fe47571877a53ed1d3cb028753dba3150087be24518a255f9de2eee111d7dee27b13ac31cdde8e9c37eb1c7fda85a3160dc42c3fb7ec95f1c87a44fe781313a1128d958b1e268699f9f76676f5a9a317974cbcb3b741ec10a7e9ae72e00cab6203316ad8b02e78e63b4ffdfcfc23a324e306c1e3484bb4f4f34168b1c98d0f86a7857200d903614631916d8dd48da33850c63f8fb39db1416c6de8ed20b9c13a324d081597e894de6ddc583a7edaa338e5a02c1fcbb4ffcb1fed94740ebb030efafda99e545ed7a22b00c217b05ea3559ee40e1060e03c2c4d57bee997c2745c9c82e31f922b8a54c384225e4a25a356ec9f0643793342567449ca7070bc06bc0646ef799af0df142f73dcaefc8fa3a66d32762ccba4772ed7db7c833045360bc922d4690bcbdcd8893c7e84bfb9a3bfef77d4568edf13098ac89a384fd19ddc4a3a37938911cd372828865d32eaa3d1e0381d7117a3e9734db77595b15bc9d7a55657a9d0ad34707037ceeeedd4a3e23bc19eb3a41adc958e41180f8a77f6d457a14949a177d3fa09899086ec7ca3e4a5eef4b864ca324c759b8c9fcce91e83ed3d23cf4a52393a78dd031aab7aa3ebe8bf53d1c1e6972f5d33ebf0051047a96d8b77dc1b1ab1a6722e9e08de0da3f67c2e8742ff2340ccfc52f45935f51265571dc130b7c9804a39c50fb096eaa41069aab2453cc8fea47a3f654c19b23c4d5ca17db0a40b7683b336c4f30816a41aa5387a90527660dd5c08152e7f8029ef8a2efa5e13c01ec2cb70c494b704a422ef105a84b0da8f9ad1380d0f3f03b88a903fcf0ff684eb7f64860aa38afea42626d4e3dc925d99fb47c89ec026974db1a4d437f8d039681d57ccab3b55d2a42f457b7e32094576199a93a3683aa66dfeee77b5571d82e5c36402ced3a824a45025060cde4844163eeda4bff3cad9bf66663f5fcb32935900642376a2c7e6a4549c84cd55f9d0a6c55b546d47f26e61d0c8036d71dd590a54a96f72714b4ba4607e88d91416e864fe1263c28a6df6e7631a2719ec8c9ee9ea434414de6f84a46372b5203c231350357f72b168665f8744abd76dd6946d4eff802b994b8fa2a46ce91e4e1c6ab9c6f88938eecb5fa8a638697fa87aa12cf977cbb09c659b4ea4771e063c501642f1aee85a430b1ff76bba5349be51218f151f19da0a7d690ba47bf7567f4fda752dc1bfd251643b16da2b2b4f3b769c44cc29289e50398c68a4955ded902c76c9ae7696c09aabb14a064dca281b3028269915238cec9fb43ea49a5f513725df6c7cb55bd8f49f6cb07cc9e2df9841d3198696c1498abc8e0fa49d79e67ee8fec16b2724d191b1dfe3c8e85ece5904d122bda06177452ee0eba4b7b1a98b9f514d3bf667196a8cf4c8919a73754ade6d42cb58a74cd6fc0dfaa4ce20d74b27dfeb1c39881083c36f9764d03f7088f2e0479f5a7b81e2652622a4d35386a613bf0a54a4106bea4e26042875753006ec21cfa937c1249a5639d5a4d577cf7cda4e1a764664360566017e9c966eb064dd5a24c2692a96f6276c41a4f1075c6094746fe9cbf447dfe322a9dd03f6ee1b9f2ab0fd2b63572064ab19a4fa188094bd2baace8a4df23f1a81f24ca09af7ba72a85a082500cc22116cd3a51239db23d38ae8b447d8b140ab2c1775c59f70c9ad2c4e1227be1939fa32e9a5533583f55ac27542c6dc14712e50f8d54a76bebfe65507d9bea079200096fea55827c5436ccfd48274f2cdeb9b82db795b4484497db4c702866ddd018efd86a56798a94e5109b5a0af1f948a8bf02fe6d8d809b7793593af9190afeaceb863a569b9b409884bc64e35da88fd477f65e45142b2fe05951aef1fad6b60e8c3a4a56d75aca439b375b7487ca50f8cfc2097d8dc961961514cfeb2d655bf9ebd1ea578c4563a0508b36126698921883a933cd15e2455340674bfcaad6a3c7a5db3a587fd30161afa0e7e7b76689c8be28fc687e77792526a49797068f381a56773a58cfe73a0d126d13a12b0d743e3bfa9e2e90dd66dd939173e7a6f7c2ed2f3aea58d48e0c17fbbd4ccc6da699ee0ed8d63f721a79949292e656888b591afb789a5940d8dc7a9f350b927e252eb0e49d1fd529b9a00f8a89129de241bc575c518a59512746c5d3b2bf2bf83e31aae6ac941f356bbc18a6e7f6bc63b91c88437a1a5977f8985259185607655e46ea41974700c8c7152f77c11cf4b04d6016437c4a5c8b85b470bb688fc2652811639bb0c32e0d926ad8044f8446351a107e24551a5f15507a4da5ae5a607480775a680eac75ecea6f168e683c34298ee1630d9c7a5f2b87b18da6b0f5a78533fce742251ac04aeeb3f0f992807a36ebe7233fdfaa5fb7d7c1491df0acdafdeb041cd283e9cb56ad6324fc69e7d56ea4fa0bb05d7a6032ec5835a7a4c15e87fc6a7e8217d11010d72a8f3ad4c2c5e0e73cd7cd7d9a61677440ed1137ba2736f09886bd013df6a4c41d9c1a3ac9e8f528309ae9856a61a7abe4c1e30a5b4517762dec3d78016d1859dc188966652e8b63d6badc7e6a626a9184b95bf7073d68d79e4ff1a981c403f371f479f9063ae90230445559ba629fee0cee0cfb539f4445bb7fcfda52e4e56d44b755a9527de82d57f903fa9a633714b3ac0e5944ffdb815e8188f5c525d106c2c72a3b31ab17f7962a0ca44a634cd10a36d25efcc862712a00cb63fdb32a65b0c18fc51e88090382f734708a6376dc2edd577de297bb85c491e018d208f1327f4517d6dcbae24d25234b455a63a056b8224e247772031e61616400cefbcc975b2694cc4304bc4b83a15ec40a6455ed89b893336808f768d0e91e7a8216c7bb0505677a2e953e1a22111b96ea64cf9d984fd9f0cec2e0d1f3ed69b6eab5dd00ebef6f8c339fa5e0914ba6182a65acb5f70aef96852667dbcea0950deaf9a5a997bd6a24a8410c15a0313bc16a662b1abcd52ab1d752b841d244a7f708d29db0bb023e898a5168c3ee6585625a67a5f58c2ed401c4b4f754b0f4d4681a9f8f5713a8552534f862099ae75d19da67c143d6f8125172d9993e3841601cbfe742c75819e91b72eebe0d82081970da692487865ac559be7ccd2eafaac55484bcd5eecedc7845f25b6d79af9088b2aa69814cf9d09c5316ca5eb8f7eb033e04386e20808c60445ebf5af41bab1d676a6a5b0b9abc005b62701edbb86fcf706426c6d26b5d9c29a5ecf2f82c6d8b12da6b8f14d70a0eaf3f704233c5fd8cba5645e9dbbcac611b4d4cfd3c10b35e716a6bafbee03c4bab6cc8cbbe3261c8c15f9b6d6b39686dd34403738e114edf470a6c49bee6ee5c62b1cdcdc82e6cbace4a70a7335ccf8dc2a1383445e10e06b8aa6ca326d695eb82bdf519066fa27c34e0b2c8a10126e740c5226efc72a870d07a6d15dd078d3ca4f8e7238469b37bea3909dbb5b789180224bcdfbbdb03ebdc4a6d55388509c4b0106f43f78bb37101fc52edefdd59edd2a4cc575a54bd68d08a6f094e2767f325a67d22c7aea5b5ea8a3d7850394aa59e7b9f70667fcf676b4a6f8fefde2ada459125aaf56259b4973210fc1d0b1a99fdc1f6a05383ec600d8a6fcd5fc9b8a6ee9ff47b255c1768ce86995a5339144bca64341a6360444c80ba6feb860ed4c733cf2adf28ac5a2ecdbc9de74b645a73e08501ef5aaf497df73a71fb10a23484e6f1b8e1bfdad9ce3ee26eda90ea2a2d415575aea80cc4d6c17a73267b34059b0685cf21ef1ac5d70c8773146078e83ba29512240d5c8b30d8ca735ba03fd652971886ffe757652afbcda1eaca81c05cd0281239103b404e45ba75dd1270de1f471106c88b1697825f04c00c3e89bb15622845d163064621b29a766ca9d69087fc8e4700542263c84285513dbeb40b93a1abd406d7f5ce43940a7714f798c34f8603508c9a5ba0cc629be6429cc5db3004aa9f3977c4db9f499a773a26062469c2bac751500b2b623af0de68c204c6dd3084edf8c75ae8be4eda775635e3d7facc2a1440f557b2ea1aff6c4af2ed5bfa50cac5ddcf1ad6430d3a775c2c01b9bdd5e759952578d19aa4db0c5b5742aaf0ad41d8847971a85d0e8a77a4576037f474c3785747cda2515278ca7133491b825acd2660f8770230265a77b2f6a2264e398f8aad816a35e72b373b0b903e957c5ab69d272530bbe9d76a78d7f68d32dd3c4c29cbc68fc387139c0b91a78c509b2561947922525682f25a78d8f52f12fc6e4f0ceae71e9f26547b1465e369560761b914249099df07c32a79750533f9a6846c11d4d61a4c0e6d102c882135502901fab45b07e7a9693dea7a38017364c34b9da6390df766092967ffa4ee3a2e62d7775a5542372b258bca7a8c87a2501a52d570dbc1427e652826a5dfe98b61418de686a4d38dca8362fa7aa52125f09c127ded74899987529030b57c61b1d437dd344269b37fc2c4882a7ab6ea293c559bcdaf5125b483a9f1be04214229b3a73c8866ba6d3a0620f53a7ae54e1b7f3a8f0bb38ce57bd2227783337759a44cc8e197e425e247240c3d8a7da296d2dc8454ed30f4dec9441a3c3fbaacd9b092ca75f7e59d718b53f636ba7da5f00a154f33079866b80f51ce5e6e34d333895578c5c8fe3e5513746925ca7dd31348167863315d1c2272517f84c7c2097837bed5725d9ea5f6709b7404da7ddd0270ffaae46957c53173dd592e1efab5c185b38a12859eeff59ea03fbb4a7ec760b2aa21582c0eeed34cc417e5becb8dceb8e991b763f6c4e87cbfe934fa7f61a61c07adf8f5bee5f07944ba07d50ecc3303bb672c99142a9e7408d143fa7f8405b5007d70b0c1e9ff2d15e9333e6d44435561e77009e0d2780ee54cbeda7fcfb50b4cea260c41707980b651f0f9ecead8905d175f6acd04b3e664c982fa80d60f92c99471768914289f20910d08bb2a35a96a287666712d6105ac5408da8146c17d83405021521869e0dc1a05a3c9bf3bd87508ed06cb7e6d15fe0b2cea8181d07c22f15de274639721a21e6d070a9f41b2736443b255e2d0efd7868aca8254fa03490793a5806943095d65eaa59754779440cf1b3510ed2f7f962feeca828c667abf04570d686f5a37269dd99a1684695e1e83dededc4795a94514fc0a82fdd4c25b2f207ac40db3dc518c02dff9665cbce2d492b528c9eaab07afe11a83c27e020d19614720bd176715392e54b5537e25788dfa40c5f69fef4ab3971a84fed6340bd73e6415ec6e84e78ab9a5bdb683bc436389db41ba2e9324ca97fa8516f090b1241fd3466e294675380b7d50487fa6881253d1b5a8b4ed83dfe5fa85175197ed2bf849efa241533479d8d0cc2108c5534bf262220804b46f110a7a86a94e9a05428a635b4e597dd6f5be1891685e977954fab505c9105a53e0c30a88e9e8c2e2d7eb7631269b6489f8c5a63248ffaee31086ca9e9de135dc7dad2a8963309e6f37b81c99fd361c3365d300aec05bf2ac928e029ce0a9012b4ef04a896c79e9f8c00a1937abd76f756db4d41014a55aa036c619113312017c6b7c5a89c149f72588e9de4143ededb121d8cf33553c6a4485b7b8a07eb5067f0bcd9a8a18caaa66708def401959904dea80d3527d71bcf4d516e82b6387a3e1cc807a8a3e9f1766538fb3abdd910ee17633bb025e8da747d353bad465ba03f4558b0a8ba6ed81cb4477ecf5abeddb8a7b55ca2fc425b29b9a27aecb88d12bae3056da8c804ac4ffba1857e42e7b7057c4126b496889ac5fedd86c5ddcae9424a383fa8cc4d7ae3f5e565bfaecb0b78b7046edebbba589d29112c18fc0cd4239611d3a8e43dbc4404f8a13d75e77ef94a750b60f4f7595bb41b232a0fe408ce93e6fea8e74d7a2a21615a09ffb96282b826999fe6efda8fd650fb11c6b1bcfab45bc8a8f1a3a9f3389d7be6efdfa436a726b7bade7a10f1adf8f036e8cef13d1a299ca9034c20f47c46b220e983f34b474faa085d88355ef94147b92224e8415b3f10a91e8fcbe534d34c270869574654b3d08ed89987cbd1e07237e3a2ee93373504a9467c4491a046494ad31835e5336dd6cb182c596ca677904ea205c68ba246f9a9655c135c9da887af97793285239fb96e69c0fcd4f94619af339c92e6b44e86a972a2623093e333146a679f1cdad10ef5a58e5cfbe86d0450df50cc016a78e0a984e3fe35e69450fb246ae4a8f3be0422e360f52276cb52800aecb3d66cb85fa99bd6cbf039c8a76e8b5c1a16def80c8472bb52e35ca8eab0aa9890c2f45bb3a9b84fe2a4f36f0f99d3f817fd5c2e8bac61a038e2fb9c9a84340f72c1352486a9b98b9009b10b04430e0a860a0b740e59ff77fd72d563bc27c15379bbfb3a47a9c0607d2e150efb2c895d7c05eded08bad685ddd0bf9fd0b59dc2c149f886dba9d26204b1c19612b9d8cc9afad8f903d7f9e2775b2451b2d3ac160f682cb761a9f297f85abd67c224032ca33a333b51a2ff3019a9b0d583f72098e4a62080e4aa02938016bb811af8b0ced6f7634eb0f943078543fd6eb0d0c3b895bf828091aa04931acfff24858a23e36b5c3dafaf8dfcac5aae0ed947f3c076b3d7dc8c6faa0d6148256fc8c0576b1d1c8ccf6884b7c01130696fad057cacb80cd4a7c033aa201ccb2c6ec4a4d326f6307c167ad5fb69d3050bc91e409326d65285b27c1eaa4123498883948c88d5130125647bb0b046c4d8edef002bbe2236cec6b913c8aa4a495a3b77e82597b621d5e983f85739e5ebd6d1b1f753c3097dcd39166ef8aa4e2dae3e95a38ec4159874ce05fcb40caffc42e2a22fd4a32871d8fad45b03aa5b45a8750d3a918b2669817c3aa0350c303d20ace5531b8df65575b535b0b2aa5e5f777c298b57369bafd963c42a26c4aad1f95d9bdbc75ad617f10d34acadaa7484def9e39a1ae6774d69dee515a801c69007473e421e5c8c13a98f67f4d1aa76931760ce2831696ea39a8e9c20d7d735557b49e402906ff2341e189042b5aa8ee14f7e20fd533edabdef1b023b672e835bebfd8eaf2fa0ee4e93b2fa3c19aa9642e5c8ab5b79edfbb78189e2ae02dd7d42781f7749fc5aeb11d0a7ca26bcaaa57a3beb547c1e037db95f53b35df437e9a36da2bce8bc96b9b3a94cb9a7daaaac2a9f05970e071fcb6794482d23083d6116d7242d932d9e392719c00e63daaab242be0b405c4819f54e38be501fa8e1dfa3ed44b8f32e15f8c1b408180f05aac5759cbd92b0efacc7ff0218ac79dd7e423576da375b9b6b246cc8853cfad8aaca3f49266bbd1e9c01d403a1e8459559423dc5622ad2bf010611ce15334674aad59afcbe94e82051fbe6869044bc500195ced8820f5f3f79d1608ca3a1f8abaad735e86dac7be6548dd4083c1d678746812b6a27870c70fb148d519c14dd03aae1bccc7190b4e82794448c941c65f036d43fdd7bc6572ec68763beaef81d6aaaf7227dc546117f707a2ebaf9b854d4266c47a2c54da96b695f08e51a961f51ab0a805ded289bb45f8fe5082c7067693194b314f5b87dfeaf2e92cd873377c0ab0eab7aa2241c57903ca4a76c65505b993fe88d89c208c270ae3ebccb48d51dab236ad1cb2345f88be95e43ad35acbdc591dc941b293dd23d1e6d66e368740eab2423ba8a6d767471be258bd977630d865bf4a947769b9f692f28375e56e0a5ab2913271caba87a312a987e36ba55e345e812c0cafdfcbd91e9e634955b6b50ab2919cb5acfaaffd9a94568c1fa8049046df64ac1ad2bb852755f3969c5d9b9ab31a21bae0105b977bf14d3ae88e3ff5cd4c1a00c5ee8ffb6ba60597e9b46b1ab4511bc5eb4bf726e040e8108e2cd32cdaa553f82e597b8575ceb56049a65f0ab4c2c412f169a22200816979bce0c3406f4b27a0258f431e95dedafbcbd5bbaab4d54404ac581f38efb6d81e4348a184eab3261304e6d292e3af401d2aa7d03ab5df625bc76dbd4e163bed2dd888df828f90159bb93556525c31821b6541d46ab6afc364ceff798e39cf975e9b51669118dc702f8e15741d06c6235ec3aa45dab7f07b3a99b86a25ad60fc0a87e66fb2ce9b7bffbff82bfbddcbb0a7f649a8aab9f60ab34cf0e2e02ad7bd36dcf96dc5387bea8e0390a185d62a2472b0a2878aba30fa937f6c22280cef7af0122db356e9e82d212dbd3e7574969c9d1d2e861abd91f7aa4885f7fddae176f5e32165327ce07564146c958ff6a1e23bb965bcdabe033ab48cecfc440218abda0eddf03c22b73046941241f754e3911b51d54b5abe12ba0e5abc6ba44fc833dc623d877fc6aa678ed1679d38b68894f422e68a0abe5329a973bcf6249fe017187e387dbd853c3ee5def429ac95e09fe02ed5183abe6d51d6bba90f2340953bc64b84b0fa3c31b4f8f346bff1d284046031f253cabf03b0f66578d5603a2950073f8936ce8e45e8097e4b07d2199a7dc2f650b2aac224f2d345f70694c00515b0b224b72ca262637abc3c1cfdc5a640db1051fa8ac271bdf2384dd57b76c293b082a1d9a3db924ba39bf05394f636f729d5ddcc8ac2df1ca621405d5dee7e08b60fce014e528a864c4f50a2313e44421861deaceac3a75e8a81b010173a88a574fe2fb8cd2ffa628ff9b5058be320fd6139b7420ac3cb1fa4ac248d176ca6905ce0962e08d8c346c7ee365d046ebda6d016ac215ac3dace767cde7c079943026ccfef2e2eb2f826adbd4f4fcdc1597e00823e878ac52d710406f16fe4ed243a30bcf7d425c1e6457fb9655a1651317fbb976690cac5607c165617a9dd3c2eee5dfd755dc9e7c2d8af5f8d2c854a15b37c505147cac5bc606a401dee1b5f72ccbb2e76256e574280eaef61d85f8117bb45e3fb7d5ac70c73a88a17fc86a8665f288201dbdadf3e9f4ddb8c9ea90ac4350e2255affac7cefbe41aea9741d75d4ccce02ba696132fca4b4b6afdb30b68ab2d1edbdc4ac8fc9b418e72ee644ba08ba88bf76b0b77ad39f156d2f4079d3477a55073bcfac9e5d469b9b7366e888072abd4d0b8c9a277b4873831ddcfaa96c800a166d4cacb446d3ae97e6b5b1db827cc3099d8ef25a35da8f910727129b62b8a66e0f3facc229008b7a5a36b852659eb6b3acdaceba7fea6a72e7b8f95a78c898e4e5bcacc5dbd9aaec144fa4a1f52dc152ba3694efa711e4573db1f910713b379ed036acd3dc6fe692b4b20d563ed93df083ad3582f8f385e8190f8d7493d3e35bdf93acdb40d88280babb49f7445e54baef40bc409fea56109c70405455db9d72da4face9cccedb0c0500fac1ee1407a8a9d673757fc131a0682c4f54b3aeff9d55ccaced2416a826fa185e8039b65d571f1867e0bd1bb34787b215d0d3d8e8223e1cad034aae6f92036527a43758138e778628049a75638b4aa7a1ba5b319cbd0d90ad05de4a887a3d0c381c3421fcb8a07178191b866bd4d4f6e64bd274c1ea9bc2ad07212aa44823ad2a0ce5baae110d0bcc5d684266214e0fbe31a6ee86f88af1ad115af1e2031fb19a5bb1517f6a22188e301e5a8237d7c52d574e87358ea9e0ad151f0724aa1b743d4fc2ea8d860570704b982c3e451f97d29f4aa142e00af6ad1a952f0c7907020846f7fbb22692bab0efeb7d143d5c48edd4564072228342ad20cd807acf976fad1bd6bfd7ffc5a2c426cec8a3aa8f253b478204611cf395ad45b49a0bace3ab321c08a23ecac6d8fc9b31cd7d8708b6c19bac9300e63a61ad583c374783347f0f79f5e865ab298190aea427127040b80e4d7d3a5fbbf0e9ad5c29d6b44b65e7905198fda95d7e65da8071e4d95471ac7c2b8c02610de789ad6cc6886a6d6f270eda090067a710719c7c05f292d556802bdd29034ffd5418ad6f2c7a8afd8b836835060ef4bb116390bccc0fbaafb2357491881a6019738aad7a22dd485004af929fab6c8415e7bcb3b983fc3ffad07834d1502ce645e5aead7d1f61b80862026008e1805a6ee6ffa01cfb0ca0a12f9f5e35ae0cd6dad529ada23f54ac8844f4dd1ee74275aee47f3d37381c31f8e87af6607e80c308bb9aadabe9f1d25208052782b5d82946ff5d0df55e9bcb02d36e40ad68ca06350fe2adb199a288d598b018412d7adcd512d8e601f2bc82a3d32e6bd1bb812f99f183adc334bbd80ff1afa7e67bb1b7894adacd5945dc8dd478c6b5c428b1d9ab45a6adc6b5d6e135e7a664e304ec3d3f4eae72d973aca9bdfee6a12ea3501bbefc8dadd081c3a44fb63208c93a197e1dbd042cfad6295ad055de73866bd4f4d55c75add9358410f83e9124d33d881eca380389312b4785edc381641c173932fdd0b4adda249caa8ffe31a34ad5969233cfde31473370b3bb1cf80852986d15dbe78faddfa9b31d22737c5ba11276dad31486d3917b97156f605918f78e55b0bd9101ade526cfb9714cf9cc952a28543297f6f481cc29ee9c850948e409356c1dc922adf20d749a96e5bbbbc4b71f63f2cb3f5a07bd539a69219fe94dab5ba4fbf605ae1d9c3ce58fc5a8eff5dc1385fec7f9376917e35502e527a3a8a37ab83a0609ae20f6071936faa2ee88efe3122fd07a4092d63654d82600e243709bcb84ba8aae37f40a65d0d16af56275ac0f2eab1db96247df165f4cca081090c34fb2904fae3b00e4e65a089987c56d769cca3a5f73b22ae58dbc1067b731f2ab875f8ae2ae4a5a974f7caa1104c524b644a85bfd4b494153e1e9d920e7856c7f1adf93d3ae4ec7c0cd8b0e2d6dcfde34147ca630003ba4bafcb057cb3418eab262889907ae5128c99ed0f9f640e274616c329ce358019302a6e683ede6cb63e6fdef490eae5ca09dee82d2db02832003e08349eef48ef8a383620ff2ffba2768b735da19ae5f1e9df9b6d81a51c99269eaeb88994fb773c64a993a685bbebfdaae098fdbae5fc62f537474f20252ca94e557e989435505ce78b4b47eb23a72ff510fe2a8ae77b9a50198868545f785c1f5e30370bfccc456d1bcd4eef8fcc27363c46050ae7a6c1ab5d3061f43b9da1444e090a81f8dc30e238261f64eb5e73327585a93ae898b45d891af5d7d0590a0dc8377fa7a2cf4fb033c9a1be23fa750aae026e4ae8b9e026289224179b2f24da9b21e47bd1f77afd0da730959174eb683b930b2ae9523ae73731fc2c36a367476a8447ae0454c5a9e644debaab6570487f11639ae9b4915544c1b0663aba6725c10fe68093d596b4854784481a365e4bb3a8d23aea8ef1db5349586374d6a399d858ae97c00698aff26c4a89eaa4c7521a54ab4aeaef26fb19030046db0f6cfbf1f69a6fa798efbaebdb3db82f76c7c34a668acaeb4134e1ef3b487d24f7e2503041c84f60a7d1a19b8f017b7e3f4c148109c15aeb5497fc2a51919d1021a5457463ec5b2da15f99d5f49b61ea372bb78d7c5f4aebfe9ce261b2fffe15fc5f40601e8bc2f800621d9cac0107285d8e6f6bdc07aaec0aaa4b2a5e8c81bed7d0684a6dd542cadac0120a16987e3ed7ab44fcd00f5aed1c2bec2fca0d4246501741bdac025b1546e3594c73f832adb42895267b3a7aedd64111d6d3f05c0dc2a0d349b262334b04e9c65045473c7d0f090df4dd6c1aee4219972adf7cbe9d9a3ce10dffd9caae03061ea1c54e6c900e0dab28c40deaeed7f2e6d29a44ee37597b4341b308ac1a7b69d64306e94966822edbe24f0fdaef00bc2cdd6b666209d9a0c7987854631152565d8b25552f6b84bd10e776116aef5f9c41b5777594b4c0ac5ec092d2afd01111be8c9155e652265c6285f2c67af024b89f2795faa8b9584e7bfd35d8897e05227e2bb06a6bdcbb7b464b3afbfaf03c1bc4fbe8127847899d476579722c8f8e3146a43b42b6f9384257ea19c0eaf10d859173843cb9ad3b13b8411dffb4cc9482572d16fa971c2e82b4ebf4b82af10e5ab7103f5ada64ff40dedefff8def98e650b48927f4a7477204487190a1af15fa10c395fe8553216ea8c84d693a4129501e557e18ddef3144a9964318eeaf2720bcc15b0e79892d4e05c4497a6360ec23c9d5d3fc8ba630bfd1bffbd7dfaf3b84dafd3c09603e37feb854737cfe1f3436e9af661515921d9242af21cd7baf432a12690fce821a22d5e063e539d0c971af4ca3d4acafa5b70c20e42a3770af804ff036bc53608e6eedf4f0b16af319b0f0055685466d54aa60fca2623326af852ec36ad3e3dda42871536ac370217075dd7a49304a140087f8d9265c4172afa4d6be7693fcb0e657a4b55edca814badc2f842ca8478970c0fabbc4df9c81aface3406486eec7c39f2ddec8a7d29b82b0d21578adc0ffba466b62fb73e07aafaf58a498688bc225fb4db5cf6ea2f16343452b633a8ea500ac65c2f4c90d96afb27e6433a3df768d5f68f269add030e237e0c7a73fd47b658726f8f3daa98aafc20f362dd6a200a58daf71fa11aef1817812772661278d76fa560ee7c6d2a7afe623f41c63c7ca771203728634778db3a4a1257db4502c48ffd4d35228bc15b01b0487b680c354f7a93661fadb224080f09a4ac26dcf206c2fc316896853d9b022635a8601d97485e0193086ba775a4004bffc1891bc2afc4b201f36387c43b0386895919ded73e0ce5d97b11ab41b9f552a46feb01852673af428afdb425cb04cad7cd48be0c61a2fcb359614964c72a4f1605baa524294d899572a5ff935b04eed1d965e853b17d4eba6263a02c20b8ba0b8980a5710312a55eb794b65c5b053a821fd2e2190cdc416f01d02a6f235438f1e5e999ed519db8c09c29bb1c4b08a55712300b0f98784484460980c8cf4f13e8476b1d4f302b72b924febdbe9b098379af9f8f0ae7d5cbe3a33d2b9b6175c890b6441ae93796538036840dcb6b0d9ba9b6a7f7dce6a92c867d5907bbe2b9ba3586732c8c03cfab866f19db737b0e3b873104355dae4dc29e54f8374dfb68ff4e4ceda02b92f6d3352ab3fd40bb0f6a8a4770e89d3f9adc35a4cd4041314b920f4abf2a3b7a23563845af7f153b0f77fed4ec5cc4d742adf293554b704e724609928684753cd107ec17b682f41b0fb2e5e27dae7e591b08625e2fb4a28ca56870793a02f2ba814b54de8cce9a4b100e42e79db339a36aa783e205b2f2e10d27454a25dc3777058d725fe905da3b119d908ba7e7c3475e1adfb9b6fd0dd4107665cc490fa04175128a5e19ec38bb1239c0a3d3ccc65e6e35ea0d2b7272353e20e3d7789577ca04b3ad300a66b47b125bf99b96f43e0bad8826cf527c1bb4e1d880a9603705fb78d98f3a0c48ea8b12b24dd69e7373dcdf9984907fb3599b7d9e3d9694290d6dc343c0fef029dd2b12cf3d4fb46c81f89670395a74d8fbde8c81552686a02b60fe1e9590c8085c4b13054d91e58118cae4112f1119223367bc84b3ed9f97ea8841d71a149e23d21b13c17d15357b3cf0f20234724b2fa3238a326845d7fe8c87fd386ecd33a26e8b13d21df5cf31d7a97526870da047d85bf40ea2c16ec72e2511402e021a755f1b163f24123d5cd38575e9579c96786e1e29d3bcdbd98b714835d34ecde2d36e1b1665935a575a4a1e0cfb1800a0ff845909b666171d9d216baa7bf5a053afed2b18985fb17c762b8df11c71e4c11c36e2d151623155b228d369e317a1176697eb18a3367b9461ad9341a072fc7c9f8d2971d7c43fd1741bb623984677fe4f73db18ad83e3c501db630960d94cbb5b3eaa1cd639a872b0d102a2b48a80a245ed1b193a2269d7f3e484c69230561190122a3b4acd8064fbf66dffd2c17d03804f5b19b2c4d3461b521f7835f7ed19ae2434fd7b42685c21b38d21f59ad3aeddf5fb1c0d889fc0ec4fa85f00eedff27710f509723c5b79c9f5befa8f0dc60b57e3bb1c7f148a46b0f4d58d64dd24c956062b785d6ff9b3af8241c14b964aefb9a0db1d3e68673aba5cb3ea384a74c3e0a26944881a9cbbc3e23ea8c86c5d70f37a1b1d7395c2bcdbf3c7743cfd27d9c2209ba0bb20a5429515c75a73aea622670c5b1e4ff7df39642482e47973b645c5ac3e143cf888d861a0f6f2f02ddfeb19262b1ee6f10ef23a657f8bf1dd7b1ad11152e5d483e5a1c2a30fefceb18e36f6fbeb1fd06bcb151776617053cc9af5ddef2716da5e90566ac917eb5701bc5bcf63db1fdc01d4c4a91fee105a568eb5767793eb980ca217d59fe0b2c3a9a847611ceb1ff9179f62174aa7b1365e9f7259c59563743624c96eb8caa4f7b160739bee1b2010adf17c2882e9fe5aadd3559c636e8d37da76f08d19f692dedfd28b67eeab209c757f7cf81706024073cf55c1b9b891d35771c4a6b5366339036c7a7c79bb222ead1e139064ddc619983b455e28f5f04a468cd491280f83ebc2c5dff43cdb231e969aa3a97897fa90853395cc12c24d992b7c83c0d75f47632ca369e4667b24bfaec9fed303479abe459630521883d36b87c2ae24838b8d8438d11751ff7b26c55990891eca710790faa9275232365ab64e009d041331b5135820852bb1db270312772eb536ca6bcf95928377741e4a3e34f290846505d99b01ec4c4e336b27e228392e5ded23f4208b4774dd2b328124e60db7196d8afa80fa9cd060755b28c9e7dc4c3b0ad321dbd2a698dc7e9eca2fe40e65fe1faafa4760338d01119b2ac970b90a1aba579870131b942c7b7c7716b0a2a3b7ac3c9dd386a9ae7c863b2c4f1a3fc71fd23df631b2d6150e4021e9d46a926205c28d731bdabfda32852b2c9c403c85eb4e0a7e5ab0d6d9f29e14f143795787f107b402a8d3be33d8db3b30d1aabd6c62441f943d1537704585a7bf07dbb616a0e8644fb017d621cd039b3221da92e41d7e69fb5ea02d276f1b3e8e558b100ea91013af6596143063fa0b32d9c9ccf25ab22ef214e98db5f2906d45c9a98bcc1f72a31c3b0efdc1c0b92b3312bc8f152d8c3ddaac96fa049e7541751a97b681e35b254646c5037c8faefb3356f33989672581ad3263ffdb4560a9fca29bc4b912df8e34de924121da1b3b33e48ed5a462de9d01d24cc767cf9720a771c90f7defdc4847f1ecc59b18726b341e9edcd8c1db787ec6b09abd0172f6da7f164e602f4f3a41e9cd3b2176a73b34546b43c3395c11467938fab7b27a26d76087eae44a57f12104582131f664db34d5b533e1c09de738e82da0af3202f81b501ca55072f1d42c679c2dd3f0098b34ebcf4908173eaee221d2a2737b49f8270246908ba78bfbc94b4c8ada476b5b3573c89b6ba1195f2a7b9e78cda493e40f16e2a4a16e488719ce67bb3cdab42b36095f69047fbc24a0719c3799524b03ae77874792a59cddfb0facc25f0fcecb364ab3ec4f786bcba09a269ec481caebaacdf6224aa269e6ee8e0ea3697701ab366ef244b3ecb5c452e7a07e2dbb8e446670653aa3adff2909a822468310945b3815e481a264535437f4371c225d22e4142b7caa3569eda97e5fdbf43083b05b38215103722ca418562a849591949101c8400e73a9729d1b7c7a5c460776377b3980a9e4ecf49c7c5d62b1fcf611a73204c167ab766d9ff2334430d5676cc10b3a2e962793a118983389b0633f9b36fde1ab3f58a1980b1e693f622dab9fa15b3acaecf9f3faef3980ec990136aa4981d13ed41923e560dd68b0e6f75bad8d0b3af5c2e246b06dabdb4b9ce139a8a8165d0ed688181b1146ecbe4dd6e2121deb3bbb57da706c703cd69bc4b344b54f354623d3255e18ab04f4296b96091b3cbb3c62b54a4c0eb395dcbf02d2149fd76e3c37396a65bfd681dfd98f7cf3ff0c6b3cb3207390493bc7b0eb7714bcebeb98fd094ff21a1ef49009e9f28f1496013b3d500fec0fa193aa1b8af37ae633ec5d185ee4fac62044e3c9bf7a925228060b3d8a9e40efe788187d7990c3b67d264429f5d45d30d068ddfe27238e1f9efcfb3e29d2b4e2b52e266e805e0db1c555074a90906e039e1e29978b2d8d96c869cb3e63208c5aad55b6ac697496889a62ae940493df183d802680e8ba4a251dba6b3ecefd1853072c3a70dae6252ca764f7eb0956e01777ddfaf9e674b33d58f74b3f94ba4b9807e96fa1ca799cb8957b4bcced63cb2b1065bdca366a761c111d5b3fc45a8f2e78e036ea79a28947cf8547f71795758f190d77ba8bf91ca087b7eb402a7b965ac24b0447684addef445a35a36d466d10cb8822b28beea29bfd113b407b68d7e90589d789afba17d72af19b89450a2786bff7a2b8c172ad320d9aeb421a0e5e7058422614472a11f3915614318873533afa77bee8411ff41d67baab42ad18d62324b777771d2bfb96f2695f0ee47b044cda2a8615cf4154cf48dd5b42b5ec2099c9cc970fca3428f4ab6dd78e3c3c8370bd63f5107e1b11db7a35bb43de58c82df90c8d5a5c5115e9e0cfce0dbfc5e8fbf3350181cb2eaac9273a6b449871c8b0b21e2b4c103933ea2b0aa40819cf25989818d9f9b7bb23ca71098b44e7fd2ffb2f9612be2839e17cf373804632a5174cf0714532ce138cebddc00b45427b5eb4ca84f4f781997fce05a5f45c13117d554caf431b6561cee7f6d48b4593774527ee31de7e5b606f4826b947b9a99598ba3d8442b291d02eee0593bb45d8bb689ec5e920ecf652d2b8941be6ef5d6f2f73526e1aff95f81e0ffd6fcb471342b534818e678e6c40e14957bc53f1c66eacf6d33a5a1cdc860eaf661f3b488d6ff746542c44b3832ccbddfd756f5e56e467be26928a2041df95dca66d3b49abbf1e4c0d118e90894ffe660aaecd81d54c77543a9644ac0e66d13ebb3cbb4a979a54825ce050a6955bc075b43b1e02dd68ba7061e10a4bd789700a7d96ab4bba1fb2e232cba87de748e8d005726a596b7b391dc3b79c263af889ff9aa3cb4bdd4d07115d913d08ce8cb32c4fddae8d1f98f35ddb8e73b881ccde44e866bb4d8f711ae98b46b629e06486b9fb5bdf694f0c75b6230517937c78a198c4503b4da33536a087ac5241a4d5db0368c983880447ab4f9a36b5479076b6d7ca42db4e3e3bd128f40c312961f155d799125553f9c0e76779002586cf65ef17b71cab4ec9d449b36a538854ef33fa3250e6150c5a729855d814e014316d031a143ffb4ed4cf305128c575c4d1121440f4a1f8279ae3746e1283c0a93d4f86f4d2c5ab4fc97ec60314fea59d1efb28641be51e7b0ce323a1fc12aeca074abd30aabffb503e6684f7c891f3bcc7a288da20cc31f898a27c0cbf41ea599089ca3a5e4fab512883bb77768917b11e12336fa841171160159a67d06e8bde6364757c88f1fb513217ee9f7ebd21811995a0615c3a3cf837e53e0d4f78c9e4c4b6a8f4a7ca8b516349ea63cc726436e0d6fdbbc8b97302b1fcb8d3e877cccee504a7f80b150b52af9a06da2f46cb9f3b7e0403654d195defd228d078ea88bd21db7af41f06cb54561d19a3488a64774d0cb580620707cccf515cea121279cd0213490fd5fb0b548216663cc657f904a5024c942ded27c2632b1318547fe77be0edfb57e9d95b5489f67afbe39ff914cc412d4b04de8f4f63d77a63a55ae4bd7a5ae151f9044b5490fef48e7eeded6060efbd91fe6a0071f2664744d3613d714e7b3267fb9dbb54e050e7073617ba40ee7b98ca034136d83cd425beb005181ab81277b412887b56479f2d6f682f68671b19c457e0492df83211090dc3e276389ebaac273d974b5aebadcca8c2fa68b8eaa87935d0b44cc02415db716f48ac709c7ba64fd74e4b5b35a2a4a0c5edd3b1636d4b31a7e9d4944d5ae2478c75001d5026941552d13b5bf945d863d9397a90d6a31955b576602ee2594bf3e7170f03cd58a1ecf0a85b5da13be1616b22913eca0cb5e5ec86325bfe65706ad100680a3cf6d9e92cd24b5e33a27624c2067dd7d644109bc2ca572d7e6f4b706db0c770e9d4b772fe13eb5e5614302cd8c2f4123cc37133aace81965007a30398b9bb7e0be67e692fb8eb5ea13f2267aa96be1ca9c6a4db90cae553a7e6f87108de3d168a57db935ae5bb5f2b3b73c8063741da4d783f62610d088d8b514876b851944bcc42b190839dbb5f556db27e9b4c564d14da0f5322a5ee4ba00e70ac971cd1b231ae489a965deb5fab2a28ad549c1547635b4dc84eb537938fb23b1bfe4477946e29dcc177f24b60a7260f316e85afdaf8d1870bf4787472ab60d720a99e80b3e7c06f5abe859b60b11d2772411bce1b10da347d7eb8b571e7f5b0c72b858f53c95a3e6b47b27b632ac66e11db051982cc6f2d1e1d1122b3cb75c00195c2799e2ae9d09be1efdb63de19d242831e6a6f98ec90ddb9617992ff90b7a689154e73ccdf0185d9298b68075da0ff721b034df92edc8dd6a46aa0a7af7e35c579ae2977cf3f772d31db68262cf92004506d61d30032b4637fccc9a0d963c212d3a5a5bafcf5a6ae4fdb68a0a7759459ed1b387b48956d6b85db0f0a1584ffc0793bf89ee0ce39628b9b6aa5c77c41e7be4f52029fa043258ff7a64a74aa64b4c5d9a13683cc60091b2b6bcb21cd6a9f9ca19e404b93d3177439b97aaa7b1dd625d0357e7f7e3f9636ab6ff475be21aa0dcd178cbc64473b90275cda6fdfed1deb1c334455844b20636b70face6ec95bc97234fbcdc67b473c49d357082d5bf6f5a03afa1d2c39f9a47b71a7e88802eee94b6941c8781483017f5ae2e89ee4c15ec40db9543ecd329adb7261e7aca5901390b452d0c3038c40d6b746da7d227c686f7d05ed97f2d26c9b72aabf7d4afe129e231768d46f00f1906976343c08d274d058b11b22691a2a5b72e3102d5d2651fd32b2767c7aa3b5ea27c4ff351e6f6ea86da826260344f2db747783939648790f08c948fe4818a4e8efbe7351293abbd38fa27bf41e1b7d0b769dde9162a38f7c7fe2e79fdd11e8aec50aa42cce6ed1ab4598865bab01cdeb7764e748d766ab5f6a949c1fa3f162118f95c1a22f3bd34e1f3f68f3c05b534b77b7d8861d09112e13861ac113b5b1a262b0e3afd3357e7eba2853f0d79a418b7a2cf51ce809cceb7f3214c65d3e88ac373a9a445f86723e41a776ae774bf23b7a9a5b357a1e524255b977fa18336e5fa14d3e2c0506daa87b49c815c49a859b7b79efa8649807783a93040bfa108f4a66addd604bfba1cdb2fea9b6902fe71b7b8d32a8bd2cc257662623c4a3c98af73fc6a071defdac4bad4b40f557ae4efb7ba843919fb19e7b8993b834f5b786097e01d2ae33848c92a729dfd2e9d50ecb7cbe132c790a515de7bcc45165b72c4145045117e5028101b5ec9de5c3e5d21b7d572e75e38c2a55a23751df01dbfef10600c9ded782b495bc83003d94e894db7df5b78e4562232c305fb46ea12af71e77fe2c30e87c3e21193f593f348c695b7e5a0f6d05337ec5b42c6e4783febf4d2b88d1f8c143d775cd2491a686bf2c6b7ee6f4d144febc5d57c7c9d067aeac94f8fc85bc4807119cddad615ae901b97b80334aaeda336230d304a9a3700f45b69f91cf572ef4211818db4aecee32d70b806002cbcdadcbffca65cb5d4a0ac8955479d0f3b1f3f1ccf60dffea4b0b366b8202ff0fa91436c67f592394e7612841cba12dc444222d6eaec034108402580b8272b68e74cf1e291c6d6025e5eee2bbd2365b829c92ee6125cb551e4882282b8367a837f8ac07d5f06543478e6b0f46dfa8d61aac21fbd2345c9fc89a6cfefb83e7597dce1f45898243d7b082b63dca76c05f88f6f14d1e054ce272ef5978eb8458b93dece7fee5d01b3e1226629137cd86e0473fa12f64d8096646d18dacbb868ccd769db17efc0d471c585bff96d09a4dc778d627b4167bff9112f9af7c5b89873edc3a436d5492dd22d8d076d8c44085734c732c29f5695f37f39ca5891b8992dafe5fda5d6d481a1cac4fdc60b9eb15e818fa90f4cd2ed9547e4cd38e3b8add944433cc257f6c30546fc4eb5faa3421a8ab7208209147bf77957504a69b8b5b7b9de99dc293d3d7f8029b1b8a965464bec78bf3a351603164439409305b8c47c0749d751d87f70aa8bacec293776f5bbf18d29293a4f0ab88660ec19fcb8d8828a19cfa81727a63c4d8d74efa97624645d13230beca79b06fdbe84ebdfb8e3d506f9f12e603847d43f7cc0e623ff4388d53d1f9d88b2280fcb36d79b07b8e840b0ec76cf87c7c6beabd432977a224e2e8efe366699bae3e72c532459d3b8f2816915758668224b175331a9aa8f8ffc5298accaf1aed9ef2b2fff3bfefdb8fb9d6959962e372fda58fde801cc4d379e7e5981942bc1d42f5c91ec31c5eeb904047f7d6bf1f69ffc08e4d24a1f3fe9b0f76441fa3c61ab4395a0a4333a5bb905ea6ee77f58201a41b00d1dd0d286e0b5cc45e3f772cc42e8f6c813d08b67b916c3b5553f609602c119544e81e22388d932114beac9777d54175d5a1a04e6b925fabdee337fdcc5c7d7b3d845bc713d1c762cb7b69f56fd22b62fd643ea92b93d91b9cf0c38ce1ea11c7506e2845009de6bc5890b2ff34c9a414e33da29e4b9454343e4b93deb81f782d000b5077b80d7a7cb227d3ba5c10fe9bea18c9074b94fabc2dbf70ebe0b6d975fb792aa6a574780fa075c0bc6c91be1626f6ac048b95d78212bb73ebdd9dcf6d48e11b114e713c0fd7a9efabc34a64afe31d07e4ab97bdf6fae165bdfda9632c9e34124c556c8b12c66a162b9e3d7253b1297f781b998f2dc26a4bd760f631944b480a04fba76917fc06351f85da5503d8ae31ff8b9a6fa90b487cbf8e7290df4f3694f85903f4d71564f51b8673ef0fe72f8e8ddb9b3dbdfb901e3b202e5e362dba52109a4397ed5fc47679d6caff2aabea8f7c8b9ce9004de337c026fb53fcc445e61d14020e7b243974397f511b2d04e26d050b9ef53e774e269b2c77aa172b3e97baf166359a0a91f7fae4710e8b1cbc12a33b9f700b4c8877aa13d8642b0a396f86c33838a75409ac3bf63f7b48f31ca2c9fba1729df6129e771d9bc13ad71fec466e2f5e4be4c869bff31d9d14a857c6228ba237da95c4586d5bac2cabea4d5e31280977f01b9888a5581f98b4ce2269b85ba366f268082d8a1865b8af6f1744a59d5d224894d93fb41d883abb5bf71bffaba3d32521c2c770aca151a604526fde171b6ac6ded7cc17d856cd2823bcda20bba400e7de6c97a5057453452fd046309c489f0ffdb936aefda942718c46e9a17ba4dfe7d39c9601cf11f415229f59292af7980a9c61824b12a5bf3d8c07cb6cbba56422669701355a620992e9704e2566993cb7474915df75c3b481419db4904ba64dd4470117092f85318ecf3f092b2c10c8173b04aa391c7a2961af243325dba689ae43fb3dd0111b1d6861f961d1b7e381b9ed96ca9c8aa342cc79e3ff0b4ba880f6c08ff6b4a17e399b833673e1e988216cbdab7c064477a66775343e53cbaa1f936149b70a86494c9dc629d3cc42e01513171f87287aeec60da4dbe832abaa71f7602aed000ebe6660b197ba2e6383aa5db1a8505003941f4a9f8422da8baae5cb19f221406ee118b52b7cb4c0846cc7607c9a9c6a12dd72669a2a7f5f6bab31c5d9200c1bc94cebd94106312d9d131285530002973f1e1932bd68a0218bad01c14c84fb52254e8e577b1513d600c36764a1c271f97532ba45c51d35ec5baddc37567ce688311322580e92ea167b89930b8faa6b94bcaf5b2823e16e28fbae49c47a3ff802e50404ae133749642a86bbcf784d3c3447c24831454f07309bafd24599a84b6159f6222d229f2aa487a8f64babad212e53cf79f1896ffd219bb08a294202e0056548ccd5f8bb1e19820e30f5c6088949cb903ce002574ef65bb0e96910363ae4137962acd4892eb298173bce8ca0ed5a4b70eaae7b1e02a52bb239ee0a979615ca9daab3a4be88042a0cb3802c9d9636f3499da11d43e4796bb310f4aa360afc15aa7b7a9058e493db3f463420b156665b5c6b7438400ab02bb362646b54c0d91ddff3c1a52ba23ecba9da34c64703de840664957f0589522bb4d4204de31d051776f5834120762131c78b18d12632940448ecba506b0ce6bbb61c5cbaf197c39592202f49488dd699d89a62ae9551d9af94c3c3627493eb7bb6276ef2e9af87cec541984c5164567c7b66a9f18c6032e0b9c6874f205cf0bbb6296357005aa163cf565eb5aa17073b3d07dff5b8cc95921b0a49a8d6dc723bb65e7f66c70b7a6ce2e9078a9ba00a86d788f502f643b7354a6ad73a54db53dbb6aec25da309e6218efd94ef8745226798fad2eaa19fb7345a6a3ac241d6913bb6c8828dd81625d3b21e81a677e89c53a0a67240164fcf7c328eb651c9729dabb6caf9e7bd379b8da2394cddc5d69d446c7c846e7334ad03dbc7b248da01bcbbb745f32bf12780eca3c0bb1ec2d8ca3edcb9c7771dd49bf6799c91f1004f318bb86ca592270a7d0ff03fde5d56b93b28462f3f17df1bbdfeb714284f4f98c7dbb9b2c3fd7f25d9abf9a2feb31fc7ba896a8890ff5d6c684da2feb3a51de1107bbaaaec776caf5ed3e727201297112e5416f1817e80d04cb3a3b28533e0b901cbbb419fb9042ad21560cc83552fe5f7f1c0442b5783c207c39c40827624c2a5ebbb9c3f7f75a040ab792925c04c8a9f116b3c47c04f2d0c96b5a893dbf992210bbba6a161c4e6de2934a4dfb084582749f80b7a931c9f1b0f35f3c6c0b4c7382bbcc5a43ee4af6d0862bef959bbfb67a95c461301d58fb83dd8144c0764a2375bc0f96c7dc3ac913e1fe76b442be69e9370c4acc37ce5d31a86bd26ba93147c2bc107f2c60127c5d24391fe660aa2cf40cfb770d3eaead2db157fbb9da372aebbc10e71b3c3a8b92676af63696a054067a3330c2381db05868e1b55e7e6dcf7ebc20d975d7b5b4de84b986c832328d9d92529d599f525034483991c24ffd7d58bc2d2aab1ede03f2dfb3cc726359a6118dde67a978942de5082dc08987af0376bc369e9013f49330e1e8a6a7180bf265a97357288ee3e5df3d813a9ffdc357b2bc5dc2bc64a8715a0f65e7c8b46b6cd3e357a960bdc3d11905658650180866f6bc634050bc60f91c32d15fb0cd505605629642c8ad4911101f744aa0cc800c72bc63cc11cde90a9b9b36b02f1035cbd279c2abd4c471a5c7fa7b61724845a873bc7b4f18a773eef20db6f9eaaee99641a1cd33f3b3c7a2076a213887f8167dfdbc81aa42cebea284458ef7718cbd1938a9814dd3b5361de374beeab5b3827fa7bca2f849b5bbaf04c86e7d27fe60439835d69a25fd7b0bb7419908fb9a2fd05ebcaee7728029b77072414a8d42078751ff0576c26570feeff729cc20ef529f99bcbd4e79bc8ac448bfb0ef792b338b4828485e8f9265bd4531f4946f1815f379bcdfd68c4846cff5d0f9593f0a198cd5fc7d0c56b5d684e9ad986e1bb6e972f4bce077c003c235ecc6ea82ba67f1852a7e3b05f3f330874d46298786556daa93bce76c29e6a067f74ca24101f2d3f5ea2ea76da50648942c1a387a72c4d21b58bce8970cee926bd4b5181bf91336607963637ca6ccbefd53265362306d033184bd2a0e3b3ac8c7dd6a11bb6c18d433a03064807fe27363ee8aa900717c4b4602bd309a818c5f0771f9e5ad5973424ba562d6b762ae18f1281bb1375e3affc5cbbd31440bd5ee632e4ca706619e659fada36f1dea775e601f77e8d04ee44f5078bd330c15432c77c5f592e8b357cc91c53eaab80a9b633669b753fa2182e0ba89bd591b38562372ab5182245b291587bc7aba6ec3a19c573bbfbb1857d1a0dda5bd60a196a757d441411af221736e3f52d376b6e098ba176df07d61e4781cd67bbd6f804af399e1a8b74ea53571e4da4badf586d45a5fcd0ee9a9561bcc238cedbd70dc57a3cd5d425337f78a6a88a059cb34f2636985b39641ed57bb5cce1dc0bd7e5996f5573489cd23610c30d33cf9677c2e4aa5f8ba445391f479b7e00061bd83e7ed3350dc322bea8f3fd5f6034519921cf65d0ea6aa74722bd4e5c1844dbd96a56b37a5b34194ca4afbb3d018680d294c1b323d52f6598d334ca6c90b1dbdb18994484eb483decf5d48886178a4d12310d2fd85d076a560b109dec328b6bdbf1b0f65bc02ae830bf7e6e3d4a647397ebd7273c86a4ad01b914f0ec6e808bdbf2e3fbbcef5dfff9c60dd6b2ab0f108943535b335fb426d999eaefe44e062bdc4a4e004181e90675ecf4cd85c4616eb714122f2c7e4fdc31f921ec10840efbdd20e80c75b3b9e4ba86b713f42e68679c63a500d008807cb21978b45e1c390bdd223b61d91e44d4f7aab0bfe719a838e7e85edce9338e908b02cc4f58413b0bdd59fff19cc2fe4deb8906a215411888ea1b8abe34e54d8ada1d709d3e29318bdde737d6c36873815791d19b7611187f5753487c2807d51df4bf8e93073a523bde485ac2b2e53c95e519269cda60e9a26c316b71feade590758312294fd83ecbde78c1c49db082b7210cf7cd97f77d4cd1982135431613e303012036e696f05bdfa2bcb191a05f26f6f6005fc7966fa6ed179c33d431cd1cefad5aa383af7cebe07655a54a3871bd557cd30772058dc24e2712fc2a382318ebb8405bd531434be169c2d9184abffd2c7026eb4442840bd88ffb8ba26e98336de6fb95ae426b5be24c2c662d019b3a158e28e5c816d666b1b4ae397da93ad49c28de78aca42e1be28f02907b0262ea37d9112055fe66ace1768ae4628ae999cd6ab82e494f65dbe3b1f3327dc08283fbef39f470f3e6367ca78aa5791caa1a7cc8d562def45eabe4172440378b1c1952b9ee82b60d56360a82f5ba6ce82ee2df9044aeb48da6ebe51d091b60d712d4689e49df356c63006b4809a8840b61fb9a6e4951de2da1fbe550fd6f8abb745a20258017d414a76b8641ab4bf031f3c17606561c0a8f7bcbe58bbec391224476fc6cf29e506cdd5b8723f81538e1fb41e942ad0388c71c2be67a9e33cef99b951ab8f90ebe951ff630e3d53dd497022f4b8eb619a0d3a34be7db6ac3d33027806fb411039bcaaf1cb6c8fab70010082c6b0d339652e134fbe9200af7a61fb633d4c7e71f7906e3d34b4bee49310ff91aa497eac2bc815a3beac6daf297170f98decdff470174ac34e196e78681a891e61b1c43f20c3349abeb05404de2780afc5e43661c8be6f6084ef677b58f269401caa845cac72c3f1beb6e1f8bb46736659d83258370abc406b1c257c2fe540124a3a791bb6244c71beb872682975464031e3fe83e3a4f983cb9e966f94df413c02eee6fc5451e3c7bee7d19e8aee4bf1e0886608c327ccef3fc501023dd14fae07d36ec6b0dc5effbeeb696dcd1151f6712b9212bf0da8a33aa7506fa7abfcd01a2afeae19868ce5bf0df93901344a62e4a920b372aa31f8f519dd4c4cac83028693d90ea31b6487bf16ee4f5e2cd852baf4a74ebe8f738d536eec2fc4a7a86f74b2f655f6a4affebf24445f7f91fd5021e38664004c70c24f6b0f37f54e6cfbb2d84c6e8d0a0171bf26783284e3b4dbe52ad46ebc3b597b9aedc07544577fdf5b8a9664ea67fd7bbf38dd4ad1ab26205252f348b520a6a5f9dded7a66028b0a78cc9743a708164abf649c20ca42ef731bc8fbf96eb7fc82bd88390bbfad9369e7e3532a4c440745bf8124f98383fc417066ad966c5f3a5954dc5e2c4664ce948b50c10fdc67b645bf8198cc83561398c0a7ebedff0ff7a5f59a4050a18d38f8ed8253309a4ac8aabf9b439864ecb8384d13fb2b889caa376236c06cef9c26e7920b6c6eb3107f19bf9da5295a042f88d440a6b72a04048836f179ea52372c1be493a144c11be003bfa24608d91f666cf0aa7ea33023b446b6a9067912ae5779a9952414c1c0832dbfab840d6d967feee8d47d51cf341f257bcbe2b07b608322326e45dd2a56248bbfcab7d27818a1638b52594bb9a653bfab4db6b4874f2ddd7659a59b20cef07cbfd0fecf49c6805e1d17512e6119b2571928669b07cbbf62150a893b1f554210bfd5e80ed26da54dfbd0827f3085dcd336826c0950ca821d631fdd07a3124d6fbfdec367f96ec2bd8ac245e39539c0be5b39ad7c3c432b7e0481eeb88154a194bfe6524245f7b4a0cf17fcd06e482ed15652332bd6bdbd666ac2117603849335bfecfb2b0569232269522c6b3271cf58bf3809d6a02c49743899afd282df59eebff2554e14ea2a823e46915ad092fd2dfa7a90b5b9cac109cc91b254fb67719cbffcab03d7b022204e5499368802bfe86e708ce61946e3c12a8c8f87354c4500c012fc8cff92dca71247073829a14edc2ae8b989e0e8fc2a3031f08b470c1c39c01e3b97526810b1be625f3e351e5f7320dfd71d04683f83cdab1cc36cf30473c02131f214dfe5c57dbe578c04ab46b0389dac7c8e5661ffd8f37056e21a32ecc05a387484a7fe17cf38307056a20fdb8d673ce90aa2ad453a30116f3f02f225c09394daa163d6e04f885cdeb14469f0b9b8632c371c0c5b38834e111947733fc0a0e9d705ca159008ff1233a4cc559151667e872d5835dade0d4acb56e6dac7c0a32df088ab6325181623ef65701f9e7ec0d638cf9a5d6bce1064f7156e4f04c0a7e6451189c5a294a43798a83f3eb918bb41f2c932114e860f70f12475b3c4c0bbd6708a833659b8b860c88fbbcdfffe23b976f1199852eb30755eaefe2fcfc0bc02277e2c17b7e81d158fcadb7308134accfb248da4b7f2546c3e36d6483cc0ca63caf64331957ca1892c7739ce2a2a944c1439d4f2ef6ea8cf48c7d54541c0cb5f10a3e094af3c9d87b304e28b277d0fa799cd4069c9c00358c0bca25e6bc0d75651c4fee03dcaa78b21cee0f9e1af05ecf41cb164807eb9018d2bcb4fdbc0eabdc569ed676921dfc7f8cc48c60a0a752b6f7da2d0af6e801e1d93c0b9a3c0f7a91e1ae6648ec7ef717c6a903f528e4e3e874141b87b7a3dce0b0074f7c5c0fa571b730961dd81fd69d5f969bf575b2f3b0cb48b711387507eeb53727c9ec0fa814cbeb9fc38c765df56401bcb359c0b9c9c20c3e85dc4fb9455b01b9e56c11deb10625f2434855fc36d32b4f0c24212b2e54aa25cd335e6df8f2225094ec1314e6b99c0d48609a7334fca821f9dd1c205d984931df21719396bc78b4c5bc141531a334809121ec2d55139cdb36fb340685f10afda213153192fa3e87810c14289aba0f415a0f81b4d578e587230614695f4647b51bf7891efc91960b4e2c153b382382cdf5e2beebe5ce98fafdb22293e284ae3eacefb8b2cfdad65a2f0c168e83ddae19b551e97507ce7853fc537bfb2dad1547641325942bc5c0c5f8ac17c4072848e7bcdc1b13fa1a152a3213e88a81a016165e6557a3e45668ef45ac1868bb464d56101eaa5e58c219b22901693511f085950c2ef35361823ff0c2ac1ad4f79bdd4ac2cb09c739d328c0fe6ea98e178a77046f5179714542d6f12a2c1b2f7bcf7ca0c18e7a024a01d1529ebd1534ccb8f50013396d05c92bf2cd57cc1f3539664b6314453b299cbeb105a87dbf310940efc9608bd22bfb93a34e9b8c1fabf4b4c4a5f4a9a90d1fd413c0cff4486c684b1b1c82404ced52696806c53c20452a1ce73efcb4757b215d4c4978154dc1ff31a5ae2be0fd425b2c0b4ebaac2147511b9dd5fa8f748229d0116c8aea4efdf56167e09073087938a30ce6a9dc221da9525b0e019554959c4dc3f8ab912aa4c662aacbdb812e1e468fd475918c22dd3ec716cbe333c5a7599c64e2e5969107ac1510e53f89d255cf48bea9110c24862d0bd16912708f6600c942fde83027d58d333aa0aa0df447b7cc0b28709c251e4fd614b300f52623db5f4a8e2abd1b658efd7ae032c630a3569aa076ba2c268e261df8c35a9fad53e740c1d190710d98cb85e38154292725ae2a4605e90c28be33d31a27b4b0cd2f4c3099cac027e9ed8b831846022ec4c1b845c7c9b81c29677042e446b80a03cc0ff84e1206481afc37ff09efa7289a2144f6a0bf1b3c2d52d2156b008bb3e64a62a076a508c46dd09c83b51c6b5b19a4e3161479c28c2dd5f9e17e6b82c78b08b5729baf8ad5fa1931a36bd7a79d55669e18e5fd5b1c2fe298a73e2b3304a2faeb840d928724f8d7c2041ae8f3e6dbfa82f5b0f8ccdc303e02a6e425ffb52472db7595882ce0b112fc28a948e5a9f4beeb971d43013c305d02485d148c287a2dbcadd5d706f3d2773f8fe10ca5826cd8b4588d33b1ac32a0673880ab63729f9fe5d566c5e42c3f1fc06973ee6e61deeacfe079ca18ec32d05ca744093805e7e12bfab07d70657e12de6f04f263423c3687be0496cf2c342a4376bcdbe339eb5921c4bb3be167fcb6400d62e65c08bbd5e374141dfe2c3522644fa476d311365459aeabf3ac3a2edf5a985a17f1573aeea0e6c94ccefc355c588859b5d2e1ec21a9f6e15af242e4a1eec0668b41ac253a7093360b22dc35cc74bc78aad9cc16deed6620099568004d939362004b89727bc3fd06e488bc389c576d9d2ce0c02fe701a819ddfbe80ada956e1fa82db885a36f16aac6a80c399ddf4e04bafbb3bb0180e4a77179c48fae4bd90180e29a8b4ae4bf94ba566c39dcf05cedb9574137d83877901254a6ee284e6ed3cf1867ef6851aad0b6ae9c3a6671fb3bd0cc46d1470285fc2594eb38c6a82733e9afeb6a6c24507531469c3b222e68fdb0cd383c68b08bbe4dd0b97540c5ef4de82a887a4b5ff77fb2094c3ce14f05d4504d4ab9de8bd0899e22edf4606053d7c02b2cdf2c0f1d5d6dee0c3f90f21192edc733fbf8667364738a720915c3278995fcadce1ec3527c8c1cec408ccd7d6adfabf80b2d1d64b80c3261b5273c466694b24f863f394974e1a68c40939ffd2ad92b664d08856bef76fdf04a163a23851a79a1231452fca3da519c40d58a0a6dd8309685ed6132ff757085816676a5540da3625b19b1830490df7c419e2bcdb44346536837f53f0136f3552e90b5a668ddeb1eed20b3cc5b876c6c420c130a0b8a1932121f219d7f54ec7e692d6a2c6bd4b723ddf29340c83751ec42b7612874490f6b73ed6dc6d007fd9fc8b8ab3d26129c8e43774328acdab41c4366106db787d2ffb41086f9a6c69ff0dba036c63f8d2e5f2adbb1cf8991a01c438e4c25a2ffefc71c8f46cf1b7c3b095d0ad5bf66261c2add4fc3b6634c4f7c43b378f73ccbbc6aafb8db11584f4b23ffdf01bb1a3ecd6c3ad73cda93544ccc44c2051f9a60a2876c679d7659deeda72093673cd7fd9ff3551a18d5a5f5e6dc45dae236b6e6e170da8a6d9c4f129d6311210ad3aa80de978c5f9bf671c09e0c46ca821f7acd89c84531af1a9bb632f242e4245bd6b275a4679f67cff41baa1c476035055490345414c60aca04c5ff9e1322cf54d74d611296fe1662ec87a25c493a9152eff702169683038b9cc6ee664da374dfb6cfe9bf2540be752a019dfc4951886cd7827aa757e7a8a82a8ad1485a2657cba5c45e8c476d332721eb7f2c49cd076203793a2678b6955f765deab74c8bea421cd933c41df61161c894f67c4a9ccfac80a308f8877a51b4979ae2299f0fa3642b5ae4a1c5fcc9161c35605c4c8e141ccb30df7cceed9d90c5d79a0ebc57e13315d09064c28705fc7c77fbcc4dfe57067d0bfb3fef45d9fbc627a8d25dc56748414284aa25cd7d6b16ef602c4e504dc1a220714d4f60d2068f7e07a1aaa45a39253296e6e054d52128c0b61c50b181a0470114b333d5623656ae069d74e3c92561ffc8f90c05dc0b61a981ec51272b694011d3f12cac95f7d838a397ab901d09d11c1d2db6669b7119560e2c53814a4c61b245796e42a2a8466e8b153032f892c48f3e36b1e215d1a6a7106c542e06ce38d02fa12b9c0b0477525f63f6e63d6f266640b9576e4b6dfeae464c548d878371da9a9fbaea1840007c43baf340095de1c1add6fd65244ad95021ac54ab5cfc97622aa1f28708aadb7cd7b76833bf766cb8b20f62655751fd6758fc556df2a894c67aec5624af984ea7881c8df2e6730561bec83bb5a657357546dc55eb222be8251bbd19c4728cda2db0465b24bfc405ea62831f0d65d21a0275cc5697fdd71ad8e891f62f6a8aa9ddfad445ecd70edae3bf60b9ff5b277970505c56d88db0675beda706a2bfd5bb22a5f0a18773ab0839c4fa4b7623a8b125e99c56f0ea6f85f9ae1e067894fdc6e769d12ffd67df44a76349b24f576f02efe4cc5737445b779d16a9bd5d3cee106103a6fbb64c84661db6e645d7de9f88b0e50c57399bf724baa53dbe1e8d02341802f5cc20b0aa1f3cd1a008a637c66fd66c1c5993c54c43efc5d7c4fbdc3d60a27aaacd8d4244b8caf23226af12cfb948b08c59b8f3c3daa21d32d7557ef3dab540400f963a5e18492cb466094b106d71cb9c5a1cda68153bf7e28729094eeaedb61578eab52a759e19ea2750f596465367cc5a6124f15adb40df8c31db91ca22bbe00bd9041f60a4e0e38f8f8b68c350e70c5a67fea85703d1d7125833bbedaf98a5bffcc9b59bcaf95b4fb6d09be7b8e20c5c2a0428c62f77456563acfa8103c0c28f413ee798cc46b5ebc836d1dbc3cfcc5c6eca665190b95e9361d8061016df7d4ae9ceee41f8ffa52254d313b96a40bc5d1e8817a8f449d6b3136a7e288830da0421558d19a98a77ab079a1f5de97ffc5ef4074862130a625e4da2f813ba42b8f28dd80ef741a16149555f429fcb29dc5f18ae174e4ffce092d7fb206a6625bed293eb0d71a0dbed01267f302ac360fc5f1d566d8e197cf74200044414cbe08e9d1bf112ae1382a85a6fb5253cbc346c61848830aa92077321e382bddc36ca072ae9fb66feb5040fc733e4c11d77ba2c63460f444d005d34defbcc8e7d2eab5e56f9cb061e259c3e36df9807974bac9c6502a19f4c10a44d5b330194117410ab76bb47a7d04d10c2ae78224fc036386c653d1294b0f78588001ae31028fd9ffd8d7d3bca9a2c5cbc90edd13137ec1f0c65de31f56372e65f17f80130ad602ebdb6d6414a1469856ed9099acf826d694c662c0fcd3dda5ffcf39bd7710451803450b3383b2ccc97c3a47e4a6752c7617c66cc8be6cc1997464b1a29341b13466e81996c2c1404812d916f2d16558719fc673f3944453103c10a78cefc3cf98358fde4dc2e7cee0d8320fe35ea7947deac6811a046425a00ad8f65bd14b6eae8e3012c1f3d62107f296f58d265eb6d870c6842bf895dfdc6e89540013b995ec6f3c0e065c3fb3d55f2e2c02b94fd39455c6906642cce48d8e8de0b108c2c643f6dd3c5abe783087cdd9cfe8ad831d191dc69cbeeeb4352dc05a64abc2936e33ca49d7dccd100d43accf1a0248f9fc6341c6a9c389cef69ddf19ad00a71cebcdb7cdd0df38b29f0c00caf6f321d80645b8c6b42ed71f20675dac4a7ab68395609299d815bda5ad244cf38d1d4b66913cd1c6b4736608e70b4f9643d47c7585cc743d29f3b4fcab6b252005a4596194407fc6b7cf045ee443dba11297db06f78832241a0b76d6b1a0f8747111bdac9c5a77c6ba131a34821f5fee39156c52061de2d46b559baf6b0d502737b8c12f5ee206c6c1ae07d70e60b98c26271a1042f150adf5687f7f2c51c7ff1cf76a4f18805dc6c55f891e119e712467cd65229457033924365937a59dc96f8a466df527182dc6d393fbf7801ae962bf0c0af4379c231d2d8fdd4551a497f7a83eb1bc1020edc6d3c5b374d1465ccc0d803fb6e676c303d1f45743596e95710c43ddff7d387cc6e1814dd35ca1933c645eef22c4859239de95844186a4c2844e89c4941e0cf9c6e6aaf29c9ca0e95c62e65ae1915faf75a243b92c504931e05b00e50532895fc6e88d32983ee20b4a5686d83b43918129e324001cf3bdc1c24fe98721f46017c6e8b348391f197a6ea9449e11a809b9b79572595b9cb8e1d6223fa12213c45ac704ff8a63f1a6b1afb0679c0ddc7e1220f290d2c79056dae183353fc842d404c72d0aae9a89f8bac89a7362bee1c6f96b0f62e278cc15a9f3926ab88266a3b7c72d0c4db368b1b769cfefd4026ed61a5085d4ec4095d46b9bc0b96d5923c181c72fe12e85800a778ac7279489084f2d5c6d6f037d252d93a81500ef8ea57bbac74097a3c10a887be9de09dd92dbe912f5ade5532fc72d3652c6d38ae8d800b7c74f654ca46f58721adbd6b4514af3e6bea590659a943aa2131f50f6de0d2875c7590a11e797acf319997d4bb48dc5c0f182c7c2b3f65a3fac0741e2922c1aa9c759504512b761d87ba50eceac8c28e81f767e5050545716be860fcdfba03fe3c759e1ea19756da5dacbde3c736c4dc661507f4c2f01e9ab021b2b76997764e4c78153d47ae9d451cd635cec4e96f5f3a705e4e67e28665a46c44aee917e0a3cc7948a59f04dd967452bde0355e45890db3537b74845b4a66874c936a2ee738ec7bcdc33306d98f84166c2c9683ea855ac319b8e10b7f82e61a8e54e11f29ed3c7c716612e82fd0e04644e47f7eda66b4e0fd79aed0f50f5279368483e5bd2b0c7d1c25b67a4a42de9c264fbad04392309873335b67ba2f1a2beea47677bd874c7dddc422bcf9f0ea69f41475d835cb4280a50a28ff4f46f2c6ddc5d10cc7c5bc7dff6c13cefb90f181d7991530edd80f9e03c9fb3864ecfe72129f17606d2d1c7e24670f499f57708fb8c5c0ed2e9ce1b73b891bf96ef1bf3867d960b739960c7eac4a26d25d151489a791200d6720e7c7db4448bccdcf47b4a79335718363bc7eca7f858f90bb35e18d4277f8050af317cd18038267f64e0c405964bd15dc7c8120992d2c5e4a907c0453476f3f7fad7dbac848a803e17742667060b05e26bc8228a17bace0da52b1cb4edbb6655bacab034d87859b92a52c4de6cbcd5a37ac855aa63c0eb0a101b35b84b99998d9180e9c8b7b7bbbb38345d24cb30546031c86ff446fbc5229718af26d4223920aa17dcc428ec9ced7ace7f26cee590ccb1c881750bc3d2c6a7e5c6e79edb63eee1f3af75d46a8516cdd3841d6cedfb74f3c8836fee0b67950bb418825192971f84d1edfd66e5f9dff0ec45f1b8172d66e3c8888f108414d849799d005d51c8e1bca3a4de2899edaefffcefcdb213f1131fc889566723d11e200db5f57d271666e4111bb3c73bd4e04d568936fc4b60c997c88e892b2fe2547bac3f4463f96797981042c06f2372013fdf62fcc09d8fa6cec89f3bbff20d377f53822cf794e6693a32d737ba58c32e6743746daafdc49cfcc8a841c93888b3500df968c0f0dcbe5df28ecef21bf15aee4a0b9c42eaf7c5cfc8b5309412959038d0c85339ba4d5cd431d6b46e83e19ea0c12f067bb30c8634c8bb499fdfc594bb71d264c29cdc3cda506cd96dfcec2c392f2c8606493b3f25c8c0fbbd795b2e195d5f7abad5615a25db55f22444572dea7bcefc7d3b12b979c8c12aa430d59b73d33a4017d226a14f0aced16f76239ecfbd1630ddc5442391c8c923b2e2617ec21737d4ba174d89f1dea72f0c3c5db9c3e74674e3cdd68f1cc910e2f7a3a8ca9493a423eaa7cf3165a1467115b71362892967e7a09caea879c9115ae6e54c399cbd1788c2363edda28615631abe97fc8fd3bcc3412d2bebd2c930f5281138e782ca932615475fd0d8f160e498932cc22a4af3d9ace9a96bffc93e37420dc2b3d1b1880a37748e1cd776c27369844efdc630da77d2ddf3e5cac944d19d9fc362b353465c9e7601a9b60b116c15251c8d27cf1ecdb05e19b333c9459f3eeb8ffacb91a7c10259c3c08d2c58f1f39ee49a526b0fa1f5f83298fac9493f037eca34f7bb01df5d34affbc710879f074b82ad46aafd2276ab49281dc9514ce94f9404a2c0ed0e9250a0bb0ef7afa328e7fb93f0e86d9fcf7c3970bcc959cb7563a8823f2ddae2fc7ffeccc9c646edbdc0d93d4471f7b84a6b19669fc9a2fac23a3a7f4b9071eea9b389e9a63389fa9f8f35c6460bfb70754010fff8c9ae616d860280c899a7409544018cb26da450d812e50c8f94f3ff4a8b15eba2c9af096a5b49597cd4b2ec089daa629158248d6eb0b485473e8e82b2c94c4903c9af4f33659690cd46bbd4e39b86b7d6762b0fa8e30702c0f02e722fdc3e9f2cc9b4df813130527a8d138d08cab5b01d86671adf81d49137a484f9c8b2d3fbe0c9d7471845415f6cee91c2ad3c444fa9820580eb842b31a23ae27d661b7fbf10ca01aa25e19ccb425d67eb22602e45c97fa271a792b21de7aad7e02d43b7ced6ca114d94c5d759ddbcd66d49c6618a8b68ebe0b9632da897d68b2bb10d9f522dca16da399afaff0b367120eb843c52865f89c10a82594262d6f1ebc45322b942ca2d2b471be351d7028f4acd32b2d9d97e736e6de0aa312b7566c127734f647fca3426f7564157919cd74bb5d578cccd10016561a77eea83970b9f04e272b67fca51dd681a1df7503ff4d24cb7b1b079a738fadf26893efbda49aca6422b8361ca692596a5c4b3d59b7e6203b6b888dd292bc3e0cf0a91599e4bd366a26bf594ca7771cb8fef8c5c851616ca4e5d3b4c3f7313426973edd81583f2f3ef28dc80ca7a48fabb4f88b13faa15d1dbb7ac821747d8dba0d499d13e5aff93099c7eeaca7f83c4e3fd79d2672dd2e98c477976bb6debff22e59447422669be37117111ca8c8a627c7450a3d30e5d5b4aecd0df4e4029b8583ceeb05610da2a58c068b9caa599b676329ccb5a87f9c07d4b5f02b309de6ab8d1e649996c30943917c252cab17e6fa9e3153200933f5390a956143dabadf7a8085acce60b07c1df7391f1cac64c4d0e6bfeb73b50c9684a4b7b922be266890630d67cb023bd9b38953a6bcacfa26566cbed483e04f15cad7090ac5629ecc9249d127c78de3c5319bc16bccadfe9c5fd20f90cf2dfaa4747df3068f889c164e272e98e84850a6ca7106adfcae37321a590ce7ee9f842cd144f6cda3b690303ef4b653fa83e5650ae6241aacae57f79eda22bdad54c2f53a9d58c028b242ef6626eeb65148d1fcd9e42aa15caf4547040e6c2c7980e76447a7cb63345369245f0b8096af69d5cc450b9b628cb02c1ffc96b08ab225b378d10e0afc0419b26c9ac3801507f5d6a804a0b47dfcb02f49faf97b48726849c6e62f6e11490b6033019fd82094d1a56a795ed6718cb0367df18da43fc8e3fe00723ccd3242febf104aa540787a4abe8417de5fb5ccb134455da16b95e98b18a8e5ce6a2db6defc51824ffb7496fa22ae1babe5600cb21eb5b85209aff23e0d9de87b42a1aab6d68f8bfa570bb833614af6f021603cb28f84abbc698ef34baba629c4518c6378944a1f19eb507070f103619cdae8fcb38cd64883923d75acbd19d6fcff3080a54a423ff8c74ff8bc63972643737becb3d7ed78a750c28ee2ca3b70dba44b9ed6a54e6cefb4f13ae8b0c957e22d94ccb42557818a3d8c46c725877b663aceb013c9dc07a210a9262ef4ff0a6081db9cb70c1bf4c331d3570445e38c14458898cda237107d6bbeaabde27f96683ead9cb7307cefb2e88a184fc8733c501376e93b5bef065c6ed675d7b4ea06a98e848cb7ff1e32e4e21a2ad713f4da386cb2ac65dd9e12d90a32079332c345039c695cb8a932528bdbdbab3d47cd307e29ba9b59cdadd767100bde57dc9eaed5c6c6ecb8b0fed38d9903f2fab4c38276e5e694237a12687609ea0a3fc83258b00cf99cba0398f91d5fd488a189cc7b180556890b84c674ec47b043157289677a30adbcba969c8da97831a00b2a67ce7fc21a5769608acd3d4a62a212b674ae754775ccbad770090747a77bdaaba469db2e13794c7a287a458ce9ea75317a4b9752374cbb662fbd2cc6107c2d5749b2bf3a166a7026c6df2113af3e41cd9dff39db287cbba43a1fbc18416fc5cd53d957670b0ac4fc357f3a0298715eb5beed0a14d86cbc5cde732eade539819ad01e90108dd537b197a62bd191efe2d1918efcda8a4cbd3345d3fa55e446b3d339a21a95a3d09a91cffd06bc4f142c2a7b4abc3e9cdcbf4224b5001b4b84b852f2ba1dd1b88ab5224f966dff6210feb9d813e9fc937cbf44d69e913d8ec5f8222aa34868add0903bbbb0c5a67c8fe03ae8a83d12261cbf47868227f91828c92271d4df7691ef835e1354c88ded2c6d92983eaac5c65cbfb8c56411ecee59aca19e1feed3705949dc4f8a972640bc5c66dcac4b66265cc05fa54bc11a9bbd3132c038cf7ee97574d7a0528b2bec73dc78c1109df3c1ecc35089de52f9f2350850f4ea067d77a1ab426b014058ca6c678bd8aad3f3439cc3c63270f89633a790f1d34ce4f196738c4b246e847000ad614a31c5a377cf6cc609c955dc6a28d2056c75da684d7292396fb07c21664d94f8c588131b6a472cc65150654386b932cc10b18170397599ee0c1685cc090ba63b515fa594eb59bcc695437760131a7587e4aa2a9a313b4e983f5f7a813ea3d5f5b69840d694ae9cc71accd6f32e603d28b658c7da4b1d958746f7c8d7a4a8148e39fdeb09ee63ecc8ea031870f429be81753def8ee6260131b3b00263a5475f025b0665eda8135cc933e2d50632f7391720774e6a729acd0784b3ef26c240c2ca51ab1b4f81c9fcc97317ed150db1c5dd4e0e7b7773b1c5240aa3e42e5e71e1a89695ca54cdca1cc9ad7e751d500120375fb344a3437b2c13aff2252172c36b4b5ce005c04bc96cca88674039eab855827d74adcb381da6169f30c15f86dbce93e234d8865d6c8ccb5f2b6200ea3b189dd2acc6f32d264bb91be2a5f369c1da4f8630a7a70ccf8ccb8e49d00e807a6175314458b36a78970d3fafe97e64f783412600621e0cdf2ccd171c04adeb1b3af652058edbeac7b7e126ba4bf0061d69239a2ef187041b6ccd998fdbea7c78d2b0ed4e682d42b924ef0deed549c1d6252dfd205f573e3ecccdb26bf619ed1264af95fccdaca07224f8a5461ce0ab99ead53f1ddc801f82eccddc6131e37c49dae58feeab902e8606a0aa517661df6ca7d8244e5134572bdccf146a0fefda44aef3fbe0143c1f68d16cb0b4ed0a2b472c937ded465a74190ccf4566ba507c2835d3bfb1b59d01613bf45e499a1126d3610255c823364659ccd0aac758a384bb038425408d7492906969bdb570b27f796c0848eb37caa1c3dcd10f6fbdff0ccd4433bcf73ecb79febd8d2298b9ce73cfb2d2829c20647ddf7cd1dab5d6d38c58994ad6e2d60a6751996268a74caeedf9ca2e21f89c353e175cd1e129dbc6a32806b70e657ec0c1936978f057f177b30400a2d93a4a5b57439cd24b72dcf05567254c2735918dda5ac172f07f7d8e588680f29f0a360f436b9cd330ae700664206796a90ad5a6984db0ab0469fd8ba8fd8de00d62007c2b523cd37d8660f84a29cead4f86843170e615422d1915e3e328496b45e7e22b98c2dcd3b434bd314dacf58be85324836c80def0d9505c637edb487d6a40c83097022cd49102d01112e97a7bc0d925104312a1361e4161cf70901442e8e8536ac8eddcd4f47d40a1d137081cc516ac1d7059138f42e717d5004e6d29da9cb4a3a6851cd797981665c75f1a6e18d3a14f4d136366b3cbf5256383a78eaca14cbc891c5cd887b672d18bf5a7db38ffc5e303a917ea6c91e2bc3123e89785b1490a8c750cda89ceb9738e051f2ccef5ce4f9d0664d01ad9d4ad6fd92f501febea6919da1cdc34aaa38be9a479a96229ce78d838e4e2f36e5ca6a96295256f139a6a720cbcdd1b097a5792bee21b7319ab18cee4586e6e5c380ed27bcbfce55a804a1ca8fcde0de20254978bc9ebd8460bff9bbb292d14c62f0c99adc5b5f4925ae7fa8accde41bd7c7866d5f897c534cac0195bc81a0689f61d112270a11b9d00928d31acdf522665fc5695cb59b83c2473d58b631b1e5bc2135bb34c256d0103f67f7d0ce21d9a9f6219d1e5f2382fb7ffc2a0cc7159301b3dae70cb642093aa5fd925fce47b2f7585dd7b86a25a2ab3d0b2512fbef3cdb49d180e76856387157a30b8bce531d019ca7d8e81a4ebddf7c1420228868656b953e74be3353ff906d2a33aace5ef165ae397c2355eaab36554fb51fb512bcf10ffe5462bee0ec6fa1a57e15ce73c52fdce2f18b2e79b14e2b34025b781d56bc9835b72b449422a09e477b5cce752d9054c6a90bba06c5d85c905817db69b7858805fdc17bde2021073729f7ce7b64a33253d8f5a1aca5b8677a66c49e0cf3044d4afa19b14b4b593108e3a2ce8e8d02c675e6dc4cd225e700fd89ec93fb83c1cacdefb108cf4d1730fb4018ce95bf054ed03af939c9ff52af1f7db335555c9ffb5f83855e7f730ac87cfacece97a1f9298c6e53265b7b542e80b73659e3ee692a15af48af0cf3f3b3e7595fce9cffd0d082057f2738a66195e031849b8c205a3911eb706ec4fcc552df65ddce9eab89c2a9decb062a4860533100d45fb89de84eec20bcec36ed3ac483c497cead774a1f2ed6b9a187d28872efb216fae17ed1f313773d349f6ad8ccc8d390ceae4f9c864f19aeec79839dc27f234da8ab50ec75e6621b54322e74dd89d9b0ceaedeb846af1a67a85402a0b091cbef05e469c8058630629df277f469f1b814cedab79d7b85bc9ebdc2d630451eff15d6ce9606d7b840f3ac4b78cfe9208d3acedf07494c99c7ed05199f00c69a9b1b9f7c8443fe96d409264d36e922453b11cef4d6db3fcec91923047f390dd6b02108b8c91e5722d3a3363e10b1786b1e54cefa1407e2b2159e69ab60a86e37cc28fc127de5ac08fa39822f1bf82354983fcf03440550bf5860fe64a1d382aef3e37cdad19b3ac292440c9833e3431ec553cf076f836fddd3de1fe06b036ab45c3091bcdd5b2da66438af041890c13b1a33cf0a5912c1187a27d104717338681155f37137c896e50f96e5712616f205751ccf206489f360f2af9e2b1b349a591cea3b591e0caec68f5a8d5a74f5f0237d11cf26ff8f3637260ac0d74a3041e5b16dbeb443d2939fabf7e09a04772e6ec305cf438c6b6c5393b474c355612236f46b484485a2a2558ab7784b55b63e359bc5cf4acaa7eab72d8e904c8745bb127b025f4583b9f100a709faa9521e42a57deacf4ec51973ae45900243038b25cece27f5db93df9f5266a53f920d888fc4cdc0cf55b86e6588d0f99322179f348888d8000e43702fe035e9fbcc1efd167f7cf9cf5840e3baaafffb6770fc2ea78d1b05b6130ac0355fe35571daa0733f4b338ccf6105a55a30d6502273127b114e33c4728c1bef01395bcc013ec721d8a46796cf6bca7315b812a468aabb2d8132bdb3fd376099cc6841edbac20e9938a525b1cf6c99020175dd9a1eb7e0c53e05ca2db43a84895b42c7937c2aef4396c7a340cf8738d91b3721d2da22a0280ce552cf8b8296320d1a61ad44448c137b856fe0cf8c9e3d5f7db32b7ef219e6bde8c0ce2808c89e65a4ec817672435b6de24b1ccf98671d62b811214255154b7482ac6a3a4536b862bb53247382d8be2b7597ddcfcfb89bf624fdb8e261ce19078e3551bfb9c3d663b80c9be389566a76856064cfe8c81c901f8cf76d6d8459b302d7c0512c7cbc063ab44b92ca92ba25a5444ccff151276ad0a823b45fd243292398a7b5c4ee50448c43173ea15ba7adef362fd018bee9db80fb3fbe5a6a16664763d09ce37dea91f6f8f176a99fb1ad12112ed01eee8816ac06b504a2cf6d20d6bfc8d9e63c785acab76e9f6e4079d1e4d19cd023cafc62e514b4585762ba060c70fa3fb2cdff0aa95111b80e4078cb4863ebd0280b16ef10588b2ed9477ff9aac7b55e4bf5a1fa2c3807b2aea8fad9623270d02a1c58c84f4cebde61132fa3f6d5e88f10f67bd8926199b7776e0a9797794cd049e0460fb3de297c23a2b5f303709ab1538a9352834e625417ff977f690773d06dacf354b6c34a7b2941ef6fcec80b906ece3b0b0e8c39b525b8fc6e5b3adad06df68bb5fa74d8fbd6c96f67e6387f37dd50c776c95a3acd4546a1bcfac24dd0732c96b6bee6c1ec36e415c74c622192051847334a765e354bca6047131243d08415f4167d68228a22c83c4df46104735cd769ee89353fe5cf01a331784d9dd08ec84ccd585dbd276baad241fb6d945d8db7be9b1e084a37e7bd4d149442a9d094876c570c68913c53a73de5aa5cf9223001a080694399444dd2de711aaf17d09c54b190d181461143296b7c9ac657b38d6a83c14ec6c9a95a5da00c2f657bd0be1c06913bec639d00d78435732b9c7b837591a53794fab75e939d07ec148ad0bf3f1854d28d59563c317ff83076fb842bff53951c828bbba1e26eec2e7a48d0e594dfad6b461415830212352d6ecd21ed0e7817607f4f6bb48c730be38c1ed0ee753d4a2498a075099ab038e2f6d44002e55a7860def7819923de298e2b97d0ee997018ad6fe1508acba4049d687ae5c2c759f7915b7c60fde03b5db7a2d5d0f2ff8a62a560261268b232c8c22956a54b467dd588ea6da03f2a66fbe690add0f740e6250c5487c4b7ec7836d2928d4fa3d384bf399dc48492fca0392e7a38d0fab9e18bc158cb963c52b26811ca23494ae782e12a2054e471aab200743ca4d102629f434b1637116ab9429c59ed430802c46e91c2bbc9ccb92942231b29f6d10a40cb7de36ea6c70346afc9ce3edb6b37582aa2fa7665d37b0e7d620591a1d11744eebeaa5af0da0d5fa72e3ee2517dd6b28ce4161ea5ca7c8eddb8684f6ad119044c313c6113045ff02f27ba0fc089a7f2d16d4a1f8b1a4e019b68556752d11edfdbd349a8c6f18d15075030ceb9146f2dc2f8af84186ac20215c5f2431cd12dfba6d1e6570707b9d5424275b484daee9e73d9bf0923678dff32ad26ba2ad1363456667add6f3618f1c68fb33779998cd4480c677c530f1a6e65cf95a6c6d142e52b75805ceddba7e315832d3bed2d52381d6bf070068ea73443f70e3911d14b196f381ba4c0d665e12b55e3d3b3cf0e04f00887f89073b34ff37796fc33d152574acca1661c2b56f7bf550ecde46dfad2396a8cd44ff8a74486aa1fd4edd17a71e894b789b41f039e028387f299671f830dd392158f644be4f9f43a1044d181a825eea654fa025f1f583bd2526b283939de069bba6d9adc99ec38823a53d184f021b560fc6ddad152b97574df590aa5acca20302f9c9bf1b66bfbddf2e6d19c30ea42eb32af30124c21e3c0800fbc2d5a09ed365013b8c43902d5a073fbd1a621649f73dd68ef2073f93d43b10dae0bfeb32e32c32297a4442b0976dbbdd1acde07bc2e12e141a818bc8ec35184b81725383b2bc35b7da9109c32004f8ad1b7db735da85e99f20fe5e507df9510bf5766868f70fbdb3ddb06454f66f8bed1c2c10a0e71626db07e092bbead17e99ec26ab944c9c5a7a4c9bdb2d535b668d1d4eb1d2f1076e3ab641f15400c5a8297d4eb286c2d08e4ced4f3685f34f59bd20a60ca0d2425eb654716051ab03885096362c204b9236b20bf7568285ce546d2206426b40b0012579c9bd9f3e62654766ae6bc2aebca7a84cbe5865825c8e3d228f128723668e7c5a72bbd23252e2124ca941cc5082f291ec62948966f1379d22eb71ec4918f331ecdfe458cde39443ede099b9d2ea8dd0132982c9f07211bd240257dbf31697db82eb96bd69b9005fc6be1086770dd9162109bc412793990d251450ecb5dd42ee607efd1919b3b13092b18ea6f204e318f85b765a6f0c196d259cc538d821b1bdefd5b9c77006d3048dd2bc2c7d90d718b8e28cf32f73dc2d25df88a24c9867083fdcee34c6447df6132be78b1dc7e0865ec0b5f5ad610e7d272b016cf01568e94282da15789df2351eea88af93f6047f77547707e6e9d2dd293446a016b93c2ff8068878281a2f0bc8829856678b3771cffeacbea4c51bbd2939673618c22c46f3fe186fbfed0a9a3aef8bb988a63390443a710871285f6d2c351a8a0932daf791b6a990cd624696591d959697b70070fd8f812b9925c97d2c538cff6e6daaa0cc6662ee72446bcf54c3677669e6a5cbd6918d34106786bd2e08bc474eb9d99a2389e6cd422c3aa4bb93840ff4e0392318c986707592378d2e0ca8d013f6dc0922a5e441b2e6fc2e1e41752ed7c44e3394fb295345b9e4a83bfb2c1b0d30922ad3cebf2cac69db6871c118b8a32bb11ee2c2aa535b5f770da47a1da1ed33be21706f98b7732815e93eda5f066ebdb049feb0735b9b840d5a7cd33823dd345a13f82873aedc37a4dec248ad6ee71b765c6ad62806132b34521740364acd35e1ce7d76a6a17eb2912529f4278ba424c87a12086180c3d49d23545d6391dd36af24587184ece378e050a3b52f9ae7d6c0bb8fe7066569662896db4bc0889d36dc2ff68ee635cb54ab8c3d7f67e399148ed4abfa6245ba8abc0785bccd69dd37ec86d2f7f0ee6edfbc8b68d94fc3edfc5a9542e29962c6cb63b3bac1e6f5bd38b3b7364824fb8f42668da6743163096bbb6877521ce5b038d052bd4000ffdd39e2ad8b3caea6a458a57a73be9ded9e43e243af3bfcc883464c151052b614ad3a82bb1030e607173957b39bfac844f46929cb00c78a5764e6d738219f17bead3aec1c2be8a26babcc16a00d07618ab53a0b7e281c0fafb90ccec147c2ee56bd3b7c486937be7babf6dc32d612e0b4796e4a2c74231abff6e1797b7c9d73a73d3cb4da247531c18624b1e22868492641369a270dbf19ffb329570787ebdad75d3cdd49cb4edf7e9ccb63a77796a9c3dbaa1fcd295add6c4ab3678f6bdbc79ced3f753cc02c5029e9c795b1439c8f8171ee5a06c3ae85a3dd6170ecd0ee6f31bd3fccdd660b4c8a634831b57843b173347f031b2a83d764f696fdd3de0c123bfd42f3f42cbd53c5ccf7c38e857290017c66a7cb7b20516b62809cb79bc7a03f2d436a795331633577106b627a7d50378ac3060a143e6f50241f05727ae3edda9d441cc192482ac739486f90338bfb7f4e80c2a77fa2c0c11bbb6fb1ff95e0e34d44b82f1e1952277aa2d0043d2ff985621f4fd8e2933c605a78d55d5a779e252d45141e67c73daf9f4a5ba619dce33a26a716403508998f74f64acaa527d7bc8d48daa8f7ad5f09ca71ddf9151772e4ff6c7fe42add35b4e0c730f5aa2379b4fd4957c1e9715566d610f7152da3c836cc9b96d5b4925d2da2377b97ce3500b70d49c497c790f270edbdafff1052076e464f1f4a7c58c0c23decfae067499e805d4a1822a4962575d335585fd4c93fc01d60e5d1454e82994141921ee45c04171d4a5e5ae82b34513a18c4f31f8223aa90e39b9a128f15451b2e6228a4d34251fd4a6302ddf2fa85c6b85fdfff857cec9256f96f7de8f1e2745298ac3c744d7ccd4c1e9f42672924fd066415bc8b234aac98fdd9071557d52e022afb5b3e6c147d4c784c6f8e94cb60567072ba10076ce51f204a71d763108b09311521932dfa1d4cf2fc694d97e97cf9e2dbc5cd820aa1a1ffbad40473ee2d8de75e81cf47989d4d0b3cbd44ce91a19709d359265517995c27c9e5626cdb3770f3d02bbc35e6ad4ee77708e2151e61befccf7c7b3c7f17ffa403b652406c1822503adcadfa92ed4eecb6178b3f26e60f9a566e3773fd51b36797d3e0cd2dc6d0a4dd7e696c852d516349241a2264528368ded7e8d65e27c7648b8cb046cab3bee0be4aee052add51a56cbf2791faf186660997f5491de1cb001d1c398601087f1a19acd73065bd52288dc058f282f6029eb2b723691164b916622408c96727b53653a34eb8a65d531a88f0a93f91725be44cd7b52d3a2009b4d8f2b1fdace32d4d3a21380cce6d53b0edf0db44dca044086c96aa5f99863a3332eb75214c3321e1ca09f91022dd5424818c5f829eb2fb9201c6e303bd95bc714a2609d3310de0ef60800260556d54f655a7d7bae8bc72037a0744252230dbfb80a3066935f60dbbd7ff0cec001d55a7429983c6ad30002075bd7c185ab00c68470dab593664f8119aa1acd40c9d55cc9080af07f7d28936ec8619f1bafee77d743f0398b2d41969a4951458444d579840206547a778316796a13866d0b80d4cbac8027e4efa866f1e4da9a4715d57ffcc492f5d703474e1edb327f92f52a18ed9c526d5711467e846d4b24518ad58e31f8e718a8cf6d2e4a4d5c6bd80e0b5615be3f31205b60753e00212cbbb9d595bff0acca3ead021d6f1bfc2afdaee5202c5f774599a099138e5d49605b33d59cf8ba19e33549cb868316cff033d5a74b036e4c6d5c55ee6bda4ad8b56c4cd5a687609841bb5e7bb7d3e342bbff62830d4ec60f1c1ca68b808f861adfc9c5d5c6a44ac4be2a2a587c69bba0cf63792d877f75361670e8c0432de6242a0abcd5d3388d9359645e865e9e75a559e7712c631d248dbd3a2428a759d67ab82f67d5e0ca7386b44515cb8c0d6635b63699a3ad2658faeb9ab2c50ee5bed591267cd5e54aac3e23f30af12237a8f1ef1360298a77bfde078f0531aa302ec15e528fd5ec68b00a205b0452daf50ea906cdeb6fab80f6830772b44069d91daaa27791d5f77f6215c7e286f610b1eab49a66ddd58e1dc852530d80f10847f134e5e787d61b28afb921fa4f582a8ce408f6f98afda40fd2379241a9f26cb1228b08c9c7d61b6e67a1a06ee3bd7b5260fef98618f6a3ba5bc9efb5ff99a34cc6a56fdf8fd6268ec01261703666b14b29b95e6fa9e781901b4f7391023cab97c8ea4136c2d633e6410cdfaf86251d775ace352d44dcdabc0108e9eee90240dec0c297b0d7d645ac32ecb0813b2b695fd0dfc0d014ab7f054206e3e03b6c2a2ef2b2df42bad655f42528dc6ce166557d07e2ade6e714f1b868f97032d9ff2b6e44cbcaad03d67eb0999be2f763af79688d47b34b9bae537f9fee687550a5a6a5faca6da228d67f352cdc7c14e44dd91ca108be93f0b3540a004f8ca7b59594bb83ee4a54b6d685d135385613a602e98a49d13092f4fd3d0e7fd416fe59aa08fafd9704ff9bd686e3760842c791641d58200fb1e73166ad76481eac0e8ecd79ce29f1ab6cc9d69a89d9c48333cd92800dce9dc4b9841ba9f0eee80792544ef433c05f2a982ed69c5fe25b3228792b397d51aa49ef952a0041baa11ae0bbca816667c63ef714d69e1712eaa326fa75d7729eccf6817cf4d1d669062b510bad60c5b84d31af55d6a02996f8a9ed9638d6f418176cb0f7182f5ae0a452f63db25970850bab19fdd6b6a3ade9616bcbb55975d2370eedff4d2c04969d63361163b5d692f33a72a6d6cffa2ab11f09fd5a5c21056cfe31d28df45cedea075d0e34152737dc3cdc18d6dd4f96af3249fbd1753e26cbb7c0a07f99e875f25511b5cec49683abea197bd6e6b07860cb20267b033bab07d975ced5a2b52ec0e7f7a28d58f9a876dc618bd7041d416227a44c100b063f0651b0934c7274d922bdbbb8ed923294ceabfacbd71dae91a76b646f17105c95a4e6c9ed6fe8a9f97e2879d8266ad7cdc2467fa6d71e83d225ac40a449a1b58c28aa2e23969335555bd68b444240f685697e3194d7248a46216c260fc52a38ae2357b8be4272e343fb249db844604b0d1f867b06d72737c3968ff08e000ff15794c0c6326a97f1ccffca99faea84d4d17b6080fcd730315d21d6a50ad2630b8d332acfd3f36156d6860865b6c697d3c808d49fd5d73952edec4f16740dce435fded7f9a7dc346301d81e7affa85386dee273d354d7410f718663dab7bfc2923539ab61fd4ff60e14f9ebd284ea3fa77415821cfcd74ae432f9323c638cde0838657a644ba7db5ec4917219e83c547b15f423ca77d74d298650ad489fd9b9c51b9c6bcf8e25083766882bc824da2ebada7ed39bdbd74d786b76840d6ed9739f199e5d25ae1c1794b3b0cc81ffa154acc489d2a9aad75ec57bf0c68edd7511eed7f1edd0ff92ba93ce6a2d037b56a13d4fcd5c9deed76454355e132b97f4df7f82602ca615c23cdceb5714d8884e8f6c9b53dd13cdd76ab19dd207d53f8d3f661f151b263aa673eb5b23b5520f4473b3a53bca8569d76d644a4e52e96a9ced383f7c9bc448218973d19269127b4f5436f2a8d0ebb5d77b7a193498388830f8106f67339c78d7e046b18752f2fd08c72e83e83a2b80d7b0c91ba71c26e484871507fb9032ebc7d0430e0f2e8c61ba89654530e72c39d7d3048a943c779ec96389141925641f1255822e92de5e710b73b0466bff79ced7d4275a5335809b87ef3488a19d475babbb5c65bf807d2a3c16ea7c4c3bf77ad7da1778d5d6787f3f26dbf857468fe866ad3de8e31c78e93bd2b8992e754c1dd7e22a8280ca1eb4fe5ae3e82680f44dcb2e9f5e7519398e819d5e86accce1aed7e5581d65d43f5fb1d56a6119170584a9b1f0f8ea9f8cd839b72cf4d3d93104d80afd7e5332ca30fb5fc99f352f63510df3967e1004a5c06abc11623431c014d828ba718dba16080fa2962306d49c82bc44935d4be683e3d07f58a0c21ed003d82b6b773f8c7a2642c9b6d3997f39a6c1e858a4cd3916aecb2cafff3cf4779fd84aea95166ebffab770697fceae6fc0a728cbde46208285b0e3fd72725e24eed84bc131f659ea930eedd0d5e024f284f859a1f348354f45bfad4cc839d5fa2dd84e3af45c2e242f9401823f8262acb15d272cd1801321fbeb48ac9334a79eaad84fce35b5f6fc4ddd26f54afa9007f9fc44cf4bf0821c1430a346e34e77305cd850dd12bb8d732d22bb649b2cbde4b896e3846ec7377a3a806ed5c9534b6e89d8530b9d5476e075c8e921406276b101374e67ebfb56439c11858a25ca7bf888d87e349e75d5cecbf7096b409f35923dcb28a4e67b2201b2589d1cd83c8dfac5d88e5c58fce229ecd0a8c2ae34c1cab86357c3be23450b35dbf6d382c96525e7d8c3e22f9adee70719685da093c5cddeb20fbb23d1883993b28fef6076dac9c1d8d938f9b3d9b853f40af70e2aeaf5515fa53158da6a6161f35e0606db95e196d8ea62d92863c72f9befb2c63a0fbb1cb2f4f82bf588dfc2ee847ed8e3e45a0bd8f0eefcb581b5b2f6f17c00758cdc257276428154912069e6188bb7f093f317d8f4de824edcc9abab07d4fde110bfe02fa1863df5963186dc49b6d3ff06f019d90c446a305c6c1b9bd24db43531285215e1e63b5c67d58c1665f8d59efe24e7d9145f2caf6a0b85fee896b618c3fb7411a2430540f707bccf8ab6fc801089b6d91b12263848188d03d71b836110715fa42ff1c0fda095b386994275125a0ff4d926893fb479d8caed3d02d3a1a6c34336111599046436f26dc75cb45d766179d93fffc41cce942d5b8c393122234794fa7c68911702e41efd48f65a4b1a3e42d9542aab66915a2fe43886dfacc0909c552857f2d6edf655f2ef977be72d96bad956cd97019cd9382434a76c5cfdd44c3479af130df16f74ab6614603886d45ed960a4a7983dac1340fb6ca4547ac59c38d62901087d947e96487db18203711fd997ffde4e94a59a6169cbfd15db39551c1e0c89b319a2e1a4bb13d11a7bfbf6d999dffd24bcd1b084b9d552a8659d6a605e028405aa37cce8919f25e3e0ac79d99c9b06b3a6ff4de8f3be14011302391ad62fb7b4d6ca2710edabf41ed6f520d99e983462568f74ee83fbead5e7746b8bc085457025f17e446025c400913b05d9b4ce204d0a8eb6bf57580a8ee8baa8d27ccd7c33df9cd4fe2bf82bb8340b2cd9b7aa17e7b4b1139813317f5df9d6b26c7a8ebc629e5650eab978ebcc9cac3dd9c5adcd3fc62f9192bfc48c29e52d12274cd4972078e51c21f4a255770806b2d9d85f6e4661f58ed93e6533bc9f3b767a9adf1fe374dce51dd5509d6928fc64d9d8ce7c1a56773742417ad2e17a064d6b2bc09ab8f84f9a35ee06adc6cd40c4d9dd267d882c707f1979c60c462825b24c64ef90f60d2a6e151f3d594e748101d9efaa2c1d6b9a4c14ae0c5d2a9613ba5d3e4e356309596e90f4b1f16c292286d9f0ef719a7170107598aa751b8a893446c280e6c7d6dd861724cdd39514ef9eda035fd9131f707ecc2accdf3630a423a43f4254e850847cbdc2ff3afb0858b4da05e7bb361a81aeb3b2c0deda928b467e316fedbfb92d50261f690ec1fd1990da0e6bc7f43ecef160cb0257df4fdc40b921d9be129406707daedf5f0c305bb4da121a40d67f64ad0a1d662142ef088ccf3e6aa7d75c12525e33d2e2b918f3aada1b8e5699d0635abcce3d2e000585fdb8a6dc88dcf55c90ba2788c62cff9928da2148d62e964431976bc933ada1345f4eb2981bb7a9afb05bd7a383c8176789da2680cfe4f9104d315e1074262a7f2f043a3760500ab88053213a12fa623da1da28e0dd026d796256f56149c56a5770998c1baf282141e9f0eb1fde3c28b158da2e23cb525b24563ca2e55a3e662ba0ffb6046dd5bd52685f693b31b2d67a6dda3bc7e89d02e4e4583f3de6737c56a746981bfdc6a24964b39a453c38b5d96dda4a2e954505776af4d4f69dded2235f1adc9e6615ae6e4e8081fe379289b79dda552fa493e82f67ff23aacd4a4bb2d392c55de5a0b987fcc0b2c8fd7cac4d99da6ed059824d0aaa8c7d32206092db51e6f3df167602c7f15fed0d7a429e5e3dda8dd1d9bfca73502100e256ab03e674ad62ba4d5d5e85275a81a6746fda5ecfda90ba5e49b797f0e02748596ae1de120b745184d3a1fb34fe2ccb3c112e1071da9cc754317e07fbcf7a1e4538b3866660e354d652f2fbfe9e9a88d5701782b7daa1e14fd96d695b9a4b4ef9cb5e82adf882744bec2ba81f36d812cc11dbbdc8daa82ae974411eb2bd5066071637eb887f84d3cdd62acc9f957a30f061a159c1daabc5b20bb6fff65422cfdb5c538b40a584dea5962b3079727839f44d2c829bdaae28870e22a1593c250fb049201330632b09b6b10b8301c4f04dc4ec117631daba51fea947e4839e75c64769d4afd26797afcc11e723644e14f5a02c818897dacb46d0795058c8c470069f5e4dbac6b4733eea1a82481bc72e0db61ec10cd0dad0fddf8f5aa35c0c5544d1e0fe174fdc74f3de94b326c5944c5a4f901aa334db031264d5bb60b99b6bbdc25f7f165b614a7ba1d6701a9c453d8428588292f3db1b3f6c3b8c985dd6cb294f3d6294b99516118af1d7d6b910920a8f9990bb90db223415e5c6db5d75770ce472fcf224d2ea2f249b7cbaa1fd0441fa2166e629db3fae639a9524195456132f30e8f43946010f679b090f7ee7c36eb8aea7bde0db53eb209adc7a3ea9665341e90a18e90a132be93002fdb2a2583ed64a129a8edb5850dcf3b99c7d31015374eac238853c00cd8afdaee7b2104aec2d76b5a4f7db5c73097fc370a44a078c54587e86d75ce973b141156bd71a2d3d7f907d4606db6296e19cbeef5445771f21a7867d9e617d2e9b2620632d42c827a1536a073fdb70e587802c8d589ea8c319eaa970f6e3fa2182113af4b1cc45bbc0ce0773e5db827707545ce28520ac8f2bda3dc5d101e19eb6f28562275ef778d84bc32ed0dba57e8f62250b85770020987ab11516398a107773d3d4066ef9d93e44791b31dbad814d143a459cde5adb3c762840115e95959df28d0f0465f5ed9d4be38f00dbb37d730f59446b8f369b13d0eb89f1cd4db5c3286b03474e87d8a95c42ce87dbbbf86f5863cde2ce0a1b916a4a1de6be239b9f408152a030b60c8112f36017dbc1548dd5056af1a435e01c449efdad2d38468edad6510d131f25d12edd6d0edbc4358152c2e396a90d3bf667506b6c84723ce2e843448ae23018062a0af629dbd1c5c26d18d6d3783ab02ec06f9ede1877fd1070d4b4366240e2570882466bdbd32db9ebd6db03cfecef02dcd131e9e471825b90a2349a321a40d172bb3a20dbe1ea4ce98dd7c311d00a2feb8839b9f6b2bb7297767375620e279f8b592dc4dc014d3ffd7e22c8cd7525c55bfe2c906ca48b1d89fa2b3f462d7db14d16298cdc0483ddcc6010407d36e7b0d0ef5b643d775c98c62b79e5cd2565912db45ff6dc0ea5449ccc89497ed105fcf1a7c5fa2e6c9ce2b276ab5067bbe19a7708760ddc22614d49f8c7f15cdd50ac3b62f3d51f3eeaa792353e37447562ab6c67a0dedc3d7a5eab7a180b297487f50e973fc5aaefe9b38a3c01082996932b8124e13edc420e8046560b02ad640bbc30a5d533d3e08af8ac6de652ee3274a6dd2f1876dc532034cd68ac229568414427b6277cebba1d365b6b463dd70a077969c5f5abdc68874ceae761bffee997a862f8cb197c0d2c3701400c5c273ed5f5ba9930d8dc77a56d339f74ef099bc7d0ab0851769a23600f692d1331d99ee455fa6814cadc87d163e031e464026a2bc899b3e55a4c39d7b36b79f12a8fe44ecd25049021dc9119f18b05039184c7a367fed6da0adcdcf734205db444f82483aff157a2b9dc9451e2e26d73fb229874fc2e9af02794c4da5c4f7b8ab5fa52f92c7372968adc97109545b9568108bc38d68b693b90b166c065e47f7cadcce2a20ecba486cbdc9d2e72a1b5b2ca594d444d4bc8718df6c4b97aeb5aef70e7effddedf06d510dca378b3c54c23cb21ddee45b17e70238277bc88f670fd315ba9304cb40bf60adcb166b29c9e581ca4c549f16026959baf3a953d5e818f62e74b47c1002ed4ccdcb401268a23bcd46b708b6560a3f2b7aab1a06899669dcf73499e101d584e6bdcc79721ba1ee04a4210280117414c852e562338f6640807655c8a86425f9526dcc93af8b54b1818b3babf3a90f522c287245fe5c702a5fd1a98868f67a0b985dcd0709053491d9404e7db041d0e187bc7ab326a50b1b566e547692b5948f14bdcd780a4e185eec3de26a6a902f4663895a7d6178a841ff3ae486b5b25f3b6b8dce36d08d672c28a0bdd732b6eb230d94f66fc9edfecd6a0ae8c37c0ed177980dceec64f0a5170fff4a0d835ec41967ef384b6d9f99eab0390ad6a91e67874c9dcf6d7e312eff9e7a8b6feb6e9810a06a36f4e7b6d6e502cd968a82b705d6834dd05c5eea7670078e22d9395aca838a37f93c0f8dffa45e86d628ddf450d4805dd2eb0307b277e4b072e73199d0b4a9bb7b549125017daabba266e528709b032dd42fa9ad881df2c941471bc70e631b6889ef920dff02d8a7ffbf9377a583aeadd4ab6f9af587d9afa1b6b8e3b0affe4f6c1e935f1050c0ebf5618b4729efb34dd8a77b53fc29c4c29a3e4ad4bb8ffe5866634d9ba0d617ef78174116e54ccfcdda849233a0895d418b016d20783579b910eb9aba0edca282efbff6483df9f6bdda97a124b9bb17591c359e1e01d012ec3c36dfd69c207349f92ab2aac5554e2ddb40caacff8ee2263bf594f807c44e500f8c13bed2efca896d3d1b4ba2a4e08ddb4c01c4bc2f162540bdf339579b42ad9fafad7a0b50d4616f88c98b7fd961bddbe300186af04175b013000d2da52faf9b25a817322b5adac77dd124c6054f6dddc33331eb975a06eb0b14d354b682618cd62565c0f25985a24e80569f6eed6dde243b131d97e7319d95ce5361f0fce72db981911e2f48cc2fd8eb80acea3c9ddeae736747487068e7cebfcc96866a5ad531f3fee66ed5f7aa2aa8c60f47982ddf511efc8eb1d021b851b2848fa32810a1c79cf80388fe28546d170bf98e042ddf8c86bbf19c2caab2e45bba09f2279cb330ef828c99d4f36c25375d59b5a26de05ff1fceea532cae09c9d7d40870f60a6221eaf373219ccdae5d823e08f0c8de089154a178de7b7f13e6cf5c37eb80f552e1c14167a5cad2cc5b3aebd90963de2e539446881f3eed2e9cabe7ddee9d1da877ef67de3a24800c1a099eb1aa56de387be4f5561ff7edfa39cb2fce6ada127a62629ededb6846f8b52b94007e9ade517c121727d965d430783fbcf64c9e2dbfc7a9842f7e05663096d399a8c8f9de58db74e1f0c79eac8343bcb87b95d0e325a8a966cd2282b45a5f6d3d9e1f89de5a3e445bb97bb6a905ce2f1bb38e6d39714ed439774e7c0ade13d6a5d9c273de6a2ad0f1621d940b8c90ee0f54fff3854f3570e570b4608084291f1fc2c41bde96c770f69fc23169fdc5d09cd50cb6fb26f1d33139dea0127d443317ccb2bbde9a243eaac01ef78faa0f152af1f4c8c8d67e7761b00dd4c11cb5788c9a8184dea55cde7dfc39515ad7e80d484f1a992bc843b5330dcd877186d1fc81992ce2deb1d4db07ee0a31e7b624c4066438765e212a9833c8e7f3042312cd9c087640dec233ac26689db14e3b7982421ae0aa15e5044e1fa41b2038096afc78de6ff9ded658516c7e3f8b01183892b995b8d669e6d31cea69387ca101ab86fed54c65def15c55d3b7485951b827a500a46819b3bc247aafc925fbceb99fe07c71f3badefefaaf129d08d5f7cb4910d35f793af70fb68e932616c7ebb3fb52aa7a0e14df13b23c164f5425781a16b408e2dc826974313145b9060567dc5526bda2320edf1531b08f59490a66099ceab959e1a68ad3cf4672134cc7199915bcd8063780df17127585a195b4c8539674d6970ef9b3f570e89cc7af2455822db21c6df6a9df2089977ed0dc56b03e83a215aff29880b9e70345590d922c1d69bcd58288fedf210d84326ec444ac9bc03954e92554d696ce0d3e99829bec87c6bee215cefcdf528e92983cee467bc83b78d9bedbb649c407157833a60ae97ac796db9d51cadf58f9cd471c8bdb93e02662af59b0c8fee076bbb6ad57e58cd914c1e9e78620df689db0c22d6ef126fb55b1ec655cd1586a9a60f8fc6ed98f1cad81c57cf226df6bc1069732d8f9cab0e30c53057ca7d8f449da0c85df86529dd8fd79b972ffdf76407cdf127af725cc11d3b6702cc18d81726f3b423500b1da43ae85796146df76d9564e63db8a8a69f742611895d6e1dcd3c6547fc76615198058df19f718df7c11a0b36af2aad3621bb7aa6450cf43573e621fe1e6b01c243d4fdc74c790df8579f71b52eb987a12e535f1b554a71e9800cb44558de7a3a309ab77ccafd8df8c0a18fb0189fc721686837367c9b4c5da199de3355aa27dccbc1daff5e284df8cf55081cafdbddcbb861200b77b5181e7d0a923eef76d2cc1785c6061725fdf94f5cc7d3e269e4979b809708797c06279311ea9b0388b81679c4a0aa012b0df9977a4b72cd8e4ac2073c69fb66c61126c6b488aef4ae06ea0dd3f26622bcedfa7c60529f3f6b9a573fb67f1e716af2c84f8fc4865e47c9522ff6acc8b3228dfb99056effeaa1d88d1e706fbcf4eab413db4ffb258ddc006f722ecc32e800adfc5856987321d97b37eea3cb40167bb0771d4b454cf97f6e6ee7e8225133e8bdfd3c96d0ab4a3ff71f1e8f210b3076e415f4e6a5ef5b3481043f0804f57518ddff246eaf669b1d3eae37c78ac374ea499012a54a410cfcfe05aa6b46a1e940ddff3755e6b62dab5c4d8c8022986010450009880d75b27e02ea46c3786e45e0ddff63f8a25d552fe07bfea6392c1ad49676c87ec9ff996a25152781ad0cbae95e000599b992d2c267fbc3f771cf1dd0971090d3f4b33b10c132f7aa0d4976379e014af52ab2d53ae085a6f188e33d2b31e43419b6abb0197af0999154d94915ee02b866804d101736cc0041f6e8302593f28d9756f0e9ba7d5b4674f3aeb21a2e02ce9ea8f913226286389250ae650ef8bdbc9d242fb28e8da319033632908f8e02f597bb1974d53b7031602674bea848a4dfab31b0a814b5b9bbceda5cb3f5be032d2c9960c3c9474667027d2dc50010336dfb1c9fa29b61b759bb440fc8ae5e03441c6db4e5bf6beef57cea2224aef7170efd82402bc4111724cacc8072a39e04296824a709692ea2a100ad89b577f58a4267193629c942373bcb2e08bcdafe05385ff9d43ad6f86b6ad6d39accaf485345db7324965084511fc986b858471e068c2f619404e063eccde87cd98520352536f20737faa427963f321cdf56c16e083aaa2e7ea09814d4a685ef68560c50fbc37b6fd5ae03dcedae05ed4afa4afe085cfc48dbd31cd14541e6791ab18d8b110ffc044cbf17706e0680bcf6c1d0be08e15cb1fd49193cbec5f8b7886348eb0aeed0d5bf2cf090d2bb9f985be907ee09013226a975cea1be7b283685f4510cc560822b60ea7b752ad9f14d2866314e09cde7d9cd76fa969d3bf4670dc264bcd4950cabd7f0fb11f44b2e15b8992f9e0a2d4453d33694a5b61c4dd78ad286142bd7467f17f50098a894283dbfa8622e0b384bdb1c6222d1964c04a0c18a4acb094a5a9d5ab091c1755bd7b98948ef6e0b8dc26c22ce0e7ee0893200b1a842fdaf0803ac0b2862c12d8f2b1c7942789e0cf28dc5147e83c1843b03cbc92a5f7ea461a6d5f3d017c856bc284b142c3b4e0d134a8e13e5d46b419667727e0820b8688a5a5bfe6ac9aeae3ad45766d3894e0d99d3b309d8d0ad3151852e06c536bb55e47cc5d70e8a2a3f9e630e498afaee0e961f8c486eea8a5ea4a0ecaffbdb548daa20b236518a7a08152fbbe372264e0f487231721ca45212cf1e694636c0ce03584425c095704b42267dcb7bf7d7de0f761d34f4c0a3a119472dc32dbd05adc687a925410af2d887c62381ab5bbf6e10fe894fc7c9fac93884384ca19034330bd1efcb2f376d3c7304be9b00d2dcae119e8c9eeb4e870b9c51e8faefaba34102c99e10110e94b0e591e2897498ea0e126dd2e611da9955941f8893db03688f809ddbcd8e6348f00168d65308ca7cce12da6e2a9e9344aa000f308291553d6b4c5d40bcdebf23fca6b2234e05ab92ee12fbab54dac5bae5174c36e2e3f0bcf874971413f54046a3c9ce5aa776f5249e15a399085810da1136bb2d5ef58eac66506178b045f5e887128d1b5fb2fccb9e1680c9d87d13216a4faeb320f26db5888742de5e5dbc214061061fc9c5ab86ee18e9e4f2c15e46b9468ac186959a3b41865d5383b772a41de8a262744813a03e199d0359260f4763e91e78164e88e6b1dff7d3ca0bdbaf636c7fe80201d998fe19b2c81813f876e93d19697b3cb409328b9c3bc815ef7bdc16bb1865c639ba6e19fc880f24b42eedbb5267c5542c6f500a859bc8fd43b403716d2f1b3ec08e4e1a0474ae31cf2dbbde68fb72bd618491b16bea42d857f938dc6eab06933d73ce1b10c605643533549d9ae1a3b263e0815ad78b70724afb6deed2de1260c7a2be1caee650a0621f1643ec7e7e16182f1f7f6b1252ba3141965543720f5d2a767e1d18fd9e5a2e9bfdf64eba7eb82f12c773d09a97b7c1a5a6fcfa22e109a15c0e1dc70d65d1ded551a65dfdafb4fa76c5006a8c414ce7fd62612417bb08a3513e1e15b3804238d3d8f4798e67b746a8b1a4360c6715225e7ae06da44b38b221ee1e52fffc61e773f5a7f15294825c14b932d9c78724e9c70ea94a8d41ef225fde20d2f1c3cf2f5a90db6676c2b9f518a5f1c72f0802d6dc350ee68a6518987e0e2242cb6a985a935f6256d8c059cfce4eda7be0e17ffdb2cbb0a7528de9e7730e239ea14aa83cc52e75405a15a71448fc2c9a9aa3f2291684b883fb915a13d26e24b6f484a2c0b6105f4bb1c0994728655391127733fcc7c88f3990babbee4f4e24ebc969805744ed63c4c8ec4f302213b62cdd59bf8563974c41df7b53fab43e2523099cf411c07745257eb4520a02908a9e7d68575541789b1ac52b9cf59c5e2543699c27282e4b31aa24907025a0129b3fe5b775b5defa13d604cefa0c39ee2562047eb4cdfe41ba1f79906aca66d4a97c461cecf1366a46f8000e51190d4e2623c038148940c47a70f06e27745d73212191c31ef77680e846133284ac740e2672995a4f27aa8848deb9fb339e7cfc53db0c138dcd4fdc427e34b490d6eb0e27c5c6d98309eda745ae4d086ee23dcef66774d16519ed32084315ac559dc6ce280b560fa697a20a0f2797dfdb3016657cc6d68ef06476d4d95b3b6111e025de298487f0dec75928917043af08dba3488e19bcca9a269b2f4f79797375b8147e29c462501362b45177b23ec495c9506de918261162f10e4116a71c5a6b85892e2a4ecb399720f10e32f166134a076299a05777d55f51db32bfa93e8b0867b33e2a5be04a8cfb503b9f3be94ea19e79189974e295df4f2573197d22b5ab1a70ce2ca1c80db3a496609ccdaa62582118bb135d0405189380835f5ca8231db2d35e2d2174baec159c5bed9e0844ab3d60f8877b1d65f7bff8153390e7beffe462ee2d5c2d504bc796de96e2a240bef5c6cb5fc479a0e85c8c12ab245e4164d0a6ce2db560201357f39e186fb9cfa342ab784b666bf4809bc87ec72999a2a00f159e2e3b1bf3b2b0c683c52f4be9ff1b5b90b1656c55fe304d775265283c5e1913ae2f115e6723ede17e331a6040cc5755f05553090963f3cc818a7c4a26262061fe3196164b8cb139356a7d242065a4c43801ff908b9a63b9277047815e3595ec1e32d07aab3f3d1816f2f40f838d837b2b29f3ff09bcc2163b0ac5eaa48fe8d00e3318f463d83be860dbb22a28d38f0fdd30898a6649acf307bf6c0305a8653efe33eab33d609766aafa60d7c222922f7355352b900e87b6bdffdcbe4e37b361fe3459c2ad0da14aa49f27a335e4db18e95503490c615a5b60846066cc3775243e3491fae0159be0b9694e39b67b2b7d65fa6cbf9b52cfd1a492e263b8dd3be72e3563c5367e0169d559d7cbf34452b0835e5a4431bf538321738a8988bd29dbde364585fcb9ced9126b068be81c4365fdfd23f8d8af4717cdbf919d12cc2907de364c9db5fe1bbd38a444566012f9770bd6970059ff9b9021e16eb456639a928e36ff927db3fd3f58a5fe638c5e4db9730195d243437461aa34123845bb05241e372d0c5359d3787c7067b9b30b237663dea3947fb634eccc3f979ce9f6f1272e37c2e8132b28eb4b14bc404a45fc39478fda7f9f323230e66a316d240bf239de37cb0d8a5c68100781d9abfc2f0bd597990e010fe1dff9338befebb829f20c0e37e8da20e6f04e295c7cea59954584a292a619b86ba4c23f456d6f1c5b78aeee37ffa343242ea328ea2fc7fb1172c0275b6ef030bca950c6e7d7ec2d2825a2de3a833af361909c5e09ea39bf83ed3afa51aff7a3f3c5ec0e6c1a185cfdebaa9e3aa25388facf722bf7904d9b14f6c42e63d564791e168f38b21e2b3cc4bf63ce3baf27390033bd7b8273b27b43d5a38808bbbbdd67bdd4462cc1d4a380493a5e3bb04a9cb53d902b6cf23c874eb47113bc54a4d66f0be50921ce790d48a3bc9e3d9014a9a71afc7023bbb28356e4fc76a05a66e595a3571dac750dca0c4ce34e3eb026c7bb7040874b59a59f4018ffa6abe5a8d60531892a78d0914207ca544e3f47a677a42ec74576e8c57fea226bb63de274a407b54e7c8d6729f71af099fe42a6bf7d34a2bdf30facf7dfe564c81be66360995e2c7fc04d386606c492a48e43bc08251aa947baef4f6cf220c54dd696feeebfa4b80e0c2df8853db23bf36e43fb23610ad8bfbc347a77d68ea6fda4283eaf1209f87160b25e3f9b51b4c7fe440a10fc4a5a1f2fc627589101e8d1c8128467f48505cc8af433921b2636ec0e44e152a4e4a67a79daa7d590576cbe2b5371ed14f68252e221241069758e42ae4af82b73aab72ffa0b59b6f4fc727061f3778be39b4a0e92979b39117fb6a08e4d13f776bd136f28dc08ca3282ea57f5496ca7697ccaf318bebaa13bda8bb91e4e6fb8efe1c35914ecbed62f037d9b355771b8a12c02a0129da68092bda9eb2e4e915870a2951b6e04eca6b07dbc255ee15349ec9fc4ab04d9bd15cccf1ea56e4ebabdff5045e31b5dceec30fe7a875b2ee7259dea5316db377e6f49206b174e4ecdaf8a60288269813437227424d46d3751a78d903d22f4439c10cabf07a48e4f3102655e9ff3ec82b549cadf44bf0f90515462897b32c0304603a37ad8651e4f8e4fac7b12d4684a1088e5aab0b51e954c6b76e0da61df5b77b8c8fe3c108e4fcec0e9a764199bcd9f3914807f80087657124f357d5446a9bb34b2b7b6aa8e5035075c0cf85fcb97efb0d7c461ea5c510539e6128e34a807dc89f1bb5410de503d3a1f470c5976b6cb6e489742cec0aeb8ef3dc890a727b4c219dedf8de88e53150d4789c7a9a75ed06eed1b7b13b0567741c533784d7e9476e2b82a21951e531e2c67267a493915101d720790567e1d014df35f9b12e68a29466b0ff686de53b17bdf690c86ba220bbf0f4b2b10e573816a1dcd0cb890e8ca1f4da6ee174e541dce80483f86279974dcf903b28756afbf93fd6f35deb24cd43deffec2665e54dd9f556a9b420ab60f6e88ab74c2b5199b7514fcd7de123503515c9732fa3e5535a17632e9772d720fb1da425eba67d9335a7e32d992fab96a22ddf52a685e55ae6c31225bf2c7a66af77236ed89435b230448c2a0e192f1e728578aab650e5623daf062d2eb993b458ffc0ee94ce1ffe54fcc5f259016e9ed0d050e6ed84e567d6e6629620133d23e0a200f64d9c29f0dd421c7fd708e1e3855c1665f9b1e594c07ec8d8fd6bed163ab5a30aecf8e4e259a8c3af792ebe35203c1080e494e5a36fca12c619bc6f503fb99686fca90244b8934f9025b3fadab54e3a28ecb2e5b27ba55a0cd8d38c55864a95a30ef86b23488785545d045ea555ff0054926ae5b4a026b9597c03ed0390733c93b2b5d5e9d3428c9ae44a09f20f287adaaa0ae5b7c485125b0b16c6b747aecf06a5c2d6b121499f7af341e8344eff3ad38acee5b8f055099e5b96c77fc318baeae6792dc8d5dcf2f88af398ca29ade41c9b35e5bf1c2ceb29771d96c9d05a4455bae20c76ff523e0e6bf93c88d905037664abe5c675809bdb5bdfbe77b59abd9769a255bdc5b22baaba912aac7fe25d03e0b4e5c8125fe21142610d63ffad82ebd118ff3ba3f6821b70eee6d77688676d2d2ce5d3c8fd5f8dedbc22549b509c5d2eed9ead6aeea6380e5c33c7631ad95ed4fde5d440690f232055636a48ab712e9721fee2eebfdbb4095e81559cd30de3be73e5e2b6f626e47a8391b3155cf5dadd4c7fd206a090a5dcf0a24b170263755ba4e5e6118d9efe3b6de5b9a199467d49ad2d36e11d9c150b6e0611ce04240f8f5be5e901a88e240ac10c83c2399f3225cd56b6d9fac294d23044326090719ca816e5eea85426b2b925d1ed06718c35c312a2ff790a56da8c1fbe9948a974c805f0e5f6d8c83a9cd03c876b25b7181e058f9bfb91c2e4ff1c2028f584c231b2d32ee5f6f261e2ab5df45ff5f18908462e343154cff06df4dc2dcd105878450f5fa3e604708e498cb875988abcdc1c6549aa74398eebd45d810f1e840035b9f4e55ee614fefcf189833d82fdff938c391d45b6f695ec965db4adf08112cf3dab738de61a21819ef9dc63e7784eb0ae64d769d4476541044940ef2769dba4ff7abfa6e62acdfd62030554914ad32d32e31ed4cc3c85384b6f7c926e462651f3204974e62d5a0d93cb8587f248ab010f46ae201e7762e439d1bf1ad37852eed7e3d663e636c0a9e67763f7ec9190a7ed9f3f58dfb517443e92b1227c3f4606bd483cd0e6491d9f30e37b9a0718c8655144e4d020ece7807b91b07e614b5c2dd6421aace65d28357ac62102fc55c7e24e5be161c039bb7bddcfcfc6d46aa99b423050fae669e2eebc258cdcb4dbec45ce5e6716fbcff232b67a2ce39440a351c1f2b356e66f1055ad9cc8db4baf986aa6da615794c59b2784b4101497ce7988b3ac59e8e688c3daa554ebb9dc4ada8173bd7fc320c9322646e8168cf4777021e80df05fe691b2c286436a0dc264ea22d4ac87b8f24b0e19b7b3d5fb86af33191df56bf2e698bb69bddc05aa773636dc49bdcbe17a963f315de488c8e68a66e8ea24ba60e69b973ed6e2402d9c10181e0515cfe41dbaec013d95e60967f2845f9af0b3f5e6a4141c03f17b2d53502b66a3b451fa7013e406d4eb383769212a49e5ede0a7e6c22fa5b453d1910edfea7df5d7d26c3a8df287c7fbad82069df758620853d8e6c8a337831ad42cf19d0ea19ae40ba80f5b78cbce522c3c580e058eeaa616c8e6c936eb114b6bb909eded8c6fb48c987941bc7729f6c47d5c43090ad1f2bc3de6d5897ba3b68695bd6f03d7b6676290558e959c68ba3689ff96584501928d2ee6daf997a73551e6fa25c79b7cdf828ea21ec159b34dde1d5cc94abb619ee162e6f61bc4c1541fcae0f76a9f7f8f158fdd62476172b855dfea84067e951a6f5ae6f62254c9b7c57f0d4dd920072be81ec21f1f9a096012918817ccd4674fe56ce7086c6dd6da2b036b821a1c9cbd5a85a9d57fda20443cdea6fe2d0c8df30580e7153692b5614b87af8be93585c89434905c34904df759b65e658a788f4d7e0ce71f1fc69fae586214800372955ddcfa9c19bf9492c7f8284788159a0cce500de75346c27a94c8b24d52fdc35733c3d25ccf16078c80e80dc7d771afc4f2313fe75845bfb08d4744860e1f66b0dc4cad53c271858660d61c1f098094c8d9b716e773ef8650f8c91b7fb2579b8b4da851f37e0840e4c5af01c3c39704d2cd9402e782bf45c812c304ee243e0139ac36076700adebc388bf0f5d3bb5c56c88aca0e78500166c9a2a080dbe9f8d8cc60a259e4527c874fbfb46ebe0e49d868df91ce785b61a663d3fb19e3b5ba794e925f3c2d6026ad7c47b126a8b0cf44d156137e789d02038399135a57028e50ac2b1764aac1e4a7c35fe3a4a6894b9e3eeb6bce78d7d24c16776b1ddfdbc469b4a177f5511061952f22ac9d1611a12bf6d9b58e78f726fd8abc9e8db6cee5d46418c315f86ed1c82e60ce807840aefcc1bc021e79ad87ebfe78b0a7dca40993ddee1dc5c59b3f159c143aa885dc8c7a2e90391e7a202828086d235111da0b9a20b17cc63a75aa1cfe70312b00df6bb6c0bb659e7a4c69e5b23c469105b9f03f735d096d0b3193400dcc7326dc6cc26ef996860e7a714c6710a228e1629110a0c8ad1ea53655d9ce9017e12a4265e768fb98a77e7c3a5e0c2fe642345fe5154a0d7246e542a4b7a83a4eb3a1cf865030f3abfc9e7c59c8ba1b48b87767c101dda8685607a60b1ae84b2490f7bfb7ad4d6438039e7c91d5d57aaf2881b04ee39d58bcab86f7a3d1caaae9970b372f8c4f3fe370ce7ceac19d534b5b23910ece5914589e7f9e71a27997824fa93f1af8f93960ee5e7d1a1f8832e0b132b010c72d06de2d8803d4dd43a2fc8e494fef6dba6e2e74de800a3480a287bdd533d1c67e8b31daed9ffc2896b796fcc1de43ffe9495bc11e810bdb8cf38d587a5d07c0542dbe7924419858affe6ab31988b339cd8379adde819b6ed06c5a39de981a20a3c597a27b1c96aec589cb6bb60eaa1660472a551e81af6c8bf90d334ffe1fcab4d861d46012fc72dee660e9103bf72933a434b0ae81b92ce4e42d00a9b7527d17200f97e164443c8e5a53a7bba6049fb068cf0c0e81bdb385d939b50590cddc03548fdbce51b6762c7dc3a923c9e78dda2a6d458e81f82c72c73e8ddd51a0e699928b136e8b2bf2198fa9eff19678cd18ad16b38e82c2b9dff59792e9d32c00d742a7137ecd82c6af08c5f48cb64bc515059b140e8390bddb17cfbbe145821a26c011bbd8bb706fa25312be37785e7d42401ad35e84aed636b1021d49be8934805e646bc664be8071abe96f6ad8dfb529c2448a4e879e1694adb5b90d8facc4b47029512c3bab143f890c680953c2e7992b941eae8b41c5a59eea1c1800a7eeddc502ee5ea78ea9c8320104ed7fdc3ae28b96746e8ca77a9906e077e0c693b9bb356d67f8025f3544693b17ebf657c1f2c7c3644e8e64652c10a61fd2a215f1611185ee8b2bfa672f7856048bfab61a6f1621cc7e8ec3af603204b45d88bb16e509d773f36e2cb94c6e648cbbaf1483667be2bfbe8f0658f04f1c3eb9c0d1a8085b6092d155fb4c45b1417c2882606b7c1f96fc9e8f877f740e8a9591ed4cc1fc3c0615f01895ecbcb66a4a25eead1c228c40d4fe8fdab0e3ed7e8b8ad2c93d7050e0883819eb90f9aaffd8ff05c7112e711a79ce8fef3b49ba4888e58604113bcd2c4f06247eaeb335bd6d7f2195dead001530ae917b372ef2a13b390ef84b3dac1be4c13966c66a2b0ad8ab03ca0d5779e1805e93e7f3c202ab1ec3056f7ea87e7e5a3e4a9d80034be7e8fd274a113b5fa5589e949f42be48d11a84b4b371a20183e4ca19fd50d6591018bb4b76d8b6f8d079ce9674cf3519af9a206ba8ad2f9e7a3ba1f315ad26b7478acc32afd9ab8358149e971ac99f22ad66c6d4bd2a3136bc422d04dff513fca70a78d9261d882e7a634e984b37ee3bea5dd90b5846e846e27b4152d9d981d1be784f198d28956de3ee7e985b915a09cdd015840ed89ef36057faa712ee8beb3a79405ac2a615faa91c6e988a21207da9bd403725d0e1f2c3f016928523bbec0bd907dbe983e1595d6dce9998a43598c567eebc9e41545eae7e01eb8b556b2988532287a4934ad3ed1a4e99e51562179767063cc925060a019882d069e6539724a930c4b2774c5cf3e3be9aba5fac4a7675aef9807c1fa8ceb43dd1fde1fa70ed44aa06fc0e92a5ef1a2e9c9b03119964ebb4a02fd035292e169c042e8ed8ed44ff5d3ac021942ccea56e9d768b47043e925e4e25aed967dbe3da299733cdb949fcb5b5ae8230c67202ae9da95ee504b95f4bb7a358e7e144eacf9cacc107d94e3da2c911c70876fe83ae9dae9b01a1be9903b311a45943f4963ae5f138086e6f0900663c423c588d14de9e89e2db55b22b96eb345aa2a39879070937f3ad6635a545cd7e79b3a045fbde9ead62a7ac674a4eeff91e5b67f892acd7b95f7091c39076cfe217eb6e68851ea129626236051b80a2e092e8e4590ac40acd18e2efa14a92545b4b867d8fc88ea36ed8e579cf4ff98f0c86e6bec1b2bd37385919106118eafad368d59b70b21ea3de19e4e33e4fcb83ebdecac679c7c9d53284616d16ac7950ad9d53b9565e8ea58ed3450a3696576d8fbe6ec5717df12736fda8bc54cf1ad514257c31c62a5ea65b878fe7f0c0407f141ed6a812c0370a472f10105886b956a56b06983c916ea913b6821dbc213027aef7d8a290c15cf27f0b7371ee1b33279e507d713943fea9bd95dc841a62294a591b1973323c07120c686d61abe292b06906c00233c39eaac13a522cf95fc93f441a5d97617d5687ac44a3e418e7183e457df1c267a55eaae56a89ab5c6150a57388f20adb2608f0061797f117848c3b5b912d7a063e9eac71c99375c50ab3685507957ecceadbfd4bd6e63e4e18817bb5e3d024f250feac93ba44d13b3c64b2aa0df3cdfd966ed7785f2026b7a06451fdf371b25ec18eace8fcdbfcdb0b5db394ffc38f15e5ee75da6bd1cfd742a66e625cbfd59451ceaed54052e1ba11d10116db8c0989e88d989593a868623b077609dc514e05fdceaef0a70b2850e63c2895babf9c75f3a45282e299326242a7e18cf2811676693eb03d83b9f978763a9d700cca2b8b963e2f765db3a48623e5240270e0c3dbd76eb0e14403529db080beb11ee79c51726a1d6ab938f868b0dbbb69c3bc4f0d326eb1e1ec6d89bc6bfafd8bbcd357c56bf7ba3d7befc410d726541460b7a4b0560eb22d93fd01bdf1c1845acf57adbea639d521e8d9c7ab1d0cd9ef32e56c77e21eb2c45adf20b9d45e4cc63542a1b15bdf63532a4e6dcf0a967549a979a43d78eeb36f8986b3895d619bdace9ffa7a0571527d07cc79814ccfd977266ad48092feb410894b92eba79979d61ff06e9a4b7922310919ace63c17fa2f0bd5e53e1a7eb466be363befb84124d466ae558c776018983e64dbb069bf82082f48cecb1a4eb4bd76cdfe03ff7596bd2e9c53282070ff31dc914ec573ea7d8f42d884df50feb50fb4e1460673f5c0ac20b0d4bb6b4b98f00f0df4a3cc79833621f78543a11eb5bcd5cdf607fff6e42e63708018f2410ce872374fd2253ac6dd0da2daea743eb60cd1fac02c98ace178102730fce45232928bbd8f4415b94689927f9aef8e7eb7ce0f96b61074fef498aee68dd394100382812bf3fbc4b0ab5f68d1ccda0b8eb7e959a12a2c020a55d0bab23b0b9c28f747667efb2dbe43bbd73e51df3407ceb805a4e74ad61c25aac1094662b1fc7a0910a1bf54be8e1b0fa9db7b09c62afeba0485d96bb898a5429f1b8e20c9291952192afb53d8be31100216517b8eee1eba16e389cf5dbe0312250a3aac1e4ec1226b138d7583bc3555e8edb11bfd2dfeba44c444c39c63493ddac4ad2e695dd83f543eda66c45123c61c78885eff6ebeba56ce307112ec4931f7a0cdacd085d0abad51a89fd3a9bc27a73006ec4bdccebb6ff0cb00e17133eb865c55b3793d2174e4af5aa74748e7f40ea8e60b6325aebb9271553a756d922ea2a891358419f766b9c4f78bcdea1d66d644646c38566ebdb7610d6bb0c9661caa9c6440035535316862d92ce2ac35ed3858c5c77b207ebe359c9d0db40f30bb7ba7198b61f44935ec3a157cb575a6d495139c21b4c78ebe8ef65d5e5443683c81cd6a4c2f7b4340ae47f05f4a47d2339093b9a4d0909ebea85b18dac2f1459365fa0eca0d177ca1d04706bb277f6c10fb430ffff18a7ebf0add2251e136030048ab8aa95766cb7a1b5130d06ae98980a3f11bf34c9bfec04e01cd2a701a9e8659c05c8f083800caaf203e28b7369f0baf8b8199347c9ec0f72d68d149d4fa96ebff55f34c460852f932df127c0ee6159497c36c6f290ec15605ae20334911ea80abfe9229eb16c27c1e3553879ee6b536cf6d8b541c6ec28474cbca6382190d53c7abd4b721716d669e3e1496d5687652869430c78f9ec2f033f87bfa8024f91bec745a571a1b2f06937413a8a330d94b398a21b9d3aec3fb0fd1e323d8b042cac2b291dcdccbbfed36ea3679ab3bb33a90828b7eea1ec44970bedd46188215f798181fe09c2519356474b89b3d282bd9a73761f40d6ec45890ac34617098d09e47ff5b2034dabc3df257bc5df617f91f0da602ce0b1ec4ebacbd404f900e57d418c76b3a8c341be9124ce3dde30381651d76a1580aeec565c818650e85be070481561dd467e7951a4cb8af4e316800fa5e0c372f4e1ec5be6804aabfa8a8b4bc7ba971994b6c16e33e360f12c00bb6408df152c6d1bec641ea175482f6c2bd2efdea0e2ddd4eed6172e0284c3ff49368af128dbff0cec9b8e799752f46af2b70a4da2c7f8afc8780d2e7388ce82f785e78fdfc18c26eca749d76eff1bb936d8e4a25fe5b3128994a3676138ccd879cdc6045d2eddebeca75e9ffa355092ab976ee4ee3e9fe13ac0fddd08b4cd2c47f249b07a9152a5ecae9dc092a279a5eec3592318a8c7b3c3451c09b4e8390632bf819e9ee40b84ecaf03bb1183766e6a732c5f597b1a6b1395985db5d99b7ab84af25e0f7a81eaecb77b914d8efe18c904fe39186c2b3a41a2ea157d30a49a30c8dd2ebd404c10ecc633a26c031be59b94895cd54869dcb5788466ee4c6c2340c5a48b03e5652bece1bd990cc1670dc18479f475430778c4d43b507bf319b30b6bd8eec6e9794dece323b568a02e981b9092023fe918f57423c9a00f8782a322fc91eb7a296096ece7014867d950c49ad1241bd26dd1ad627ae69a179372b9a2c2e20953b82c12ecfa52492b8b5f2361d8ff705b6fd7f17c27eb3a40f4eef3418faad70e7d2045ecfb11338aea57c349aaafb79f15ccd4ef90c413fb6b9c6bc43079cf2e39a4ececfc69764618a97632eefcd5ba943236fb27221adcea03c9a7563ae09d4e6d81ed14ced4366a34b03004468a865363f622abb57ed6d647383c27f3c0887f04deed15b980831d171eb3bd913aefc1a88c1d4d0e05c436a9aabf2feebf55ad3929ed1c4f85e0e3dee1aa19de5754c18d3e95cbfb8a8d53c1803000c93ba7f5514fed257f24034bf0fe099d9cd527dfe0cd957b2907b2b05fbad2c2c49d8e232f71ed2c876be0bafbe4fe9ba5fb1724743317dff33f6959cfb259dab706184f861fed355d49ffe7037bf6a605ce17a39ba483d99a9158824ceb6cc7ccf2cc232c0aed48d7356fedfd44d12ab7721deefcb7752dea7be77b098087df338af2a66a0aed57d34d620799a958b0b37a702927ec9546f197e27ba7f4506e0569718cbe39ed6fa70b11c3ccb36c35ca7939f24d628626158f694b0f96e816756573b63c25ed71d1ac1d361e1cd9fe49acacbd46995f119182275195371d97332335584eb8ed784c2bbad696047d0967546ab0f42cde29300b669c92dbed7fa7ad3b37703eed82de6696d3540b7036002f84bc8b96fbd69a47ac993e9bc8ff3eaf5ab2e963ed834479280ee9ba1f2d73271dece3061cbf23d69b58ccde89ea1fce86953ebced928fdd39c8124684dc90f0b190a0caf764c8e31106edd6b0485d4065e95061ed99798ac59d2629d4a7fcbb30d01f7829162fd26ddb851116cd72d9557a15dfeda895feea058406bcd917269a95b95b6a927d7752f745fdb781a576e0179de4edcc7bf041ef84f1f4478935f646e4bf69099d18792a64715d9c4f8ec858133dedd01c7873d582e2277964518cc06e1ae8eeff09493540b58637dc9331b817fdedd459582e033ecfe31174127f3b615d5fc0176e8405caa33869c6e25c2d7c84eddc9e11c293c3575b427f9c0d44ddac1110e7fd8214e4a0e816b376fb70d7daedeab693527f64ae25bf776f99aea5e78d62ebf6109f40466a1a0a29fa09fe7cedf93efd926a2ab6a1ccec9aacbb650bed330ed6709e5de6ac4c81d87d9e601eee07d460810ece44580231f3a898e4e7a2d8b993f3574acdf69acd5d63c68866ee0975f84a3066b06a00d6819173ecd05a52897e955dcdc1b4df2ac30701a6dcee22db726490a0538c32e91621e67b97d6a33a3dfa4e7ae4e0efc36786261ffeee249746152c8d6c4beab8892fc38d39f67adec39c75a01dea1a0422d8641b6dee2a1adceee4ac58ddcdb9185b49167c9519347203f15f109c08785382b40ba9ee2a74c1968008db035ee726f0c62fca5c0524ccd2ea129d725c60cab361feccee372580bf65c5b1435336d5ea80ffd2c7801b10e868a4322e5e0357a877f190ee46dc95b82984eb8bd90e03f5364405b04b8ccdd0a48fdb337ef25c9e88be86ee4804e8c3ae1334f1c4f206f06efe7e32707b77711a2e28f4b4571808d1611cee77c7153ab58d8d6a55ca2fb8aa74234c13ffbf8e2275e27485e20450c77722ee8510b44cdb787cef28042e617908e2d1ab7510cd23141a9eda8465f79c9c75ee8fc7751649e518063b6fb78fe82c31f97bf7985b7f72d1b83501e9b662a82ceea0f9bd890f4232f314ab122b59d4470148e9f5bc51e94db715ae702bd6ca69eeb3c73204d176431014b0ad0f92c6196d929d2ad169fa9e0bfc514c43b74838eec052764aebdc6a85c3046f9c99d7debc6632524674bd03af85097b0b165b4feec4358c52c2b80204918de95f71d709aa9b36704f13c586c1c7b6473df50236eed662ba349882ff3fd501f8e466735ec559dad9000b89a9c1a9a2bdc05ef712eeea6ece348eb7f3490c59df618b7d2b80e12fa651bbfb1c6e8abaf297141c08eeee25fc6d703206585b8f6a5f610247b785b9d0e28576bb40de3291ab625cfeef00e6199383edab907e2a4ad56a0654d91a77b73f072f99638367978b2965d5ef13ac1ff8f65a7e26a271bbd94e37d3f3205a2ded87ccc9ce148572f5d12445ef181a33620aa6eee64e796f480eeb4e846d51fb1fd17661fd4eef2f09e4591bef217613e29134365d33ba5d1e1ba3eb0633e8073ca7b59dda97071493f1b594ef6f32d2be50ff7589415f95062a7deb7ecaf4820f274b170539f63bf4beff34ef81d6708dabe40a2b3d55af4faa7dddee853616d48a7c19bc89e8b17d3c0f79efadbcd6894bee186806011b78deab2852e1eff131caf53d7ec550e4778d17c4efe4348795164cea02235c72b0bcd4b9461619c520228b2471cf63ed400ae6ffeff8ab43f1e24b191d6e410c8dec084f5d209960fe6fa7a68a439bfd4b81a682f00d2e824ff4fb7d399e66020e508f6b058d9dc86ff8d632122c943d417d50a8f01cb4b79a55e5b99d9cdc921b4909cadfc4a5b3715153ef99714f58da9f6cccf0230d7f35f36b05b4e09b2c50ac44b72b04aa3e4abbd43507eb94a7f96e80cef02532bff0e48c393b2a395ee5814861309a56caf122d94fe7764ee77a3dcf8ef02e00558e5271cf6b2785be169a149ea80202695f692c850ad147cb11f42b4cf02e0d0b518a11110080bd251b0cb627f379f3066d1c965f98dc23ea3fdad116f037d730f57377a7e7554a2f63494c8614aeb36178b2ef898b36ea6fb2698035f0453100abc2b220f73793a5356d773e5a07cdf9df3251324b3dac5e4e83dce2f071a408d9f3a4ed510af44953847d560123ed4e373d1f89eac9b78a35f805d4f09e671544bcf2a93e685d33daf00a900f305f05acd18d0fe157678fa2311b2af0c0eec6523b4b98d8f8cad1c0fa52ccf15b3a5bffe62a77bf28e63180aa2079f0da01f65861cdb05de7e2282963ff6bcfd0217e73f37e181068aeedeea27130f0dbc195583f38f9cc859983e0074887db692c2b7805fa0cbc1bcdb50c8c5345f0e5ae39be723d98235f7ead5ca32f53cdbb1dd906062859432f232fe0801b44f0f45e3ea5367f5cbd1fbee3e256bf3620451fe99169c72ad9582ca4902fb236f101ffdae0d7d7197d255de108768809a708821a5914fbaba80be13c9e7d1c5df11d38e6639bdc343d7d8c58ed6a1c28093b1bdfdd0f77e38167ced6b82c5c52f17ba40439aaf3cc0307c761ad99004976edddcd5c566dfe4e28d798ee33278ff17c2e8b6b91bc1a73e601856ed72fd8e4919b9b58667efb58998972ea5ba87ff1823006a908246bc66f88411ead857bbfb0b886ffca3223ec98616daa882799f1835923cef24faee728260d0a30d87b7ac9e380f6c70cfb37b9176ac7e1bbe5f1a5f27c989cff352fee69f2a2f7925656239056ca05e5edb241f0d4d3d96010f1b990cec7aa08cd56da8fefaee702bfa821c24d64d4fa45862ebacc2c6e48a3f1cb6b51be0c175f17ea33abb039088b79070a02a362db1d2d35632c52b99612f1e88d33a3a7c5278472b4982e5d390e63cb78b7aadf9a5939ed5c137ecff318f20cc2d8c466d6cac6c7b668fd6a7d7597704958e570e2dabecea954b201a785f21734299d025ceda46477167dda7f20ab9777ca0efe8cca009188473e281c2cf239d9e333dc038f11ae5f3b9396b81c47805f8fd7314df6c3cba3a1dfa6876df2432756dba82fc9e9485f6e7bddd44657d4ea3f5e17d5aea205569fef088b20f24e09b1e1bb132dabb2b26ab99bc713731a6a68dfbd43e1c899aa49f9ebb245f262e49dc1558b61f6c8d0cb3965d7bd52a7b207581d873fe6a590883108b1b5f26968081aced295fc8358bc54f73980a580dbf245df8ea269f0079a05d18609f26bfbbd215082427851412e54e50ed0db84d2df04abe0b9a0af83c3db8e87aaf276b2959526b23d479e9fe9569f6b7232ced74335b6adb8cf6df4ca7e717e8cf27b3986f000ce8d4aa42336a9d1612f2c6e9f35d0c4d5b8befea2e6f1b83c35f289b1d804060c133b726658e185b8bd936558c874a2c5aa2e1d2b5ba4b5a3fbf28e11e592a9487b76faccf22e2f737c55c85ad3c80b41a768244455b273d3cbf2ad1b01e6fa49cd7b270031c1e3e2dc118c98e4870472f8aa8e6ba68a44dfe4f2c261b263c9f6b4f6236bf451626d0e28f6b928b7a07b69615ea85c76ecb74af2e4a9be21e840a598eb09d36e9b88f7164b5e1224db0feb4e80566aa1fdca71f317a0ec761faaeac485af143ea19baad0a8ee2604db449936585d6010efc73df31f187300d3ea31a9791d357ad4e5c934ce4fa8c29a7c70c2174135a250eddbf3254d758c17d4e42395a867b1011ea15dae7a6ddca6b3f8893889d61ef275b8f32866798fdec332fdc9d0adcf39bce06578dc6b7aaa0542fcab34dbf21c3608f3599d3736d51a4ee79aed6078d0d49e71c38073c69d7d3da08e014480c20f7df35ea43c2165562d0de70537fab04c74425290d46010fe06c2721ded05fdda98f367453b2b5c19b92948d07113cfdd7b9d40c364587b6132d5487fb40b3db7c4f38547cdc836436dadc53a1dee7cc4d22125a810e285037038c75567f0bf8cabf3928f02eba441e74e88d579fa716fca8523265d8f236d1256b0db95ba72c8b9f3a6c2d44ce13da6d6366d9d7a5168a819b45a88eaf6f29ce081c117d1ca43d3f3aeadcbde6fa6e9615b996365ab551c19f53e54c8f5ddc3b8b77e3385eb243af3b7fd837ffbecb8760d3f76d67dbeb0087d2220be30032a7cee9fdd3bbb5a30f3b84aabede0c8d90be737c337ac36d8f10f574847e58459a08233036b50e3ecf3ba990f0ea252dad6577a3390819956fed92e83a301ce26510c9fefac19fba7f3d097861bf9c3f765a8e5e357895f367c9716542ddd3e7bdc721d430acc3db1f3da6bc8c552648c6a80a63613bf03c4f49e5419e3cfc2eb11f8ce271282b3a2f3e2c2cfef74b0e2aedd6127ee5825013d04e642962ddd4570857e9e27ff7529f3f992331348ce5f6378f8c54ee3029e04db706ea6a6787b7f015685ab8240d3f4106621b7b7442e53b0b04a2fde786bf96e5ab67e0f71c6ea364cea82a824d4f412af883f7b494925f5269c908112562841770eaed83ce4a9bb0184caea8d63f424d061823da5b8ae16e804b5213343b9500359ace2a12e6325c7300b623f4ff4294ded9fb499fbf8cb5bc204253e7864eb5d3f5a8a1ff1b49d9e31f58013bcf4357f8fd9ce71f629958139572f60afe76b57e8562ae08d5f695f2768ca4d61f4435157dc7e4bdb30b1587e441ece3cfd11a4cd123ecc35eb4f21095527a3f1f44961d3b4392b7fb67fe58ded36eca7da6646c903a337ab722cc1f53fcfcb4ff45093d31ae2729f286761eb9e75053b598852873ee8ba761e5cd9c23f73eb6bf45cb820b87ed06d8694e056fde27cdd90a5009989217fd4f4d9967f5836b1b6f45fc8ca4b47849771e8ac69cab008fc2308ffed158ac7323f03278ea1753e69f461aa769b2f2519310855ff4564a0c85f7727b1dea297b6d74b4773b32a3c76f4752e9880f9ec11ea149753b2cd41600aa40974a7faff70279de25ccb912b26f491a12a7534aab50563091a7b050d988d88861df6a4f5406c280c32cf75a5dcf4ad67a791210eda97058fc9aae7be6554d14b726a65b507859e7fae55f51e74f4ae2d56b004fff092ce0207e21c4acb8085a27a95d8a7600e172a122396e46af4bc4d7e2889aaa5faad6bdce05f8d4de8d657bcd446138269895dc80bab16d3f4bcb50cf17274d66e2613620bf2eef9495ef448f317ef6a98a831b5c37ba1a1f4c5b201028e33f7b487b2707660f17239489f0b8328b663df57de8f4b228524f4c647e090cfad27b736dc499d22f31256dbc99c3dabc230b9dbfeb5bcb2f11af4c7f30cd71068d6addd863c65314ca22102d3b304f8841aaa8a44a44bbe9769f4cd402a538cc4985267d4c97fba09729013b8cd7a02def7322c6fdbcf51aeb9f4cf95ce4655f61185e96c7480b02ab31367aaa70eebd05601e298b2c3b9c7cbf4d7d4dbac83a3426ac64c4e83f902685a01eced652593442789c7fc477d77eef4dd447b2c6bffa684d22c7a22c1119e27f5141948875785354a6540522fdb14f4edb28ad3c7d2ea66641555c8c6acb6e682c9c85ceaaf6648dccbebf6f77684f50dc9a64ae0060158430bb52b07c1df9047e262cb8409c43c12de8be930eb35f51249ac499add77df64a61d3422b0e98697d1e0ded230145fd511eb68ed5e31f514a0ca2de563d60c6a04a6487466ddacd33ff3e1ca4429c427b7d66863462cf534af7c69d3516cb070a7ea1174f73e0bf12505791da3a8b2e43150a56242fcf55282fda681f45b427d960f1f0a5b8cda1edc3b094932710be8911e55d43ee5f56e29cd84b8ba497801b4f1b456055624ba04cc5a3dbe9471c5554ffa90e063f583efe60ad4c7cc34900d1d27529f320716e438cf46283e461cf084322094ddf593d7373630ee9777388ddd285b869ece076f10e357d4e84befd434648ec3f3f594c222516a36bf68b317eb2715965668a6ad177ec619c641641892ba8037dcf5a6449a106380c9dd41891ab548af7a79ddc04993edee03ea51e8895d911c6ff5d2253cbbb0444eab4e03198bf74d9e5ef3ae5ebabe2f6a4339f2746296a670f60d3ceb2121648e659f70f51cc21ac2f6141209a530086d7a93c3c71798e925f61389fe08bec4f8eede60e02edbbe48962cd17831f5c0f038713f964ce57d5df61685e855895ebeacaa8b3970ddf426d9eecd0b60f66e4d7bac206e08be154cf61a021b4e18fa8af13a874a30bcb24c10a9f0329de6fb224cb1ede2af9c74c2f6253e9c813a31b88f5799b552bfdad8128acda9b0c20551d46982f17ed55e47f654da8ccc84ca9f5b77aebec1549979369b99313f2270f71d16b94cddd7c82cf667e89947bad51172060eadb80277f0263307d8bca1ba78764a413720b179f1f67376ef6f92ab045fe2eef96adc48f8c12aa5f74257b559b1102436d660a6b4f67672926047e1cc83ce53fd80b084a9c22420e1c132157c82a83ee9f50f8959f6774dfc575bfeeb20b4df0149cbee2faf482d6a0d25e84492b0b3c9141f8880f688cd5420ae2667c996d00d032e85c43ad8291da751d9dd378bdda3f0209968f6babf72e1fe126ea9b67a195784fa6d3a66f84f2679281eeb48dc1bb4e3d4f9f6c82155a163251c1105725417a09407eae32eaa8d71837886ebb9049e183d00f6dad422f849e03863ef5fdd3ba26be036bdf9521ba4728be702453f7b64c2c2f6dd475fcd41949bea3702a9bc9cc363302b9bd95e45cee96831eee4847bebf3f7023955cd2cb78ede1d256b3113580c9d030d204c6316904eef893bbd3c4bcef7067b962ad2fa19196b934ca40ebd9ccdfd96ec452ccd742aab4ab82e09ec97f707bcbb0f1d2ae6ad815c359cb5639d25aa61fba4509f54c19b67b30478c8bbf70cfd0d8343d6fb8f5a4ffdd8fd153840823b0e953666869e85fc55b88fc234f71d3d97dc7c409420d483c4d95caf9b4856713218aace7635c26fab9b2c9900f737fb49d1b4f94587b3a399c639302e424165b5343e0b8f5d79fe5382506b99f73dfc3969cef06643751d096c36458023f15a742c17233c8b1a4cc7345abcb4f7460755aab1bf81217d5cd68afff45f10c8951dabce0b6fc02f0342cc0f5c21f75a3c2602c15e8753dbdce88e56c4c03fbdc0ba5286c38a0e14a55d80820984f792150a15db839d2d21b837fd9f8bbe0d643ede6638336328713997cb1a1c29f796b5f45599c540fd71f0871be25afb981ad2e0e3d7378c8fc2e001ebf14249f7a271bceee7d1b0a3b6c9a7d3bf6c704bf23920d55eac13b4032f7482cc342cf7decdae36ddd8f4bb52be8ad4a40e7a86a4388d5c7f3494f9771fe6c4638b0ef7df798ebc80dd739698f84d99293940f38aa3eefec9f08a32ee8bd0c1d82ec1f7ea56fc2f42b0ce63356197ba0d521749a0473e3f15a3a8e7793bcd2b9afa89f82c377189f83e6427f995b789ba12407fb2044078c4c2b09445bd5d011f7c06f832a9cb2d5bd12033bbe602fd5d530eb3b39d2eef07e35cfe059f30d794a3d5f8422f0ac96a01937a270361e713fff418b8b7a7f8bdf7d913d51346f0904c1af8487f2d12044c09602470312f3e3a7297fdde0756a0c7990c3d3d7bf0cd4f72f8526b67210b1e690110cdef66a66e622e2aebcdceb7dbd8f0a21624cf6777cbf85417ce0ba9233b3fb2da6016d23fd0c93b228ce841e4f6597c9dfb97583b75f861f416773f6f6194e6ee624e248d06b26749ccf608cff4f52bc70fb7e1522ef865ee1afae8e0c0f470740bf1b5d6e1a388a5c93a1aa4066027381cc1790660f89d0942969129e541644f4fcec0b74dc929accc571bfdb567c08540bb160069f89d0b390a3f9a677b1cd1f701a5670b73fb0967164fc801e0589e0349d8236ef8a4a82146042359c8bc76227ce93ae0ddaf4347230a59b9455b8291569f77cef8b969a225a82d2546fe00ebe5c01c5b986eee31530190618eb1d32bd2d3e45df8db42aa4532d87396c58e29963fd49f8d13cc42b0091eeea42a15e85a9c4ffff8db926e2b8f7afc60df9718ddd7085d11a35e8ee99124bc649b67cfd24766bcf8e76de4b04738b2407e6e7ff3f13fe20978b6c42ad5917808bd6bfbfe53018bf8eb9eb539c0a6b201fa945504d75281ddbc22a54549bc207b86607ae5eb2484f8eca8807107ed10e6eb5a3668d6b24318be86523da6133848a089ce90d4c93cf8edcd3e021be61379eae879e53df4fb20f4d883950fcf47f2d5d3a917269891f8ee30fdd42a97b7b2fc75e30014758d0d99e62b4d0a4dc6bf1f06d33480f866f8f04b77f56ce351a2d332f2fb5ccc4e72ec0ab372427385abf67e66937fcd61f9045f9e4d4785e0e6253271b9e5be3008e82fd2933a3be585ea65e457a44792f910ca88dd50e4c42cd4f64bb494415d48d4faeb25e9f3fb1ced10a641f5e651f93c8567ea024efce74d67ac4aa4059c079322bf7e64f7789ff7c888c1f1deb8f93caf1098a3932142ac7c24146ba8aebcdd88a01f23208c65ac69142530031df94412e6b4db9e1256e89ab97852420e427925c468d15776b3cec7b66dd87d6ef9473e70fbe3d1b9fae15702fe83e7c3e9359a0477f599c44fce45cdccbeb66df9479f942e20d583bb6782f93fc283d072b0d0a20e6a1e73245f944426d697bbf954a5b9b435e1ab29dff85c4e700e9ab1b806c1031de85b8ae1143ebbe426acf95d8c9106e28817f73a18ff9cf82ebbd1a5d78784a2cc341bf69a9e558b8edaf9686e6cb190c368c0c8caabcd6a46ac2a2a1a8c06b5f357ee6e6672502333caf96d6485bca795e16ece6e1f75056e94705530206cbde036ada4975a16699a52f977d6a224d8e98fd5eda1c2a108e6a1983304febcad4407c75cc85ba249a380f9867b29124cbe26f3a8788a177e40efe07dab1b37402a9aae59473b733e5f49f9979777448d3d4f246c1add049ef0efe5499de2393c80e730106f78e9bc3e13f9ad4c31a0cc1a3f96afeaf766e85d0cc5fbd0743210d08898e8f235fbb2fa03f9b524f65301aaa228d45d34e250b6d31595bfbe6355dc76c5e1a2ad9728af63f9cd84c9affd54cebdda90245ffd83e2f5aea553f815eaf189a9f181d08ade7cf9e13be4e937cb0b2291164c7ede85bb4c45ba602119e0296cccca9bfd687f4cf9eb4fd82fcca9338dbd047a348fce9afb433a55667a5e155e476ee7f5b4e313f9ec8d2fb77052319143faccac321130b03280084abdce8d0f3cb1913ab71d5ff9ed4221732afeb9c36caab07ff636c7d5d822515ffdc8b9a932ae0fb69a6137f9ee3c5c557dcf220c41a808b4b273dcc23f97dc433987bbd21ff160c272abc8f9f0301bc38989cf05c3eef200e8d831bc02d679a369fa4e01372c4e5ddc38e4f9fbcfaabe8efc98ccc413cddc431f912c30319b53cdad18e72d80619c16bd62f9fcaa7059ed787b5663deff6f80f86c4e47a2717f6c6b6287a1f9f10fe1a661fa0ff2c3b1d49f877962d01bd640cb59d3e4d4284a357dd7b8649374604d751efa12720e9d3a5f2ce110051675d5271b7dcb5d52ccfb0ea7e1fa0e608aa7489efa18bccc0fc6821180557a5be7ba775c3dcabc005b0a4b8d6978b52d623eb4c5fa2c0345fd64bdd294e00a4edf2d8eebee00b4398d04704d302b12b1bd7e309ffa3a3672c2bd63c9cf090385e2687b804d5cf3b6d2cbd04aac9a2cba6b0d3ffafa4b6584b3fad42315a5bf706aac6d9d8e3d064e2b41f4ca72c309f1293ba846fa4f1a2fde866685bde03fbd78c88339bafa0d085150400def14cc1abee1c1fbfa53d27af3bdac0ab3c045b44f8c93b5c777462e50f9ea296e3eb3f93cf1cf18fa5707a8ce1c5329bf0887d05fd75db5e6eac31959ff618a276b59b9add9ffddfa5f6f74eb72e3a329cdd643a7010393b9d945ae490bc76d2fbd3bd7efe0eb67fa67bcc5ad148e8bc6b1d2e03060fcaea3385ef9f9ec5c82a6c68bfd7e0e96a0fa7024f3a781095bcd32fc65256ab0f255e34db68be22a2e183d81d48d3a636bfa74e7e02a088128cca190b885e591ed3e55ecc9d1c00e10ed7f524da22f7f65fa77e227e48ac654fccb4f1545191ea35bb81b713ae9536b21a9a420cb8ef35cfa7e924ab1cc3715246b5373596d65280bb07c01a3822eb890c5b97a5ae0c55bfa9d5dccf3e4b6a45e42b11215acf17500a7246222312c0911e348701209a633fa9eb5f53aa3582bbd9ae8844f32a11819ed8413a33e6470a26ddd9e1a27d472faa1fa9900dc4c3d1f44dd21440526dc0cc1c7b9db09b65c2cc75e8882783594faa2b8aaebaabe6cb063e9ec9d8b858f8a71da6fd79f07a19db84b1fc8d69b2bfaa73e9178d879803822cb6cda197190ef4e215fbd0dd182d3103e9f10f33366fab0ba25edd882c32161ce32390adce3c8ffbd120c60a8465f066894a02a8a79faba072eb65ab1dbad50ee1030b7a82280926a85c5ce0fa73d78610e740e5c4bfac7d4de37070cbd5b264a90a939ea02011ca82a6f893971e63f44b1e6e3dc0ffadf51825b063a3addfcb46a9e7390ded8065e5a4007326ee2ecb3766529655ffae40575ee82e9ee2105c539bd5db47765103cbbb987ce81b9694a6b164e901ffaea754dfc1cf3d98d8b8b4f19e34930787b4df0791b9d520db47ebbae53b2eefaedb54253195485aabd18f0a068c25a73a92a1286f7b28f5b3f09504fb49376faf349f8a87d372bc695a441f7dce0036ce6acbf42f7f574db2773f7f0740c06fafa0482be736804ab7712eda5e46b315dff273af22665bf7490a462af74f1eefaff2ace0a27bc5a25b1c0245ed9f2f4112ab942a5fc525f7ef13b410b8a95f2faff6b38abdae6f35c3d03863e1c4af5b9bac431edc07e288be6e9410e63ef71fb026f255446fe04154f012dc1477ac24a544e3eda27bfd9f1fd8294e798232efb18600dc8797e45e47e7c880a5208cb6929666c97e9a59465157de3296c647ffb2af4c38049f146aa5e0f8290c8af97dc92ec89e557f892e9409e7ebddd98c7fb30e80cec281d8e55f7adde95ca4d2100a6dbd79e8fafa6cf549e8dd7c5be64fb389e2868e501b05d107389782238ce707039592453482ca8908e8307698e77fb54ca60c86ca9ecc020de39be98e79daa5017de6bd64b56d2e264aa15dd2ae3fb5800154d876fef0395444f3d0368d957b9fb0020e13724f7ddea97f452b854fb62fd1db87afa4870c066c09c3ff740d198ddb2e049a0f9b6be8a471d0fb15dfb71d34d173b8cd53e6c0a4181edb50e8e3ee5ce6b9868c7d8dd52bac6f13808fb8f978db4f16e3c527130cd9e97f6f95afa3b6b98e7412ceedd4c2780719e9efba9904a5baa416e3e149ae3a2c8503ab29be9c3c60f37e0eeab3469778c9deefbb08a2101a74ac9c85b683765935eef4a9e8f5411ab75b556b09419da85f236fbb5bb62064a1df1b3f5195207eaa9230f8cffd4b28b5975a26ee96e4f969cfbfbb9bf0f038e23a30dd01e46315fd2a2279e537a1ca73c16c20b4a38ab40dd62fbbdc8446e36788170efca3428628b41588dc4d761a6ced40f3bcde45752c5fdfbbed275e2d25cd7d7d40c03895169e7aa8d67bb9c8744174809053b0500c7ccfbdfe379fa929f2f985f2cee35f183565ec12c7e3c06461b5842b594ba567603fbe463810a7f17697abd4ea379d78aecf4b47dcb9c2edcfeecae1abb5ea1ad9afc00da03fae8abea975d49ca928f7c2aa885f4777ea05e2c176a2ec4434aa933fc19ac7f92494912ff25b825e822d096589f9c04a2e57e58343b3bdd5d2ac509fc26c6f4b91ff42254d1fe5157765269bab264fa33926d07fe6061c515f8330dfc3dad05a33cdde1fe65697cce4dfb05715a5d565b5d1c26492d71392967b930fc54678b4f72507e18f874676e0ba9679ac9ed28b857a67b1376a8ead1cd5ef4fc5aace87dc8904336dd9ef7ab2b913f05148b04dbb85a03f850cb1d643f0250fc5cc4d2f9e80c836b4fd7fdc3f87d48a62246ef192b3accb54c045a924b4104fc7279fce43948f824c5c4aaecccdf35304b353a27f2c48ac624f4dcd4ba9f9afc8f06d7861b64c5aa432a866b5dac30c9be0f2280e0fee2cdb623384be5aec4fc9d7851514c398201adf46f196dd1a0e275dc75bbd41c9beff735f22ec0a271fca70772d7c092d87c1ae9e3829035ac62e18a5432bcaecb70683db416b1df0cfcacae97a76a068e23cf6a528585cfd509f0aa8fa8da7c877ac2fe1ffc3033c5fcc6a8903b7090b88f2de4a4652aeed2d115041f609e8802ca5beda7703555fffcd8cdb3a7d0e1a67b159ca3e16ea5bfc2217a5bdb0f3e17b566b87434898f10fceef7735ea67404452b5712ea4cead5af89e8ffa618438eeaf8d2a9cf874803fd07689f5a3b50e1c82ea4e7f3cb732e1eb89d31ba9b7f71fe2bdc8b0d9234cafd167423baa12a153cc10c762b37551b5a5e1b9dbff00f35b93e779b3cd46550fd22a97b1709e59def6bd94a278cd2f735cfc5c1a0ef6c68e674d47a71a54166fd245064b5755531b9c8f4d7389b97f03c044b6ee27307a1b5c0708d4752f762fd3a4cc0c330f1f7ac6a017d1b1ebc7995ec8a9f57c41ebfc75368a101354748fd3bdb5683ad28fc04ca28c61a420012880dcb6cc59799e0c242e473b0230633fd3f2be6ea875770e2a450be4de76b5dbc3c7078195fc12252dd4c6b69a09847fd417002931a5cbda2e18f3f688de738b0aaf380518bc80b24966431faeccb8cfd475050f9281fd4cf9ec1d3ee53cbe13351fd3f28487c2c081ef83b70088af1fd48401379c684bf9d6b7dcc7b8caf5babc7577b8c4c47cd2ee1764fc7ab9e22fd4a22043a8491a872e9506efb8da6bd6f5282c26e2b35942d86520aaf711f79fd4d1f0d364963c4f7bdfd81f24591ab2c084d2b2ca21ec796b8e516668a9e20fd4d50e6865bb05926e5f0a8cf0d0c8aaf142cb7a1eb594478cec278e618a9f7fd56de8c981aadd27eb45644e907d9c95a360bdf6157cac05fe0f7a274caa96bfd5b05e1ac13ebdbe42096f1d6c41b6cec2df90500dc253b150b031ee6779097fd60a6b73d0adbe0b35e053b9885def1481cbc6799ea890752859bb9d8e5ed32fd67ec690ac142b15fc8ea5b95008bdd37a202d934f21c7735d7d8cc71e1eb82fd79b0059fe415da31b1d0a933ab261c10b35474ddc8b9a3ea3881803de2cb53fd7f50b679f3596dededab88fb6db601e6bd55ed4902b6e6cf4fc046092195f9fd8eee0b9b71c0ac4fe7a47ec3be608fb7cfb73793692e4bfedcea4b9db404ecfd9a1d7b3158712253cddc53c110efdeea7709c8c2faa0fcfa34e6cd703ca2b0fd9a9443ceb2c2028ce7dd0eea6cd72443e2cdd2be595f47908725cc97411192fd9c9dfe1d1c3b8ca23340a286228e0cc15f05d211938164aa082f35bff01481fda4e4e7815a7c9b5c8e541d892d87b142fd0b4422d02c51c375dcb3c1f76ea1fdaf8fa62e9890c7edf1da411addca58a66d2c19ace9500b0d0beb974ab768dcfddd9d9683995ac9a5368b966d961267480e3c6d969b0eaa8d62e89bf1d96d5efde378c55123929b000bc2810c89c07467fba4f2a10846aac1ce4e1da1f5df76fdf3269b5722fc14c4b2907d3a800eaef17f6bd553e0f72d652673f16314f401fe06dc23126251bc7bce9f58b980ff512c2db5226b7d61ebabaa12a18ff48af7fe193168e9d8975d6d33c4ba58711eb0c38ff7ec6ac25fde79ae5b2b78f245e8fe1cc756307ad906ea0cc1781769071f9dc705fe0accedb27fdb469e0acbe8b7fe3791db34c6e6ac8b1f5cf3a04d7fe83d84b0e64f82a19d960668b3bfa39992fe3dd8ed6c6e26ced1f8be84e7c483e64ac7d397b5890ba37ec4c4def785e96cfe4c3b952dbace46d2c400d313d955b11f832a2fb797d613d664e32e3e7a5fdbfe5be098bc52e1b1c6d8e17c4cecf58c1d95a71e3c750551529456b3a4a0b878fe731fa08f09625bd079a669cf43e0e2a8f500f6e2f4e3040c54fe7140577e87fe7581a20370294ebd8ac2ae0e126df9e95520dc3070d31833ca0601cc5476fbfe7b99e1b99c6711f149553918ff0081c5d8daa15377ed7192055c284c70525efe86994c77fbf23a9b62e91da4445e4aa2ca3cf718a1ba8623106c562042bb3cfe8ffe26de62f442e7ada2e330b739ff5a2ff57cf47f31b8e6f70f9070a61087fe9d5f6dcb6f021bb2103c0165c7e77b840f104645b2500a2dc0e1f0de2c3548feae4edf769be65239130b381f04714b6e3cf74a7b625a7f5d5829dc15833850febc3aa49c40bee614c60de0251cb7ad2d8399bd0f1c18bde02c2479b7c36be8febf135cfd3386eb94a2df937bbd42329741e10399ead61247d9133c8a902625fec1f9dfbc7724029ea699638e54115615c2b60d897c6607f8376843c1701ad0fedd389a778147fe2b8919645578d1d5586388d1a856f22a15bf36d86928ce07fee5481bd6587f77d9365bf2fe7cfd4a61d9cdb4e7d0961e151bd2715e07fca5feec4f9e0b683b7841f433d7f72d0dacf017e89d684d9c3e6b101c7637a5c55bfef29eded78764a3cc827a523c02af19bf32f5eae84b88aed3d8c33789490793fefd49c60b1c213126996ab6875b369bbc889a353669b938e7139b02156e9e74fefd6c992affc7f1073fb788f2bd2f5dc01af834eda8b97458ea2afdb9f235aeff00fdeaa90a8eedd42245891b91cae920edc0c273a3ba8638f5d182959b065cff1439605c265339e27e7b2d134c4bc59d1049db54966918d8ef3b957521aef6ff27a97dd681cae13297d4e50f3ace653c44ddc1806ac9d2941bc04ecfbc0ff4ff37f4ffb19855cd65b048113e202df49d1b10e42547a0b5288c6d1dce0098f9ff440f4f3b86995ef14bd4e48f6cb5bfbd80d8b821e02f3f614607d37aecf223ff55b32566f605eead7bf878f313ca698c3ce712b966af9c3baf98b5969a894bff5a39deb04efadd576a5f8948f1ac5dcfcd9a569449f952155beb839bd61042ff85869736e242e5177d28d28b04ca799c708888e122bbff63e7277272b14634ff90136bafae927e502c6ffc0ca8c1ca820c2d7ea642cabecb693e311db92f23ffb41ede23f6db799a8b1b587fd46f61aa855c4481c59e68136562a40589f518ffc2e0681083e63f299733168ebb31e075f39f1ea17398de5f73f1b3a2d0a864ffc43e56a02a52889f2f12009888f2dbe3d3b714ef7e72c6258d22d2cae69ef2ffc5f2386c620cd817cebaffa7229e37658e458c3d6e7edbd1cd992732d5432fffcbe2fab68fb80c72cd0dc7cc88d90d8b0e3bd14aac558ccb91102d1df35c42ffd63fbb9b0943bf5196bedb63322047838294e21893bd65e5de68a3e468ef91fffd7bc53c6e97d0bdaf3e21c4ed32faa45f55d6647e11a0de701cd8e7b2374f223b7da9ebd4f9926d0200, 'no');
INSERT INTO `wp_wfconfig` (`name`, `val`, `autoload`) VALUES
('scanFileProcessing', '', 'yes'),
('signatureUpdateTime', 0x31373731353137363537, 'yes'),
('suspiciousAdminUsernames', 0x613a323a7b693a303b733a34363a222f5e77705c2e736572766963655c2e636f6e74726f6c6c6572283f3a5c2e5b612d7a412d5a302d395d2b29242f69223b693a313b733a35353a222f5e283f3a776f72647072657373737361646d696e7c776f7264707265737461646d696e7c6a61696d652e626573736572353629242f69223b7d, 'yes'),
('wfsd_engine', '', 'no'),
('adminUserList', 0x613a313a7b693a313b693a313b7d, 'yes'),
('totalAlertsSent', 0x323537, 'yes'),
('wafAlertLastSendTime', 0x31373433393135353138, 'yes'),
('totalLogins', 0x3334, 'yes'),
('lastAdminLogin', 0x613a363a7b733a363a22757365724944223b693a313b733a383a22757365726e616d65223b733a353a226c696e636f223b733a393a2266697273744e616d65223b733a303a22223b733a383a226c6173744e616d65223b733a303a22223b733a343a2274696d65223b733a33303a22546875203132746820466562727561727920402030363a35333a3131504d223b733a323a224950223b733a31323a2236352e32312e39392e313534223b7d, 'yes'),
('totalIPsLocked', 0x323134, 'yes'),
('lastPermissionsTemplateCheck', 0x31373731383139353638, 'yes');

-- --------------------------------------------------------

--
-- Table structure for table `wp_wfcrawlers`
--

CREATE TABLE `wp_wfcrawlers` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `patternSig` binary(16) NOT NULL,
  `status` char(8) NOT NULL,
  `lastUpdate` int(10) UNSIGNED NOT NULL,
  `PTR` varchar(255) DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_wffilechanges`
--

CREATE TABLE `wp_wffilechanges` (
  `filenameHash` char(64) NOT NULL,
  `file` varchar(1000) NOT NULL,
  `md5` char(32) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_wffilemods`
--

CREATE TABLE `wp_wffilemods` (
  `filenameMD5` binary(16) NOT NULL,
  `filename` varchar(1000) NOT NULL,
  `real_path` text NOT NULL,
  `knownFile` tinyint(3) UNSIGNED NOT NULL,
  `oldMD5` binary(16) NOT NULL,
  `newMD5` binary(16) NOT NULL,
  `SHAC` binary(32) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `stoppedOnSignature` varchar(255) NOT NULL DEFAULT '',
  `stoppedOnPosition` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `isSafeFile` varchar(1) NOT NULL DEFAULT '?'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `wp_wffilemods`
--

INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xffefa052f6ad4bf07f6eb986437a64b0, 'wp-content/plugins/RTL-CareUnit/RTL-CareUnit.php', '/home/activeeee/public_html/wp-content/plugins/RTL-CareUnit/RTL-CareUnit.php', 0, 0xaceaa120957f5a9ad7f6133672b64dca, 0xaceaa120957f5a9ad7f6133672b64dca, 0x044ecd78b45515de47248c586516b8ece1ad774203ddf39a87f81f3a408f7d81, '', 0, '?'),
(0x03f973bef2d770c97e138e5e979e4dc7, 'wp-content/plugins/RTL-CareUnit/bootstrap.php', '/home/activeeee/public_html/wp-content/plugins/RTL-CareUnit/bootstrap.php', 0, 0x6539c64180130dd5726cad05c0c19030, 0x6539c64180130dd5726cad05c0c19030, 0xd07dc9446d3fb4e4d33fd26019804a23739b324bd398e68ad290c24353a8d568, '', 0, '?'),
(0x65ba748e440772500628d21a591f7cab, 'wp-content/plugins/RTL-CareUnit/dist/js/rcu-global.js', '/home/activeeee/public_html/wp-content/plugins/RTL-CareUnit/dist/js/rcu-global.js', 0, 0x098efbdcfc58464da72624a909d0aa05, 0x098efbdcfc58464da72624a909d0aa05, 0xca29bdffa421517c61475a7332cd354b84a03ab2af5f78504e6884db57f0a9f1, '', 0, '?'),
(0x1135f708586d1e17b2b43095505e48f9, 'wp-content/plugins/RTL-CareUnit/dist/js/rcu.js', '/home/activeeee/public_html/wp-content/plugins/RTL-CareUnit/dist/js/rcu.js', 0, 0x7be5f309f89f9c8ff9a747572d00fc5b, 0x7be5f309f89f9c8ff9a747572d00fc5b, 0x2bdc9772254b29c9440931dbc87cc7aecde3cd308d92b3b9b2952d8a0fbccea6, '', 0, '?'),
(0xc1b44244c11630a944a3e8998ba8c092, 'wp-content/plugins/RTL-CareUnit/includes/admin/ajax.php', '/home/activeeee/public_html/wp-content/plugins/RTL-CareUnit/includes/admin/ajax.php', 0, 0xd27a7976c92f60f9dbfbbc48edba025b, 0xd27a7976c92f60f9dbfbbc48edba025b, 0x212fcd44906a08b15767471aa71c532c08621d17e7cebc592b3b738530a488c2, '', 0, '?'),
(0x7bc49a53d6c883894e391a156e638900, 'wp-content/plugins/RTL-CareUnit/includes/admin/assets.php', '/home/activeeee/public_html/wp-content/plugins/RTL-CareUnit/includes/admin/assets.php', 0, 0x7a3ba4b0a7db699697396d8fe914b59a, 0x7a3ba4b0a7db699697396d8fe914b59a, 0x3aa53b8e50d94faba5846c5a107056196e4a9105e442aa54f2eae883b560a447, '', 0, '?'),
(0xc2f66a91237d0a06311a029bc90eea14, 'wp-content/plugins/RTL-CareUnit/includes/admin/content/notification.php', '/home/activeeee/public_html/wp-content/plugins/RTL-CareUnit/includes/admin/content/notification.php', 0, 0xec657a255ea245ce27c53eb5c4bdf3f1, 0xec657a255ea245ce27c53eb5c4bdf3f1, 0x6e796b4c3319c4171043742dc34aae186c8de4da62080a85b6ff3aa6976f1477, '', 0, '?'),
(0x83f85af943ab846a01f4cba7503382ed, 'wp-content/plugins/RTL-CareUnit/includes/admin/content/pages/debug.php', '/home/activeeee/public_html/wp-content/plugins/RTL-CareUnit/includes/admin/content/pages/debug.php', 0, 0x242999f08b10fa96740aa6407a4c258b, 0x242999f08b10fa96740aa6407a4c258b, 0xef1e1d12e5f8057e398d0974ae94fe1e831d458d8e2f4f997d0011417d22d3dc, '', 0, '?'),
(0xdc623c04a3ad9badf05e2c3db1ea9834, 'wp-content/plugins/RTL-CareUnit/includes/admin/content/pages/info.php', '/home/activeeee/public_html/wp-content/plugins/RTL-CareUnit/includes/admin/content/pages/info.php', 0, 0x0e0bfb3de487b46a6c0247efeb809c62, 0x0e0bfb3de487b46a6c0247efeb809c62, 0xe11e83a2693a4866c715688d1590fe34e88e84050a1447b95909fe749a44cca3, '', 0, '?'),
(0xecda1f1766048faa6a338387737f7a9b, 'wp-content/plugins/RTL-CareUnit/includes/admin/content/pages/notifications.php', '/home/activeeee/public_html/wp-content/plugins/RTL-CareUnit/includes/admin/content/pages/notifications.php', 0, 0x660a40266e48896b73de8a0e6b5b9773, 0x660a40266e48896b73de8a0e6b5b9773, 0x091d5ea7dc54d92bbe35b7689b6d72bead6a1dc95d89db2402a6a934927c1ce8, '', 0, '?'),
(0xaaa9c993f93304b7ae47cad839e8c7ac, 'wp-content/plugins/RTL-CareUnit/includes/admin/content/pages/products.php', '/home/activeeee/public_html/wp-content/plugins/RTL-CareUnit/includes/admin/content/pages/products.php', 0, 0x1d85c98377d3ea1fc9d9a0cd82726e31, 0x1d85c98377d3ea1fc9d9a0cd82726e31, 0xa931748e1ddb3594ce07762809c1834f6a0854099931057729ebe2dcf9e1c6c8, '', 0, '?'),
(0x41e2ed504521153cb0e18b3c3a2d1b8f, 'wp-content/plugins/RTL-CareUnit/includes/admin/content/pages/settings.php', '/home/activeeee/public_html/wp-content/plugins/RTL-CareUnit/includes/admin/content/pages/settings.php', 0, 0x41842a3ed0b1ca5122110bc763f5cc37, 0x41842a3ed0b1ca5122110bc763f5cc37, 0x5eef1ec8905c54d12edeff6a0adcdfac621d85343c85ac50683ba4dba648f8ca, '', 0, '?'),
(0x03e2b5ddccd44f61895892b8b6ec568e, 'wp-content/plugins/RTL-CareUnit/includes/admin/page.php', '/home/activeeee/public_html/wp-content/plugins/RTL-CareUnit/includes/admin/page.php', 0, 0xae91c38b59c58718250f7a7e5bb95abe, 0xae91c38b59c58718250f7a7e5bb95abe, 0xac084d516a435f3f80a145111513880bc2582c6a39c4218efba430e6bed0bb73, '', 0, '?'),
(0xa6b3f6da324cce8741b1f44eb4b91d86, 'wp-content/plugins/RTL-CareUnit/includes/classes/Helper.php', '/home/activeeee/public_html/wp-content/plugins/RTL-CareUnit/includes/classes/Helper.php', 0, 0x260fafad61db44aad2d0afa443aef37a, 0x260fafad61db44aad2d0afa443aef37a, 0xdc36cf95e1a34a179787db92cc60637d839494b2256346c05e45dcf735be9326, '', 0, '?'),
(0x595f883ee5070b00364a092f70cbffda, 'wp-content/plugins/RTL-CareUnit/includes/classes/Notification.php', '/home/activeeee/public_html/wp-content/plugins/RTL-CareUnit/includes/classes/Notification.php', 0, 0xe7955dabf1b09eeb5602adba6886edd9, 0xe7955dabf1b09eeb5602adba6886edd9, 0xf9159b9fefc1f20d2d7e5e909a3a13b1db0352970bca18c1acd971e3a013bfdb, '', 0, '?'),
(0xb2747c2d0e20a1701f3063b4fe238107, 'wp-content/plugins/RTL-CareUnit/includes/classes/Product.php', '/home/activeeee/public_html/wp-content/plugins/RTL-CareUnit/includes/classes/Product.php', 0, 0xccdb2116101ae6ca74bde304c6c1728b, 0xccdb2116101ae6ca74bde304c6c1728b, 0x8842b2fe762d71f14a495479620cc8dd7014007d72ee21b7e6869547ae3a769f, '', 0, '?'),
(0x785dce5c729c405260c59227d2765721, 'wp-content/plugins/RTL-CareUnit/includes/classes/Server.php', '/home/activeeee/public_html/wp-content/plugins/RTL-CareUnit/includes/classes/Server.php', 0, 0x865f086d8cb33e096e23bb0e9b361262, 0x865f086d8cb33e096e23bb0e9b361262, 0xd9bfe439d12b2f9e9b2d095e8c3842cbe17387f8cd6b02eaa91ed5efcebd2da6, '', 0, '?'),
(0xfc749a90483ee739509d60d21f0d87a5, 'wp-content/plugins/RTL-CareUnit/includes/classes/Storage.php', '/home/activeeee/public_html/wp-content/plugins/RTL-CareUnit/includes/classes/Storage.php', 0, 0x05ec0103495dea5f0ec7d08fb19fd892, 0x05ec0103495dea5f0ec7d08fb19fd892, 0x1707ef25b36f368ad65b1f378a6202f7a14828ef2cef498034d81855dd6ce5a2, '', 0, '?'),
(0x6485c854b03e9f6ec9b5ff4a3c4519c4, 'wp-content/plugins/RTL-CareUnit/includes/general.php', '/home/activeeee/public_html/wp-content/plugins/RTL-CareUnit/includes/general.php', 0, 0xa2dea5b03a06beedd7f207349bca3961, 0xa2dea5b03a06beedd7f207349bca3961, 0xab5c00aa9caa59574e0c31b2850224fd35d235153ae06d4d452c1939c33f0e98, '', 0, '?'),
(0x7e18342b0d39b112438d286f43a280f9, 'wp-content/plugins/RTL-CareUnit/includes/hooks.php', '/home/activeeee/public_html/wp-content/plugins/RTL-CareUnit/includes/hooks.php', 0, 0xa84c402027cb8ede7bf70a3db0777fc8, 0xa84c402027cb8ede7bf70a3db0777fc8, 0x76b86c96793ce0253d017a7d0b3c0c985b26d97b130e9aec203fa1ff85108907, '', 0, '?'),
(0x82fe60038cfae10a5ed8d621c6fba77c, 'wp-content/plugins/RTL-CareUnit/vendor/autoload.php', '/home/activeeee/public_html/wp-content/plugins/RTL-CareUnit/vendor/autoload.php', 0, 0x593c9a7535b922f8a6fb4243b385cd05, 0x593c9a7535b922f8a6fb4243b385cd05, 0x6e8a36ded15257f07b17943bc91a46ce8fd0eb68c351d909054ed79367a42603, '', 0, '?'),
(0x3c4f4ac153941de25240ea369d3a16a1, 'wp-content/plugins/RTL-CareUnit/vendor/composer/ClassLoader.php', '/home/activeeee/public_html/wp-content/plugins/RTL-CareUnit/vendor/composer/ClassLoader.php', 0, 0x0ca7ee550f0dfbaf1b11de18ccb4d826, 0x0ca7ee550f0dfbaf1b11de18ccb4d826, 0xf9e79583d84b2169848e72127457a8928c1856941df32f7ba959d5f22ee661d3, '', 0, '?'),
(0xe8c71163147c40a3f5a5b2c26bbcfb45, 'wp-content/plugins/RTL-CareUnit/vendor/composer/InstalledVersions.php', '/home/activeeee/public_html/wp-content/plugins/RTL-CareUnit/vendor/composer/InstalledVersions.php', 0, 0xef50eb5108e67060a8519f981fb14652, 0xef50eb5108e67060a8519f981fb14652, 0x20d14814531e94dec900d81f088bcd27843708a0955668613a5ef943a994f117, '', 0, '?'),
(0x38f49aa0c4a027354a7775b2fe0ebd60, 'wp-content/plugins/RTL-CareUnit/vendor/composer/autoload_classmap.php', '/home/activeeee/public_html/wp-content/plugins/RTL-CareUnit/vendor/composer/autoload_classmap.php', 0, 0x0479883963cf56f9be0e539cb1aa7170, 0x0479883963cf56f9be0e539cb1aa7170, 0xd1930c8bc7b64beb8bdbed270ea3f81b1306346b2ac3605debee40df58280b03, '', 0, '?'),
(0x2dbcd517596835e32af1a8511def8a10, 'wp-content/plugins/RTL-CareUnit/vendor/composer/autoload_files.php', '/home/activeeee/public_html/wp-content/plugins/RTL-CareUnit/vendor/composer/autoload_files.php', 0, 0x750c7f3a6b108056ffecaee6056bf033, 0x750c7f3a6b108056ffecaee6056bf033, 0x88c53658408c3a97b593330d98380591c5f18c66bcaebc0e7ab87cb47cc013aa, '', 0, '?'),
(0x8e01c3152733fc4568f008ff39793588, 'wp-content/plugins/RTL-CareUnit/vendor/composer/autoload_namespaces.php', '/home/activeeee/public_html/wp-content/plugins/RTL-CareUnit/vendor/composer/autoload_namespaces.php', 0, 0xb45409c8f2fd949a23541b4847f329d7, 0xb45409c8f2fd949a23541b4847f329d7, 0x110dc95c589cb7068ada25e5c9b648893178729e4d020a4f3cef402cb47b5357, '', 0, '?'),
(0x5e1c29ca739bdda4789a3217bc034cf5, 'wp-content/plugins/RTL-CareUnit/vendor/composer/autoload_psr4.php', '/home/activeeee/public_html/wp-content/plugins/RTL-CareUnit/vendor/composer/autoload_psr4.php', 0, 0x67a142fb698abc436ca911e92c66e4b9, 0x67a142fb698abc436ca911e92c66e4b9, 0xfca9d3e97591e8b0c59bdba312b70a7cdd87588e148840bbae8c101e659bd1f5, '', 0, '?'),
(0xc521a51b06681cc036e6f5b3680cf578, 'wp-content/plugins/RTL-CareUnit/vendor/composer/autoload_real.php', '/home/activeeee/public_html/wp-content/plugins/RTL-CareUnit/vendor/composer/autoload_real.php', 0, 0x43943794df265a350fabdb889e9f6d78, 0x43943794df265a350fabdb889e9f6d78, 0xa3a5713ab2989b6123cc9e396ce8d6ebb523618a1020fc245fc81a52f01855c6, '', 0, '?'),
(0x370383f9e5f4da03f5128b3582a7d5ad, 'wp-content/plugins/RTL-CareUnit/vendor/composer/autoload_static.php', '/home/activeeee/public_html/wp-content/plugins/RTL-CareUnit/vendor/composer/autoload_static.php', 0, 0x63c0c6141de408b2ecbe3c0e32394e98, 0x63c0c6141de408b2ecbe3c0e32394e98, 0x9757c1de323c7eb8c304d1ae3554292d31cb6bd89fb28a9a9938e62080c84655, '', 0, '?'),
(0xec66d4fe2e104fe19f2c9ec8412de294, 'wp-content/plugins/RTL-CareUnit/vendor/composer/installed.php', '/home/activeeee/public_html/wp-content/plugins/RTL-CareUnit/vendor/composer/installed.php', 0, 0xca81ffb9b04c7c44c6b252f57e363ec7, 0xca81ffb9b04c7c44c6b252f57e363ec7, 0x82093ec8856cd9ff4b782f856eaa7c58599654a37e9326ff308c3d54fc561790, '', 0, '?'),
(0xc84f93f5d22c01967cbc876a9eb30946, 'wp-content/plugins/RTL-CareUnit/vendor/composer/platform_check.php', '/home/activeeee/public_html/wp-content/plugins/RTL-CareUnit/vendor/composer/platform_check.php', 0, 0x05f50bdbf3fc0bf65b033a85e7808bf0, 0x05f50bdbf3fc0bf65b033a85e7808bf0, 0x9a5a622311c2c760560fbcb27001e2938b4682c031816d35ed1d6d4b9609af19, '', 0, '?'),
(0x3bc45c016a6503a8a5102ca79b2f1b53, 'wp-content/plugins/RTL-CareUnit/vendor/defuse/php-encryption/dist/phar-testing-autoload.php', '/home/activeeee/public_html/wp-content/plugins/RTL-CareUnit/vendor/defuse/php-encryption/dist/phar-testing-autoload.php', 0, 0x94e54942d32f9fc84893afdc8953bd26, 0x94e54942d32f9fc84893afdc8953bd26, 0xf1313d65ff68dd707d14a6f49b4fba0cb55cde4eba314ded12bd558fb9187c66, '', 0, '?'),
(0x1c6d12f6a1028f60bf6a428c792f5dee, 'wp-content/plugins/RTL-CareUnit/vendor/defuse/php-encryption/src/Core.php', '/home/activeeee/public_html/wp-content/plugins/RTL-CareUnit/vendor/defuse/php-encryption/src/Core.php', 0, 0x76f82b6d6c1d6e30fba504b3e839d9cd, 0x76f82b6d6c1d6e30fba504b3e839d9cd, 0x539d591d153e5d5963624226b85e8be2a22c5b319f8a6f3e445ce43e15f33510, '', 0, '?'),
(0x076d4d8194729a59a6ddf3405b198d33, 'wp-content/plugins/RTL-CareUnit/vendor/defuse/php-encryption/src/Crypto.php', '/home/activeeee/public_html/wp-content/plugins/RTL-CareUnit/vendor/defuse/php-encryption/src/Crypto.php', 0, 0xc806c7d9317f36cbeabf05b3ac22232e, 0xc806c7d9317f36cbeabf05b3ac22232e, 0x47b9d37fe06f3fed8228fc854b095dbe3224d8f5d4af1a763b43c49a4fe1a49e, '', 0, '?'),
(0x286dd33f07562159b8cfafe56e21a59f, 'wp-content/plugins/RTL-CareUnit/vendor/defuse/php-encryption/src/DerivedKeys.php', '/home/activeeee/public_html/wp-content/plugins/RTL-CareUnit/vendor/defuse/php-encryption/src/DerivedKeys.php', 0, 0x9ca9bb00074dc1620143b796f5834809, 0x9ca9bb00074dc1620143b796f5834809, 0x8cf8e5f5bdb0674772f6846c2adfd9395e923be820118ab2b6685a9a47cb9890, '', 0, '?'),
(0xcf6bcc1b2b3a76618405174c827c6c3a, 'wp-content/plugins/RTL-CareUnit/vendor/defuse/php-encryption/src/Encoding.php', '/home/activeeee/public_html/wp-content/plugins/RTL-CareUnit/vendor/defuse/php-encryption/src/Encoding.php', 0, 0xad85bf71fb28d257c05c8c7b4a583591, 0xad85bf71fb28d257c05c8c7b4a583591, 0xcf3114069f55e83ec6003b868e7d054689486b1d1b3635687a0972eb3e6de75a, '', 0, '?'),
(0xc353b87b96364a0e670bb0106164af4e, 'wp-content/plugins/RTL-CareUnit/vendor/defuse/php-encryption/src/Exception/BadFormatException.php', '/home/activeeee/public_html/wp-content/plugins/RTL-CareUnit/vendor/defuse/php-encryption/src/Exception/BadFormatException.php', 0, 0xe8519fd7d627e62df0c65540c6222183, 0xe8519fd7d627e62df0c65540c6222183, 0x390484afa7bc4c7b032ba79d67b259c07687eb80154b64e1c9e7aa5ab808eaab, '', 0, '?'),
(0x46f44ae56c73b8e81a94f7fe96048e1f, 'wp-content/plugins/RTL-CareUnit/vendor/defuse/php-encryption/src/Exception/CryptoException.php', '/home/activeeee/public_html/wp-content/plugins/RTL-CareUnit/vendor/defuse/php-encryption/src/Exception/CryptoException.php', 0, 0x81303e5a5722b85749360adb7e972835, 0x81303e5a5722b85749360adb7e972835, 0x1c9c6a1e0613c1f0372e5e29e3c191fc6c1b037bb0709a439e01c843219e6320, '', 0, '?'),
(0x96f8cbe59a83099fe7872528ae419810, 'wp-content/plugins/RTL-CareUnit/vendor/defuse/php-encryption/src/Exception/EnvironmentIsBrokenException.php', '/home/activeeee/public_html/wp-content/plugins/RTL-CareUnit/vendor/defuse/php-encryption/src/Exception/EnvironmentIsBrokenException.php', 0, 0x891aeb52730037293c7db6680fa9b92e, 0x891aeb52730037293c7db6680fa9b92e, 0x57241304df6a7873f02a2c1edeab277d8cb48234280ccccc82144088fa2449b3, '', 0, '?'),
(0xc71ae9ba746bf920218e6290c9779d28, 'wp-content/plugins/RTL-CareUnit/vendor/defuse/php-encryption/src/Exception/IOException.php', '/home/activeeee/public_html/wp-content/plugins/RTL-CareUnit/vendor/defuse/php-encryption/src/Exception/IOException.php', 0, 0x0b63c5f54b1cbd8e0e9898e2c323286c, 0x0b63c5f54b1cbd8e0e9898e2c323286c, 0xee13d63e759bbef19b9b8c0d964d207a1d9d45e434cd43f2c073e294c56a371e, '', 0, '?'),
(0xfe3a27e8d7481872cceafd23d474997d, 'wp-content/plugins/RTL-CareUnit/vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php', '/home/activeeee/public_html/wp-content/plugins/RTL-CareUnit/vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php', 0, 0x69a3b661d92c0232d4a6083a657badaf, 0x69a3b661d92c0232d4a6083a657badaf, 0x936119fcfc260259773d62b84f2bb4e19ab4531bc2ee05c83fa18d59ade1fd73, '', 0, '?'),
(0x6b2d1cb4865dacea32ac5b0729368972, 'wp-content/plugins/RTL-CareUnit/vendor/defuse/php-encryption/src/File.php', '/home/activeeee/public_html/wp-content/plugins/RTL-CareUnit/vendor/defuse/php-encryption/src/File.php', 0, 0xaf1731c4258f469773b162126af8068b, 0xaf1731c4258f469773b162126af8068b, 0x0e05839f5307feab03c5c5929185a6029bd0b59d9c864c9522c47080901450d2, '', 0, '?'),
(0x175f427bd5f9faa0ffbf1ac8b900d8b5, 'wp-content/plugins/RTL-CareUnit/vendor/defuse/php-encryption/src/Key.php', '/home/activeeee/public_html/wp-content/plugins/RTL-CareUnit/vendor/defuse/php-encryption/src/Key.php', 0, 0xa269cb2d6b270416be4e67aa1bb4dc7a, 0xa269cb2d6b270416be4e67aa1bb4dc7a, 0x654081c5dcd8d89e5d57bb2eedcf9136c12a948094ecb2e23aeb912b8a1925ed, '', 0, '?'),
(0x7fba689642d2f41cf7501bb72d822e3d, 'wp-content/plugins/RTL-CareUnit/vendor/defuse/php-encryption/src/KeyOrPassword.php', '/home/activeeee/public_html/wp-content/plugins/RTL-CareUnit/vendor/defuse/php-encryption/src/KeyOrPassword.php', 0, 0xd6dfb77f01e0593e7d6c4b7c1ebcd135, 0xd6dfb77f01e0593e7d6c4b7c1ebcd135, 0xa4d86366377c3ab7e54d8c12f56247b97e38334072c921ca4effaff3f07287e5, '', 0, '?'),
(0x2d369a8cf52c0920473048ad4c479198, 'wp-content/plugins/RTL-CareUnit/vendor/defuse/php-encryption/src/KeyProtectedByPassword.php', '/home/activeeee/public_html/wp-content/plugins/RTL-CareUnit/vendor/defuse/php-encryption/src/KeyProtectedByPassword.php', 0, 0x66a9aa33da01733fe3f5a16a838b1442, 0x66a9aa33da01733fe3f5a16a838b1442, 0xed1eb0566860ab9d04ae5fc7cb90aac4249fd43a23ae705cdb95e51eac0c81f8, '', 0, '?'),
(0x16ac0b0133f2084729ad6c51bfab4f22, 'wp-content/plugins/RTL-CareUnit/vendor/defuse/php-encryption/src/RuntimeTests.php', '/home/activeeee/public_html/wp-content/plugins/RTL-CareUnit/vendor/defuse/php-encryption/src/RuntimeTests.php', 0, 0x78b5a56f0c539368755a05a245ecad22, 0x78b5a56f0c539368755a05a245ecad22, 0x8d8b39df1fb76689bc5061611995652499622c8d70f660561a59ee64104bfbed, '', 0, '?'),
(0x4c9b72445414d204beac2fd57eeeb5ac, 'wp-content/plugins/RTL-CareUnit/vendor/paragonie/random_compat/lib/random.php', '/home/activeeee/public_html/wp-content/plugins/RTL-CareUnit/vendor/paragonie/random_compat/lib/random.php', 0, 0x440b13d59f50fdfc6e64c123374af79b, 0x440b13d59f50fdfc6e64c123374af79b, 0xd7ef4d20d9c7a1b92007a949136fa0ca0fb3ac1481824e935c20a28c2746d1ed, '', 0, '?'),
(0xc34271fe0972fc9de5efc81dc0feee2a, 'wp-content/plugins/RTL-CareUnit/vendor/paragonie/random_compat/other/build_phar.php', '/home/activeeee/public_html/wp-content/plugins/RTL-CareUnit/vendor/paragonie/random_compat/other/build_phar.php', 0, 0x421ac04fb10eb6ffc265109fadacfa15, 0x421ac04fb10eb6ffc265109fadacfa15, 0x4d58f28ce12fabab0a9a140be561d1dd28b44e21efd4ca425de7add45655cdcc, '', 0, '?'),
(0x910e09fa2f50a3186a4dace30d0c0802, 'wp-content/plugins/RTL-CareUnit/vendor/paragonie/random_compat/psalm-autoload.php', '/home/activeeee/public_html/wp-content/plugins/RTL-CareUnit/vendor/paragonie/random_compat/psalm-autoload.php', 0, 0x1b59cdb6030c3c4768f76c3ac8e9a897, 0x1b59cdb6030c3c4768f76c3ac8e9a897, 0xcc3880848601c65d53882881f44033ab93f2da503517b7487c2a7290abe9a6b1, '', 0, '?'),
(0xf0d4d854cdb957d762b498f2c094e751, 'wp-content/plugins/RTL-CareUnit/vendor/php-curl-class/php-curl-class/src/Curl/ArrayUtil.php', '/home/activeeee/public_html/wp-content/plugins/RTL-CareUnit/vendor/php-curl-class/php-curl-class/src/Curl/ArrayUtil.php', 0, 0xcd60ff47d6eb5213028ece0016958469, 0xcd60ff47d6eb5213028ece0016958469, 0xd9f01b8612ba8b49be50590384909f0e2f17f5f0ff76dba9e52417f099b58275, '', 0, '?'),
(0xd7b5763ec8b00c736e9d6cd0fef25abd, 'wp-content/plugins/RTL-CareUnit/vendor/php-curl-class/php-curl-class/src/Curl/BaseCurl.php', '/home/activeeee/public_html/wp-content/plugins/RTL-CareUnit/vendor/php-curl-class/php-curl-class/src/Curl/BaseCurl.php', 0, 0xf3c8387c2af7a767761a864f20655e35, 0xf3c8387c2af7a767761a864f20655e35, 0x3383af05b9351ebddfb29a6046bc40e4190cad40e9782184bccd9a0c55b39e2a, '', 0, '?'),
(0x99f7db55ee48585f2959a25b5fd8d2e3, 'wp-content/plugins/RTL-CareUnit/vendor/php-curl-class/php-curl-class/src/Curl/CaseInsensitiveArray.php', '/home/activeeee/public_html/wp-content/plugins/RTL-CareUnit/vendor/php-curl-class/php-curl-class/src/Curl/CaseInsensitiveArray.php', 0, 0x47bbbee7b2dccea2b14fd35d68b11a61, 0x47bbbee7b2dccea2b14fd35d68b11a61, 0x2a2d4be0be78e48f106219f1f12d375bf74f2c2b15c61f1d410704a69233c1f4, '', 0, '?'),
(0x1c62327ed124dc3b650e091a1f99c421, 'wp-content/plugins/RTL-CareUnit/vendor/php-curl-class/php-curl-class/src/Curl/Curl.php', '/home/activeeee/public_html/wp-content/plugins/RTL-CareUnit/vendor/php-curl-class/php-curl-class/src/Curl/Curl.php', 0, 0x7e056f51eea1103de4326abb07c74481, 0x7e056f51eea1103de4326abb07c74481, 0xb0c240aa543687df42d11eb58c86cf17e9300b60e5eba0011eee203a93e60772, '', 0, '?'),
(0xc5a53dc09326fc4579be0d5a2882b90e, 'wp-content/plugins/RTL-CareUnit/vendor/php-curl-class/php-curl-class/src/Curl/Decoder.php', '/home/activeeee/public_html/wp-content/plugins/RTL-CareUnit/vendor/php-curl-class/php-curl-class/src/Curl/Decoder.php', 0, 0xeae72501d4b4283399050cae014259d6, 0xeae72501d4b4283399050cae014259d6, 0x10d63c7d36b148b743e5b276cdbbe6e8eb2b9a7944bff8711e6b2c8f7561de4c, '', 0, '?'),
(0xe25d8cdac60146385e516867c2a52081, 'wp-content/plugins/RTL-CareUnit/vendor/php-curl-class/php-curl-class/src/Curl/Encoder.php', '/home/activeeee/public_html/wp-content/plugins/RTL-CareUnit/vendor/php-curl-class/php-curl-class/src/Curl/Encoder.php', 0, 0xd6195f16a544defb41544836b0c750fc, 0xd6195f16a544defb41544836b0c750fc, 0x84b245da238d517894d5f1820f72bd6eaa7762701dd619d028e1996ad0368311, '', 0, '?'),
(0x99679ebe267bfc3b1700f732b901e94a, 'wp-content/plugins/RTL-CareUnit/vendor/php-curl-class/php-curl-class/src/Curl/MultiCurl.php', '/home/activeeee/public_html/wp-content/plugins/RTL-CareUnit/vendor/php-curl-class/php-curl-class/src/Curl/MultiCurl.php', 0, 0x484354ba82c158ff17725a9a1cd7f1c8, 0x484354ba82c158ff17725a9a1cd7f1c8, 0x67dd3888a836d16af5e887740236fdb74ef677246a16814a01ad452ee068eab0, '', 0, '?'),
(0x079994e23d993a0f8a3a4b87bd2b50b7, 'wp-content/plugins/RTL-CareUnit/vendor/php-curl-class/php-curl-class/src/Curl/StringUtil.php', '/home/activeeee/public_html/wp-content/plugins/RTL-CareUnit/vendor/php-curl-class/php-curl-class/src/Curl/StringUtil.php', 0, 0x75b11b62f8365023c42b4d63241d98f9, 0x75b11b62f8365023c42b4d63241d98f9, 0x2fb492619ff44072fa3d1c4e098fcd179227adf15f1b69c2a87335b3e03971ff, '', 0, '?'),
(0x6e040bc440eef103fb7c79a1b1e869d5, 'wp-content/plugins/RTL-CareUnit/vendor/php-curl-class/php-curl-class/src/Curl/Url.php', '/home/activeeee/public_html/wp-content/plugins/RTL-CareUnit/vendor/php-curl-class/php-curl-class/src/Curl/Url.php', 0, 0xe5b44e1e0307bcf31aa8d73dca3a4b9b, 0xe5b44e1e0307bcf31aa8d73dca3a4b9b, 0xcda68b754d3cffd0775b305c22f241924ed35052b9296a4ac02061edfa269abc, '', 0, '?'),
(0xced0d1db0df26d9d5dbee1a5885a55e1, 'wp-content/plugins/admin/statistics/class-statistics-service.php', '/home/activeeee/public_html/wp-content/plugins/admin/statistics/class-statistics-service.php', 0, 0x1aa914e99360376c0534700392f24337, 0x1aa914e99360376c0534700392f24337, 0xf1894018cbfdedc50a1dd1568bcc6c309fddd514e88f8b573dd9a09e0ed7103b, '', 0, '?'),
(0x88f0147794c1692eb977be284d3b3044, 'wp-content/plugins/akismet/.htaccess', '/home/activeeee/public_html/wp-content/plugins/akismet/.htaccess', 1, 0x00000000000000000000000000000000, 0x7f32defebc534e25c1b5e74c779be14f, 0x7f70c4bef158947c6cd687f8e3c5f0face02e6f5206a1917c55961241595ee1e, '', 0, '?'),
(0xf49c887f128c8e01c749cc2a9f3a6fcd, 'wp-content/plugins/akismet/LICENSE.txt', '/home/activeeee/public_html/wp-content/plugins/akismet/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0xb234ee4d69f5fce4486a80fdaf4a4263, 0xbcff007631a3ea73d41d4eed3e63491f4412d9a6be9dd60f8449e9ad30ff1d2d, '', 0, '?'),
(0x0616ce7cdf98802f09b0e27ece565f45, 'wp-content/plugins/akismet/_inc/akismet-admin.css', '/home/activeeee/public_html/wp-content/plugins/akismet/_inc/akismet-admin.css', 1, 0x00000000000000000000000000000000, 0xcf2247f4c315dcc90e09c4ffa702cb8f, 0x5a81522a942ddcc5ed31a97a292c15138e3271562c5bd2fef32baafa300e8b74, '', 0, '?'),
(0x005ecd6d23e54b06a7ae67a920344607, 'wp-content/plugins/akismet/_inc/akismet-admin.js', '/home/activeeee/public_html/wp-content/plugins/akismet/_inc/akismet-admin.js', 1, 0x00000000000000000000000000000000, 0xc1b0c9f2684128f64bc9f26c6eb148ac, 0x3e23134170ab1947a1ae4b9f87dca4bbe9cfc1ba3fd530948e694978143390bf, '', 0, '?'),
(0xfb4dad459604e75313d7442c3a95ac7a, 'wp-content/plugins/akismet/_inc/akismet-frontend.js', '/home/activeeee/public_html/wp-content/plugins/akismet/_inc/akismet-frontend.js', 1, 0x00000000000000000000000000000000, 0x94bc4228bb5941670e191e40a6bc44bd, 0x029bdda5c4f4313a9c3bf627319aff8f73b86b67ca1f300f26b7633568aabdc7, '', 0, '?'),
(0x4ce6bf0da186c8a63a01d5e86ef26827, 'wp-content/plugins/akismet/_inc/akismet.css', '/home/activeeee/public_html/wp-content/plugins/akismet/_inc/akismet.css', 1, 0x00000000000000000000000000000000, 0x2b9e60ae96150373a490406c4a056deb, 0xa3a7b4e0bf56f450c2488d7528809a7e416e8dea975f5196897ee199b500fe65, '', 0, '?'),
(0xccbd1ff320fe981c9f5899246f42b907, 'wp-content/plugins/akismet/_inc/akismet.js', '/home/activeeee/public_html/wp-content/plugins/akismet/_inc/akismet.js', 1, 0x00000000000000000000000000000000, 0x88794c2a8e906275933ede7df2bf0185, 0xdfb7fe93c19f04ac8b91461c0a2018b35bdcb230941f65eb4be1fc3d7c26adb1, '', 0, '?'),
(0x26ef11d9975b167a7260e0b8f925c58c, 'wp-content/plugins/akismet/_inc/fonts/inter.css', '/home/activeeee/public_html/wp-content/plugins/akismet/_inc/fonts/inter.css', 1, 0x00000000000000000000000000000000, 0x2657c1447da18d612344484a2b13bfde, 0xa1c3429b67616619c61913601cf72532d0e229ea213b19277043670045768913, '', 0, '?'),
(0x63e0751da932a2d067d5911ec55b332b, 'wp-content/plugins/akismet/_inc/img/akismet-refresh-logo.svg', '/home/activeeee/public_html/wp-content/plugins/akismet/_inc/img/akismet-refresh-logo.svg', 1, 0x00000000000000000000000000000000, 0x198862c8d727f168fb32eb20b9807e73, 0xb5eac16da4a612e912527ad182713e6b4b0938e597c8d867f7bc6cbbe06f406e, '', 0, '?'),
(0x32a0268d71c6d3e1d7a204c5b3dcf256, 'wp-content/plugins/akismet/_inc/img/akismet-refresh-logo@2x.png', '/home/activeeee/public_html/wp-content/plugins/akismet/_inc/img/akismet-refresh-logo@2x.png', 1, 0x00000000000000000000000000000000, 0x20980ebdb9124678ed92b941dbc88a03, 0x4b8f285878db811fafe02e09b8332c941a467908235eef790aae28a14ced5604, '', 0, '?'),
(0xe449d049e89662b5d65e79e224a77607, 'wp-content/plugins/akismet/_inc/img/arrow-left.svg', '/home/activeeee/public_html/wp-content/plugins/akismet/_inc/img/arrow-left.svg', 1, 0x00000000000000000000000000000000, 0xb811f6abe3935e5dc4d35039ba4b47e2, 0xb1a24af43bd7b08da3ececa7c36b9b9dc53a14bec01d1b7d75f23e6b4093ee46, '', 0, '?'),
(0xbebe7899abfdd66d590d3d91ecce5039, 'wp-content/plugins/akismet/_inc/img/logo-a-2x.png', '/home/activeeee/public_html/wp-content/plugins/akismet/_inc/img/logo-a-2x.png', 1, 0x00000000000000000000000000000000, 0x771e19dc4a5a3eb5d1d4d304c3108999, 0x980b4a837ab5857b01b0b04da2190fbb0d52ffe680ae6c42410da755b49fc2a8, '', 0, '?'),
(0x9d2750f3e499545dd90902ff36ff7e82, 'wp-content/plugins/akismet/_inc/img/logo-full-2x.png', '/home/activeeee/public_html/wp-content/plugins/akismet/_inc/img/logo-full-2x.png', 1, 0x00000000000000000000000000000000, 0xe3ae5e4bade42d5ef8883e41b7737bef, 0xf6253e9c813a31b88f5799b552bfdad8128acda9b0c20551d46982f17ed55e47, '', 0, '?'),
(0x8e96bb2d05d9681925815566f77da8b2, 'wp-content/plugins/akismet/_inc/rtl/akismet-admin-rtl.css', '/home/activeeee/public_html/wp-content/plugins/akismet/_inc/rtl/akismet-admin-rtl.css', 1, 0x00000000000000000000000000000000, 0x24842c4bb90f41cd0e1809a4f224a9d0, 0xdb7a42340e06b5700f85822af489d61a8c431146bffbc0de50057273ec23d74b, '', 0, '?'),
(0xf67f8010a3a1823a9224b66487063411, 'wp-content/plugins/akismet/_inc/rtl/akismet-rtl.css', '/home/activeeee/public_html/wp-content/plugins/akismet/_inc/rtl/akismet-rtl.css', 1, 0x00000000000000000000000000000000, 0x8abe18dc05c703233522b43befd6ded3, 0xe643435f70ba20603030cbebb547de909608453430c4b4267af7c1ebe302afbe, '', 0, '?'),
(0x29cc83d532b16bd50868af9ff2211f20, 'wp-content/plugins/akismet/akismet.php', '/home/activeeee/public_html/wp-content/plugins/akismet/akismet.php', 1, 0x00000000000000000000000000000000, 0xf9130a91e00c91750a037af649f71482, 0xbc4dcf339a091326c0079ce0c443c13fdc53d09e9f3788c149777277c1506155, '', 0, '?'),
(0x0e9da2b381f355878429e4e0ca803347, 'wp-content/plugins/akismet/changelog.txt', '/home/activeeee/public_html/wp-content/plugins/akismet/changelog.txt', 1, 0x00000000000000000000000000000000, 0xd8798c118d1bc90832ae01c37dba9d39, 0x9add4cac49fd6e1fadc9d9fb2a2832f162ac82886eaadbc4844c765fd1f306a9, '', 0, '?'),
(0xf296dd05d50b6a1b4be926b785edd659, 'wp-content/plugins/akismet/class.akismet-admin.php', '/home/activeeee/public_html/wp-content/plugins/akismet/class.akismet-admin.php', 1, 0x00000000000000000000000000000000, 0xa00cc93b558117b1acce20b0ffc34d3f, 0x65a2aab3ef9227b28fa5ae0c758b48c9b5e6a106d96a784cc7427b232aa7da93, '', 0, '?'),
(0x8bb11866e9a4a7784daa505d7e4297d4, 'wp-content/plugins/akismet/class.akismet-cli.php', '/home/activeeee/public_html/wp-content/plugins/akismet/class.akismet-cli.php', 1, 0x00000000000000000000000000000000, 0x065a8481ab20ebe3e8714539673a0449, 0x763236867ddb9e1de8e202871ae20a6f068baf6724e424a5405ba14306975c56, '', 0, '?'),
(0x48ead1fb21be8b5b3fca7a3efef2d5db, 'wp-content/plugins/akismet/class.akismet-rest-api.php', '/home/activeeee/public_html/wp-content/plugins/akismet/class.akismet-rest-api.php', 1, 0x00000000000000000000000000000000, 0xe2ba85ba3a4be01e8ec837265a394863, 0xbd022ae246e3d0153aae03a311c3853d7f4948277893e25c22c3d0271d91b33a, '', 0, '?'),
(0x0484026cf3bf673cd0ebb9c93dc66c89, 'wp-content/plugins/akismet/class.akismet-widget.php', '/home/activeeee/public_html/wp-content/plugins/akismet/class.akismet-widget.php', 1, 0x00000000000000000000000000000000, 0xaf481ed74c429c7f5f0071b56c52aa83, 0xf07abf40154b8f140157e3e182e933b7d4a3ce537d665322e5d4fabeda8c6f27, '', 0, '?'),
(0x70f9c0f6971562a57e83136f426bcc5a, 'wp-content/plugins/akismet/class.akismet.php', '/home/activeeee/public_html/wp-content/plugins/akismet/class.akismet.php', 1, 0x00000000000000000000000000000000, 0x06704a9a7cb66dbc9cf0e86eeee6db3d, 0x8fc7e9c6bbdae753d458f40b1394e23e8ebeadec01ec71b1708a542c30499de3, '', 0, '?'),
(0x41fdb089102468dc05f5d59d6051f861, 'wp-content/plugins/akismet/index.php', '/home/activeeee/public_html/wp-content/plugins/akismet/index.php', 1, 0x00000000000000000000000000000000, 0xcf6895af2050eb5ae7c0badda2604566, 0xbdc27ddc13dcd51e35e19b650bff3317b9d90333c18e1f6d15687944e68c5128, '', 0, '?'),
(0x92146fab2f02ca64f08d3478601ca49c, 'wp-content/plugins/akismet/readme.txt', '/home/activeeee/public_html/wp-content/plugins/akismet/readme.txt', 1, 0x00000000000000000000000000000000, 0x6ba6e7004496fccce7b4a0b656dbf366, 0xf0ca6472c2d077c9d5e62a032e3e425b93c5df006510f527d791150cf8b3c54d, '', 0, '?'),
(0x9621db852edd34a7a771647418508996, 'wp-content/plugins/akismet/views/activate.php', '/home/activeeee/public_html/wp-content/plugins/akismet/views/activate.php', 1, 0x00000000000000000000000000000000, 0xe07b45544a9b5f719fbeb76e96bcc41b, 0xce875e7f0ac4629782713c766078b6e4a34ba4a3c15a97578ecf3eb04777d6d5, '', 0, '?'),
(0xd3e2b33e5a7f62b56f26900ec2d41c8d, 'wp-content/plugins/akismet/views/config.php', '/home/activeeee/public_html/wp-content/plugins/akismet/views/config.php', 1, 0x00000000000000000000000000000000, 0x89a3fd298f7d9a84c1010413c2fec210, 0xf79dd2445d6235e3ce11903c5c54dbab92412524c98cba0c25a9447d81c75925, '', 0, '?'),
(0xde0c4f154b4e9f0089596e22b2820c61, 'wp-content/plugins/akismet/views/connect-jp.php', '/home/activeeee/public_html/wp-content/plugins/akismet/views/connect-jp.php', 1, 0x00000000000000000000000000000000, 0x8602c6dcf8b3f257b9add915e4aedf80, 0x362dabc4dd8541f40d5b2ae8127758ba7941211470efc814ec3b2edfbc32c653, '', 0, '?'),
(0x27a122067aaec96ec6da70e2c1ce6145, 'wp-content/plugins/akismet/views/enter.php', '/home/activeeee/public_html/wp-content/plugins/akismet/views/enter.php', 1, 0x00000000000000000000000000000000, 0x2c95d97da412fe017c87dd82e6d8836d, 0x2477a6e27ec9c59174942d20fb50169f88cffa9bf0456c467f7f898458c9f4ff, '', 0, '?'),
(0xb9629c45879133d36727635a20289af7, 'wp-content/plugins/akismet/views/get.php', '/home/activeeee/public_html/wp-content/plugins/akismet/views/get.php', 1, 0x00000000000000000000000000000000, 0xc6e34bda15f5683ff5f3b385749a0959, 0x9aa93a8cf3325b03cc49be10fcb33be76eb4c255597f5921e2b5843ea9585a0f, '', 0, '?'),
(0xd50196d5468a860a5b0b3d36b5ff360a, 'wp-content/plugins/akismet/views/logo.php', '/home/activeeee/public_html/wp-content/plugins/akismet/views/logo.php', 1, 0x00000000000000000000000000000000, 0x49573ac512d79218817cff369cd39d17, 0x04be7d2c783023b1f94e38054b53e90fc5906c5498c36096923e7e5e95f462f6, '', 0, '?'),
(0xadd1d15764fa3b430d07bec4dc4f1cae, 'wp-content/plugins/akismet/views/notice.php', '/home/activeeee/public_html/wp-content/plugins/akismet/views/notice.php', 1, 0x00000000000000000000000000000000, 0xdca67fbcc7d86c5b5dd041ff36c42590, 0x6f0ea20d718cfd18ea1d47ef9aa3642f8b3fd503c7ff94cd203f542218a624ef, '', 0, '?'),
(0x969777d723cc510b87c3c6fa8d980cad, 'wp-content/plugins/akismet/views/predefined.php', '/home/activeeee/public_html/wp-content/plugins/akismet/views/predefined.php', 1, 0x00000000000000000000000000000000, 0xd2233e61176acfac6194a5bdcfd834ef, 0xff77f09a73b0d0624e7dbc715985c7fd377a6f9555e61eaa75f427a1a5d61e31, '', 0, '?'),
(0x0b7d73704befb9f1fbfda920dbf43aa4, 'wp-content/plugins/akismet/views/setup.php', '/home/activeeee/public_html/wp-content/plugins/akismet/views/setup.php', 1, 0x00000000000000000000000000000000, 0x6559e25d8e5aa12e5e1f3caeb126556e, 0xb2479e2c067ce30e38ce1ddad3eee0a3c9690531ffd03c32da2c8738d5e12b77, '', 0, '?'),
(0xa1de3be33b2f4a01c34b6d52ff97309d, 'wp-content/plugins/akismet/views/start.php', '/home/activeeee/public_html/wp-content/plugins/akismet/views/start.php', 1, 0x00000000000000000000000000000000, 0x7828e509e5a1e7a628eea7f5d63a848b, 0xf9997f90ad093360a42b42e08f8e1176592d87a16b2da0e2e65e3f812604e8a7, '', 0, '?'),
(0x73a6ecd3a34a0ef6b312c57e92e7196b, 'wp-content/plugins/akismet/views/stats.php', '/home/activeeee/public_html/wp-content/plugins/akismet/views/stats.php', 1, 0x00000000000000000000000000000000, 0x5e3d0c2dd4c76d95f65777ad7867504f, 0x07092e2df5ef5b0db30b57fa9379160ac6d0d8259f42c16e945162a11e42bc77, '', 0, '?'),
(0xc71d6b38513f3cd78ad30ba379997089, 'wp-content/plugins/akismet/views/title.php', '/home/activeeee/public_html/wp-content/plugins/akismet/views/title.php', 1, 0x00000000000000000000000000000000, 0xf758a4434e337c292dce324e61a9b1b2, 0xa2919a74fb437af420909ea4cd6e191b90606a0dad4dcdf04e1d224167f3d7e6, '', 0, '?'),
(0x64463dfa88cf6a88b24863ffa0829096, 'wp-content/plugins/akismet/wrapper.php', '/home/activeeee/public_html/wp-content/plugins/akismet/wrapper.php', 1, 0x00000000000000000000000000000000, 0x10885d78a6229a59978bda1c8aef4b4a, 0x1a934961fa5ee092b015f1eb694a8b9e48078a3a9e6aea3a95bac062c2c28aab, '', 0, '?'),
(0xb8120ec5d3d0f4add5005ae41c6eafff, 'wp-content/plugins/assets/js/dist/blocks-2010.min.js', '/home/activeeee/public_html/wp-content/plugins/assets/js/dist/blocks-2010.min.js', 0, 0xf1da7a35e4d6f5f1ef4f63512df4017b, 0xf1da7a35e4d6f5f1ef4f63512df4017b, 0xa4ebc52851e6f2ea351de2fca97b0fb3bebb7003a83fe680520246cbcb17bee6, '', 0, '?'),
(0xa92bf2fb9e9760a37ff1b3d1e0fb7029, 'wp-content/plugins/assets/js/dist/commons-premium-2010.min.js', '/home/activeeee/public_html/wp-content/plugins/assets/js/dist/commons-premium-2010.min.js', 0, 0x6740e322b45f5d89562f3d62ac45c824, 0x6740e322b45f5d89562f3d62ac45c824, 0xeb34a6003284ba64bd83784190794425ba840e90f8a0659890c070d920902ba4, '', 0, '?'),
(0x896df78d094996faffe16ece38d69754, 'wp-content/plugins/assets/js/dist/crawl-settings-2010.min.js', '/home/activeeee/public_html/wp-content/plugins/assets/js/dist/crawl-settings-2010.min.js', 0, 0x534b9bbc7c88d22fe954e8c427841480, 0x534b9bbc7c88d22fe954e8c427841480, 0xbe7c0abcccbb10b309b3aa7319b70baaace7367a0e75372941b428a49291d2be, '', 0, '?'),
(0xb03f78ac854c8049e11497070259ce06, 'wp-content/plugins/assets/js/dist/dynamic-blocks-2010.min.js', '/home/activeeee/public_html/wp-content/plugins/assets/js/dist/dynamic-blocks-2010.min.js', 0, 0x17bfd5f80a09b2879a15a36411487ab8, 0x17bfd5f80a09b2879a15a36411487ab8, 0xcd791b5a0ccc63f93b1290d021b09dc283aa8d2e45c00331e58133057d0e0cb7, '', 0, '?'),
(0x663dc5e00244695565f9389bbe1760cd, 'wp-content/plugins/assets/js/dist/frontend-inspector-2010.min.js', '/home/activeeee/public_html/wp-content/plugins/assets/js/dist/frontend-inspector-2010.min.js', 0, 0xf23520e64f877c371bc4e88e418ef31d, 0xf23520e64f877c371bc4e88e418ef31d, 0xc23d5af7e38d0532987930fb41ce232c100c4e1a682605ad6dfcd5e237b84f80, '', 0, '?'),
(0xd8532bfc86688db4f5ce66fa915feab4, 'wp-content/plugins/assets/js/dist/integrations-page-2010.min.js', '/home/activeeee/public_html/wp-content/plugins/assets/js/dist/integrations-page-2010.min.js', 0, 0x70e6c520341056209348ec6e058ee27b, 0x70e6c520341056209348ec6e058ee27b, 0xf7e4475111e7f5617d17e40c1741ca6ac6e26ca2533e576282225f1e613a48c4, '', 0, '?'),
(0x17a979acd94908d8d884827453d0e4a4, 'wp-content/plugins/assets/js/dist/register-premium-assessments-2010.min.js', '/home/activeeee/public_html/wp-content/plugins/assets/js/dist/register-premium-assessments-2010.min.js', 0, 0x04cb5aa2c0a36359acb804887ead1bc7, 0x04cb5aa2c0a36359acb804887ead1bc7, 0xbbee27b0ac6e6cb6af7057a10bf7f9120c6373d9339110d1097b75f9f3076d8a, '', 0, '?'),
(0x1659d4f5e945378b3c7d052f62d3c859, 'wp-content/plugins/assets/js/dist/register-text-formality-2010.min.js', '/home/activeeee/public_html/wp-content/plugins/assets/js/dist/register-text-formality-2010.min.js', 0, 0x998839f3908148ac3101414782d28fb7, 0x998839f3908148ac3101414782d28fb7, 0x8fefed7e28546eb4010b5eff6f28515f5e9d77d0e4e04d70d5f0499d55dc7554, '', 0, '?'),
(0xff7858449b30fcdbeec6398a115ce2c4, 'wp-content/plugins/assets/js/dist/workouts-2010.min.js', '/home/activeeee/public_html/wp-content/plugins/assets/js/dist/workouts-2010.min.js', 0, 0xbe9db56e60d8a5cec2a9dac9370d7781, 0xbe9db56e60d8a5cec2a9dac9370d7781, 0x2b0605a256f2b06ac701edfc7fafa163b4c712ad1187e277385feb0ae0d51b50, '', 0, '?'),
(0x88a3fc2d971f096847840e55ae6c3213, 'wp-content/plugins/assets/js/dist/wp-seo-premium-admin-redirects-2010.min.js', '/home/activeeee/public_html/wp-content/plugins/assets/js/dist/wp-seo-premium-admin-redirects-2010.min.js', 0, 0x946c41b2d0ae98988a2b004244f0ec95, 0x946c41b2d0ae98988a2b004244f0ec95, 0x734048487c590c71a77dfe3857950bb2c68c29df476e44b96cf7ff4b301842a3, '', 0, '?'),
(0xc7cbe724c761a4e4b86c1716ac7badb9, 'wp-content/plugins/assets/js/dist/wp-seo-premium-custom-fields-plugin-2010.min.js', '/home/activeeee/public_html/wp-content/plugins/assets/js/dist/wp-seo-premium-custom-fields-plugin-2010.min.js', 0, 0x164360716d1fe2f1bcfe6d3fb7583b51, 0x164360716d1fe2f1bcfe6d3fb7583b51, 0x7349da7e94dc3cf7f09d92930b2a495b175486af5e0cfeef15e8cae965bf9258, '', 0, '?'),
(0x19de5d05a4b163fa5ee7889fa33075f6, 'wp-content/plugins/assets/js/dist/wp-seo-premium-draft-js-plugins-2010.min.js', '/home/activeeee/public_html/wp-content/plugins/assets/js/dist/wp-seo-premium-draft-js-plugins-2010.min.js', 0, 0x96afeef724a1efdf6236b18cc65bd47c, 0x96afeef724a1efdf6236b18cc65bd47c, 0x65ee2ecfbfeaf88f5740203de3fc2a7fd733b66631ea514ef598264a3757c64a, '', 0, '?'),
(0x27df8334e3ddafc672189b5f97fd88bd, 'wp-content/plugins/assets/js/dist/wp-seo-premium-elementor-2010.min.js', '/home/activeeee/public_html/wp-content/plugins/assets/js/dist/wp-seo-premium-elementor-2010.min.js', 0, 0x4c75eaab0ef57f8477798f65a40ffb8b, 0x4c75eaab0ef57f8477798f65a40ffb8b, 0x9efed29383e0cdd2673f87c4fbccc76fc74ea67cf57454b4d0766a2be91d17ed, '', 0, '?'),
(0x03a4971a7ee222d56bdd63f3a446e1d8, 'wp-content/plugins/assets/js/dist/wp-seo-premium-metabox-2010.min.js', '/home/activeeee/public_html/wp-content/plugins/assets/js/dist/wp-seo-premium-metabox-2010.min.js', 0, 0xca69cb470a3212655c3abef4ba9d86f2, 0xca69cb470a3212655c3abef4ba9d86f2, 0xf253a9d2a1bce6ac10eedc7529d67f4ec5924293a9ec2076fa61bbb326fb942a, '', 0, '?'),
(0x0d951473ddadcded4c9494f8781c2cdb, 'wp-content/plugins/assets/js/dist/wp-seo-premium-quickedit-notification-2010.min.js', '/home/activeeee/public_html/wp-content/plugins/assets/js/dist/wp-seo-premium-quickedit-notification-2010.min.js', 0, 0x5195390272ba76be62917e85bd5e76fe, 0x5195390272ba76be62917e85bd5e76fe, 0xd6b58b68c7c31e55183e9cbc8b94466a34e10a499dc0e35a3316fa91a6f0777b, '', 0, '?'),
(0x06d7f40ad2333b2bc239f34eb6941c5d, 'wp-content/plugins/assets/js/dist/wp-seo-premium-redirect-notifications-2010.min.js', '/home/activeeee/public_html/wp-content/plugins/assets/js/dist/wp-seo-premium-redirect-notifications-2010.min.js', 0, 0xe1303ecd2648ddf5d6fa993233f798fb, 0xe1303ecd2648ddf5d6fa993233f798fb, 0xc00d48488bf7fef01af47f8c8286f3eb13db4a24109ce78d53a16e94bad7036a, '', 0, '?'),
(0x7c104654386e9c577a9447a05221388e, 'wp-content/plugins/assets/js/dist/wp-seo-premium-redirect-notifications-gutenberg-2010.min.js', '/home/activeeee/public_html/wp-content/plugins/assets/js/dist/wp-seo-premium-redirect-notifications-gutenberg-2010.min.js', 0, 0xcf651ea03ecfb136b8fa4cab39b3a51a, 0xcf651ea03ecfb136b8fa4cab39b3a51a, 0xf791cb2b063fd5b23aa6936a1d5608b5265dbab9d332a26e41e9177049d8eee0, '', 0, '?'),
(0xd3d62e935259c1854212e907435b68b0, 'wp-content/plugins/assets/js/dist/wp-seo-premium-schema-blocks-2010.min.js', '/home/activeeee/public_html/wp-content/plugins/assets/js/dist/wp-seo-premium-schema-blocks-2010.min.js', 0, 0x385f0f6b61893875ddc046ff9f1be25d, 0x385f0f6b61893875ddc046ff9f1be25d, 0xa69d1eed2b7c69491cb181275481cd57de3175199a6c25ecd5c3464a2a73e00b, '', 0, '?'),
(0x7cfb2baf9f3ee0b4e9e6ed58d43ba5eb, 'wp-content/plugins/assets/js/dist/yoast/social-metadata-previews-2010.min.js', '/home/activeeee/public_html/wp-content/plugins/assets/js/dist/yoast/social-metadata-previews-2010.min.js', 0, 0x478f18e2bfbd2a641f7a04042227535c, 0x478f18e2bfbd2a641f7a04042227535c, 0x6d5e97bfb69794395d699532554a7320704346f1ac130a516e21651638bc3d20, '', 0, '?'),
(0xe27e33f665b94b6ad0a71b316df7bbe1, 'wp-content/plugins/assets/js/dist/yoast-premium-prominent-words-indexation-2010.min.js', '/home/activeeee/public_html/wp-content/plugins/assets/js/dist/yoast-premium-prominent-words-indexation-2010.min.js', 0, 0xc6e1fc7c46767c383b19712b3412f123, 0xc6e1fc7c46767c383b19712b3412f123, 0x01298671b9b260f14c05bd9b17a2044149c5f3059d8812c6f89d7ce2ff9a3636, '', 0, '?'),
(0x27543d938fa7eef1464e01d6f9f287d1, 'wp-content/plugins/assets/js/dist/yoast-premium-social-metadata-previews-2010.min.js', '/home/activeeee/public_html/wp-content/plugins/assets/js/dist/yoast-premium-social-metadata-previews-2010.min.js', 0, 0x2def643d65a7ac4ebf4bad8a5171a03e, 0x2def643d65a7ac4ebf4bad8a5171a03e, 0x8d5fcbc11d9bc9de9cb88f8306edd4fce97a60d50ef73d2e95cc005383ef0efe, '', 0, '?'),
(0x7a216e2ae86d37fa340f4165990f6106, 'wp-content/plugins/classes/blocks/siblings-block.php', '/home/activeeee/public_html/wp-content/plugins/classes/blocks/siblings-block.php', 0, 0x8e4e0e3f7da7a6dffbd989704b9d8b83, 0x8e4e0e3f7da7a6dffbd989704b9d8b83, 0xddfab0694a84fae190b584a609e8a8940b0a64fb7794f5a1cf18288a7827bd33, '', 0, '?'),
(0xc19013e9b2e0cfaf3c2681fad064951f, 'wp-content/plugins/classes/blocks/subpages-block.php', '/home/activeeee/public_html/wp-content/plugins/classes/blocks/subpages-block.php', 0, 0x846749ed46cb02ea0d4fb7e5f73dba90, 0x846749ed46cb02ea0d4fb7e5f73dba90, 0x1291c385703a2218c5cecc6c559a46760662b1d4a23142de7879aa5479249ff1, '', 0, '?'),
(0x5677d49c45498281d78ed46c8051d740, 'wp-content/plugins/classes/custom-fields-plugin.php', '/home/activeeee/public_html/wp-content/plugins/classes/custom-fields-plugin.php', 0, 0x7e0d6caa242da264ecc0639570ac26d8, 0x7e0d6caa242da264ecc0639570ac26d8, 0x67cd4857b0f627263e7688d87023514fdd0c1ea2944899a7d989342a42b59aa1, '', 0, '?'),
(0x328d1739def513cf105162aeddde5ef8, 'wp-content/plugins/classes/export/export-keywords-csv.php', '/home/activeeee/public_html/wp-content/plugins/classes/export/export-keywords-csv.php', 0, 0x27be1a494f4af028a37e62d2d624626d, 0x27be1a494f4af028a37e62d2d624626d, 0xcb1c32cf5476624ea5b0132a1ef4abe50befba34d2580691d29c00667ca8c083, '', 0, '?'),
(0x6386c01da37cb0d333e93e4c9efbff2d, 'wp-content/plugins/classes/export/export-keywords-post-presenter.php', '/home/activeeee/public_html/wp-content/plugins/classes/export/export-keywords-post-presenter.php', 0, 0x25189621de5168b67c9556226e524399, 0x25189621de5168b67c9556226e524399, 0xfc3d3a6f6fb50e774e1b5400500fd4059fb638e47ff6546e87bf758a8dac6954, '', 0, '?'),
(0x12e49b83b3065d593253f270cafe7507, 'wp-content/plugins/classes/export/export-keywords-post-query.php', '/home/activeeee/public_html/wp-content/plugins/classes/export/export-keywords-post-query.php', 0, 0x24b969c091cf526ddfc2d650478638be, 0x24b969c091cf526ddfc2d650478638be, 0xf1a0618d54cc3bc2c423f6794deae9a226fe288cc4ea5091b67a5c0e31f5a6f6, '', 0, '?'),
(0x93ca38dad18a4a1054ee097aaa1cc8f0, 'wp-content/plugins/classes/export/export-keywords-presenter-interface.php', '/home/activeeee/public_html/wp-content/plugins/classes/export/export-keywords-presenter-interface.php', 0, 0x56d9d96044ab9de7186572b7d6ebf128, 0x56d9d96044ab9de7186572b7d6ebf128, 0xa34b5385fb8ccdb3e3283260e4a7b26575c0cab3f147678bc1181782a52741d0, '', 0, '?'),
(0x28172f6ba57bd48c500bfb85a04d6eb2, 'wp-content/plugins/classes/export/export-keywords-query-interface.php', '/home/activeeee/public_html/wp-content/plugins/classes/export/export-keywords-query-interface.php', 0, 0x6f10507c29ada224462df695c89266dd, 0x6f10507c29ada224462df695c89266dd, 0x9af7e98224b92d1d447d3093df00aabb6ee2222c60e6c11319eaeaaabe49ccf8, '', 0, '?'),
(0xede36defe6ed36e2f3966b8b0bb44443, 'wp-content/plugins/classes/export/export-keywords-term-presenter.php', '/home/activeeee/public_html/wp-content/plugins/classes/export/export-keywords-term-presenter.php', 0, 0x2c031e2e837bd9245cd43d69fbf966d3, 0x2c031e2e837bd9245cd43d69fbf966d3, 0xcba0fd4654ff3562bdd133646623f649541e21e64a40853f5175c56eb704577c, '', 0, '?'),
(0x953fef8f56522bf898ff2ba374b82aeb, 'wp-content/plugins/classes/export/export-keywords-term-query.php', '/home/activeeee/public_html/wp-content/plugins/classes/export/export-keywords-term-query.php', 0, 0x11f35cc530d91c34d3a8b86ae007ffcd, 0x11f35cc530d91c34d3a8b86ae007ffcd, 0x23bdfea897a9b45f908ea2f0514cc4f06abe16e000faac9b2b18b903c20a790e, '', 0, '?'),
(0x5f7745ebf8c0ab25deeeb2e95dfa3eae, 'wp-content/plugins/classes/facebook-profile.php', '/home/activeeee/public_html/wp-content/plugins/classes/facebook-profile.php', 0, 0x1a4b0c2b0f4184eb2c6c7bc8c7aecd2f, 0x1a4b0c2b0f4184eb2c6c7bc8c7aecd2f, 0xdfb50ec5b556cee8b9406219176317d8e18c6b371f29424b5648d9a479646221, '', 0, '?'),
(0x71c976e8284f873b63cdc0bc14090b51, 'wp-content/plugins/classes/metabox-link-suggestions.php', '/home/activeeee/public_html/wp-content/plugins/classes/metabox-link-suggestions.php', 0, 0x2dddfbcd37b8c339bac4ebfa04017829, 0x2dddfbcd37b8c339bac4ebfa04017829, 0xda5c14ee8e21766f09f40ca8c8b984925986821dba8c2536a5dc2f33968ca610, '', 0, '?'),
(0x60b167c7f59b9f97a2e2a59960fa3bae, 'wp-content/plugins/classes/multi-keyword.php', '/home/activeeee/public_html/wp-content/plugins/classes/multi-keyword.php', 0, 0xe8feb9defb81f80fb9217ea192a36200, 0xe8feb9defb81f80fb9217ea192a36200, 0x54f30f5b31674999a04e4d1a9c085a3106195047fea489ac712de7683ebce7ad, '', 0, '?'),
(0x7c11e44fd5fef29b25d88c72c2f7c7ce, 'wp-content/plugins/classes/post-watcher.php', '/home/activeeee/public_html/wp-content/plugins/classes/post-watcher.php', 0, 0x35b32a8125a29b2134feacc182b45321, 0x35b32a8125a29b2134feacc182b45321, 0x4c98368104e0c0b48bdabb343370a35524e90e69da9a3209ee25b4557c2abacd, '', 0, '?'),
(0xa05914eca07c95a0376603fc15eb3227, 'wp-content/plugins/classes/premium-asset-js-l10n.php', '/home/activeeee/public_html/wp-content/plugins/classes/premium-asset-js-l10n.php', 0, 0xceb23da236dcbacc6f98ebabe65a5c26, 0xceb23da236dcbacc6f98ebabe65a5c26, 0x4d450e9ceef9939e21bbf47d62aa99fb63713b4ca0de29e9a800e61edfe8ac70, '', 0, '?'),
(0x1214407b761d740371619475e5ac4138, 'wp-content/plugins/classes/premium-assets.php', '/home/activeeee/public_html/wp-content/plugins/classes/premium-assets.php', 0, 0xb33ce7d01926e522a3381a0e9de5cd5a, 0xb33ce7d01926e522a3381a0e9de5cd5a, 0x605ee5c7648d8429d881108a7023c8ef2e0972cfef6c408d3706875869069aea, '', 0, '?'),
(0x4d8e15fb5a6e7d1c6ae02a526f12c5ad, 'wp-content/plugins/classes/premium-expose-shortlinks.php', '/home/activeeee/public_html/wp-content/plugins/classes/premium-expose-shortlinks.php', 0, 0xb74db55ee7cb3d20c79b2c78a684b49f, 0xb74db55ee7cb3d20c79b2c78a684b49f, 0xfc6bb27ebea791276b0560f77cabc66b1b1edb5b48852e5c28526f2d00eff139, '', 0, '?'),
(0xb0f717a82cb04515affd5bdedd3d5575, 'wp-content/plugins/classes/premium-import-manager.php', '/home/activeeee/public_html/wp-content/plugins/classes/premium-import-manager.php', 0, 0xe9a2957d66b0ff43a3cef3a21a0ba164, 0xe9a2957d66b0ff43a3cef3a21a0ba164, 0x126d8f3245668f431edb538103e5bafcae60adf4a807d0b541c81b19ff27c17d, '', 0, '?'),
(0xcb16e74b69348f632992611341c53436, 'wp-content/plugins/classes/premium-javascript-strings.php', '/home/activeeee/public_html/wp-content/plugins/classes/premium-javascript-strings.php', 0, 0xbe15343a0a30035fe119e072e95443db, 0xbe15343a0a30035fe119e072e95443db, 0x568b3e64cffecda7962ddad8d9e7650ab8b5ac1167aab109c0157dea393e2251, '', 0, '?'),
(0x9fb64455f3bec37193a122a65bdd0f43, 'wp-content/plugins/classes/premium-keyword-export-manager.php', '/home/activeeee/public_html/wp-content/plugins/classes/premium-keyword-export-manager.php', 0, 0xcb4a89687671210d1777d9fa6b9c2f5e, 0xcb4a89687671210d1777d9fa6b9c2f5e, 0xd6e22a17a90707779e1dcbdc9f880400a4a31db5e20e8f8aa6786e7304252118, '', 0, '?'),
(0x823a9b322ea8d97694c10654b40f60ff, 'wp-content/plugins/classes/premium-metabox.php', '/home/activeeee/public_html/wp-content/plugins/classes/premium-metabox.php', 0, 0x689ffb07b14ce2a8bf39624480ce1438, 0x689ffb07b14ce2a8bf39624480ce1438, 0x37063d8901f79603567549df7c2465773eedae34dd59e8844d4532cd7d772c55, '', 0, '?'),
(0x0e1346b91b48a1112783660f1ca5b4dc, 'wp-content/plugins/classes/premium-option.php', '/home/activeeee/public_html/wp-content/plugins/classes/premium-option.php', 0, 0xb2155e612e69a51c4cab3a395c3b66a4, 0xb2155e612e69a51c4cab3a395c3b66a4, 0xe7a33a60a0b29f4e60c9ec886b51e621427705fdc17fc14d6c913755971e1d7a, '', 0, '?'),
(0x656cc7d1755d4eb64ce6f365dda5ff80, 'wp-content/plugins/classes/premium-orphaned-content-support.php', '/home/activeeee/public_html/wp-content/plugins/classes/premium-orphaned-content-support.php', 0, 0x794e3d850b3da12a2ec3e8e0dba270be, 0x794e3d850b3da12a2ec3e8e0dba270be, 0x007f188e5aa0ddd09e4170f07b81324626ec536655cb201d78ed304c296bf8a6, '', 0, '?'),
(0x54b511918deaeadcf5ea148b120b7afb, 'wp-content/plugins/classes/premium-orphaned-content-utils.php', '/home/activeeee/public_html/wp-content/plugins/classes/premium-orphaned-content-utils.php', 0, 0xa12274f1276403a5034930f1ac2dd2f5, 0xa12274f1276403a5034930f1ac2dd2f5, 0xbc25487f82a0a97d74e922adbd15c427d43a5a28ceeadbe846b9a61876849b55, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x5a5801e21bee2f5936dac77bc912b1ce, 'wp-content/plugins/classes/premium-orphaned-post-filter.php', '/home/activeeee/public_html/wp-content/plugins/classes/premium-orphaned-post-filter.php', 0, 0xd7ac11a41b950ec29555a25383a88494, 0xd7ac11a41b950ec29555a25383a88494, 0x3a286e51c2209d226219a318bb8c36abd8630b318ec0b44232e61a89c1e16f52, '', 0, '?'),
(0xa72c147ccb49696199e145108d4ac84f, 'wp-content/plugins/classes/premium-orphaned-post-query.php', '/home/activeeee/public_html/wp-content/plugins/classes/premium-orphaned-post-query.php', 0, 0x5621ef80f4c917727dea9fcf2bbc8f7e, 0x5621ef80f4c917727dea9fcf2bbc8f7e, 0x7ee49a08ab4d1b0c35958426b885da357b5b4919cf8f05d74acfff1a7df3a6fa, '', 0, '?'),
(0xd252a3f85fe05980a52ccc774161dbdd, 'wp-content/plugins/classes/premium-prominent-words-support.php', '/home/activeeee/public_html/wp-content/plugins/classes/premium-prominent-words-support.php', 0, 0x8e4492a64ecbbb7d1f537b33deb815d4, 0x8e4492a64ecbbb7d1f537b33deb815d4, 0x98ad6f1acf60792b0ea8e89ac694b5e80e1c676ec8a1f9fbbf3e794759502cfa, '', 0, '?'),
(0xc7854f03cf1e7f1cd98dd84402cf9754, 'wp-content/plugins/classes/premium-prominent-words-unindexed-post-query.php', '/home/activeeee/public_html/wp-content/plugins/classes/premium-prominent-words-unindexed-post-query.php', 0, 0x4aa1ecf7ea513caf95ffbefda18ba9e4, 0x4aa1ecf7ea513caf95ffbefda18ba9e4, 0x2068b4a503436acb715527022bd249f2bc6b55bedf8690a6e47681c5c0b4f3cb, '', 0, '?'),
(0x0c5d456c01987d1c9bc74fc16c6724ac, 'wp-content/plugins/classes/premium-prominent-words-versioning.php', '/home/activeeee/public_html/wp-content/plugins/classes/premium-prominent-words-versioning.php', 0, 0xd1fd09a68247b2902e949698df5742eb, 0xd1fd09a68247b2902e949698df5742eb, 0xedaed35d6bce5483910ab8710e8cda323b724ef46bd9be11895a3c7901bd4680, '', 0, '?'),
(0x898873f1edd1ad217c7ff11a13f261c3, 'wp-content/plugins/classes/premium-redirect-endpoint.php', '/home/activeeee/public_html/wp-content/plugins/classes/premium-redirect-endpoint.php', 0, 0xea31ca062bede9a0bf9fe0e4f1280049, 0xea31ca062bede9a0bf9fe0e4f1280049, 0xfe308f5399fa8341003e0c5fd742caf6e28a5a76e2739868fbb5906ab7cb82ae, '', 0, '?'),
(0xb1b2a21c3d8641e28e39483e2b32ed90, 'wp-content/plugins/classes/premium-redirect-export-manager.php', '/home/activeeee/public_html/wp-content/plugins/classes/premium-redirect-export-manager.php', 0, 0x44627c895851716849f732b5b9f4b577, 0x44627c895851716849f732b5b9f4b577, 0xd8d579a83aaf14054e75315c83c17d0bceb4cd03bd2ca937d09825bd19c5611c, '', 0, '?'),
(0x927425e43e20baea8bd23befa3ea86db, 'wp-content/plugins/classes/premium-redirect-option.php', '/home/activeeee/public_html/wp-content/plugins/classes/premium-redirect-option.php', 0, 0x41d88ad2c2642ab32975b34f0d304fdf, 0x41d88ad2c2642ab32975b34f0d304fdf, 0x6780719f08020914646ab726cfeeece6a7f60fe80ab875127924889598f315a6, '', 0, '?'),
(0x976c93d6e2c24147d3d306b3ea3e94a8, 'wp-content/plugins/classes/premium-redirect-service.php', '/home/activeeee/public_html/wp-content/plugins/classes/premium-redirect-service.php', 0, 0x9ae90d3f444cf0d574d2c7ea73f705a1, 0x9ae90d3f444cf0d574d2c7ea73f705a1, 0xa7dc9a1a7022f8aec5e09241e7192ce805f318eb363d430a99cedb3750fd570b, '', 0, '?'),
(0x61db7a2fa23a5b45d147e596e8b7e752, 'wp-content/plugins/classes/premium-register-capabilities.php', '/home/activeeee/public_html/wp-content/plugins/classes/premium-register-capabilities.php', 0, 0xd99f4161a6c7fc4ca8e60c9ac07d243a, 0xd99f4161a6c7fc4ca8e60c9ac07d243a, 0x749d029a872d10e57ec5f9b4bc87022589ba30f918e99a75123dec550d16484b, '', 0, '?'),
(0xcefcb2663546dd631bc3ca28812bbf9d, 'wp-content/plugins/classes/premium-stale-cornerstone-content-filter.php', '/home/activeeee/public_html/wp-content/plugins/classes/premium-stale-cornerstone-content-filter.php', 0, 0x05da4d96ca49dfc60a92605f2852075b, 0x05da4d96ca49dfc60a92605f2852075b, 0xd98e4af6bfdc5cc4407004126710ee0d39e09c8e7c796fce24761f59a0d39b7e, '', 0, '?'),
(0x2bbb593d4e0ca1fb52a7ec58b176dae5, 'wp-content/plugins/classes/product-premium.php', '/home/activeeee/public_html/wp-content/plugins/classes/product-premium.php', 0, 0xdb12c9b407e2c63875e8e8c755cf473a, 0xdb12c9b407e2c63875e8e8c755cf473a, 0xb4279dccd118d41a81810e177a7c4cc79eb304de4612807b92ed873132cf6743, '', 0, '?'),
(0x5069ef20e7ceca8a67725ba92b11dfbd, 'wp-content/plugins/classes/redirect/executable-redirect.php', '/home/activeeee/public_html/wp-content/plugins/classes/redirect/executable-redirect.php', 0, 0xa506412d534ce00fe808eb5360842f3f, 0xa506412d534ce00fe808eb5360842f3f, 0x03e8f32df1c5419abe7a96b94fda9a923c8d0ae1b8167c7293d483a05c37735c, '', 0, '?'),
(0x9aa9b91307cfb7980c3e5e32048e2f21, 'wp-content/plugins/classes/redirect/exporters/redirect-apache-exporter.php', '/home/activeeee/public_html/wp-content/plugins/classes/redirect/exporters/redirect-apache-exporter.php', 0, 0x6a20587afd3570c9a07373bb9e13acb8, 0x6a20587afd3570c9a07373bb9e13acb8, 0xf4d387fab60a7ac22e53100411d87362f5f20e0df1f2ae78aa62812a1b8859a3, '', 0, '?'),
(0xc73a37b798c1309d15d930bf3eb9eaaa, 'wp-content/plugins/classes/redirect/exporters/redirect-csv-exporter.php', '/home/activeeee/public_html/wp-content/plugins/classes/redirect/exporters/redirect-csv-exporter.php', 0, 0xd19784ad02779c6f2d8309446861d175, 0xd19784ad02779c6f2d8309446861d175, 0x5542c871ac5467862d6d636ff1d47738d0893b3e1cb1bf10e769013f9c10dba7, '', 0, '?'),
(0x69922c282add98665a66f998aee80b6f, 'wp-content/plugins/classes/redirect/exporters/redirect-exporter-interface.php', '/home/activeeee/public_html/wp-content/plugins/classes/redirect/exporters/redirect-exporter-interface.php', 0, 0x420d3011786678c0fc6136ac476e4548, 0x420d3011786678c0fc6136ac476e4548, 0x5e012d9f13e7836a0b5e8a26c16713fdd1cfae40840b5d34bfbce5bd0d1f8e0c, '', 0, '?'),
(0x930cc3c879a6b5a65eadda0cf1b24f2b, 'wp-content/plugins/classes/redirect/exporters/redirect-file-exporter.php', '/home/activeeee/public_html/wp-content/plugins/classes/redirect/exporters/redirect-file-exporter.php', 0, 0xf3d9255a52f634d869333f6094a1e114, 0xf3d9255a52f634d869333f6094a1e114, 0xaf09e9ecf48b02945c0d3329968483d52ba5823b9101173fdf1377a88fc6894e, '', 0, '?'),
(0xb2df1db176b990b4b4ed50eddc694b03, 'wp-content/plugins/classes/redirect/exporters/redirect-htaccess-exporter.php', '/home/activeeee/public_html/wp-content/plugins/classes/redirect/exporters/redirect-htaccess-exporter.php', 0, 0xe2120d6772d65493d8c6075fd3179f0c, 0xe2120d6772d65493d8c6075fd3179f0c, 0x6d3f3ab8c1d22d9e087c1687a17efce3142aef777b832733f7144d41f9a52ccd, '', 0, '?'),
(0xcd13f42f7bcbc5eedf151e45fc82d852, 'wp-content/plugins/classes/redirect/exporters/redirect-nginx-exporter.php', '/home/activeeee/public_html/wp-content/plugins/classes/redirect/exporters/redirect-nginx-exporter.php', 0, 0x7ac7955c935a76336260e5abe80d78cd, 0x7ac7955c935a76336260e5abe80d78cd, 0x2eb760998d5950b8db22fde3251c078039544ce2b03d95ea0d44ce14176b9000, '', 0, '?'),
(0x389302ab220ec4eb08132498dd7b8e9b, 'wp-content/plugins/classes/redirect/exporters/redirect-option-exporter.php', '/home/activeeee/public_html/wp-content/plugins/classes/redirect/exporters/redirect-option-exporter.php', 0, 0x0884e6089997b854eed9ba8b1853131a, 0x0884e6089997b854eed9ba8b1853131a, 0xab5895628ff475d7f5b4eebc1b53b6f77d48c413fe8606e8b15d609ff81db3b4, '', 0, '?'),
(0xfb4f3a6231116fcf06a6a89e91ab97c4, 'wp-content/plugins/classes/redirect/loaders/redirect-abstract-loader.php', '/home/activeeee/public_html/wp-content/plugins/classes/redirect/loaders/redirect-abstract-loader.php', 0, 0x40930cf301f1f165e077152460de7a3a, 0x40930cf301f1f165e077152460de7a3a, 0xe29b777644d46e8c8b67f265a5aa257688e8c6020190072dc7812e62456dea76, '', 0, '?'),
(0x84dce78c63c31c8c31027fd1917dbea2, 'wp-content/plugins/classes/redirect/loaders/redirect-csv-loader.php', '/home/activeeee/public_html/wp-content/plugins/classes/redirect/loaders/redirect-csv-loader.php', 0, 0xa51b085edf851a153903a06aeb3a633e, 0xa51b085edf851a153903a06aeb3a633e, 0x99e086479ea43367463bd7ed1a4ab6b9e11a9c8a9631d34153052e529109ccda, '', 0, '?'),
(0xdfeb5d6e990bc3bdc2e9faa64ddfe89c, 'wp-content/plugins/classes/redirect/loaders/redirect-htaccess-loader.php', '/home/activeeee/public_html/wp-content/plugins/classes/redirect/loaders/redirect-htaccess-loader.php', 0, 0xdcbaeefdce553f1b5a49fb055b47a9d1, 0xdcbaeefdce553f1b5a49fb055b47a9d1, 0x0b44ebb969481e8c5b44da30c22eafa453ae4336bb9b1e340af12fa284bf3471, '', 0, '?'),
(0x87a4983eaf690eb99668474a0a7a913f, 'wp-content/plugins/classes/redirect/loaders/redirect-loader-interface.php', '/home/activeeee/public_html/wp-content/plugins/classes/redirect/loaders/redirect-loader-interface.php', 0, 0x052a80111a79c4eda831d4f8a998e584, 0x052a80111a79c4eda831d4f8a998e584, 0xa11cb78750d543d878b3a94e49d34c776a6ea674c6a01b2d5530311747ec6b20, '', 0, '?'),
(0x8996d26a4aabfda5a91380c43ab37716, 'wp-content/plugins/classes/redirect/loaders/redirect-redirection-loader.php', '/home/activeeee/public_html/wp-content/plugins/classes/redirect/loaders/redirect-redirection-loader.php', 0, 0x0ce7e39534219aea4cc8e52ed078d627, 0x0ce7e39534219aea4cc8e52ed078d627, 0x48da83c5c37cef8bc6278b408fd8a05e342c85053a80bb644ecce8fbbdf3ec99, '', 0, '?'),
(0x8db078885bd68e9de36f908ca1db654e, 'wp-content/plugins/classes/redirect/loaders/redirect-safe-redirect-loader.php', '/home/activeeee/public_html/wp-content/plugins/classes/redirect/loaders/redirect-safe-redirect-loader.php', 0, 0x8753f6c9612a543fbb20df46af985829, 0x8753f6c9612a543fbb20df46af985829, 0x3a22de0ef1777cdeed0fcd7845e055e15b4776ff5a8eb5642a0b4ed37f61409c, '', 0, '?'),
(0xc5072d624fcf4a5d77202f9105ff0cae, 'wp-content/plugins/classes/redirect/loaders/redirect-simple-301-redirect-loader.php', '/home/activeeee/public_html/wp-content/plugins/classes/redirect/loaders/redirect-simple-301-redirect-loader.php', 0, 0x5988b7872b042d846e7fa8b0558a86c9, 0x5988b7872b042d846e7fa8b0558a86c9, 0x982a0a0f96d950a5c2e068cefe4b1da9c918141a4647b698d65f13db11e0c9fc, '', 0, '?'),
(0xd2ba9592f99f6ba105cbc188b2f551f3, 'wp-content/plugins/classes/redirect/presenters/redirect-form-presenter.php', '/home/activeeee/public_html/wp-content/plugins/classes/redirect/presenters/redirect-form-presenter.php', 0, 0xe537e4ccafbabcb101323255361f44b4, 0xe537e4ccafbabcb101323255361f44b4, 0xaf305df46b0e7e4b22b301dd58017c8f28394ad873239d612184c67af86948b0, '', 0, '?'),
(0x30a34b8a0b6592ce7dd6d455e780098b, 'wp-content/plugins/classes/redirect/presenters/redirect-page-presenter.php', '/home/activeeee/public_html/wp-content/plugins/classes/redirect/presenters/redirect-page-presenter.php', 0, 0x380a93494bfcbd2d9c8a692c9c1959f5, 0x380a93494bfcbd2d9c8a692c9c1959f5, 0x89e20b615b34df22f6be4da1c4b46ef900d3b7e05e8d2fe621d555f98bc32281, '', 0, '?'),
(0x1422b655e2be55e1c32d476fce32fbf6, 'wp-content/plugins/classes/redirect/presenters/redirect-presenter-interface.php', '/home/activeeee/public_html/wp-content/plugins/classes/redirect/presenters/redirect-presenter-interface.php', 0, 0xa8ca59dad1e057b70515c8954a74ff04, 0xa8ca59dad1e057b70515c8954a74ff04, 0x49b25aa32cc64ba9c877c23f38e873216779174f4d3b399e3b095644ae09e93f, '', 0, '?'),
(0x3745fd7f1e4f950666617d52db591074, 'wp-content/plugins/classes/redirect/presenters/redirect-quick-edit-presenter.php', '/home/activeeee/public_html/wp-content/plugins/classes/redirect/presenters/redirect-quick-edit-presenter.php', 0, 0x900aaf167854e38cc110b399dd7cabbc, 0x900aaf167854e38cc110b399dd7cabbc, 0xba0e40657a6f1b8d6957f0ecce4d3aea75a3beeaf180e02b232fe908208de33c, '', 0, '?'),
(0x81fcca76e35ec6454c02fb10ce5a8f5d, 'wp-content/plugins/classes/redirect/presenters/redirect-settings-presenter.php', '/home/activeeee/public_html/wp-content/plugins/classes/redirect/presenters/redirect-settings-presenter.php', 0, 0x6c1bdfb804edf63573e8408a1d67614d, 0x6c1bdfb804edf63573e8408a1d67614d, 0x3aad550022ba2656ea7ebcd80a6ed6cf837be4b92b671c859fb8d1fe7cbaf993, '', 0, '?'),
(0x753ade9a4baf7cedc9d9d10e4f946abf, 'wp-content/plugins/classes/redirect/presenters/redirect-tab-presenter.php', '/home/activeeee/public_html/wp-content/plugins/classes/redirect/presenters/redirect-tab-presenter.php', 0, 0xc89bacd95d1d9bcdb64c8f3dff591182, 0xc89bacd95d1d9bcdb64c8f3dff591182, 0x75a718a8a9e0aa721e9deb52d255899aaab1f5798ff8107796bc0d8ecd31f354, '', 0, '?'),
(0x772f9c24599ea5cd296dce930275c72d, 'wp-content/plugins/classes/redirect/presenters/redirect-table-presenter.php', '/home/activeeee/public_html/wp-content/plugins/classes/redirect/presenters/redirect-table-presenter.php', 0, 0x2749810dd32ba0c26e2992715d80da7c, 0x2749810dd32ba0c26e2992715d80da7c, 0x5cb390d77255e855b31e543f14a3236bea0a76c3d6802b0dc0263a4e04ec4d15, '', 0, '?'),
(0x9755a6a0b488dd8994c589cdbbc0b119, 'wp-content/plugins/classes/redirect/redirect-ajax.php', '/home/activeeee/public_html/wp-content/plugins/classes/redirect/redirect-ajax.php', 0, 0x83599b208da4a637c0c116acb89df044, 0x83599b208da4a637c0c116acb89df044, 0x81cff71dae5b133f04c4b30b13c9adc9d2be48a75f12b9d8dd5f0ce5fc13e6ed, '', 0, '?'),
(0x1088e2dc11976b7ddda2b53f31859477, 'wp-content/plugins/classes/redirect/redirect-file-util.php', '/home/activeeee/public_html/wp-content/plugins/classes/redirect/redirect-file-util.php', 0, 0x124989624448282c0044e7928dbf6737, 0x124989624448282c0044e7928dbf6737, 0x19db61ccd62d9e3487c788555a77277df25320e105b5a010de1b66449985558e, '', 0, '?'),
(0x831b07c860b48bd0ae29a924bf257f27, 'wp-content/plugins/classes/redirect/redirect-formats.php', '/home/activeeee/public_html/wp-content/plugins/classes/redirect/redirect-formats.php', 0, 0x6be6cc597daecb8226e227873b9a140f, 0x6be6cc597daecb8226e227873b9a140f, 0xdf529d34eef70a9671141809779443fa7c92871b28415b20d7af8abce0a0f0a1, '', 0, '?'),
(0x77905d78210baa8625242a11dba6e1ab, 'wp-content/plugins/classes/redirect/redirect-formatter.php', '/home/activeeee/public_html/wp-content/plugins/classes/redirect/redirect-formatter.php', 0, 0x505856356b6b4e792203579faead91a7, 0x505856356b6b4e792203579faead91a7, 0xdf6d21b768bf46ef92ad034d1b4ee95472987e58acc0c343fdba7b4c9b0fa581, '', 0, '?'),
(0xa6e174e22b9549b85572b18fbcd479d5, 'wp-content/plugins/classes/redirect/redirect-htaccess-util.php', '/home/activeeee/public_html/wp-content/plugins/classes/redirect/redirect-htaccess-util.php', 0, 0x1cb76412a44688e913a9c0e0b5dfe7b6, 0x1cb76412a44688e913a9c0e0b5dfe7b6, 0x60827f0700dfae3ec3986fe05619c1a95296c352511f5eacc897514d1dc78ecc, '', 0, '?'),
(0x9adf0c60e047e5b35598827cd7a0826c, 'wp-content/plugins/classes/redirect/redirect-import-exception.php', '/home/activeeee/public_html/wp-content/plugins/classes/redirect/redirect-import-exception.php', 0, 0x5d4d00d62d33883f4c46f93dc1d87d91, 0x5d4d00d62d33883f4c46f93dc1d87d91, 0x51c6f4c7e8cc16928ccb1d93aa6b578d056bc9292d70a97960968b58a90ad270, '', 0, '?'),
(0x277a3b69d7e2ef75ea49f60df1301acb, 'wp-content/plugins/classes/redirect/redirect-importer.php', '/home/activeeee/public_html/wp-content/plugins/classes/redirect/redirect-importer.php', 0, 0x1e2ee995c277a251635fe65f2f6a8d41, 0x1e2ee995c277a251635fe65f2f6a8d41, 0x9a5241493a484a7143176aac315837b17ce4d13dec586f5db4ec9bc782bb6b07, '', 0, '?'),
(0x7138ce826ce9e3d26fe36f836c23233e, 'wp-content/plugins/classes/redirect/redirect-manager.php', '/home/activeeee/public_html/wp-content/plugins/classes/redirect/redirect-manager.php', 0, 0x591e7ba371f1df2f4d252e8d7068dfb1, 0x591e7ba371f1df2f4d252e8d7068dfb1, 0x6d6fecddfe44c846c19ec19437859888d81bed9558ac8aec6c41c3891235622b, '', 0, '?'),
(0x38996d2f4df460c6b31822a9c5227ac6, 'wp-content/plugins/classes/redirect/redirect-option.php', '/home/activeeee/public_html/wp-content/plugins/classes/redirect/redirect-option.php', 0, 0xafe0270a07e0849b7ff2728d59a12973, 0xafe0270a07e0849b7ff2728d59a12973, 0xa8957c2556bccca6bcb000326cca615988f20a2b36ddca80bbf1f223a2badbe5, '', 0, '?'),
(0x31dd80535a795541d2da6efe3ee32a32, 'wp-content/plugins/classes/redirect/redirect-page.php', '/home/activeeee/public_html/wp-content/plugins/classes/redirect/redirect-page.php', 0, 0x06709b5b2f31845ffeb92131a4cfea06, 0x06709b5b2f31845ffeb92131a4cfea06, 0x3cd6b7c3dd59f681574a8f7bf76282f011a95c1fb162510005a00072e54dffb4, '', 0, '?'),
(0xbd48c737cefd94b89dc5b4da62bc3c31, 'wp-content/plugins/classes/redirect/redirect-sitemap-filter.php', '/home/activeeee/public_html/wp-content/plugins/classes/redirect/redirect-sitemap-filter.php', 0, 0x688afa53f806caa41ad3961f1bcbc107, 0x688afa53f806caa41ad3961f1bcbc107, 0xb7404894d2e1ccea7867c29046b3a873826fa15bffe316f5e7fe719133898f02, '', 0, '?'),
(0x4c4b624e6a9c4ad3ae87b352127094fd, 'wp-content/plugins/classes/redirect/redirect-table.php', '/home/activeeee/public_html/wp-content/plugins/classes/redirect/redirect-table.php', 0, 0xd358cfc31ffc0b14f221edf3158e23a8, 0xd358cfc31ffc0b14f221edf3158e23a8, 0xdee3a4ae47d7a1ba92977455f4249d3992656ddee1887f853c3335e9d2bbd25b, '', 0, '?'),
(0x00c047e359e36c66cf36e923629fd7ed, 'wp-content/plugins/classes/redirect/redirect-types.php', '/home/activeeee/public_html/wp-content/plugins/classes/redirect/redirect-types.php', 0, 0xcf53b979a2b949e10b57c89836f0a474, 0xcf53b979a2b949e10b57c89836f0a474, 0x4acd0fa31a10515ebba57fd6a4592dc70b6653e973c986fbdc58f4f98a56271f, '', 0, '?'),
(0xbcd9637a9732b137d8469fa001bfe100, 'wp-content/plugins/classes/redirect/redirect-upgrade.php', '/home/activeeee/public_html/wp-content/plugins/classes/redirect/redirect-upgrade.php', 0, 0xbf2be8ee8c18ba5073170508943b62a6, 0xbf2be8ee8c18ba5073170508943b62a6, 0x9593685c448bff9d3019835d51f37db2b8bceca4ecb4bef26cf09ce4b141dbb4, '', 0, '?'),
(0xc3abfb4c1bce1800c4c43a0d025465e4, 'wp-content/plugins/classes/redirect/redirect-url-formatter.php', '/home/activeeee/public_html/wp-content/plugins/classes/redirect/redirect-url-formatter.php', 0, 0xbc8bfd1f010a7afd3ba312d9ef0055ae, 0xbc8bfd1f010a7afd3ba312d9ef0055ae, 0x11e8c75827b82a695f70dadc151146897ad49ca4abcd85bd0e33cedbd5296d8f, '', 0, '?'),
(0xd7a2bee3e4980014d496ce28bdefbd7c, 'wp-content/plugins/classes/redirect/redirect-util.php', '/home/activeeee/public_html/wp-content/plugins/classes/redirect/redirect-util.php', 0, 0x65aa0f3f72d9aa6f1e103f964e5549e5, 0x65aa0f3f72d9aa6f1e103f964e5549e5, 0x525a1c4a65a16b4c8f543df4a2521920fd8f1b0a324512b366e408d2ae48e501, '', 0, '?'),
(0x592c3417848a9ac8ddcd914ed2dba7d8, 'wp-content/plugins/classes/redirect/redirect-validator.php', '/home/activeeee/public_html/wp-content/plugins/classes/redirect/redirect-validator.php', 0, 0x444f59acdef62b8140ff630ba931e026, 0x444f59acdef62b8140ff630ba931e026, 0xc4fdc916b6138214da4c2ad0f5ab869118789f63e7131b3611ff73ae42882130, '', 0, '?'),
(0x08944dfb6c89c6c7a669add67b7c8514, 'wp-content/plugins/classes/redirect/redirect.php', '/home/activeeee/public_html/wp-content/plugins/classes/redirect/redirect.php', 0, 0x20d1b3a6d2a146f901d0f2331cd32775, 0x20d1b3a6d2a146f901d0f2331cd32775, 0x69d249b779c043c8e9e3c9a1c84b2320075827a92239180f8a353b10031e0a18, '', 0, '?'),
(0x17a743b423be9737b7ac25cc99c25c42, 'wp-content/plugins/classes/redirect/validation/redirect-abstract-validation.php', '/home/activeeee/public_html/wp-content/plugins/classes/redirect/validation/redirect-abstract-validation.php', 0, 0xb3eca1a2746fde39b0415b397e16e6dd, 0xb3eca1a2746fde39b0415b397e16e6dd, 0x6e2b34c86c1d5d6281dcbf1bcbfa474f73558a54b7b33475b91f2f87648919f5, '', 0, '?'),
(0x42768d511123cf746792c044562a96ef, 'wp-content/plugins/classes/redirect/validation/redirect-accessible-validation.php', '/home/activeeee/public_html/wp-content/plugins/classes/redirect/validation/redirect-accessible-validation.php', 0, 0x1b6c3b84bbb5916392bd13ff74c6f9dc, 0x1b6c3b84bbb5916392bd13ff74c6f9dc, 0x583c21975eee5bb7734d82d701f3ee1bd7a068713a94c1504c8c2d124eac8d6e, '', 0, '?'),
(0xa41ac32f26eaf3045716af6ae4167172, 'wp-content/plugins/classes/redirect/validation/redirect-endpoint-validation.php', '/home/activeeee/public_html/wp-content/plugins/classes/redirect/validation/redirect-endpoint-validation.php', 0, 0xbf46fed14b7ae5c79fe7cefd606dffc2, 0xbf46fed14b7ae5c79fe7cefd606dffc2, 0x657d65da17fb1295d4e6547ee510dfd15f94b20a4c955c1dc1f45b1806d66eaf, '', 0, '?'),
(0x69f3f01314c5b04bcc5d34e7f1eec3d9, 'wp-content/plugins/classes/redirect/validation/redirect-presence-validation.php', '/home/activeeee/public_html/wp-content/plugins/classes/redirect/validation/redirect-presence-validation.php', 0, 0x544270290ea3fa78a4c1f1069b1ec748, 0x544270290ea3fa78a4c1f1069b1ec748, 0x8fd52b285331edc89bfdce08e53a775b6d280186ec1f14b75252c5388c5fff30, '', 0, '?'),
(0xe2bcedea2e445c518eec0afc4d38115e, 'wp-content/plugins/classes/redirect/validation/redirect-relative-origin-validation.php', '/home/activeeee/public_html/wp-content/plugins/classes/redirect/validation/redirect-relative-origin-validation.php', 0, 0xac4d1b6aadaf5c384d4254ffb0c7ef98, 0xac4d1b6aadaf5c384d4254ffb0c7ef98, 0x96ab704d2b68b08da69e30e72f1a508b89aac0140df77dd60a21d81c49dd7a11, '', 0, '?'),
(0x6c2a02387d15d0cd8ab38903b567185b, 'wp-content/plugins/classes/redirect/validation/redirect-self-redirect-validation.php', '/home/activeeee/public_html/wp-content/plugins/classes/redirect/validation/redirect-self-redirect-validation.php', 0, 0xf83be799427bc52f0d4e4152915ee650, 0xf83be799427bc52f0d4e4152915ee650, 0x8f2e1dfd46a393e1e1ef901e99e9d342e6d5e6b956c5b2767968a13c8600dabc, '', 0, '?'),
(0x559b3255c9d7ac5c0643fac9044ae820, 'wp-content/plugins/classes/redirect/validation/redirect-subdirectory-validation.php', '/home/activeeee/public_html/wp-content/plugins/classes/redirect/validation/redirect-subdirectory-validation.php', 0, 0xcc296af870759ddf7e551cc62c56f47f, 0xcc296af870759ddf7e551cc62c56f47f, 0x79e4cc1954c3c8202c3f76daca5c963774a4172bc4962053c26d8e30480c30f1, '', 0, '?'),
(0x30d3b183e5d6110be0f37e01356e9e3b, 'wp-content/plugins/classes/redirect/validation/redirect-uniqueness-validation.php', '/home/activeeee/public_html/wp-content/plugins/classes/redirect/validation/redirect-uniqueness-validation.php', 0, 0x44ae93196e0a6c763303665db85e9d0c, 0x44ae93196e0a6c763303665db85e9d0c, 0xa4b59928cdf5bc90e0161c4ee10f38f4973ef21f1ce4dafe1d62025bc697910e, '', 0, '?'),
(0x4f72166e43fa687b6c2dd444223aa988, 'wp-content/plugins/classes/redirect/validation/redirect-validation-interface.php', '/home/activeeee/public_html/wp-content/plugins/classes/redirect/validation/redirect-validation-interface.php', 0, 0x57060b0cab997e651634941425fad135, 0x57060b0cab997e651634941425fad135, 0x5f8bbdd1206585783437b3c8005257c1c6398f58dbb156ae6909e2c95ff227c2, '', 0, '?'),
(0xf2e7facc2737e999a28f76b64ffe760a, 'wp-content/plugins/classes/redirect/views/redirects-form.php', '/home/activeeee/public_html/wp-content/plugins/classes/redirect/views/redirects-form.php', 0, 0x2a50b33aba5e1b7b68645b7b1e649db5, 0x2a50b33aba5e1b7b68645b7b1e649db5, 0x8d682d3af505482f29b9eea411513089608d96d3408dc7110cb328038c6ae4af, '', 0, '?'),
(0x89f4bc53613322bbfcb0b4408be16ed8, 'wp-content/plugins/classes/redirect/views/redirects-quick-edit.php', '/home/activeeee/public_html/wp-content/plugins/classes/redirect/views/redirects-quick-edit.php', 0, 0xb9d1a84405b63c07976a932a689354ec, 0xb9d1a84405b63c07976a932a689354ec, 0x88af0619edeb22c7465a2ea633950dee5d750cf0ee5c461f4e1d81cb38a1b962, '', 0, '?'),
(0x17cf717d5b59a52c578fe6dd7a3b2996, 'wp-content/plugins/classes/redirect/views/redirects-tab-plain.php', '/home/activeeee/public_html/wp-content/plugins/classes/redirect/views/redirects-tab-plain.php', 0, 0x7f0a8e3527965444ffa297d78d9c5203, 0x7f0a8e3527965444ffa297d78d9c5203, 0x83f63ca68015e88e70478299f68294387a7d9f8673472bb9d2031ccd3feeca27, '', 0, '?'),
(0xdf21ab13153a90998f6a709870ffe54a, 'wp-content/plugins/classes/redirect/views/redirects-tab-regex.php', '/home/activeeee/public_html/wp-content/plugins/classes/redirect/views/redirects-tab-regex.php', 0, 0x147d1fea21b6d439d5d6f2bbcad25de8, 0x147d1fea21b6d439d5d6f2bbcad25de8, 0x59631618cbf3882c6d135337947e539b46779ca2b3e9a92025e52220240dd44c, '', 0, '?'),
(0x1b0de34f39e56b84cb10db698abaeff0, 'wp-content/plugins/classes/redirect/views/redirects-tab-settings.php', '/home/activeeee/public_html/wp-content/plugins/classes/redirect/views/redirects-tab-settings.php', 0, 0x1e58901c5cd42a6852e631b7876376d2, 0x1e58901c5cd42a6852e631b7876376d2, 0xf14ef18e85abeeea9090bd59845ab1a4beaa55f7068cefabc8c692b1e8107ac1, '', 0, '?'),
(0x1ce7d8309909fa0fb8c2c78224a50af8, 'wp-content/plugins/classes/redirect/views/redirects.php', '/home/activeeee/public_html/wp-content/plugins/classes/redirect/views/redirects.php', 0, 0x132af553f33cd2d0aace9dec995b8725, 0x132af553f33cd2d0aace9dec995b8725, 0x70341613ab746f74160882339d3c77cea2aa59a6956f20974168b6ae14430904, '', 0, '?'),
(0x5d5f2ec708e05aa9865ebcbf1e9e501d, 'wp-content/plugins/classes/redirect-undo-endpoint.php', '/home/activeeee/public_html/wp-content/plugins/classes/redirect-undo-endpoint.php', 0, 0xfd094552755e6b9cb727fdc8e594e213, 0xfd094552755e6b9cb727fdc8e594e213, 0x3a3d8223597030ffe5dcaffafafef163a2aeabe2f9e2cc03d22609f999c97987, '', 0, '?'),
(0xf2e477ea10dddcb1d8372b9337794e22, 'wp-content/plugins/classes/social-previews.php', '/home/activeeee/public_html/wp-content/plugins/classes/social-previews.php', 0, 0xa212cd05daa08b89bec3acb73b3ed6de, 0xa212cd05daa08b89bec3acb73b3ed6de, 0xcabb7ef21f23bddf49f6e449114405bd8b4b6e7cb780817cfee2e4bdb6b28c6b, '', 0, '?'),
(0x0badaa64ba1611c401cc54972bcc1488, 'wp-content/plugins/classes/term-watcher.php', '/home/activeeee/public_html/wp-content/plugins/classes/term-watcher.php', 0, 0xd4a21c871eb274b2ffc8fd4caa58ba9b, 0xd4a21c871eb274b2ffc8fd4caa58ba9b, 0x906e08d762e45e5ef292702b203e20343e7c954eea7f3ba207dfefa0631953d5, '', 0, '?'),
(0x8c9ba3855f21acd6b8b28362c3d575b3, 'wp-content/plugins/classes/upgrade-manager.php', '/home/activeeee/public_html/wp-content/plugins/classes/upgrade-manager.php', 0, 0x80a7afb10b86b9b3d50f46cd45b993e2, 0x80a7afb10b86b9b3d50f46cd45b993e2, 0xc3a73dee7364c26084e772b3c460f5c8ba46dedc868939c79aa5b7f4a4bab20d, '', 0, '?'),
(0xbb894d0b664ea65345829cf61d3417ea, 'wp-content/plugins/classes/validation-error.php', '/home/activeeee/public_html/wp-content/plugins/classes/validation-error.php', 0, 0x31629e4b59d8f31f90612b7500182e12, 0x31629e4b59d8f31f90612b7500182e12, 0x4596f98434d215fd54170925fa84016c45b5666a9dcc5e9e53e6884d3b220f5c, '', 0, '?'),
(0x0589cd6beb76c3be91cfb6e4d37508b3, 'wp-content/plugins/classes/validation-result.php', '/home/activeeee/public_html/wp-content/plugins/classes/validation-result.php', 0, 0xeb1307af8da546acbd6f18d6e7f994bb, 0xeb1307af8da546acbd6f18d6e7f994bb, 0xb81807b5a41e2f4e3a6147ab9eeecf19394e9cc8c6635c058494bac41220709e, '', 0, '?'),
(0xaf7b5ddb328ae1b8a9b04689cbb548c2, 'wp-content/plugins/classes/validation-warning.php', '/home/activeeee/public_html/wp-content/plugins/classes/validation-warning.php', 0, 0x95f54ec9af14202c155bc9b3c62aa91d, 0x95f54ec9af14202c155bc9b3c62aa91d, 0x44d7073275142e0c2c58b2d16c2b86472356d494bbb6d21a51a54854422d31ec, '', 0, '?'),
(0x56dff039895088c9976b84fdaa6de503, 'wp-content/plugins/classes/views/export-keywords.php', '/home/activeeee/public_html/wp-content/plugins/classes/views/export-keywords.php', 0, 0x33f7253c2a7b83515cef15433d584cc4, 0x33f7253c2a7b83515cef15433d584cc4, 0x7815aa5b3c2452d8bd70c1f66eb88bdee49deca9e4f599671f698d024ac63891, '', 0, '?'),
(0x79862061034da1fa9f097631e3320cd2, 'wp-content/plugins/classes/views/export-redirects.php', '/home/activeeee/public_html/wp-content/plugins/classes/views/export-redirects.php', 0, 0x02c1a7fa4c1dccc4014c733c55e56540, 0x02c1a7fa4c1dccc4014c733c55e56540, 0x2c2107fffc2ee574003f9b6b9ec3460590b009253bf8d72a720b534d1260ece1, '', 0, '?'),
(0x4a4c79da15add770b10d6979fc28242a, 'wp-content/plugins/classes/views/import-redirects.php', '/home/activeeee/public_html/wp-content/plugins/classes/views/import-redirects.php', 0, 0x78de943a09f12d273f3ffa8febab5387, 0x78de943a09f12d273f3ffa8febab5387, 0x10d7eff6cd5c37f26454214c9ba5a284b4fe8091a9053c11184e1f281d7e1c73, '', 0, '?'),
(0x378e2521b2e64ef904708401b3068cc1, 'wp-content/plugins/classes/views/thank-you.php', '/home/activeeee/public_html/wp-content/plugins/classes/views/thank-you.php', 0, 0xd577331a209c1f273ae6c89434ab815a, 0xd577331a209c1f273ae6c89434ab815a, 0x16feadc566fee4eea5d1508a86bd05a4334339c450aad7d930be28a91b6f18c7, '', 0, '?'),
(0x455b91f4c5ef663639b1b9a68c2ec9f5, 'wp-content/plugins/classes/watcher.php', '/home/activeeee/public_html/wp-content/plugins/classes/watcher.php', 0, 0x1dfcacd0a01243252476ef5520ba196f, 0x1dfcacd0a01243252476ef5520ba196f, 0x0d49e207a241e2e1406f8f8f808035295d5bcd82483c5e444f728f4c904a684e, '', 0, '?'),
(0xae7c26171124ec8e62db6077b4853b02, 'wp-content/plugins/cli/cli-premium-requirement.php', '/home/activeeee/public_html/wp-content/plugins/cli/cli-premium-requirement.php', 0, 0x3f5ffcbeef9ac1020dc530c9cfc7bee2, 0x3f5ffcbeef9ac1020dc530c9cfc7bee2, 0x2ca97934a4726b48f0af07b8b70ea744df250d65446f3d696d78b652dc442edf, '', 0, '?'),
(0x3b89b11f50834dd64e488bf1018fea21, 'wp-content/plugins/cli/cli-redirect-base-command.php', '/home/activeeee/public_html/wp-content/plugins/cli/cli-redirect-base-command.php', 0, 0x93b7346f9d7aa0e31f4da484040a63f5, 0x93b7346f9d7aa0e31f4da484040a63f5, 0x6808a15a77232ed1bbcd1789189af85df58ec554da9acd8b3c59251ef336511d, '', 0, '?'),
(0x052e3addeac4c79ee3feb0f03baed30d, 'wp-content/plugins/cli/cli-redirect-command-namespace.php', '/home/activeeee/public_html/wp-content/plugins/cli/cli-redirect-command-namespace.php', 0, 0x8d72d1e44a44f2291f6b2303fa3c3198, 0x8d72d1e44a44f2291f6b2303fa3c3198, 0x0633ec5fe3de4827644683de746a42b16bf7b615b2e04a79b10f9908584e9700, '', 0, '?'),
(0x5a2b4dc81b2f29b49b48dac06661be11, 'wp-content/plugins/cli/cli-redirect-create-command.php', '/home/activeeee/public_html/wp-content/plugins/cli/cli-redirect-create-command.php', 0, 0x6f4cd32d56082a7fe96d7a1f12fd6ae6, 0x6f4cd32d56082a7fe96d7a1f12fd6ae6, 0xb0cb999a69c0a409dc9930e3e92b856638b56499ba2e6fd99e1c38e229ea573f, '', 0, '?'),
(0xc5f6ee7c6d3675d16a40ea2b6ccb6830, 'wp-content/plugins/cli/cli-redirect-delete-command.php', '/home/activeeee/public_html/wp-content/plugins/cli/cli-redirect-delete-command.php', 0, 0xae1b2e9a18787da94734372c62993a02, 0xae1b2e9a18787da94734372c62993a02, 0x4b8ef2500bcbe7a2eadaa0e086396f927f33c6145a981f84d618e4f479f8c472, '', 0, '?'),
(0x8849edc508c20b49f98ace98b25d31e6, 'wp-content/plugins/cli/cli-redirect-follow-command.php', '/home/activeeee/public_html/wp-content/plugins/cli/cli-redirect-follow-command.php', 0, 0xfb7560ecf783ba48ef9dc80cc7137c4f, 0xfb7560ecf783ba48ef9dc80cc7137c4f, 0xe1e7b7b7dd491348a8a36d8252cc87c03e85cae1b25b29ba09b8c5251b4807ee, '', 0, '?'),
(0x81ce4643b57b9dcf2a29178dc92b3d2e, 'wp-content/plugins/cli/cli-redirect-has-command.php', '/home/activeeee/public_html/wp-content/plugins/cli/cli-redirect-has-command.php', 0, 0x84c01866fc08629d135649401e9f4d75, 0x84c01866fc08629d135649401e9f4d75, 0x68b6eda821808804dacf8d8cc8629a24e6fe36abce6b724071c6ba9111b9fb71, '', 0, '?'),
(0x286fa59129e6937174947092522a0f86, 'wp-content/plugins/cli/cli-redirect-list-command.php', '/home/activeeee/public_html/wp-content/plugins/cli/cli-redirect-list-command.php', 0, 0x5fa97ed14bf9d7c555d24d7bf0df570a, 0x5fa97ed14bf9d7c555d24d7bf0df570a, 0x1ae7b765537247492071a56d4d27f7b0ac55c89c5833ab79a50ad857d66ce0e0, '', 0, '?'),
(0x397fffe6f53d590f8397922ed4db3c8a, 'wp-content/plugins/cli/cli-redirect-update-command.php', '/home/activeeee/public_html/wp-content/plugins/cli/cli-redirect-update-command.php', 0, 0x4bbfac4a25ba14da92fe742ec027fdf5, 0x4bbfac4a25ba14da92fe742ec027fdf5, 0x00cf3ba9353bd2a19e96c0016abb770c71f19df986aef8b2a623cf4e78a500d8, '', 0, '?'),
(0x39d036fbb5cd2c72885c31cb5443c55b, 'wp-content/plugins/disable-gutenberg/css/font-icons.css', '/home/activeeee/public_html/wp-content/plugins/disable-gutenberg/css/font-icons.css', 1, 0x00000000000000000000000000000000, 0x1165d36e41b8418d12d20cd9f523915f, 0xed6a8759dfd6b62a5e6aedd53135756cee38a990844b53260522f5a719b6fe19, '', 0, '?'),
(0x6c50edaa1df7c59c3c4f96af16db758f, 'wp-content/plugins/disable-gutenberg/css/settings.css', '/home/activeeee/public_html/wp-content/plugins/disable-gutenberg/css/settings.css', 1, 0x00000000000000000000000000000000, 0xe98ac844a6654f1b7f04719957a4ff00, 0x5ff39fd21b5a03d494f11c2dfeebf7effd13d957239449021b646ebde9abf4e5, '', 0, '?'),
(0x85f5c32bc276a9e3320292bf9a8c01c3, 'wp-content/plugins/disable-gutenberg/disable-gutenberg.php', '/home/activeeee/public_html/wp-content/plugins/disable-gutenberg/disable-gutenberg.php', 1, 0x00000000000000000000000000000000, 0xb7482f7b11c6ae4133ecbd52af358703, 0xf03e842d4005508ec3ff109addbd7d29e91f7563bb69e97686f7df3eb01947db, '', 0, '?'),
(0xe0855598bff9bd083227bcd4e72d85a7, 'wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.eot', '/home/activeeee/public_html/wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.eot', 1, 0x00000000000000000000000000000000, 0x674f50d287a8c48dc19ba404d20fe713, 0xfbfae57e382001176972aebfdd0b0a135070afa60a32f28a35a7446168427a50, '', 0, '?'),
(0x62b0038a7fb97902af456bd6bd9f08a1, 'wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.svg', '/home/activeeee/public_html/wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.svg', 1, 0x00000000000000000000000000000000, 0x60dfc63604b6b75529f7063cedb67f63, 0x2ca9bd8724e19d753b0788e9b0ae1b3943bbc85799b0a779c7ddd7d7de960306, '', 0, '?'),
(0xa2a3746206957f7c95a97bf2f6ff8271, 'wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.ttf', '/home/activeeee/public_html/wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.ttf', 1, 0x00000000000000000000000000000000, 0xb06871f281fee6b241d60582ae9369b9, 0x9d92a2097136388578d68505e35cfcaa730d4ebe7e18832e97fb5ad8ae5b0422, '', 0, '?'),
(0x77fdf85cb9b1415e1486c756994e245e, 'wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.woff', '/home/activeeee/public_html/wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.woff', 1, 0x00000000000000000000000000000000, 0xfee66e712a8a08eef5805a46892932ad, 0xe1fc2634220d519d6a580ce36d4e22e3c93f50be6f94cd5cb0c6f53f07b9f98c, '', 0, '?'),
(0x855c99c61ed1d7bdf5580bad3aa2a96b, 'wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.woff2', '/home/activeeee/public_html/wp-content/plugins/disable-gutenberg/fonts/awesome/fontawesome-webfont.woff2', 1, 0x00000000000000000000000000000000, 0xaf7ae505a9eed503f8b8e6982036873e, 0xaddf40e2a382a94ceb4551f1f18928816965ba96715b4e7c26b0e37ff9c390f7, '', 0, '?'),
(0x9183bece265038bdc046c0181d7ba800, 'wp-content/plugins/disable-gutenberg/inc/classic-editor.php', '/home/activeeee/public_html/wp-content/plugins/disable-gutenberg/inc/classic-editor.php', 1, 0x00000000000000000000000000000000, 0xf9a27b27a6bc77b39d1d925fd0e36abf, 0x59f9e0d2bc28b14973d595f1129137fc7baba77417d2498f2cec772802ede3e6, '', 0, '?'),
(0x7193da80224e6b765209de8c0107361a, 'wp-content/plugins/disable-gutenberg/inc/plugin-core.php', '/home/activeeee/public_html/wp-content/plugins/disable-gutenberg/inc/plugin-core.php', 1, 0x00000000000000000000000000000000, 0x43ac9a9db483ceafeb005060990b7c70, 0x0ee9fcec4126c3af80f20ddc36f30afdcbbed0a3cadbc4564b809d9148d55b35, '', 0, '?'),
(0x35c247e245f71c7c23fb1a06f03577a0, 'wp-content/plugins/disable-gutenberg/inc/plugin-features.php', '/home/activeeee/public_html/wp-content/plugins/disable-gutenberg/inc/plugin-features.php', 1, 0x00000000000000000000000000000000, 0x895bafe3c374c6892644d6d20c64ffe8, 0x4581c03661dbe7a58769c286de5300851652d39742fc34be7d6ec7aa662720b3, '', 0, '?'),
(0xa1a5b7a2cb036f0479eb5c7f592e36a6, 'wp-content/plugins/disable-gutenberg/inc/plugin-frontend.php', '/home/activeeee/public_html/wp-content/plugins/disable-gutenberg/inc/plugin-frontend.php', 1, 0x00000000000000000000000000000000, 0x031a206c521323865d8cd9f835daf205, 0x05bf5cf80788fd7618a120f9e540c6302f738682e0d2d45681d467eecfe1d71d, '', 0, '?'),
(0x7e8a3f0f14cdbb79cf7f5d2171928f1b, 'wp-content/plugins/disable-gutenberg/inc/resources-enqueue.php', '/home/activeeee/public_html/wp-content/plugins/disable-gutenberg/inc/resources-enqueue.php', 1, 0x00000000000000000000000000000000, 0x4f2149be0d27e192526aa5adaf8d4e6c, 0xaad30c0d186cb1ba38fc4e3320eb2f4ea481053c9464718f4b5521033f5902df, '', 0, '?'),
(0xe30fff0c2464b1d0a657f9a1e14827cd, 'wp-content/plugins/disable-gutenberg/inc/settings-display.php', '/home/activeeee/public_html/wp-content/plugins/disable-gutenberg/inc/settings-display.php', 1, 0x00000000000000000000000000000000, 0x4a740ad1e7f68c1c28810de5f99d2b5c, 0xa18699052fb4abf36d2e44ef7b9d136eb92bad4d2eaf905638c62388d1be9957, '', 0, '?'),
(0x2f3fe8ad9aae8e66653c0506636b569c, 'wp-content/plugins/disable-gutenberg/inc/settings-register.php', '/home/activeeee/public_html/wp-content/plugins/disable-gutenberg/inc/settings-register.php', 1, 0x00000000000000000000000000000000, 0x7eb6e7affc7064a96ed9519f4b049263, 0xa01c777d09480b8d41cc23f1c6b8a12bdb6a3f189feda9ede76acbf159645108, '', 0, '?'),
(0xa7dfc87f037517b5db9cca2a11cce9cb, 'wp-content/plugins/disable-gutenberg/inc/settings-reset.php', '/home/activeeee/public_html/wp-content/plugins/disable-gutenberg/inc/settings-reset.php', 1, 0x00000000000000000000000000000000, 0x84a00dc72bda3775217124e1f5015939, 0xb4238446c84c2a68dc6d3b532f2f9921694eb5bb129173eb0f208a78849eff48, '', 0, '?'),
(0xd24d4b81c4831f5e778db3fadcff3820, 'wp-content/plugins/disable-gutenberg/js/settings.js', '/home/activeeee/public_html/wp-content/plugins/disable-gutenberg/js/settings.js', 1, 0x00000000000000000000000000000000, 0x78217d6dface414c10d31a04db5627a8, 0x97e2e5097f54c99b21c8673b7bb41e48c04745ba0dc170d710a8024f82bf6865, '', 0, '?'),
(0x6b0ec3563a6f9bd700ca0af3f4619651, 'wp-content/plugins/disable-gutenberg/languages/disable-gutenberg.pot', '/home/activeeee/public_html/wp-content/plugins/disable-gutenberg/languages/disable-gutenberg.pot', 1, 0x00000000000000000000000000000000, 0xbb5cc102c0898abf89cc357f5fe3f2d0, 0x09c35d7a14f0864757f0c6b83cd6b4e8a2997f532387cfb024a4e979a1aeae54, '', 0, '?'),
(0xcfb6633a8d7b863acb9aaf7984570f6b, 'wp-content/plugins/disable-gutenberg/readme.txt', '/home/activeeee/public_html/wp-content/plugins/disable-gutenberg/readme.txt', 1, 0x00000000000000000000000000000000, 0x41da927b3bed3d064bcbbafcea86fb4a, 0x3828663eb3749e889e2359dd0ed24291f65de7c4d700b934647d49a3ccf16b00, '', 0, '?'),
(0xc2e5de81f04893ddc39b15dc274ff52b, 'wp-content/plugins/disable-gutenberg/uninstall.php', '/home/activeeee/public_html/wp-content/plugins/disable-gutenberg/uninstall.php', 1, 0x00000000000000000000000000000000, 0x9f77e94eb0a6350d5658a7301e923c26, 0xbedbfbb3e2387ebfbfd059674ee3bd1c2494fcf6eedda053478f335112f3bfb9, '', 0, '?'),
(0xda9de9fcd99285993af8ed1a603c8e90, 'wp-content/plugins/duplicator-pro/addons/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/addons/index.php', 0, 0x2bc35303ca2eef98449fb73a32f308f3, 0x2bc35303ca2eef98449fb73a32f308f3, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x08d5897e16656b665e158901757ccea1, 'wp-content/plugins/duplicator-pro/addons/probase/ProBase.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/addons/probase/ProBase.php', 0, 0xb0d8489258b5ec5a1b46d5b510377002, 0xb0d8489258b5ec5a1b46d5b510377002, 0xc64a7aa7aaa45b432e2b3ca5996dd5ddea2f7eb4f0c8cb088357a516ae89726c, '', 0, '?'),
(0x0eee2aaeeb48405573f0db4c345774f5, 'wp-content/plugins/duplicator-pro/addons/probase/installer/probase/ProBase.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/addons/probase/installer/probase/ProBase.php', 0, 0x2ba0a31878790eaa20b4d6aeba33fe19, 0x2ba0a31878790eaa20b4d6aeba33fe19, 0x7e197828a05d878c9d8222f4d8fa77106b55803b7dbe814182de948c5961ebee, '', 0, '?'),
(0x276b0780f8fd9c10043cffcc5c4535f3, 'wp-content/plugins/duplicator-pro/addons/probase/installer/probase/src/AbstractLicense.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/addons/probase/installer/probase/src/AbstractLicense.php', 0, 0x47d3865507db31981ba5a1073e831a69, 0x47d3865507db31981ba5a1073e831a69, 0x04183661b714ae3573a65e045e242674a71b3c10a33c1cb5d02d66fabe7f6f70, '', 0, '?'),
(0x528de991f8c80c3367521137f956fae6, 'wp-content/plugins/duplicator-pro/addons/probase/installer/probase/src/AdvancedParams.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/addons/probase/installer/probase/src/AdvancedParams.php', 0, 0x0bf3d33b20205f722f469a8505d97002, 0x0bf3d33b20205f722f469a8505d97002, 0x462081718b48b45b6afc41a81ffe7392cee6494d15175a75476f0083e6593a53, '', 0, '?'),
(0x01a9f975ef5a748fd6538370a9b5eadf, 'wp-content/plugins/duplicator-pro/addons/probase/installer/probase/src/License.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/addons/probase/installer/probase/src/License.php', 0, 0xb9cfa72632359aba066287490f5046ce, 0xb9cfa72632359aba066287490f5046ce, 0xe32d58743cf7fa4b4ea29a06b4eeed3d7a68f3b9ca42ddae13ea780f610908f6, '', 0, '?'),
(0x1d9024b54add95a8244e098be9361e38, 'wp-content/plugins/duplicator-pro/addons/probase/src/License/DuplicatorEddPluginUpdater.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/addons/probase/src/License/DuplicatorEddPluginUpdater.php', 0, 0xc475890eb60d1f23c28c3160252bae0a, 0xc475890eb60d1f23c28c3160252bae0a, 0xca0528c46deeb076db00382cc3a50dc950f867eea555a04d18062ae6e208b7f3, '', 0, '?'),
(0xd203a15a98a44f0446494921e6e18c8a, 'wp-content/plugins/duplicator-pro/addons/probase/src/License/License.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/addons/probase/src/License/License.php', 0, 0x5e0f64209d2d7a02062c51d92e653071, 0x5e0f64209d2d7a02062c51d92e653071, 0x49547a51b2b357c94e84e6b986391198849e2b3f986ad46d505b2a02b2051786, '', 0, '?'),
(0x866332211c2d54c7a651d4356334fd08, 'wp-content/plugins/duplicator-pro/addons/probase/src/License/Notices.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/addons/probase/src/License/Notices.php', 0, 0x11a76de51df8f74276a4c81864d8c4dc, 0x11a76de51df8f74276a4c81864d8c4dc, 0xcf36253a3a0922dd5748c1ea7820e4226ecb5c3d3ca8cca15b1f3d24db6e7386, '', 0, '?'),
(0xc375aff103f7c96da431834e7a872374, 'wp-content/plugins/duplicator-pro/addons/probase/src/LicensingController.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/addons/probase/src/LicensingController.php', 0, 0x3524e8aa7296a2728517389f95e4f2d3, 0x3524e8aa7296a2728517389f95e4f2d3, 0xe79107ef53c54e6e999acd01c1ff3814b8a49e7c067bc795f4eba6629b96c050, '', 0, '?'),
(0x9de5d36ef4d232b506bf138b5fb8ba02, 'wp-content/plugins/duplicator-pro/addons/probase/template/licensing/activation.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/addons/probase/template/licensing/activation.php', 0, 0xbe630b20170568bf5ce08b50ad658796, 0xbe630b20170568bf5ce08b50ad658796, 0x10c2544397830d8eb175e571fb41fc884acd8ed365ed28b4c05c11c07c85b162, '', 0, '?'),
(0xa9c76fad750f6ebdc7b07707b4cecbd4, 'wp-content/plugins/duplicator-pro/addons/probase/template/licensing/inactive_message.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/addons/probase/template/licensing/inactive_message.php', 0, 0x01b3c6756f0d12a9daa3238d5452f5c0, 0x01b3c6756f0d12a9daa3238d5452f5c0, 0x09950d1a54ea29ec1fda8ae28bf6f4a2186d3bafaf79f528447f028801b83485, '', 0, '?'),
(0x7e71eeaadf0920c578b72335a9f33747, 'wp-content/plugins/duplicator-pro/addons/probase/template/licensing/license_message.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/addons/probase/template/licensing/license_message.php', 0, 0x666d1547900558f7d64bcae056025185, 0x666d1547900558f7d64bcae056025185, 0xd03aa4623342137f107bc049924fabbb36d4da3cbf433b9d80861c2f1f5fd3fb, '', 0, '?'),
(0x72cdececf9bef6174ee443f753d4ad30, 'wp-content/plugins/duplicator-pro/addons/probase/template/licensing/main.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/addons/probase/template/licensing/main.php', 0, 0xdc4e06e772eafac07c0f087eceea74e0, 0xdc4e06e772eafac07c0f087eceea74e0, 0x7f8da3fd5b76f78a1a0b3374e4e121011e7d0d68e0a778150e5855cb312fe27c, '', 0, '?'),
(0x6a564ba4521a4adecdc382de23760a86, 'wp-content/plugins/duplicator-pro/addons/probase/template/licensing/visibility.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/addons/probase/template/licensing/visibility.php', 0, 0x98156597695ae3911c8dd8954ede795f, 0x98156597695ae3911c8dd8954ede795f, 0xff92057c82bc01bc16f5a0a9488c7b3fa14a0bee4ffbb4731875eded69af3bdc, '', 0, '?'),
(0xa6e0f4bdc707b19d1c3149e3e1c9c09b, 'wp-content/plugins/duplicator-pro/addons/probase/vendor/edd/EDD_SL_Plugin_Updater.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/addons/probase/vendor/edd/EDD_SL_Plugin_Updater.php', 0, 0x30890226dae8039de468c63039caf3c4, 0x30890226dae8039de468c63039caf3c4, 0xa0f1e216c2395c4ed1d71c6c0ad728755b317faf8bc21dd4a9bf9fbee44db92d, '', 0, '?'),
(0xc19348028ddc3ab9ddee4f046f5a5ad8, 'wp-content/plugins/duplicator-pro/addons/probase/vendor/edd/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/addons/probase/vendor/edd/index.php', 0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x5f88a794693dc9e06cb4cc11d3b7418e, 'wp-content/plugins/duplicator-pro/addons/test/Test.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/addons/test/Test.php', 0, 0xdbde6eaf4881a18637b97e9466f961b0, 0xdbde6eaf4881a18637b97e9466f961b0, 0x6dfc1d7b40106b2ceed9c8d6dba5ddde2334a52902014ab73aa9d46e40c8a676, '', 0, '?'),
(0x0098035b5e9785d5c461c04417d7f9e0, 'wp-content/plugins/duplicator-pro/assets/css/images/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/css/images/index.php', 0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x76909cc1d3f2145895bea5a0fb3c59cd, 'wp-content/plugins/duplicator-pro/assets/css/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/css/index.php', 0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x205d896a2bd59cdb63eaec2d654b9871, 'wp-content/plugins/duplicator-pro/assets/img/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/img/index.php', 0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x84afdee60eeda455a90f8b79b7b4e302, 'wp-content/plugins/duplicator-pro/assets/img/logo-black.svg', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/img/logo-black.svg', 0, 0x2f39a521458f25c98e1c1f5381e63c8a, 0x2f39a521458f25c98e1c1f5381e63c8a, 0x6c01bdc72abd4bd71ab54bafb34b3e3622cc067700b4c2eac8b1ca2b0390722e, '', 0, '?'),
(0x04f48e0e4b3f706b9d26c2e30f2697b9, 'wp-content/plugins/duplicator-pro/assets/img/logo-menu.svg', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/img/logo-menu.svg', 0, 0xa2ab8a8afb8389fdd705719e58aae419, 0xa2ab8a8afb8389fdd705719e58aae419, 0x68cbb7a01616f3a21e170d738458916a429e5114f62d9c0b34b1022655704698, '', 0, '?'),
(0x368a4a88c6618f846956a19db274e2e7, 'wp-content/plugins/duplicator-pro/assets/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/index.php', 0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0xac8dc96cc22f40550ccfa35e484ab202, 'wp-content/plugins/duplicator-pro/assets/js/dp-kick.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/dp-kick.js', 0, 0xdd8b05a520431cbd21699f8ebc404b2e, 0xdd8b05a520431cbd21699f8ebc404b2e, 0x6c6e219862b0d8b071c3c8478429562bb3ec68e85928a42a7818efc5d59f78b2, '', 0, '?'),
(0x3ab51b3e6ce1ff0caea5069b0b428a27, 'wp-content/plugins/duplicator-pro/assets/js/duplicator/dup.debug.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/duplicator/dup.debug.php', 0, 0xc3e6d804465b8e62fdded5ffe78cf306, 0xc3e6d804465b8e62fdded5ffe78cf306, 0x3e9d98d0e7d5f72f1f06d34f526af3c59560be63d072ca42b478a02d4677d932, '', 0, '?'),
(0xde78fffc6b14c2bafc2885c5364ac315, 'wp-content/plugins/duplicator-pro/assets/js/duplicator/dup.storage.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/duplicator/dup.storage.php', 0, 0x34b1f5c44e6ee3d0c84b04a23db4b1f7, 0x34b1f5c44e6ee3d0c84b04a23db4b1f7, 0x4deba707f15cfea11e36e54b2c2679e7d75c4b0fd13bc23c7cddd49e0c7a8520, '', 0, '?'),
(0xa5e67f1729d5ed323557bfdc54a7aef8, 'wp-content/plugins/duplicator-pro/assets/js/duplicator/dup.ui.ctrl.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/duplicator/dup.ui.ctrl.php', 0, 0x723e4b32d4b3e004262920d83bd6fe2e, 0x723e4b32d4b3e004262920d83bd6fe2e, 0xae1184a0b139858d61a733fb04d81036407a8dcd9ce874c55bcde9ce0b9450bb, '', 0, '?'),
(0x487b14b62019757d4ce3e2ad64aef493, 'wp-content/plugins/duplicator-pro/assets/js/duplicator/dup.ui.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/duplicator/dup.ui.php', 0, 0x4b14b94c9b36e5bfff8dcc83cebbd484, 0x4b14b94c9b36e5bfff8dcc83cebbd484, 0x939e9c48dc17d009bcf1c781af635ef42564837530d174b527430ac14e94016e, '', 0, '?'),
(0x954368a8612b9a0007aab23c5421f507, 'wp-content/plugins/duplicator-pro/assets/js/duplicator/dup.util.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/duplicator/dup.util.php', 0, 0x67ec034e3a365d9e2364f390744cc871, 0x67ec034e3a365d9e2364f390744cc871, 0x01dea03c469305e1e533d65c5cfd6f8cf59082d512e02a39981c32ce4ca9d7c5, '', 0, '?'),
(0xd534962925298ba5e516b8dc6555b6d2, 'wp-content/plugins/duplicator-pro/assets/js/duplicator-tooltip.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/duplicator-tooltip.js', 0, 0x5f7cd7a1a26f150ae5643e5dbf0ddb5a, 0x5f7cd7a1a26f150ae5643e5dbf0ddb5a, 0xefb4bf1eed95c898c40c14ae7edd49e0bc62e5102f441b6a198b8be2e7978733, '', 0, '?'),
(0xd82a12b7732bb1636ac6dfff9e1efdb5, 'wp-content/plugins/duplicator-pro/assets/js/formstone/bundle.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/formstone/bundle.js', 0, 0x53d1250a20740e2a0e8f7184d7c8f8b8, 0x53d1250a20740e2a0e8f7184d7c8f8b8, 0x852d080ef8e08f0882753db02fae78f0480182e4fbda63b99303f0563b1f3702, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x128e70b995eeb932ddb869ea3d07754c, 'wp-content/plugins/duplicator-pro/assets/js/formstone/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/formstone/index.php', 0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x75d207090e736b8f23115d405c5926ad, 'wp-content/plugins/duplicator-pro/assets/js/global-admin-script.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/global-admin-script.js', 0, 0xec259c9a43f791afa53e199b7595d647, 0xec259c9a43f791afa53e199b7595d647, 0xd740789b321d5f14e2161c0220258838fcc5958b4e782b5e2d870d364d474b49, '', 0, '?'),
(0xd57a389bcf2be352abceab28a0c61715, 'wp-content/plugins/duplicator-pro/assets/js/handlebars.min.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/handlebars.min.js', 0, 0xfa80e6d99e47bf2e2a8955ecff2423d4, 0xfa80e6d99e47bf2e2a8955ecff2423d4, 0x94878d08b4aa7c93ee403ecbc341efb9fc7e85c7a58c06945ed5443c6ac877eb, '', 0, '?'),
(0x41b43313921ace9ad7da1bf152476f8b, 'wp-content/plugins/duplicator-pro/assets/js/import-installer.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/import-installer.js', 0, 0x6ba385c06aa6f35d1aa0ade89b4990a7, 0x6ba385c06aa6f35d1aa0ade89b4990a7, 0x64f9d0e73b179a1a7d2e6079b4d049912d0747e78c1ea53f43c4266bbb177ea4, '', 0, '?'),
(0x11e18389ae4a45f6e6e247803fd027e1, 'wp-content/plugins/duplicator-pro/assets/js/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/index.php', 0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0xfb700df89eada20b59a6b8a25a1bbcc2, 'wp-content/plugins/duplicator-pro/assets/js/javascript.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/javascript.php', 0, 0xfb6c8ca6adea0a3dae0c548a8b7d5b8a, 0xfb6c8ca6adea0a3dae0c548a8b7d5b8a, 0x376fd33f4d4e08d4b109f4ca8df1f27861bfcf4a24399b1b6287912e80e2f6ec, '', 0, '?'),
(0xbc8f04f51723dd84361cdde60fe60e71, 'wp-content/plugins/duplicator-pro/assets/js/jscookie/js.cookie.min.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/jscookie/js.cookie.min.js', 0, 0xc9170907e720f5d8a8919884f0c9cc06, 0xc9170907e720f5d8a8919884f0c9cc06, 0x06705524576dccd63c4966b52a51350053d25abd014d4824b95bbbd4c28fba92, '', 0, '?'),
(0xd3933815fce730cfd0d291fad0dccc32, 'wp-content/plugins/duplicator-pro/assets/js/jstree/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/jstree/index.php', 0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x79f257c6dec14b61f4e9c07e1ae82adc, 'wp-content/plugins/duplicator-pro/assets/js/jstree/jstree.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/jstree/jstree.js', 0, 0xd72c9bf6e2aedaa5b4ebde290f9e21bb, 0xd72c9bf6e2aedaa5b4ebde290f9e21bb, 0xd96d38892362cefce60a66962627da7af032299397ef097c6dde93e68290775e, '', 0, '?'),
(0x5bab14e461b2d202e91483c996790960, 'wp-content/plugins/duplicator-pro/assets/js/jstree/jstree.min.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/jstree/jstree.min.js', 0, 0x60e8b824471fc9f08f948f7dce834cba, 0x60e8b824471fc9f08f948f7dce834cba, 0xb38107bf73569912275c9b09a9969cfa2deffb51492402eabf90bf222bb9ce83, '', 0, '?'),
(0x6a9555dfc42e739534941209c813f039, 'wp-content/plugins/duplicator-pro/assets/js/parsleyjs/parsley.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/parsleyjs/parsley.js', 0, 0x66c5cf2982fa6c1bc170636df03082af, 0x66c5cf2982fa6c1bc170636df03082af, 0x2f673eba8b0f494c0a91758a43d3b4c32108445c5996c65d89567f311468fd61, '', 0, '?'),
(0xfc76d4d2492cbf53aff519010b4ee875, 'wp-content/plugins/duplicator-pro/assets/js/parsleyjs/parsley.js.map', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/parsleyjs/parsley.js.map', 0, 0xc35570884513ec677711240271cf04a7, 0xc35570884513ec677711240271cf04a7, 0x20e0aa0bf328ca537639c426c298d3dce558e45cc1329005e8d43ac18e9b75b3, '', 0, '?'),
(0x5bfaf601dd4e074bcee187e420b59fe6, 'wp-content/plugins/duplicator-pro/assets/js/parsleyjs/parsley.min.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/parsleyjs/parsley.min.js', 0, 0xfcfe6ae30a25b06f0c24394f88e39f9a, 0xfcfe6ae30a25b06f0c24394f88e39f9a, 0x4e3fbad60889dc849552ed01dd59238b5dc915c7823ee73925fa5047d023234d, '', 0, '?'),
(0x39dab92340720d3391958912adec8898, 'wp-content/plugins/duplicator-pro/assets/js/parsleyjs/parsley.min.js.map', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/parsleyjs/parsley.min.js.map', 0, 0xbcff433663dae9328cf12ff14fe76f3a, 0xbcff433663dae9328cf12ff14fe76f3a, 0x57f445e15e7f30ef9e5a760b4f299f3e7ad58f823d92cd76cccbec40b2259ff7, '', 0, '?'),
(0xbb397c4ffb01eaa62e7cfdb9fb7cee0c, 'wp-content/plugins/duplicator-pro/assets/js/popper/popper.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/popper/popper.js', 0, 0xa57b027459fe4b99c4ded0ed9e8cfd52, 0xa57b027459fe4b99c4ded0ed9e8cfd52, 0x39c09ab836e34883b2c06d19d51ffe0c95c6abf1126dd67542788516e01ea277, '', 0, '?'),
(0xb71266f748e00566a78d0206e2d2617e, 'wp-content/plugins/duplicator-pro/assets/js/popper/popper.min.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/popper/popper.min.js', 0, 0xfcb4b30efafc8c7aff841adcb76e8b01, 0xfcb4b30efafc8c7aff841adcb76e8b01, 0x26024fa3f06be8ff638adb13e85c0cabc8ff9218e662ed41b4000af48704bfb8, '', 0, '?'),
(0x73abf32b8165be9222b71e6058374e6c, 'wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/af.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/af.js', 0, 0x4f6fcd73488ce79fae1b7a90aceaecde, 0x4f6fcd73488ce79fae1b7a90aceaecde, 0xa436341f153bac77a146c25e18e92b4b64953a293a3157c8016efb2c75e42734, '', 0, '?'),
(0xc31f74cf20978655a852767cb45f76cd, 'wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/ar.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/ar.js', 0, 0x65aa8e36bf5da57ff4e3f22a835ab035, 0x65aa8e36bf5da57ff4e3f22a835ab035, 0x4a5d0c352ea571aa9651d0a082094982c37180e27e7307cfccce8c839e87f013, '', 0, '?'),
(0xc31719cec1d02128dc2db6b7916c1793, 'wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/az.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/az.js', 0, 0x270c257daf8140a0cf23ad5de6f8ed1b, 0x270c257daf8140a0cf23ad5de6f8ed1b, 0xed8afa9ff6bace4dcfa2aa26729e9254a8ef4185153a86ffb367803ad463a5d6, '', 0, '?'),
(0x0769d2b567f738b6e0cc58b15305be34, 'wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/bg.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/bg.js', 0, 0x39b8be30d4f06779839cfaaa415d0690, 0x39b8be30d4f06779839cfaaa415d0690, 0xd0869cea59f3e01d8cf6f6d2c6fe585c24ef2df2bfdeca6c2c93c61eabb3ef49, '', 0, '?'),
(0x31adf44601f4cfc469c267e43a648cb4, 'wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/bn.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/bn.js', 0, 0x6d42b4dd5665d0fa28f06994eedb4899, 0x6d42b4dd5665d0fa28f06994eedb4899, 0xf972005548de59a7ff7430b4862cba548b408f1666f1f11ed2579021f601b461, '', 0, '?'),
(0x4a7a4bfe20078601e76c7c047ae444b0, 'wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/bs.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/bs.js', 0, 0x91624382358e95086b80f00fa0bd6955, 0x91624382358e95086b80f00fa0bd6955, 0x5ddfcbcdde1887ac59917cb8d0ba639c2e3c84ecb95d8e2d0be4138dacfa5375, '', 0, '?'),
(0x6f32d8f8709a29db91f92dffe30221fd, 'wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/ca.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/ca.js', 0, 0xa166b745933a48ce3d0580a74210617d, 0xa166b745933a48ce3d0580a74210617d, 0x4c4ffcd3357e19ebb3d57343b962f02e8fbbbc16678498cab2001ca11137225a, '', 0, '?'),
(0x029bd04f2d22597994d577239cd635ab, 'wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/cs.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/cs.js', 0, 0x4f43e8e7d33aa1e6aadf3286c7e379e9, 0x4f43e8e7d33aa1e6aadf3286c7e379e9, 0x25c60a3bbf27bd216f6e766216df7d42327f84257e1e1b93f40686e5cc684d60, '', 0, '?'),
(0x6a020d69676005a198d0b249f3d69951, 'wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/da.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/da.js', 0, 0x766346afe4dd72c003242cfb1cbe2617, 0x766346afe4dd72c003242cfb1cbe2617, 0x5c5014e86c17a1efe9e5102eb460e6dc8c68cfe7599b52160b3c64518e09e546, '', 0, '?'),
(0x122063536cabd930dfecfdcc6d01e2e4, 'wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/de.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/de.js', 0, 0x8a1c222b0204c8faaf6d3c07c961d8aa, 0x8a1c222b0204c8faaf6d3c07c961d8aa, 0x20cf073936bfaa4fb05d6334d8faf1a7986d38eab6957d5251cf5f681fff9396, '', 0, '?'),
(0xa3b20aad184b2320eea33c505fc7ede9, 'wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/dsb.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/dsb.js', 0, 0x56372c92d2f1bcb2b8e382981dca0546, 0x56372c92d2f1bcb2b8e382981dca0546, 0x25bb89dfb4c80cb6fc698e079fef8e231b12e384e20d171e7bfb50494833f8f0, '', 0, '?'),
(0xba873891acd7ddf603d90702e883408c, 'wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/el.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/el.js', 0, 0x27097f071856a0f4e82298fe407d1eac, 0x27097f071856a0f4e82298fe407d1eac, 0x915448735a17dfa6612b1cedfb5f325138535e0ac7d3799eb1886fcb1318e566, '', 0, '?'),
(0x6b130e07580fa028d95e83156e6240a6, 'wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/en.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/en.js', 0, 0xcf932ba09a98fe11bde8e1f3dd5e2cfa, 0xcf932ba09a98fe11bde8e1f3dd5e2cfa, 0xe88def3bbdc1b6eeaa66471b5c62d7f4b1cab851b69912b8795c55ec18580a9e, '', 0, '?'),
(0x18b33fa7d26135beac49aed2cb135a84, 'wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/es.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/es.js', 0, 0x66dbc2652fb1b769bf29058e707b43c8, 0x66dbc2652fb1b769bf29058e707b43c8, 0x314cbefdf065c8a750f39bb4b86a94825c40229874675f93f4b01fd992c2c7f7, '', 0, '?'),
(0xb82441c5154a8fce6d3e795646f6dd95, 'wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/et.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/et.js', 0, 0x2b96fd98289dc3fc5e61f21e6e1a7d52, 0x2b96fd98289dc3fc5e61f21e6e1a7d52, 0x0f34a75627460a02c9906d78c7cfa2727012356a5ce3803d5869d8aff6edfd5d, '', 0, '?'),
(0x45c6c2542c2d321ddba6865544254e27, 'wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/eu.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/eu.js', 0, 0xadfe5c97b72c20bb0afbc0968b440e50, 0xadfe5c97b72c20bb0afbc0968b440e50, 0xb2373100b78c3402de8e24c168998300f5ec71941302e2ee6e178d304e611c83, '', 0, '?'),
(0x7e3ee50d12223aa6ac59797e43f0299a, 'wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/fa.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/fa.js', 0, 0x3b5bd1961cfd0a6f96ac4cd2ea16c243, 0x3b5bd1961cfd0a6f96ac4cd2ea16c243, 0x30a00ba3bc828246c6337a709cdcdee3f529b028cfe747cdb3fa725fa0e2e650, '', 0, '?'),
(0x5a4eacac9a387d2b3408650d0205174c, 'wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/fi.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/fi.js', 0, 0x614ec42aa9baaf687ab9ff44705dfd2e, 0x614ec42aa9baaf687ab9ff44705dfd2e, 0x527dcf39b536407990badffc09e7b05effaadb553fdb881865256f570cb6ead1, '', 0, '?'),
(0x46f6ffe33fb4c7da16652cf90dc95df3, 'wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/fr.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/fr.js', 0, 0x05e0542fcfe6df5ab074a377dc1a5a9b, 0x05e0542fcfe6df5ab074a377dc1a5a9b, 0xbf3346ef2b1f17fa8e0c03e09179bfbb1dd0e22a047fb9a535b817ddc4faa12d, '', 0, '?'),
(0xe0d0f1e0b0309beb58cac2248f9cf976, 'wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/gl.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/gl.js', 0, 0xd99b1fedaa86d011818cfbab11dd355c, 0xd99b1fedaa86d011818cfbab11dd355c, 0x28db5aa6c7811f947192f48b8d15afb93d994b9065089ce75f996c46cb39cd62, '', 0, '?'),
(0x601aee784af1ff679a432febe3e4b657, 'wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/he.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/he.js', 0, 0xe420ff6cd3ed77ab9271c9b3d441442c, 0xe420ff6cd3ed77ab9271c9b3d441442c, 0x95ae7c0c24c7d663d9d5a5fa9aea9df08e54544efca2eedebd9ecde59321d35c, '', 0, '?'),
(0x1cd9e119b1b0760374b7ba062371a59d, 'wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/hi.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/hi.js', 0, 0x70640d41628f36284af78b22ea8b283b, 0x70640d41628f36284af78b22ea8b283b, 0xe7e43fd6668d600e3030678561b51f3082de17a0e3cd477024d4cb1fe5764cf9, '', 0, '?'),
(0x7ab2e50387c24eca122d1e85e5922e0e, 'wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/hr.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/hr.js', 0, 0xa2b092cc1147f07b978145d407c67fa1, 0xa2b092cc1147f07b978145d407c67fa1, 0xeaacdf7f0bb9b1bd6b91d7a0ec85d9743e524191130dedeab3e8fff99d7c33f6, '', 0, '?'),
(0x5607a2f6c5c00cbe6c16ee733f4a2db8, 'wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/hsb.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/hsb.js', 0, 0xfa3b55265efe8f4182d5e65a1a506252, 0xfa3b55265efe8f4182d5e65a1a506252, 0x7215356cac1065bc446968da3f2015773cef978a65dd0e0257ddbca355ba5e8e, '', 0, '?'),
(0x7b6832dece054f63e773d003c209203d, 'wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/hu.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/hu.js', 0, 0x6ec6039cb8a354e2bc6a1794f729caae, 0x6ec6039cb8a354e2bc6a1794f729caae, 0xddfabc3b9606e1d43d4aa2e7cf975b55d55ee2e00148155943a157d96444f1a6, '', 0, '?'),
(0xcba9f8d22b07cc502af8eca9a6416942, 'wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/hy.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/hy.js', 0, 0xc7babaeef5a625566434ea79b19d4c7e, 0xc7babaeef5a625566434ea79b19d4c7e, 0x50fe50b705c81b3936591f977ee338fc4f532b11b1fd44ab5e0b494bc91355d4, '', 0, '?'),
(0x0937979bf6c2b0ca557fdcc8d60200e6, 'wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/id.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/id.js', 0, 0x04debded514d3962bb74f05532e793d4, 0x04debded514d3962bb74f05532e793d4, 0xe5ee7295831887a54ca9b0219c3386984bf931df56e87b0dc6cc60fa9c41cf2f, '', 0, '?'),
(0x6929b4ccee89b129cac34c3d0fe8179f, 'wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/is.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/is.js', 0, 0x3ddd9a6a97e93e1910210c9eefc1bca1, 0x3ddd9a6a97e93e1910210c9eefc1bca1, 0x822e068f99ba65a25aa305117562502427ca1499e9e567019eb46f44f14160d9, '', 0, '?'),
(0x9b6cfd5df2196edcdafd6044e11ea36f, 'wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/it.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/it.js', 0, 0xbe4fe8d365b5916432504d1f98e2e0af, 0xbe4fe8d365b5916432504d1f98e2e0af, 0x54745cdd8825e745c7a62615645d85c284988dce1428bf4485f311067bf34e8a, '', 0, '?'),
(0x4bde7ebe2065f11f8992d0482ea3c95a, 'wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/ja.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/ja.js', 0, 0x170ae885d74f1634271e1eb470cb4621, 0x170ae885d74f1634271e1eb470cb4621, 0x6350784f8a9b34ef55bac66a45f983f6f0c2a0bb92815f3262aa40d132702b72, '', 0, '?'),
(0x011fbd7278e3c228b01a1bf9ed3c6c49, 'wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/ka.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/ka.js', 0, 0x2083264a54f0873f55468affa796d61e, 0x2083264a54f0873f55468affa796d61e, 0x24d61c941e268e98782f1526b76b6974817d7250e37e9dd4ef4e16bcfaa84007, '', 0, '?'),
(0xb374c2ec537261d393d0f2628fb28cab, 'wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/km.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/km.js', 0, 0xc23089cb06ca871153ba9bfe8458a378, 0xc23089cb06ca871153ba9bfe8458a378, 0xe19888149af2401a3ee457777863addbca15938df420e2cf78763eb39eba136d, '', 0, '?'),
(0xa64216d2fc5aa8d946718ec024cd2fe7, 'wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/ko.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/ko.js', 0, 0xe7be6c20e67393698a0f05971e9720c1, 0xe7be6c20e67393698a0f05971e9720c1, 0x8d05d07640a2ddc14e7133c1af2f9b9bb39d7fab36ed1cd4c1bd7596e9fdf090, '', 0, '?'),
(0xf27c1d9d2b06ce0f1ff39e7de4fa54bb, 'wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/lt.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/lt.js', 0, 0x23c7ce903300fc118947994b9cdd16cb, 0x23c7ce903300fc118947994b9cdd16cb, 0x77cec0541f2a14f28dcd93fbb16c5b770ba5f3abcf7724eac2ddece0a9b06605, '', 0, '?'),
(0x1cd25b00ebf36abfcfc5323acafd15d9, 'wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/lv.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/lv.js', 0, 0x08e62128eac1d0e8ac32cfaf75f2ec9f, 0x08e62128eac1d0e8ac32cfaf75f2ec9f, 0x6888c008ae586fe44bb7426056d063f6529b4f2736edb24f54dd7facbecafdc7, '', 0, '?'),
(0x91fa9a744096218d4fac675ae74df353, 'wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/mk.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/mk.js', 0, 0xdabbb90871300ce3a295969bc0260420, 0xdabbb90871300ce3a295969bc0260420, 0x050929c38d90cfcf3df5e8dc0e10341a593d20a654e0ec83b48333a0aa21233a, '', 0, '?'),
(0x3817cd9638f3daaa89626b54e7705ee3, 'wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/ms.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/ms.js', 0, 0x4ba82c9a51ce975fe0e4eff5f6eece65, 0x4ba82c9a51ce975fe0e4eff5f6eece65, 0x1ed6681ef8998d60cb0cd674af7f28b7584aec1cc46f3b5df21e2ddf3603b676, '', 0, '?'),
(0xbae166d8a03439662db57dabdeb90b4b, 'wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/nb.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/nb.js', 0, 0xda2fce143f2794208e36dc8520e4c36a, 0xda2fce143f2794208e36dc8520e4c36a, 0x3c5c882c07a7b5d478f8f2d2f4a48ca35a64f9efd82b415c45a6884549129dd3, '', 0, '?'),
(0x4a133511b5f1ed795ec78a3f4c9b00ca, 'wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/ne.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/ne.js', 0, 0x3d79fd3f08dbfd0973cf91dd6a62bccd, 0x3d79fd3f08dbfd0973cf91dd6a62bccd, 0x52461e5acdec07ee582b4bce0e89e76d1301cd7a54f96b3bf8f20893330e3082, '', 0, '?'),
(0xfe010b31f297417193ebf860ccecaa64, 'wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/nl.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/nl.js', 0, 0x997868a37ed89062ad7b19c9a88f1bb0, 0x997868a37ed89062ad7b19c9a88f1bb0, 0x214f21e9397da030690b2c73e164f45e1485135e1847beb1f003273d4766950f, '', 0, '?'),
(0x6897ad0a2a3dc3ed7ea36f3cf76bbb51, 'wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/pl.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/pl.js', 0, 0x6031b4f164521f58dfec7d1e46238861, 0x6031b4f164521f58dfec7d1e46238861, 0x73033ae600fd4ab7625f16b25c23b53ec22ad4da2d982b07c25f51310fde3eaf, '', 0, '?'),
(0x3f6f29edd17cb4b042919b70a04f6f39, 'wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/ps.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/ps.js', 0, 0x38dfa47af9e086eece5a333d711abc79, 0x38dfa47af9e086eece5a333d711abc79, 0x78cfeeb2f5e3b9242c42880bde16fa045b0910da725ffcf571abe24b5eb9980a, '', 0, '?'),
(0x7f7e6b6aa029b985903bebd05e51a306, 'wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/pt-BR.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/pt-BR.js', 0, 0xe1b294433e7fc3175842ce37b9f15014, 0xe1b294433e7fc3175842ce37b9f15014, 0x6b6e0d65580a3129cec1210fb6c3983b89444ef3bd58e14081fc0b794e60dea5, '', 0, '?'),
(0x3db3a776a90954e0636f197cef497dc0, 'wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/pt.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/pt.js', 0, 0x33b4a3b44d437614b83497e36c138ca9, 0x33b4a3b44d437614b83497e36c138ca9, 0x84f11023580fe960349afcc0f9dfea2b4c9171ae3d5fd1e07384a0b8e8393b9e, '', 0, '?'),
(0xe920917b8c42e156b0e299d9d7cb23f9, 'wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/ro.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/ro.js', 0, 0xf75cb460ec3b98b4b9017e9513ca20cf, 0xf75cb460ec3b98b4b9017e9513ca20cf, 0xd48062fc2af4407c43ddec7ba266a6af7f9c2eff02a177ed25a8a01bd715da1a, '', 0, '?'),
(0xa46f3ac1c5bfa5260284372dadbd4623, 'wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/ru.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/ru.js', 0, 0x934aa95f5b5f32c72c80857bb2622074, 0x934aa95f5b5f32c72c80857bb2622074, 0x3ca9448a52e205d78a4636c2cee73ae3e0837716fbf1bbdff0a9d474b6ac1c3a, '', 0, '?'),
(0x5ec9ac816bc2fb08c64337441e55cd79, 'wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/sk.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/sk.js', 0, 0x33d02cef8d110f358acd1624f7f79ffe, 0x33d02cef8d110f358acd1624f7f79ffe, 0xeb74e3bcd02e265d2714cc7f15524e4b4588cc08322cfaf84c431e44fd89f6c2, '', 0, '?'),
(0x0c8567712b355f5a86ee3787604ef779, 'wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/sl.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/sl.js', 0, 0x131a78bc075237a13750ead3807683d2, 0x131a78bc075237a13750ead3807683d2, 0x34c966ebb37d4c05699d2616a5abf8044482c4d6883372c8ad06e8cbbb9a7f38, '', 0, '?'),
(0x782b7a24882616019a0c3b8874b10db1, 'wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/sq.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/sq.js', 0, 0x5636b60d29c9bdd55f18a4585746b6d1, 0x5636b60d29c9bdd55f18a4585746b6d1, 0x6ddb5447e979226373d1a904533ba6dfb6f9ee30bf431146abc26cf79f8f877e, '', 0, '?'),
(0x6535e6605301265b0ba810ec9babdc63, 'wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/sr-Cyrl.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/sr-Cyrl.js', 0, 0xf254bb8c4c7ce00d9d17e9e91945ad9b, 0xf254bb8c4c7ce00d9d17e9e91945ad9b, 0x4dfb400b4c488e02903f28a07a4b725636fd0a3fb3b2568add664d58e36f22ee, '', 0, '?'),
(0x07ab3329882a0432d143449222b78466, 'wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/sr.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/sr.js', 0, 0x5ed85a48f483d17a7ad102832cb11ea1, 0x5ed85a48f483d17a7ad102832cb11ea1, 0xbe200d418e7683ee3705e9cdbd9566e7663fd28aee3559be5bc02b06dfafc71d, '', 0, '?'),
(0xa7a8ebe56ab2518d53f10a7be807fcf0, 'wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/sv.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/sv.js', 0, 0x7a9c2f71e7779a263b2cf3520b1aa611, 0x7a9c2f71e7779a263b2cf3520b1aa611, 0x1545d11b1d3770d5837fe5f325ceac22ae130e9b5d73adb36dff88d73039edbb, '', 0, '?'),
(0xce7a154227e8b60f8127a2d8c30cc830, 'wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/th.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/th.js', 0, 0xf38c20b0221b68924d6c8f0773cb252d, 0xf38c20b0221b68924d6c8f0773cb252d, 0xb15ed33ed28e54a9a2e63d215148fd23c53b70ff035da579849ef61d07affede, '', 0, '?'),
(0x1a646c3c88c6eacf4f37bcabba57ab1b, 'wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/tk.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/tk.js', 0, 0x7c572a68c78fb798f11f7d8c78ebb9d6, 0x7c572a68c78fb798f11f7d8c78ebb9d6, 0x76899350e75ad78efbf0df555994ea82928f7e5f5986beea3fa9725e47a19a10, '', 0, '?'),
(0x2c9a29bf4913e1c327638595e4bfdaf1, 'wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/tr.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/tr.js', 0, 0xb5a0643d1545f4a3e1622e65e46ddc7c, 0xb5a0643d1545f4a3e1622e65e46ddc7c, 0xd8f3f56b57575f5703e20ca20b1bcecb9ed7268acf78722c78d8aa3633405d94, '', 0, '?'),
(0xc49a744c305e527902e9c8fdc949e676, 'wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/uk.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/uk.js', 0, 0x8cede7f4803c7dbd1e8261bfa1932b7c, 0x8cede7f4803c7dbd1e8261bfa1932b7c, 0x622eafa0edb513204cfe46b6a653661e3060df18d90dc50f84d8661bc3f4777b, '', 0, '?'),
(0xf2078a6db8dc10240db5acb6d4fb19b7, 'wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/vi.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/vi.js', 0, 0x097a5b75b3e146e2d94ab8e1510be607, 0x097a5b75b3e146e2d94ab8e1510be607, 0x76b8a8568042b2771c09814b95af681282fa42d6428a918e8bb63e16af1687e1, '', 0, '?'),
(0xcf9a857353afa8fc679eeca28f7480e3, 'wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/zh-CN.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/zh-CN.js', 0, 0x2cff662ec5f972b4613566cf5988cda2, 0x2cff662ec5f972b4613566cf5988cda2, 0x34213584c8873776c96105fd29d4a274fdd8317970caace3878c7d84ef136e46, '', 0, '?'),
(0x7658395c53b538cd8deaf39ea6f90e92, 'wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/zh-TW.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/select2/js/i18n/zh-TW.js', 0, 0x04554a227c2ba0f3bb6ca3d2e01e5440, 0x04554a227c2ba0f3bb6ca3d2e01e5440, 0xa02b64aec796de511420b0a05c093ed1be112349569f4ccd5246bed7227bc0e0, '', 0, '?'),
(0x5781430a0cc56c1d71343904a9595388, 'wp-content/plugins/duplicator-pro/assets/js/select2/js/select2.full.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/select2/js/select2.full.js', 0, 0xc2afdeda30583c460d6db9778ba92cde, 0xc2afdeda30583c460d6db9778ba92cde, 0x0b5c164cc68a65844171995084b43d3ca44316f56177c07e6aba9fbc36f9f63c, '', 0, '?'),
(0x22f4caa71445d0656fac03cd08a6eca5, 'wp-content/plugins/duplicator-pro/assets/js/select2/js/select2.full.min.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/select2/js/select2.full.min.js', 0, 0xfcd7500d8e13d2b2aae5d3956dc3e21d, 0xfcd7500d8e13d2b2aae5d3956dc3e21d, 0xd8ce0629bfea9b47f7d91af1fee3df80d167991119e0153f77799e2a47d98c52, '', 0, '?'),
(0xd309e6763e00ec8822f792263625d292, 'wp-content/plugins/duplicator-pro/assets/js/select2/js/select2.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/select2/js/select2.js', 0, 0x8b9e61ffc46edc5610a2020a60d331f6, 0x8b9e61ffc46edc5610a2020a60d331f6, 0xd26b3c12406d87930935b44e9f6214528dcd71529fdf2670843e786bff132c22, '', 0, '?'),
(0x992d3172c01004c4d428f9bc0c51941a, 'wp-content/plugins/duplicator-pro/assets/js/select2/js/select2.min.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/select2/js/select2.min.js', 0, 0x86fee17cd48a321dbb33df5c823a3d95, 0x86fee17cd48a321dbb33df5c823a3d95, 0xb2fd099f1f1e3cac281d2a1b5776a6b0aad08b7477d7e6725f8b95749e698209, '', 0, '?'),
(0x970fb3d002f699f4a20b82c318302a20, 'wp-content/plugins/duplicator-pro/assets/js/tippy/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/tippy/index.php', 0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0xb7dc9f3bf69a797f3aa4a9240ac50d20, 'wp-content/plugins/duplicator-pro/assets/js/tippy/tippy-bundle.umd.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/tippy/tippy-bundle.umd.js', 0, 0x8c298a3b9d6915a1b3c9f86467b6e7ed, 0x8c298a3b9d6915a1b3c9f86467b6e7ed, 0x6267023c656505d609859ad8ab12919b54e348b3624eff292e0533b0d3f1ac0a, '', 0, '?'),
(0x73f0e994bbee1c5ae1d63c4e902bf8cd, 'wp-content/plugins/duplicator-pro/assets/js/tippy/tippy-bundle.umd.min.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/js/tippy/tippy-bundle.umd.min.js', 0, 0x2764e3940d2658b19c287776a635fec3, 0x2764e3940d2658b19c287776a635fec3, 0x35ea2dc43109b0aaf1700035d25062e55839250be60463e6f6b74cba328085d7, '', 0, '?'),
(0x143c10bbf1ec2cabc9a88e0d0ca22e13, 'wp-content/plugins/duplicator-pro/assets/webfonts/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/assets/webfonts/index.php', 0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0xe8153496f9c1f9307785377bc4c4f84d, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Aws.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Aws.php', 0, 0x46d9960d318aa9469984a1a4ede3d409, 0x46d9960d318aa9469984a1a4ede3d409, 0x4a9edc837ee6dddd00aa468e708c770e7509b496bfa74af29a31ab10a082a486, '', 0, '?'),
(0xd2c225087d5085d17487c02ee6366676, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Client/AbstractClient.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Client/AbstractClient.php', 0, 0xcb60eabca1753df1f733e8623e1257be, 0xcb60eabca1753df1f733e8623e1257be, 0x538b1c9a8132a61625d016dbfdc09bb4a92e24e85b7d13e58a41f8ec1221a794, '', 0, '?'),
(0xf1deb36bbd93dac948dead9ed616e248, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Client/AwsClientInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Client/AwsClientInterface.php', 0, 0x1b633ac3c858c835e0d65080ca0912f9, 0x1b633ac3c858c835e0d65080ca0912f9, 0x57f99b83434f611bf7545f04809a5defef8fd8286355a1fba0fee174a4610175, '', 0, '?'),
(0xae7bd8996019ad4d6d7ef869c43ce896, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Client/ClientBuilder.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Client/ClientBuilder.php', 0, 0x30114e15e1f28f3e158d13ef36f7ae51, 0x30114e15e1f28f3e158d13ef36f7ae51, 0x5e077b5ebd15c55a16a169b9d01c119d3c05cddaa377fbefc186e832fe5a59b1, '', 0, '?'),
(0x03b315736472bb44910d526229a05211, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Client/DefaultClient.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Client/DefaultClient.php', 0, 0x0870d6aa6e3b3e42b71fd62417215dc5, 0x0870d6aa6e3b3e42b71fd62417215dc5, 0xc004f0c622a7f19c0a782c151bc85c1c49e34a2d82950f152ecbd91b0f122127, '', 0, '?'),
(0x5624c958c26d29bbcdbf26a6c83e93ba, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Client/ExpiredCredentialsChecker.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Client/ExpiredCredentialsChecker.php', 0, 0xa6ac6321e4759b520822536907bd208f, 0xa6ac6321e4759b520822536907bd208f, 0xb44f6808aedd33219f425b973a0028e2d4bf16da53ed261834710475e25446ba, '', 0, '?'),
(0xf8161c6f61c333b5f8d1ef4bc4d36d93, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Client/ThrottlingErrorChecker.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Client/ThrottlingErrorChecker.php', 0, 0x2decdfdc7c930cadbcd1a9571e280be0, 0x2decdfdc7c930cadbcd1a9571e280be0, 0xbca4f814fab2476797cd232f3b3e58eb1e3d4dc3dceb6a93075fa692d14aa74c, '', 0, '?'),
(0xbc020e78c486bc95e62e4c91e146b386, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Client/UploadBodyListener.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Client/UploadBodyListener.php', 0, 0x608d6a51465b695f8c950b714947590e, 0x608d6a51465b695f8c950b714947590e, 0x4e2629bd33fd7a9b8baa66995d3979af373bf603c53240959054f8cc33eb059f, '', 0, '?'),
(0x192cbc703ac717859dfddf8c952a6158, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Client/UserAgentListener.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Client/UserAgentListener.php', 0, 0xbe72c2928434ea19cc4a77a5c5038a91, 0xbe72c2928434ea19cc4a77a5c5038a91, 0xf221d77a6b46a3fd376f07b7e17ebc314de7871ce9a520bc073342a4fac65c77, '', 0, '?'),
(0xa3b7be051bd1119e1a8009042b842771, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Client/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Client/index.php', 0, 0x3b49614656fc01edcabc971951cc25eb, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x79cb2a7b0ff861b67b80eaae0c00ee4e, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Command/AwsQueryVisitor.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Command/AwsQueryVisitor.php', 0, 0x0d450970758785664d26376cee295eb4, 0x0d450970758785664d26376cee295eb4, 0xafe96de0ee5a84ea95f0f2e0b494c14962cc41117954158785cae1c165b1f313, '', 0, '?'),
(0x5cc800777aeff0cbceb3f6abee58e5f6, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Command/JsonCommand.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Command/JsonCommand.php', 0, 0x810908c6689f9b421f5e9453e1ad2a6b, 0x810908c6689f9b421f5e9453e1ad2a6b, 0x2f566b0ec046339274ac4ae993f90bb49f842039dc35030d99256ff1aebe548b, '', 0, '?'),
(0x4cc8c11d869741cf46d6c0193b5e3f85, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Command/QueryCommand.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Command/QueryCommand.php', 0, 0xc712e90e55fa5f6ffaf8dcc78fbbcc7b, 0xc712e90e55fa5f6ffaf8dcc78fbbcc7b, 0x16b379e2cbe3d5deb42d5bbfe31021d57e76940ede3ae02ebf5ae1d819aeb6d4, '', 0, '?'),
(0x24a6eb384a02af38d6df4af647f263d9, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Command/XmlResponseLocationVisitor.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Command/XmlResponseLocationVisitor.php', 0, 0x8696a8a1626bf0213e0be2107e1f1d48, 0x8696a8a1626bf0213e0be2107e1f1d48, 0xd559bfb8361ccdbe1191a76d7531b236e404a58d29309506e2131e6263809975, '', 0, '?'),
(0xf1f4bdaae7bd73e243b706d028cd8ac5, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Command/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Command/index.php', 0, 0x3b49614656fc01edcabc971951cc25eb, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0xa6f26a55fe85ff077363bccf57cbeb3c, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Credentials/AbstractCredentialsDecorator.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Credentials/AbstractCredentialsDecorator.php', 0, 0x44bf356a59a621567d0ca5901a1c9a04, 0x44bf356a59a621567d0ca5901a1c9a04, 0xc7907c789703c97be6c6c58ea914d438f3b252868b86c0a9f7916f07328d4972, '', 0, '?'),
(0xfff32ba5d1fa14658ad702ff74d490a2, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Credentials/AbstractRefreshableCredentials.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Credentials/AbstractRefreshableCredentials.php', 0, 0x713700912c4eb35d9c3540e37a07c8c6, 0x713700912c4eb35d9c3540e37a07c8c6, 0x70766d6855c8a6ccaaabcc1e8cd84931e147d23b31b6da6e5a06f94f1bc75015, '', 0, '?'),
(0x1f15a983d4880fcbd11a3d93d124c080, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Credentials/CacheableCredentials.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Credentials/CacheableCredentials.php', 0, 0xb298051929a4b40ce8c39d3054403f4d, 0xb298051929a4b40ce8c39d3054403f4d, 0x627765818c45d33083ea371d21416ea15f3d12daad1dd86aaea7c691108d64f3, '', 0, '?'),
(0x8559ba6d412e800a285e20d6bae480b2, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Credentials/Credentials.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Credentials/Credentials.php', 0, 0xae3dde74a1aecf042ed9fb01a278f35e, 0xae3dde74a1aecf042ed9fb01a278f35e, 0x8fed4353a27b220eb7d326423af88732eb559eeab650a22b4889bfdb53a334d6, '', 0, '?'),
(0xd43e2b93188d5debbb0f9755c019f63f, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Credentials/CredentialsInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Credentials/CredentialsInterface.php', 0, 0x742576e1157881b0471e3cb561ecdedb, 0x742576e1157881b0471e3cb561ecdedb, 0xeaed4bc2c7d7c7c9d00e6521130c55edd2728791ac5f8d882cc558594c3c1a91, '', 0, '?'),
(0x5aac7f200c725203c4dc027a62c60b36, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Credentials/NullCredentials.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Credentials/NullCredentials.php', 0, 0x3efb671b89e9b09210ed10eb45870cb6, 0x3efb671b89e9b09210ed10eb45870cb6, 0x775f5a33718fe1b1ebfb184d67a041ec681c2595c37c40846f02b631360cb0a0, '', 0, '?'),
(0x0a06f8256da0ccc233fb0544e7f9ae20, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Credentials/RefreshableInstanceProfileCredentials.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Credentials/RefreshableInstanceProfileCredentials.php', 0, 0x455be48669ca72c865c747bfbf818a6c, 0x455be48669ca72c865c747bfbf818a6c, 0xdebdf4990520a0e560a35a70b3250026d90ce30bacdeb28915380b18e10a4553, '', 0, '?'),
(0x08dbf292616b879d2852ae1180fc2c65, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Credentials/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Credentials/index.php', 0, 0x3b49614656fc01edcabc971951cc25eb, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x0afeed01d3ffc235ba88fa699d4ab8fa, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Enum/ClientOptions.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Enum/ClientOptions.php', 0, 0x671027c227b7638f20c09fb27cda2c06, 0x671027c227b7638f20c09fb27cda2c06, 0x4fe32fbea1ae3f92ff979796d1124a12f93d247cb132748c252e6005486a9cef, '', 0, '?'),
(0xd90f47ea9ecbbd6c6fefa237409c8606, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Enum/DateFormat.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Enum/DateFormat.php', 0, 0xb5f5c767ab54e4c388fd83094ef61a97, 0xb5f5c767ab54e4c388fd83094ef61a97, 0x3260015728c5ac2eb3ed48e4fa4defcb38efe00cc0190b6981d037fd362294d9, '', 0, '?'),
(0x891c3dc0f984950fbb7c429529daed53, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Enum/Region.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Enum/Region.php', 0, 0x592e848bb028c8381fc3299bba124e80, 0x592e848bb028c8381fc3299bba124e80, 0x9a52514df8d4c3d924affbc24e8b6a3980457e30ba980dfddca9f35ec4bf1d8a, '', 0, '?'),
(0xa8b3ca27e265a21660b47b53c3070882, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Enum/Size.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Enum/Size.php', 0, 0x956bed9109b2f502db06af09dde0476e, 0x956bed9109b2f502db06af09dde0476e, 0x623f79a62798b81faa6ea53cac54942a5fdfde10de4010d7989b6049c7ba56b2, '', 0, '?'),
(0xff5fc32ef38f7781a3b92e3d89d572a4, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Enum/Time.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Enum/Time.php', 0, 0xd7a007230d1c4c7ef316355084105b26, 0xd7a007230d1c4c7ef316355084105b26, 0x05491540bd01a087de571fdd0ab32cffb2382c7abde4ceb801cb983ff1b1dd61, '', 0, '?'),
(0xbca6202c3e82de70225a0ff2b20cb103, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Enum/UaString.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Enum/UaString.php', 0, 0x5980ce99ce27483c8e2a1ec6a818387f, 0x5980ce99ce27483c8e2a1ec6a818387f, 0x3e908f766ecbe3b67ca5881b407aa54646c834592192a26e43ce7ab34b6cd89f, '', 0, '?'),
(0x848fd1eef56520b9ed84803d991778f9, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Enum/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Enum/index.php', 0, 0x3b49614656fc01edcabc971951cc25eb, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0xb4d848fa71e52fc4e273482f82801fd9, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Enum.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Enum.php', 0, 0x58137ecd5cd29472bf545ae8699b022f, 0x58137ecd5cd29472bf545ae8699b022f, 0xebae6f98f2e39703ce25c3010be9125b7123019f5f9924d927ba4be8ce4b9b1d, '', 0, '?'),
(0xa34f78a4be01f28df35ba9aca80804c9, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Exception/AwsExceptionInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Exception/AwsExceptionInterface.php', 0, 0xe2d770ba51d0718e2ea6f698ba267132, 0xe2d770ba51d0718e2ea6f698ba267132, 0xa240520f565cdaf65be9dc0e49dabc33d53837fa640108494ef5f4a353ec6c46, '', 0, '?'),
(0x5bcebd8f841abbedacbd23467258ebd5, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Exception/BadMethodCallException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Exception/BadMethodCallException.php', 0, 0x23c3b513889e269e4480dd24ce0242ae, 0x23c3b513889e269e4480dd24ce0242ae, 0xfe563d36a5160f5ed961df411fa8b0e7eaa705a38a0ab93377bd1b6691e1608b, '', 0, '?'),
(0xa917d2666e03eec3e69eba0a80caf000, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Exception/DomainException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Exception/DomainException.php', 0, 0xdb6b86ed973896d80b2579f8d937763e, 0xdb6b86ed973896d80b2579f8d937763e, 0xc7edc516321805856b4c58220c7ab6841e73374185e1ba2ccc8d717d15eb5416, '', 0, '?'),
(0xcaca02d691a37f78f11b88fafa5fa540, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Exception/ExceptionFactoryInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Exception/ExceptionFactoryInterface.php', 0, 0xb427701bf1f0dc24f8ba9529cbab0fd3, 0xb427701bf1f0dc24f8ba9529cbab0fd3, 0x569edd8999f16fe4c6183a1682d0246f0242f656433ae6a010ead87d7b66a0f5, '', 0, '?'),
(0xec480c731ef440f9076fb5e0febace0d, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Exception/ExceptionListener.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Exception/ExceptionListener.php', 0, 0x124af5d6c1723916092885053c5c3750, 0x124af5d6c1723916092885053c5c3750, 0x03c6fd7752cef51c1388331fd0dc71a2c5de36cc5d0965f6fa10db8aa473b0bb, '', 0, '?'),
(0xe2a9712c5a006462d17a88e2f5f458fb, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Exception/InstanceProfileCredentialsException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Exception/InstanceProfileCredentialsException.php', 0, 0xf9f4dde06cecd6cedd293cba721d067e, 0xf9f4dde06cecd6cedd293cba721d067e, 0xdc86ffa3f5e92c2b4311943ad2ed14c4d3a99c1d9561af635f638c283084fb4b, '', 0, '?'),
(0x6772ea33a5115a8043b3b96715fa2e92, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Exception/InvalidArgumentException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Exception/InvalidArgumentException.php', 0, 0xaf3f0835d39d776a3126f2c3c2a31310, 0xaf3f0835d39d776a3126f2c3c2a31310, 0x2f1c99a881436f4e46e1d68279263273a561dac5015a8479899b7ad3fa31d288, '', 0, '?'),
(0x72addd51c4ce27c8df598e26e1067ea8, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Exception/LogicException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Exception/LogicException.php', 0, 0x2dd35948e82bad0bbdf2c554caa9ed3a, 0x2dd35948e82bad0bbdf2c554caa9ed3a, 0xa3fa0d6f26cfa669be143b4be6999658e844676b7ae73f6c566f5c470f0387e4, '', 0, '?'),
(0x7252413a36cc4a82e099be342ee87f66, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Exception/MultipartUploadException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Exception/MultipartUploadException.php', 0, 0x8ac0c6ad92ae31dc50ebea41e2eaf45c, 0x8ac0c6ad92ae31dc50ebea41e2eaf45c, 0xf5ad6aafd3ea589e76944c84ec7747ed23cc3562dc82476c189752cdd474e936, '', 0, '?'),
(0xad11dc0cb347f1f879cea4cb2ead8dac, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Exception/NamespaceExceptionFactory.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Exception/NamespaceExceptionFactory.php', 0, 0x4acb86f0c890f9975f3b846b25fc4cae, 0x4acb86f0c890f9975f3b846b25fc4cae, 0x6f0d193a1fc576a764a08784cd9b4be7544421c17b70c34de0e252e13b045868, '', 0, '?'),
(0x21d432187e141918968e028b76073c9e, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Exception/OutOfBoundsException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Exception/OutOfBoundsException.php', 0, 0xe09f3ccd75352d06a2a68bf555eff523, 0xe09f3ccd75352d06a2a68bf555eff523, 0x83dfbbe1694bda1164e187bded136dc03d109ae02f5b156c7cd76757a09b9b0d, '', 0, '?'),
(0x4a6fbceea099d1eeea7881db739fbc35, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Exception/OverflowException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Exception/OverflowException.php', 0, 0xefa8dfe6705573bcb59d611f7a0dcc21, 0xefa8dfe6705573bcb59d611f7a0dcc21, 0x286183019e4a44080f1c9fe79f14e8cdd565090ddee088309cba53b556ca367d, '', 0, '?'),
(0xae7a3431557d7f5401c631db67635133, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Exception/Parser/AbstractJsonExceptionParser.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Exception/Parser/AbstractJsonExceptionParser.php', 0, 0x7934993db3520939d14d43dea770b0df, 0x7934993db3520939d14d43dea770b0df, 0xfd0b7614b0a6dccf6f142784fdc3b369c5b73d8ad00227b7078a1510358c1a27, '', 0, '?'),
(0x9054d666477e17e91eacc7f0868733df, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Exception/Parser/DefaultXmlExceptionParser.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Exception/Parser/DefaultXmlExceptionParser.php', 0, 0xa25027fc99639d30cdc6062d90d1366c, 0xa25027fc99639d30cdc6062d90d1366c, 0x9a5b5f1215c2501b38c09ed30b88f287ee2aad631ac26b28350ac7e114e5a2ef, '', 0, '?'),
(0x88031bba4e5667ea5e5a82636b241188, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Exception/Parser/ExceptionParserInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Exception/Parser/ExceptionParserInterface.php', 0, 0xfbae97e6f09a65dc48a589df814ffe13, 0xfbae97e6f09a65dc48a589df814ffe13, 0x98aa55e612a93a225f0974ec54a1912174d425c11da440456f0e1dfed579885c, '', 0, '?'),
(0x99467423648310fd7252b4da5cb2dbd4, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Exception/Parser/JsonQueryExceptionParser.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Exception/Parser/JsonQueryExceptionParser.php', 0, 0x91ef40d4bd076d1ea07356248cbaafbd, 0x91ef40d4bd076d1ea07356248cbaafbd, 0x81ba4b17fb002f4e88b9f3615900e7c44d54ec8dbf677122f60aa921a62d1ea5, '', 0, '?'),
(0x7cbfcd0ab7e604a608e75ee195bfd5e8, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Exception/Parser/JsonRestExceptionParser.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Exception/Parser/JsonRestExceptionParser.php', 0, 0xe32e734d06130aaa185ac1f8c03153ce, 0xe32e734d06130aaa185ac1f8c03153ce, 0xaf4ce8f2c2c1457b55922ca04a84f414b6df2d976aa418dc7935f5b22625a622, '', 0, '?'),
(0x73d1833f897491b0b4589f4164aa476a, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Exception/Parser/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Exception/Parser/index.php', 0, 0x3b49614656fc01edcabc971951cc25eb, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0xbbaa9966fb4a4032ba7d6138606339e2, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Exception/RequiredExtensionNotLoadedException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Exception/RequiredExtensionNotLoadedException.php', 0, 0x32354df9ae5c70b71700ca68522dfca9, 0x32354df9ae5c70b71700ca68522dfca9, 0x41d90d2eff9676f348ae0fa3d061c0eb4c43df8b358772111c6783d5e4a49697, '', 0, '?'),
(0x346175b8aaf1cc20caf32541d7abd0df, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Exception/RuntimeException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Exception/RuntimeException.php', 0, 0x7ef054b2c234cc390c4d76506a42c436, 0x7ef054b2c234cc390c4d76506a42c436, 0xe154d27cffd37046bce9ffa7ce144371856a3fcd6aa0d6e06c04343a0502efc2, '', 0, '?'),
(0x56b6906ada520cd0f372da5dad36bd0e, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Exception/ServiceResponseException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Exception/ServiceResponseException.php', 0, 0x8d0b1d9cd0e52f85ec28fdd3523796ee, 0x8d0b1d9cd0e52f85ec28fdd3523796ee, 0x0ee89230f842885d1883b90da9fc98523b62ea0b22b718e603af368d88d4ece6, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x7ccc5f6364340d7f0fac7f7a28ba8364, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Exception/TransferException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Exception/TransferException.php', 0, 0xb54923892706f5feaaafe45494f86994, 0xb54923892706f5feaaafe45494f86994, 0x244f78173f5656a6b913f206234a783e0c1d0c99bb105e9a0e1a73a8f89394c3, '', 0, '?'),
(0x47b0c9bc39048badbe7741167ba9d519, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Exception/UnexpectedValueException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Exception/UnexpectedValueException.php', 0, 0xf8423ab3369b6de751cfb233e14001d7, 0xf8423ab3369b6de751cfb233e14001d7, 0xa170d69a86cc5ca0bc054f065040b279d4948c9391c3af8bf309860c8eba0f99, '', 0, '?'),
(0x43c849ad3c4997046a55510d5e926924, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Exception/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Exception/index.php', 0, 0x3b49614656fc01edcabc971951cc25eb, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x82991301e5c6503aedcaa187fd164428, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Facade/Facade.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Facade/Facade.php', 0, 0xcd98fbad3cd925756128e8cd0f435f43, 0xcd98fbad3cd925756128e8cd0f435f43, 0x3248f561e02c595a4e72c7e79b3f1749e4b72c759a28207e888d2c702970135b, '', 0, '?'),
(0xcabcacb4e033aa3f6c07553f3752fd28, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Facade/FacadeInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Facade/FacadeInterface.php', 0, 0x47e05f0eed760de31be464a5be5826ed, 0x47e05f0eed760de31be464a5be5826ed, 0xdc156af18a66a9d57fe8b719d6a9d4cd465d67e7ee4e8cdd106bd86fee87a8a7, '', 0, '?'),
(0x8209b1280cc3154c4d43d6b0bb4a23d6, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Facade/facade-classes.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Facade/facade-classes.php', 0, 0x6783d5467c947c6967ca410409bd7a8d, 0x6783d5467c947c6967ca410409bd7a8d, 0xa803b73e45c59e4f780f82044565e56fd7b472c568a87415f9d4d0936c76a0fc, '', 0, '?'),
(0x69fec82cf619327f425e19e400be8286, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Facade/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Facade/index.php', 0, 0x3b49614656fc01edcabc971951cc25eb, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x96609f7767da1a270d9d177e52d44ac9, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Hash/ChunkHash.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Hash/ChunkHash.php', 0, 0xfd62baa6f7c9ab1196e69fb12fc01b24, 0xfd62baa6f7c9ab1196e69fb12fc01b24, 0x3b512fb815a76e4e52e6350553fd058bbfd043b733cfa77d886b26f43199dc09, '', 0, '?'),
(0xabc8f071758e3d7991c5cc90b09b6293, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Hash/ChunkHashInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Hash/ChunkHashInterface.php', 0, 0xa52b92cf89c3a2f0ee723947b489eb93, 0xa52b92cf89c3a2f0ee723947b489eb93, 0x63d83454da8ea50c28f48e6ff6faa26b159e0cc74ae43de877a74656adbbe599, '', 0, '?'),
(0x8ec1ef6eea289c340c909c14dbe2dfab, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Hash/HashUtils.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Hash/HashUtils.php', 0, 0xb5e06a948ad4e5f1ace2134d56d7094f, 0xb5e06a948ad4e5f1ace2134d56d7094f, 0x25ae8ab4c7d29c73fe087dc78155f975e019b8ff1eec400a66a4ae55e8e36ca9, '', 0, '?'),
(0x893398fe099fd122d9e55dbcff597eca, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Hash/TreeHash.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Hash/TreeHash.php', 0, 0xd8de553e8e49b4c61927a2c3797fa3b8, 0xd8de553e8e49b4c61927a2c3797fa3b8, 0x4c0b1d5a17d83bdb67ff65ba383a0fce9789a49ac0f08c76e9e7ee16d730a720, '', 0, '?'),
(0xcfa7bcc6f8eb3f4b79cd68f4147db99c, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Hash/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Hash/index.php', 0, 0x3b49614656fc01edcabc971951cc25eb, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x83db169977f18c00390889c74a0a70f6, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/HostNameUtils.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/HostNameUtils.php', 0, 0x716e95a6dc97177432065969834d8f68, 0x716e95a6dc97177432065969834d8f68, 0x3c8b80a1e0e12370e6a2917cecda7e7f27c26f2a8e43e5bbd13f8fb21e8963be, '', 0, '?'),
(0x3ea721e38cf96f7a0f91e1dcfbc93c49, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/InstanceMetadata/InstanceMetadataClient.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/InstanceMetadata/InstanceMetadataClient.php', 0, 0xaa25691a78eeea6767ddeaf3179a376b, 0xaa25691a78eeea6767ddeaf3179a376b, 0x7fa95417f0ca20ca74ddcb69b10e1359b4c64751076b669ab4e415c78b92a1e4, '', 0, '?'),
(0xed3634c7f4f190be1ca25fc247349485, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/InstanceMetadata/Waiter/ServiceAvailable.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/InstanceMetadata/Waiter/ServiceAvailable.php', 0, 0x3c1f0e026e5d99bc410f61f7477c26f8, 0x3c1f0e026e5d99bc410f61f7477c26f8, 0x828fbf997af15100c5cc2207236e61af8ed4cfe2f0f29b85ebc5a082e012a283, '', 0, '?'),
(0x9f9179d6da3d8c82f52983bb9f381074, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/InstanceMetadata/Waiter/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/InstanceMetadata/Waiter/index.php', 0, 0x3b49614656fc01edcabc971951cc25eb, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x1122dba5e2b6b7325545fe2a2a762c38, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/InstanceMetadata/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/InstanceMetadata/index.php', 0, 0x3b49614656fc01edcabc971951cc25eb, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x1aef5ca62a395a25b8dfe5fe9278933f, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Iterator/AwsResourceIterator.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Iterator/AwsResourceIterator.php', 0, 0xf31289867c1cd063671cbef9b07e1899, 0xf31289867c1cd063671cbef9b07e1899, 0x9961c41707c631fd01b91fab348ba3a37e91cf10b50fc41aa1679806a4410886, '', 0, '?'),
(0x3d0057772bf55a9fb2eecec9e551e8b6, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Iterator/AwsResourceIteratorFactory.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Iterator/AwsResourceIteratorFactory.php', 0, 0x8f7d2e2d815e2cff55c94deef4586aaa, 0x8f7d2e2d815e2cff55c94deef4586aaa, 0x083139d6a6cc41960bdcba2b234a6d98373715871f7281fa99bfa96f711f0d12, '', 0, '?'),
(0xda9ad1878634cc72fab1d9a1579ca8df, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Iterator/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Iterator/index.php', 0, 0x3b49614656fc01edcabc971951cc25eb, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x128bdf23f0736ce19f45b0df55c5e2c5, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Model/MultipartUpload/AbstractTransfer.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Model/MultipartUpload/AbstractTransfer.php', 0, 0x333aeb8ee00df6acfb59f2aac64cb751, 0x333aeb8ee00df6acfb59f2aac64cb751, 0x5de62a85eab2fe93036e9fa7327b735c2a13b3101e4ceeb747bf5be255754869, '', 0, '?'),
(0xf848c2466ece1c9b3bc694f013b48fa0, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Model/MultipartUpload/AbstractTransferState.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Model/MultipartUpload/AbstractTransferState.php', 0, 0x0d5d03c96f0d2e6e6d96413f1bf2c5c2, 0x0d5d03c96f0d2e6e6d96413f1bf2c5c2, 0x908249f59bda4136ed1337dbec908967e6bfa55f1089d9fdd0b46a2f670f4e3e, '', 0, '?'),
(0xfbd6e5e68fd7636cb11dad29c67eb284, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Model/MultipartUpload/AbstractUploadBuilder.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Model/MultipartUpload/AbstractUploadBuilder.php', 0, 0x2a054468feae5c088ee887beb86357d4, 0x2a054468feae5c088ee887beb86357d4, 0x6c7cffd33f1add679b8e3f05bc9288dfd7809a67755a2c134fc808ae47367869, '', 0, '?'),
(0xc7b8a6e650210447953b3d6b8f34463e, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Model/MultipartUpload/AbstractUploadId.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Model/MultipartUpload/AbstractUploadId.php', 0, 0x5674eef017289bb9e0784081fa956e56, 0x5674eef017289bb9e0784081fa956e56, 0x258b99a84425a06306bbf22a5ee1190e9f9a46e60a6c6bb083b25cb3935f882b, '', 0, '?'),
(0x30b113c6379e8df7c89fc0e18bba154f, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Model/MultipartUpload/AbstractUploadPart.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Model/MultipartUpload/AbstractUploadPart.php', 0, 0xbbf4cb0a61a699aaf8c4468f2180014b, 0xbbf4cb0a61a699aaf8c4468f2180014b, 0x382da12bba289e72ecc9d5e80d4c90ed6c5a190575d427e0157d1c72a40cd7e8, '', 0, '?'),
(0xffefd876707a96b25770f8b31a2d4e72, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Model/MultipartUpload/TransferInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Model/MultipartUpload/TransferInterface.php', 0, 0xef0fb62b0505b6cb6699b8c9cdf9f11b, 0xef0fb62b0505b6cb6699b8c9cdf9f11b, 0x79a422df5cf93743ef54fefd0fd664d4b245bbfac1361831efc3e520d52a8967, '', 0, '?'),
(0x70d7c17b9c614b6c91a9566b5c0b75bf, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Model/MultipartUpload/TransferStateInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Model/MultipartUpload/TransferStateInterface.php', 0, 0xd51cb3c796693165fd0c5261f064fa34, 0xd51cb3c796693165fd0c5261f064fa34, 0x2279232e486db3b0b79f1e6c3b6004bf8b79c320d9f353da47cb39e6161de48e, '', 0, '?'),
(0x19e185772b262a0b090f5ed2622cafcd, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Model/MultipartUpload/UploadIdInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Model/MultipartUpload/UploadIdInterface.php', 0, 0x014f4a4b8cf1d875046df1d36552bf9c, 0x014f4a4b8cf1d875046df1d36552bf9c, 0x58c45f1960a1773266989d724e2a5f3e85e5d8843a8667d231a411e70b8cd577, '', 0, '?'),
(0x9762fe8dedf86f08b7d5e1dc385d83b2, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Model/MultipartUpload/UploadPartInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Model/MultipartUpload/UploadPartInterface.php', 0, 0xcfbab9117ce936fe86afe8620e6ec7e4, 0xcfbab9117ce936fe86afe8620e6ec7e4, 0x68f3764f082f5a05d9fdffc671f0ebd1d59638dd7f43ae6cb5e0d9e8f60f2622, '', 0, '?'),
(0x4bf826b48605202a4f44ad464dfa36b4, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Model/MultipartUpload/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Model/MultipartUpload/index.php', 0, 0x3b49614656fc01edcabc971951cc25eb, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x6684eb27df6d4440a8a734168b32f851, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Model/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Model/index.php', 0, 0x3b49614656fc01edcabc971951cc25eb, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x36d3c38edc9ad8c6b9493a2f0d2acacc, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Resources/aws-config.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Resources/aws-config.php', 0, 0xfa94e4b877e89a89fd375892e0c9476e, 0xfa94e4b877e89a89fd375892e0c9476e, 0xc172bb14fb1804be78bab277f19c9ca6554de0f6cfa6fba4cea4376cf4e08813, '', 0, '?'),
(0x891f746b28096f61e976e1c5bfe14ddd, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Resources/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Resources/index.php', 0, 0x3b49614656fc01edcabc971951cc25eb, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x84e5fe6248a2cc490f922ff7d000409e, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Resources/public-endpoints.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Resources/public-endpoints.php', 0, 0xa26a1bfa0d6108c127a505bf6213430a, 0xa26a1bfa0d6108c127a505bf6213430a, 0x3a02d0a24c7297e0a0f6609089e2844efea05b6446b082c598089e5b4b2c18e5, '', 0, '?'),
(0x32af035462eb38593ac2b7e3910467c9, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Resources/sdk1-config.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Resources/sdk1-config.php', 0, 0xda8f8f5bc06ab3d738fdb07a57ef9168, 0xda8f8f5bc06ab3d738fdb07a57ef9168, 0x5ea37858207a6d3ff5d9146993c9b9c7708386d6008452eaa52a4987a93357e1, '', 0, '?'),
(0x446934c67432f6512674ddb221308598, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/RulesEndpointProvider.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/RulesEndpointProvider.php', 0, 0x31810639ee12abfd5341597d54beab59, 0x31810639ee12abfd5341597d54beab59, 0xbaa11431e2950027896b1c0f2379a076d95b788528fb87f4fa68f46df919eb08, '', 0, '?'),
(0x57cb44ca4d4c14217cc9e52d16facdfe, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Signature/AbstractSignature.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Signature/AbstractSignature.php', 0, 0xb8cf23123d1eada4aaefb231ba303e75, 0xb8cf23123d1eada4aaefb231ba303e75, 0x8225e037e5adef018db56c3720b134fba4cdcb5be35e2656bca362a1cafcc7fc, '', 0, '?'),
(0x8eff693e3bae856f36a542f609ae0538, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Signature/EndpointSignatureInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Signature/EndpointSignatureInterface.php', 0, 0x5160277df21d936f83b38250e78b818c, 0x5160277df21d936f83b38250e78b818c, 0x1947321dec276611b780844ade49589d2148120b8e0653906b149d6a2324c905, '', 0, '?'),
(0x6f2b4e433492780d508b524617bfdb77, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Signature/SignatureInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Signature/SignatureInterface.php', 0, 0xcac4f6d5831c2dc81ec5e83c70a633e1, 0xcac4f6d5831c2dc81ec5e83c70a633e1, 0x6e2f736a2076e7b89735f82c350c58dd821719434ef64501f279272e7b19a480, '', 0, '?'),
(0x66416c6fade8aa57b49fef6a81b7c355, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Signature/SignatureListener.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Signature/SignatureListener.php', 0, 0x60dec86a6403b72c0a8c9ac6812524fa, 0x60dec86a6403b72c0a8c9ac6812524fa, 0x34a02581f4ab4c079157c52fa43a46587607628482d955ac26a525f3b827795b, '', 0, '?'),
(0xb3e3063cd0366455532982dcc4aae394, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Signature/SignatureV2.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Signature/SignatureV2.php', 0, 0xe431d55f22c44ee0dc95d20386e16c59, 0xe431d55f22c44ee0dc95d20386e16c59, 0xaa95257081c775bc7fde6ccb37879ab1c1a02c2ed47562cb23359cf15937feea, '', 0, '?'),
(0xa01c8010363a1a7da20eb21fe9356c99, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Signature/SignatureV3Https.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Signature/SignatureV3Https.php', 0, 0xc7a84ab86474319458f3eef277c6a3f6, 0xc7a84ab86474319458f3eef277c6a3f6, 0xcca669f725bccc1d1e97fc9c75f9e640ee9b113520f5183f3d7396df4dce8406, '', 0, '?'),
(0xd22bf9a5975c84c35d41f138a90f7e16, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Signature/SignatureV4.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Signature/SignatureV4.php', 0, 0x6217a9fa3c53745fd2ca26e1b13d95b8, 0x6217a9fa3c53745fd2ca26e1b13d95b8, 0xc63cb94a9ba4d0956e8302f669ff5f09d40dae3fd781e3e1395de6fa2999ec5a, '', 0, '?'),
(0x1105f8b857b50eaa6d9cc022b76ef49c, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Signature/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Signature/index.php', 0, 0x3b49614656fc01edcabc971951cc25eb, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x5dd58210f05f03eba85e5d351df43bdf, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Waiter/AbstractResourceWaiter.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Waiter/AbstractResourceWaiter.php', 0, 0x34f62855241deb2bad0379731a119bbc, 0x34f62855241deb2bad0379731a119bbc, 0x4054249f72e104d7adf5bd9ae1daaea98d73ab704b96e58b23d752005de9254b, '', 0, '?'),
(0x84a43a22c7a43364f46048cde64aaa79, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Waiter/AbstractWaiter.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Waiter/AbstractWaiter.php', 0, 0xe3d902dc7aa8b300692f8c5083846247, 0xe3d902dc7aa8b300692f8c5083846247, 0x1ca9d7b740fd860d3eb9ce6665949cdacc9ef3ab0c50cc4ce7d403a523b434f7, '', 0, '?'),
(0x583c6c505a26b5a795119029a07789c2, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Waiter/CallableWaiter.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Waiter/CallableWaiter.php', 0, 0x2b57fb70ead171e9ca3d2db22a8736b0, 0x2b57fb70ead171e9ca3d2db22a8736b0, 0xd46cf0ff801645fa7dd040e1d3842af97024de6d4d697319545526201e10ff82, '', 0, '?'),
(0x8645cacc71e0779f002054fdba552003, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Waiter/CompositeWaiterFactory.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Waiter/CompositeWaiterFactory.php', 0, 0xfbb41c14938303d6237cf7535f79c46f, 0xfbb41c14938303d6237cf7535f79c46f, 0x1efbdcf07c1d9c6cb00f679b6ba4b79036c5e9de1295accc99638e35c4ec6b91, '', 0, '?'),
(0xf23d8c8863b250f979453ec1b84a05fa, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Waiter/ConfigResourceWaiter.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Waiter/ConfigResourceWaiter.php', 0, 0x6be2e9fe3c70ed410c3364aac2202e20, 0x6be2e9fe3c70ed410c3364aac2202e20, 0x239422861523fc10d2a7dd64d1fce590395b739d8170f6466f1224300802ed45, '', 0, '?'),
(0x6e38f523f4bb40bbb087e8e4c695ea2f, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Waiter/ResourceWaiterInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Waiter/ResourceWaiterInterface.php', 0, 0xcda2a607fa207ecfa73eb7fd4fea7f5a, 0xcda2a607fa207ecfa73eb7fd4fea7f5a, 0xaa279af9f6f54282768d046b7deb7413a4fc5aef76c5ea17762028c72b0fdbb5, '', 0, '?'),
(0x9fed91742df57c4a7079c59a585df531, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Waiter/WaiterClassFactory.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Waiter/WaiterClassFactory.php', 0, 0x8b83c02ebad53dbb132b9783d1c5f874, 0x8b83c02ebad53dbb132b9783d1c5f874, 0x74ee274a5c0e73ab0d93d11274750f01b30b1edabe527d72665406d13aa316cd, '', 0, '?'),
(0xc0e2dbc102bad5f1a544eca49bd9014a, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Waiter/WaiterConfig.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Waiter/WaiterConfig.php', 0, 0xd07ce8c55a98413ecf711a15f48ffcd1, 0xd07ce8c55a98413ecf711a15f48ffcd1, 0x094e68a7f4fd8e0cf6e4633e2225d004b276c7892cfe72da1a24845d09b29dd9, '', 0, '?'),
(0xa6eb3e6ab5f928db37f834c5401851d8, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Waiter/WaiterConfigFactory.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Waiter/WaiterConfigFactory.php', 0, 0xf0bbee2625a618da13e8b26440615b91, 0xf0bbee2625a618da13e8b26440615b91, 0x9681e7a614a17abbdf94097d6b5754b695a1c3234f12ffba6353af6d36f2063a, '', 0, '?'),
(0x0b573dec8bc9f3c1fcb73f7941f0f4ce, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Waiter/WaiterFactoryInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Waiter/WaiterFactoryInterface.php', 0, 0xf3ed8afe38ebd9daa9710c89f753206b, 0xf3ed8afe38ebd9daa9710c89f753206b, 0x661eed1a934c96404e9d79a157683d6d48a9c87b48b5ac92631fe46485f2379f, '', 0, '?'),
(0xd0339c0b2104fe1d1e665e629bc36d58, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Waiter/WaiterInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Waiter/WaiterInterface.php', 0, 0x8de0f477bb1753e08e55de6726b76e46, 0x8de0f477bb1753e08e55de6726b76e46, 0x49902888a53b1cb2277e2ebd729e9ed988055e72159ce2e7142265b877d6e1fd, '', 0, '?'),
(0x53f815520b6211e4cdf57d1229c0de54, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/Waiter/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/Waiter/index.php', 0, 0x3b49614656fc01edcabc971951cc25eb, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x893e5020b1a7b269bb88a7dbc87cdc0e, 'wp-content/plugins/duplicator-pro/aws/Aws/Common/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/Common/index.php', 0, 0x3b49614656fc01edcabc971951cc25eb, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0xc312a8c87806652ef8d02434ea7f4eee, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/AcpListener.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/AcpListener.php', 0, 0x4cbb54c31f950f018809964ec236f1d8, 0x4cbb54c31f950f018809964ec236f1d8, 0xf3e92a8bca3221f4e2e166d07f8cc30405d1ffa63c8753c885252ca9c20eebc8, '', 0, '?'),
(0xdb34877515eda8b1f73b8dbe824f331d, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/BucketStyleListener.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/BucketStyleListener.php', 0, 0x7b138f33a8bff7b7da33f718e351bb64, 0x7b138f33a8bff7b7da33f718e351bb64, 0x3e9f05e80dd4ba1d0859638348f38c7b6637a888e97966a76960e6a7cf8ede25, '', 0, '?'),
(0x619d30936c0fac6068e9395ef610c3a2, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Command/S3Command.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Command/S3Command.php', 0, 0x2f50758fce458a8c831b6bb40efc12f7, 0x2f50758fce458a8c831b6bb40efc12f7, 0x7e570cb1f435c7e9ce2d62d33f469c045da8b24ba2c32415bdb2f95ebba7b3e9, '', 0, '?'),
(0xf73922f34cb9bb00023d118820656429, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Command/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Command/index.php', 0, 0x3b49614656fc01edcabc971951cc25eb, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0xb2587f6405375b7ca78e333b5fab53b8, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Enum/CannedAcl.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Enum/CannedAcl.php', 0, 0x0f2d2bf2ba281b4653d610c74c94db4a, 0x0f2d2bf2ba281b4653d610c74c94db4a, 0x84c24aaaa93c3f01f0b83a29781964b31e6234b440960904e14bd893e9fb03fa, '', 0, '?'),
(0xc15d4fca44805bcf819ec083f8e25cbe, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Enum/EncodingType.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Enum/EncodingType.php', 0, 0x7cf0ddbe34c5fbd5e517fe58303d04ac, 0x7cf0ddbe34c5fbd5e517fe58303d04ac, 0x6485ecdc3bce7e5e1269884928c98dc5d6d2540073c958cdfd3801ded514c1dd, '', 0, '?'),
(0x3b931e43fbcd9b6cd181a700d31df0d7, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Enum/Event.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Enum/Event.php', 0, 0x4973c77a32a406842e93b72de94ad475, 0x4973c77a32a406842e93b72de94ad475, 0x9a10342dbefa3f18e7a88ee767d25d132ca8222d0df473643dae6e8d6bf90421, '', 0, '?'),
(0x889bbe4e24f6bdda6c74d0d957db05f6, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Enum/GranteeType.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Enum/GranteeType.php', 0, 0x22fa685029132c083b0d5110ad3406bf, 0x22fa685029132c083b0d5110ad3406bf, 0x52abbf9af542d771214ad69664cb9ae1f4b19f407855c6759d93a5d6a859808e, '', 0, '?'),
(0xd465daa896e16c589bbf0e07be4d92cf, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Enum/Group.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Enum/Group.php', 0, 0x52ede68b7fec41f3274d24fa9c001c64, 0x52ede68b7fec41f3274d24fa9c001c64, 0x07236e5cd6a84a9a7f7af17e6f1c0367999668edae29e5b44175d209f3d26f7f, '', 0, '?'),
(0xa7422ce4609340eb254f5f3cdb2daa9a, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Enum/MFADelete.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Enum/MFADelete.php', 0, 0xcbaa878c8b00800600208a07cd5090d9, 0xcbaa878c8b00800600208a07cd5090d9, 0x00b5ef9809d91100e84ed2f43b4a28818a824eee22394acbccdd0e92c27a53b6, '', 0, '?'),
(0xbedc44f7f77bb1168d09da485debadba, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Enum/MetadataDirective.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Enum/MetadataDirective.php', 0, 0xd37209230821479bfa8eff1b84f3a10a, 0xd37209230821479bfa8eff1b84f3a10a, 0x4360ca3b2ed8a2f72ef1c60545ff61b616a10796ff255182a4abedfc76ca73c4, '', 0, '?'),
(0x58ea1dd4960e0440c25e8954a5eafcb5, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Enum/Payer.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Enum/Payer.php', 0, 0xf60d4ac5fd2eaea44aa3d2f845dbd537, 0xf60d4ac5fd2eaea44aa3d2f845dbd537, 0xd442327a6b65421fb2eb2421ce166d1309ddde87dddc3e2efc1a58705b826509, '', 0, '?'),
(0x5fe51b0e79a399363812200f802cfde1, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Enum/Permission.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Enum/Permission.php', 0, 0x6a70568cd9788de3cb4060f02bdcf1de, 0x6a70568cd9788de3cb4060f02bdcf1de, 0xdd204697a1671f9170a65cc8519fdba1773b1f4295dccf7b0be8fa4f12cae72b, '', 0, '?'),
(0xa19c3b4da09dd0c051acf017f81c3dfe, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Enum/Protocol.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Enum/Protocol.php', 0, 0xb385779e546f0177a7d6e7c1c716b636, 0xb385779e546f0177a7d6e7c1c716b636, 0x79f5f88ca83d67bf52f2f91344be5ba8dd2cc14e2447fb96d328d471da2b4f66, '', 0, '?'),
(0x909d5aa6b832c2f8c2c9a1c264e08a50, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Enum/ServerSideEncryption.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Enum/ServerSideEncryption.php', 0, 0x4247e7de88340697be07b5bac2098cad, 0x4247e7de88340697be07b5bac2098cad, 0x28fe66aa29997754307d3021d118d61d6cbd4a3f28b21caa749894fbafabf603, '', 0, '?'),
(0xd42915194e3c96cf927360a46fa0ae0c, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Enum/Status.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Enum/Status.php', 0, 0x74c4bb91a12cc78aedd493d4129008e6, 0x74c4bb91a12cc78aedd493d4129008e6, 0x3d4c0fd5f23453b4c050f85545f089b970e6cf66ed984536e72b9002e9c159bd, '', 0, '?'),
(0xfe7b11c8b528df4e2befce9d864b40fc, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Enum/Storage.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Enum/Storage.php', 0, 0x4ebc59f2f1d05cc07c051573da9b9047, 0x4ebc59f2f1d05cc07c051573da9b9047, 0x26572de2b93615465e36b91a744e0791c5263347e88dfaba82e5ca78cf0c0049, '', 0, '?'),
(0xde1e029683345492b084f3447f4f12d9, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Enum/StorageClass.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Enum/StorageClass.php', 0, 0xbff572ae814ff3a0c90a0ed491cc6484, 0xbff572ae814ff3a0c90a0ed491cc6484, 0xca2cab496357f06552288a9b9d1f308bdd3f418a282c6c0b4f21de38107644a5, '', 0, '?'),
(0x8c86f78cb5cf823471b226291db8c6bb, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Enum/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Enum/index.php', 0, 0x3b49614656fc01edcabc971951cc25eb, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x994771133f34db37f6238a8c8698edc6, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/AccessDeniedException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/AccessDeniedException.php', 0, 0x09c70e2a751df40510bd4574f499a6bd, 0x09c70e2a751df40510bd4574f499a6bd, 0x471a4e9139261cdb927eb28061988604dbc95547a97642cdd7c3a622f614869e, '', 0, '?'),
(0xbad694209c4793757a44fcd2ea72da8d, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/AccountProblemException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/AccountProblemException.php', 0, 0x0bc88d1745834d84f79afdfcc8e10e3b, 0x0bc88d1745834d84f79afdfcc8e10e3b, 0xab036d9766463477f83fde4bb5e2953855bb1acbe624513435f1d18ff23fb75f, '', 0, '?'),
(0x75a1180e61d1912af66e16008909d7fe, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/AmbiguousGrantByEmailAddressException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/AmbiguousGrantByEmailAddressException.php', 0, 0xf760e56979c8d48d2a4f3ba47d62b52a, 0xf760e56979c8d48d2a4f3ba47d62b52a, 0xf5e63a2bbea9a9a68c590666a2ebed8b5ce2d0b949af751418133749f703c826, '', 0, '?'),
(0xeaf76c55f4a412dc97365fa13f0a28ea, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/BadDigestException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/BadDigestException.php', 0, 0xbec807254e0abe17c5416a23bcadbdca, 0xbec807254e0abe17c5416a23bcadbdca, 0xdf149446f11d32f0ec513233addf03033cd8f7729e2f7a5a5aec0204f82af67d, '', 0, '?'),
(0x516ffb0026096600518d0c5d7753953b, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/BucketAlreadyExistsException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/BucketAlreadyExistsException.php', 0, 0x1ef6dae836e33d445ca328c47d34d944, 0x1ef6dae836e33d445ca328c47d34d944, 0xd15fe08a20cc4914946517c9c3f898ce179696cb3a5ec2dc1ce4337bd955b976, '', 0, '?'),
(0xc3ad213612f426a29ec8cc8f3e5cf2e9, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/BucketAlreadyOwnedByYouException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/BucketAlreadyOwnedByYouException.php', 0, 0xcebfe509b3fe22f4308f753c678ac52e, 0xcebfe509b3fe22f4308f753c678ac52e, 0x4d5b214aaa37fba05d22a902ed4cf9a521b8542387116318724bbe1278fd2b0e, '', 0, '?'),
(0x014970fc7232f7e67f6eb373f6385602, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/BucketNotEmptyException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/BucketNotEmptyException.php', 0, 0xe1bb5f1b6f00b315839fc2c9800e761d, 0xe1bb5f1b6f00b315839fc2c9800e761d, 0x0ae9cc69e5a36b85f1b3ba57bc0ff5bb9f3ad76a5e0009e6033b3d0b1aae9dd9, '', 0, '?'),
(0x8341b4101a67b633caa152cc1bd8b46d, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/CredentialsNotSupportedException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/CredentialsNotSupportedException.php', 0, 0xe5cfafa8193fdb57d041021481b65324, 0xe5cfafa8193fdb57d041021481b65324, 0xab840a0ab64301f4047645868ea222d3aafc8f722704b1ab96ea99bcbe162cb1, '', 0, '?'),
(0x56e073e80b30023ab320ab8f7163b522, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/CrossLocationLoggingProhibitedException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/CrossLocationLoggingProhibitedException.php', 0, 0x913d767691e5ed12defcaab3923416e1, 0x913d767691e5ed12defcaab3923416e1, 0x60a8d9cbd2da36f3448477cf02afd2a1b8ff2e461c59b6e4e0a2732d0edf55ec, '', 0, '?'),
(0x0a765700c2e0b6edb39e66e4f99655c8, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/DeleteMultipleObjectsException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/DeleteMultipleObjectsException.php', 0, 0xabdb49648227f9916be2eba24b84f16b, 0xabdb49648227f9916be2eba24b84f16b, 0x944f89d91abcc929c926dde6411391e99c2785df6d2a1a34a9ebbd534583260f, '', 0, '?'),
(0xc78e32c122573a773cfdce968a1d6c33, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/EntityTooLargeException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/EntityTooLargeException.php', 0, 0x623134d2a2d23ce1f08b71ade9d59bab, 0x623134d2a2d23ce1f08b71ade9d59bab, 0x03d1badafc03c16c9108f197032b4c810169059dee48e410cc798127b8c1e239, '', 0, '?'),
(0x64f35e16239000f4d9ce199f02d0fe0d, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/EntityTooSmallException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/EntityTooSmallException.php', 0, 0xaecde14aac4a074d62696c24f1425f44, 0xaecde14aac4a074d62696c24f1425f44, 0x8685399b3af053dd469f405cedcdc9b130a3bf82e76010bb39f7826431a6ae16, '', 0, '?'),
(0xb1975280c78b552dae05e4c3f0cef822, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/ExpiredTokenException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/ExpiredTokenException.php', 0, 0x5976935d7b2ae84e9a3e867a49f64469, 0x5976935d7b2ae84e9a3e867a49f64469, 0xf50328e0950a94ec1db4b592dc62ec26d8231ef67c8492409a48638902878cb5, '', 0, '?'),
(0x4f1d536cb1aea13073c408ee55a70ab7, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/IllegalVersioningConfigurationException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/IllegalVersioningConfigurationException.php', 0, 0x0fb65f62587c1c59c30a45bf7c6e7326, 0x0fb65f62587c1c59c30a45bf7c6e7326, 0x5a60d88c42761411f01184b3c36eb7855e3842d4e9b61051240167d63d772523, '', 0, '?'),
(0x099e2a5974570f7b6e2faab1bf43ba38, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/IncompleteBodyException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/IncompleteBodyException.php', 0, 0x571a5be80c480ad42c36c7f99db82f81, 0x571a5be80c480ad42c36c7f99db82f81, 0x2e1d99a7a46d04721bed9cc70b909bb7b557ba8a6ff8e1497d2ad9a85f55b560, '', 0, '?'),
(0xe8c5f1f402f2faf69c8b452fafd4aebe, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/IncorrectNumberOfFilesInPostRequestException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/IncorrectNumberOfFilesInPostRequestException.php', 0, 0x957deb475da1335757dba5fba6be1932, 0x957deb475da1335757dba5fba6be1932, 0x0dbeb9729959e2c98fe3fc2e67f7ab00756ab45740055a9eba10b2e7a3ed93e4, '', 0, '?'),
(0xdda6507604f35b95e2062860a6aa8079, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/InlineDataTooLargeException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/InlineDataTooLargeException.php', 0, 0xd4e8a00f3c24d87d0673d7249349802d, 0xd4e8a00f3c24d87d0673d7249349802d, 0x34297674a0c873bba77865efc38a21954cbb5915698809416372d288db69750d, '', 0, '?'),
(0x1f261d0021c1035f66d24e0140d193bc, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/InternalErrorException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/InternalErrorException.php', 0, 0x9275afcf0ddbe1d464d7c188db99918e, 0x9275afcf0ddbe1d464d7c188db99918e, 0xf6c61bf14adafd5c185bec40b5c5e487410960ebe39d69a237fe3b315c46a7e0, '', 0, '?'),
(0x400e9be933ed420e288326a616333f72, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/InvalidAccessKeyIdException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/InvalidAccessKeyIdException.php', 0, 0x1c644c37fccb837e0851b6e1f26546b0, 0x1c644c37fccb837e0851b6e1f26546b0, 0x668d7d07fcf5d869b8b0f2d661683cff38cabb49a9f5b5ccd8775636cf9b14fb, '', 0, '?'),
(0xb5fd9d7bb0db3e1fe65d145581f0a54c, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/InvalidAddressingHeaderException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/InvalidAddressingHeaderException.php', 0, 0xdab45c8625efc8b72a809a85506c41f9, 0xdab45c8625efc8b72a809a85506c41f9, 0x8d014263646fc2eb019ea8055583d666c9f5419bc0ab2177ee02ea9894f3b45d, '', 0, '?'),
(0x2331f3d0c63cf7ae95fd394ece8e63b6, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/InvalidArgumentException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/InvalidArgumentException.php', 0, 0x4392f5810f49e708ab1b982d86c0c9b2, 0x4392f5810f49e708ab1b982d86c0c9b2, 0xdfc55f08ff4c82de3cc444e0d9bbffa49d3963ed379b4801920e8473e2fe507c, '', 0, '?'),
(0xa48b609766a2d039a68353d7ed26db9e, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/InvalidBucketNameException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/InvalidBucketNameException.php', 0, 0xf1893c65dbde67ebdca70faf71ea21a5, 0xf1893c65dbde67ebdca70faf71ea21a5, 0x4270a9d5d545cdaf18cead020e1fd319c23365e78016c87d70ab5e0b2ea10771, '', 0, '?'),
(0x4e406769157fab99be2147ebb2e8fee8, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/InvalidBucketStateException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/InvalidBucketStateException.php', 0, 0x68735632e31038de541ff6d4d22734ab, 0x68735632e31038de541ff6d4d22734ab, 0xb89d7372abdf1e14001fe62c83868cc3b87c7d20bf4988356a41f20c1db37bd8, '', 0, '?'),
(0x9ec5a9c9f19e1e4323f579eebc0cc74f, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/InvalidDigestException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/InvalidDigestException.php', 0, 0xdec4255691643d018460f906e752cc53, 0xdec4255691643d018460f906e752cc53, 0xde459ef97d8da9f4f90b0099b0f5c910df3dc1a44bee44b9df65d8dcca7f41fb, '', 0, '?'),
(0x3d1460af98f3231e35d40cfc3f190f98, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/InvalidLocationConstraintException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/InvalidLocationConstraintException.php', 0, 0xeae55339d83652eddd47972bef50b443, 0xeae55339d83652eddd47972bef50b443, 0x047e80e2bb70e3015dd95b089802de01f8e72b98e903c6a7f915beed49147b32, '', 0, '?'),
(0x3af7d3263f7a5a84d9af93399de21290, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/InvalidPartException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/InvalidPartException.php', 0, 0x3d3c813e11ca60173d3a3b0f70f75831, 0x3d3c813e11ca60173d3a3b0f70f75831, 0x9f50461c0448ac8b5d1e9239f2c3b4b071c9070dabda447236345fc61fb676c6, '', 0, '?'),
(0x0d198e6adaa9486800b4ad6634d36479, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/InvalidPartOrderException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/InvalidPartOrderException.php', 0, 0xf2921a4714175c34b9c9f407483ff4c1, 0xf2921a4714175c34b9c9f407483ff4c1, 0xa562a068e09155d9184f81b5651904788b411b99c7dfe3ead38cb1305941ad2a, '', 0, '?'),
(0xf320b9826e9eea492ec5ee773a765d09, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/InvalidPayerException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/InvalidPayerException.php', 0, 0x9a392565250d63ce060c7f394199e91b, 0x9a392565250d63ce060c7f394199e91b, 0x83356b80ce2e13a339dc4067db8c66f3de2d7d7096e49d1e69ae872928816dd0, '', 0, '?'),
(0x9264830e69772bef97027ec10d1d3a06, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/InvalidPolicyDocumentException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/InvalidPolicyDocumentException.php', 0, 0x34a27b169a67884a866d7673c7ebf3c9, 0x34a27b169a67884a866d7673c7ebf3c9, 0x7bce79c5288f09a374726d1ab0c886dc8c447ca6a01c5cd08481cbc2df90aba7, '', 0, '?'),
(0xc9e80fc9c1e3f11904658e0032a7f15e, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/InvalidRangeException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/InvalidRangeException.php', 0, 0xb265a24a230c22eb8fd0451a8ebdb35d, 0xb265a24a230c22eb8fd0451a8ebdb35d, 0x2242b5cfa18b77824dcfc4f08fb08da4e93f6afb48d26928d87e72920bd49364, '', 0, '?'),
(0x18516d3c52a2b8c916d2c97b38585c26, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/InvalidRequestException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/InvalidRequestException.php', 0, 0x100f6401d6ffcf38e4e3bd3ccdd03ec8, 0x100f6401d6ffcf38e4e3bd3ccdd03ec8, 0xc18ecee96c2095485953e3b2432e28f1b4b53ba3b0f28535055706e445c2c75f, '', 0, '?'),
(0xfe1ee93ff8482c644dec07e791b04cb8, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/InvalidSOAPRequestException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/InvalidSOAPRequestException.php', 0, 0x13148476e192fdfbb70f5c3346406385, 0x13148476e192fdfbb70f5c3346406385, 0x8c3c581a48ceb11a6f4063a23dcd58b001e44ee32bae5c4e05bfd547ffa94dbb, '', 0, '?'),
(0xc8d227928ec4978d00a6917a493ce8d9, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/InvalidSecurityException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/InvalidSecurityException.php', 0, 0x2552e0da297e509aea8d7674a938d62b, 0x2552e0da297e509aea8d7674a938d62b, 0xdecb9343433d1f2b87fcb4e3a6ba783fea20dbff14fe268b046b00a3bc18224c, '', 0, '?'),
(0x0dbf41e97f6f8ab8ab252ca1571dfeb7, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/InvalidStorageClassException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/InvalidStorageClassException.php', 0, 0x00e4406dd9f02542c8ec24e6e4ce86d2, 0x00e4406dd9f02542c8ec24e6e4ce86d2, 0x01df27077d21a48f4411aa4d3fade32cb4a741e1773df703c7234c29ce31f000, '', 0, '?'),
(0xd9622f825015d271ba3b95dac59d760c, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/InvalidTagErrorException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/InvalidTagErrorException.php', 0, 0xf4f4f18c6bf19f21064038926236df01, 0xf4f4f18c6bf19f21064038926236df01, 0x555064495da4d743eb2365c0a56656956e6dbefe4aa6a1f0d45944a99d1c9171, '', 0, '?'),
(0x90fdec195a99e0b12920043d4ab0f885, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/InvalidTargetBucketForLoggingException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/InvalidTargetBucketForLoggingException.php', 0, 0x91874198177f5f787aff49038a6984db, 0x91874198177f5f787aff49038a6984db, 0x8e3be359107b6a928fc15797614a14791e3bb3971a4d818c18c2950483cabc5b, '', 0, '?'),
(0xc73000677762c1efa2b33f39bd1daed9, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/InvalidTokenException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/InvalidTokenException.php', 0, 0xf5064f4171e08587510dbc1a2d24575e, 0xf5064f4171e08587510dbc1a2d24575e, 0x87017424a68c3f215d0c8275a4b8c4b9f6852f06444c5f477a5711ab4c72794b, '', 0, '?'),
(0x0d5dc17607a77224ff30cef8fb8d159f, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/InvalidURIException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/InvalidURIException.php', 0, 0xac6988513868815f5384f906f4169cc7, 0xac6988513868815f5384f906f4169cc7, 0x91c87421187e144029d807600618e5e3b7c48c1af32c678f8329c4ea511928e0, '', 0, '?'),
(0x401ff86eff5bd5254a656957f88f6e60, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/KeyTooLongException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/KeyTooLongException.php', 0, 0x0b6d018f47e315db35b081c7308938ad, 0x0b6d018f47e315db35b081c7308938ad, 0x81d839eeb41cacc662470fd2210126df9c877f5069f469647cb6ac045ad4c9fb, '', 0, '?'),
(0x2df8f08c6bb2b5128ff24c15c1b07e68, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/MalformedACLErrorException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/MalformedACLErrorException.php', 0, 0x42e10506b021238de09cf5f38790f094, 0x42e10506b021238de09cf5f38790f094, 0x770d851f722ded91ae56d46fc0dede4b4642ace4c81d02020bdbaa47bb4dda9e, '', 0, '?'),
(0xc560f05764378a288f45a581d8d71fb6, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/MalformedPOSTRequestException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/MalformedPOSTRequestException.php', 0, 0x553a640b6af00a2c4a47b33a059b470f, 0x553a640b6af00a2c4a47b33a059b470f, 0x0d532230470855989a96fa54933547b8425019e23ed7398c82ce5a7e98e289d0, '', 0, '?'),
(0xbbcdc2d5f113476d6995423c0f6a730e, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/MalformedXMLException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/MalformedXMLException.php', 0, 0x5f666a77e049ac3e886962cb15f312f3, 0x5f666a77e049ac3e886962cb15f312f3, 0xb1cf2387f527540dc775b2e4aca1800f70f129b77b45e3a2343e0937379d6cc7, '', 0, '?'),
(0x4d60d29ba7b822b165b2c94898213aae, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/MaxMessageLengthExceededException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/MaxMessageLengthExceededException.php', 0, 0x4e8f1c351b146af131cb6db1f7e7ecc6, 0x4e8f1c351b146af131cb6db1f7e7ecc6, 0x8e455b257000edb8703ef2183429c59711e25a31f823aef39cd702c12c72a1f7, '', 0, '?'),
(0x7feedd8ca8f87d1c1879d26d80c9d5e3, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/MaxPostPreDataLengthExceededErrorException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/MaxPostPreDataLengthExceededErrorException.php', 0, 0x2f21c2d93f35184a7d68e8826f67d481, 0x2f21c2d93f35184a7d68e8826f67d481, 0x4cd787bdec9644494635375c7aa105c3449a7c5a41ffe5dd071b64ad91190dc3, '', 0, '?'),
(0xfabd219c95c8630939ddff29b7b81eb8, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/MetadataTooLargeException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/MetadataTooLargeException.php', 0, 0x17e527214c345c77ac44b37f63abc74f, 0x17e527214c345c77ac44b37f63abc74f, 0xfe0b783aff85c0be93b9cb160c846b6fff8acf716639bd4bb401b981f287d091, '', 0, '?'),
(0x4ca8e93fd0d618b2630a11137dee11e0, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/MethodNotAllowedException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/MethodNotAllowedException.php', 0, 0xc38f9181ad99472548cd71168a1c4ef8, 0xc38f9181ad99472548cd71168a1c4ef8, 0xdb2a030d4790f82faeeef15e57452ae9cb54d6e249d97d00022b156907dba19b, '', 0, '?'),
(0xa2a4915997eef8cac6a0244ede473b34, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/MissingAttachmentException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/MissingAttachmentException.php', 0, 0x868c64c8f0a8d6be24d1c99f67f09f03, 0x868c64c8f0a8d6be24d1c99f67f09f03, 0x61a1e3f51ed1a5aaf6750bb820bd14a40f79dee9bb3370463f6b89f8977ec795, '', 0, '?'),
(0x82f9434c53e47d77e372a06a338f6f4a, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/MissingContentLengthException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/MissingContentLengthException.php', 0, 0x8fa64a61297c52ded0f7c0608e655174, 0x8fa64a61297c52ded0f7c0608e655174, 0x4f2dcb970cc69a6fea30e857164ceb46a1d0571df321ea7939cd08ae6c602e11, '', 0, '?'),
(0x0a4fa126ea8cbf778394e70801de4bd5, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/MissingRequestBodyErrorException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/MissingRequestBodyErrorException.php', 0, 0x8973f668ec8782ecfd29b04a80926806, 0x8973f668ec8782ecfd29b04a80926806, 0x509a3c54cd245867395db307b4712b3a7935f651c5b29bd237fb9a4a25c18c07, '', 0, '?'),
(0x25bdc1788bd72b26d3725115dfe5c617, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/MissingSecurityElementException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/MissingSecurityElementException.php', 0, 0x70c6ba295d8788d0f8f118585a160434, 0x70c6ba295d8788d0f8f118585a160434, 0x8abf791e5cdc3c62e142bda300d1d583a33b3715b0e1e6484b8f8281c71e913b, '', 0, '?'),
(0x0d1583a39ed2c0ae44e2632a88feccb2, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/MissingSecurityHeaderException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/MissingSecurityHeaderException.php', 0, 0x02d0e7145e8a2bf092d1737e871d974e, 0x02d0e7145e8a2bf092d1737e871d974e, 0x10b8b5f699b05ab87d489b26ee2574223bbbdd863f1b297c045cdf3f61383353, '', 0, '?'),
(0x1fff6757fda1309f0e435db0a9c14d01, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/NoLoggingStatusForKeyException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/NoLoggingStatusForKeyException.php', 0, 0xfd1516b3fbf2eb24c36b559f99d273e5, 0xfd1516b3fbf2eb24c36b559f99d273e5, 0xfea57b7570b8393489cba15f988497be34874cc7522c09f6ae32759d347eba79, '', 0, '?'),
(0xbe11da085c18d28338647f50574dc9e8, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/NoSuchBucketException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/NoSuchBucketException.php', 0, 0xb6f1397ad964ac27998e4257126e0b26, 0xb6f1397ad964ac27998e4257126e0b26, 0x3fbfe0e1c2866cf1b294bea961803f81c05a562c7f4a78c93a65a4024f18a5c7, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x67bb0fff161465465039408aea340cdc, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/NoSuchBucketPolicyException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/NoSuchBucketPolicyException.php', 0, 0xcd5bcd04b0812ac2aa1cf75526a01e40, 0xcd5bcd04b0812ac2aa1cf75526a01e40, 0x38308fde23690a48d2a6a5e6b5d3e97bf4ba41a455e8a71b2c54c5b8638a6b06, '', 0, '?'),
(0x368f248bd57622e5e82bc5e102fd4468, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/NoSuchCORSConfigurationException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/NoSuchCORSConfigurationException.php', 0, 0x1b2cbf1d0f8e2422f481d1b40f6baaa1, 0x1b2cbf1d0f8e2422f481d1b40f6baaa1, 0xae7e51a3e7bb77e543865a4b60f081bac1a8ea00826f1e870a1ed3dd35d61017, '', 0, '?'),
(0x7baef253df7b2d50cc319fdc22e5e94e, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/NoSuchKeyException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/NoSuchKeyException.php', 0, 0x4758a41bca90228452d39430b83d43a8, 0x4758a41bca90228452d39430b83d43a8, 0x974468a1b707cb36745e2e8538b2d02dbdc948aa1c8d5cc7cef6f22b7a2dc7d4, '', 0, '?'),
(0xdd3c1999a580fc9082de7c2d4ee34af4, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/NoSuchLifecycleConfigurationException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/NoSuchLifecycleConfigurationException.php', 0, 0x0316f95c2d5278e1d93b131ed0c0dba6, 0x0316f95c2d5278e1d93b131ed0c0dba6, 0x493136825e2c8462ed68aa440f4417f6a41983ce0713fbf755f768f1329dff1a, '', 0, '?'),
(0xe215347e61d96cbbc20e649e6c10eafc, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/NoSuchTagSetException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/NoSuchTagSetException.php', 0, 0x284d62535928e1da27a517f7a2a8d681, 0x284d62535928e1da27a517f7a2a8d681, 0xc1e7a64db869bcfc5d97bda47aa857d38d97a69bdae90c40909782f0fda0bca4, '', 0, '?'),
(0xab4a0298ab2b2cda9382869f5b8e415e, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/NoSuchUploadException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/NoSuchUploadException.php', 0, 0xd1fd0d738a73b857a4601b36b3d98d2f, 0xd1fd0d738a73b857a4601b36b3d98d2f, 0xb72fb131d632c6c9590413e0f33394cc1b9406491c8cf85b830c41cb2158d7bf, '', 0, '?'),
(0xdf73d32a7a83c52139ce7ccc37276cde, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/NoSuchVersionException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/NoSuchVersionException.php', 0, 0xc552a840d4d579085a0108835f04fbe3, 0xc552a840d4d579085a0108835f04fbe3, 0x779d49c0ade769e911fc6efa3b728f9133d3011e26153fab20023af648010204, '', 0, '?'),
(0x4c6ba4cc682dd8d7978743625b345b34, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/NoSuchWebsiteConfigurationException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/NoSuchWebsiteConfigurationException.php', 0, 0x6d1b6dece0e8de5ef6035633f40c436c, 0x6d1b6dece0e8de5ef6035633f40c436c, 0x9468125564b4dd6b46ed1a80b1828cd9c6498b0739917b953e093c8df73901e8, '', 0, '?'),
(0xc6d7671fbdfbade3acd3123c98d5b642, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/NotImplementedException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/NotImplementedException.php', 0, 0xbe3fe18fd51e44a00d13b587769ebb2d, 0xbe3fe18fd51e44a00d13b587769ebb2d, 0x2f63a53c930d581cd7d594de320d0314245e40e57351b0b79a13da63fa62e0d1, '', 0, '?'),
(0xaa4b0d2994f789daa0c4bbd58920a161, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/NotSignedUpException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/NotSignedUpException.php', 0, 0xd58049f2a92094cfbd31686ebe4bac71, 0xd58049f2a92094cfbd31686ebe4bac71, 0xbe20a0701aecc86f9570b8916fa7a8abd706c7487a1ad7870112631b602de16c, '', 0, '?'),
(0x1c8003a3948ea30148e9bd4ccc9ce371, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/NotSuchBucketPolicyException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/NotSuchBucketPolicyException.php', 0, 0x19db9b7bf9f057120fb912d3e0c00028, 0x19db9b7bf9f057120fb912d3e0c00028, 0xa94534f65354ce414dfba3a602434339c93af1a291bb09114e4e6b654eb12905, '', 0, '?'),
(0x3f106d4e3e9a8b0a4eb8fc851898c0d7, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/ObjectAlreadyInActiveTierErrorException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/ObjectAlreadyInActiveTierErrorException.php', 0, 0x1fab506c763fa6341949be3903f5b7e4, 0x1fab506c763fa6341949be3903f5b7e4, 0x64e2dad0ecb18b3e043d83048c4b5ea1bd7f3f698b6a5b2b2402d0c845ac5d4a, '', 0, '?'),
(0xfd9ed1be7c8498543e17076746cbbeb0, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/ObjectNotInActiveTierErrorException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/ObjectNotInActiveTierErrorException.php', 0, 0x52816572a425e8ae3e566c683d6523f6, 0x52816572a425e8ae3e566c683d6523f6, 0x1574ff6ab36140015228ec73aa4afc493485f8992297b72b7acd27afe77f8953, '', 0, '?'),
(0x63409b5397488b5b0b414857064c20cc, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/OperationAbortedException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/OperationAbortedException.php', 0, 0x2a9e9bb0da4ee83145d44a4a2321c9aa, 0x2a9e9bb0da4ee83145d44a4a2321c9aa, 0xe3f4f100b805ee4d8f2b83f5dbbb388e419683b77f17e154792417efe79e0e0d, '', 0, '?'),
(0xe98907f119000cd892975f2c1951e8be, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/Parser/S3ExceptionParser.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/Parser/S3ExceptionParser.php', 0, 0x9fc42d472f87a877547b1fbf6fdd3494, 0x9fc42d472f87a877547b1fbf6fdd3494, 0x13dd5d905d5ef4ef57a8f6e7eca39f76d7de538ef66d7cee15ba1b9375529035, '', 0, '?'),
(0xbc8a185183fdd62fc533f7b57793073b, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/Parser/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/Parser/index.php', 0, 0x3b49614656fc01edcabc971951cc25eb, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0xdecb899692da556bd56d4067945f52dd, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/PermanentRedirectException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/PermanentRedirectException.php', 0, 0x6da47a1c59e1e8b784f72bfb9bf0a926, 0x6da47a1c59e1e8b784f72bfb9bf0a926, 0x44411d9409a24d8b64d42432e7f5cb777552aade1d933e05d73224e4ac212593, '', 0, '?'),
(0x50fca2ef2630e480dfb1c144c1664e38, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/PreconditionFailedException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/PreconditionFailedException.php', 0, 0xf499304296fc75b86a3ae217da8abc81, 0xf499304296fc75b86a3ae217da8abc81, 0xcadf5cd2b1f2aa715c31ee316e2bbf28caaf6369e3f5dde6632e8e8a079c1c3f, '', 0, '?'),
(0xdad10be6632acf880958bf7a043a4fd9, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/RedirectException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/RedirectException.php', 0, 0xcb972ebd606996b8b12dd99009081cbc, 0xcb972ebd606996b8b12dd99009081cbc, 0x53305480f6142ee6bed62834e4fbb897ad0c0fc11784f4d16da6ffaba833b880, '', 0, '?'),
(0x014d9d86ba2aaa4a6061f63507fb135d, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/RequestIsNotMultiPartContentException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/RequestIsNotMultiPartContentException.php', 0, 0x658f9db4dca611239f1763b9b5fa2352, 0x658f9db4dca611239f1763b9b5fa2352, 0xc982585c863282f7b2f7a49180d169decf400295721c54a9b833bcd9fa83f93e, '', 0, '?'),
(0x3d4b20b26e322ab61d7ee9d1e7bc171c, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/RequestTimeTooSkewedException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/RequestTimeTooSkewedException.php', 0, 0xb98d5a2ca823d2ad276a7dae4144262c, 0xb98d5a2ca823d2ad276a7dae4144262c, 0x58db2db182726e2f92a3765ff65ede880489ff015724f3734314beda11ee4bcf, '', 0, '?'),
(0xf7020580e7a5d74b31625197c51df238, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/RequestTimeoutException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/RequestTimeoutException.php', 0, 0xec5a36b0bff7a4e9713256e74cdb2af6, 0xec5a36b0bff7a4e9713256e74cdb2af6, 0x93d532e6b3c365836bee713aef3e711e56dd4be5aa5516b41ea67471397ab0f0, '', 0, '?'),
(0x469ec25fe11520ea5dc6f491c9353a0c, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/RequestTorrentOfBucketErrorException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/RequestTorrentOfBucketErrorException.php', 0, 0x084fdfae0cc32f84c5f5206d65893083, 0x084fdfae0cc32f84c5f5206d65893083, 0x1f598e010e4e4d4b8558124e43013000892e7d49a4547b9e60fd3d0ae777260f, '', 0, '?'),
(0xc7fa3f22e32b5aa4fd32509468f88380, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/S3Exception.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/S3Exception.php', 0, 0xdf6085ec9307e1b2b0e863e1e6df85c1, 0xdf6085ec9307e1b2b0e863e1e6df85c1, 0xf8d4b1221755474c44ae8f98c0dae2129ddfab27e3a21472e4db7c0f13e064d6, '', 0, '?'),
(0x2808e37c1c777f9644b80334295e9f0e, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/ServiceUnavailableException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/ServiceUnavailableException.php', 0, 0xaf1260d5ff94279be5ba31f4b75f6b03, 0xaf1260d5ff94279be5ba31f4b75f6b03, 0xb01a779d0aa524c17d47e88c26a22e87f68d067c2c4b59b6696795938aa9a279, '', 0, '?'),
(0xe00a1109b54d37d1f215470920ea0dfd, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/SignatureDoesNotMatchException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/SignatureDoesNotMatchException.php', 0, 0x6e622d70266c80d63f72fc95bc35582b, 0x6e622d70266c80d63f72fc95bc35582b, 0x7fa4ed7b2f6b6c538a66b43d0d95b9d608cfb19519e8d94a9993c56ca117a96c, '', 0, '?'),
(0x3abd99488bec46c7aadd51bbb4491490, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/SlowDownException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/SlowDownException.php', 0, 0x40523f621c6402b4b9e9f76219bb298f, 0x40523f621c6402b4b9e9f76219bb298f, 0x29735b3eac637da4ed9b6c6e720e14d0240259f2c8552da3f7b9597f3113d2e1, '', 0, '?'),
(0x73e6cd2a3786f60d7ce2f16f4c44ec8e, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/TemporaryRedirectException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/TemporaryRedirectException.php', 0, 0x6f392dfa038a1ada082a49757476c8c9, 0x6f392dfa038a1ada082a49757476c8c9, 0x6b5f21c62b309a76fae510aa13d3d177e0fcd2597770cf614904e31f0dff1815, '', 0, '?'),
(0x517389e88f060d1a925c34492e14b08c, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/TokenRefreshRequiredException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/TokenRefreshRequiredException.php', 0, 0xcee5b128333e8d27f8d7aeda205d08e0, 0xcee5b128333e8d27f8d7aeda205d08e0, 0x02b785e131e902f0e5aa6c00307c8a680ab22d7c8368471083d37b3dcc899cc5, '', 0, '?'),
(0x69efee40cb0bfc24bf8ad411fb73c69a, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/TooManyBucketsException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/TooManyBucketsException.php', 0, 0xeb8883084cd6a0671f5036c2c47db679, 0xeb8883084cd6a0671f5036c2c47db679, 0x83ec681a7b333ad56b538aa9e8db45febf5d7a42910eaea52bfcda8217531e9a, '', 0, '?'),
(0x7739f72789f04d7c9ed60ee5f0e84680, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/UnexpectedContentException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/UnexpectedContentException.php', 0, 0xd94fa9630fd855f3b16f4d89d0ed8edf, 0xd94fa9630fd855f3b16f4d89d0ed8edf, 0xb36347ed38e24a2428ff3ca65dae826661389ec0bd31cd2a007b2419e8c98365, '', 0, '?'),
(0x8d9a7902dc7d035e4a5267d97945e025, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/UnresolvableGrantByEmailAddressException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/UnresolvableGrantByEmailAddressException.php', 0, 0x72c0a233f344e830ba7a30d675d88abe, 0x72c0a233f344e830ba7a30d675d88abe, 0x27a0cc3520429a0feff0bd0ab43c47cd982e646e1788ab136065ca92b788a5c0, '', 0, '?'),
(0xdf2a3df5384a42ef309488b7cde132af, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/UserKeyMustBeSpecifiedException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/UserKeyMustBeSpecifiedException.php', 0, 0x465abf1c8ed682a234b9f1a5db1dcb39, 0x465abf1c8ed682a234b9f1a5db1dcb39, 0x977533bdaa6021c7f7731405dca0924eb0376db3119aa8a7f8c8cc0f99b708b9, '', 0, '?'),
(0x32657552d830ef5a57c38800b40a8d0c, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Exception/index.php', 0, 0x3b49614656fc01edcabc971951cc25eb, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x3a99d399209307db9371c8a41af50b53, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/IncompleteMultipartUploadChecker.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/IncompleteMultipartUploadChecker.php', 0, 0x0936fcb87ec92709042660b6648bd4fb, 0x0936fcb87ec92709042660b6648bd4fb, 0x13169e2ccedfd6cb32c08802325bfafa5a724b64cb3a6e9d545d7aaa48495ce8, '', 0, '?'),
(0x304e3135e15ec9ac251c1af16648cd94, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Iterator/ListBucketsIterator.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Iterator/ListBucketsIterator.php', 0, 0x8a8c58a1bb8d6a9fcd7195de9347860b, 0x8a8c58a1bb8d6a9fcd7195de9347860b, 0x4f17729233efb655c93859a2950fe72103c2e898a01f1856f90048c4f381c13b, '', 0, '?'),
(0x5b5192f1ec6efad3206dc504e5867047, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Iterator/ListMultipartUploadsIterator.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Iterator/ListMultipartUploadsIterator.php', 0, 0x6bfa846b6906392bccfa638d286672ad, 0x6bfa846b6906392bccfa638d286672ad, 0xf06c58b90df6683efc1c091a1e45239cd6b34d3205ae83038fce3952483236a9, '', 0, '?'),
(0xe37f36220f636ba1aa3b6d24a40d49ec, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Iterator/ListObjectVersionsIterator.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Iterator/ListObjectVersionsIterator.php', 0, 0xa70afd5c0e551d5a5aa0fea6bbc0be57, 0xa70afd5c0e551d5a5aa0fea6bbc0be57, 0xc1b27ec36dabfd2d94538724a7f4ee26d5636bc478c136adfbeff478292e2744, '', 0, '?'),
(0xad3a19c4db86478dbb5275e6495cde78, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Iterator/ListObjectsIterator.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Iterator/ListObjectsIterator.php', 0, 0xbcf458c4f3d9d99aa6723be97e6ef9c0, 0xbcf458c4f3d9d99aa6723be97e6ef9c0, 0x4d6b8c6403b88ae1d1c7fe22bdceb19ba31286b621e194653ad6c266225b9256, '', 0, '?'),
(0xb78d4a372aea70f41a3652f294e627a3, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Iterator/OpendirIterator.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Iterator/OpendirIterator.php', 0, 0x7e8a41fcca78d5d450f92223cc1a3546, 0x7e8a41fcca78d5d450f92223cc1a3546, 0x9f2238c746483bcf7039c29dd5ce173a1a30960f765d9fa2091ac4fa00e856cd, '', 0, '?'),
(0xf14550f27745d2a3f3be90b7ca1d1540, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Iterator/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Iterator/index.php', 0, 0x3b49614656fc01edcabc971951cc25eb, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x185b99bd63b01b5c2107d3a37f88415a, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Model/Acp.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Model/Acp.php', 0, 0xc3b3dcab25184dff9b8b8a4ddab2b913, 0xc3b3dcab25184dff9b8b8a4ddab2b913, 0x744fdf4d87893b2b108aa30bd39a68676e7d5f860a46e15e4aa7b518cd05ce5b, '', 0, '?'),
(0xb8112da454be5d8878b0d6ac66bd3d32, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Model/AcpBuilder.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Model/AcpBuilder.php', 0, 0x081791c94a84bd77533a74c74608826e, 0x081791c94a84bd77533a74c74608826e, 0xa2b9bae0bc789156b911d3881442dabdc68c84350bd2a75457b95e4a79b0e67c, '', 0, '?'),
(0xe95949152927c78e8b4165833bbfdf15, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Model/ClearBucket.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Model/ClearBucket.php', 0, 0x10c089c50260a6849ad3fa53c6963d10, 0x10c089c50260a6849ad3fa53c6963d10, 0x80f841c110268361b95f049538f025995a8d3461fc1902bf24a2ca01256842ff, '', 0, '?'),
(0xff57e002b132b8e0811a181415e42d7d, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Model/DeleteObjectsBatch.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Model/DeleteObjectsBatch.php', 0, 0xf9cef448ddae12b3805be4f0e9729717, 0xf9cef448ddae12b3805be4f0e9729717, 0xa2c1946c5203b8a895705a3eaab4b9a72680c61a811eeb97d0304b785d5af96d, '', 0, '?'),
(0x7ee29faa5cc483b1eab3ba005cacb017, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Model/DeleteObjectsTransfer.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Model/DeleteObjectsTransfer.php', 0, 0x231776fae31a76127346137aa3a488d8, 0x231776fae31a76127346137aa3a488d8, 0x6e09a80a7ee6e54b8361f7097080c85345a57b40edf49e6cd12d6ae9bc3047e9, '', 0, '?'),
(0x681a5469940c72d3d33133abb5d12c45, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Model/Grant.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Model/Grant.php', 0, 0xd6facdcaa56685b8b82e3bb83ffe12f0, 0xd6facdcaa56685b8b82e3bb83ffe12f0, 0x5f4dc2809941e922e4789ae509ceea23f0009959959ba8cd13adb40c0b84d3d7, '', 0, '?'),
(0x1846a8273612c75623acf537fca11b38, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Model/Grantee.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Model/Grantee.php', 0, 0xf7e44acd66cdc629a26fff50d1403424, 0xf7e44acd66cdc629a26fff50d1403424, 0x4381049e841f431eae6a8d51837adc99ccbb7ce7c1f52e5dd3f9b473b3665301, '', 0, '?'),
(0x7098014b20dd49b45fd492659e6fbd3f, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Model/MultipartUpload/AbstractTransfer.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Model/MultipartUpload/AbstractTransfer.php', 0, 0x2b45f0a49dc037acfa1e97bb26edacef, 0x2b45f0a49dc037acfa1e97bb26edacef, 0xac7119df93fc1c819b9521bfa832b518cd6b29d8f2c7eb50418079eaa6a4cad0, '', 0, '?'),
(0xcec11f2979411bf59251c466a51d35b2, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Model/MultipartUpload/ParallelTransfer.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Model/MultipartUpload/ParallelTransfer.php', 0, 0x535834950031cfe67ee2910f95596f0e, 0x535834950031cfe67ee2910f95596f0e, 0xe1177e97c3c261a9a786104e58b2daeafaaf87aba17468fd90bccc9dc92bcb5d, '', 0, '?'),
(0xbc454ca2b2b32984c5b9ec3392231069, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Model/MultipartUpload/SerialTransfer.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Model/MultipartUpload/SerialTransfer.php', 0, 0x49a916145d1e4ab8564b93d1b6776337, 0x49a916145d1e4ab8564b93d1b6776337, 0xe60130cc43395c096d9546bdb34070d28d798323cf1c4f05065a0dea972b7728, '', 0, '?'),
(0xaa1f9fb208488aa58a119e72299a1905, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Model/MultipartUpload/TransferState.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Model/MultipartUpload/TransferState.php', 0, 0xaef5f50f40e3dec1eb3a22ea9e080827, 0xaef5f50f40e3dec1eb3a22ea9e080827, 0x82ae7ad457cd7f00e626d1307f2fe7e8d53ab547a42d6842787ffbc7f42b144d, '', 0, '?'),
(0x1eab12f4f3ab48e6126281faf2cf4d0f, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Model/MultipartUpload/UploadBuilder.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Model/MultipartUpload/UploadBuilder.php', 0, 0x55ac289fa469233a6a3c3b5781ccb797, 0x55ac289fa469233a6a3c3b5781ccb797, 0x7a61a5a61919d4ab3a1458f1427173d18d93f4a477957c82deaddfa9695ad833, '', 0, '?'),
(0xaad2f7d4b9b0ef686c83705a7472e44c, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Model/MultipartUpload/UploadId.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Model/MultipartUpload/UploadId.php', 0, 0x27a0dd644b28fd813b6ccc25a25e605b, 0x27a0dd644b28fd813b6ccc25a25e605b, 0xcb6f6323521b7893cfed3e55c6f983c96b71030aa5d1403f359b386577eea7fb, '', 0, '?'),
(0x6fd9c92fd49343ee4876a4b78010e159, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Model/MultipartUpload/UploadPart.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Model/MultipartUpload/UploadPart.php', 0, 0x85b8de582e7165ad8e1d182c82ced209, 0x85b8de582e7165ad8e1d182c82ced209, 0x01fbfa6f2c06f21150cff2f9ce8e7273468d4b9bfccf1657cd9b7b12299729d7, '', 0, '?'),
(0xaffb8f91a1e49cb201b7141a50eb93a9, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Model/MultipartUpload/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Model/MultipartUpload/index.php', 0, 0x3b49614656fc01edcabc971951cc25eb, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x3cb30e982019693149f6f0fbacfd1399, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Model/PostObject.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Model/PostObject.php', 0, 0x6fc4e7b32fd50154ef70d92b56a512b3, 0x6fc4e7b32fd50154ef70d92b56a512b3, 0x07416ca5725863c0cfac2ddd81328e796d346361894df060e22190267af21ae9, '', 0, '?'),
(0x372a0747cae27eec2f729f828cc56a86, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Model/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Model/index.php', 0, 0x3b49614656fc01edcabc971951cc25eb, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x7f26b89a43fc9dfcca1598b2899c19f6, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Resources/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Resources/index.php', 0, 0x3b49614656fc01edcabc971951cc25eb, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0xdc6bffd5b57e3877b88b16160ba7d4ed, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Resources/s3-2006-03-01.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Resources/s3-2006-03-01.php', 0, 0x3b667cba5d77d7a6bd34214954127114, 0x3b667cba5d77d7a6bd34214954127114, 0xf9048282d8211cc456bb6be23f77c95e170c4f6f072ef7750860fcc75a7a3d6c, '', 0, '?'),
(0xac2622667ca6b7146b078e8461eee58b, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/ResumableDownload.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/ResumableDownload.php', 0, 0xa28463230d7022730df2c1e50a9e1aa2, 0xa28463230d7022730df2c1e50a9e1aa2, 0x754ad2128271e47f28edc22c5e0486cfe50eabd88eb6258cd15bd9953915045a, '', 0, '?'),
(0x670bedbb13a653bfd3cc1e7121cdf365, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/S3Client.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/S3Client.php', 0, 0xcf3b64a5f6b841d8ac892c917498f22b, 0xcf3b64a5f6b841d8ac892c917498f22b, 0xa3085ae81661cef37cdf81aa3d77d2e2be6ccbef996aae0bf1a10ef7e3dfb855, '', 0, '?'),
(0x1122a698f64473b02ba751f28fa2040c, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/S3Md5Listener.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/S3Md5Listener.php', 0, 0x9f0ec48ca0b7b91dccba9664978c80f7, 0x9f0ec48ca0b7b91dccba9664978c80f7, 0xefb92eae4c3e17d423d37b5c87e76b064dab2d3e66f75c08b2458cfd3d80099e, '', 0, '?'),
(0xc67c66d863379ea0a50e949add03da4d, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/S3Signature.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/S3Signature.php', 0, 0x1200ed590841c1781f8848cd0c87f854, 0x1200ed590841c1781f8848cd0c87f854, 0x4abeef55d01b975851849c510cac932e8a210ca8c2a1b6fb99f1109331791b98, '', 0, '?'),
(0xedcc39c8940a7268d798976bcc32863c, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/S3SignatureInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/S3SignatureInterface.php', 0, 0x30dc1a581563ade7a2ff80939de2fb72, 0x30dc1a581563ade7a2ff80939de2fb72, 0x6ed9da9b614b49123901473598272f885533c832174296ca27c223e10101019e, '', 0, '?'),
(0xcc0b8d5396a5bee3406baad83ed15407, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/S3SignatureV4.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/S3SignatureV4.php', 0, 0x02eeb731c828d6f3873ede89e16d8355, 0x02eeb731c828d6f3873ede89e16d8355, 0xf6004fab9f047080b5cd7d6ad1578ad551dad156c1a0538bc6fb96fb80edd6f4, '', 0, '?'),
(0xb01648a9385e8bf84b3c1cdf70ef1f97, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/SocketTimeoutChecker.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/SocketTimeoutChecker.php', 0, 0xf9062c348b59b5c8a6495fac8bd2216b, 0xf9062c348b59b5c8a6495fac8bd2216b, 0xfd0919f97c612cbd1ee7302e6ffcc6af83ead75241a5b6058da0774c4a8a7be3, '', 0, '?'),
(0x9be7aa56d7cafc7dd79efde41502fbef, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/SseCpkListener.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/SseCpkListener.php', 0, 0x74357df4ac7bac1775cea990ec68ce51, 0x74357df4ac7bac1775cea990ec68ce51, 0x1afdf50b8e2a0945dfc8af1867d966a4388296b008b7d2ec2310dd6a975550d1, '', 0, '?'),
(0xa7d8ca78f5c8c9b7f099de5f3f1edb7c, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/StreamWrapper.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/StreamWrapper.php', 0, 0x62748c70b9cbb100eb7243a50bc38e36, 0x62748c70b9cbb100eb7243a50bc38e36, 0x208a2d1172dbe35c8d045a32ecd634a7a28d5d214588727af8aa5f9dc9abbd35, '', 0, '?'),
(0x063c88d9a05073b7e6e76f7ee27a319e, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Sync/AbstractSync.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Sync/AbstractSync.php', 0, 0xfe6778fceee467dd2efb25f87f47c93f, 0xfe6778fceee467dd2efb25f87f47c93f, 0x13abfac90463ffb635564fe900e8c8053d27138e3efe9d0d67db13690ff6d06d, '', 0, '?'),
(0x9838d341ef8821b9fadd91398473d479, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Sync/AbstractSyncBuilder.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Sync/AbstractSyncBuilder.php', 0, 0xe2e8d5ad75d1f0138c5537536f8736c3, 0xe2e8d5ad75d1f0138c5537536f8736c3, 0xc0a05a719b0f8d9fdbdd29ab4a16594bfbe8ef07015b6d3e7d47af22f7195acb, '', 0, '?'),
(0x8a363e76250f8acfb2afacce18bef8ed, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Sync/ChangedFilesIterator.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Sync/ChangedFilesIterator.php', 0, 0x38ccf46f63df4bd523880dee416a8343, 0x38ccf46f63df4bd523880dee416a8343, 0x81c93951566c269511af9933592cd9a6aa84697b130ad8f6f7cd92dcb354c9c1, '', 0, '?'),
(0x21fabf4b74bc7e894ec67b2094c460a9, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Sync/DownloadSync.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Sync/DownloadSync.php', 0, 0x391956fc7365850455989ac0e33cf501, 0x391956fc7365850455989ac0e33cf501, 0x5cbe8a520143dc7bf0050898565f5520065db0c89892d9ce9d31eb88553bf6bc, '', 0, '?'),
(0xe17217608f8278cff0a2ef2e649732fc, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Sync/DownloadSyncBuilder.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Sync/DownloadSyncBuilder.php', 0, 0xf5d3a1d3f1016f02cba9dd83ef5795d3, 0xf5d3a1d3f1016f02cba9dd83ef5795d3, 0x2bb4abc97bc688e01d237d4320a881ebf62a963ed469b0bcce2b3cec5a67d8c7, '', 0, '?'),
(0xd34c6185275727fe8d11f013f05dbe32, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Sync/FilenameConverterInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Sync/FilenameConverterInterface.php', 0, 0x0c766ae9648f8957874d360f8ee8ae06, 0x0c766ae9648f8957874d360f8ee8ae06, 0x1e1806da0ed1cd69ed48915d5e19a11ed538b58c61d799d5608ec340f8fb332b, '', 0, '?'),
(0xfd0b2776a3ea4c99911a43135ef9e1b2, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Sync/KeyConverter.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Sync/KeyConverter.php', 0, 0x9a430538f874956576ee41c8523f9d53, 0x9a430538f874956576ee41c8523f9d53, 0x29719d890c350c457e445ac17abef80db1492c0fc20eb975c9c922190a8c05b3, '', 0, '?'),
(0x3c37910cebafc98a44a6dfe722b0ad8d, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Sync/UploadSync.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Sync/UploadSync.php', 0, 0x97e9e20fa8c1f8820d19e114298c18fc, 0x97e9e20fa8c1f8820d19e114298c18fc, 0x467ed268d45b2cd1d06215433306b9a078662a5e07b89c9d8c00ad3d17d5ec02, '', 0, '?'),
(0x2878a1121434165878efe872b1987a53, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Sync/UploadSyncBuilder.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Sync/UploadSyncBuilder.php', 0, 0xe8b4f360b314817526c5a3d8f43f0863, 0xe8b4f360b314817526c5a3d8f43f0863, 0x96c0ffb0d34f371753822f0e3c49e94bb0de30d19c9015d4d037f4efa9398038, '', 0, '?'),
(0x56a22f8b0b0f13c9c1b5fc32ec230471, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/Sync/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/Sync/index.php', 0, 0x3b49614656fc01edcabc971951cc25eb, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0xbc4b7ea6962ea1c4db372b5005fa0d01, 'wp-content/plugins/duplicator-pro/aws/Aws/S3/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/S3/index.php', 0, 0x3b49614656fc01edcabc971951cc25eb, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x01e1b75cbbd6e3e9bda322c0af9d6afb, 'wp-content/plugins/duplicator-pro/aws/Aws/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Aws/index.php', 0, 0x378f908c215cada79eb5810746396cb8, 0x378f908c215cada79eb5810746396cb8, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x31c339284d646fc0e77222a899a6e260, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Common/AbstractHasDispatcher.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Common/AbstractHasDispatcher.php', 0, 0x913b6d886a4aa7300f38b135a7337469, 0x913b6d886a4aa7300f38b135a7337469, 0x1536a414813bd764e1d366d6ca98db47cbfe7a2b5e8f807ab764a231f787dac7, '', 0, '?'),
(0xc0ce3b72a05130c6d4d21b732e7081da, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Common/Collection.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Common/Collection.php', 0, 0x2e06f9750833303548fe7d92bbf7d780, 0x2e06f9750833303548fe7d92bbf7d780, 0x857add3c94d96667c4dd86aad50fedc0548f45336bbcb180bac71f7851643233, '', 0, '?'),
(0x246014cad229c4b3c9144c24d90e2678, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Common/Event.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Common/Event.php', 0, 0x47a7f1e140f79a9385a4aba9a8f7850f, 0x47a7f1e140f79a9385a4aba9a8f7850f, 0xf36f985dfeea5c4beadfa0f91d60efcbe6cc90b17c144561a1d0d29b41ffc391, '', 0, '?'),
(0xfc8d9a6c3595cea8a1db730d8a476d6a, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Common/Exception/BadMethodCallException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Common/Exception/BadMethodCallException.php', 0, 0x1a9fdd17e8d260f2232806b7631a51a8, 0x1a9fdd17e8d260f2232806b7631a51a8, 0xee6f386b88372e4aae9c47f3b52edd8b9715ac7ef2ec1c977951971d35996532, '', 0, '?'),
(0xac68e6551810db3865b46ec2aa4fd02c, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Common/Exception/ExceptionCollection.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Common/Exception/ExceptionCollection.php', 0, 0xb101c1f35d8e3a48d34d1e91e133cd54, 0xb101c1f35d8e3a48d34d1e91e133cd54, 0x10dbccdb76de5c4812ade4cacbd03e0ef8ab2fd9e63da9a19c5c93038bb5cbfa, '', 0, '?'),
(0xb45cc9d679b8d9ba844f017fddc8875e, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Common/Exception/GuzzleException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Common/Exception/GuzzleException.php', 0, 0xef5dc9a1c37d37538105873a3c089f57, 0xef5dc9a1c37d37538105873a3c089f57, 0xd3d1bcac6f76322be84368ac365892f9a37a2770eeba0181cae609d718b4cc2f, '', 0, '?'),
(0x147e435fc5f29ffe1e64a21fc6731a28, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Common/Exception/InvalidArgumentException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Common/Exception/InvalidArgumentException.php', 0, 0x7a7b508adad93318382ee69e862369af, 0x7a7b508adad93318382ee69e862369af, 0x55e9c17e2fa31cd8f5e6917442a65c70790f66dc4bf6f4ac574029c2f334a4c7, '', 0, '?'),
(0x889baf4ed905146da61037baf75734a0, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Common/Exception/RuntimeException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Common/Exception/RuntimeException.php', 0, 0xc459cf7f400981163a2255671a9bfc5b, 0xc459cf7f400981163a2255671a9bfc5b, 0x474c92f8998ab30cf9cb83e94d3e0bf2d163a68b24b343f1f608d2c0efc9d857, '', 0, '?'),
(0x72c346fbd2f529306d7671bd6e0950aa, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Common/Exception/UnexpectedValueException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Common/Exception/UnexpectedValueException.php', 0, 0xe1f72031cdbe6f4b764f1ef8c9b9fc77, 0xe1f72031cdbe6f4b764f1ef8c9b9fc77, 0x97e3862574ce2261cb95349c2d8d45762ae6738a7e8e440def68370f669551d4, '', 0, '?'),
(0xdeec22c8f2744a52316edadafe15b6d3, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Common/Exception/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Common/Exception/index.php', 0, 0x3b49614656fc01edcabc971951cc25eb, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x4fed2c4b3305cb6d22abe0329deb2347, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Common/FromConfigInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Common/FromConfigInterface.php', 0, 0xa1120896ea74bcc1e8c37e5bd240ca4a, 0xa1120896ea74bcc1e8c37e5bd240ca4a, 0xeea2d5f05bf39ab7f0e0826dbee0b24949b890998bbd3e4fd84d934b9752be0b, '', 0, '?'),
(0x681f518e80547c1056a0f6fec80d9860, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Common/HasDispatcherInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Common/HasDispatcherInterface.php', 0, 0x1dd3e183fd7ab195eeddd0fda4b15815, 0x1dd3e183fd7ab195eeddd0fda4b15815, 0x241051672d3e46ac953323de59ca9a4e809f7b319ce6087b5c3a27681c4fddba, '', 0, '?'),
(0x4633598b9575628f7c9b1d90ac5e3868, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Common/ToArrayInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Common/ToArrayInterface.php', 0, 0x467dc2d1f59c61b43f3a1ba64a6484c8, 0x467dc2d1f59c61b43f3a1ba64a6484c8, 0x136f0f8b9a28c56bf1a56e6880a0a5ddd74a49215df704bbee3adf4d79adb23e, '', 0, '?'),
(0xd49148cace8f7428e7d93dd2dacdcdf9, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Common/Version.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Common/Version.php', 0, 0x6a9b8b14dd321aff008c8cca598b72fd, 0x6a9b8b14dd321aff008c8cca598b72fd, 0x1b3a16ea88693bae1a742f275f7c05f54ed1647b751527b8e66f76fb6637ea85, '', 0, '?'),
(0xafce4b3ebdaf71fe06d7439f0045dcc8, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Common/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Common/index.php', 0, 0x3b49614656fc01edcabc971951cc25eb, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x02c3e06d3a8043b2c5b90688cfe11294, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Http/AbstractEntityBodyDecorator.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Http/AbstractEntityBodyDecorator.php', 0, 0x151d220fbf32b7bf87d17b1399259c61, 0x151d220fbf32b7bf87d17b1399259c61, 0x2a5ae6fea552d9099c1cafa926412321447258e32e1b975c61f70b85a8051881, '', 0, '?'),
(0x3b90c302e22c54f30088899616bd618e, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Http/CachingEntityBody.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Http/CachingEntityBody.php', 0, 0x093f207d9efab0e5ee23388bb646efa5, 0x093f207d9efab0e5ee23388bb646efa5, 0xf248b1e8d3e78d4e7d7090d0b5b25246ba2e5042d9f32a8f1ff6e4688d21ba38, '', 0, '?'),
(0xeebd348456078d0289fda2e4c1f18907, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Client.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Client.php', 0, 0x1746b0ab2fd567d0fa83aea2ad23719a, 0x1746b0ab2fd567d0fa83aea2ad23719a, 0x841fdb44b901142891ee141b8970f9169e17e8e5d19d13cf4e95ee75085f8565, '', 0, '?'),
(0x681ba749c59c37d8577e5951417a8b79, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Http/ClientInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Http/ClientInterface.php', 0, 0x40f9e9837eb6b67c3ae1d34f368f0e81, 0x40f9e9837eb6b67c3ae1d34f368f0e81, 0x72772a7545cd7e39452ffd08e8a80e48fa8a9d6d75b59b2cd44f27b6ade56643, '', 0, '?'),
(0x46c7e3d1478300226fde890e4a961877, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Curl/CurlHandle.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Curl/CurlHandle.php', 0, 0x3c1fb2786045b28630e07a268887eb5c, 0x3c1fb2786045b28630e07a268887eb5c, 0x45ed386478d2fa07b9a43718381595c377ac63ae2f4c665ea008dcc1c692180b, '', 0, '?'),
(0xe6a8dbc92cf9ada8b639118f66bb214b, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Curl/CurlMulti.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Curl/CurlMulti.php', 0, 0x30c278a4c53a34a03921e8c0f1109767, 0x30c278a4c53a34a03921e8c0f1109767, 0x14c2a59151febfbebf206e24603776b04b8a12fdf355f8d0a00cb157a9ddc557, '', 0, '?'),
(0x8eda4e6ed0e11f60c575f02063971cf6, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Curl/CurlMultiInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Curl/CurlMultiInterface.php', 0, 0x5b1a6babdc8c115ffaaf6984c94c4d59, 0x5b1a6babdc8c115ffaaf6984c94c4d59, 0x72d75bb5122e336372a2490d5058a191e7ad2934bed30f643037764331f60b73, '', 0, '?'),
(0x50adfbc07bebb52d654815bb5da107a6, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Curl/CurlMultiProxy.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Curl/CurlMultiProxy.php', 0, 0xc608b13814aae260431379843b4bf79a, 0xc608b13814aae260431379843b4bf79a, 0x6d875e7b16c8d85ca887cd02af8e5b46f9fba4425e2c2d7e9d3b6bbf0f6c2c34, '', 0, '?'),
(0x47c6462e29026ce17019b0da7ec418ca, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Curl/CurlVersion.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Curl/CurlVersion.php', 0, 0xab4e071faed8ce4411abf8b8c20d48ef, 0xab4e071faed8ce4411abf8b8c20d48ef, 0x1a4960c1a791d3aa6350a741dbf4a12ceedb9af6ede4ccbab2fc5fba169c28d9, '', 0, '?'),
(0x8faebb83e39c83d7d211427fd558724c, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Curl/RequestMediator.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Curl/RequestMediator.php', 0, 0xee4f3e47c52d17aa1fc13ad6b4a65bad, 0xee4f3e47c52d17aa1fc13ad6b4a65bad, 0x04c38e2f9b9ddf028f7b07af24d49cfffe7b9aca31f29aa8beef49e1698ad283, '', 0, '?'),
(0x5f4d9cd2c008110bb575e2d47f62d525, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Curl/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Curl/index.php', 0, 0x3b49614656fc01edcabc971951cc25eb, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0xa96c97000a910884ea99e437f4649d71, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Http/EntityBody.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Http/EntityBody.php', 0, 0xeec8a0d5d1c3ee87868f702635b7cb2c, 0xeec8a0d5d1c3ee87868f702635b7cb2c, 0xa64df596e2452f60544664d67deb2cf4b9c344d7cd8f8f5a01d5566e1aa8e488, '', 0, '?'),
(0x07804a87fba78fc692ade3ad2d3180a7, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Http/EntityBodyInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Http/EntityBodyInterface.php', 0, 0x162dffc3294d6425fb5a10023f918400, 0x162dffc3294d6425fb5a10023f918400, 0x2bb87b11304f878d5d67f9f202beb4206a4d291187d3e673c4f33944454ff61a, '', 0, '?'),
(0x00c69fb06b0d81e17af95009ab9cc788, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Exception/BadResponseException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Exception/BadResponseException.php', 0, 0x583ee647de4c367f8af96f189fc10acc, 0x583ee647de4c367f8af96f189fc10acc, 0xe5bbf2863709fb05b0d0c8ae2efd553755e3f065cc608c3a35d5a912df81ec19, '', 0, '?'),
(0xc61901b5e771b5930ff29267ec2b034e, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Exception/ClientErrorResponseException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Exception/ClientErrorResponseException.php', 0, 0xa87cba86fabf1dd3b8aaae4ce9b8821c, 0xa87cba86fabf1dd3b8aaae4ce9b8821c, 0xd97f25b861261dda670fa4688743530770f8389da95d37b4a55e3de7a813d2f0, '', 0, '?'),
(0x4b2d34dd8eae2896b3eb4c44664970d6, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Exception/CouldNotRewindStreamException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Exception/CouldNotRewindStreamException.php', 0, 0x4c5d7e3573923459215a0f4298599b00, 0x4c5d7e3573923459215a0f4298599b00, 0x410b778b41f02fc78c11ff6b9ce56a7c16970c8b2459f3114d7a4a7146f0e969, '', 0, '?'),
(0xb3af082c7e1ef2dd36f83431afb0ec99, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Exception/CurlException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Exception/CurlException.php', 0, 0xdfe18c6f0620531dc8f2bbf74115a24c, 0xdfe18c6f0620531dc8f2bbf74115a24c, 0xc379fec368cffcc84d2364a4ada1af854668348cd49fdf6806b8c87c1ae91172, '', 0, '?'),
(0xa922729267cdeeeae34da240dac4d0d9, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Exception/HttpException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Exception/HttpException.php', 0, 0x27d26761ab558d5030e6d3be4c99e7ed, 0x27d26761ab558d5030e6d3be4c99e7ed, 0xc0b6a858e0a4bc9bf22b1d7d4875534276bd400945eedb86691733db73292035, '', 0, '?'),
(0x47bdb3334de2d46a560614134c2df97d, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Exception/MultiTransferException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Exception/MultiTransferException.php', 0, 0x7dae143464093a3243ce728528a65686, 0x7dae143464093a3243ce728528a65686, 0x1aea053bd083e3ce76238bbb81487348d2bd5b4972c36f32f2bfd7c3928fecb1, '', 0, '?'),
(0x2d2bf45631f14350156bb46ee48d420c, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Exception/RequestException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Exception/RequestException.php', 0, 0x3016f1920c3e583c147b3a1ade8809a9, 0x3016f1920c3e583c147b3a1ade8809a9, 0xdb5ef878a8b4f18db9fd677ab4e4d23936beabe4475ea6d371ea02bc01ee34e0, '', 0, '?'),
(0x4579ade62286abc951a47fb10b964c60, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Exception/ServerErrorResponseException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Exception/ServerErrorResponseException.php', 0, 0x8a77d17426c7e6a971ac4d7bbb41e2db, 0x8a77d17426c7e6a971ac4d7bbb41e2db, 0xc27698b63bf32490ff8e0b7862cc6e41789a6e9eeceaa46d7a1cb02c475c5f69, '', 0, '?'),
(0x226663482879a7ffdf662190dc3a6ebb, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Exception/TooManyRedirectsException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Exception/TooManyRedirectsException.php', 0, 0xdef84f46e19fd34d9a0a1a760a16ab52, 0xdef84f46e19fd34d9a0a1a760a16ab52, 0x9148d8c8dd83463aae9ecf4a0efb83f24ad1b400a6329dbd5a45a3238dac6f8c, '', 0, '?'),
(0xdd55b544d61e7b15bc658c47480637af, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Exception/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Exception/index.php', 0, 0x3b49614656fc01edcabc971951cc25eb, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0xd05028b202e6ba8354427ebf80d5671a, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Http/IoEmittingEntityBody.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Http/IoEmittingEntityBody.php', 0, 0x6156d5acc63927ec54e4bd7b776d27b4, 0x6156d5acc63927ec54e4bd7b776d27b4, 0x2d002c8f1507e76a6c3620aa0b99aeda3db85dca7badee0f4521214dea949b5c, '', 0, '?'),
(0x9e9dee126fce68f446762037ee5e9f05, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Message/AbstractMessage.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Message/AbstractMessage.php', 0, 0x8e653551023cbbce27e9bd7dc55f3e10, 0x8e653551023cbbce27e9bd7dc55f3e10, 0x1e428a2023a7fd53c6351aad0c6b62bcc9d86f02ba02033f6ddc9a37fae15bb5, '', 0, '?'),
(0x9d64459d723edbe2ceeb6dab75f2c963, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Message/EntityEnclosingRequest.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Message/EntityEnclosingRequest.php', 0, 0xcca8aa7ec55b06f1676194ca9d2ef74b, 0xcca8aa7ec55b06f1676194ca9d2ef74b, 0xd9077a97c71907bfd78482eefcb934efcaf20ff162dc17f06ab7d88c1a94e069, '', 0, '?'),
(0x4b427fb43b8af3ded5413b1042f3e523, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Message/EntityEnclosingRequestInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Message/EntityEnclosingRequestInterface.php', 0, 0xbe6d76a87ede9581bc2064276942bb76, 0xbe6d76a87ede9581bc2064276942bb76, 0x4ba5e737c502a20c51193cd21dd451adc9f54d62b44dc3d390771f593a0ec27a, '', 0, '?'),
(0x87a94ba943d205f576cf6d5ac3f7c324, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Message/Header/CacheControl.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Message/Header/CacheControl.php', 0, 0x42ec6efb62c175774866e19a5050899c, 0x42ec6efb62c175774866e19a5050899c, 0xc60a271a8ab271345702e92e76fb084afd1c37dc4a49299e2fa8c0ba4b0699fc, '', 0, '?'),
(0x15b31df21ca5e013ed413b557cba9015, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Message/Header/HeaderCollection.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Message/Header/HeaderCollection.php', 0, 0x1395476084af1fbf3db30e1890900ac5, 0x1395476084af1fbf3db30e1890900ac5, 0xd48ab06bd4920786319903d98fc7c8116ed5076ea05c701d3592f4472c59c23c, '', 0, '?'),
(0x45b3b209ee6a50f0502c22fcbf20f255, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Message/Header/HeaderFactory.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Message/Header/HeaderFactory.php', 0, 0xa7f564e98d40bcd51747c4f3060893cf, 0xa7f564e98d40bcd51747c4f3060893cf, 0x173c0194654d18212047eb624a500af497a9d531cba735f34541b5be16a1706b, '', 0, '?'),
(0x57b7a9bdbf19cc23c53c1e6ca46f3111, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Message/Header/HeaderFactoryInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Message/Header/HeaderFactoryInterface.php', 0, 0x04973d39045816203df97636ab8b9586, 0x04973d39045816203df97636ab8b9586, 0x1a226e050f9e88d17052a902cb268904023b57a0943e9df15791e3ef301e73da, '', 0, '?'),
(0x55cce4c0a577e27401fc3197b9c37a3b, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Message/Header/HeaderInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Message/Header/HeaderInterface.php', 0, 0x08b9b2af9cdf03bdd6a702f913e6126a, 0x08b9b2af9cdf03bdd6a702f913e6126a, 0xeb1fa29ec42c0d4c3c6e083c7056cb2edd8b49fda0ade92a7e3ca9c6f6cb4232, '', 0, '?'),
(0x4ec07d05b37b603abbd436feac582936, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Message/Header/Link.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Message/Header/Link.php', 0, 0x2dfbd1ffeb44596525094f1442977b29, 0x2dfbd1ffeb44596525094f1442977b29, 0x6c0a39997e2935a85094eb9327f71b491b14baddf85333a49c6e1cc7a0fc432e, '', 0, '?'),
(0xc200d39b91d0022edea4a40084168dcb, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Message/Header/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Message/Header/index.php', 0, 0x3b49614656fc01edcabc971951cc25eb, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x959e2c5e2b98ba495b539ad7770f6ca9, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Message/Header.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Message/Header.php', 0, 0xbb4a8abd49fd8113be61b25ff5c3d229, 0xbb4a8abd49fd8113be61b25ff5c3d229, 0x0f873f2e17eb3e28047dd9c60e45f05510492344cabdb4b34dfc63cff42a8fa7, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x75fbac99bc6b81594cf83978a11c930a, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Message/MessageInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Message/MessageInterface.php', 0, 0xe7648a42109ea75c9a7098d2f7d002f6, 0xe7648a42109ea75c9a7098d2f7d002f6, 0xd34e234d49460b5f30785a6265229eb2c8006cd8b3264ed68f09de5dc9fe3aa4, '', 0, '?'),
(0x972d25c91981f0496e228532b08a26a8, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Message/PostFile.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Message/PostFile.php', 0, 0x35eba3a233548c1acfb969729c76d725, 0x35eba3a233548c1acfb969729c76d725, 0x02eb62eb4197433b95385bc9d7a434dad2cbbcf3c8088cae1e45f2fa84253b1a, '', 0, '?'),
(0x3b3f8d32fe0d4c8e5f6ce4b24cefd7be, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Message/PostFileInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Message/PostFileInterface.php', 0, 0x02ecba4aae354090ae5723f723f99226, 0x02ecba4aae354090ae5723f723f99226, 0x2bdd7114a3dfa5f0121633ff4a1c4b69bf3952f18311c953d959c7b5cee9d9a2, '', 0, '?'),
(0xdd7a11fa08807643b0d4f645806e108a, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Message/Request.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Message/Request.php', 0, 0x8b455e549fc70361808e7c2313b84a88, 0x8b455e549fc70361808e7c2313b84a88, 0xb788332f8790afefab7609252ae5138105a407a1576607e54fda16fbd5a48280, '', 0, '?'),
(0x31382c216e226616579846ba91f24902, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Message/RequestFactory.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Message/RequestFactory.php', 0, 0xf336952510f31c1c3ab2deb08538b6db, 0xf336952510f31c1c3ab2deb08538b6db, 0xb7e033a759d2fb9b9366c592e6e98e8e83123ec75e272c40917553dfe6da63a4, '', 0, '?'),
(0xf6a15b0e0bfa78b0704bd9e8d370811b, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Message/RequestFactoryInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Message/RequestFactoryInterface.php', 0, 0xe286d573f670323d44d273a078898494, 0xe286d573f670323d44d273a078898494, 0x194cc2776f20e48d967905a8ce936b23dae9b0965b55ba9ed0f679ba830092d1, '', 0, '?'),
(0xd2e805eac6dbbbecafd7984d13ce30dd, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Message/RequestInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Message/RequestInterface.php', 0, 0xf3efae913dee54cfd8cfba419db71288, 0xf3efae913dee54cfd8cfba419db71288, 0x8c2afedf6cf72750de603df1a2fbf73a55478a850ba2d3f1375b7bb16221e944, '', 0, '?'),
(0x4db4f1576ee9b0fdb756ea0cf87a9951, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Message/Response.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Message/Response.php', 0, 0x2b48f7647066ed960ee570666c0e5525, 0x2b48f7647066ed960ee570666c0e5525, 0x473faacfe498b1b037802b95a841da1d903347fc3f5778c3ba7b7f5df6da520e, '', 0, '?'),
(0x1b76e11d50ef71ffcbf8c7b186f4818c, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Message/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Message/index.php', 0, 0x3b49614656fc01edcabc971951cc25eb, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0xe871e8bc901ea8fe54400160009365b7, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Mimetypes.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Mimetypes.php', 0, 0xdbba03eff9d0ec515e68c832f9ae527d, 0xdbba03eff9d0ec515e68c832f9ae527d, 0x43344db47b60e7f651aab8a2acf2a5d326763c95cfe280c67e5d0ea2ebdc1007, '', 0, '?'),
(0xb4af6b9ce1fce9c15a0ef87d01782003, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Http/QueryAggregator/CommaAggregator.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Http/QueryAggregator/CommaAggregator.php', 0, 0x6f183b6d454f99a3f93bcda96324fb51, 0x6f183b6d454f99a3f93bcda96324fb51, 0x847d6a6135b50fab50e63b9559edf589298d38fcbbb50114525cda73cc870e9c, '', 0, '?'),
(0xf9c1149c0fafc1a0ee1a6c1f561286c8, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Http/QueryAggregator/DuplicateAggregator.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Http/QueryAggregator/DuplicateAggregator.php', 0, 0x6c8680beabda96626b4072d601f4638f, 0x6c8680beabda96626b4072d601f4638f, 0x666379b8500b555a3603ad4063f5b5dc0e26eb719d1704c368b25f4d2e456713, '', 0, '?'),
(0xd348c74310000499a669bb2a352135fb, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Http/QueryAggregator/PhpAggregator.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Http/QueryAggregator/PhpAggregator.php', 0, 0xfee1f63eb7b9122e3e132e0e46b3511d, 0xfee1f63eb7b9122e3e132e0e46b3511d, 0x44d01614acf67c094087e8c0c4419521bc3bf4efb3c8e6637da1e5681284bc66, '', 0, '?'),
(0x038378ebfc048701ea93e1604ee8323c, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Http/QueryAggregator/QueryAggregatorInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Http/QueryAggregator/QueryAggregatorInterface.php', 0, 0x127786f2e349d7753e93715377b9ce2c, 0x127786f2e349d7753e93715377b9ce2c, 0x0a13b9f224b0257874619f2531b1c8077ba634a0284b05fb0e1764f6e493a736, '', 0, '?'),
(0x1aecda378c28726d810252683f43cee1, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Http/QueryAggregator/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Http/QueryAggregator/index.php', 0, 0x3b49614656fc01edcabc971951cc25eb, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x902c84bb86f90bf52ec98ea9542b66ff, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Http/QueryString.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Http/QueryString.php', 0, 0x053399625b241431cc5e6efd284a1233, 0x053399625b241431cc5e6efd284a1233, 0x5aa65528162ef5f8ac6361037b9a6db47cf7b2b2069d9212a4925b73173f4d4f, '', 0, '?'),
(0x4a45033bf206e3876227f11a75c75931, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Http/ReadLimitEntityBody.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Http/ReadLimitEntityBody.php', 0, 0x74c59a29342fe5f7b51f5891532dd387, 0x74c59a29342fe5f7b51f5891532dd387, 0xdb105adc0de1654e57446f32e34395c22db2c8a3eafb1eb84fcbd953124cf79e, '', 0, '?'),
(0x90fbbbf2284180b0f84c22ef000a5920, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Http/RedirectPlugin.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Http/RedirectPlugin.php', 0, 0x1daa93871c58941475849a081e2a8525, 0x1daa93871c58941475849a081e2a8525, 0x64e22e54620d1f81ad8da0c9d2bce53515f176397741412abbafb7e4ec3f0966, '', 0, '?'),
(0xa3675699e653eea363e67e80b3701b9e, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Resources/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Resources/index.php', 0, 0x3b49614656fc01edcabc971951cc25eb, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0xb651d0d8c66fc81cbc6f3a59a2331c82, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Http/StaticClient.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Http/StaticClient.php', 0, 0xbe48e7872001d8da98daeac667f4adcc, 0xbe48e7872001d8da98daeac667f4adcc, 0x728b637927f5e7212af57473a3cc3eb6a822380ffe345798c0150f7e64a0b8f5, '', 0, '?'),
(0x5be03ded8e1fac5e1c97a21bb1ff0116, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Url.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Http/Url.php', 0, 0x05324cae79b79988ae6b17f7a54b7485, 0x05324cae79b79988ae6b17f7a54b7485, 0xd2b6ed0582b74b771346a8757bcc10b6ab863f5d967bfe13d7481c8f38688aab, '', 0, '?'),
(0x6026b9aef83c443c3a496b4ae2d8e7d4, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Http/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Http/index.php', 0, 0x3b49614656fc01edcabc971951cc25eb, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x00e69b93213babd377ef8f386b11348c, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Inflection/Inflector.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Inflection/Inflector.php', 0, 0x39f271dc40003c54e9e01e713292a0e6, 0x39f271dc40003c54e9e01e713292a0e6, 0x326619f246998c27c2c194c920083a3b62d411115a6cba0352dc454cb9877ee5, '', 0, '?'),
(0xc841f5c2fcb5778a263f81bf16e445e8, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Inflection/InflectorInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Inflection/InflectorInterface.php', 0, 0x7fe4ec5ab85fc526dfa93762c0b27982, 0x7fe4ec5ab85fc526dfa93762c0b27982, 0x9de262ce9f79f13119fa3047bbe41b7dff9bd3eaca81cfd7556193f451ccefe3, '', 0, '?'),
(0x5c09a74f3a9ecf4e4beca320523d5f4c, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Inflection/MemoizingInflector.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Inflection/MemoizingInflector.php', 0, 0x71196dc15fb63259089cace3228ed5b1, 0x71196dc15fb63259089cace3228ed5b1, 0xcff3c14852639c5c10581bf9321c5f0c170ed12f2d3c36c023ff157b132379e1, '', 0, '?'),
(0xce48250ed74d9997b86431632bb2dfd6, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Inflection/PreComputedInflector.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Inflection/PreComputedInflector.php', 0, 0x062f9f58c50546525b7abc173aa1e2a8, 0x062f9f58c50546525b7abc173aa1e2a8, 0x5b9373a3c679409a38aae0711c3342178925807ffd4dce790df1e79748082428, '', 0, '?'),
(0x56d932d3f8afca493d5a4896f4f0a434, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Inflection/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Inflection/index.php', 0, 0x3b49614656fc01edcabc971951cc25eb, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0xc0bfe79191a9167b86cf0920a5c3c7aa, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Parser/Cookie/CookieParser.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Parser/Cookie/CookieParser.php', 0, 0xa8d2bf8311327df3c058932569074b99, 0xa8d2bf8311327df3c058932569074b99, 0x465e5211291b673ecfa1ad4b3afa6a58853f50e263e3443e5422a3f942497a04, '', 0, '?'),
(0x64915f0ea4951521ce757964cc53ecb4, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Parser/Cookie/CookieParserInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Parser/Cookie/CookieParserInterface.php', 0, 0x08a7ede577d4d0cc96a8dec970c581e6, 0x08a7ede577d4d0cc96a8dec970c581e6, 0x34d809ca49bf725d7dab276a72bf65dbd17486649034d146079675d6d6d95727, '', 0, '?'),
(0x67ae6db1e48b1e485566796a9ae89876, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Parser/Cookie/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Parser/Cookie/index.php', 0, 0x3b49614656fc01edcabc971951cc25eb, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x6a53b209819683c824c439ffa1fb589b, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Parser/Message/AbstractMessageParser.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Parser/Message/AbstractMessageParser.php', 0, 0x34dbca31f4988317715e529799c85c7a, 0x34dbca31f4988317715e529799c85c7a, 0x848c494c5b865249e3d579a6176c628ecd2be39120a05ea29e89e8cd8755fd9d, '', 0, '?'),
(0x2c278a45b7626057a9de257167147882, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Parser/Message/MessageParser.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Parser/Message/MessageParser.php', 0, 0xc9856f054e69a697dbdacf191ec83026, 0xc9856f054e69a697dbdacf191ec83026, 0x001d4273fcac18f605351945d28443923b4eebd5f72344a29d67dc96f75ccf67, '', 0, '?'),
(0x8b32ab2756f6df4b65e984e1a4503a48, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Parser/Message/MessageParserInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Parser/Message/MessageParserInterface.php', 0, 0x2095a61cc0db6013b5d868f50ba73901, 0x2095a61cc0db6013b5d868f50ba73901, 0x68ee824e02f57d0b70e0c9d4bff12bb52efe6f71dac1d1c337b83d5355ddfad0, '', 0, '?'),
(0x221871288cf38853b21f336a127e770a, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Parser/Message/PeclHttpMessageParser.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Parser/Message/PeclHttpMessageParser.php', 0, 0xd56e59ea64891def21dcef4770e64eb1, 0xd56e59ea64891def21dcef4770e64eb1, 0xf265091f66192f9dfa2fdc2fc7c97b11658b09781d233c80db4903f45c93c0f0, '', 0, '?'),
(0x4521425593325eb6ef26428f53f43579, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Parser/Message/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Parser/Message/index.php', 0, 0x3b49614656fc01edcabc971951cc25eb, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x11745e5d0b32afafe90e90dd136b5305, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Parser/ParserRegistry.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Parser/ParserRegistry.php', 0, 0xd0b218b6e66ccee244e9663e3b43bdec, 0xd0b218b6e66ccee244e9663e3b43bdec, 0xb9c58c958e64bb6fdf7c66cb75cbe2296745a7ac2d73738b3ab34964398b26fc, '', 0, '?'),
(0xce4fcdedd639d30da32d04d1a208dc81, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Parser/UriTemplate/PeclUriTemplate.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Parser/UriTemplate/PeclUriTemplate.php', 0, 0xfdb9c66f5587701b11ad6dd7e9be5109, 0xfdb9c66f5587701b11ad6dd7e9be5109, 0x688ab4762a955b8638ca417ce38b066b68c048e131996787d910eb8b7c2f183b, '', 0, '?'),
(0x6a8409cf2b575a09291d2511c6f3f1cc, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Parser/UriTemplate/UriTemplate.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Parser/UriTemplate/UriTemplate.php', 0, 0xcf1262c6eeafd8744fcdd1742e0863b1, 0xcf1262c6eeafd8744fcdd1742e0863b1, 0xe4ae7e894ddc9322664b92a680056306f61f35c3e7f5ce507d3553d3714de0f6, '', 0, '?'),
(0xdda983a6d40372e79e0be41b8907b0df, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Parser/UriTemplate/UriTemplateInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Parser/UriTemplate/UriTemplateInterface.php', 0, 0x17d2aa1f1a0a89bb820e3895e07fd80f, 0x17d2aa1f1a0a89bb820e3895e07fd80f, 0x71c7db58a8174ce0bda366d37633742db4bfecda65505d482dfb563721a81703, '', 0, '?'),
(0x5111c8d963e98fc2998ba10a41a28b27, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Parser/UriTemplate/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Parser/UriTemplate/index.php', 0, 0x3b49614656fc01edcabc971951cc25eb, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x54bbe52918aa71b162cb898c71572fd5, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Parser/Url/UrlParser.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Parser/Url/UrlParser.php', 0, 0x8bb2b3e3e544ddf37b4b33d2c59ef4c9, 0x8bb2b3e3e544ddf37b4b33d2c59ef4c9, 0x8ec281406567582e50e82fddcfd9e3b621f7f28037ee48c5b232b0c0994ddc68, '', 0, '?'),
(0x6ae75e598910c254ffa2a8e16f914124, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Parser/Url/UrlParserInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Parser/Url/UrlParserInterface.php', 0, 0xc1f58de4d85b01c58a283a4b4ce0eb6b, 0xc1f58de4d85b01c58a283a4b4ce0eb6b, 0x54688844cbf5b76f5494923aa17d3ae3ade101ff59e7ed1fcd6dd83524c6ef0a, '', 0, '?'),
(0x7a0046ffa17d921142d8fccf3fcc01a5, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Parser/Url/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Parser/Url/index.php', 0, 0x3b49614656fc01edcabc971951cc25eb, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0xbca85e468816bf0d12b84a0ffe405960, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Parser/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Parser/index.php', 0, 0x3b49614656fc01edcabc971951cc25eb, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0xe7ad986b52210765d3fc847459140021, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Plugin/Backoff/AbstractBackoffStrategy.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Plugin/Backoff/AbstractBackoffStrategy.php', 0, 0x6a9054b61079734dbd5cf7beed1389fe, 0x6a9054b61079734dbd5cf7beed1389fe, 0x4ad9776446ab1885e7969a3e590d4b89f54235ab766a5cbcf5a3973c44ce8db6, '', 0, '?'),
(0x403ccccc83cb99c81e645109ea8a49ea, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Plugin/Backoff/AbstractErrorCodeBackoffStrategy.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Plugin/Backoff/AbstractErrorCodeBackoffStrategy.php', 0, 0x481cd20babb6a621cff418fcb474bf33, 0x481cd20babb6a621cff418fcb474bf33, 0xaa8287558b621a7635af7be79d7915ba09f2a73ab3fe86be86d72506ac671466, '', 0, '?'),
(0xe52448c5d24c023d79ac8d7c484b9c00, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Plugin/Backoff/BackoffLogger.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Plugin/Backoff/BackoffLogger.php', 0, 0xc85d517d8aff60de6b5ebd26248c322b, 0xc85d517d8aff60de6b5ebd26248c322b, 0x17dc45b7332b0beada53cdee213bc9151cc533ac40d4cfc5caf0184d19e7f687, '', 0, '?'),
(0x07e971d87674a8b87c1f3744b5900956, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Plugin/Backoff/BackoffPlugin.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Plugin/Backoff/BackoffPlugin.php', 0, 0x0b428e126426d0f68f93b3405da80907, 0x0b428e126426d0f68f93b3405da80907, 0xf55772a9f6cc83f73d4a8f0526c74164559e658722431bf4ad302c972a67e21e, '', 0, '?'),
(0xe37f800d2967669b365647df56a4babe, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Plugin/Backoff/BackoffStrategyInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Plugin/Backoff/BackoffStrategyInterface.php', 0, 0xeadc64fcedd6ab19b6220c5a0fe7dd37, 0xeadc64fcedd6ab19b6220c5a0fe7dd37, 0x3efc965283bab355a5f20777598594a6d2c8891d1d11d7e566c827272dcaeb90, '', 0, '?'),
(0x440d749e9f9c30a0d847a7bb2031bd8c, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Plugin/Backoff/CallbackBackoffStrategy.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Plugin/Backoff/CallbackBackoffStrategy.php', 0, 0x81ab27f6404e42890da2fdba38787585, 0x81ab27f6404e42890da2fdba38787585, 0x39565eb136e12e433cfb908e1f499b8dac1dda2cbf2b3d88f7bfce1c08c024c1, '', 0, '?'),
(0x55ed7598d707cb95319790fd8c03c293, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Plugin/Backoff/ConstantBackoffStrategy.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Plugin/Backoff/ConstantBackoffStrategy.php', 0, 0xab987c7d6e9bc73c4dad4e15c1b1c0e4, 0xab987c7d6e9bc73c4dad4e15c1b1c0e4, 0x738c7403f9dc803e3622423a828b29084a8418a0ab933a64ecb695678bf72ae8, '', 0, '?'),
(0xa194adbd42aab572d4b60313a28644d0, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Plugin/Backoff/CurlBackoffStrategy.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Plugin/Backoff/CurlBackoffStrategy.php', 0, 0x64ef6fcda13d1eae018daeb190ffd5f8, 0x64ef6fcda13d1eae018daeb190ffd5f8, 0x0658401596c7ad06f9872a25b14c7a38c44d17e4e2b2f84bedd53631e6690a57, '', 0, '?'),
(0xd94ebd7d983c321d57f84c4cc92bc3d1, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Plugin/Backoff/ExponentialBackoffStrategy.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Plugin/Backoff/ExponentialBackoffStrategy.php', 0, 0x9e49bf1707189dbcd46d4b03fb113f60, 0x9e49bf1707189dbcd46d4b03fb113f60, 0x7451be286c30d5825c6d80557648e5342d31b2d1f1c493c184d202ecb331b742, '', 0, '?'),
(0xe872681d638691b5dd474d34114a44a4, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Plugin/Backoff/HttpBackoffStrategy.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Plugin/Backoff/HttpBackoffStrategy.php', 0, 0x570efa41f8455318b69c8b5b31462fa0, 0x570efa41f8455318b69c8b5b31462fa0, 0x90c7314ceb97cef366009f294bea5be99a7eab784ad14f0b5c83a0e575425ef3, '', 0, '?'),
(0x218bddf040c904783e5ee31bb924c702, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Plugin/Backoff/LinearBackoffStrategy.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Plugin/Backoff/LinearBackoffStrategy.php', 0, 0xa359363c02b9d0be455e0f165f694812, 0xa359363c02b9d0be455e0f165f694812, 0xb0e217e527a06416043b69b6db9dc7da55f22a4cb65151098b58cb686936263c, '', 0, '?'),
(0xcdf60070ab427f02545856da4cb61f49, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Plugin/Backoff/ReasonPhraseBackoffStrategy.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Plugin/Backoff/ReasonPhraseBackoffStrategy.php', 0, 0xdea87b68c1aa874c98b002df95258e0c, 0xdea87b68c1aa874c98b002df95258e0c, 0x1d4234159cfce4e109032774b0d6735fa42bc0b5b2e9a956d0b2da94457312a2, '', 0, '?'),
(0x65301820c38f67f1b719d113ea699b5c, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Plugin/Backoff/TruncatedBackoffStrategy.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Plugin/Backoff/TruncatedBackoffStrategy.php', 0, 0x4c8f1c13a4303ecada6e1bcb11a2bc04, 0x4c8f1c13a4303ecada6e1bcb11a2bc04, 0xb6456a46acfd1d90ed466d3b998793d7c5e7a67766bfa2d84bb66e28a4994798, '', 0, '?'),
(0x145ef62ca020eebb9e4e5140e9480050, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Plugin/Backoff/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Plugin/Backoff/index.php', 0, 0x3b49614656fc01edcabc971951cc25eb, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x35db0b28824cf230ac41415b5fd1cde4, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/AbstractConfigLoader.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/AbstractConfigLoader.php', 0, 0x0157b3e5ea4709d13dc28a3754b7204b, 0x0157b3e5ea4709d13dc28a3754b7204b, 0xf93f207d0d15749e9e9996e4064a92f1bc00936963cdcd8789c046348f6b40fd, '', 0, '?'),
(0x98d7b40952017ff1ea0b49cbcbd2a3ad, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Builder/ServiceBuilder.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Builder/ServiceBuilder.php', 0, 0xd6c3968165883683b30f78d45b5f53af, 0xd6c3968165883683b30f78d45b5f53af, 0xb5a93fc34f38db3e7cf411beca0be7a15ba50ea2f57d18993fbe6c3cecc8fe29, '', 0, '?'),
(0x93b9fbe884c6dd606d52c53b4a3e574b, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Builder/ServiceBuilderInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Builder/ServiceBuilderInterface.php', 0, 0x8a74c44d1cfb3ba08079587f814b4b7a, 0x8a74c44d1cfb3ba08079587f814b4b7a, 0x9a8ddfe7b9c2d429d9fa629cea446461cadc6c91f3e602accb9f05fc882b4ca7, '', 0, '?'),
(0x0941a457c507219fcd49a89abafe1411, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Builder/ServiceBuilderLoader.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Builder/ServiceBuilderLoader.php', 0, 0xb6814a815bd6a31aeedc187866b923eb, 0xb6814a815bd6a31aeedc187866b923eb, 0xc39dde43d2d7f75ff8d304dff4df69d407f502472ab4d47e0321c36ed4fd0382, '', 0, '?'),
(0x0ab35d4b8bc7aa0e0004eeb5bf174147, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Builder/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Builder/index.php', 0, 0x3b49614656fc01edcabc971951cc25eb, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x33bbe260c1b94d39e582a0bc9c57fa14, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/CachingConfigLoader.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/CachingConfigLoader.php', 0, 0x1d733ce113eafd34f915afb23d533024, 0x1d733ce113eafd34f915afb23d533024, 0x0dfd9ddb2ed9252748fd2fb468d7d789820b56b17d20bb2aac41e10741c05c62, '', 0, '?'),
(0xb89a82c637b363a866b46626de26138c, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Client.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Client.php', 0, 0xf222dfcf42c8a3865f2f8e886aa946c3, 0xf222dfcf42c8a3865f2f8e886aa946c3, 0xdb9379ff44cc27496a7d762c98f10abf15c5868d0991beb2fe6100c86f80659a, '', 0, '?'),
(0xa2bafa53af0a94eaac68ecbf8b5514e3, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/ClientInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/ClientInterface.php', 0, 0x1a8316fc34a89c95e93b5ba5028dd5e6, 0x1a8316fc34a89c95e93b5ba5028dd5e6, 0x78c26587d2e5f5b9ea6f2dda4f0b2e0cd116b5f549ef7032d7377fff02998a13, '', 0, '?'),
(0x197be335abc51eb67d3cfd59fbd22ba6, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/AbstractCommand.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/AbstractCommand.php', 0, 0x770a9cf503cf4354a27b7feecf079848, 0x770a9cf503cf4354a27b7feecf079848, 0x20c9823d61922cb99fa7fb0a5535649f8cffce31ca7458f592c2ab5e2da028be, '', 0, '?'),
(0x8f60e00d2e2f46e3364eda286a6f03f9, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/ClosureCommand.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/ClosureCommand.php', 0, 0x210842f5e6eccbfff4abb1c6116adf24, 0x210842f5e6eccbfff4abb1c6116adf24, 0x1cd4b6d0ddfa4dde9086c6233e00b460ae5629c241e366e0901434b4f349e382, '', 0, '?'),
(0x2f499109b3dfc795d628c4b0aa64cd8d, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/CommandInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/CommandInterface.php', 0, 0x6b47735d4f7cc76c18b38cd8540323eb, 0x6b47735d4f7cc76c18b38cd8540323eb, 0xa0023124da854a2a6bd3dffc7f4a6c3d09ecc7f6afa75b08416d062a8085098a, '', 0, '?'),
(0x4853aa9ccffcc270d57d7c18b68b9c05, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/CreateResponseClassEvent.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/CreateResponseClassEvent.php', 0, 0x4b3caf7abcffcc3d3037dc53f252c38a, 0x4b3caf7abcffcc3d3037dc53f252c38a, 0x5ee9b16aa4dcd33609d40617869cb8b17c149cf14e74398c62d69d9e9cbff9bf, '', 0, '?'),
(0xfbac5e72d42448e8a84f2dbc851ce913, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/DefaultRequestSerializer.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/DefaultRequestSerializer.php', 0, 0xbf443b6d2f54ca67447397357402c574, 0xbf443b6d2f54ca67447397357402c574, 0x5d0570492627314db810bca7c8cc49b342da3bc5e16eb32b0308611ed3e221de, '', 0, '?'),
(0xf427196aa378fd3bc259a08beff551b4, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/DefaultResponseParser.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/DefaultResponseParser.php', 0, 0x7ea5b7217229d7918857242da98ed270, 0x7ea5b7217229d7918857242da98ed270, 0x6a233d8322d4e6cc4e1539584942da31a8b40a0443cb95311c89a248fa7d6c45, '', 0, '?'),
(0x9696c20ff81bdb6a801525fc7c9d89c8, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/Factory/AliasFactory.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/Factory/AliasFactory.php', 0, 0x7caff6c8334b56be44b30bfb97c09c64, 0x7caff6c8334b56be44b30bfb97c09c64, 0xd15307aec17b04bbfa1f4fefb2e533963be87d070f4309611d8f6a6ece03f932, '', 0, '?'),
(0x778149ae2834df6ec3a3246ff4879f8e, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/Factory/CompositeFactory.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/Factory/CompositeFactory.php', 0, 0x7bee7761171120ae9ba800989ae4c9ad, 0x7bee7761171120ae9ba800989ae4c9ad, 0x6ee8f0a1f326da8bb81f13c9233dc4024e0ff7b74821dbd718005252f335bc13, '', 0, '?'),
(0x7ab1bd0bad5c2bb98907150e854149ae, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/Factory/ConcreteClassFactory.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/Factory/ConcreteClassFactory.php', 0, 0xa901e50771e3ac8e531ab8d5bea366d9, 0xa901e50771e3ac8e531ab8d5bea366d9, 0x1549a1508e0772931afcfcc02c1b904f53373bdbb043143db699ebe3b7221ea0, '', 0, '?'),
(0xe62b161f22ec8c99e84d067616428781, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/Factory/FactoryInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/Factory/FactoryInterface.php', 0, 0xecb0597a224a0b5fa8b63501245bdb50, 0xecb0597a224a0b5fa8b63501245bdb50, 0x9a801bd70ed2fb37327a7fd12fb982ca116cc350b6285f503fa5220c5841c628, '', 0, '?'),
(0x9d0ecd764579d88300f7e6f98f26bc3c, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/Factory/MapFactory.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/Factory/MapFactory.php', 0, 0xcd27364cb41bf77caf1db31992a08d37, 0xcd27364cb41bf77caf1db31992a08d37, 0xe412ebcfd1dceb9b32d88857487fab7369e275dcfbf298934bbe9db8b3cb2855, '', 0, '?'),
(0x7f9a3179ad31778a039420091af33023, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/Factory/ServiceDescriptionFactory.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/Factory/ServiceDescriptionFactory.php', 0, 0xaa54bdda9f972840d966ba0516107067, 0xaa54bdda9f972840d966ba0516107067, 0xa3fd2c1e7b3a92c0b41246ca429a995f69ce76115a15fa9d10f936e9756209a3, '', 0, '?'),
(0x129c0797a6a7c5ba670029573a2bb79e, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/Factory/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/Factory/index.php', 0, 0x3b49614656fc01edcabc971951cc25eb, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x6d6177b23d9fb1036748a19ef6a61f39, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/LocationVisitor/Request/AbstractRequestVisitor.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/LocationVisitor/Request/AbstractRequestVisitor.php', 0, 0x3d7b951f0efddd4e331ebd91a42ed92c, 0x3d7b951f0efddd4e331ebd91a42ed92c, 0xf9b41057836c2c12460c4db0b1520cb7cad14ef81a429f116b775e7c184ec6ab, '', 0, '?'),
(0x39c0e9bec892c15cb96653d816c9f2ac, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/LocationVisitor/Request/BodyVisitor.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/LocationVisitor/Request/BodyVisitor.php', 0, 0x1cfdc391b01afeb21ed057c316e583ab, 0x1cfdc391b01afeb21ed057c316e583ab, 0xdc07a549177729f09f9f14881e3431542dc37fc25aa98724d5165bdc5b41bad8, '', 0, '?'),
(0x838bac6241f951cc61e43afb28f9810d, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/LocationVisitor/Request/HeaderVisitor.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/LocationVisitor/Request/HeaderVisitor.php', 0, 0xf660908ee76d877b5523cec0689865e2, 0xf660908ee76d877b5523cec0689865e2, 0x1c070d17350038c5b9e8c11b5f147e40ff3cd84b6f25527c1c5f7a1141f659ea, '', 0, '?'),
(0x80014d2f8aaa7e4753104ffaf8a8b102, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/LocationVisitor/Request/JsonVisitor.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/LocationVisitor/Request/JsonVisitor.php', 0, 0xe773cf871613b4727d841792af4f3b36, 0xe773cf871613b4727d841792af4f3b36, 0x37ca605a7ff74edc7cf803a29a616f271715d539b557b8a1eb76266f0babef02, '', 0, '?'),
(0x2639381696d7f73e65def03d52058fb7, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/LocationVisitor/Request/PostFieldVisitor.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/LocationVisitor/Request/PostFieldVisitor.php', 0, 0x985a6129e1dbfea5d69e957256a29f8a, 0x985a6129e1dbfea5d69e957256a29f8a, 0xf20a5354b678f28f2988ad7be3b0dada2467fde4640b09147c6491a39fd13c7c, '', 0, '?'),
(0x9334e64420e36aaed77ac7170841952e, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/LocationVisitor/Request/PostFileVisitor.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/LocationVisitor/Request/PostFileVisitor.php', 0, 0xea64e7a4b2f60946af3225f6ca5c6460, 0xea64e7a4b2f60946af3225f6ca5c6460, 0x14e41c4e80d9a1d28d49be6aab00ddc98a029f6ca7c9e620e84a9f2179617f2d, '', 0, '?'),
(0x6595b18001a7e38e9410ace12df9f730, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/LocationVisitor/Request/QueryVisitor.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/LocationVisitor/Request/QueryVisitor.php', 0, 0x1a27f95eac4e57f3a78b2577f664491e, 0x1a27f95eac4e57f3a78b2577f664491e, 0x8f6cb768c89ba8023bcd98c80cf79ee819da59e75f201f7c436e2ac28c40f2f2, '', 0, '?'),
(0x65f8dddd64e210fe9d0f063557bbae39, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/LocationVisitor/Request/RequestVisitorInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/LocationVisitor/Request/RequestVisitorInterface.php', 0, 0x2e28213e058d1b41b48b6ef4bc233c47, 0x2e28213e058d1b41b48b6ef4bc233c47, 0xb4df107b4cf1599656dc723f4fbbe5aea4c05ca7bad8b6accdff93c70300ae8b, '', 0, '?'),
(0x55c10589fe062b8f5f679e5c866dbdb2, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/LocationVisitor/Request/ResponseBodyVisitor.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/LocationVisitor/Request/ResponseBodyVisitor.php', 0, 0x39c4740cf60ab69c1f65fece5d4b7e2c, 0x39c4740cf60ab69c1f65fece5d4b7e2c, 0x45f44632730f2f60100a06ba5d58c78bb86be7f3c8ba16d57a85da073d7b4912, '', 0, '?'),
(0xb6137ee7ce24e8d96ea50b140e7d540a, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/LocationVisitor/Request/XmlVisitor.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/LocationVisitor/Request/XmlVisitor.php', 0, 0x428383a5260b3776ef73c6da2c1c2eb3, 0x428383a5260b3776ef73c6da2c1c2eb3, 0xe36862b8ec41a67fa3a4350482ea9b1294f429beacb7c40a927d04a8aada53d8, '', 0, '?'),
(0x7126218ecfcf165838374e5e5491836a, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/LocationVisitor/Request/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/LocationVisitor/Request/index.php', 0, 0x3b49614656fc01edcabc971951cc25eb, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x6aac8e92aa59b3d1c06d862fe574096a, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/LocationVisitor/Response/AbstractResponseVisitor.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/LocationVisitor/Response/AbstractResponseVisitor.php', 0, 0x7da865f9ace5fa6555584e2a24db54ef, 0x7da865f9ace5fa6555584e2a24db54ef, 0x84931ad709b8342402541e5cbaa04fea7ef84b3dee34f64b6adf875c0a09b1c6, '', 0, '?'),
(0xbe804d1c282f2aad254ba93fc13f6f79, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/LocationVisitor/Response/BodyVisitor.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/LocationVisitor/Response/BodyVisitor.php', 0, 0xddac8e715dd37f62c1735abd7b1a6afa, 0xddac8e715dd37f62c1735abd7b1a6afa, 0x03cf2f7d6ec93f114cfc041aace94f7da747f5bccc34f377e42574c47bfabd61, '', 0, '?'),
(0xf0480147a16ebf4f9d746dc246d0c55e, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/LocationVisitor/Response/HeaderVisitor.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/LocationVisitor/Response/HeaderVisitor.php', 0, 0xaf4ef2f781e0ddc925d6c1ea5a523966, 0xaf4ef2f781e0ddc925d6c1ea5a523966, 0x251b94cf720a0b4bad1d61d2dddc55e61fe0d30564ca649b239e7a9fb393355a, '', 0, '?'),
(0xfddf216d0e01bdae382a21e1cadb73da, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/LocationVisitor/Response/JsonVisitor.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/LocationVisitor/Response/JsonVisitor.php', 0, 0x08bfd8eadd24caa7581c5492cd0855f8, 0x08bfd8eadd24caa7581c5492cd0855f8, 0x3a375e6881f882859ffc97cfccfe25ccbca4388ebf1aae72ef595aac212b1cb2, '', 0, '?'),
(0x35ab9d1edc48acd1de01df2030d2611f, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/LocationVisitor/Response/ReasonPhraseVisitor.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/LocationVisitor/Response/ReasonPhraseVisitor.php', 0, 0xc0f159ff78767335a4c47b6024c0f00e, 0xc0f159ff78767335a4c47b6024c0f00e, 0x7d309ee4bdcbaf72ccb2a0af5de37f1c3454ae459e8a0ff954154cef2dadc503, '', 0, '?'),
(0xc8d384fb0fa2d09a143cfae21e4cdb19, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/LocationVisitor/Response/ResponseVisitorInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/LocationVisitor/Response/ResponseVisitorInterface.php', 0, 0x9827bcf7a6fe3385d6542d4e6f086132, 0x9827bcf7a6fe3385d6542d4e6f086132, 0xef5f727d82aacc4b75478a62c675668d652fde77ce9c9fa667e46dab16584ff0, '', 0, '?'),
(0xcdc0d7831127c2ef465d803a100cb95f, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/LocationVisitor/Response/StatusCodeVisitor.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/LocationVisitor/Response/StatusCodeVisitor.php', 0, 0x97f9717029bf4aa9690b87ffaa4473d8, 0x97f9717029bf4aa9690b87ffaa4473d8, 0x954f4fc9abb190e5b1c9c7c7cd9a6abfe454424974973178600d2419a6910471, '', 0, '?'),
(0xe2dc57b2c430e865596b08fe8a053b8c, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/LocationVisitor/Response/XmlVisitor.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/LocationVisitor/Response/XmlVisitor.php', 0, 0x740e7ad1b8dab6ec4294f97e52e82bf4, 0x740e7ad1b8dab6ec4294f97e52e82bf4, 0x9ee63f9796a73c3600bb04e6b6235199f3f19321ebd7d2f63d9c68e7ed98aa1d, '', 0, '?'),
(0x7d77da8541e0ce6469709a45cf2c2ee1, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/LocationVisitor/Response/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/LocationVisitor/Response/index.php', 0, 0x3b49614656fc01edcabc971951cc25eb, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0xdb3b91e41a12f11ea245aac0ee2b5903, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/LocationVisitor/VisitorFlyweight.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/LocationVisitor/VisitorFlyweight.php', 0, 0x60901d2ebe5fe7ab3f932627688bfa15, 0x60901d2ebe5fe7ab3f932627688bfa15, 0xc241a61a36a60d0e7527496258c4555be2ffeb15a623c874237f2774d9fa8687, '', 0, '?'),
(0xc7e2cb637527c7ece666dc1fb230692a, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/LocationVisitor/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/LocationVisitor/index.php', 0, 0x3b49614656fc01edcabc971951cc25eb, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0xb85a1996ca821f7b3ee0e479195e3504, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/OperationCommand.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/OperationCommand.php', 0, 0xb59160ec32a581977423aa9e32942086, 0xb59160ec32a581977423aa9e32942086, 0x11e87891bd5ee123ca4537e7a2ade559be59230db12da9088b774db84f51b651, '', 0, '?'),
(0x9f90745d90d6d61d77ca081ae0772cff, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/OperationResponseParser.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/OperationResponseParser.php', 0, 0xe841ffa94a3009164202b9a5ad5b1107, 0xe841ffa94a3009164202b9a5ad5b1107, 0x62a2a83bc8be52a284586fc227d5bebeac16b15d86279f9d264b0deddfb37df7, '', 0, '?'),
(0xe3db6b8e41ecbf96626d408607085725, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/RequestSerializerInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/RequestSerializerInterface.php', 0, 0x7eed5d27707d419c3d3090d3f9351356, 0x7eed5d27707d419c3d3090d3f9351356, 0x24bf54e3a75bc02483954e4d4e9ffb19f3e3f0650dba5514cc3670428f9cdeaf, '', 0, '?'),
(0x0c90d81598372265cb237917200ef75f, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/ResponseClassInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/ResponseClassInterface.php', 0, 0xd83274e80caba24c1bb0635ffad5dc93, 0xd83274e80caba24c1bb0635ffad5dc93, 0x4ffc7ebf94d047c7f543857313e0f72adbf3bdbfba3355d8c9c1600745fba7d8, '', 0, '?'),
(0xb91df7735ab8cefbdc99ba571e50bcb2, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/ResponseParserInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/ResponseParserInterface.php', 0, 0x4a56100b4f5fc8f89eff0f8c1266b64c, 0x4a56100b4f5fc8f89eff0f8c1266b64c, 0x08dbf39d45339f1338fab8998edf7adda4860e9389840775b5b90264653f135c, '', 0, '?'),
(0xab015dd7a2ec21c1342b0369a722b991, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Command/index.php', 0, 0x3b49614656fc01edcabc971951cc25eb, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x9a686519c6a071e90c72520ad81f2f4b, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/ConfigLoaderInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/ConfigLoaderInterface.php', 0, 0x2c80d1d2a35d2f24505e6a33d9d1a6b0, 0x2c80d1d2a35d2f24505e6a33d9d1a6b0, 0x493a6c1a4719b0b7f48551a66cbb6ed593a0bbe24969128bec35bb1686b4072b, '', 0, '?'),
(0x390a52d1ddd333c1c463a809188289d6, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Description/Operation.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Description/Operation.php', 0, 0x276a60c951f93cae72a56b6be641293d, 0x276a60c951f93cae72a56b6be641293d, 0x30e13fbedb5ebd94a0a77cb67a542ab6d5247c7cab9c449356420d6355c96005, '', 0, '?'),
(0xcc04dbbdd67e62c76bd491004e40d8d4, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Description/OperationInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Description/OperationInterface.php', 0, 0x57092bcf2eae4058bacf0d6caec295e3, 0x57092bcf2eae4058bacf0d6caec295e3, 0xa537c0d511e46a176cdc67f05af0e25327999d42c6aa2b062696db5c7ddb53b2, '', 0, '?'),
(0x348f77ec3ac9587c5ccc214d6e8c4e85, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Description/Parameter.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Description/Parameter.php', 0, 0xef845cebeb66acaa49acac5131cc3741, 0xef845cebeb66acaa49acac5131cc3741, 0x850894fe49c253c856daa71a63b3b1b69d8a3a265cf137d4d9be3863d17c12d0, '', 0, '?'),
(0x994abf0cce020b45c3be23d43929649f, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Description/SchemaFormatter.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Description/SchemaFormatter.php', 0, 0x5fcba5f42076d7abe3066caf1a658d1f, 0x5fcba5f42076d7abe3066caf1a658d1f, 0x20c13b9c633af1d78a49e582d004a0a73785072091fb2f33021c6ebafcdbee6d, '', 0, '?'),
(0x522524fde631944e0bc5b18d3137125c, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Description/SchemaValidator.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Description/SchemaValidator.php', 0, 0xa2f297b42d96f747129992377cc19bca, 0xa2f297b42d96f747129992377cc19bca, 0x569fa2501044d3e4e14907295dcde8d08b083791f6a43af12e8f12539774994c, '', 0, '?'),
(0xfd89a1baab1d7263dfec9e8524c43064, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Description/ServiceDescription.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Description/ServiceDescription.php', 0, 0xb1d96d20c0bcbd8e1de6d819d4f4321a, 0xb1d96d20c0bcbd8e1de6d819d4f4321a, 0xf0e270e8496d9843f93081930d037d3da242a647c405a009b740882bc4c59ea8, '', 0, '?'),
(0x81969cf262f0ab8cc3e56cbdf72692bb, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Description/ServiceDescriptionInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Description/ServiceDescriptionInterface.php', 0, 0x2f9af589e1c212bfafa3beec8eeb428f, 0x2f9af589e1c212bfafa3beec8eeb428f, 0xefcce4b423d059674ecfdf7727e610a2a64002a9b3c322af0ebdd93fa1af8aa9, '', 0, '?'),
(0x53b790d415f7a93d74ca516de2eaca84, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Description/ServiceDescriptionLoader.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Description/ServiceDescriptionLoader.php', 0, 0x61e2bf66c70e3306f261fb19d02c5416, 0x61e2bf66c70e3306f261fb19d02c5416, 0x2951302ea57370452368502f07cddee276989b9282cd18ff4d2c0aa3577f7e8b, '', 0, '?'),
(0x36646c4523a128eaf789714d5ce41d43, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Description/ValidatorInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Description/ValidatorInterface.php', 0, 0x48633f0b5b9f81d39efb1acf44f2f2df, 0x48633f0b5b9f81d39efb1acf44f2f2df, 0xb4c11a790f0229360ab5217d65909c5afc29604346611896409f32cdb79e3b77, '', 0, '?'),
(0xb8b55dea2a8a1f091f02c146b327c2f3, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Description/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Description/index.php', 0, 0x3b49614656fc01edcabc971951cc25eb, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x516ffa1e1b73bf78ddbd07f423abd569, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Exception/CommandException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Exception/CommandException.php', 0, 0xf97b80c157b7d3b2407b187d5bd75fdb, 0xf97b80c157b7d3b2407b187d5bd75fdb, 0xbe80467c0e44e1e1ec1a2a6cc1a70048fe563c601a01ce1827874136db6700a8, '', 0, '?'),
(0x101b52cf551b6fee3723b2a0ba2e8131, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Exception/CommandTransferException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Exception/CommandTransferException.php', 0, 0x7f45b869212a8f3387e17228d4e948e4, 0x7f45b869212a8f3387e17228d4e948e4, 0x4e869c4e0c549bfb0e7e8c28457eec6f1b05ee6cbc66cad98bde6e1a82fb098a, '', 0, '?'),
(0x45ac0a2c9b88bf01b694b878a5c87ddc, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Exception/DescriptionBuilderException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Exception/DescriptionBuilderException.php', 0, 0x32494c7d20717212555287b1350bb1a1, 0x32494c7d20717212555287b1350bb1a1, 0xaffddc37b098279b5cc373cc85d88db7e5fceed2ce94b2ee8de6c8380c070d69, '', 0, '?'),
(0x3c27338eede3efa2c1c9ca742f5f1b1e, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Exception/InconsistentClientTransferException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Exception/InconsistentClientTransferException.php', 0, 0x48355f763a17ea8f7fb0a3b5a6a70be2, 0x48355f763a17ea8f7fb0a3b5a6a70be2, 0x8467a20fc3007ecfb521e674f17ef7c246174244409907ea2115c98fa38dfc9a, '', 0, '?'),
(0x014d58751228b217dfdb0940de20d906, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Exception/ResponseClassException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Exception/ResponseClassException.php', 0, 0x60a7572dea765ac26a1400285218c57e, 0x60a7572dea765ac26a1400285218c57e, 0x820f3526c39d4f0034991fe7141dc94344bbc404f40a0bb61e302786a0aea653, '', 0, '?'),
(0xb788af40247820eedb59d0630d89ec1e, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Exception/ServiceBuilderException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Exception/ServiceBuilderException.php', 0, 0xc541a83943108968bdeee83f5f3f8953, 0xc541a83943108968bdeee83f5f3f8953, 0xd38aac0d8f981cbd0ef387ffee38dca23f3555c5b803e37f1511719aa685066e, '', 0, '?'),
(0x64877e474bd5fbd9b9d5a3ab6024862f, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Exception/ServiceNotFoundException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Exception/ServiceNotFoundException.php', 0, 0x91bfc116324dd72430223992bc3deccb, 0x91bfc116324dd72430223992bc3deccb, 0x1c84588841d8c565a489bc8780f1f5a4c7f4cf7bcf0f53603b052e0add207f2d, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xaea5e1aed63319150a96a0182ea0a2d0, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Exception/ValidationException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Exception/ValidationException.php', 0, 0x0197442b46faf810934e2df7a6e49ed3, 0x0197442b46faf810934e2df7a6e49ed3, 0x351a5d4bb8952ffa8b30163dc212406fc1afddfc596c999a2fefdfb183e56b11, '', 0, '?'),
(0x76826f8b60d1dac311c6cc838dda1e1b, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Exception/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Exception/index.php', 0, 0x3b49614656fc01edcabc971951cc25eb, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x1f7adab0d6b534b53704d5eef150a53b, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Resource/AbstractResourceIteratorFactory.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Resource/AbstractResourceIteratorFactory.php', 0, 0x5f727ce42ea9d8be51697d00e6298934, 0x5f727ce42ea9d8be51697d00e6298934, 0x9319d50595262f407ed90e097f9c70b1e0d329c688fd3522a9b7305487a3f12b, '', 0, '?'),
(0x0fd977c7b2ba4d62c29098c3fa0b4fd0, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Resource/CompositeResourceIteratorFactory.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Resource/CompositeResourceIteratorFactory.php', 0, 0xfb406ef7d2b78f0e1a0e40327b557ae4, 0xfb406ef7d2b78f0e1a0e40327b557ae4, 0xf8e4a795652309c6c8ae0a7afbc42bf04df54c50f221a0e0bf705fa34bc9c572, '', 0, '?'),
(0x3b26583c3bc33368715ad62c261c2140, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Resource/MapResourceIteratorFactory.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Resource/MapResourceIteratorFactory.php', 0, 0x86d01cb5159c8d680602b7eeec8cd1e6, 0x86d01cb5159c8d680602b7eeec8cd1e6, 0x74dee5c30735f61a85cb9ca59edb9b8e27931709c05a696076dc89a3672bc5a5, '', 0, '?'),
(0x887946b4334131864504c899053c22e9, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Resource/Model.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Resource/Model.php', 0, 0x278c57bd00b3f17fa854f4b7a04f4b57, 0x278c57bd00b3f17fa854f4b7a04f4b57, 0x60df1511d3b0209d86299216d79b958c2a11ccb595dffd1a192d7bef5dc767e8, '', 0, '?'),
(0xe62a286ba9abb6a7c145739abc1849ef, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Resource/ResourceIterator.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Resource/ResourceIterator.php', 0, 0x5e8be1ab857dfd5ad17eef6a4bcb0b7d, 0x5e8be1ab857dfd5ad17eef6a4bcb0b7d, 0x9024eccdfc1452cc35dea771b119d7eee74d3e9a1353f19d44b782678c9f1a58, '', 0, '?'),
(0x8ad015701f7a09b4ad8c65f6deb47067, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Resource/ResourceIteratorApplyBatched.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Resource/ResourceIteratorApplyBatched.php', 0, 0x18845c4186865d35cca1fd5232f303cc, 0x18845c4186865d35cca1fd5232f303cc, 0x276852a87fb73c4931849c67c4cffb596f44144ce673fc96ef7cdba2cd229839, '', 0, '?'),
(0x748c5a8e6335a1f64af3f970788bb0f7, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Resource/ResourceIteratorClassFactory.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Resource/ResourceIteratorClassFactory.php', 0, 0x2348f23b554ec09ea1ec564eb7496408, 0x2348f23b554ec09ea1ec564eb7496408, 0xaa115db86723fbbd9ea5f5e68611c1e24350c5672312eb18704b2d792ddd968e, '', 0, '?'),
(0x96f96e85d28d448494d1c918ae40fd26, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Resource/ResourceIteratorFactoryInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Resource/ResourceIteratorFactoryInterface.php', 0, 0x8c5f5cde9bf1b123147a1162a359e9ce, 0x8c5f5cde9bf1b123147a1162a359e9ce, 0x83fcc06ddda98175935610d64778fecb61c77093bab7ba83e29e108a1e98a072, '', 0, '?'),
(0x5fabdb9b027139ff74f88a65bb7ce121, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Resource/ResourceIteratorInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Resource/ResourceIteratorInterface.php', 0, 0x530b8e5c9ae288d732f69f3f18628219, 0x530b8e5c9ae288d732f69f3f18628219, 0xe799d8e10c71e4c0ad9dd39e956d18fcb987b80f8960857a4a3c0007e128783d, '', 0, '?'),
(0x43b8d65a1e750d861eeb554d4d14d6d1, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Resource/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/Resource/index.php', 0, 0x3b49614656fc01edcabc971951cc25eb, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0xd8f4e13f2bc682c54f71a3f149f11f05, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Service/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Service/index.php', 0, 0x3b49614656fc01edcabc971951cc25eb, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0xa54d0fff872982799cd670f4d5892e88, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Stream/PhpStreamRequestFactory.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Stream/PhpStreamRequestFactory.php', 0, 0x71d0793ce68e40d61239e17524ce43e8, 0x71d0793ce68e40d61239e17524ce43e8, 0xa0ab16fb22571a5844fe28e48acaaddf8eaceff7b720f1df2855c5562e714aad, '', 0, '?'),
(0xa11565485245d957df31db0d29222dce, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Stream/Stream.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Stream/Stream.php', 0, 0x6701973ceda96b695a517ab38c41a7ad, 0x6701973ceda96b695a517ab38c41a7ad, 0x66268c4c5f43985a68e11a86d60790b5e840da85e2f80e51884f1d4e3f0d970a, '', 0, '?'),
(0x50bfc3a6b7713b535162bd19a8286a97, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Stream/StreamInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Stream/StreamInterface.php', 0, 0xd4eb0cf97fe99ac488889db2f561bcca, 0xd4eb0cf97fe99ac488889db2f561bcca, 0x376b94909cdc07d5c256491a351079c96122e7be3f84d8cf473d94095859ad43, '', 0, '?'),
(0xe88e2f996677226bfe2943ec630656d2, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Stream/StreamRequestFactoryInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Stream/StreamRequestFactoryInterface.php', 0, 0x2d906472111636abf69867547ae9983d, 0x2d906472111636abf69867547ae9983d, 0x216c1800e7da3d9f93f2ca58f8c654c0a5e61c9f9061fb95755aa553b21195a4, '', 0, '?'),
(0xb918088b13285d3a00f46db8041e6d71, 'wp-content/plugins/duplicator-pro/aws/Guzzle/Stream/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Stream/index.php', 0, 0x3b49614656fc01edcabc971951cc25eb, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x75664d5c0c3f19b54d7ec2b01242e16d, 'wp-content/plugins/duplicator-pro/aws/Guzzle/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/index.php', 0, 0x378f908c215cada79eb5810746396cb8, 0x378f908c215cada79eb5810746396cb8, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x4c587c17e35bd0b7368b9ec6d4f09794, 'wp-content/plugins/duplicator-pro/aws/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php', 0, 0xb889c1d60dcf94fb732e36cc8761f820, 0xb889c1d60dcf94fb732e36cc8761f820, 0x282a40aadd34591f96d99d120058d68afbe0c6a60682073ac4ea061f7096fb7f, '', 0, '?'),
(0x47323318a497c4f38072727b5b3c66df, 'wp-content/plugins/duplicator-pro/aws/Symfony/Component/EventDispatcher/DependencyInjection/RegisterListenersPass.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Symfony/Component/EventDispatcher/DependencyInjection/RegisterListenersPass.php', 0, 0x10d0dc42a1ed699335cefcf40902e5b6, 0x10d0dc42a1ed699335cefcf40902e5b6, 0x05203806f298ade18b34acfa4613d78dff5bc19f67571415ad64ba54d3bf901b, '', 0, '?'),
(0x5cdc7aee1dfb13e8c837c2a850635448, 'wp-content/plugins/duplicator-pro/aws/Symfony/Component/EventDispatcher/DependencyInjection/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Symfony/Component/EventDispatcher/DependencyInjection/index.php', 0, 0x3b49614656fc01edcabc971951cc25eb, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x559f0f044ee92cb6746324f366d6925f, 'wp-content/plugins/duplicator-pro/aws/Symfony/Component/EventDispatcher/Event.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Symfony/Component/EventDispatcher/Event.php', 0, 0x85faba2e0d822aa0fd5ef7d8f37b4c80, 0x85faba2e0d822aa0fd5ef7d8f37b4c80, 0x223d10d0a76b263f5c800c657d6f56cb669773e7a9362f91b232c4aca899af57, '', 0, '?'),
(0xe7a0236fbd93fdb3496a0e81001fda8f, 'wp-content/plugins/duplicator-pro/aws/Symfony/Component/EventDispatcher/EventDispatcher.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Symfony/Component/EventDispatcher/EventDispatcher.php', 0, 0xf279e66e6f5d3813b7df3a7e00ecafd2, 0xf279e66e6f5d3813b7df3a7e00ecafd2, 0x093daace0776d54fd71c692515497f410aa9e4c6febfcd1814cf1589ee3d2852, '', 0, '?'),
(0x1bac1ed4a3eba4f07414e6cdc758978e, 'wp-content/plugins/duplicator-pro/aws/Symfony/Component/EventDispatcher/EventDispatcherInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Symfony/Component/EventDispatcher/EventDispatcherInterface.php', 0, 0x09703c2c3e40d428b44eef4a3e151af1, 0x09703c2c3e40d428b44eef4a3e151af1, 0x99a96b0242b58607ab705dc6b8ac9b2fd73e9b190d1cd868ab737715b2a31bd8, '', 0, '?'),
(0x220ac218f894beffcb59ab142429974d, 'wp-content/plugins/duplicator-pro/aws/Symfony/Component/EventDispatcher/EventSubscriberInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Symfony/Component/EventDispatcher/EventSubscriberInterface.php', 0, 0x0df20879ed8906535a08eb7935b1b283, 0x0df20879ed8906535a08eb7935b1b283, 0xbaadb7b89f78e126914e45bfefea66d3bb8b636c337f21ac6163b9a9d3f42cbb, '', 0, '?'),
(0x0cb7b6779b3150d98ea8caee1253880f, 'wp-content/plugins/duplicator-pro/aws/Symfony/Component/EventDispatcher/GenericEvent.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Symfony/Component/EventDispatcher/GenericEvent.php', 0, 0x8bd7cd69d326615fa742a23e1097f32f, 0x8bd7cd69d326615fa742a23e1097f32f, 0xcd9349a9b0f6aa249a9af150eb70c2661aa8fbf7f7213bdc2f7be63dc86f1e3c, '', 0, '?'),
(0x77a3e1d99a99f1b503184f66d412f717, 'wp-content/plugins/duplicator-pro/aws/Symfony/Component/EventDispatcher/ImmutableEventDispatcher.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Symfony/Component/EventDispatcher/ImmutableEventDispatcher.php', 0, 0x1de59e750d0afe84c64cb03c68df1990, 0x1de59e750d0afe84c64cb03c68df1990, 0x706e8491ad1617133d9ddf827d09f324ab5e765a49b7097956f1a432a1d745a8, '', 0, '?'),
(0xb9333ef0f4084a974918aa6b7af05d63, 'wp-content/plugins/duplicator-pro/aws/Symfony/Component/EventDispatcher/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Symfony/Component/EventDispatcher/index.php', 0, 0x3b49614656fc01edcabc971951cc25eb, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x6495c6a8fb222847475e23df991654dd, 'wp-content/plugins/duplicator-pro/aws/Symfony/Component/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Symfony/Component/index.php', 0, 0x3b49614656fc01edcabc971951cc25eb, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x35dbc784e0ab22509f3e804b9fb4e7cc, 'wp-content/plugins/duplicator-pro/aws/Symfony/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/Symfony/index.php', 0, 0x378f908c215cada79eb5810746396cb8, 0x378f908c215cada79eb5810746396cb8, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x2856e5143ab77ca3f3995080a8c9a437, 'wp-content/plugins/duplicator-pro/aws/aws-autoloader.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/aws-autoloader.php', 0, 0xb2a4874a640a7480509f3d487fefab8e, 0xb2a4874a640a7480509f3d487fefab8e, 0xf220d6581a4af86fbdbad87342b859ead22000ce2e51d43cb0f6f54f809892e9, '', 0, '?'),
(0x2b6cd6d34c2e2dcc126f4e6c98aa37b2, 'wp-content/plugins/duplicator-pro/aws/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/aws/index.php', 0, 0x378f908c215cada79eb5810746396cb8, 0x378f908c215cada79eb5810746396cb8, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0xd758fbe2e04abc57e6596b793e61be51, 'wp-content/plugins/duplicator-pro/classes/class.archive.config.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/class.archive.config.php', 0, 0xced8b4f4139f4a5ce0d4b25ad08e3ebc, 0xced8b4f4139f4a5ce0d4b25ad08e3ebc, 0x58805c8cf09f7ef5ae21be95087c2b082f7a7b34db7c0f9f3fe9f8acb381f5ad, '', 0, '?'),
(0x59327cb4a5c3348f36b91d0a93fa1de1, 'wp-content/plugins/duplicator-pro/classes/class.constants.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/class.constants.php', 0, 0x77ec2f56ac568eb1f7573d9f51208dd1, 0x77ec2f56ac568eb1f7573d9f51208dd1, 0x1d1770eca1bd297647c41c676b4f0acc8b1b111426b6f7678e4da72723e6d24b, '', 0, '?'),
(0x89cf5bad2c0f46456e5859e62b54e53f, 'wp-content/plugins/duplicator-pro/classes/class.db.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/class.db.php', 0, 0x6a4d4a8d4c75b8a6c033519312addd40, 0x6a4d4a8d4c75b8a6c033519312addd40, 0x04978946efadea2ad8fe543ac08c0960fcadff42bdd3924c5848a8c78b048bc3, '', 0, '?'),
(0xe47685f92c78476299ffe7f9129758b1, 'wp-content/plugins/duplicator-pro/classes/class.exceptions.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/class.exceptions.php', 0, 0x826c56b0983f796264cad524423f42aa, 0x826c56b0983f796264cad524423f42aa, 0xa3ec095a8ef735eaebc5e3c7aa17f81c7a1f53abbf976a5b754ae0e13d7b804d, '', 0, '?'),
(0xb3336b7a2f91542e8d8a74aaff658b1b, 'wp-content/plugins/duplicator-pro/classes/class.logging.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/class.logging.php', 0, 0xced9f1d29f5d238f7c3997cb532704e1, 0xced9f1d29f5d238f7c3997cb532704e1, 0x06198679f9252cab149e44342a4f42093f6782dc9f397117f73e821fb972c312, '', 0, '?'),
(0x7e250496f373e8b3a3aa435d4f5d7568, 'wp-content/plugins/duplicator-pro/classes/class.package.pagination.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/class.package.pagination.php', 0, 0xefc037eb62f50e83e45ad642d8da0177, 0xefc037eb62f50e83e45ad642d8da0177, 0x8350796c516386b5095ace405ead9d60105ea6228186dc240ec131f4845677ab, '', 0, '?'),
(0x0d79394f74984081148d06118592fe34, 'wp-content/plugins/duplicator-pro/classes/class.php.log.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/class.php.log.php', 0, 0xb0cff37c614a665243f6fdb20d98a6e7, 0xb0cff37c614a665243f6fdb20d98a6e7, 0x5b06b7a362c47d5ed887a1c086fc3f6d8e25fa8dd076388b38082a88ed9e7653, '', 0, '?'),
(0xc64f01310763e109cffd264e5620d1fb, 'wp-content/plugins/duplicator-pro/classes/class.plugin.upgrade.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/class.plugin.upgrade.php', 0, 0x73f9aa460fc3208c8f461398fdc51008, 0x73f9aa460fc3208c8f461398fdc51008, 0x92e48c3034f48924321ea86f35fbd58d5e6e45a3db6de30cb2c4298d05728841, '', 0, '?'),
(0xca6f7ffe61f9cf1b4570e16f64486e7d, 'wp-content/plugins/duplicator-pro/classes/class.scan.check.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/class.scan.check.php', 0, 0xd4dacf04c8a3394ab09032c0098c6ae5, 0xd4dacf04c8a3394ab09032c0098c6ae5, 0x2a28cc2cab7d5548099b06d3e1de136e74edea1b408db73b73251f508f1961d6, '', 0, '?'),
(0x28bc6965ccf65f6fefbf36e4cf6d352b, 'wp-content/plugins/duplicator-pro/classes/class.server.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/class.server.php', 0, 0x8006f60f1c8790d6ed4b68bce2bc50da, 0x8006f60f1c8790d6ed4b68bce2bc50da, 0x7ce385acfcda14d79e6fd9bb28c31c1487d7dc36b53a940239477a8d0634cb7f, '', 0, '?'),
(0xa2c6c56e56cd14440eb7f88892363bc4, 'wp-content/plugins/duplicator-pro/classes/class.wp.list.table.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/class.wp.list.table.php', 0, 0xfa8b70d2f546db5e04603cfe2e1ed8cf, 0xfa8b70d2f546db5e04603cfe2e1ed8cf, 0xab758da575156ffaaab06dab89760a42e6f1a3b34db457a30bed276e277005fa, '', 0, '?'),
(0x59060eac245ff9068fcee7f6af2084bb, 'wp-content/plugins/duplicator-pro/classes/entities/class.brand.entity.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/entities/class.brand.entity.php', 0, 0xf388c7eef5c4ce7b7418b35bd01540b5, 0xf388c7eef5c4ce7b7418b35bd01540b5, 0xf20a3306409ba7e6dc649a663adcbdf0ceb728aab918213b3175612eda124bc0, '', 0, '?'),
(0xde8dad1bb0b22e97d8ce5335247cb63c, 'wp-content/plugins/duplicator-pro/classes/entities/class.global.entity.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/entities/class.global.entity.php', 0, 0x9c8660304f3c92c37904fb9e3774c1bb, 0x9c8660304f3c92c37904fb9e3774c1bb, 0x4395ea4da7a9b4447a97df3915ec6e9bc597969d9b566c5fe8c7c9c9ab26c22b, '', 0, '?'),
(0x9954934a7c74bd2f5dc19a6658b55d57, 'wp-content/plugins/duplicator-pro/classes/entities/class.json.entity.base.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/entities/class.json.entity.base.php', 0, 0x705ecc75f4a37a129e418213fa76a9bf, 0x705ecc75f4a37a129e418213fa76a9bf, 0xfc5c57ac2b575f3e7ec715639947904f5f3d57f15327e063337702b066579f8f, '', 0, '?'),
(0x23d276fcf32a37de500cd403c1c329f4, 'wp-content/plugins/duplicator-pro/classes/entities/class.package.template.entity.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/entities/class.package.template.entity.php', 0, 0xad0babcaa4bb120861470dd66c079a33, 0xad0babcaa4bb120861470dd66c079a33, 0xe365cdfbc1970fd6e82d4f5d3d4a1d9df0a29be9af86e9c1d16d214a33d4495b, '', 0, '?'),
(0xda839577d0245892e7c7942e6c7a8f0c, 'wp-content/plugins/duplicator-pro/classes/entities/class.schedule.entity.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/entities/class.schedule.entity.php', 0, 0x1a5e4a628d877d8a599761a013e76e8c, 0x1a5e4a628d877d8a599761a013e76e8c, 0x20ff01838a2596b5679ab592ef65953d1268b3ad2511354a9249a08a16053878, '', 0, '?'),
(0x35eb1faab3de63bb47aa02bc98f18cd9, 'wp-content/plugins/duplicator-pro/classes/entities/class.secure.global.entity.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/entities/class.secure.global.entity.php', 0, 0x3db141ac954c5471707ca46585626894, 0x3db141ac954c5471707ca46585626894, 0xa2907f89622445aa199668a91b5d116e37f3085324725a2ebc6f714205e206bb, '', 0, '?'),
(0x9cda21eeb966e09afe186250d8316b26, 'wp-content/plugins/duplicator-pro/classes/entities/class.storage.entity.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/entities/class.storage.entity.php', 0, 0xde37576ae2d9d0b5a4fec5eaf6d24e99, 0xde37576ae2d9d0b5a4fec5eaf6d24e99, 0x586d0186e9dff81f27650c540d92d44b71c69bf9adbe9ddfce5462cfd1958862, '', 0, '?'),
(0x02c3e9ccec465fb3302092e709c3e635, 'wp-content/plugins/duplicator-pro/classes/entities/class.system.global.entity.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/entities/class.system.global.entity.php', 0, 0xf5d5dd1e6b0da16403bd4d321ce859e5, 0xf5d5dd1e6b0da16403bd4d321ce859e5, 0xc432a1c6fdbb3545e29a894e93dadcdb60ce2f5a36cc21cc01be028d8e801b18, '', 0, '?'),
(0xe5ce49c7c9c7008d270ac5e78e1f6259, 'wp-content/plugins/duplicator-pro/classes/entities/class.verifiers.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/entities/class.verifiers.php', 0, 0xb66c5662c8e5e4dc9ae4114eac404763, 0xb66c5662c8e5e4dc9ae4114eac404763, 0x44d77d8252f77d66cfcd6cc85520f9d640f98ef91924fb02101ff9bc1c5bb45f, '', 0, '?'),
(0xab209e2949f5954888a0a3c3ab61fabc, 'wp-content/plugins/duplicator-pro/classes/entities/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/entities/index.php', 0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x4bbd41769df93e85f41cb9ca56dbca54, 'wp-content/plugins/duplicator-pro/classes/environment/class.db.checker.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/environment/class.db.checker.php', 0, 0xac54c78a804dde06a2f964fa42014a5b, 0xac54c78a804dde06a2f964fa42014a5b, 0x6e5e379452989a216692de1f8fb7b0b558b89bd6c24993465382311a61812d40, '', 0, '?'),
(0x8cf6fcb8d98b5333107a28081c610b51, 'wp-content/plugins/duplicator-pro/classes/environment/class.environment.checker.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/environment/class.environment.checker.php', 0, 0xda38fda9cf132e790d3fd1e8d9b25ec9, 0xda38fda9cf132e790d3fd1e8d9b25ec9, 0x664bef6c1d5fd381cc58458db08c21fe519f1ce730c3e4f29d17da7a244f5688, '', 0, '?'),
(0x6dc074fa22edb29b416abc4a4bb38a7e, 'wp-content/plugins/duplicator-pro/classes/environment/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/environment/index.php', 0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x5c1651473e039b0193039c0b3fcb9cee, 'wp-content/plugins/duplicator-pro/classes/environment/interface.checker.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/environment/interface.checker.php', 0, 0xf8fad22d65a5b2319d202331b3a34a52, 0xf8fad22d65a5b2319d202331b3a34a52, 0x80e172ba893dbc5feecd35562056a0697e55f99d7afb11d802767fd7c57d7e50, '', 0, '?'),
(0x6fcadb3096e6d6067c519e8cf26635ac, 'wp-content/plugins/duplicator-pro/classes/host/class.cloudways.host.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/host/class.cloudways.host.php', 0, 0x968ca2a76926466bc572ff05586ef867, 0x968ca2a76926466bc572ff05586ef867, 0x5d0a7359a4d9eac477b42638525b9b56cd3606690490497eeba428c8db6bc36b, '', 0, '?'),
(0x438bbfb1d9153f53412f198064ebbefa, 'wp-content/plugins/duplicator-pro/classes/host/class.custom.host.manager.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/host/class.custom.host.manager.php', 0, 0x10908a2dfa7cd600092828540b96dcc6, 0x10908a2dfa7cd600092828540b96dcc6, 0xbd387829e5c41620ef92aac798e5e6cbfcfeb829e659f963736c24ea929b0e1a, '', 0, '?'),
(0x33a1220ede7ec432d0c0ead62b1011eb, 'wp-content/plugins/duplicator-pro/classes/host/class.flywheel.host.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/host/class.flywheel.host.php', 0, 0x5005a58a85a92a0215d214f43d8a93b0, 0x5005a58a85a92a0215d214f43d8a93b0, 0x98d157c0ec64db6b9bf9b0c93c69a82dcfa2fed1e5fa1e351ca4769014b60a58, '', 0, '?'),
(0x1a09de318693beaf4431e092b2333ea6, 'wp-content/plugins/duplicator-pro/classes/host/class.godaddy.host.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/host/class.godaddy.host.php', 0, 0xdc44158eabdc05ad4da7ded52878091d, 0xdc44158eabdc05ad4da7ded52878091d, 0x00603c0cdfa67fcd5b6a55449b3fb1e7ce8f7b77169b8a8839258b2df9a80724, '', 0, '?'),
(0x8421bcc34f62f3982f16433e3973c575, 'wp-content/plugins/duplicator-pro/classes/host/class.liquidweb.host.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/host/class.liquidweb.host.php', 0, 0xcdd265913ec4eac47a7625c9698bd2ac, 0xcdd265913ec4eac47a7625c9698bd2ac, 0x089753e609f3084899a5a01da75189c183c684107546cfddf19d87ca1cabb2a4, '', 0, '?'),
(0x5c39118338f0dba52d59044d5b01c3e6, 'wp-content/plugins/duplicator-pro/classes/host/class.pantheon.host.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/host/class.pantheon.host.php', 0, 0xc25f6eb3bfe5c3d10db86e82d83fedd6, 0xc25f6eb3bfe5c3d10db86e82d83fedd6, 0x0c0ea428c7cfa64611b6233a249b1bd4399f1295decb08c9395a7193bbfd2d3b, '', 0, '?'),
(0xd271e35800d8d3c8214f8966927b147a, 'wp-content/plugins/duplicator-pro/classes/host/class.wordpresscom.host.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/host/class.wordpresscom.host.php', 0, 0x8868dc8c85c7f1b50da4c62c97d202a3, 0x8868dc8c85c7f1b50da4c62c97d202a3, 0x98c4ae9d78e08c33c11caa13f4055780983111c0aaf7d193d4c19554675c0ffe, '', 0, '?'),
(0x74fe77d3e620fbadfce0bdcdcc0e873a, 'wp-content/plugins/duplicator-pro/classes/host/class.wpengine.host.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/host/class.wpengine.host.php', 0, 0x1d1dec9fb09cad1f2ea7c1c8539b6e90, 0x1d1dec9fb09cad1f2ea7c1c8539b6e90, 0x89d5a49b24455a4258132e3b45a324d4ed0449ff6b6c7bff1abdcb223d245a7e, '', 0, '?'),
(0x232aab18b12dc7fde37824f2137ea7bb, 'wp-content/plugins/duplicator-pro/classes/host/interface.host.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/host/interface.host.php', 0, 0x6ad0918f5208c89753ff1bf36930073c, 0x6ad0918f5208c89753ff1bf36930073c, 0x2def4285ecd1c7d1ae487a9ab4b1108844a8e0b107ed6a2db24247261356361c, '', 0, '?'),
(0xe2a71a20d3794949900766c110cb830b, 'wp-content/plugins/duplicator-pro/classes/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/index.php', 0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x67bb48831f47681f97cc2e0b1201978b, 'wp-content/plugins/duplicator-pro/classes/net/class.ftp.chunker.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/net/class.ftp.chunker.php', 0, 0xa2425622888d7c72c14784da9d2bd05b, 0xa2425622888d7c72c14784da9d2bd05b, 0x2bd9e6f8ffae57358197a9810efd0e0799899e97fc4db9d6f9e5f97e6aafca9e, '', 0, '?'),
(0x8d22c86d783185f4a86ee6615e5198ad, 'wp-content/plugins/duplicator-pro/classes/net/class.ftp.curl.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/net/class.ftp.curl.php', 0, 0xabb7ff643b21d5e0162b27ee9671d782, 0xabb7ff643b21d5e0162b27ee9671d782, 0x5e08664f5d685f181cfcac3414e33d163ce30234f3b24ba45dd093f5983535b5, '', 0, '?'),
(0x49319950f5b9e448f2d857ab25abd3b3, 'wp-content/plugins/duplicator-pro/classes/net/class.u.gdrive.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/net/class.u.gdrive.php', 0, 0x967fb9510b16bb8f94432849df2a14d7, 0x967fb9510b16bb8f94432849df2a14d7, 0x4e5fb2b7b8d5f360985e6a95a80ed9ab1f4dd2ec34ee5c8138db99a9bde9f16a, '', 0, '?'),
(0x6270cbcd17b79197f94df12b0ac480df, 'wp-content/plugins/duplicator-pro/classes/net/class.u.onedrive.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/net/class.u.onedrive.php', 0, 0x05664654d95de31af188554f18e93b59, 0x05664654d95de31af188554f18e93b59, 0xd0f034c69a896bec4ca2d01381d31e27485ff344873333fcce7c968f111bbc05, '', 0, '?'),
(0x2938b679787df1666ed31694846308db, 'wp-content/plugins/duplicator-pro/classes/net/class.u.s3.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/net/class.u.s3.php', 0, 0x222a7d299260036bfa8fc4747bab7cb8, 0x222a7d299260036bfa8fc4747bab7cb8, 0x37c7f4bdc5eaaf148dd299387e7e307a7638f1368a40071154eb2eb89ffcb9a0, '', 0, '?'),
(0x3d63ed7812cba63732606bde26c8542c, 'wp-content/plugins/duplicator-pro/classes/net/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/net/index.php', 0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x2b1e028844190ea98ed17841ee074eea, 'wp-content/plugins/duplicator-pro/classes/package/class.pack.archive.file.list.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/package/class.pack.archive.file.list.php', 0, 0x1fd913b4d389d86fb203f5b49ca14b72, 0x1fd913b4d389d86fb203f5b49ca14b72, 0xc376e0f05a8fe2f83b1594abe74f59671e5bfec0a7d327b67ec1ad68cb588c81, '', 0, '?'),
(0xf80471abc94746d59d1b81e541093f02, 'wp-content/plugins/duplicator-pro/classes/package/class.pack.archive.filters.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/package/class.pack.archive.filters.php', 0, 0x3b1a325bc6d6eea2a98eae0a7bc2c811, 0x3b1a325bc6d6eea2a98eae0a7bc2c811, 0xee16e7c5a1929f96c1302d5d2e242f51ceb42d862d2cf4434b834adbfd323142, '', 0, '?'),
(0x9b711d58c6c4fdad2f80f588f321e0c7, 'wp-content/plugins/duplicator-pro/classes/package/class.pack.archive.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/package/class.pack.archive.php', 0, 0x5a99e5f5515ca0ed8a0872810539c943, 0x5a99e5f5515ca0ed8a0872810539c943, 0xa90f7fd155802ecceb047866325ec41d1ac582077e092df115f47f0fbac03949, '', 0, '?'),
(0xecf8aae11009fe7f62668eb69d5e6fc1, 'wp-content/plugins/duplicator-pro/classes/package/class.pack.archive.shellzip.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/package/class.pack.archive.shellzip.php', 0, 0x252d6489798639b96f8d8d7baa7a95b8, 0x252d6489798639b96f8d8d7baa7a95b8, 0xc4fa129829f324421819a1a1100e6093a6148f9f17abd257ca22e8361525b124, '', 0, '?'),
(0xfbe6bd4930381544dcf8581282bbbe60, 'wp-content/plugins/duplicator-pro/classes/package/class.pack.archive.zip.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/package/class.pack.archive.zip.php', 0, 0xfc64ee1b934fa750db3a451e5bbc0d71, 0xfc64ee1b934fa750db3a451e5bbc0d71, 0xbc297fd157aac8f2b5aded3bd12f7a566949decce1b79e883a8be50112be4108, '', 0, '?'),
(0x6f0c2ebf4229e15a17ddc7db75e22472, 'wp-content/plugins/duplicator-pro/classes/package/class.pack.database.build.iterator.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/package/class.pack.database.build.iterator.php', 0, 0x49b2b75f63166894a1d86374b32c0b4c, 0x49b2b75f63166894a1d86374b32c0b4c, 0xf18ff96bfa8e2c4b09bf84ce126c03facded41f8cc51982756d4eda72d87d6e9, '', 0, '?'),
(0x6dc9d82588224832f7a7839dccfab6ac, 'wp-content/plugins/duplicator-pro/classes/package/class.pack.database.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/package/class.pack.database.php', 0, 0xd980369e279330b40a965e739b831c64, 0xd980369e279330b40a965e739b831c64, 0xec35e554959dcefa44578f1ac6b5b5b87ea285787879bbdc348d2b62a123fa50, '', 0, '?'),
(0xd74b8c657187f65c3b611ee6f0771237, 'wp-content/plugins/duplicator-pro/classes/package/class.pack.importer.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/package/class.pack.importer.php', 0, 0x17a7594059f58fb35ae75e513e5b7b56, 0x17a7594059f58fb35ae75e513e5b7b56, 0xb3c5fcc3825303c14d1b82d3a873a59479a281adaac87cea08e022fcc858ec6a, '', 0, '?'),
(0xccda8694763869a18ff121681229d6da, 'wp-content/plugins/duplicator-pro/classes/package/class.pack.installer.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/package/class.pack.installer.php', 0, 0x9aca0b186dabac48d1bcf76242454dc3, 0x9aca0b186dabac48d1bcf76242454dc3, 0x67d69bad5adb08610eb1b433d7fccf3de2869e2a0d4d7452bedf5e99d9e4097f, '', 0, '?'),
(0xb28a1aeac8c3c1c2b597a68d8b62f710, 'wp-content/plugins/duplicator-pro/classes/package/class.pack.multisite.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/package/class.pack.multisite.php', 0, 0xaaaa5754070855ba67aab67be3b1fcfd, 0xaaaa5754070855ba67aab67be3b1fcfd, 0xe5a7b2698a288cc2a84e970896eba334e8df707e6278ddb9add1a291bfe357be, '', 0, '?'),
(0xac4bf8c06c2485b737bc0e88288a1b1b, 'wp-content/plugins/duplicator-pro/classes/package/class.pack.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/package/class.pack.php', 0, 0x6d499fafcb376995b441e084e95fa0e7, 0x6d499fafcb376995b441e084e95fa0e7, 0xca306725ade6a9285050217ee161662af5365032ad3ca5b74711dafecb028f4a, '', 0, '?'),
(0xd0f7d8e120952c894c58b2e5bbe23a6a, 'wp-content/plugins/duplicator-pro/classes/package/class.pack.recover.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/package/class.pack.recover.php', 0, 0xce87daea93f0412ec138da5d5a9cfbee, 0xce87daea93f0412ec138da5d5a9cfbee, 0xf0f8a9918aa0a478888e1a182555472fc68e68d1ada84db65a73504be2f5c750, '', 0, '?'),
(0xc6146d66133ad6f8061324dc0fa06d83, 'wp-content/plugins/duplicator-pro/classes/package/class.pack.runner.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/package/class.pack.runner.php', 0, 0xc2feac501153a567bd1d9574affe2251, 0xc2feac501153a567bd1d9574affe2251, 0x132c64c3a0ff34b9141bbead0eb21f211e0d2920214e1b2ddaec8afb00bfcf2a, '', 0, '?'),
(0x7db6c781ffa735fda1e950682bbe3375, 'wp-content/plugins/duplicator-pro/classes/package/class.pack.upload.info.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/package/class.pack.upload.info.php', 0, 0xf1391d302c185702ff12be3124e1fd5e, 0xf1391d302c185702ff12be3124e1fd5e, 0xab170881c7acdf5bd7a9581464007c43eac9392921ed1a619c73ad0aba16aa46, '', 0, '?'),
(0x28788f70a91bab5bfcc7ec3f49f2ff3b, 'wp-content/plugins/duplicator-pro/classes/package/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/package/index.php', 0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x8391b52c683fc92259961888400561eb, 'wp-content/plugins/duplicator-pro/classes/storage/class.storage.supported.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/storage/class.storage.supported.php', 0, 0xbc43201d373961d23dddae1594fc1930, 0xbc43201d373961d23dddae1594fc1930, 0xdce4c1ea81a39eb0638c2674a66f34560de731b48ca375b4ad4eee1bcccc678d, '', 0, '?'),
(0x004f4371c9d8d0e71150d087fa152124, 'wp-content/plugins/duplicator-pro/classes/ui/class.ui.alert.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/ui/class.ui.alert.php', 0, 0x111a28ee341948164378aa0ade3624ad, 0x111a28ee341948164378aa0ade3624ad, 0xc1a834c1643f5562c6e7690bb5388dc1a0c6a0cb58f7e204f5972db041f555fd, '', 0, '?'),
(0x35f865da646315b1df077477e70d06e1, 'wp-content/plugins/duplicator-pro/classes/ui/class.ui.dialog.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/ui/class.ui.dialog.php', 0, 0x73d2aefce5b3585cb1e69f9bc1b5915f, 0x73d2aefce5b3585cb1e69f9bc1b5915f, 0xa4b0ef788e69e96f7a923981b6b466c2614e2e9b5542b339e39bed1cf09cdf19, '', 0, '?'),
(0xb436868fd3c79748e1613be993a13fd7, 'wp-content/plugins/duplicator-pro/classes/ui/class.ui.messages.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/ui/class.ui.messages.php', 0, 0xfcc2f19cc03a9eb6a53bb088d3a85614, 0xfcc2f19cc03a9eb6a53bb088d3a85614, 0x0f5cc8445be9ed68234cf81b9dce70b19585aebe25ea98322e99d2cab0b642aa, '', 0, '?'),
(0xe4d3fe143faed28ab1a63530d9130ab3, 'wp-content/plugins/duplicator-pro/classes/ui/class.ui.notice.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/ui/class.ui.notice.php', 0, 0x558a71a537d6ab2d1e97f082effa5987, 0x558a71a537d6ab2d1e97f082effa5987, 0x7be029ccbd78036fa693aea73c739ee6d0db9bc2f6a587892d6be86fc703cdf4, '', 0, '?'),
(0x8cf843ddff5b2adcf30dc1391f05b595, 'wp-content/plugins/duplicator-pro/classes/ui/class.ui.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/ui/class.ui.php', 0, 0x39edd411337bb629bbc9e3ce2308b610, 0x39edd411337bb629bbc9e3ce2308b610, 0xfb1f7ccc77f9339a40b00bde899ce81c4e8349aadc44e92de3ab5f5f2e168587, '', 0, '?'),
(0xa735e1cf01b2fef471e760bd6f1fd097, 'wp-content/plugins/duplicator-pro/classes/ui/class.ui.screen.base.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/ui/class.ui.screen.base.php', 0, 0x4114f5af76072dea8cff247031072be4, 0x4114f5af76072dea8cff247031072be4, 0xc34a0f28ce7909ca51aa7d64e848d1af168166b08dd5086d6ad168ae12b0f11c, '', 0, '?'),
(0x7f8e8e0e285b9cb5bb0c5942dc0d741d, 'wp-content/plugins/duplicator-pro/classes/ui/class.ui.viewstate.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/ui/class.ui.viewstate.php', 0, 0x1274000c9e40a19730b3d3e23a3d43f3, 0x1274000c9e40a19730b3d3e23a3d43f3, 0x28c782f23bfcf38214695c96364809c2886b77d2c53b1daba90dcdad053843ed, '', 0, '?'),
(0x19e792c4d41373817ba9d0fb111120ec, 'wp-content/plugins/duplicator-pro/classes/ui/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/ui/index.php', 0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0xabb9855f93df30064ca55c8ddf684a26, 'wp-content/plugins/duplicator-pro/classes/utilities/class.u.date.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/utilities/class.u.date.php', 0, 0xaf7acd892dd40839e62bf3a1d9ad312a, 0xaf7acd892dd40839e62bf3a1d9ad312a, 0xfeb61687290ebc0f44295e806771f490b69d1f5ee7d8c308d9f4e85d5e42ae0f, '', 0, '?'),
(0x8f298d0a440de75959a1726e66a4d11b, 'wp-content/plugins/duplicator-pro/classes/utilities/class.u.json.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/utilities/class.u.json.php', 0, 0x8e5295c8463506c1bc6a8a4b6515ebaf, 0x8e5295c8463506c1bc6a8a4b6515ebaf, 0x47d0b8f6cdbb9c4462389213cc3e8f79c8c1df2a8e0c47fac933c1b0b99700e2, '', 0, '?'),
(0x5fba1577507b146b9cbc0d87a9604ab3, 'wp-content/plugins/duplicator-pro/classes/utilities/class.u.low.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/utilities/class.u.low.php', 0, 0xe1540580b42c155328086f6583fab057, 0xe1540580b42c155328086f6583fab057, 0x77092cad88c23289cbc1f1d3e7075ebeb26575fd919c6a2ab4ccc540fa4fbc53, '', 0, '?'),
(0xd10ac866be59db2be69a95cffb39fb2e, 'wp-content/plugins/duplicator-pro/classes/utilities/class.u.multisite.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/utilities/class.u.multisite.php', 0, 0xcc0501e35f6edb8d1b66f317c8933393, 0xcc0501e35f6edb8d1b66f317c8933393, 0x268ef0d195bf7bc92d5add1170568ace5ab1eb82a3407e41dc4ed1bdd749d8f0, '', 0, '?'),
(0xc68c99a51808b5be2b54ccb0b3706bb4, 'wp-content/plugins/duplicator-pro/classes/utilities/class.u.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/utilities/class.u.php', 0, 0x9e9d80d9b5945cea26a94de2709f9d9c, 0x9e9d80d9b5945cea26a94de2709f9d9c, 0xbfcec785b2d907a458eccf8231cf2e3b821bafebacd8e940083887268336b02d, '', 0, '?'),
(0xf1085f63b290a0b3ef069a7ca89a93e4, 'wp-content/plugins/duplicator-pro/classes/utilities/class.u.settings.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/utilities/class.u.settings.php', 0, 0xfaab56ead40476f0cbdd5365f0133022, 0xfaab56ead40476f0cbdd5365f0133022, 0xede9d48c938edd1e2d96663047bab99b1c541dad0438c526ae4ec4e2636b6924, '', 0, '?'),
(0xa3627af58cdd7ea5c8a9627656f2697f, 'wp-content/plugins/duplicator-pro/classes/utilities/class.u.string.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/utilities/class.u.string.php', 0, 0x5a4ef589e37497520365039557e468a7, 0x5a4ef589e37497520365039557e468a7, 0x0a5ca7181c165eba08272715019dcc0771b5f5bc54d329225d8da78a3f933838, '', 0, '?'),
(0x61335345c771733876f2fc7622e6e210, 'wp-content/plugins/duplicator-pro/classes/utilities/class.u.tree.files.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/utilities/class.u.tree.files.php', 0, 0x4af6b8b6051f3a5e8c1b237502f99937, 0x4af6b8b6051f3a5e8c1b237502f99937, 0x05335a4c5548bdfbfa0689d2b457e35fab0da45fbf0a579d0b4f88b0b73d8508, '', 0, '?'),
(0x2574f3c509038381b5d07852505308c5, 'wp-content/plugins/duplicator-pro/classes/utilities/class.u.upgrade.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/utilities/class.u.upgrade.php', 0, 0xe62afdd4eddbff1f15c3490430a2f147, 0xe62afdd4eddbff1f15c3490430a2f147, 0xc6eed8c74d479018a8bb5e56dc8c3da6e2e08544bdb60be097debfabb2d71971, '', 0, '?'),
(0xc78bd0790e10d6f27d2c999d7acaf950, 'wp-content/plugins/duplicator-pro/classes/utilities/class.u.validator.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/utilities/class.u.validator.php', 0, 0xc5efb95f1c37b61b2ffe2687979a7bf3, 0xc5efb95f1c37b61b2ffe2687979a7bf3, 0x534c4216462af1e668069b306cfa5a85521d0464ecda23b57dcdb3ee920b1349, '', 0, '?'),
(0x8f1b99e54108f90ff12d372094eb820c, 'wp-content/plugins/duplicator-pro/classes/utilities/class.u.zip.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/utilities/class.u.zip.php', 0, 0x37b818701ecbcbbeb31421e7be5cb641, 0x37b818701ecbcbbeb31421e7be5cb641, 0xe93f27e8764c6799a2241d69bc3e8daea35f8c8f5f3dc368907ab0e97747cef7, '', 0, '?'),
(0x632b96ee878ffd2762b8836fe536b786, 'wp-content/plugins/duplicator-pro/classes/utilities/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/utilities/index.php', 0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x4cd88dbb4d49d45fccfc1cf932b83038, 'wp-content/plugins/duplicator-pro/classes/utilities/tests/class.test.debug.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/utilities/tests/class.test.debug.php', 0, 0xc593339fbba241862f54387255b98963, 0xc593339fbba241862f54387255b98963, 0x68607dfb306179b9d02532b3bb121278d745d994f957bfc1225eb6434bb69d2d, '', 0, '?'),
(0x76fdefa48978db9130c1c74ebd13f161, 'wp-content/plugins/duplicator-pro/classes/utilities/tests/class.test.package.build.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/utilities/tests/class.test.package.build.php', 0, 0x8c6e33c3b7f86b865651e8f4fafd2792, 0x8c6e33c3b7f86b865651e8f4fafd2792, 0x5fa4b555f68e22fe8f2a08356511bf48df95720aabc447a0749b7a6c67feb11b, '', 0, '?'),
(0xb6d506b4065b574d2cb940544e70b385, 'wp-content/plugins/duplicator-pro/classes/utilities/tests/class.u.test.abstract.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/utilities/tests/class.u.test.abstract.php', 0, 0xb2f9753690416ebbee7f6eb80c05d32e, 0xb2f9753690416ebbee7f6eb80c05d32e, 0x99de12df8e41d1dc2a22f639fdd411f78fe9d44645e1371039b9310bf3b9abe1, '', 0, '?'),
(0x1f91088538a92594b94030fdf3993281, 'wp-content/plugins/duplicator-pro/classes/utilities/tests/class.u.test.result.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/utilities/tests/class.u.test.result.php', 0, 0x3dafbf996f8771da3e341e6eb3aab3e6, 0x3dafbf996f8771da3e341e6eb3aab3e6, 0xb3f916cdf362bc25e846e0ce2660170e29a79277ea972d7fb15ea1ec05449544, '', 0, '?'),
(0x87009d6f54423d8040e9d3eb046912a9, 'wp-content/plugins/duplicator-pro/classes/utilities/tests/class.u.tests.manager.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/classes/utilities/tests/class.u.tests.manager.php', 0, 0x7945780d230430fe2300d8f1f5cbb573, 0x7945780d230430fe2300d8f1f5cbb573, 0xd092696167b613637e5e80cf4a4bf67c56f3dd7497d222128e54724204ce9bf3, '', 0, '?'),
(0x735f33a4eb0bc1a88295ff452a115bd9, 'wp-content/plugins/duplicator-pro/ctrls/class.web.services.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/ctrls/class.web.services.php', 0, 0xed135c98961a4bcac7a11163ae81a5c5, 0xed135c98961a4bcac7a11163ae81a5c5, 0xf1e648092ca1a4a08bc2d19237febcfa53ef739148bd242c7abd51ab4a704a16, '', 0, '?'),
(0xd60923fa9ad566f2d43466a2f91c049e, 'wp-content/plugins/duplicator-pro/ctrls/ctrl.base.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/ctrls/ctrl.base.php', 0, 0x7663cd24f73c069558866dba18dd6596, 0x7663cd24f73c069558866dba18dd6596, 0xee5d39f50704382a2abbfee8dfb59a2e012edd8b7b83acfe85a9848870120e3c, '', 0, '?'),
(0x4851b5e5677d7502869246685fa3d1a8, 'wp-content/plugins/duplicator-pro/ctrls/ctrl.package.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/ctrls/ctrl.package.php', 0, 0x5a692f486d709649289e2c467056e18e, 0x5a692f486d709649289e2c467056e18e, 0x0cda24bb2abcb51da8e4091789e35dedbfc53b5ff1cc03fbb7d98673564d245d, '', 0, '?'),
(0xb71a044c144814197c065f7532e52f8a, 'wp-content/plugins/duplicator-pro/ctrls/ctrl.recovery.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/ctrls/ctrl.recovery.php', 0, 0x80b942c99a491724eaddeaa53735946a, 0x80b942c99a491724eaddeaa53735946a, 0xc44ea855ea85200e45dbb23ac4637c1a30936bf3338c15dec74fc0a6eb9eb6c9, '', 0, '?'),
(0x3206b5219375f51c2f654db9069b6eec, 'wp-content/plugins/duplicator-pro/ctrls/ctrl.storage.setting.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/ctrls/ctrl.storage.setting.php', 0, 0x1d29c0de2b055ac9fc0f05571ab6dff7, 0x1d29c0de2b055ac9fc0f05571ab6dff7, 0x033bec0ebf050ea6b59420c48c0e34602c15a48e8b3f6099c8ef459469f17b47, '', 0, '?'),
(0xe507617bb50df4ca3b5d2364497b30e7, 'wp-content/plugins/duplicator-pro/ctrls/ctrl.tools.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/ctrls/ctrl.tools.php', 0, 0x5aabc5081e96d2ddddc7c97036a2d4c2, 0x5aabc5081e96d2ddddc7c97036a2d4c2, 0x2716f793a768efb7b48aa091fafe33ee8030fc9f699dee44bce391a15306cc7c, '', 0, '?'),
(0xc0cae67da11c442d93894f24567bfa1a, 'wp-content/plugins/duplicator-pro/ctrls/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/ctrls/index.php', 0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x76767c176d628c4105e673aab0df6e06, 'wp-content/plugins/duplicator-pro/define.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/define.php', 0, 0x6b55317834a1a147b2c1bef47445c2d6, 0x6b55317834a1a147b2c1bef47445c2d6, 0x2c4c7431502f532980e2fc0d9dd9c680561d624ec9107053aed58f220e439b46, '', 0, '?'),
(0x533bdaa20641817e6274569220546d14, 'wp-content/plugins/duplicator-pro/duplicator-pro-main.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/duplicator-pro-main.php', 0, 0xe2589b25402c8bbb5dde6e2623eeaf7b, 0xe2589b25402c8bbb5dde6e2623eeaf7b, 0x4bfdaf80548350e39927445c26197b2507ce83c52fa1dccbeb55865d4bd5170e, '', 0, '?'),
(0x3821d510138f2ca5fc283f2667da0b44, 'wp-content/plugins/duplicator-pro/duplicator-pro.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/duplicator-pro.php', 0, 0x689ee9f8d80493dba975df6696428066, 0x689ee9f8d80493dba975df6696428066, 0xfe7e5eace28f00909372d2d7bef8b8bf100d869d96c765e191db1f83413e804b, '', 0, '?'),
(0x34346bd11570364ccc54ad43116b134b, 'wp-content/plugins/duplicator-pro/helper.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/helper.php', 0, 0xe9d05aea5a61f4c3318b997a48cad23e, 0xe9d05aea5a61f4c3318b997a48cad23e, 0x865037e6326a86f1025e7fda7104eab005bce0de7ba9c5d6d530428e941be4c3, '', 0, '?'),
(0x9307372f6bc5f388a8091d0e253967bc, 'wp-content/plugins/duplicator-pro/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/index.php', 0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x9d3d037fb0728609bb92103bedd89022, 'wp-content/plugins/duplicator-pro/installer/dup-installer/addons/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/addons/index.php', 0, 0x2bc35303ca2eef98449fb73a32f308f3, 0x2bc35303ca2eef98449fb73a32f308f3, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x30d6e90e99370e9ce9d1264c55137fdc, 'wp-content/plugins/duplicator-pro/installer/dup-installer/api/class.api.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/api/class.api.php', 0, 0x6be322f231a4dd36ccaa4b9208f8704d, 0x6be322f231a4dd36ccaa4b9208f8704d, 0xf70b456421cb0d7e706ad2e37be5ef083e68675d9ceeac46398fd60d1ce595c2, '', 0, '?'),
(0x75978283a6ed4c66ee91be7ce87384a4, 'wp-content/plugins/duplicator-pro/installer/dup-installer/api/class.cpnl.base.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/api/class.cpnl.base.php', 0, 0x68b3cc625e55e4ed1d44b4bcd1dd5e3e, 0x68b3cc625e55e4ed1d44b4bcd1dd5e3e, 0xcf9231d6444e9e8142c9a677e158b9a509d5a2404c965a18c3eb10bc7aeedff5, '', 0, '?'),
(0x04f8e2207872fce8ae17f4e91c2f7744, 'wp-content/plugins/duplicator-pro/installer/dup-installer/api/class.cpnl.ctrl.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/api/class.cpnl.ctrl.php', 0, 0x22a35de9178a5308529a147052b1ad60, 0x22a35de9178a5308529a147052b1ad60, 0x4cc2263853fceefd4fafacd0c80bf707b512f1d52490678af5aebea363a793b1, '', 0, '?'),
(0xe9ce3d0d09cb77c758114a338a810c14, 'wp-content/plugins/duplicator-pro/installer/dup-installer/api/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/api/index.php', 0, 0x1c4a3320d4d14117061b51aa5e62aeab, 0x1c4a3320d4d14117061b51aa5e62aeab, 0xf2656d1cbdccf949010be2f8b53ab5e5c586020ab4134414dbffc3cb920490bc, '', 0, '?'),
(0xccf5fd207c0dd77d6f4a8f1938b3723e, 'wp-content/plugins/duplicator-pro/installer/dup-installer/api/router.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/api/router.php', 0, 0x6560142db7aef165c0a13b7387164192, 0x6560142db7aef165c0a13b7387164192, 0xe464b24c8a1f9641c6bdd32b20770ba7569c2232045ba6c50d2c84c946ae760a, '', 0, '?'),
(0xd7c960d2a4cd9010afbd12ce4cc0b39d, 'wp-content/plugins/duplicator-pro/installer/dup-installer/assets/font-awesome/css/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/assets/font-awesome/css/index.php', 0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xa1db5a8c5ee36208540c20b6643390b6, 'wp-content/plugins/duplicator-pro/installer/dup-installer/assets/font-awesome/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/assets/font-awesome/index.php', 0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x961c4055bb302912292f2b8afaa08087, 'wp-content/plugins/duplicator-pro/installer/dup-installer/assets/font-awesome/webfonts/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/assets/font-awesome/webfonts/index.php', 0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0xea36f6a2cce2bc2b79e991c39047807a, 'wp-content/plugins/duplicator-pro/installer/dup-installer/assets/fonts/dots/dotsfont.svg', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/assets/fonts/dots/dotsfont.svg', 0, 0x451ebc2c6b6b13cb186652e3bfa94b91, 0x451ebc2c6b6b13cb186652e3bfa94b91, 0xf20c43de6c960962f80a7e9316e49c07c1b159a34414ed00b4db53b12734b9fd, '', 0, '?'),
(0x36e9571cf5b7b45aa23da78cd0abc3f6, 'wp-content/plugins/duplicator-pro/installer/dup-installer/assets/images/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/assets/images/index.php', 0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0xda5c98e833164cd0a4222f44a63d857b, 'wp-content/plugins/duplicator-pro/installer/dup-installer/assets/inc.css.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/assets/inc.css.php', 0, 0xa5b64ab5522d894e4ba27a0c697eb1ed, 0xa5b64ab5522d894e4ba27a0c697eb1ed, 0xa748b07f2de5142c882f14f9ffc91206b758d4de780977b25b7d1eee4eb1ef56, '', 0, '?'),
(0x4ec7732a7127275cf30e076bcbed5de5, 'wp-content/plugins/duplicator-pro/installer/dup-installer/assets/inc.css.validation.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/assets/inc.css.validation.php', 0, 0x0c53c6a625645809bf07bf7aeff5e05f, 0x0c53c6a625645809bf07bf7aeff5e05f, 0xa41c2a8ee80efe0a7befbfcf783888329a3296351656d212f9cbc8b058e7afa3, '', 0, '?'),
(0x4e343a9ac955aa669139949938eeef7c, 'wp-content/plugins/duplicator-pro/installer/dup-installer/assets/inc.js.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/assets/inc.js.php', 0, 0x0e364e2584d70edd19b8c8becc3873d2, 0x0e364e2584d70edd19b8c8becc3873d2, 0xf7662242e60de857bb02f5f58a9a2ce0eab45fa0d1c3f43aa968e10ba49f9b2a, '', 0, '?'),
(0x1e7a3eb88e3f4f28a6fbd845f533b7a1, 'wp-content/plugins/duplicator-pro/installer/dup-installer/assets/inc.libs.css.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/assets/inc.libs.css.php', 0, 0x6869bb58d62f597b4e80b3f5a8cc26c1, 0x6869bb58d62f597b4e80b3f5a8cc26c1, 0x82e499973af903d73361be1f8a3262367663dd804c969a31281c3bc433acc078, '', 0, '?'),
(0x4236129999797199c9c4b38e29f34296, 'wp-content/plugins/duplicator-pro/installer/dup-installer/assets/inc.libs.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/assets/inc.libs.js', 0, 0x1f58c1cfb8dc4e17b29be113a0417a95, 0x1f58c1cfb8dc4e17b29be113a0417a95, 0xdb4c5272323a23edbebbf7ed42480a07ca4ec0c8bc0925743d3031c49aae077b, '', 0, '?'),
(0xdd85b8d081db18972d731876ea107842, 'wp-content/plugins/duplicator-pro/installer/dup-installer/assets/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/assets/index.php', 0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x762914187c72d5173ca63986d2a66acd, 'wp-content/plugins/duplicator-pro/installer/dup-installer/assets/js/password-strength/password.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/assets/js/password-strength/password.js', 0, 0xbce3da61b6579856f3f452d5df4f67f4, 0xbce3da61b6579856f3f452d5df4f67f4, 0xffd98681e82c2dc7fbb758cb20fb6f518ae49d3b9ba564fa0276946a751e1bc5, '', 0, '?'),
(0xc9996d4c0bf2a4a3d7c081a8ec4505bf, 'wp-content/plugins/duplicator-pro/installer/dup-installer/assets/maintenance.html', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/assets/maintenance.html', 0, 0x6fdc7636ea1ddb16637fa28caa9331b8, 0x6fdc7636ea1ddb16637fa28caa9331b8, 0xb8d87f584133d5931458d0c373b5538f8346cb57b2fa71d823ecc6a3c82e8576, '', 0, '?'),
(0xae6d48bfc92bee5fd0ad051dbfd9669a, 'wp-content/plugins/duplicator-pro/installer/dup-installer/assets/wp-config-sample.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/assets/wp-config-sample.php', 0, 0xa3072450256eb66c40a1cea56d78c152, 0xa3072450256eb66c40a1cea56d78c152, 0xfb4f197eda306cfbfc16fe20d41143f6d722bacef490b9089b920fd041c1aed6, '', 0, '?'),
(0x9efb65289a2ffd5e9b4a2347326379f3, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/class.crypt.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/class.crypt.php', 0, 0xbd0ff768132ecc0278a8f1327c2fd330, 0xbd0ff768132ecc0278a8f1327c2fd330, 0xac5f20ea1d74465e60d07549dbd44c3503d1fe6730930a2aea84c71ceb492fec, '', 0, '?'),
(0x0141110a3467123eb24444a027522f65, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/class.engine.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/class.engine.php', 0, 0x41607350241e46c2ba3a2bb4dff6cd35, 0x41607350241e46c2ba3a2bb4dff6cd35, 0x6c372488e6eec41a0c2a94210bd1319912fb52a57d2a71196dd12c0f6082cfc7, '', 0, '?'),
(0x62a10a2ea9c7bd494f49ba0d39a7e170, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/class.http.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/class.http.php', 0, 0x93ee8b5c80bb141a99944751a063ac65, 0x93ee8b5c80bb141a99944751a063ac65, 0x86eb804fea1ae230c57a21310e587c02ed4e9db72d5e761917149fedbb24e898, '', 0, '?'),
(0xb51ab97c7f284dac4b4c9bcf15195f2b, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/class.installer.state.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/class.installer.state.php', 0, 0x35cab73e958263c3522337422e1fe046, 0x35cab73e958263c3522337422e1fe046, 0xdd49f9594fa4a109ca9abe052b9f98c5e88e7076cbd1692dfb6d1530d37f457e, '', 0, '?'),
(0x15b5a53d055bafec5d768ca7242da6f3, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/class.package.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/class.package.php', 0, 0x875f48131cee6c9c0caf1398bea38794, 0x875f48131cee6c9c0caf1398bea38794, 0x0f1f9c1bf6c31701445bb94b221a652ef8a0d772a0001e86cc145610af1f304d, '', 0, '?'),
(0x58a3c9f66300fffb7bd353665f7e6dfe, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/class.server.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/class.server.php', 0, 0x003445900ef353ad3309a26dc6831f0f, 0x003445900ef353ad3309a26dc6831f0f, 0x3bf5b7637e42e47a24ea5ac901b484e1bde7a1d627ce52ae76a6bfcc97e8927a, '', 0, '?'),
(0x9ecfeab5937fe0a9b7c1450cb1076598, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/config/class.archive.config.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/config/class.archive.config.php', 0, 0xbe210c2b64725aea68cc7e570d16aee7, 0xbe210c2b64725aea68cc7e570d16aee7, 0xa16e3fb26d4cfb88f52f25c0416335f44e6ce46dd36530fd3b9b80841c2fe5bb, '', 0, '?'),
(0xa597a3284254dd1fc036b33bd8fdb3bd, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/config/class.conf.utils.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/config/class.conf.utils.php', 0, 0xed338699c4095c267a88d1ec5aba6f89, 0xed338699c4095c267a88d1ec5aba6f89, 0x5344392df5524f061b0a5acd8af78029b7e829fe9bd9111f62a65a525ae11b1c, '', 0, '?'),
(0x72fcf577b3cf69aa00118b45e1be7332, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/config/class.conf.wp.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/config/class.conf.wp.php', 0, 0x291f58921198e6c0abda000d76399514, 0x291f58921198e6c0abda000d76399514, 0x72f31d8f3e23c3f89514ea94648d90767c504fe0b3e01a3b2138cd8b45491ad3, '', 0, '?'),
(0xbe4ef5c106d8a708604c51e021fbb4d2, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/config/class.constants.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/config/class.constants.php', 0, 0x125f997aced0735de3434e694775968b, 0x125f997aced0735de3434e694775968b, 0x64ac8f580b5b6fd3d7813e70eeb556b95dfa95985679d8b0543af4664095d4ee, '', 0, '?'),
(0x27764add066129b647ffbcb9d5e41452, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/config/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/config/index.php', 0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x19bf4167532159998c74e23f37543ff1, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/database/class.db.functions.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/database/class.db.functions.php', 0, 0x4399914e3d7d81fac46eb6106c918853, 0x4399914e3d7d81fac46eb6106c918853, 0x6b16cbbea678c307ccca406f33bbdd41c4312da1aabf43cb2ea6360f9cdf97c7, '', 0, '?'),
(0xb7f8796d36f203d088b06942110d8514, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/database/class.db.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/database/class.db.php', 0, 0x714c4f7a8f73a0dd01694d809d024783, 0x714c4f7a8f73a0dd01694d809d024783, 0x7c109bb8fb9c45444f6b932e585c7cd3a81e7b47d584b4f8c0259100590b4ceb, '', 0, '?'),
(0x4b6b08b1d872b6a02a170e6d29af2200, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/database/class.db.table.item.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/database/class.db.table.item.php', 0, 0xb5c9d6657181ef32b37a4a3d02338b49, 0xb5c9d6657181ef32b37a4a3d02338b49, 0xc0c524e728cad00302f62f2cecc643dedfdf6c82e7490a35b1c814642109c46e, '', 0, '?'),
(0x4c82bdb6b7ce6334cc1fd752280e145b, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/database/class.db.tables.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/database/class.db.tables.php', 0, 0x0b87c18f5f4e0cf8234cd170f6eede0a, 0x0b87c18f5f4e0cf8234cd170f6eede0a, 0x976088ab7d864a8bd5a8a2cc16a09b2d0a64902612f18d0696e15fd871c6f13b, '', 0, '?'),
(0xc69cda5334f4f05a9e58d3598afe403e, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/host/class.custom.host.manager.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/host/class.custom.host.manager.php', 0, 0x65df527b21dd8b84695d3afff08544b1, 0x65df527b21dd8b84695d3afff08544b1, 0x20ff63d537d50bac7211ca20be15e1b40e01a742768e47157634797ceabdac03, '', 0, '?'),
(0x30634c3fd682ce340733fb4a280e0cb7, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/host/class.flywheel.host.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/host/class.flywheel.host.php', 0, 0xa57bb726c720236bb33a5d223159b6d1, 0xa57bb726c720236bb33a5d223159b6d1, 0xf65b68ec90d184954ecc51f36d0c9b81c6bfb9437ec923a85791860466bdccee, '', 0, '?'),
(0xafe703235f3aa30e7b39ddaf116795fa, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/host/class.godaddy.host.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/host/class.godaddy.host.php', 0, 0x22bf07204b2960fdd53c1d79904cc009, 0x22bf07204b2960fdd53c1d79904cc009, 0x28f803a9cb8bcf9f21f2f8f904a61441aa20f289f16ee5a56591618be92f5feb, '', 0, '?'),
(0xf56e2dfa44e8e8f85da2db4f6b50b6e6, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/host/class.liquidweb.host.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/host/class.liquidweb.host.php', 0, 0x54fbf63e40771aaadee0b8199f643995, 0x54fbf63e40771aaadee0b8199f643995, 0x201ff91751516d8aa391864a2a629ae11c1861ad7f9e37cfbf89908c1e71ac85, '', 0, '?'),
(0x1585cb7752d8f3ea38151150d218cfba, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/host/class.pantheon.host.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/host/class.pantheon.host.php', 0, 0x1ab988d0c40bf23e992022c7effe4c1b, 0x1ab988d0c40bf23e992022c7effe4c1b, 0x322f0bf00cbbb30cbe6b41df3bc5db970d20daeb307c4c6dfc7a558227c41077, '', 0, '?'),
(0x9875231fb4259cab9e768f0dd357db62, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/host/class.siteground.host.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/host/class.siteground.host.php', 0, 0x599e6722157866f61d09c9fd4d3fff34, 0x599e6722157866f61d09c9fd4d3fff34, 0x6006442e4d6d4489caeed8c6a220254c72d9345ed1693d738d7997e3a9c0f5b0, '', 0, '?'),
(0xdd9bb1c483d787ed204088db18af7a16, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/host/class.wordpresscom.host.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/host/class.wordpresscom.host.php', 0, 0x2d42a34c2f4983de7c88e6757684f8f2, 0x2d42a34c2f4983de7c88e6757684f8f2, 0x250b9d9c94cb85de6068141cbf8ee8c475966b77d9486afbfd5f7e99f84454ea, '', 0, '?'),
(0xb02705179f098280ccb3b24f4369066c, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/host/class.wpengine.host.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/host/class.wpengine.host.php', 0, 0xa5f59fbd832d48b8ca010879b0a554cb, 0xa5f59fbd832d48b8ca010879b0a554cb, 0xb79c96e416b2dddbb4c8996df84c2dddb7bdb78fc121eeefce09bc7eee5d8543, '', 0, '?'),
(0xf4b5f330a6b930b9fc4212080f744d40, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/host/interface.host.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/host/interface.host.php', 0, 0xd4bbc138a9393c4bad928858ff252d7f, 0xd4bbc138a9393c4bad928858ff252d7f, 0x1dd095c9c10ecd2d8e4043f65a06ae3c58a93433f5dfbbdc50022d3a44315f01, '', 0, '?'),
(0x9fb18e04c1253a13436607765f82fe03, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/index.php', 0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x21a1e130c4f4c15f6cbae3974c0aed12, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/utilities/class.u.exceptions.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/utilities/class.u.exceptions.php', 0, 0x121ca428d6daef92a8e318c6427ab634, 0x121ca428d6daef92a8e318c6427ab634, 0x02ebfb92be54c14aab62c4a4ffacd350bad9cd8497b27c1eec9a149128ad5d58, '', 0, '?'),
(0xb3f7b304c4650154bf56651175bec757, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/utilities/class.u.notices.manager.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/utilities/class.u.notices.manager.php', 0, 0xa354e37cd693c8bc4b3102e4c3621c0f, 0xa354e37cd693c8bc4b3102e4c3621c0f, 0xdd654091aabb52a58044cbb81451f69c37ddaab5b37b840536190d61477bfab8, '', 0, '?'),
(0x5efe1cea8de0508da2d37804100b8ef2, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/utilities/class.u.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/utilities/class.u.php', 0, 0x91dd9e955947125641b9c68d4f2c992e, 0x91dd9e955947125641b9c68d4f2c992e, 0xf9e98b9df77112abfad3cb4a03ff56fc20e1003072efab37d44ca0fbbeeb55b1, '', 0, '?'),
(0xc4c6b389513d8814eb75edf6c2a5af16, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/utilities/class.u.search.reaplce.manager.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/utilities/class.u.search.reaplce.manager.php', 0, 0xa3174bd047a921f790ce4401b9c49d80, 0xa3174bd047a921f790ce4401b9c49d80, 0x8555d57d131d8e998c3d81f013234f2e3c5e7eb98de85c30cf28911f8088627c, '', 0, '?'),
(0x8114bf0a734f63b646658d49c9a321ea, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/utilities/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/utilities/index.php', 0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0xc36e53ad05f5540c4c2dc9286b42faef, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/utilities/template/class.u.template.item.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/utilities/template/class.u.template.item.php', 0, 0x9d8273345a5ac0f6aab4b7656fe78dd3, 0x9d8273345a5ac0f6aab4b7656fe78dd3, 0x8fb340d86a8f7b51e675c4f43069559c2236b610413ba3454857eedc4e7a4cb0, '', 0, '?'),
(0xc3b2538a58a2db1dd9c6ec18b77688ab, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/utilities/template/class.u.template.manager.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/utilities/template/class.u.template.manager.php', 0, 0x31f7d3af34f6006e1a35f8ae963949d6, 0x31f7d3af34f6006e1a35f8ae963949d6, 0x0f89210d753f5894acc78f016a58472df7a73be804a3d2e1ef505e062ab572e7, '', 0, '?'),
(0xcc65fbc53c27c3adfe39437649911909, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/class.validation.abstract.item.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/class.validation.abstract.item.php', 0, 0x5592f9fc4179990118f55363c762e838, 0x5592f9fc4179990118f55363c762e838, 0x57bdbc4edc63af01e921cdfe3259241b01cced81a2c09345ec2046a35b9cc4f9, '', 0, '?'),
(0xc3262f3dca986d7120fe0cbb473736ef, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/class.validation.database.service.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/class.validation.database.service.php', 0, 0x1daebf2e6a2e15f850e60acb847f8e7f, 0x1daebf2e6a2e15f850e60acb847f8e7f, 0x49bd5b265e9bd22941ac616956a6d91af1a1fff921d2c3cbb33820d41f42cb77, '', 0, '?'),
(0x3dccb55b7b82a375336fc8146c828355, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/class.validation.manager.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/class.validation.manager.php', 0, 0x5bb16ed0a90b7f562da06ba583efa52f, 0x5bb16ed0a90b7f562da06ba583efa52f, 0xe9e2fc7ab483eba09ba02b3777473c2900f5df368248cde0d9574492359d4f6b, '', 0, '?'),
(0x726873e23f23700652019f51cfc3e440, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/database-tests/class.validation.test.cpnl.connection.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/database-tests/class.validation.test.cpnl.connection.php', 0, 0x5e683b6bfd0cd4c1df7f497719940f12, 0x5e683b6bfd0cd4c1df7f497719940f12, 0xf6ca7b2660c89570fe31a6249c389e9c3ad2c8deda66b36424a5f7867b668df5, '', 0, '?'),
(0x5c9b6d5226d0ac8215f3032db3e2a8d4, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/database-tests/class.validation.test.cpnl.new.user.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/database-tests/class.validation.test.cpnl.new.user.php', 0, 0xc1943e65e33a4796cf58b292fa7e2904, 0xc1943e65e33a4796cf58b292fa7e2904, 0xbaf494c8e87129b66d3e4c4b59f9d80febc60c1537fefedc2aa2549a86ebf74f, '', 0, '?'),
(0xb3a4f9809b8d979416e4547d051abcb4, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/database-tests/class.validation.test.db.affected.tables.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/database-tests/class.validation.test.db.affected.tables.php', 0, 0x6dd1804221718139d2bf1942522a8f4c, 0x6dd1804221718139d2bf1942522a8f4c, 0xdb34f25a828788e97c0d4665af6c53f55bc9a3dbef9be71ba4a985aa169a8579, '', 0, '?'),
(0xe468f1b9b86f208c1e3950827e52d3e8, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/database-tests/class.validation.test.db.case.sentivie.tables.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/database-tests/class.validation.test.db.case.sentivie.tables.php', 0, 0xf9316428596478980e7efd68ab9a96c2, 0xf9316428596478980e7efd68ab9a96c2, 0xcb9cb1e7c7ef810ce505bbf689476ed5a0bb545b62b1d140335da3d2eebbdb97, '', 0, '?'),
(0x9fc4b99860b3409646e118b84445181f, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/database-tests/class.validation.test.db.cleanup.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/database-tests/class.validation.test.db.cleanup.php', 0, 0xa6ed2b9512d042f149f84dedeb52cc52, 0xa6ed2b9512d042f149f84dedeb52cc52, 0xb258df3003936af8102239d7c38ae58f295d378164423144d76353d799df80f9, '', 0, '?'),
(0x3e133af330995919627ce8280cd1edf1, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/database-tests/class.validation.test.db.connection.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/database-tests/class.validation.test.db.connection.php', 0, 0xb83cde363716d732bd819aefe402ba7e, 0xb83cde363716d732bd819aefe402ba7e, 0xabcf2af80dd0ffa200c15c59cab858b959a7cf8f0a2e698d6a471f4ba7722cc0, '', 0, '?'),
(0x76ce6f42128feb4b138d408e89e31dfd, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/database-tests/class.validation.test.db.create.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/database-tests/class.validation.test.db.create.php', 0, 0x97c7d4e97412eea755bcb327fa243294, 0x97c7d4e97412eea755bcb327fa243294, 0x7fdbe95074d6289aef89296628c603d0272d4ebf3b812d5ec55c68ab7c9b023a, '', 0, '?'),
(0x4fb892becc6c1d3e39e2d83917948ef1, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/database-tests/class.validation.test.db.gtid.mode.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/database-tests/class.validation.test.db.gtid.mode.php', 0, 0x2e6707abae82893d82a97d211e0a0298, 0x2e6707abae82893d82a97d211e0a0298, 0x29fbb9a2c73f6e472dff774e1787914b962fdde55f0eae283fc3d82bdf28965b, '', 0, '?'),
(0x13b088245cfe1f78d547b14acb0adf32, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/database-tests/class.validation.test.db.host.name.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/database-tests/class.validation.test.db.host.name.php', 0, 0xb5e751a2bb80a106573b2801c480666b, 0xb5e751a2bb80a106573b2801c480666b, 0xfd01b4d0983f2cedf09e1b07b9cda42533db3242f1013e0766c0c6a38440ee22, '', 0, '?'),
(0xab88ed82687758af3f677c3885b8e092, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/database-tests/class.validation.test.db.manual.tables.count.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/database-tests/class.validation.test.db.manual.tables.count.php', 0, 0xab2ab90543cbd29e8d24f0159c4e6ee4, 0xab2ab90543cbd29e8d24f0159c4e6ee4, 0xd60244d27c439dcce577a5b23265c4dfc9ee17ae1e3172ccd69dafafb5c2bebd, '', 0, '?'),
(0xd37b3069795eadd0353b0fa12d3c063e, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/database-tests/class.validation.test.db.multiple.wp.installs.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/database-tests/class.validation.test.db.multiple.wp.installs.php', 0, 0xd9c18e31ed1ba662c1930a035d163309, 0xd9c18e31ed1ba662c1930a035d163309, 0x41a64573dec5e10056b979b8f154cffb0dc6f7a85eb2fc75fd011a55ca149bec, '', 0, '?'),
(0xd4b3ac0407c692ffc554d1fa60f0ef3d, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/database-tests/class.validation.test.db.prefix.too.long.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/database-tests/class.validation.test.db.prefix.too.long.php', 0, 0x63a08926142e46c039cc4495611fdf0f, 0x63a08926142e46c039cc4495611fdf0f, 0x52da14a309b2dba6228b35c6e6b9fbf32bb3e25af8d59a41577aa9ca137db29c, '', 0, '?'),
(0x043644bac6022d2300c5178cfd7688cc, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/database-tests/class.validation.test.db.show.variables.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/database-tests/class.validation.test.db.show.variables.php', 0, 0xc58c1472ce3ead2fba05706c431e579b, 0xc58c1472ce3ead2fba05706c431e579b, 0x0ff256b459991d74c122e48e50f687fdb925f634679b511a3ad49a175778b04d, '', 0, '?'),
(0x059bb62a4fcec29fb806e2a3fb916925, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/database-tests/class.validation.test.db.supported.charset.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/database-tests/class.validation.test.db.supported.charset.php', 0, 0x7439d304ece9253f2f4f74607b3fed33, 0x7439d304ece9253f2f4f74607b3fed33, 0x04fcb3aa381a0724be7e1f0654704b696cb43201ab76475ad3deda3d8d4d7728, '', 0, '?'),
(0x2e655700f3b2a66e32bcf0a88660f2cd, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/database-tests/class.validation.test.db.supported.default.charset.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/database-tests/class.validation.test.db.supported.default.charset.php', 0, 0x3a2cba75fcbbe26311fa31d2be5dcac1, 0x3a2cba75fcbbe26311fa31d2be5dcac1, 0x84d97747e56f6e9d634f3b693cd1c9cd56c9658b5a1e2459a684ad201fb9b6c9, '', 0, '?'),
(0x87ca45318f8f2cec7cb33336d8f47d72, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/database-tests/class.validation.test.db.supported.engine.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/database-tests/class.validation.test.db.supported.engine.php', 0, 0x88fe4d55b34574d8765b504bce57f26e, 0x88fe4d55b34574d8765b504bce57f26e, 0x80281f32e44548313c35c8dd992af57345e189f2cff7b4e2f286bfa639f826cd, '', 0, '?'),
(0x7c7f9ae363f148d1ebb0689fc6ee44e4, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/database-tests/class.validation.test.db.triggers.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/database-tests/class.validation.test.db.triggers.php', 0, 0x69653a2a9467537f019489f9edae65c0, 0x69653a2a9467537f019489f9edae65c0, 0x5c5730417397d103352b272f7021498988d9bf57916c6b6fae479f732374ce3a, '', 0, '?'),
(0xe94f2279ec8c4e5e377d81655a6a54cd, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/database-tests/class.validation.test.db.user.cleanup.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/database-tests/class.validation.test.db.user.cleanup.php', 0, 0x16974c0f31df3975f9403ee08084d336, 0x16974c0f31df3975f9403ee08084d336, 0xb7ea2318f3016d3098ba767dc94038b7811f5e8bd02dd6cf7cf1ae75ddde664a, '', 0, '?'),
(0xc56b6c6135ed47843a458981992ea725, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/database-tests/class.validation.test.db.user.perms.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/database-tests/class.validation.test.db.user.perms.php', 0, 0x34244453616483f0ec1abf5858243a9c, 0x34244453616483f0ec1abf5858243a9c, 0x1e3736941cf4ce91360bdb05678b9dd263b6a167848ecd10ed878b939db88735, '', 0, '?'),
(0x11b651c588830f8e58685adfc08ff2ca, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/database-tests/class.validation.test.db.user.resources.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/database-tests/class.validation.test.db.user.resources.php', 0, 0xc51477dc4e96405e098aece2343696a7, 0xc51477dc4e96405e098aece2343696a7, 0x6167977e01ed2c9d6c1ee9285109cb61b00bd877c1269ba96235d63cc4aaa13b, '', 0, '?'),
(0x8cd0691e6d0503984d92f4ec6fbb7a0d, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/database-tests/class.validation.test.db.version.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/database-tests/class.validation.test.db.version.php', 0, 0x3e2a5be3e59de0c4d28cb3cca1bb7a19, 0x3e2a5be3e59de0c4d28cb3cca1bb7a19, 0x139db510dd718c311a2efa4de4c3e477c7e3e047025cfcb339ccdbccee1b8af6, '', 0, '?'),
(0x3db353c5404252cd685b86d5ef062244, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/database-tests/class.validation.test.db.visibility.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/database-tests/class.validation.test.db.visibility.php', 0, 0x5b5a962ab53809313d4e9c4c6be70d96, 0x5b5a962ab53809313d4e9c4c6be70d96, 0x42883b3c0ee2c10c514b11a37c0d6687af118526f4cce88b0ec3eb439e0e36d9, '', 0, '?'),
(0xb353abc0dffe5f1bbc1d0fb2dd19b2fb, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/tests/class.validation.test.addon.sites.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/tests/class.validation.test.addon.sites.php', 0, 0x072db1c4e12098b2c815d62bfd4dade4, 0x072db1c4e12098b2c815d62bfd4dade4, 0x2821c3244b9448ed792a2bfeb3156ae72435771e1bd86811670ada9a3c28b4cc, '', 0, '?'),
(0xbea4fdc8bdec4dac9ab20a985c880266, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/tests/class.validation.test.archive.check.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/tests/class.validation.test.archive.check.php', 0, 0xcf12b56dd75e590b236c9317b5375734, 0xcf12b56dd75e590b236c9317b5375734, 0xcffd04966cabec6a4eccd42077ed345a54b2544be0c59765376a0ab3e2c08440, '', 0, '?'),
(0xdf1114f3e6c590f7e70931b4d942196b, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/tests/class.validation.test.dbonly.iswordpress.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/tests/class.validation.test.dbonly.iswordpress.php', 0, 0x494bbf524fcc3a1a07561d123ab0d406, 0x494bbf524fcc3a1a07561d123ab0d406, 0x77076a1b3ba5173271e25af2f6b25d13d35ad4e0a970816b3494be83608ecb65, '', 0, '?'),
(0x6c112ffa90f79815135b22a3d396d6f1, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/tests/class.validation.test.disk.space.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/tests/class.validation.test.disk.space.php', 0, 0x29846816840b2137ec469163d6529a2a, 0x29846816840b2137ec469163d6529a2a, 0xf03bb1e592aee310b4f0cd5dccf397c66ecfd86bd8e0c54aec0a9585b473a90c, '', 0, '?'),
(0x4357c9cda77f528da7e90a2dba4e4163, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/tests/class.validation.test.importable.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/tests/class.validation.test.importable.php', 0, 0x892a36bd61bd74554ef3ed435a22fdb0, 0x892a36bd61bd74554ef3ed435a22fdb0, 0xc0daf254dece024f2b1f4ed6e2189ed09777ea44ef18f128e33f4bdfa56f92dc, '', 0, '?'),
(0x87eb02ae592c97c5ca41a40bfaa6932e, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/tests/class.validation.test.importer.version.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/tests/class.validation.test.importer.version.php', 0, 0xd4916199adc8b7d11ba2f5694e807173, 0xd4916199adc8b7d11ba2f5694e807173, 0xd88cec874ade472a7640166aaa2d44d3d29775fa6c5a4b01db79aab858f6c58b, '', 0, '?'),
(0xf16c49d95a68a7159ca1ad291f9de9a6, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/tests/class.validation.test.iswritable.configs.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/tests/class.validation.test.iswritable.configs.php', 0, 0x4c0fee545733af015b356fd347b47398, 0x4c0fee545733af015b356fd347b47398, 0x9c013f81dae65417458735342057c60f1f6e0f30eaff61c0c292a11508822ac9, '', 0, '?'),
(0x3cfe6127873b1cb6e246b6aa5ffca265, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/tests/class.validation.test.iswritable.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/tests/class.validation.test.iswritable.php', 0, 0x8123477d23856d7b5c346034e08f4ba2, 0x8123477d23856d7b5c346034e08f4ba2, 0x18d66ca8614f28c4226a75debcb815feaaf3290c543c9178e44217314987a2a8, '', 0, '?'),
(0x399150c029b336f9c620d6847ce9dff5, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/tests/class.validation.test.managed.supported.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/tests/class.validation.test.managed.supported.php', 0, 0xff8e52b35bcdad11b7fd89ec3bca7d92, 0xff8e52b35bcdad11b7fd89ec3bca7d92, 0x1f4d2a7178ee0376ea3e5c6f1b604928b151489586949706a78c5df6e444bbfa, '', 0, '?'),
(0x4ee7a450e26efca5bbcb271a919fbe52, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/tests/class.validation.test.managed.tprefix.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/tests/class.validation.test.managed.tprefix.php', 0, 0x3ff3f8a4b6c62a6d201b00eaece4a44c, 0x3ff3f8a4b6c62a6d201b00eaece4a44c, 0xf9226288f95640f8fe6d5706c7e5751f7aebe8f67d8db089cdea9faf97a457e3, '', 0, '?'),
(0xd525901144bd27409d922be14479140f, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/tests/class.validation.test.manual.extraction.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/tests/class.validation.test.manual.extraction.php', 0, 0xe2deecc492b02fcbc129cf7daa70d331, 0xe2deecc492b02fcbc129cf7daa70d331, 0x7cab4c55e54a755779aeb5718bb99c83f5722bb72c2dd60219ff80029f25ef31, '', 0, '?'),
(0xee5ef1eb9343ee299bb84bb4f807ef4b, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/tests/class.validation.test.memory.limit.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/tests/class.validation.test.memory.limit.php', 0, 0x918df7640c0988a755f3ddc599bdd533, 0x918df7640c0988a755f3ddc599bdd533, 0x576b6bd5a09cfcff8e97434a425142cddce764013be40de7a643bb9285b629f5, '', 0, '?'),
(0x978b180429966922acef31e928602694, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/tests/class.validation.test.multisite.subfolder.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/tests/class.validation.test.multisite.subfolder.php', 0, 0x56ba094d2f1f55fda5fdb1a8acc784a5, 0x56ba094d2f1f55fda5fdb1a8acc784a5, 0x0b79057e06f4253ff863b21b53e895e4dd785de59bcfb92f954a5af4561949db, '', 0, '?'),
(0x1feb5ca16f0bf339496912a39ce1d038, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/tests/class.validation.test.mysql.connect.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/tests/class.validation.test.mysql.connect.php', 0, 0x972d4bd4257ed98c198f0f5bcd75be81, 0x972d4bd4257ed98c198f0f5bcd75be81, 0x1251db463af44829a633a8132b34eb7639822de2d03e854693d6a70849c5389b, '', 0, '?'),
(0xcf57a4d7331be46ea5c5c7e1b17ff8bb, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/tests/class.validation.test.open.basedir.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/tests/class.validation.test.open.basedir.php', 0, 0x1666b01d5bf263b7a4b3677d5c5eacfe, 0x1666b01d5bf263b7a4b3677d5c5eacfe, 0x629e64bc1455cc8bd424d9bec3a3c9519ae8039e8235f27a5df4d7f476ae8418, '', 0, '?'),
(0xbdcf2e2bf1408ac30cd3ebbd27dbaefa, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/tests/class.validation.test.owrinstall.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/tests/class.validation.test.owrinstall.php', 0, 0x9f024bbb68524e25116c456f258a0298, 0x9f024bbb68524e25116c456f258a0298, 0x4f5ac8bfed604f47a1614598a67763b03615523cd42861e3c5da07eadcd18596, '', 0, '?'),
(0x12f4a8915f99efbc3f4c119ac0e3ba16, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/tests/class.validation.test.package.age.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/tests/class.validation.test.package.age.php', 0, 0x8f43b677311c7036bdf464d203bbc583, 0x8f43b677311c7036bdf464d203bbc583, 0x33d443e91d614821242596955a80161e7f6d831f3cabb99431a461597103c150, '', 0, '?'),
(0x26bdef411a5ef1231f3a27d247d0dd85, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/tests/class.validation.test.php.extensions.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/tests/class.validation.test.php.extensions.php', 0, 0x041edf56d245b3767cf2dabe2872d262, 0x041edf56d245b3767cf2dabe2872d262, 0xdb1931d032d278fa7d9c9e716157d524c82099ac0e7c024923ef78b2d982add9, '', 0, '?'),
(0x17170533248cb9be1bf1d9a084294afe, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/tests/class.validation.test.php.functionalities.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/tests/class.validation.test.php.functionalities.php', 0, 0xf9bcf0c8384eef4db7b5b0acf37f4b7f, 0xf9bcf0c8384eef4db7b5b0acf37f4b7f, 0xf82989cd094299556579d3951d87cb806043f27508b5c81787bf2605fa5ca46b, '', 0, '?'),
(0xc69ea8be0aeb580bc3869c4702f8ac95, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/tests/class.validation.test.php.version.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/tests/class.validation.test.php.version.php', 0, 0xd52839f6ed59599d6a643c57faf0e73c, 0xd52839f6ed59599d6a643c57faf0e73c, 0xa9ce8fb064ba9aedfe47f48a30bbee1e88fea5ce634f7555772ba43e0d76ca50, '', 0, '?'),
(0x89597bafcb7fb8cace3644ab4af6e24c, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/tests/class.validation.test.recovery.link.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/tests/class.validation.test.recovery.link.php', 0, 0xfa7a4c7f87cb343d077afb4eadb82a91, 0xfa7a4c7f87cb343d077afb4eadb82a91, 0xa47e7dcea6d55a163d98599d2c54b7c237ce3a0968b07c7d8a695fd78bfa943e, '', 0, '?'),
(0x4a01e7e889f95c952d90ae31ef96b2a7, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/tests/class.validation.test.replace.paths.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/tests/class.validation.test.replace.paths.php', 0, 0xc49a1110cd0aa190893df9bb9a7fc23f, 0xc49a1110cd0aa190893df9bb9a7fc23f, 0x91b7698dc3108a6bb390c07d099ebe71270e34974885475c1c17f7b7eec4b57d, '', 0, '?'),
(0x9b8f2f4646e660f858cebfa8709eeb8b, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/tests/class.validation.test.rest.api.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/tests/class.validation.test.rest.api.php', 0, 0x5157ef8bbb2a87eb82b222330610c449, 0x5157ef8bbb2a87eb82b222330610c449, 0xd3f76b1b0e746bd7bd9f2e4827437683225951b79dcca6c697df2115fce1a3b3, '', 0, '?'),
(0x44e7062a2dec77ce1123fb5bf73cab88, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/tests/class.validation.test.siteground.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/tests/class.validation.test.siteground.php', 0, 0xe4c93d14ee8c5079eea31ce09e78b05f, 0xe4c93d14ee8c5079eea31ce09e78b05f, 0x07591f9644a410b023bb94f8d94050e0f9c7467edb40bb519959c76b3737ea27, '', 0, '?'),
(0x5e360c557c9a587caa831b2c0b367d93, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/tests/class.validation.test.timeout.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/tests/class.validation.test.timeout.php', 0, 0xd2194740758012811236dbb6080a4eaf, 0xd2194740758012811236dbb6080a4eaf, 0x9193fa3d0cf1759445d8f8004656e7246eef65f27ddd8790346df8f07fc62b6a, '', 0, '?'),
(0xe83a5dbc416fc39483dac15a94d7ba2f, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/tests/class.validation.test.wordfence.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/tests/class.validation.test.wordfence.php', 0, 0x5834a1495b00b1c88d85ecf6bbe115cf, 0x5834a1495b00b1c88d85ecf6bbe115cf, 0x8e0f38d94433b897abe962b7f63aa61dbfda2ce751a9fd81067720c85fc74066, '', 0, '?'),
(0x9f61e5f57e38398176693f3d67a37850, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/tests/class.validation.test.wp.config.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/validation/tests/class.validation.test.wp.config.php', 0, 0xf689a1f63b8937a4e2cf11a38b5d7392, 0xf689a1f63b8937a4e2cf11a38b5d7392, 0x0260e9d0de23f5f277c56f8257b438772c84299fadc9609d72efd33d782e035b, '', 0, '?'),
(0x6f9158b3feccf6e8c471600250d0d8a2, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/view-helpers/class.u.html.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/view-helpers/class.u.html.php', 0, 0x0a12e1dc111e617d90fabd8b37d5f594, 0x0a12e1dc111e617d90fabd8b37d5f594, 0xe2cbe18ddafc3bed3c32d82e76a4ad25178ac64a00fd40f44745beea0dd12cc1, '', 0, '?'),
(0xbe008131078654243a54e081bea35155, 'wp-content/plugins/duplicator-pro/installer/dup-installer/classes/view-helpers/class.view.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/classes/view-helpers/class.view.php', 0, 0xab4c31eba206dff0ed76d26d48e87187, 0xab4c31eba206dff0ed76d26d48e87187, 0xe4cc43294b0c11d0ada2b558ef6ca6c2f51fa2b0e07b6babc03252571d6a5a76, '', 0, '?'),
(0x19e322f72a8c969658994983e487efd2, 'wp-content/plugins/duplicator-pro/installer/dup-installer/ctrls/classes/class.ctrl.ajax.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/ctrls/classes/class.ctrl.ajax.php', 0, 0xf8d81f3ce6de034d4533d4765bd87852, 0xf8d81f3ce6de034d4533d4765bd87852, 0xfc82f5db0aed6a818e99b722ebeefec572231393d36b75209c7fcfff2ad77afc, '', 0, '?'),
(0xf82dff4f576295c9bacf1016b091384d, 'wp-content/plugins/duplicator-pro/installer/dup-installer/ctrls/classes/class.ctrl.dbinstall.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/ctrls/classes/class.ctrl.dbinstall.php', 0, 0x6805f98533e5912005649b2ec7a26e4e, 0x6805f98533e5912005649b2ec7a26e4e, 0x891b95fffef42a907eda6055876cf0b96ee3c796c5c38ca2028832da566378f2, '', 0, '?'),
(0xe7450b7f0ccea9601a7da8c2ef84ff4c, 'wp-content/plugins/duplicator-pro/installer/dup-installer/ctrls/classes/class.ctrl.extraction.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/ctrls/classes/class.ctrl.extraction.php', 0, 0xf0d19ba576031cd3642d2cdf4d6e1308, 0xf0d19ba576031cd3642d2cdf4d6e1308, 0x8eb871d861f05656d52ec9821e3db605a1108e38df3f675dbf80c7d9a41805cf, '', 0, '?'),
(0x213c5fa3acdaec495285cdf26616ed81, 'wp-content/plugins/duplicator-pro/installer/dup-installer/ctrls/classes/class.ctrl.params.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/ctrls/classes/class.ctrl.params.php', 0, 0x7138a795dd36189a30f2f8b64c9c986d, 0x7138a795dd36189a30f2f8b64c9c986d, 0xa8dfb8ada02a21df2239c8ce35a98ce3f0ab7c183875be4ffdbd213fbbf4d1f0, '', 0, '?'),
(0xb49b9b6043100399fb03c0efc5bdf78b, 'wp-content/plugins/duplicator-pro/installer/dup-installer/ctrls/classes/class.ctrl.s0.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/ctrls/classes/class.ctrl.s0.php', 0, 0x27d8a48ba898fb4607b94b6d1ffb3989, 0x27d8a48ba898fb4607b94b6d1ffb3989, 0x557b8a23c092d2ef925854d11fde01cffbbb180f3ad392e8d6bb31fcb7ac3438, '', 0, '?'),
(0x64851f8b33685d2229b41ad9e1c82dcc, 'wp-content/plugins/duplicator-pro/installer/dup-installer/ctrls/classes/class.ctrl.s3.funcs.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/ctrls/classes/class.ctrl.s3.funcs.php', 0, 0xfae8700fc5294170e5fc99b374f2978a, 0xfae8700fc5294170e5fc99b374f2978a, 0x8243c6550891e5b96f8da4115a9d546a312e76e3a89dffca976817b2885b4da6, '', 0, '?'),
(0x5444e11f91d86054b9106ee5111d6d0f, 'wp-content/plugins/duplicator-pro/installer/dup-installer/ctrls/classes/class.ctrl.s4.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/ctrls/classes/class.ctrl.s4.php', 0, 0xdf3acbb334977ce111838ab4db1642bc, 0xdf3acbb334977ce111838ab4db1642bc, 0xdca8fa51c570ccc21e877b26c419e96ac7f21a419c0f86fbd96761e1450c771d, '', 0, '?'),
(0xa12480932408e0c98c2e9fc6e375e68b, 'wp-content/plugins/duplicator-pro/installer/dup-installer/ctrls/ctrl.base.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/ctrls/ctrl.base.php', 0, 0x2d0082c0a1210774226cac23983f3278, 0x2d0082c0a1210774226cac23983f3278, 0x14b14d7c0d265b554a05ebdab79fd2b852db8eeac3181b2995ab138a2dcf01ff, '', 0, '?'),
(0xde89ff94f9be249022fa9fc003cff560, 'wp-content/plugins/duplicator-pro/installer/dup-installer/ctrls/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/ctrls/index.php', 0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x9f16c7acda3cfc3a9a14b29c94d7a72f, 'wp-content/plugins/duplicator-pro/installer/dup-installer/favicon/pro01_safari-pinned-tab.svg', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/favicon/pro01_safari-pinned-tab.svg', 0, 0xa5a41f826820124a925f538a5827ce8d, 0xa5a41f826820124a925f538a5827ce8d, 0x7998e67326dfadad9309b7319c8826026a4c8b89ce764c24409352fa02df97a5, '', 0, '?'),
(0xd2e08138d7756edd18a6868be4163b1c, 'wp-content/plugins/duplicator-pro/installer/dup-installer/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/index.php', 0, 0x869e6052129bc0c6a7c57028b74d443c, 0x869e6052129bc0c6a7c57028b74d443c, 0x2bd2db2329fcbcdd960cf2d1e0327ba150948e93acea24ca5663c4d7fab41e19, '', 0, '?'),
(0x93648d3c74c3db8c191f4c18d3e9d339, 'wp-content/plugins/duplicator-pro/installer/dup-installer/main.installer.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/main.installer.php', 0, 0x115620ee52dda9954aed776c63ce8be1, 0x115620ee52dda9954aed776c63ce8be1, 0xc4bc0da7c65de6765566e437edb28e634bcb86f4fd2e7481c20ee5dfe71157b2, '', 0, '?'),
(0xc55d6ddafd26589c58c15174c8b08744, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Bootstrap/BootstrapRunner.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Bootstrap/BootstrapRunner.php', 0, 0x0a133064de9da80460c2efd947424d56, 0x0a133064de9da80460c2efd947424d56, 0x5612752343086bdec3c1c5ea7f4747fef4bc07a405b868c6e354689cac39618c, '', 0, '?'),
(0xa162b1526b7bc83b0809714c9b8ec029, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Bootstrap/BootstrapUtils.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Bootstrap/BootstrapUtils.php', 0, 0xa8b20aecde70ddd4811767f35dc2d393, 0xa8b20aecde70ddd4811767f35dc2d393, 0x0ee635d45361f472eacb7f5dae89fbb7015ee5cbe5b5ae47eb5307da88725370, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xa72798784e3402da17fcfb71fd1f49d0, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Bootstrap/BootstrapView.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Bootstrap/BootstrapView.php', 0, 0x6b42a5736e547566370c0175237291c3, 0x6b42a5736e547566370c0175237291c3, 0x21f21abfc6bcdf10581791de9b289cc5a831882645dabe3594cd80312cead2c4, '', 0, '?'),
(0x6ba3d0fca4828c5b122fe267f065242c, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Bootstrap/LogHandler.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Bootstrap/LogHandler.php', 0, 0x85efd129c24ccdd51787ed05d51056c7, 0x85efd129c24ccdd51787ed05d51056c7, 0xfb566b21b2e27f4a0b2ea69cce59f475534d6481eeac7cef0d1b4a26a3c3e350, '', 0, '?'),
(0x8a3ac6dcfb3cda43a783056e9da81570, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Addons/InstAbstractAddonCore.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Addons/InstAbstractAddonCore.php', 0, 0x169513ada2eaa1429c8cd643e024d522, 0x169513ada2eaa1429c8cd643e024d522, 0x94d2859907f6e14e3a43a34cc632fba59dff4a696e83ef25bb99fb149f87740e, '', 0, '?'),
(0xa7766a1289ac3a1759f583ab1b63c486, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Addons/InstAddonsManager.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Addons/InstAddonsManager.php', 0, 0xd13a4576df883e1b35d34fe0fa144e41, 0xd13a4576df883e1b35d34fe0fa144e41, 0xd9489e3757748fe5aa1ea30446f6f4c6d5b9aad12ffca22c13b2e933f562fc0d, '', 0, '?'),
(0x871655067b50a5643f0841b33a30e6ff, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Bootstrap.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Bootstrap.php', 0, 0x7641cf88fbb5686b12dd23fa527b6cd5, 0x7641cf88fbb5686b12dd23fa527b6cd5, 0x8854ab82c3af2567004fecbe92b3393442b7139db4b259e912d8e5c8e65ecd5e, '', 0, '?'),
(0xceeda3be1266d959bfbce09e993e60ea, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Deploy/Chunk/SiteUpdateChunkIterator.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Deploy/Chunk/SiteUpdateChunkIterator.php', 0, 0x239dc72f275cdb033178e462d36728d0, 0x239dc72f275cdb033178e462d36728d0, 0x0373629b0571602fed6b3284d5fafb74815abd4f9384ff8a9e45923459d335af, '', 0, '?'),
(0x67ec205ec7e791cba721b7e4867d234c, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Deploy/Chunk/SiteUpdateChunkManager.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Deploy/Chunk/SiteUpdateChunkManager.php', 0, 0xbd36a3d9715ff7ffebec515817780b9f, 0xbd36a3d9715ff7ffebec515817780b9f, 0xd8ec33d3f26ca29f7adfa74c1c1e1d37e5e1b44204bcf829e3a8f63aa78c0f7f, '', 0, '?'),
(0x2db9c092f8f62a839ff00e3e37355e4e, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Deploy/Chunk/SiteUpdateChunkPersistanceAdapter.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Deploy/Chunk/SiteUpdateChunkPersistanceAdapter.php', 0, 0x7a172b60fd74d6b011edd2c2b67ade79, 0x7a172b60fd74d6b011edd2c2b67ade79, 0xbf573df84d86a0dbccf925c5f52e061537861da3ef312f528b037a0ac8669ad5, '', 0, '?'),
(0x9236f0a8ce2c4f9ad8b5c81034e6b9ce, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Deploy/CleanUp.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Deploy/CleanUp.php', 0, 0x3b61d1656144cc8121586b11a5f0a5d0, 0x3b61d1656144cc8121586b11a5f0a5d0, 0xca76b457c10c1f9bd029069905bc96741e86df2e374c6b596e0f82a84d22ca7a, '', 0, '?'),
(0x19660abb48e8814f55a363b4f239d10c, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Deploy/Database/DbCleanup.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Deploy/Database/DbCleanup.php', 0, 0x0b162382bef3d8ad24121ed51de90128, 0x0b162382bef3d8ad24121ed51de90128, 0xf92d2743199a38c8c70af9789d2d46a1e8006c7ef89be33eb195db8436531682, '', 0, '?'),
(0xae0474fe4e17ecd4832e3e6159b2bf51, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Deploy/Database/DbReplace.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Deploy/Database/DbReplace.php', 0, 0xdd86a00de3d08eb069558c65b07d750c, 0xdd86a00de3d08eb069558c65b07d750c, 0x05b0db79eda25785f4e7bd56be51277f1abaaf0522b8a287138e2e5afd2dbabb, '', 0, '?'),
(0xd182388846ab938a1243c500a0704b1b, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Deploy/Database/DbUserMode.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Deploy/Database/DbUserMode.php', 0, 0x810de4f272e8aa757e23eaba6c8476da, 0x810de4f272e8aa757e23eaba6c8476da, 0xd692babd37da0aabd8c3ad77b543074c1988fb37da7b8240e6541af3f630a319, '', 0, '?'),
(0x18ba504f05dbdced4f67fa30aef740b9, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Deploy/Database/DbUtils.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Deploy/Database/DbUtils.php', 0, 0xa550e0c9cce60e11ce08430179ec0e81, 0xa550e0c9cce60e11ce08430179ec0e81, 0xb660a8f30c6ac09372801f7b477ae01dd494f651a6352693cdaa33976f597974, '', 0, '?'),
(0x3edf7b8a016aa9ce42dff76d332958bc, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Deploy/Database/QueryFixes.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Deploy/Database/QueryFixes.php', 0, 0x3b5e65f2cfded1ab8f48db774a276530, 0x3b5e65f2cfded1ab8f48db774a276530, 0xa7f99aefdded262c8851c262575cd426ec15f7fe0e61bcf74294575ffe05c39f, '', 0, '?'),
(0x90c64693cb66d9e1e168290803b5b537, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Deploy/DupArchive/Daws.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Deploy/DupArchive/Daws.php', 0, 0x452cd23406f135b26790171928bc541e, 0x452cd23406f135b26790171928bc541e, 0xfe34c1500365c951b93411b84439abc2d19f287f0a83a2c0dee3e9269d083180, '', 0, '?'),
(0x0f099d67d2c4f84f2e62db2db42f80ec, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Deploy/DupArchive/DawsExpandState.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Deploy/DupArchive/DawsExpandState.php', 0, 0xda96f0c42c759ff2b7a73400f3820c2c, 0xda96f0c42c759ff2b7a73400f3820c2c, 0x9888870967e79d8ffe57bb6d603dc01b2e9db8df3baa1a77c7204267cf2aaf82, '', 0, '?'),
(0x830cc9efe7a6efbd48448c2660da44e9, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Deploy/DupArchive/DawsLogger.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Deploy/DupArchive/DawsLogger.php', 0, 0x93e32fdd81bcd9e32aa304fe01cdc9bb, 0x93e32fdd81bcd9e32aa304fe01cdc9bb, 0xb3769ce2da7113d2a90a18de395b2055361fee684193cca32fc9702026cf536c, '', 0, '?'),
(0x12a0c73d390d14f4a6f2014c6b7672ca, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Deploy/Files/FilterMng.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Deploy/Files/FilterMng.php', 0, 0x8270f1f6f1428cae79c2e7843a7af801, 0x8270f1f6f1428cae79c2e7843a7af801, 0x0fef9810a58eaa442bb0f69620312911f71bf7d6d703b5e418029a7231631684, '', 0, '?'),
(0xd02cd50c1eb17a00e60e96548a23cc83, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Deploy/Files/Filters.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Deploy/Files/Filters.php', 0, 0x758fb4e061491191fe2b64c3dd962152, 0x758fb4e061491191fe2b64c3dd962152, 0x4240aa0b930596ebaf987c458ee8e71245b149979cbf0eba147e6768d3becba4, '', 0, '?'),
(0xf93c8dbe2384b04b498bd7dbf213ddaf, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Deploy/Files/RemoveFiles.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Deploy/Files/RemoveFiles.php', 0, 0xaa40b849f8eb120efa4c5d617c0a3d0d, 0xaa40b849f8eb120efa4c5d617c0a3d0d, 0x8df5de37f4560973605b006da8ff2ce29744acdb8e8f00c61550ed89df4b86e4, '', 0, '?'),
(0xb6cd2136ca99982219a04282b3863bc5, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Deploy/Helpers.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Deploy/Helpers.php', 0, 0xed3b65419fcbe36434c63be4f9aa4b1b, 0xed3b65419fcbe36434c63be4f9aa4b1b, 0x9d5c97a799cab9b1da6e9cf262ba121c249058011b6efb6def226c3d6c76aced, '', 0, '?'),
(0x384a1ac7b3ace77c77b2dd860a38045e, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Deploy/Multisite.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Deploy/Multisite.php', 0, 0x900b758530de96a1b0cd3b550aca6b51, 0x900b758530de96a1b0cd3b550aca6b51, 0x68e6ffbed1b1e60da5085f57948c7598c3bc17f4bf7030c4aab4f8725003d61a, '', 0, '?'),
(0xb4230b3e369eaaef501d0f68eb83dbb8, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Deploy/Plugins/PluginCustomActions.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Deploy/Plugins/PluginCustomActions.php', 0, 0x00143eb565f89b8381a447afbd645d34, 0x00143eb565f89b8381a447afbd645d34, 0xbf4e03397d20f86c9fc5a8f2447e806c1748e70b3ee1efbcaa017ef5fc7ffe10, '', 0, '?'),
(0xea558da4b6bf3b34a50065ae1c5e76a2, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Deploy/Plugins/PluginItem.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Deploy/Plugins/PluginItem.php', 0, 0x0eeed92fecedb37792b3f91c02848975, 0x0eeed92fecedb37792b3f91c02848975, 0x586bb0bfd9ce931136e7b4b2992bc166a795aaeaf712bfa1bb43e727cc251e02, '', 0, '?'),
(0x7158a2e639f965215ed8ffd947247b13, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Deploy/Plugins/PluginsManager.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Deploy/Plugins/PluginsManager.php', 0, 0x76dd410324809e10cb5914413f22d382, 0x76dd410324809e10cb5914413f22d382, 0xd8588e6c1246fae67010d3e8242933abef4fa8ee3e5689b8b60551a65842e9ec, '', 0, '?'),
(0x396755ae9548e30652b937c73c87b7fe, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Deploy/ServerConfigs.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Deploy/ServerConfigs.php', 0, 0xf127734afb300a9eea0eda5097a620ae, 0xf127734afb300a9eea0eda5097a620ae, 0x9ed5081e16e9675686180bf72f3ae114c8de40137160943c6756362083079fa0, '', 0, '?'),
(0x63c5e5f952591c7f07d5474d8945c4cb, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Deploy/Standalone.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Deploy/Standalone.php', 0, 0x7ab07e075b3caf3b6c1f8c18e97d51c6, 0x7ab07e075b3caf3b6c1f8c18e97d51c6, 0x8c49180a3a3a8bee143a8b9c3c86a0032f6e9638e968f4133d61e9825f64e46d, '', 0, '?'),
(0x721abe047f562e63be4e5c508023d7f2, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Descriptors/ArchiveConfig.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Descriptors/ArchiveConfig.php', 0, 0x7e4a67315b2cae03d7c8197626183a54, 0x7e4a67315b2cae03d7c8197626183a54, 0x73b84c4d2ac5219ef0d6884c059780ac11d3641294e831addc09f2715de68b5d, '', 0, '?'),
(0x853c04a82ada4de1441d39f60c35572d, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Hooks/Hook.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Hooks/Hook.php', 0, 0x9b17513125afd9803a5e1f587d5438f9, 0x9b17513125afd9803a5e1f587d5438f9, 0x2c4675142f6d2e904212a9491dfe10070c2a6648deb9c17ad141330ca4eb7263, '', 0, '?'),
(0xf924399885fe2471f42889ca82747056, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Hooks/HooksMng.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Hooks/HooksMng.php', 0, 0x26e019b999e32e4e705f9681980fb5a9, 0x26e019b999e32e4e705f9681980fb5a9, 0x95c9c6e462bbfceac7d1e11a965a25f43d561e73131e0fe368d02284c454cbd1, '', 0, '?'),
(0x667ec8dbf431517a14ebb0c827fc6a5e, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Params/Descriptors/DescriptorInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Params/Descriptors/DescriptorInterface.php', 0, 0x23079c5118c03f5625d686c26dd21363, 0x23079c5118c03f5625d686c26dd21363, 0xdd27906ff28ef783465433d86f7e08ccd7ad28b3987f35d750772cd638f286ed, '', 0, '?'),
(0xa1776e14eaf2f35a8aec81b6768466d8, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Params/Descriptors/ParamDescCPanel.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Params/Descriptors/ParamDescCPanel.php', 0, 0xc7a7ec32b0f198a6da3465b54648aae5, 0xc7a7ec32b0f198a6da3465b54648aae5, 0x8a0b096c819a8ca9ed5ff0252329e34bc583938d4a0f99894fb84f29bb0fac63, '', 0, '?'),
(0x907a209b245a8514432c62c3d49bb751, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Params/Descriptors/ParamDescConfigs.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Params/Descriptors/ParamDescConfigs.php', 0, 0x6dc75d2a2cd7aa78d74be7836042858e, 0x6dc75d2a2cd7aa78d74be7836042858e, 0x1ba8dfcc77e613c14c86e27cce46ecc14e570a13777222b838aea7755200ef73, '', 0, '?'),
(0x7a9de683025369eddc7015ab4dc3e347, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Params/Descriptors/ParamDescController.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Params/Descriptors/ParamDescController.php', 0, 0xa9d89323a72c7dd469d0edc034e3d68d, 0xa9d89323a72c7dd469d0edc034e3d68d, 0x4719e7ad4cdef7d7d57e0b68331a4757040472b616b2f9c49d5883769fbac9b7, '', 0, '?'),
(0x22bd683872ca9bd9ec7d7b747efc31a5, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Params/Descriptors/ParamDescDatabase.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Params/Descriptors/ParamDescDatabase.php', 0, 0x42433332c460100bea92bb44748cb7f3, 0x42433332c460100bea92bb44748cb7f3, 0xc2492eedf2324ba674ca18914998f78ee1e4ef54f637d8659297c0cc400de207, '', 0, '?'),
(0x3588e001ffaeb0178828f7e4139c3a8b, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Params/Descriptors/ParamDescEngines.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Params/Descriptors/ParamDescEngines.php', 0, 0x195753492a59b0b0a2664892c4181ad9, 0x195753492a59b0b0a2664892c4181ad9, 0x3a602fddf503ce2c00c77af5f6740866c1555c47c4d23a7f48ec65e1152579d4, '', 0, '?'),
(0xd4e2484a07c76053079bf9668f08ccb8, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Params/Descriptors/ParamDescGeneric.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Params/Descriptors/ParamDescGeneric.php', 0, 0xdd54b703566271bec169b294c6ac5be8, 0xdd54b703566271bec169b294c6ac5be8, 0x77a266cd484ed4511389b5e826720acbdba36a9da43267440704e80223cf31b3, '', 0, '?'),
(0xb47ad6275319df6f2fda10d8409c1142, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Params/Descriptors/ParamDescMultisite.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Params/Descriptors/ParamDescMultisite.php', 0, 0x6ae84e229d7003349a051605e1910725, 0x6ae84e229d7003349a051605e1910725, 0x2ed9cb19b8f4fdf6ac202e5331d3ac8adb8ab0623d55fa5d652f7f7f1f2c6620, '', 0, '?'),
(0x31f7ebc9fa12f03efc7e7e1098a896f1, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Params/Descriptors/ParamDescNewAdmin.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Params/Descriptors/ParamDescNewAdmin.php', 0, 0x65fa018d4414d85b3b2da9a753ec45a9, 0x65fa018d4414d85b3b2da9a753ec45a9, 0xf4d8fe6904053d8a696b412011c6e738a6598c41afdaf2042bc99909168f415a, '', 0, '?'),
(0xb1f177cf933237d8bc045fec3c720ca9, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Params/Descriptors/ParamDescPlugins.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Params/Descriptors/ParamDescPlugins.php', 0, 0xfc1d7ae44a8050e5852870a66a1566f3, 0xfc1d7ae44a8050e5852870a66a1566f3, 0x34147a51e90042daa079f622aba6628bb48ee9cdc858b934b1510e978d1db226, '', 0, '?'),
(0x651fb2dbb9fb8a5ddc0d514811b6e3fd, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Params/Descriptors/ParamDescReplace.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Params/Descriptors/ParamDescReplace.php', 0, 0x7690f28cde3f3cfe55976a249f7cc389, 0x7690f28cde3f3cfe55976a249f7cc389, 0x5c28e9afc07beb4df400e4f8830393c1b15bef21a652612e83225bd145f8336c, '', 0, '?'),
(0x7e0cb1176e160bfcaa806a65779fb728, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Params/Descriptors/ParamDescSecurity.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Params/Descriptors/ParamDescSecurity.php', 0, 0xba0029396b54bc2402c2e35a629f0066, 0xba0029396b54bc2402c2e35a629f0066, 0xc660a3f1cbeeeb75dcb00d70b409140b3ea83900b87c75f7c5033f9c8f31cff4, '', 0, '?'),
(0xcfe53bdeaa86bbd1f0ce85e83025c33f, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Params/Descriptors/ParamDescUrlsPaths.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Params/Descriptors/ParamDescUrlsPaths.php', 0, 0xbbbac4f48dc4026f5b199f3016ffba28, 0xbbbac4f48dc4026f5b199f3016ffba28, 0x9ba967cf7332c44ad29975f250e3c098e074e47b1c604aca526b640c9fc43fae, '', 0, '?'),
(0xf263deae5708204872be849d0563cc21, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Params/Descriptors/ParamDescUsers.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Params/Descriptors/ParamDescUsers.php', 0, 0x836b1871e5db928039f58b10c5ccad3f, 0x836b1871e5db928039f58b10c5ccad3f, 0x790fe0dfe841896a9074cd82f03570c34d909cb6730a552fb0e1c1538c6e5dd6, '', 0, '?'),
(0xd9a00e932f2cfe823284713b50d11a29, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Params/Descriptors/ParamDescValidation.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Params/Descriptors/ParamDescValidation.php', 0, 0x607e19f52a16ec734a1433761cebd6e2, 0x607e19f52a16ec734a1433761cebd6e2, 0x9002548f1c70a8d7001a7057d4cc9b632ca400065eca7fd4fea7a33905859b9f, '', 0, '?'),
(0xfdeaf120bd88e6be4797d2cd8a5a9709, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Params/Descriptors/ParamDescWpConfig.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Params/Descriptors/ParamDescWpConfig.php', 0, 0x3cf88828d4d809b768edfd647dac3105, 0x3cf88828d4d809b768edfd647dac3105, 0x75bbca27adcf985fd230cae58f7527ebfb22c9d858f3a11d0d89f4edec2cb1ec, '', 0, '?'),
(0xeaeef52cbe9f6134211d073eae9e021a, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Params/Descriptors/ParamsDescriptors.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Params/Descriptors/ParamsDescriptors.php', 0, 0x2e1c2afcaf02f7f1227620d6cf2e4c8d, 0x2e1c2afcaf02f7f1227620d6cf2e4c8d, 0x99a0f13d1c421118971df5b971c4d2cc71b2d29ac0a0fc9b3aaf23071dfce3c3, '', 0, '?'),
(0xba17c442d779b4a4aee322bcb156f689, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Params/Items/ParamForm.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Params/Items/ParamForm.php', 0, 0xec5e6d71b3bf8c2d23f08010fa5ff02a, 0xec5e6d71b3bf8c2d23f08010fa5ff02a, 0x8e523aeffa3cad17faa150c80202a734dc866dd2d128e451f8d5e4b001bb791e, '', 0, '?'),
(0x7d47ee87919d7be1c815f47d23127438, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Params/Items/ParamFormPass.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Params/Items/ParamFormPass.php', 0, 0x044714d2ce6fbc27062c402aa2a1c267, 0x044714d2ce6fbc27062c402aa2a1c267, 0xc9a2d4d75dcd0279ca83b3fba65b24343b19f5eb86803b5fae3d014958ab3ec3, '', 0, '?'),
(0xc533113ae6c4704a1781046cac394ef6, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Params/Items/ParamFormPlugins.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Params/Items/ParamFormPlugins.php', 0, 0x5439b61a1d3341035f166c0771f6f556, 0x5439b61a1d3341035f166c0771f6f556, 0x9713615d9a4c19a8e088d2e8515fe36d372c733b2e30f3302205a9e6d9323422, '', 0, '?'),
(0x8bda8855da9a0b35a5f5e08f4a54377d, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Params/Items/ParamFormSitesOwrMap.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Params/Items/ParamFormSitesOwrMap.php', 0, 0x52f50c2c1d9fd59021762a57fa4ad9d3, 0x52f50c2c1d9fd59021762a57fa4ad9d3, 0x0436ce81fe2f35f9ea1a898cad714c207df1b0ff3e019690da0cacd2b2caefa0, '', 0, '?'),
(0xad2399ba36404dd05afcdbd6fdc10437, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Params/Items/ParamFormTables.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Params/Items/ParamFormTables.php', 0, 0x7cbe961c7dc3039bf257bc35a882b382, 0x7cbe961c7dc3039bf257bc35a882b382, 0x73efdb7be35d9f332eb21f34e21c1388ddc32a0c7105a4c96be0b22e1f57bc75, '', 0, '?'),
(0x01383e0975af2102a42037e10a5b21c5, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Params/Items/ParamFormURLMapping.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Params/Items/ParamFormURLMapping.php', 0, 0x10639d9f2f181d374ab1df30c698a1d2, 0x10639d9f2f181d374ab1df30c698a1d2, 0xc6b2de4a2bad3e4df565735ef6195cd4098074bc73b3607a88c32be3d649dbbd, '', 0, '?'),
(0x7c522e668af106a48c252a65c3a94a6b, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Params/Items/ParamFormUsersReset.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Params/Items/ParamFormUsersReset.php', 0, 0xdf5f2e05b5fd17ae6b1941ff3d8d2129, 0xdf5f2e05b5fd17ae6b1941ff3d8d2129, 0xbb7f608f555f1e10d5e2e569808a61dda8e4cfe49a14d6e4cd2f8fd6d4adcc5d, '', 0, '?'),
(0xbae0fe720c56cd9f3d7eb0055411e472, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Params/Items/ParamFormWpConfig.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Params/Items/ParamFormWpConfig.php', 0, 0x60604ac05dfed4999ed0b6d44a3008ea, 0x60604ac05dfed4999ed0b6d44a3008ea, 0x3facb27c23089745e444f9fd66b34e01289fc5248943eadc316fea6316286e05, '', 0, '?'),
(0x46d90e9715cf3183fbc4bfb5774350cc, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Params/Items/ParamItem.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Params/Items/ParamItem.php', 0, 0x7f0461d8eb735aad4246b4afbdc94724, 0x7f0461d8eb735aad4246b4afbdc94724, 0x81f8b338d55317db5f4caa9a0148dc00665644e1a6ca4d7f4ed7b4d6a9e86f48, '', 0, '?'),
(0xe217a276ae9bf9a60b9bd09e515a341a, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Params/Items/ParamOption.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Params/Items/ParamOption.php', 0, 0x243d6cd66cad03200cbaf3f4daf8789e, 0x243d6cd66cad03200cbaf3f4daf8789e, 0xb38d807845a440ec07235645bda447407d60821504c0b447ba371b3a76dac00b, '', 0, '?'),
(0x01546d03842d3c816d83305b428d2fe1, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Params/Models/SiteOwrMap.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Params/Models/SiteOwrMap.php', 0, 0x6a68ece6069eb3c8ff57f389cf203231, 0x6a68ece6069eb3c8ff57f389cf203231, 0x315ff2b9106cb575aa4ea83a2d112a9d875b33b9b324e412fa819d7539b67e90, '', 0, '?'),
(0x604be3983ce655267982300398062358, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Params/PrmMng.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Params/PrmMng.php', 0, 0xd84cf32f5b91915d21be7552045e913b, 0xd84cf32f5b91915d21be7552045e913b, 0xe029d25b8283e870fc8982a8f521dcd77a5f1f155fdafe7b67ce7a06232ac543, '', 0, '?'),
(0xe47252a77ece98a98d8b72be4a752414, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Security.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Core/Security.php', 0, 0x546df24ba01b00dd91c4ed93f054d50e, 0x546df24ba01b00dd91c4ed93f054d50e, 0xeb2a7b58ee8e9321efdd63364a0c79740a17f455e49d56e9dd5d63a2cd7ee42a, '', 0, '?'),
(0xc675dec749e71a2642466066a8ae4147, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Models/ImportUser.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Models/ImportUser.php', 0, 0xf7037a831370b201e2a3ba0f10616923, 0xf7037a831370b201e2a3ba0f10616923, 0x8dac5e353e27892f81f85c89de9375cc67d723adc9c7bd9853655c1c05ea8903, '', 0, '?'),
(0x6e78868cc40dd4688a74685a0cfe2de0, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Models/ScanInfo.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Models/ScanInfo.php', 0, 0x99c424b4760ad378599e1c19bb4df3f1, 0x99c424b4760ad378599e1c19bb4df3f1, 0xb15ae3c8994d4ce8cdfa21b741573594e1aa3a0a2cad9d6877556ebd699814d7, '', 0, '?'),
(0x9bf6df29a77866cac020cba3d1dde115, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/REST/RESTAuth.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/REST/RESTAuth.php', 0, 0xddfc0622812d2bd7aa5e2dc6391e5c2a, 0xddfc0622812d2bd7aa5e2dc6391e5c2a, 0x812e40825a98475f7b32c11b7fc890d371f65e269be79a695a4ac216ac01cf6e, '', 0, '?'),
(0x6656d7fb0e540c4be065d98242bb30f4, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/REST/RESTPoints.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/REST/RESTPoints.php', 0, 0xc9350a723e370cc832149b6cad2dfd1b, 0xc9350a723e370cc832149b6cad2dfd1b, 0x451d13dc3884f7e9335e8549c147d98793884a84dc666a675d48111e3f26783f, '', 0, '?'),
(0x4c59616e2aecbadf5d94620bb13d19e8, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Utils/Autoloader.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Utils/Autoloader.php', 0, 0x801bb651d255171bdb7c79b24abcba2d, 0x801bb651d255171bdb7c79b24abcba2d, 0x97b8d5f2fa3a961f55585cc226a9381f549bf34804d88f10d963382b3549de0a, '', 0, '?'),
(0xd5ae0371d5755b386beebb170d757f0d, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Utils/InstallerOrigFileMng.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Utils/InstallerOrigFileMng.php', 0, 0xa4d117cf5e389a4f624d0c6e366e4981, 0xa4d117cf5e389a4f624d0c6e366e4981, 0xbd096da2dfef51012b4cb3fb006e056d9adb2b179e667c30a5528e29b87632e2, '', 0, '?'),
(0xb5eebe745d8500534d32c281e134ab4c, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Utils/Log/Log.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Utils/Log/Log.php', 0, 0x63a4af949653f8bb5670c999118c871f, 0x63a4af949653f8bb5670c999118c871f, 0xe509a4e80e8ba9b5b8e4909734e6933d53aaf933bc13ed41cdb611946f2e7744, '', 0, '?'),
(0xf0a529c7e178b6d6fc86a0b9ebcb718d, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Utils/Log/LogHandler.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Utils/Log/LogHandler.php', 0, 0x613b0edfed4df95ebb6c48767bfd396d, 0x613b0edfed4df95ebb6c48767bfd396d, 0xc50a777ec5b40c55ca5504db7f9770bef34656d3156978c9b6d211b63b16dbda, '', 0, '?'),
(0x35ee807df01b06232367aa33ab2b5883, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Utils/SecureCsrf.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Utils/SecureCsrf.php', 0, 0x4a3a9b2d155997a257a813ebdd29031b, 0x4a3a9b2d155997a257a813ebdd29031b, 0xd40aa79c78578dbb338c0fb14c0f94c5b2e44b5c2884b955e6750352ccc376fb, '', 0, '?'),
(0xf55b0a8cda1e881e690b006968b367c2, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Utils/Tests/MessageCustomizer.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Utils/Tests/MessageCustomizer.php', 0, 0xa2e2a7f7f64564e2d3bd965092b8ab38, 0xa2e2a7f7f64564e2d3bd965092b8ab38, 0xd3c79baf5a0185ca4529ff56bcc83f5fdffd968a4c3b2b04a4e52a1902b01c80, '', 0, '?'),
(0x528217d7f2ed3d70cb59450468ab2452, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Utils/Tests/MessageCustomizerItem.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Utils/Tests/MessageCustomizerItem.php', 0, 0xb1e2cce3375800637acb34f13576f514, 0xb1e2cce3375800637acb34f13576f514, 0x2076e0e2b0c045a3c289b6869d0ca6db7ed9f1dc63ae230a43cb11e89b328134, '', 0, '?'),
(0x81a4e39766918fa486680550fdb72fb6, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Utils/Tests/TestInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Utils/Tests/TestInterface.php', 0, 0x3a70fd3cc3bc5bd21748b1a4beb7eb1d, 0x3a70fd3cc3bc5bd21748b1a4beb7eb1d, 0x9f6a8c8703ef2183b8e0a1a53a71eb6e59916bc10b7521f3a1e87023c25c369e, '', 0, '?'),
(0x65ba9b63b75beb999da5d7cd0220bc2a, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Utils/Tests/WP/TestsErrorHandler.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Utils/Tests/WP/TestsErrorHandler.php', 0, 0xa6a380ebf3e3e59dfe93b8be96c29be2, 0xa6a380ebf3e3e59dfe93b8be96c29be2, 0xdc694e606e271df081d59e8cb759a77868180a9dd350bcd2f5fb4ce64a8743cb, '', 0, '?'),
(0x413e3fb3259949ff5fb309fc9fd9ceae, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Utils/Tests/WP/TestsExecuter.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Utils/Tests/WP/TestsExecuter.php', 0, 0xbb71b0e689e7600dc4c3ad87b49bddf9, 0xbb71b0e689e7600dc4c3ad87b49bddf9, 0x96ef019477530ebaf8aaa12a4a3121f9cf7969a14bd7bb5aa221bcd454f52916, '', 0, '?'),
(0xd49cf6a005074dc14f7c9fbe65ec7eac, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/Utils/Tests/WP/tests_template.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/Utils/Tests/WP/tests_template.php', 0, 0xa5bed1317bbbb99c7f53c818c1a67316, 0xa5bed1317bbbb99c7f53c818c1a67316, 0xa17b3f3493139d9782ccdccd921f6fdefacd4bfffb69d912f3c8aa129e3379fd, '', 0, '?'),
(0xfc5d01e64608e75586684c0801c19a28, 'wp-content/plugins/duplicator-pro/installer/dup-installer/src/ViewHelpers/Resources.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/src/ViewHelpers/Resources.php', 0, 0x8ee571f786582d3d2bd9051fdba5aeca, 0x8ee571f786582d3d2bd9051fdba5aeca, 0x8cc48f71de37dcbad74545a4af09c7f8324df9607cf599a13017ce920133b16c, '', 0, '?'),
(0x3f0169c80bbd71af3e9dce758ae699a4, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/base/pages-parts/step1/actions/switch-template.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/base/pages-parts/step1/actions/switch-template.php', 0, 0xb0c5347cf62683f44868832d8e401800, 0xb0c5347cf62683f44868832d8e401800, 0xfd91a6ec1db750372b44c3aab62935f770b42e1f502f0538a84465a77dc10d55, '', 0, '?'),
(0xed58f95ff8165a489a5a68d9e3df08d0, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/base/pages-parts/step1/continue-block.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/base/pages-parts/step1/continue-block.php', 0, 0xac2d9c5da1ce6ef43d186cc7d58a1cc8, 0xac2d9c5da1ce6ef43d186cc7d58a1cc8, 0xa9c6fb9950c545ac55ef3f47d4795f0b90ded07e07f54cba90511a0d11ac38aa, '', 0, '?'),
(0x37ec8a6b3ae95f062529ceca52b72db9, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/base/pages-parts/step1/options.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/base/pages-parts/step1/options.php', 0, 0xfd83c40b4e76a7ea2f9484b229f2fcd0, 0xfd83c40b4e76a7ea2f9484b229f2fcd0, 0x54a44f43786a60848c85619d4c1a00db8343e7fc95165e25b2270cbc3aaaff3f, '', 0, '?'),
(0xa09b4fcadb7f92d7f047b3fd5c195fab, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/base/pages-parts/step1/step-title.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/base/pages-parts/step1/step-title.php', 0, 0x5d4bf83e9d2144d14dd46ab83d210534, 0x5d4bf83e9d2144d14dd46ab83d210534, 0x98c19ff3da94da272627256a449fc45b446f8abb73208a100eab68ea0a5c6180, '', 0, '?'),
(0x6f0c0ecc15b52d6d432be34bb1866cfb, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/base/pages-parts/step4/step-title.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/base/pages-parts/step4/step-title.php', 0, 0x4a1664afc0d9da6151a51f0fabe8f765, 0x4a1664afc0d9da6151a51f0fabe8f765, 0xfc168f6e9b13457f53ed83a497d44e3d67e8dacf9dd1221825a2b482d9a6529b, '', 0, '?'),
(0xae870eddbdf80c0588fc543388aaa68c, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/base/scripts/step1-deploy.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/base/scripts/step1-deploy.php', 0, 0x3b8678d721c0ffb5e15b66e40e51d148, 0x3b8678d721c0ffb5e15b66e40e51d148, 0xafe1ec335d0ec1372731153713bddd659ca05916d30a2c6fbc6c33961900b9fc, '', 0, '?'),
(0x228c124ace048e99848f795910c954d4, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/api/front.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/api/front.php', 0, 0x44bbb59a1a5047c96a30178f788ed593, 0x44bbb59a1a5047c96a30178f788ed593, 0xdb308036bc197f532fd79efc3422c83ddb5e7af53b70779571a938e41112d1ed, '', 0, '?'),
(0x733fac6ded1105683fc08c14d418a969, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/page-boot-error.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/page-boot-error.php', 0, 0x348579b8c3939c228c03d04f0f2b134e, 0x348579b8c3939c228c03d04f0f2b134e, 0x6af275a286bbe964f6d7edeba7d86511223b19c8e1b018806d5ab9c6810112b4, '', 0, '?'),
(0xe6a4a32c726e5c5561c8b861b0dee5e8, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/page-exception.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/page-exception.php', 0, 0x93be71b1f702c47f27d073dd5e2a4f71, 0x93be71b1f702c47f27d073dd5e2a4f71, 0xf7e4c582af7538472f5300536f83b71372f888f0efd15a6d308fc1b53f14ad86, '', 0, '?'),
(0xc1bf8c13d75dfa5f891bd0995bcbb41f, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/page-help.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/page-help.php', 0, 0x0066a0a6ee1f0bf49e55bde559001cec, 0x0066a0a6ee1f0bf49e55bde559001cec, 0xb5432c96f652e789334fc9fb73cbe64f8422e6071e345e70d6271f8e4e496638, '', 0, '?'),
(0x68af904c0522ecea08be45c4851fcd3e, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/page-secure.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/page-secure.php', 0, 0x747099a6d015c72afbce8df91012c2a0, 0x747099a6d015c72afbce8df91012c2a0, 0x3e9b7045a9e6f8b12bf0e75d71b10cbe2d2309160f2afc77db439eebda6162e3, '', 0, '?'),
(0x1b07187cc76ffee12961d4513a4c66d7, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/page-security-error.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/page-security-error.php', 0, 0xe136b391c39350e8d59490745a14848a, 0xe136b391c39350e8d59490745a14848a, 0x66f00bf2c96afb79407ef17a6dbb47df8df700a2359ab596b27ff06f8215e36a, '', 0, '?'),
(0x3444590fa2f883f5abf61f31f2a730c1, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/page-step1.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/page-step1.php', 0, 0x2faae2d657277c5a4fa0efea9a4f5476, 0x2faae2d657277c5a4fa0efea9a4f5476, 0x957fd88be6162a8fe80002e58a22c9cf7e14c1a2d52d41fbb1215f59858e7f0a, '', 0, '?'),
(0x909b12ea982e3cea52caaf13a82dcda6, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/page-step2.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/page-step2.php', 0, 0x47d3d6601873f041a0faca84c15534d9, 0x47d3d6601873f041a0faca84c15534d9, 0xcc6b49255251ab3c0c9fe4b5248bf305dc0ef43b2067ba2fcf1327d024a23f9b, '', 0, '?'),
(0x0378bd56dbf3cd5654dc4ea145d5bebc, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/page-step3.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/page-step3.php', 0, 0x77823f57ecd86cb0a8d45750067c8e53, 0x77823f57ecd86cb0a8d45750067c8e53, 0xc1ccac45f2f63536a0ac5a01825d3fe4fc89fdd50fe9d1522a1eddcdd1a745e0, '', 0, '?'),
(0x6561a282e5d9cb7913c96d4a18c96e05, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/page-step4.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/page-step4.php', 0, 0xe1bcdd080f0ef6326f54cda8e8bbaf6c, 0xe1bcdd080f0ef6326f54cda8e8bbaf6c, 0x82655468976e0460a6c8bd7b19ea488e021e5e406bace9f28be092eb7605dfb3, '', 0, '?'),
(0x593c2ac996dca305e0ef37c70b206389, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/body/body-tag.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/body/body-tag.php', 0, 0x7d2bdb3cbeb4edd022b308b9111fd268, 0x7d2bdb3cbeb4edd022b308b9111fd268, 0xf14966f3312420050aa70486efd477efa7dea0325276131b989288d2738a9a80, '', 0, '?'),
(0x4d81a34b725ce5afe7c28e6bedf3b7b1, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/boot-error/header.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/boot-error/header.php', 0, 0xaa91212d1491155ec2d5bb9411fb64b0, 0xaa91212d1491155ec2d5bb9411fb64b0, 0x660f187739794eb30cccdfd825dba870129df58f199e5f0b8a205ba015225205, '', 0, '?'),
(0xcf2d67ebb9b6c6aacfa5ae77daae442d, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/exception/main.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/exception/main.php', 0, 0xfa7df1c13dba7ad7cf6b63076876a613, 0xfa7df1c13dba7ad7cf6b63076876a613, 0x7603fe9ff6c5684e27b4d31cc33cbf09814fe53111972be1ec75eaa6be63ba29, '', 0, '?'),
(0x720e253194fbe80c93231b772542b770, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/head/css-scripts.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/head/css-scripts.php', 0, 0x7d6627a76d48a5cdcc80844cbbea4b02, 0x7d6627a76d48a5cdcc80844cbbea4b02, 0xf80493dc06b0dd57a2984df2c771484440739b1f51c03544537d09ad220b274c, '', 0, '?'),
(0x0708f8bc5d1fcedd474d2b337fb32976, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/head/css-template-custom.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/head/css-template-custom.php', 0, 0xfd83c40b4e76a7ea2f9484b229f2fcd0, 0xfd83c40b4e76a7ea2f9484b229f2fcd0, 0x54a44f43786a60848c85619d4c1a00db8343e7fc95165e25b2270cbc3aaaff3f, '', 0, '?'),
(0x380e251e4188498441840289fc2656c9, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/head/header-main.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/head/header-main.php', 0, 0x11ce5baea877793a581be96f552bb421, 0x11ce5baea877793a581be96f552bb421, 0xe183b292f0a3a58c0ec23e23d57f9e0b05d2c2c658932d07b0f7733f0e17ba3b, '', 0, '?'),
(0x5cca4b00949fe1e3dfb5b2fe0c6826e4, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/head/meta.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/head/meta.php', 0, 0xe6363ba33274cf75afa51bd0a0c6b10f, 0xe6363ba33274cf75afa51bd0a0c6b10f, 0x1937ed6d1b28553b0eca4d4b9805cc61e83fcc5dee41f084d6bcc8dade0e3745, '', 0, '?'),
(0xcfbb639a19a93d00141040679a5a84e1, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/head/server-details.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/head/server-details.php', 0, 0x2602e8c61220d795997f34df7d073afa, 0x2602e8c61220d795997f34df7d073afa, 0x4af15b5fd3c50951411519a6e36d7a68a5b78955e8d0f8fbc5c6cb88b9afae19, '', 0, '?'),
(0x6f096138d436e9d53d4e03670e5ee12c, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/help/addtional-help.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/help/addtional-help.php', 0, 0x89ae26867416c8baa8736ad42f15beaf, 0x89ae26867416c8baa8736ad42f15beaf, 0x8a9ea7e4fde1dbba025d43bb268209b50d42012961f0357b13d54ea41ee3ff7f, '', 0, '?'),
(0x9086585156f265db2d444bd94831f3ac, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/help/main.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/help/main.php', 0, 0x3d8b72098d1881f822d3e1b77ec0e34c, 0x3d8b72098d1881f822d3e1b77ec0e34c, 0x76258fda133144f8a22000b18f1570f7f8f443c19831684260e4852546a2de0b, '', 0, '?'),
(0xb981de059ce9d00c5f00da50ce362c9b, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/help/steps/security.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/help/steps/security.php', 0, 0xc252396b83ecb9e5f4b2d694a0fe0cc8, 0xc252396b83ecb9e5f4b2d694a0fe0cc8, 0x9bbead87ec777b4ca38d31e895b24163cece2b940e8c4fecd80edfecf37d5338, '', 0, '?'),
(0xc5b3f375b4a17e38bcbb5f430289d52c, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/help/steps/step-1.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/help/steps/step-1.php', 0, 0x3aea51f74e74d7307d4a84be3a705543, 0x3aea51f74e74d7307d4a84be3a705543, 0xf949ae71033fde8411deb15fa7eadb88ad8267536d4f43a7b78b875bc787826c, '', 0, '?'),
(0x560e65f188e934e206c6925cf50bb911, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/help/steps/step-2.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/help/steps/step-2.php', 0, 0x35aaf9a4ec29e6c3ecc7b898120adacb, 0x35aaf9a4ec29e6c3ecc7b898120adacb, 0x3497e0dff3e88a7c7acb3948cf0280d8a47bf363fff9353ae9a55e58845d66c6, '', 0, '?'),
(0x5b263404e4e2c82a939bb19c4178a224, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/help/steps/step-3.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/help/steps/step-3.php', 0, 0x6ec05e3b62832a5290c0e85a5d2a2a4e, 0x6ec05e3b62832a5290c0e85a5d2a2a4e, 0x90ea653faa13ee9ddc6b7248fbc284ae965af9f40be84845189e2f665a123138, '', 0, '?'),
(0xa41f6e2997cbfee02a1adbee48fa2010, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/help/steps/step-4.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/help/steps/step-4.php', 0, 0x9cb4bb0b3089729bb297e77ba5e68dbf, 0x9cb4bb0b3089729bb297e77ba5e68dbf, 0xddf6242368e52854d96f24b2ef6ffed945bfadcd45ae78f400a5fc1cc4018aca, '', 0, '?'),
(0x981af00b8efa3d2d59f6ed7aecf2a048, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/help/steps/step1-parts/advanced-step1-options.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/help/steps/step1-parts/advanced-step1-options.php', 0, 0x190c7893eb4f00fa768b2ec91a86b5a4, 0x190c7893eb4f00fa768b2ec91a86b5a4, 0xad336828298b54bd114cc80de583bfbed308919c87ed73b534538f8a5037d982, '', 0, '?'),
(0x2a5bafd3942209c89051f9c86556ffd4, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/help/steps/step1-parts/basic-step1-setup.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/help/steps/step1-parts/basic-step1-setup.php', 0, 0xe477dc8ec95114db957a5530d6ecf02b, 0xe477dc8ec95114db957a5530d6ecf02b, 0xd857c8d218dfb517b0ae432136035b9c0bbe43f885685389f52f559bc4a83c52, '', 0, '?'),
(0x27e34d93555ac37380f3b529af3e1102, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/help/steps/step1-parts/validation-step1.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/help/steps/step1-parts/validation-step1.php', 0, 0xcd2f5100b61a67f69fdc3c217c916ac6, 0xcd2f5100b61a67f69fdc3c217c916ac6, 0xe6152231393822d39ffdb75b00a4f612fb55a7b57f802d96a3ac9338cb51f5ad, '', 0, '?'),
(0x51fab78a09ae64826380d861c020c6da, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/help/steps/troubleshoot.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/help/steps/troubleshoot.php', 0, 0xfe29c6c001b0e4c48b880acd3d493d2f, 0xfe29c6c001b0e4c48b880acd3d493d2f, 0x40bdb015064df1138c39b883e93defcbfe09280f2c13a28ab5a5ea819c5f8e71, '', 0, '?'),
(0x8ec5e60c322dcc6e7e63dc1a6092009a, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/page-footer.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/page-footer.php', 0, 0x7af447b086eaa730900df8cfd067a828, 0x7af447b086eaa730900df8cfd067a828, 0x6f7bde19733226054efdfa487924168fa7a0bcb65cff60b011f40245a5e2ae1c, '', 0, '?'),
(0x196c4f7908366e5a978891abcb04e6f4, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/page-header.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/page-header.php', 0, 0xa982002ed7be3cc65e1790fad2a495c9, 0xa982002ed7be3cc65e1790fad2a495c9, 0x2f027c85788398a21f1c76a5622e30cbd3659bb9f08e240c8792763e4a486eea, '', 0, '?'),
(0xecccbbd9dcc351597fe8bb43479bab04, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/secure/main.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/secure/main.php', 0, 0xc3b8837c23725ba2e6bb538baac638e1, 0xc3b8837c23725ba2e6bb538baac638e1, 0x433ab5f28ada92d2b4713c6f8b787570eb7709663bb2f7f91899939ccc738a4b, '', 0, '?'),
(0xe7c81035765a4281dc05f11afce0cf1b, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step1/actions/error.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step1/actions/error.php', 0, 0xc57d9bc9efe52d94900836e625ab8d61, 0xc57d9bc9efe52d94900836e625ab8d61, 0x9b7fd613bbe640b9a819c7e4ca383ba6b76cee628daa3c2221d95c106f62c442, '', 0, '?'),
(0xfe9b01f58662f127ff15e014a4f2f378, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step1/actions/hwarn-accept.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step1/actions/hwarn-accept.php', 0, 0xdb66f5bb6f0c4086cd2223408196407a, 0xdb66f5bb6f0c4086cd2223408196407a, 0x77d0ffdcb6d83617c70c207ef1ce12bc956867b4414caaabb623b98930bd2b5a, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x0351abfc9afcaf2d879319cd0dbbf31b, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step1/actions/next.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step1/actions/next.php', 0, 0x119e092b46d8b7d3c0bdc8b16eb77e58, 0x119e092b46d8b7d3c0bdc8b16eb77e58, 0x133b50ff6dce80b79d50e9d1071288f3a60c9fec3221335724b352b20017b90f, '', 0, '?'),
(0xd2f9f0db4888cdf207f61178896b407d, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step1/actions/switch-template.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step1/actions/switch-template.php', 0, 0x443a1b920607f32436e8d8dae3e0e5cd, 0x443a1b920607f32436e8d8dae3e0e5cd, 0xb253232daa15a312920460fedc6aee6b52176bf7145981908b79f8bd3b28e526, '', 0, '?'),
(0x1e2cdbf0d265ea8a595d83785d10722e, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step1/actions/validate.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step1/actions/validate.php', 0, 0x373bd0faadc9e7e91911b68a142c3c28, 0x373bd0faadc9e7e91911b68a142c3c28, 0x217cf4f636b2bd8931c341b69e59dc46e7de93c89d0824ae7d55f8902827a2c0, '', 0, '?'),
(0xdd63c7cf557c96ce5b43bf4b80a54c64, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step1/actions-part.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step1/actions-part.php', 0, 0xb2f6d8a4a92a4aa95a2bae8620d420d1, 0xb2f6d8a4a92a4aa95a2bae8620d420d1, 0xd165f10f786f84404f00efe6c6c1a952c19bb972f73253ffb417cba6309200b0, '', 0, '?'),
(0x17a40c4e5af43ca9efb56ad7d6fe0b83, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step1/base-setup.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step1/base-setup.php', 0, 0x74c3e532d32dcf20854d128d4e1c3c6b, 0x74c3e532d32dcf20854d128d4e1c3c6b, 0xc41156260f0d547dc5ea1ff03919b30bf6897975897b694a70ed896378039320, '', 0, '?'),
(0x1fdd8246172ffbcacd15de51a8b9e03f, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step1/continue-block.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step1/continue-block.php', 0, 0xac2d9c5da1ce6ef43d186cc7d58a1cc8, 0xac2d9c5da1ce6ef43d186cc7d58a1cc8, 0xa9c6fb9950c545ac55ef3f47d4795f0b90ded07e07f54cba90511a0d11ac38aa, '', 0, '?'),
(0xc3599dc645047d924357066c083139ee, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step1/database-tabs/basic-db-connection.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step1/database-tabs/basic-db-connection.php', 0, 0x7690c2e6e70a90bcc9bb0059211bc5ac, 0x7690c2e6e70a90bcc9bb0059211bc5ac, 0x988450b3a2118b101880a4d18f58bdbd8ad11cbfa7cc64e2060610d8e11c92be, '', 0, '?'),
(0xe068df34bbaa4e2902c88ba36e8190c8, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step1/database-tabs/cpanel-db-connection.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step1/database-tabs/cpanel-db-connection.php', 0, 0x6379d6eb76b41425f1db26d30fa234ca, 0x6379d6eb76b41425f1db26d30fa234ca, 0x7bb9eb9e29bf6552f3006462c25049efa113b3f9aebf52dcc54aedb0af50138b, '', 0, '?'),
(0x9d5195136a13de3e83e01b2cdae53970, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step1/database-tabs/cpanel-panel.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step1/database-tabs/cpanel-panel.php', 0, 0xdc41effab3c85a45fb6a9163e8f400f8, 0xdc41effab3c85a45fb6a9163e8f400f8, 0xb8f0386cfb6948005361b4f0e28dd036fdd9379678e81e57d9b0dcf34ad8b0eb, '', 0, '?'),
(0x1bddf0e24f3f9ee70cd79f49e1e375f1, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step1/database-tabs/db-options.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step1/database-tabs/db-options.php', 0, 0x114b1f6469bceb9169c237f739c1a72f, 0x114b1f6469bceb9169c237f739c1a72f, 0x44fb4a5de4d1df81fdbc97de87599f2f8bda0a68871a7f3f24786eae4d36b9a1, '', 0, '?'),
(0x373da11958438f8616668cf66bc107d9, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step1/info-tabs/archive.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step1/info-tabs/archive.php', 0, 0xe6d2c4c29dd924061e1b4025eacdf58b, 0xe6d2c4c29dd924061e1b4025eacdf58b, 0x9e9c03d435aa80e53b57fe81b4c46f14caf4f67d9ff69f539f5febe350f21bec, '', 0, '?'),
(0x42967702121eddf543a171d211483e6d, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step1/info-tabs/general.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step1/info-tabs/general.php', 0, 0x1099e2c0cfdc684b545aba3bddde722c, 0x1099e2c0cfdc684b545aba3bddde722c, 0x462e94ec2960248ed094351291e53007f04675ea2e47b88f0caff7e6de37b807, '', 0, '?'),
(0xb65d65e1fade2f703bfed0321f7faebc, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step1/info-tabs/overview-description.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step1/info-tabs/overview-description.php', 0, 0x08574ec0ca8cdbb4e9b7813e8a3ffe56, 0x08574ec0ca8cdbb4e9b7813e8a3ffe56, 0x66293c9369bcf967d236f7b8284712d62686eb6dcee95f29b3338e6294206fe0, '', 0, '?'),
(0x3177a1da735c35d34d66f3f8c6a6f0c4, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step1/info-tabs/overviews/recovery.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step1/info-tabs/overviews/recovery.php', 0, 0xa5edf3ad6e0576dd8d423a5a2c2a0279, 0xa5edf3ad6e0576dd8d423a5a2c2a0279, 0xc26c84461c68d7e91376dab94ebd5c151fca67afce1c4e3d1be4829e1724600b, '', 0, '?'),
(0x8ed759d3a2559d8db897b3bd34593de5, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step1/info-tabs/overviews/restore-backup.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step1/info-tabs/overviews/restore-backup.php', 0, 0x7a6c17f85348384aa6b19a43b58d5b7a, 0x7a6c17f85348384aa6b19a43b58d5b7a, 0x0b9aabbc8978b2e999ba4c3c247c9626e8898c29f0b4ca197843e78837ee838d, '', 0, '?'),
(0x2ff02a613cb4e0d9bcb4f400730bb06b, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step1/info-tabs/overviews/type-multisite.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step1/info-tabs/overviews/type-multisite.php', 0, 0x20d5d92bb85195b75b410b78754fbf91, 0x20d5d92bb85195b75b410b78754fbf91, 0x72c286dc9a4d994cee99b2ad00d22a7e40edf40874b8fcd5bde75dfc2079f355, '', 0, '?'),
(0x94a9eec8596d69734cc0b26afbaf383b, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step1/info-tabs/overviews/type-single-site-on-multisite.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step1/info-tabs/overviews/type-single-site-on-multisite.php', 0, 0x8a013fe0d20ea00822d48400cb7da5dc, 0x8a013fe0d20ea00822d48400cb7da5dc, 0xdfc6d71d9580be8079ca1a05457b57a6305b1d1239a4be9f88fbfc6ba6843c91, '', 0, '?'),
(0xde295943f9b4584d35f13542664420fa, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step1/info-tabs/overviews/type-single-site.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step1/info-tabs/overviews/type-single-site.php', 0, 0x0f60a356718b80005fa5ad4f91aacc47, 0x0f60a356718b80005fa5ad4f91aacc47, 0xbd163c4385a419d68894cff8bcf6bc2c940098899ab2ac94e7a2d4d7c9ff0fb3, '', 0, '?'),
(0x5ccf688058730d855de8e735409aae83, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step1/info-tabs/overviews/type-standalone.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step1/info-tabs/overviews/type-standalone.php', 0, 0x2c785b603d6e31d58c9fd28b1fd26832, 0x2c785b603d6e31d58c9fd28b1fd26832, 0x9ecd0b5b724a4c5dbd3892cda07898cde3f73fc5c6bd74ca1f8074901f2d0f2d, '', 0, '?'),
(0xb5693c0d0754ca64845ecdfb6f5463f5, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step1/info-tabs/overviews/type-subsite-on-multisite.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step1/info-tabs/overviews/type-subsite-on-multisite.php', 0, 0x78b913a5e4fe8ca8b9ac81edf0390792, 0x78b913a5e4fe8ca8b9ac81edf0390792, 0x873a92e07380b97be4a4acc8f7a0514a3d4e220318257c35e3a7fa9f293b76f9, '', 0, '?'),
(0xb3757fd29af0a71b9b6745f896238dc0, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step1/info.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step1/info.php', 0, 0xff4ad314071e811283111251c8fc5610, 0xff4ad314071e811283111251c8fc5610, 0xca7389080de6665e6dbfff896c90d01c39fa6e277def9c17780958a990b890d1, '', 0, '?'),
(0x4a567062e3780cada3d4cfc27c60a914, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step1/main.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step1/main.php', 0, 0x79468b7449694bb60b8d7a5fb6cab611, 0x79468b7449694bb60b8d7a5fb6cab611, 0x42a484435d46bd97f42337ae30c6eb60fe618a91882cc3fea177440ad055fb17, '', 0, '?'),
(0xf35e26b9914d5078e3437d67fc92b0be, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step1/options-tabs/advanced.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step1/options-tabs/advanced.php', 0, 0x9d1a726e4348d63c7e4163a0550fc88d, 0x9d1a726e4348d63c7e4163a0550fc88d, 0x233bdef055b6cf996d39f50612403539a97ec16f4ef4b3c5bcf1d8b49e629627, '', 0, '?'),
(0xd50cd17559a7ce1be43b56e74bbf219e, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step1/options-tabs/engine-settings.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step1/options-tabs/engine-settings.php', 0, 0x0d82b12a3ad51931c8bf64386235e71c, 0x0d82b12a3ad51931c8bf64386235e71c, 0x8f61591345aed27ee2509ccd4280e8440f895722071122911e16767f422c96ec, '', 0, '?'),
(0xcaaaec69c6678213a26aebbef600c02a, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step1/options-tabs/other-urls-path.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step1/options-tabs/other-urls-path.php', 0, 0xf26ae2a92e51b5a5eff26f57818682ed, 0xf26ae2a92e51b5a5eff26f57818682ed, 0x9fd723e0a53838739c29f93e7e597f5a8a6db8ad55038219880342732cff1a61, '', 0, '?'),
(0xb066faa563ecfee78362911a26844234, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step1/options-tabs/settings.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step1/options-tabs/settings.php', 0, 0xd9d073ae5e370ece4628c8b1f714ba11, 0xd9d073ae5e370ece4628c8b1f714ba11, 0xaa21bb294624ba6fa471d109cb3f1386948132827fc2505baef8dd75f17dd9cb, '', 0, '?'),
(0x4c7c99f6fa8691a5225f37c27c1fb4fb, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step1/options.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step1/options.php', 0, 0xa33d073c1760d3b8c0960cac49c3583b, 0xa33d073c1760d3b8c0960cac49c3583b, 0xae6d323f024b45497dfefce80e99e476f76a31ffb5e7a8382911fa79d849a406, '', 0, '?'),
(0xf1a1b5e0501b19f2e46cb49b3ac61be8, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step1/proceed-confirm-dialog.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step1/proceed-confirm-dialog.php', 0, 0x4f0101eaa4e2af58beed79c33341e37e, 0x4f0101eaa4e2af58beed79c33341e37e, 0xc9177e2ca31337c3c735e07dc277a6531c22b69fd2e166f2f2963dba1036c93c, '', 0, '?'),
(0x73054e8fca163198357f89b9f2afeee1, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step1/step-title.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step1/step-title.php', 0, 0xe705579129464738d806cd34cee7b115, 0xe705579129464738d806cd34cee7b115, 0xb082d3eb5ca2ab9d99e00fb2ce7d63638b388d216ef0e0defed2a1c41d800a8c, '', 0, '?'),
(0xa3dfebe3dcfad4244af825e5f4dfff69, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step1/terms-and-conditions.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step1/terms-and-conditions.php', 0, 0xa43b4e02bad6729fe20cdae6fa9cd294, 0xa43b4e02bad6729fe20cdae6fa9cd294, 0x1f8dc23e0198d00bd5b326581002269b8f16ec1bb7b22fbd75560f8338a5452a, '', 0, '?'),
(0xcb46b3ad109d6008a58d49c817fe1b74, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step2/main.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step2/main.php', 0, 0x1d79477c06f680f6e29255a573d264e8, 0x1d79477c06f680f6e29255a573d264e8, 0x755fc4f554f268a1212e4b362ef723739dbee952bfec9e0a2200434107629ac1, '', 0, '?'),
(0x4f3e7086e4dbce1e50645f77624ceba7, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step2/options-tabs/general.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step2/options-tabs/general.php', 0, 0x8f22c5d7f1aea81531f11766e5591b04, 0x8f22c5d7f1aea81531f11766e5591b04, 0x7a01a225aed58a492fe148210fbfc5b18ede15393305836f60d9a54c3e8a39a3, '', 0, '?'),
(0x402c643b37e526241744d9288d484dbd, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step2/options-tabs/tables.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step2/options-tabs/tables.php', 0, 0x735574bff2eda644e490c43b930b08fe, 0x735574bff2eda644e490c43b930b08fe, 0x16ae65f369096dfc1c5b66d490f3debc062fa24fd470cd8eabe9cbca11cfadf5, '', 0, '?'),
(0x20993537c821c6e3174badc585a6ae96, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step2/step-title.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step2/step-title.php', 0, 0x26aa84767cf846e7eb4039a44792af6e, 0x26aa84767cf846e7eb4039a44792af6e, 0xe639d328042fa141a1ef9dddb53e985a3a3c9a419064ead400f7c5c55b2bf672, '', 0, '?'),
(0x9b7b57b51aa0a2464725e1df149cfdec, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step3/main.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step3/main.php', 0, 0xad5f2bdaa0e753a0410a7c2684ca6100, 0xad5f2bdaa0e753a0410a7c2684ca6100, 0x082cb0633358a71f8605fced73890c6c0d620162317a0e5055cf69a6cb0d9ab6, '', 0, '?'),
(0xc80cf8603e138a4d006413aacf40046e, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step3/options-tabs/plugins.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step3/options-tabs/plugins.php', 0, 0xc60b0d19e773c72b037c615e29e1f9c0, 0xc60b0d19e773c72b037c615e29e1f9c0, 0x82f6930441824fd2a8aefea50e90a93b851f720ad29cf3dd9fc138e0327f7f13, '', 0, '?'),
(0x1a522d2f1c8f7694b2befc4e709b8e79, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step3/options-tabs/search-rules.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step3/options-tabs/search-rules.php', 0, 0x6abab01f224f1dfcc68231ea91032cde, 0x6abab01f224f1dfcc68231ea91032cde, 0xdad22d847b9fb7ff9048228fe63161aa049397eff2fc0ee798bfca5b6d783e7a, '', 0, '?'),
(0x9d501ef0083b3b9b2923e64278ed7b08, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step3/options-tabs/users.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step3/options-tabs/users.php', 0, 0x39b43b5467740165fb3a9106e0ce3c97, 0x39b43b5467740165fb3a9106e0ce3c97, 0xef97e7078db9121d7eab094adfe3f5d5a885caa51934c5c0f7cb467c79da4f27, '', 0, '?'),
(0xe353baf0c442c927d3dab70cfb737822, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step3/options-tabs/wp-config.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step3/options-tabs/wp-config.php', 0, 0x9b380dac138eaa9ed5829e9083d96248, 0x9b380dac138eaa9ed5829e9083d96248, 0x38fa09522ed27e70bf76b925145814a61f1ab96d1bc775597aec48b7f09348d9, '', 0, '?'),
(0xc95843b8860b0d7c3d26f1a9ac40062f, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step3/options.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step3/options.php', 0, 0xbf9d9f20bebbcc20a62bf9f4b28c9062, 0xbf9d9f20bebbcc20a62bf9f4b28c9062, 0xdd49760946ffc00f4ca40e8826dea1a04b2260094109c7e6c25f67d14df98b67, '', 0, '?'),
(0x92a4d77e73512aae7af39e68ec1d55c2, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step3/step-title.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step3/step-title.php', 0, 0x2a46dece40840846214da52a295a0ddf, 0x2a46dece40840846214da52a295a0ddf, 0xfe1cee2b67ef284e12cfb3a37004f5034bcd3ff877e564b1b839c227799e9553, '', 0, '?'),
(0x9318f0bd8d54ec5f6d1e84d3820048b4, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step3/usersParts/newAdminUser.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step3/usersParts/newAdminUser.php', 0, 0x619bf43ff03549d5f99ce14b8955529a, 0x619bf43ff03549d5f99ce14b8955529a, 0x300ac20014205f4a5caed87f8aea9489a6c70387248519401208d09774531705, '', 0, '?'),
(0xa6dafc9018a5bcc99fdd989d65cdccb6, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step3/usersParts/usersPwdReset.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step3/usersParts/usersPwdReset.php', 0, 0xfa76051fe14e1cd8c90482f4a69449cd, 0xfa76051fe14e1cd8c90482f4a69449cd, 0x0fb8652b594434c3540e99eafbd9e212ff2f53b97a76b20fbbf8a5e5d7437947, '', 0, '?'),
(0x94ca6304f19509c3e0d80d75dd4ff404, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step4/actions/admin-login-button.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step4/actions/admin-login-button.php', 0, 0x7264e2e8c57238944c7552058c522467, 0x7264e2e8c57238944c7552058c522467, 0x1b21332d8da756f6b5ac5fa9491c7ae23bbf7e38225c49f6c28a91232fe785d8, '', 0, '?'),
(0x98015d3c0a11ceaa69fddfef20d761c4, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step4/drag-drop-advertisement.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step4/drag-drop-advertisement.php', 0, 0x5c2cafd8fe72af434211fd31a24ba7ec, 0x5c2cafd8fe72af434211fd31a24ba7ec, 0xeda163332bfd4cd501f92b8688b6efc430b473eef49d4acd0d4067aa5454016d, '', 0, '?'),
(0x69829c6a96cba0d444828b7622be8148, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step4/final-review-actions.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step4/final-review-actions.php', 0, 0x42c743f67c437602d0363f222f6bc0f2, 0x42c743f67c437602d0363f222f6bc0f2, 0xc4be793bb1a7d99bb46f189478fdc0ea1e3cd8552e3df39ade7d8eac5f197fee, '', 0, '?'),
(0x922f38deb01a8575176fdfbb224e9ec8, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step4/full-report.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step4/full-report.php', 0, 0x949c259711b85cf74e166e35147ce6e2, 0x949c259711b85cf74e166e35147ce6e2, 0x95895d1dd2376f34ad11f66bed36dd9586080b65f74d6fdda7a5e21ddf1be6be, '', 0, '?'),
(0xd947c61cc3a723cdb2f315b40537a17c, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step4/important-final-notice.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step4/important-final-notice.php', 0, 0x8fede3c1cc6b7539c190310d17d98e73, 0x8fede3c1cc6b7539c190310d17d98e73, 0x20376c65759253f349332062639d16a1cb6984e96e842ac73f55f13916a4d662, '', 0, '?'),
(0xbb2068b176a032634d4d81ddbf9c7740, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step4/installer-result-summary.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step4/installer-result-summary.php', 0, 0xcdac5aba987c25221f543e55f9ef5cf8, 0xcdac5aba987c25221f543e55f9ef5cf8, 0x5c1dbc3543fc655e8214a20ae57cca344ecb814f90e56f75e7673f3692481f22, '', 0, '?'),
(0x087f3901b0c43fb2f50352ac1f2ff67d, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step4/main.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step4/main.php', 0, 0x6ec0904a788cc8169bbb8f06aea34a62, 0x6ec0904a788cc8169bbb8f06aea34a62, 0x322aff1fd4320b59add7914b1e07d4848e1b1d84f497eb8f67b3e35ba5733fee, '', 0, '?'),
(0x37a62dd4cc394c365d2f146d75c40665, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step4/step-title.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/pages-parts/step4/step-title.php', 0, 0x1df7210601f058691a2bc289c58b903d, 0x1df7210601f058691a2bc289c58b903d, 0x0891c1a9bc2ef3468766df50902f759d4d79156d173301fc6278e8784f2772f3, '', 0, '?'),
(0xa008153d55e040d1f8ae14cda9430bce, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/ajax-error.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/ajax-error.php', 0, 0xf36eefb878ee325c4fcdb9783f572206, 0xf36eefb878ee325c4fcdb9783f572206, 0x78001273abc6a8c3716414f0820b7e9cc54c523947ee30f2fce666457e632c91, '', 0, '?'),
(0xac34704405d8bba73c46a71e95664b8a, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/params/archive-action-notes.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/params/archive-action-notes.php', 0, 0x387ec7ab6e5c1de26c4e2cb062b5f6ee, 0x387ec7ab6e5c1de26c4e2cb062b5f6ee, 0xefb833a9e218bc9fac2bc16ce4206f81d8f5519f1df738a23ed9fb10c822c3f9, '', 0, '?'),
(0x430d6b7d78c6ba94ce2fc117885ffb09, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/params/db-name-notes.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/params/db-name-notes.php', 0, 0x5fb1acee4df49a2e31bf647ea45996fa, 0x5fb1acee4df49a2e31bf647ea45996fa, 0xb5f60b064b0c893b617e01dc98e04f3ec8d3a832c9b0c32331ec9118d138f31b, '', 0, '?'),
(0xfe8c1332400a1e357eb0836eb9539fd7, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/params/extract-skip-notes.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/params/extract-skip-notes.php', 0, 0xed558fe60946bd4fede42089f67e447b, 0xed558fe60946bd4fede42089f67e447b, 0x2d714b8612d30bf10e266e295c7c72dd5730a427e2a8bddf4ef7e6d24183f7ac, '', 0, '?'),
(0xa9f1604ef45c7cdc61b37e54e5014280, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/params/inline_helps/subsite_user_mode.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/params/inline_helps/subsite_user_mode.php', 0, 0xd419085ad819a4b362408855aee5c1a4, 0xd419085ad819a4b362408855aee5c1a4, 0xd5ec8c9c3fb7aebe1524f686a57d0eaa69034aa314ac8bd8f4e39a9331ab9afc, '', 0, '?'),
(0x5d1c64a4c65a0579e4fe42e8cc118dd5, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/params/inline_helps/user_mode.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/params/inline_helps/user_mode.php', 0, 0x266498c6004d0e6f7f9410fc1a41e470, 0x266498c6004d0e6f7f9410fc1a41e470, 0xdb59ba360c55ce5233cc55b44f0b5eb2b52f92ae9e2e555792f5bd15d7757bd0, '', 0, '?'),
(0x3cc52fdab92e99886712da2ffe7e52e8, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/progress-bar.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/progress-bar.php', 0, 0x59e2cbba53fb2fdabb237d2702b16872, 0x59e2cbba53fb2fdabb237d2702b16872, 0xde64f29771b1b41145866162f5f3d1bdd8bb44b7dd6bb2fefd37b3c0cdf23847, '', 0, '?'),
(0xd4db6756b4b9071a6b475e2e633cc808, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/reports/import_report.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/reports/import_report.php', 0, 0x1756522b2d153717ba0a9be36cb66add, 0x1756522b2d153717ba0a9be36cb66add, 0x2c5d5aa4cceb48da19e245874f313d91045e17976fc9097dee28f7a3c9258fd8, '', 0, '?'),
(0x9e351c83e29607587f3032355c586bfb, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/restore-backup-mode-notice.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/restore-backup-mode-notice.php', 0, 0xde2e251ed5bb8da3956d14c452be40e4, 0xde2e251ed5bb8da3956d14c452be40e4, 0xeed0301f3c0113f09f8e9c24efb6c0c9441d25143427c3a7c32c71245f90261b, '', 0, '?'),
(0x1873d825fb20a48a36be8171a2358731, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/top-header-help.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/top-header-help.php', 0, 0x7674a45f889c564210c5658678b39e08, 0x7674a45f889c564210c5658678b39e08, 0x9c71f33aad291a85694924b4baee32927259f0346f500290c0a01e4de2787e4f, '', 0, '?'),
(0x062adde280d9cbf376a18ad6f0d43124, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/top-header.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/top-header.php', 0, 0x5a0bbea794f621eee7185c3b7f7996d6, 0x5a0bbea794f621eee7185c3b7f7996d6, 0x6b408be0cd473abf71ac02f2dffeaccc8facb73160c8ac9e2172795138ec58e3, '', 0, '?'),
(0xb5c82c78d303e39dd6e94c1498f08e97, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/top-messages.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/top-messages.php', 0, 0xf2006986e20dc3b8937464314b0d2c5a, 0xf2006986e20dc3b8937464314b0d2c5a, 0xc4e040ffa4fa0dc374685ced29ff3e997b985d94bf04bea855e00cd25a879e5e, '', 0, '?'),
(0x2352a5b1d3932a3d9bdfd15373c37fe1, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/database-tests/cpnl-connection.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/database-tests/cpnl-connection.php', 0, 0x26b71037bfcf5701681d4158b8321a90, 0x26b71037bfcf5701681d4158b8321a90, 0x68f1ea9b87c4c3b31d33519ce052687042b18a5cd0bab2176cffb0381a5be40c, '', 0, '?'),
(0x90754a1ec27471e19f9e9e702dc55314, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/database-tests/cpnl-create-user.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/database-tests/cpnl-create-user.php', 0, 0xe857f6631d44f7ac662ec5f8d3472238, 0xe857f6631d44f7ac662ec5f8d3472238, 0xd4aec30ceaa03aa5d2b4468b9e5beb13485cc0525fded3c84a5f7e86aa9be6b0, '', 0, '?'),
(0x1990596b83adcf7eaf54ddc12694f248, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/database-tests/db-affected-tables.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/database-tests/db-affected-tables.php', 0, 0x11049906c2d028b6cc72a01454366655, 0x11049906c2d028b6cc72a01454366655, 0xaabb62b701d0d373bb9a8e24be1e2f2bce602c113632a2b879a8985c805ae082, '', 0, '?'),
(0x30b450f72037636e2ac438cc0a639fa5, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/database-tests/db-case-sensitive-tables.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/database-tests/db-case-sensitive-tables.php', 0, 0x1035dba4e77dd271399a60bdeeb3c4a8, 0x1035dba4e77dd271399a60bdeeb3c4a8, 0x4c052f781e7d6df8829ce0add07118071d859f129bfe8f39eb19aeb4211dbc97, '', 0, '?'),
(0x7a60bab452cd5701e1f4faeeb1dedff3, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/database-tests/db-cleanup.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/database-tests/db-cleanup.php', 0, 0x404dd80f8bf4356dc97c414037f8ee74, 0x404dd80f8bf4356dc97c414037f8ee74, 0xd1ad382a8d3f20142db46daa1f691840c6e82736b3704f5b24ac5fa90fd0476b, '', 0, '?'),
(0xf57903e720cd8397400faa7cf74871a3, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/database-tests/db-connection.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/database-tests/db-connection.php', 0, 0x2d1f439a391e62f5232e8715df48e421, 0x2d1f439a391e62f5232e8715df48e421, 0x56f0df5e1e920c1c0c2c3a5964c3498b625b3dab40b300cadfd5e1e2e32271dc, '', 0, '?'),
(0x9428dc9b3ccc878ca594e217fa8131c8, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/database-tests/db-create.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/database-tests/db-create.php', 0, 0xca77c70e0386912e6dad706abc4e75d0, 0xca77c70e0386912e6dad706abc4e75d0, 0xe0218459853ca643b4f191550a6839d47d2272fd6b62e0422b9bb3df42b5df9d, '', 0, '?'),
(0xfefca8a28d09d5942301120ce1c6fb2d, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/database-tests/db-gtid-mode.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/database-tests/db-gtid-mode.php', 0, 0x2d187cb420e00dd15ac208fb959f5a8c, 0x2d187cb420e00dd15ac208fb959f5a8c, 0x8e6fb9fed762a988459c80559b618ab74dc40560f9216ffa1f5c3608c3001aad, '', 0, '?'),
(0x043566f22a5c4a02bc141788a8b876fb, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/database-tests/db-host-name.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/database-tests/db-host-name.php', 0, 0x7bacd5f43bae1da31b42c9aa8e1cdd37, 0x7bacd5f43bae1da31b42c9aa8e1cdd37, 0xa2c87a4eb242ca87983744d3fbc47907f31ed1dd5ccb121058b00cb14e27b2bb, '', 0, '?'),
(0xf121be65bc5fc62f4ae4661e7258bbe1, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/database-tests/db-manual-tables-count.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/database-tests/db-manual-tables-count.php', 0, 0xbd9c3109e259c5ed2a5875a3ba4a4610, 0xbd9c3109e259c5ed2a5875a3ba4a4610, 0xa72e3b208a7f7243b4cc08458d3507843865edf3da5d756b0bce3485f9686d01, '', 0, '?'),
(0x312fe0c1f7caf95cd91adf491ca05c12, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/database-tests/db-multiple-wp-installs.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/database-tests/db-multiple-wp-installs.php', 0, 0xfa50331d788f12648ad78d37f5485932, 0xfa50331d788f12648ad78d37f5485932, 0x7e6cad4eedeac2e309cf028ec830ba068d262fd7a37d10a2e35f13f33cbbeef1, '', 0, '?'),
(0x24e4bf5176a42b445f3c7324e214b74a, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/database-tests/db-prefix-too-long.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/database-tests/db-prefix-too-long.php', 0, 0x37e2332c8eb3be41edb7a241f1104c12, 0x37e2332c8eb3be41edb7a241f1104c12, 0x35b459e1f640de11a644fab281ba00a51636d5150ef6793d6c3f37eeef3f2a03, '', 0, '?'),
(0x4e83ccbe7b39ed7b2d9622704b73140d, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/database-tests/db-show-variables.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/database-tests/db-show-variables.php', 0, 0xbd89a50e4e573f62bc747d1a3594d33e, 0xbd89a50e4e573f62bc747d1a3594d33e, 0xefa8c188efdb5276f7ae1a942f6025d9e17010daae506c0de157905a747b8b61, '', 0, '?'),
(0x494a88570f88023d5d1c7b98cc310ed0, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/database-tests/db-supported-charset.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/database-tests/db-supported-charset.php', 0, 0x7e5a2c54477e58a8e02470340dedbbcd, 0x7e5a2c54477e58a8e02470340dedbbcd, 0x3bc70fbb5efeee3eb9007fe0410c2ae21f0e731f5ec764b73dc33c81b9cee0c7, '', 0, '?'),
(0xf05b9d60f6f10296264f50cc2d3eac74, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/database-tests/db-supported-default-charset.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/database-tests/db-supported-default-charset.php', 0, 0x5c7bdcf5db8916fd0453ab9dd0ca32af, 0x5c7bdcf5db8916fd0453ab9dd0ca32af, 0xe0c3de12f68260b687bbc506222bf1dc7ef5dcb630f240976ebca42934f290e8, '', 0, '?'),
(0x5acc7cf6a543dc231bee5b62c24019d7, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/database-tests/db-supported-engine.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/database-tests/db-supported-engine.php', 0, 0x8005e8859baac0a3fd72e8a81038b801, 0x8005e8859baac0a3fd72e8a81038b801, 0xa8d599783c88388039821da1c4e82c4039b887093bcf68596dfdd9eb6a13d18b, '', 0, '?'),
(0xd7a75280a43fc68d4b58c13e75864d2a, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/database-tests/db-triggers.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/database-tests/db-triggers.php', 0, 0xa2fcb2bb80b24c3336da7876c8efc200, 0xa2fcb2bb80b24c3336da7876c8efc200, 0xfc28651347f6e70a35c35f5cfe4f136086b05ab642b84447dad15c5dcfd2b9a6, '', 0, '?'),
(0xbdb2ac4ce598b42b22c1af58f29a8882, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/database-tests/db-user-cleanup.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/database-tests/db-user-cleanup.php', 0, 0x4c5fb03be86166c8ace8fb62daf744d9, 0x4c5fb03be86166c8ace8fb62daf744d9, 0x3cd8b32c70f3f7c53f75756e95f008aee0e2feecdbf803ae3b52764bd5923ab1, '', 0, '?'),
(0xf57a5db8c2af5411ee45b818eac58935, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/database-tests/db-user-perms.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/database-tests/db-user-perms.php', 0, 0x7f40503a8fa05eb48166eaf10c731904, 0x7f40503a8fa05eb48166eaf10c731904, 0x32714abc43a49e7a22d2f8815c4948a9b7a762bb16d21541ff2ea94a236834d1, '', 0, '?'),
(0xa75a4a7468c7b35f132c08f7b9c0f54f, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/database-tests/db-user-resources.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/database-tests/db-user-resources.php', 0, 0x7f6a5280892003f25b50769b075b4544, 0x7f6a5280892003f25b50769b075b4544, 0xf32b1a48291b9df9ec9ad3545c462d517b49f7c2c88532f8cf9610e943b3ec26, '', 0, '?'),
(0x1523b6651a7af115cb43c9a1bd798fe7, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/database-tests/db-version-swarn.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/database-tests/db-version-swarn.php', 0, 0xae645d70c3aebb4c6aff666ef4f0c647, 0xae645d70c3aebb4c6aff666ef4f0c647, 0x8a68c87ac40bec76eb53025f72cb01a088f43ca8b40581a09db6969478b4c52f, '', 0, '?'),
(0x1294ca879bf42c4349d50fea17ca20c3, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/database-tests/db-version.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/database-tests/db-version.php', 0, 0x860b81d554fdebad00f9f629335f66c7, 0x860b81d554fdebad00f9f629335f66c7, 0x219e38eaf110aeb28c6a1bd5c7e42de89f2c80367ebf68373dd2a73998df5e43, '', 0, '?'),
(0x6d94b0aed64838d3605e259a0dd9d1a5, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/database-tests/db-visibility.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/database-tests/db-visibility.php', 0, 0x0e02ae54c673ce6c5a28ab81258fb288, 0x0e02ae54c673ce6c5a28ab81258fb288, 0xd5376581f4325d29cea344d0fada079bfb005e53cccb2a5b8eb33fde2f286a31, '', 0, '?'),
(0x4f6c5298b6a751975e9b097492475a3f, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/tests/addon-sites.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/tests/addon-sites.php', 0, 0x2d58c2f79a73ecd0693030fb750170e3, 0x2d58c2f79a73ecd0693030fb750170e3, 0x42dfeed0a7eb02d5abebfce7bddf6f10a14838fb1042a376544ab841e692e5bd, '', 0, '?'),
(0x5eaee85ed502c0a24c139ef2e9d61c6b, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/tests/archive-check.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/tests/archive-check.php', 0, 0x37efd4b3cb68cbee50a8fe1eb49065f0, 0x37efd4b3cb68cbee50a8fe1eb49065f0, 0x9897e800e2a9556174332c31e74d6a0b719b781207a3db8cea08176d09cf7a73, '', 0, '?'),
(0x16bb377a76ca3948731d55b3678a93fc, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/tests/configs-is-writable.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/tests/configs-is-writable.php', 0, 0xe19ee43ac306f8c7a4745224e386e534, 0xe19ee43ac306f8c7a4745224e386e534, 0xb21b22f46af9a62d215097ecc9034f6f92afc40e6844b619895ffcd1cdaa0d1f, '', 0, '?'),
(0x7cdf1975fc6c1e619674e4e3c749a83b, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/tests/dbonly-iswordpress.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/tests/dbonly-iswordpress.php', 0, 0x9b7d55b7b357c530d4dc89286f367225, 0x9b7d55b7b357c530d4dc89286f367225, 0x762cf79b00c0b1cca0e6038ccd10089a585b9116d0f4d494b27c793c520770ee, '', 0, '?'),
(0xa0270b4f79eb2a85da309bde37fb5487, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/tests/diskspace.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/tests/diskspace.php', 0, 0x1155527050433dbc954fa4cd3d3f5f30, 0x1155527050433dbc954fa4cd3d3f5f30, 0x06d719a545a137590251b2c9414b25c9abd01d3d602bd83f8c94b2b286abdaef, '', 0, '?'),
(0xce152e1cf476295afe36c41fc1008b43, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/tests/importable-package.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/tests/importable-package.php', 0, 0x12bf4451a06571d4082d78da6e94bcb1, 0x12bf4451a06571d4082d78da6e94bcb1, 0xfa125402cef3f4bf6bb85964a555f6383af3fd85ffa115cefbd35f72c5348510, '', 0, '?'),
(0x7a94e95a246eb6634552ee282760bdbd, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/tests/importer-version.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/tests/importer-version.php', 0, 0x4bb76995f0b8447ef37ccc3a4d87ac8b, 0x4bb76995f0b8447ef37ccc3a4d87ac8b, 0xe8ef51e0aaae2da5b2c121671c01e00762b0dbd68b628c9390b164f82631a666, '', 0, '?'),
(0xd8389b213cbc51be0549f6e905723dff, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/tests/managed-supported.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/tests/managed-supported.php', 0, 0x542ad64bf7bca70b2193efa96e59e9c5, 0x542ad64bf7bca70b2193efa96e59e9c5, 0x8b45845a17fce022275d11490e3cc83e55c1cb5bdde910a2c9deac5733931e78, '', 0, '?'),
(0x7afd47e3cf8eff26bdc59c6fb6986f29, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/tests/managed-tprefix.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/tests/managed-tprefix.php', 0, 0x506c9e8f01cc729dc94c56a813c48f8e, 0x506c9e8f01cc729dc94c56a813c48f8e, 0x411749cab1bfbb064f9228131033d243e16e0d0d148d57d9a30b01ba21fa854d, '', 0, '?'),
(0xbe9a0bf7294690ab1a6d0ec3b75cbaa0, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/tests/manual-extraction.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/tests/manual-extraction.php', 0, 0x6fb5c77977f9dd95bc85ab231357f336, 0x6fb5c77977f9dd95bc85ab231357f336, 0x1dfa155862d0a28eebbc03366602298063abe46a33a3631b285390c6c54a60e6, '', 0, '?'),
(0xf416bc334131ac0caa85e75e881f698d, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/tests/memory-limit.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/tests/memory-limit.php', 0, 0x016320dab78e9b0073d0195a66390b82, 0x016320dab78e9b0073d0195a66390b82, 0x8c2a67c574d86e04972d61670275367df0caf8791f38e0d68f48b6f377a006e1, '', 0, '?'),
(0x07a96ea5e6dd6ae64b6b0f0cde4cd00e, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/tests/multisite-subfolder.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/tests/multisite-subfolder.php', 0, 0x0ab61b766235c0c3e8e2cc18559ae96a, 0x0ab61b766235c0c3e8e2cc18559ae96a, 0x9b7e43d2a5ca38f7eed39d66c070a274c0af02223c482e4559718d0ff858cc10, '', 0, '?'),
(0xffd02ecfce84d35009d42d85c8e9c656, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/tests/mysql-connect.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/tests/mysql-connect.php', 0, 0x45d43eecfc5f0e9546769d5f289762be, 0x45d43eecfc5f0e9546769d5f289762be, 0x4ed869a62f0f151cbbf85d27434fca75b6e2689df3d5dc364c102322e68d7614, '', 0, '?'),
(0x9fae6973ab7c4c33bcf93800d4a756bc, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/tests/open-basedir.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/tests/open-basedir.php', 0, 0xac74092e0b32682f9b688752b28e170d, 0xac74092e0b32682f9b688752b28e170d, 0xefff67194e4294c13664b1448c839b38e90336c3accd873a843f553677333e53, '', 0, '?'),
(0xd97a0008d79ed30e311bd6fd1b603490, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/tests/overwrite-install.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/tests/overwrite-install.php', 0, 0xd99ae53540c5f8b5e96d76a6d8d510be, 0xd99ae53540c5f8b5e96d76a6d8d510be, 0xbe390c512e7c77134307dfb12dca5e04474debb0a43e2620d3375984105a91ed, '', 0, '?'),
(0x5b7c5a92f83149a14721a5c40b611c12, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/tests/package-age.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/tests/package-age.php', 0, 0x2d38392063b2c27b8d5de1d24cfc2614, 0x2d38392063b2c27b8d5de1d24cfc2614, 0xaa1a386f452c650fd05556f7f4140ab3602633d4a0ed641ae92486aa8add3ada, '', 0, '?'),
(0x80864847d0b5f415dfd749b0fd8cbab0, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/tests/php-extensions.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/tests/php-extensions.php', 0, 0xfc7550962c07dde0838371f18f85c0ab, 0xfc7550962c07dde0838371f18f85c0ab, 0x2dea16a58337aa8494eae5c549942c8b625f47deb2b8d988374d78554e1c8745, '', 0, '?'),
(0x1297a356c824e26014c86d0b2222092d, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/tests/php-functionalities.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/tests/php-functionalities.php', 0, 0x204bdf95b8243d10463073093ee45bba, 0x204bdf95b8243d10463073093ee45bba, 0x4af46126b281743debc8e14dd496abf03b43b1b262dbbb9cb20422f7f777a967, '', 0, '?'),
(0x6eae196e6477f4ddf78e9df631c7a998, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/tests/php-version.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/tests/php-version.php', 0, 0x5593d448f176e06bc7f7f1e325a4b147, 0x5593d448f176e06bc7f7f1e325a4b147, 0xb8d29e0b20caf40b8308adee0a18321425d02b77c478211cc53c1efcdb0c0e64, '', 0, '?'),
(0x1cc95df47b64e61d4d57b6583fb2679f, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/tests/recovery.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/tests/recovery.php', 0, 0x590d2814ce1eb5e7db2a46d4baab5911, 0x590d2814ce1eb5e7db2a46d4baab5911, 0x0c5bb7b8103c33dc1472a2c63265d9843dd92c590fcb4a23ba210f4b72088da1, '', 0, '?'),
(0xfd3e43859c350c05e07f505593b8e21e, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/tests/replace-paths.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/tests/replace-paths.php', 0, 0x4fdf62bc5f7c166176f4f09d1da526c6, 0x4fdf62bc5f7c166176f4f09d1da526c6, 0x01f4ab658d1df811dc8a14adb4a65a424a283b30fd36353ffc3dc9ceb21aedf5, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x30e3d33cb2b2020626b132f0d1d7d744, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/tests/rest-api.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/tests/rest-api.php', 0, 0x5b591e3ed15885bf6631710b58e9e522, 0x5b591e3ed15885bf6631710b58e9e522, 0xa5c162bf06a4e8c30a409207513f1f49f928c986fd4a090840e8096f5cfd4537, '', 0, '?'),
(0xa2d05880f7f0c8e68f05f80f09bc16ba, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/tests/siteground.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/tests/siteground.php', 0, 0x6f79e6ffd6d45bc3ef15a514bbe2262f, 0x6f79e6ffd6d45bc3ef15a514bbe2262f, 0x24626bd8b2d2524a8f4978c10c1718705f310aa021470a6680a9d578603ec823, '', 0, '?'),
(0x8bf3272b55b033c292fe7374ef0442e9, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/tests/timeout.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/tests/timeout.php', 0, 0x66cb5497e5e54a4a055633bafebe6a24, 0x66cb5497e5e54a4a055633bafebe6a24, 0x496c63942c0b5f4d6fda5a6f6c5ac73f85fd25f5c6b6b7e11316f7816f3dea48, '', 0, '?'),
(0xa9dd52d8ca1143624d3dd8e33a7c837c, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/tests/wordfence/wordfence-detected.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/tests/wordfence/wordfence-detected.php', 0, 0xf2eb65775bb776d709d5807765bab6a2, 0xf2eb65775bb776d709d5807765bab6a2, 0x2d1d69f8085880354ba1f8e743288608d2503e5101b4d4d0e17e156d75d6ca9b, '', 0, '?'),
(0xeae1cbeccb0032897b153adce11aaf23, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/tests/wordfence/wordfence-not-detected.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/tests/wordfence/wordfence-not-detected.php', 0, 0x0980732f996bb5fc9ef3bca46a16da45, 0x0980732f996bb5fc9ef3bca46a16da45, 0x9b7378a3bc0296baa0b34023f97455a2062a851e2aee8fecd6749ca485145c75, '', 0, '?'),
(0xeb68132b6f9bf48fa24e8227cbf251dc, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/tests/wp-config-check.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/tests/wp-config-check.php', 0, 0xcbb4ca9f65098c497a6698dc5367a72d, 0xcbb4ca9f65098c497a6698dc5367a72d, 0x0bbda1fd195710bb67b4c3bb2138fe4ce2afcd4135800a4118720b301392e8c5, '', 0, '?'),
(0x465aea3e570302cd6c96b9265bdfd2eb, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/tests/writeable-checks.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/tests/writeable-checks.php', 0, 0x3f9c3bca1f2daa3cd2b339f410a46195, 0x3f9c3bca1f2daa3cd2b339f410a46195, 0xb5c62c825ff198a1c54c5fc21114858afb4145046bcc9fe9ea6841c4f6fd9c11, '', 0, '?'),
(0x3cf0692ad894833219ce67989bd1741a, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/validate-area.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/validate-area.php', 0, 0xebab83c5cac767b7570d23f3ad0ed84a, 0xebab83c5cac767b7570d23f3ad0ed84a, 0x74ee6fa342d3e38a65fe42c0858c808d3678f227e5b30d21e4712962fcf457ad, '', 0, '?'),
(0x784e97361527ec9d842cc03c795f9c78, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/validate-noresult.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/validate-noresult.php', 0, 0x2f7aebda38540b4e17d4c2ce8a0fc78a, 0x2f7aebda38540b4e17d4c2ce8a0fc78a, 0x3a09f1176b8a0482e29001d62b321d706341efce1d76877a7ac66121814ddead, '', 0, '?'),
(0xa69320459c97977c49e6f03b032f19aa, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/validation-category.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/validation-category.php', 0, 0x5f5566763815d969967b1f75fbac2db8, 0x5f5566763815d969967b1f75fbac2db8, 0xd31c25ddc35d56abf0535514c11d10d710867180aa28c86099602b489b0dc681, '', 0, '?'),
(0x05426de84ea34e67e2a196e6bafacaf3, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/validation-result.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/validation-result.php', 0, 0x81505ba7235613ea038f28bd2233c207, 0x81505ba7235613ea038f28bd2233c207, 0xebfcb1811e702a95c0a1ce22de296989079783e028f6fa7021e7a3443c8b0811, '', 0, '?'),
(0x85b3e58591c069f7fd40a20f2b55be56, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/validation-test.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/parts/validation/validation-test.php', 0, 0xbc0010cce1cec2e30e2fbea6d50175fe, 0xbc0010cce1cec2e30e2fbea6d50175fe, 0xf6a2a5be38e6d03ca51fb89e3c7a9632bc1c7ad645f1340a40903a754b78b428, '', 0, '?'),
(0x619d71ac2257ca800afeda1bf75c6bc6, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/scripts/dupx-functions.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/scripts/dupx-functions.php', 0, 0x31612ae380c245c95e2a9dac11d92556, 0x31612ae380c245c95e2a9dac11d92556, 0x25fd07050ebf6367759f7372210e75acaac38a47a96b94fd12cff6b8bd723711, '', 0, '?'),
(0xed41bf3b906c11caea8d2447e44d3240, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/scripts/modules/UrlListMapping.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/scripts/modules/UrlListMapping.php', 0, 0x1b2dfc225c978c42b2885ea18fdabb24, 0x1b2dfc225c978c42b2885ea18fdabb24, 0x8ebac018b5cc4e64780bca724a1b05cd97717ba5c9adbea179664040923afccd, '', 0, '?'),
(0x671500bc2d9cb80d51d7def31840d816, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/scripts/modules/ajax-functions.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/scripts/modules/ajax-functions.php', 0, 0x067059d5be5542759cbda82fe7cc453a, 0x067059d5be5542759cbda82fe7cc453a, 0x8ab5af84fdeb763d7eb73a81bb6b660f466612e7bc4e4af5b3dc3e58562ed6ba, '', 0, '?'),
(0xcada184a7e8557bbbad4b51159201991, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/scripts/modules/confirm-dialog.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/scripts/modules/confirm-dialog.php', 0, 0x796bdb62c1fe16950d365a43b92951ec, 0x796bdb62c1fe16950d365a43b92951ec, 0xf72c0115fc2a968635266cc4bf91868e0e4b37dc84179e9ff9b477e59cd54e9d, '', 0, '?'),
(0x4df43ecf2b19793425c95714361428d5, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/scripts/modules/cpanel.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/scripts/modules/cpanel.php', 0, 0x40d6646be5463b008e226b50c7dd1293, 0x40d6646be5463b008e226b50c7dd1293, 0x86484cc0b5a769ad33d72973f74a12e7cf7cd9a3bc4ec981448c0f81f82fa2da, '', 0, '?'),
(0x7970680c1a1792e11070882b89b65d99, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/scripts/modules/db-charset.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/scripts/modules/db-charset.php', 0, 0x60eca4ed5ab498ec2dd3b772bbb698c8, 0x60eca4ed5ab498ec2dd3b772bbb698c8, 0x44ad97fc7c2bc015fd0cf96c78cce1490f4b25642a7cae0752812ded08d6fe6a, '', 0, '?'),
(0x853f610a72ce107d3658fd8ad425e9e7, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/scripts/modules/db-install.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/scripts/modules/db-install.php', 0, 0x18d5046d8ec8095b6ece91924f153d9c, 0x18d5046d8ec8095b6ece91924f153d9c, 0xa7e2f87c45a82b38d7c3bc0f780d2d84c584b3fe56dc4d9a798383b511155627, '', 0, '?'),
(0x797520ab15e36a7b33e983207e190c99, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/scripts/modules/db-test.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/scripts/modules/db-test.php', 0, 0x262b9c2356d5219fbb4755398558a9a7, 0x262b9c2356d5219fbb4755398558a9a7, 0x3d0f83c26256feb35cebc2a75fed8f4c40b3fa0035132515ef6b71fe1291579f, '', 0, '?'),
(0xfd0da643745a623b5934de6a4f4bb4ae, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/scripts/modules/extraction-module.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/scripts/modules/extraction-module.php', 0, 0x96c091571eeee1f3a6d494b5d0938c1a, 0x96c091571eeee1f3a6d494b5d0938c1a, 0xa3f09601d91e65941e7cfc936f1479fa074a51b01f5783b91c8e9385cdd89c9f, '', 0, '?'),
(0x04d12f801dd16e052659db3f8c761978, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/scripts/modules/final-tests.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/scripts/modules/final-tests.php', 0, 0xf6e97a50a84d5420e7eaf61825689f7a, 0xf6e97a50a84d5420e7eaf61825689f7a, 0x35088c4c42fd27046b7de86f3824db7b405b3fb5d7c7234a4cd5071222fa50e9, '', 0, '?'),
(0x62fbf75852416f30df36cf51c559c203, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/scripts/modules/multisite-items-map.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/scripts/modules/multisite-items-map.php', 0, 0x191fb3eec74aad09f04f81c5969c2b60, 0x191fb3eec74aad09f04f81c5969c2b60, 0x77b77a59d546c49f0e308904fd89a473424d5fc7d4082f3d82f282605dd55750, '', 0, '?'),
(0x1f6ea169e7b9f16aa5550d55033d8ee0, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/scripts/modules/new-admin-user.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/scripts/modules/new-admin-user.php', 0, 0xa102fd5e2a7b15bb66bcea5e08f269b0, 0xa102fd5e2a7b15bb66bcea5e08f269b0, 0xf39136ca2fd7aec797c6c7296854432f3b2da4c4d8bf074b5dfc76c6dc105be4, '', 0, '?'),
(0x2626456bf724b178edacae6086d3cfb3, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/scripts/modules/package-deploy.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/scripts/modules/package-deploy.php', 0, 0xfbe9d0e5faa9378bac99c1489d8895a1, 0xfbe9d0e5faa9378bac99c1489d8895a1, 0x45685029d38ca1f101797b1ea472892c5321a0819748b243b213a8fe5ca18e3b, '', 0, '?'),
(0x1657e0621503cbdb64e2092432f90268, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/scripts/modules/page-components.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/scripts/modules/page-components.php', 0, 0xb28929f2ff5c2a5b990dc202dc4fb1c7, 0xb28929f2ff5c2a5b990dc202dc4fb1c7, 0x8af24306b66a009b3d5907df67d88ba60dbfa786975ac5e98cc35ce60e8bf0cb, '', 0, '?'),
(0x0ffd9cf3fba8fe287d3adcfd18a0c02b, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/scripts/modules/params-module.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/scripts/modules/params-module.php', 0, 0x35a5928fc04a46c52c5170566b7bf342, 0x35a5928fc04a46c52c5170566b7bf342, 0x1b33668d4f388662a1a74151f7757b11cd9c02713870ca5a32c4f0ef1c63e5ae, '', 0, '?'),
(0x91a489ef56bc3deea06ffb959dbaed26, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/scripts/modules/progress-bar.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/scripts/modules/progress-bar.php', 0, 0x7f41468573b81a60a64f02ac9bfccfb1, 0x7f41468573b81a60a64f02ac9bfccfb1, 0x4a1a5d952287fdce60f39d6b800ea6758cb1e4814c8e8828bbdb28051ec6162a, '', 0, '?'),
(0xa0f41bb7387d65229924a376e1e371c9, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/scripts/modules/site-replace-and-update.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/scripts/modules/site-replace-and-update.php', 0, 0x70cb8e288dc3caa17aa4bd80447724ca, 0x70cb8e288dc3caa17aa4bd80447724ca, 0xcd765771fbffa9c8802a0f3d163d7ce55264e403a4561770ca94ea8f6c4b55e6, '', 0, '?'),
(0x0e73a0b6870a56f4c5e647817a50b727, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/scripts/modules/system-validation-module.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/scripts/modules/system-validation-module.php', 0, 0xc67b27c01de59bb4be2ba7bbd6791536, 0xc67b27c01de59bb4be2ba7bbd6791536, 0xd9b2e55ba260976cd8b5ca1c3529a8d5eba8c581268de53ef3320772f53943d7, '', 0, '?'),
(0x0bb7dfca38f2c6ccd12f7b1af1614b9f, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/scripts/modules/top-page-messages.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/scripts/modules/top-page-messages.php', 0, 0x1c7a088b82db4cbad905ff185d5d5de4, 0x1c7a088b82db4cbad905ff185d5d5de4, 0x73c5f7cc1611a20c2fde9c847067e647790122e03f57405a6dd55f90aafaab9f, '', 0, '?'),
(0x09d2677648031f057589589ab4ea62f0, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/scripts/secure-init.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/scripts/secure-init.php', 0, 0x24549759af8dba3a39bfe802886c753e, 0x24549759af8dba3a39bfe802886c753e, 0x2b8ebb29dbc39c45920d7024148aa0598823d1f7c559ca6aa2cd8968ae23d470, '', 0, '?'),
(0xb80ae041e13ab24bf80d46b14dffc697, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/scripts/step1-deploy.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/scripts/step1-deploy.php', 0, 0xe1524886aaa84cdffe5c9aeb9a2df98d, 0xe1524886aaa84cdffe5c9aeb9a2df98d, 0x09020e5d03a7123b0fd0354c6ad20eb5367b16ed3ec828527e415cfbaf4bc4b6, '', 0, '?'),
(0x64fc46798cced1dc4160533b790af582, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/scripts/step1-init.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/scripts/step1-init.php', 0, 0xf83f7b60d09c55056a15fbc2d954cff9, 0xf83f7b60d09c55056a15fbc2d954cff9, 0xeb50339846f5ca9e2190e059447139df96eda1b82489980a92db0a49c18899b6, '', 0, '?'),
(0xf38a32dc58f75110b7b3c677886f9eed, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/scripts/step2-init.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/scripts/step2-init.php', 0, 0x82efec7080691e79f855f2b8250d7d52, 0x82efec7080691e79f855f2b8250d7d52, 0x0e105e010740eac587288bd8607acf9401bb9663df0fdfcb2ea7e280d6cafe27, '', 0, '?'),
(0x8346aeb434ebc39a4a3b9f14096f0882, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/scripts/step3-init.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/scripts/step3-init.php', 0, 0x344eb8f7aae9e47674c784a7a284edab, 0x344eb8f7aae9e47674c784a7a284edab, 0x33dc91c0e6e5de76c0c767c406e7f0d848f356778102184b6242b2f28d644c81, '', 0, '?'),
(0x0224283672cd60866f50b899fd1efc80, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/scripts/step4-init.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/default/scripts/step4-init.php', 0, 0x608a130e05f276e807ec1020a36fe2ae, 0x608a130e05f276e807ec1020a36fe2ae, 0x7d2d2b471eb72e8c619ea7b12768e54ebde9001e057a760db4acaa2b95e63de6, '', 0, '?'),
(0x7fcb58a7c26069179395679963f9d9b9, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/import-advanced/pages-parts/body/body-tag.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/import-advanced/pages-parts/body/body-tag.php', 0, 0x7147c49310c02b8b3567bdb745bc2ec8, 0x7147c49310c02b8b3567bdb745bc2ec8, 0x622935c49fc4e97358474d7484b84f9c3e4bb963923051df4ddce47a3ef59459, '', 0, '?'),
(0xb0ad76e5bad140135ae0068c64bf685f, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/import-advanced/pages-parts/head/css-template-custom.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/import-advanced/pages-parts/head/css-template-custom.php', 0, 0x9ef8fe7aa6e271cff9d4c85c80745aef, 0x9ef8fe7aa6e271cff9d4c85c80745aef, 0xbd680be3994b3de120bf3d071e1ae2e39e3be72ce7b8c33a67d2c6b331f2240b, '', 0, '?'),
(0x17807db9d595a6983a6cbb4921c3744a, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/import-advanced/pages-parts/step1/actions/next.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/import-advanced/pages-parts/step1/actions/next.php', 0, 0x17a1f5b417d76447d71e86523fc06ecf, 0x17a1f5b417d76447d71e86523fc06ecf, 0xa4cf2a82ce0af69407320762454c7a966f6a05befee3ce67ca28e896403bdb57, '', 0, '?'),
(0x54561952fc805df2b569bb6925a8da07, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/import-advanced/pages-parts/step1/actions/switch-template.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/import-advanced/pages-parts/step1/actions/switch-template.php', 0, 0x63d2dad522bcbd4b1b320ea189448b11, 0x63d2dad522bcbd4b1b320ea189448b11, 0x3871673ab18753d9887b8af45f5ad69baae4f4390eae482f3d508540fba4f013, '', 0, '?'),
(0x65fc2e01b29fa97289646a1b23fdc339, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/import-advanced/pages-parts/step1/info-tabs/restore-backup.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/import-advanced/pages-parts/step1/info-tabs/restore-backup.php', 0, 0x688a658ee9b87fcee8c52e8c9d7c9125, 0x688a658ee9b87fcee8c52e8c9d7c9125, 0x0dd9fc4248eeb79ef340ec3482b0718a6cd4baa11d5e61060873b41b7c5526f0, '', 0, '?'),
(0x5229306fa2218327de3e08e286b4f1ac, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/import-advanced/pages-parts/step1/step-title.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/import-advanced/pages-parts/step1/step-title.php', 0, 0xfc9a2f1973a7f33511920b6cbf6fec40, 0xfc9a2f1973a7f33511920b6cbf6fec40, 0x4d585cf06cee32b7e1e9b3d4a3bc5989360fb20839064b179c20b59aa8c63146, '', 0, '?'),
(0x28ddb2993299c1cf307927da97198632, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/import-advanced/pages-parts/step2/step-title.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/import-advanced/pages-parts/step2/step-title.php', 0, 0x987266ad93ff889c31908dce8b53f871, 0x987266ad93ff889c31908dce8b53f871, 0x2bb2503b0d23ac1de37c643fdc9f6d44b25a14010b5e737f3a6d5ecfe4b97411, '', 0, '?'),
(0x4e80113008963f6e57319edf964bbe76, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/import-advanced/pages-parts/step3/step-title.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/import-advanced/pages-parts/step3/step-title.php', 0, 0xe039e1a4bc5489f9858b3648b4e940cd, 0xe039e1a4bc5489f9858b3648b4e940cd, 0xcaffac6acb100e1418fa239dd7471d3a6bce8c713037acc18bd9dbf2e64abf5e, '', 0, '?'),
(0x570f7c7540f180a08434ca20e080e668, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/import-advanced/pages-parts/step4/actions/recovery-point-button.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/import-advanced/pages-parts/step4/actions/recovery-point-button.php', 0, 0x5aab112802560b9237ea254fd5af413e, 0x5aab112802560b9237ea254fd5af413e, 0xa53180f41e94360c178790618cc8fb26ab55b119eb354b8d040fced3eff34d17, '', 0, '?'),
(0x876a5774101fcc5925dd76a29590eb90, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/import-advanced/pages-parts/step4/main.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/import-advanced/pages-parts/step4/main.php', 0, 0x6a7021171ed1bd2ddb07a714c5427fef, 0x6a7021171ed1bd2ddb07a714c5427fef, 0x625afbfadceccc1d2b45c75d10c54ee61b15340963764057890b79ba8a1bed23, '', 0, '?'),
(0x0e8a0369aacae65eea14364cd504410b, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/import-advanced/pages-parts/step4/step-title.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/import-advanced/pages-parts/step4/step-title.php', 0, 0x1b4886cbd649317e60a77c4fd50c3b58, 0x1b4886cbd649317e60a77c4fd50c3b58, 0xc98aad525efa22e20d15bea142ecf94b26fce844c5a80985189c517a4ee396aa, '', 0, '?'),
(0x27a1931442616e5a1e33932ea200c531, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/import-advanced/parts/top-header.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/import-advanced/parts/top-header.php', 0, 0xfd83c40b4e76a7ea2f9484b229f2fcd0, 0xfd83c40b4e76a7ea2f9484b229f2fcd0, 0x54a44f43786a60848c85619d4c1a00db8343e7fc95165e25b2270cbc3aaaff3f, '', 0, '?'),
(0x8e851e2510eb1ec8be44a35684702e88, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/import-advanced/parts/validation/tests/wordfence/wordfence-detected.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/import-advanced/parts/validation/tests/wordfence/wordfence-detected.php', 0, 0x19dde198eb600cdd0abea46555fe372a, 0x19dde198eb600cdd0abea46555fe372a, 0xb684f4765a711c38e179b3b7b3d13f0379c25aca07fdf1b63c20306705e2ec7c, '', 0, '?'),
(0x109ecf010ba0373a49277abdc2e87361, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/import-base/pages-parts/step1/actions/switch-template.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/import-base/pages-parts/step1/actions/switch-template.php', 0, 0x648c1e3c64b6f201137dd8295ce83d3d, 0x648c1e3c64b6f201137dd8295ce83d3d, 0x5141e112b6f0f359a3effad615c99f640763c3194d0e1ee2ca618ef4330e61dd, '', 0, '?'),
(0xda118886afca00b2a6d70098cc2749ea, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/import-base/pages-parts/step1/base-setup.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/import-base/pages-parts/step1/base-setup.php', 0, 0x81d3b041ed626661d4a64a53c07356ee, 0x81d3b041ed626661d4a64a53c07356ee, 0x0ac78df9513c0dbc95606bd271a1deacd1d28d611fcf4cd07c98b08a0433580b, '', 0, '?'),
(0x6d4ffad7ed98aea2147f6352259719b7, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/import-base/pages-parts/step1/options.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/import-base/pages-parts/step1/options.php', 0, 0xfd83c40b4e76a7ea2f9484b229f2fcd0, 0xfd83c40b4e76a7ea2f9484b229f2fcd0, 0x54a44f43786a60848c85619d4c1a00db8343e7fc95165e25b2270cbc3aaaff3f, '', 0, '?'),
(0xdd761898403a3fa34b3c46d4e2dee57a, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/import-base/pages-parts/step1/step-title.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/import-base/pages-parts/step1/step-title.php', 0, 0xe294ec83b8c300926c5233d6bec363a2, 0xe294ec83b8c300926c5233d6bec363a2, 0xedb1f07fbc501948633213f8f17e0ffd1b9f7138d6d9d8cd82814b49f4452294, '', 0, '?'),
(0xf0f29c1e47c17773cda22057f773fe1a, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/import-base/pages-parts/step4/step-title.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/import-base/pages-parts/step4/step-title.php', 0, 0x6f0ec6f8b55ad61547d0b9539ef9b5bf, 0x6f0ec6f8b55ad61547d0b9539ef9b5bf, 0x493c19c2fdb6d63832ca5edc31e394a3e52c740602a1358fb215a4ff82605c5e, '', 0, '?'),
(0x3c23e4eb3119ebb8c59f0980a1c77894, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/import-base/parts/top-header.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/import-base/parts/top-header.php', 0, 0xfd83c40b4e76a7ea2f9484b229f2fcd0, 0xfd83c40b4e76a7ea2f9484b229f2fcd0, 0x54a44f43786a60848c85619d4c1a00db8343e7fc95165e25b2270cbc3aaaff3f, '', 0, '?'),
(0x3145126ee5ae60a313f135cb5c433f1e, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/import-base/parts/validation/tests/wordfence/wordfence-detected.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/import-base/parts/validation/tests/wordfence/wordfence-detected.php', 0, 0x19dde198eb600cdd0abea46555fe372a, 0x19dde198eb600cdd0abea46555fe372a, 0xb684f4765a711c38e179b3b7b3d13f0379c25aca07fdf1b63c20306705e2ec7c, '', 0, '?'),
(0xd9c617c415a784b52d1d7d8b3ec3aa57, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/import-base/scripts/step1-deploy.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/import-base/scripts/step1-deploy.php', 0, 0x3b8678d721c0ffb5e15b66e40e51d148, 0x3b8678d721c0ffb5e15b66e40e51d148, 0xafe1ec335d0ec1372731153713bddd659ca05916d30a2c6fbc6c33961900b9fc, '', 0, '?'),
(0x84cc5dd566fcb8b7657d0477ce1dcc2f, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/recovery/pages-parts/head/css-template-custom.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/recovery/pages-parts/head/css-template-custom.php', 0, 0x8007f9f4499240a00e1139584dff928e, 0x8007f9f4499240a00e1139584dff928e, 0x37ae200efae2291d1a97a717aed95173e60c6e308a1be7188ef93f9d1de2bfcc, '', 0, '?'),
(0x1387d895dbc2f9721184164e216dcc1a, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/recovery/pages-parts/step1/actions/next.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/recovery/pages-parts/step1/actions/next.php', 0, 0x7d5cbf18e7fa10ac5de3fafdb9b8400d, 0x7d5cbf18e7fa10ac5de3fafdb9b8400d, 0x7bc0cd78ebdc5fe4575b21dd2dc6ed2b587c531ebb3fc2691f31a6a10d473fd7, '', 0, '?'),
(0xf2983d10fe9481b853a815b6b544933f, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/recovery/pages-parts/step1/main.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/recovery/pages-parts/step1/main.php', 0, 0x3c99ca3c1067a0092ffa55c714a398a6, 0x3c99ca3c1067a0092ffa55c714a398a6, 0x2599cada58b2ec7243bca680fd708dcfbc6a7f98c6f998231d81f69ac2db70e6, '', 0, '?'),
(0x2c064c6cd0273d7fd7dcf41d40b5df41, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/recovery/pages-parts/step1/recovery-alert-info.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/recovery/pages-parts/step1/recovery-alert-info.php', 0, 0xf2a02441cccb5a9b6190a3da86a718a5, 0xf2a02441cccb5a9b6190a3da86a718a5, 0x6e412201622f326fe163a8469e17ce4c7e68bc15d8a3f15f208bb9e7ed479a96, '', 0, '?'),
(0x1a27e051681046509689991f21aa3a74, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/recovery/pages-parts/step1/step-title.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/recovery/pages-parts/step1/step-title.php', 0, 0xd234db0a9777e3b5c556270f5a2bb01b, 0xd234db0a9777e3b5c556270f5a2bb01b, 0x311f3e0953d991695adc961f1e450641c697bd7b8bf73c8fa7c9f7e16c628013, '', 0, '?'),
(0xbd894f1f657e9dd63e9ff80feb95f90f, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/recovery/pages-parts/step4/main.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/recovery/pages-parts/step4/main.php', 0, 0xa2cf710e3e251cd55a66eebb9df24192, 0xa2cf710e3e251cd55a66eebb9df24192, 0x54a28c7cd48293866bcb1249bccb107187bf006c44af16a048851ce608d9eb91, '', 0, '?'),
(0x51131776358d3ccf00927b5e989e7792, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/recovery/pages-parts/step4/step-title.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/recovery/pages-parts/step4/step-title.php', 0, 0x3e556195f72ae312402b58a85859b775, 0x3e556195f72ae312402b58a85859b775, 0x18453a09db61d7384227db6fa5ede7872c0b9c847f0989ec0986db4835ca4fe6, '', 0, '?'),
(0x29729bdf6307e5b7bbe2fca99c3e64f7, 'wp-content/plugins/duplicator-pro/installer/dup-installer/templates/recovery/parts/validation/tests/wordfence/wordfence-detected.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/templates/recovery/parts/validation/tests/wordfence/wordfence-detected.php', 0, 0x8e4c7c26b143ecbfe38e8dc787f02935, 0x8e4c7c26b143ecbfe38e8dc787f02935, 0xe78f1c17c63ed93cbb9b8b272650469456e4cec4248f7beaecb42736cfd9a8ef, '', 0, '?'),
(0x7fc3378d5254449c8ad42b7a12c7ab6a, 'wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/index.php', 0, 0x2bc35303ca2eef98449fb73a32f308f3, 0x2bc35303ca2eef98449fb73a32f308f3, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x761ef284329388c7c77dae474c795bf7, 'wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/af.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/af.js', 0, 0x4f6fcd73488ce79fae1b7a90aceaecde, 0x4f6fcd73488ce79fae1b7a90aceaecde, 0xa436341f153bac77a146c25e18e92b4b64953a293a3157c8016efb2c75e42734, '', 0, '?'),
(0x0b8c191917f0a2314823c100719bce57, 'wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/ar.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/ar.js', 0, 0x65aa8e36bf5da57ff4e3f22a835ab035, 0x65aa8e36bf5da57ff4e3f22a835ab035, 0x4a5d0c352ea571aa9651d0a082094982c37180e27e7307cfccce8c839e87f013, '', 0, '?'),
(0x4d5dbe0d4aa6edcf8fcd5ff45aeadb20, 'wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/az.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/az.js', 0, 0x270c257daf8140a0cf23ad5de6f8ed1b, 0x270c257daf8140a0cf23ad5de6f8ed1b, 0xed8afa9ff6bace4dcfa2aa26729e9254a8ef4185153a86ffb367803ad463a5d6, '', 0, '?'),
(0x4c943369969aec4df39c2a245c1362da, 'wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/bg.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/bg.js', 0, 0x39b8be30d4f06779839cfaaa415d0690, 0x39b8be30d4f06779839cfaaa415d0690, 0xd0869cea59f3e01d8cf6f6d2c6fe585c24ef2df2bfdeca6c2c93c61eabb3ef49, '', 0, '?'),
(0x637e6c5f12297f276c41973e19d35c57, 'wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/bn.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/bn.js', 0, 0x6d42b4dd5665d0fa28f06994eedb4899, 0x6d42b4dd5665d0fa28f06994eedb4899, 0xf972005548de59a7ff7430b4862cba548b408f1666f1f11ed2579021f601b461, '', 0, '?'),
(0xf8f2e4ec936f2417c5ef1460bbfcb820, 'wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/bs.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/bs.js', 0, 0x91624382358e95086b80f00fa0bd6955, 0x91624382358e95086b80f00fa0bd6955, 0x5ddfcbcdde1887ac59917cb8d0ba639c2e3c84ecb95d8e2d0be4138dacfa5375, '', 0, '?'),
(0xcd86b9e46f7177d4025c166704d1ea6d, 'wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/ca.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/ca.js', 0, 0xa166b745933a48ce3d0580a74210617d, 0xa166b745933a48ce3d0580a74210617d, 0x4c4ffcd3357e19ebb3d57343b962f02e8fbbbc16678498cab2001ca11137225a, '', 0, '?'),
(0x9bc399c2642283087b3da9d030d24540, 'wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/cs.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/cs.js', 0, 0x4f43e8e7d33aa1e6aadf3286c7e379e9, 0x4f43e8e7d33aa1e6aadf3286c7e379e9, 0x25c60a3bbf27bd216f6e766216df7d42327f84257e1e1b93f40686e5cc684d60, '', 0, '?'),
(0xed44f8bca3c1fd7b7a60cb9bde8e5787, 'wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/da.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/da.js', 0, 0x766346afe4dd72c003242cfb1cbe2617, 0x766346afe4dd72c003242cfb1cbe2617, 0x5c5014e86c17a1efe9e5102eb460e6dc8c68cfe7599b52160b3c64518e09e546, '', 0, '?'),
(0x087788505c2f92dd3715f031023aea5f, 'wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/de.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/de.js', 0, 0x8a1c222b0204c8faaf6d3c07c961d8aa, 0x8a1c222b0204c8faaf6d3c07c961d8aa, 0x20cf073936bfaa4fb05d6334d8faf1a7986d38eab6957d5251cf5f681fff9396, '', 0, '?'),
(0x60071a85079717bfa344193131dea94a, 'wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/dsb.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/dsb.js', 0, 0x56372c92d2f1bcb2b8e382981dca0546, 0x56372c92d2f1bcb2b8e382981dca0546, 0x25bb89dfb4c80cb6fc698e079fef8e231b12e384e20d171e7bfb50494833f8f0, '', 0, '?'),
(0x119362b173cd22c0cebba13235bea95b, 'wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/el.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/el.js', 0, 0x27097f071856a0f4e82298fe407d1eac, 0x27097f071856a0f4e82298fe407d1eac, 0x915448735a17dfa6612b1cedfb5f325138535e0ac7d3799eb1886fcb1318e566, '', 0, '?'),
(0xeb9897549b028796b7c520c18a9198e3, 'wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/en.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/en.js', 0, 0xcf932ba09a98fe11bde8e1f3dd5e2cfa, 0xcf932ba09a98fe11bde8e1f3dd5e2cfa, 0xe88def3bbdc1b6eeaa66471b5c62d7f4b1cab851b69912b8795c55ec18580a9e, '', 0, '?'),
(0xc423c6c52d9bd9941333fa9dc00e9bdf, 'wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/es.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/es.js', 0, 0x66dbc2652fb1b769bf29058e707b43c8, 0x66dbc2652fb1b769bf29058e707b43c8, 0x314cbefdf065c8a750f39bb4b86a94825c40229874675f93f4b01fd992c2c7f7, '', 0, '?'),
(0xdadb4b38bc8a232e65e37071ac43f99a, 'wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/et.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/et.js', 0, 0x2b96fd98289dc3fc5e61f21e6e1a7d52, 0x2b96fd98289dc3fc5e61f21e6e1a7d52, 0x0f34a75627460a02c9906d78c7cfa2727012356a5ce3803d5869d8aff6edfd5d, '', 0, '?'),
(0xf4d6879f41b9606a70ad65bdb9da4136, 'wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/eu.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/eu.js', 0, 0xadfe5c97b72c20bb0afbc0968b440e50, 0xadfe5c97b72c20bb0afbc0968b440e50, 0xb2373100b78c3402de8e24c168998300f5ec71941302e2ee6e178d304e611c83, '', 0, '?'),
(0x63dcde5fb7f3c8d94295a86af27f4e7a, 'wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/fa.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/fa.js', 0, 0x3b5bd1961cfd0a6f96ac4cd2ea16c243, 0x3b5bd1961cfd0a6f96ac4cd2ea16c243, 0x30a00ba3bc828246c6337a709cdcdee3f529b028cfe747cdb3fa725fa0e2e650, '', 0, '?'),
(0x5c0a6ddedfea0b53453e979a94214a9a, 'wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/fi.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/fi.js', 0, 0x614ec42aa9baaf687ab9ff44705dfd2e, 0x614ec42aa9baaf687ab9ff44705dfd2e, 0x527dcf39b536407990badffc09e7b05effaadb553fdb881865256f570cb6ead1, '', 0, '?'),
(0x08c248a0e8e91c912e3f1fc1e7f66995, 'wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/fr.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/fr.js', 0, 0x05e0542fcfe6df5ab074a377dc1a5a9b, 0x05e0542fcfe6df5ab074a377dc1a5a9b, 0xbf3346ef2b1f17fa8e0c03e09179bfbb1dd0e22a047fb9a535b817ddc4faa12d, '', 0, '?'),
(0x22e2a1d64c4438e6d91ce4496eb60cf7, 'wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/gl.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/gl.js', 0, 0xd99b1fedaa86d011818cfbab11dd355c, 0xd99b1fedaa86d011818cfbab11dd355c, 0x28db5aa6c7811f947192f48b8d15afb93d994b9065089ce75f996c46cb39cd62, '', 0, '?'),
(0x46a9864bdc5af5e77983b2cfee727107, 'wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/he.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/he.js', 0, 0xe420ff6cd3ed77ab9271c9b3d441442c, 0xe420ff6cd3ed77ab9271c9b3d441442c, 0x95ae7c0c24c7d663d9d5a5fa9aea9df08e54544efca2eedebd9ecde59321d35c, '', 0, '?'),
(0xd09a703ff023c3f9450722a39646d039, 'wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/hi.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/hi.js', 0, 0x70640d41628f36284af78b22ea8b283b, 0x70640d41628f36284af78b22ea8b283b, 0xe7e43fd6668d600e3030678561b51f3082de17a0e3cd477024d4cb1fe5764cf9, '', 0, '?'),
(0x08bffa4f529cd44ac72d501a9d36ad79, 'wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/hr.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/hr.js', 0, 0xa2b092cc1147f07b978145d407c67fa1, 0xa2b092cc1147f07b978145d407c67fa1, 0xeaacdf7f0bb9b1bd6b91d7a0ec85d9743e524191130dedeab3e8fff99d7c33f6, '', 0, '?'),
(0xa677c47e49008ffa19b819bacfb06aac, 'wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/hsb.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/hsb.js', 0, 0xfa3b55265efe8f4182d5e65a1a506252, 0xfa3b55265efe8f4182d5e65a1a506252, 0x7215356cac1065bc446968da3f2015773cef978a65dd0e0257ddbca355ba5e8e, '', 0, '?'),
(0x082621f46afb2240eb6c4ffce37c2d03, 'wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/hu.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/hu.js', 0, 0x6ec6039cb8a354e2bc6a1794f729caae, 0x6ec6039cb8a354e2bc6a1794f729caae, 0xddfabc3b9606e1d43d4aa2e7cf975b55d55ee2e00148155943a157d96444f1a6, '', 0, '?'),
(0x4f55794620a349e8d612d7b12b8df34c, 'wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/hy.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/hy.js', 0, 0xc7babaeef5a625566434ea79b19d4c7e, 0xc7babaeef5a625566434ea79b19d4c7e, 0x50fe50b705c81b3936591f977ee338fc4f532b11b1fd44ab5e0b494bc91355d4, '', 0, '?'),
(0xe05d8584483f60e73239471154fa9061, 'wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/id.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/id.js', 0, 0x04debded514d3962bb74f05532e793d4, 0x04debded514d3962bb74f05532e793d4, 0xe5ee7295831887a54ca9b0219c3386984bf931df56e87b0dc6cc60fa9c41cf2f, '', 0, '?'),
(0x051f44ae7d266ec2ab77dd021dbe1aa7, 'wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/is.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/is.js', 0, 0x3ddd9a6a97e93e1910210c9eefc1bca1, 0x3ddd9a6a97e93e1910210c9eefc1bca1, 0x822e068f99ba65a25aa305117562502427ca1499e9e567019eb46f44f14160d9, '', 0, '?'),
(0x0fb9310601dda162c34f5f49fc69878e, 'wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/it.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/it.js', 0, 0xbe4fe8d365b5916432504d1f98e2e0af, 0xbe4fe8d365b5916432504d1f98e2e0af, 0x54745cdd8825e745c7a62615645d85c284988dce1428bf4485f311067bf34e8a, '', 0, '?'),
(0x0dae8c3eeaa709a17775407621aa4ed3, 'wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/ja.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/ja.js', 0, 0x170ae885d74f1634271e1eb470cb4621, 0x170ae885d74f1634271e1eb470cb4621, 0x6350784f8a9b34ef55bac66a45f983f6f0c2a0bb92815f3262aa40d132702b72, '', 0, '?'),
(0xdcce75baea7fdbf698ad218b65eb94d7, 'wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/ka.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/ka.js', 0, 0x2083264a54f0873f55468affa796d61e, 0x2083264a54f0873f55468affa796d61e, 0x24d61c941e268e98782f1526b76b6974817d7250e37e9dd4ef4e16bcfaa84007, '', 0, '?'),
(0x28c8d50d222249c7d756b60b484fc25e, 'wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/km.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/km.js', 0, 0xc23089cb06ca871153ba9bfe8458a378, 0xc23089cb06ca871153ba9bfe8458a378, 0xe19888149af2401a3ee457777863addbca15938df420e2cf78763eb39eba136d, '', 0, '?'),
(0xb03e6c12d1cbac2b9ddf4d91308e6806, 'wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/ko.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/ko.js', 0, 0xe7be6c20e67393698a0f05971e9720c1, 0xe7be6c20e67393698a0f05971e9720c1, 0x8d05d07640a2ddc14e7133c1af2f9b9bb39d7fab36ed1cd4c1bd7596e9fdf090, '', 0, '?'),
(0x20949ac4e091567ebc789fd7089a21b8, 'wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/lt.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/lt.js', 0, 0x23c7ce903300fc118947994b9cdd16cb, 0x23c7ce903300fc118947994b9cdd16cb, 0x77cec0541f2a14f28dcd93fbb16c5b770ba5f3abcf7724eac2ddece0a9b06605, '', 0, '?'),
(0xe3930ba6aed1b2fa02b258c075e19591, 'wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/lv.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/lv.js', 0, 0x08e62128eac1d0e8ac32cfaf75f2ec9f, 0x08e62128eac1d0e8ac32cfaf75f2ec9f, 0x6888c008ae586fe44bb7426056d063f6529b4f2736edb24f54dd7facbecafdc7, '', 0, '?'),
(0x5a215b4b55b89520297f8294ac09eb08, 'wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/mk.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/mk.js', 0, 0xdabbb90871300ce3a295969bc0260420, 0xdabbb90871300ce3a295969bc0260420, 0x050929c38d90cfcf3df5e8dc0e10341a593d20a654e0ec83b48333a0aa21233a, '', 0, '?'),
(0x01a7d834c65d1a17d79e5f1bfcc0d9a5, 'wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/ms.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/ms.js', 0, 0x4ba82c9a51ce975fe0e4eff5f6eece65, 0x4ba82c9a51ce975fe0e4eff5f6eece65, 0x1ed6681ef8998d60cb0cd674af7f28b7584aec1cc46f3b5df21e2ddf3603b676, '', 0, '?'),
(0x1bf010045061d2b299186ed760cb481d, 'wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/nb.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/nb.js', 0, 0xda2fce143f2794208e36dc8520e4c36a, 0xda2fce143f2794208e36dc8520e4c36a, 0x3c5c882c07a7b5d478f8f2d2f4a48ca35a64f9efd82b415c45a6884549129dd3, '', 0, '?'),
(0xafa33809a306f38110047a89e184a489, 'wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/ne.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/ne.js', 0, 0x3d79fd3f08dbfd0973cf91dd6a62bccd, 0x3d79fd3f08dbfd0973cf91dd6a62bccd, 0x52461e5acdec07ee582b4bce0e89e76d1301cd7a54f96b3bf8f20893330e3082, '', 0, '?'),
(0x0fbfb501b115616b7db86c47db1e054f, 'wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/nl.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/nl.js', 0, 0x997868a37ed89062ad7b19c9a88f1bb0, 0x997868a37ed89062ad7b19c9a88f1bb0, 0x214f21e9397da030690b2c73e164f45e1485135e1847beb1f003273d4766950f, '', 0, '?'),
(0xa942355d14aae21ee1c83b13d859566f, 'wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/pl.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/pl.js', 0, 0x6031b4f164521f58dfec7d1e46238861, 0x6031b4f164521f58dfec7d1e46238861, 0x73033ae600fd4ab7625f16b25c23b53ec22ad4da2d982b07c25f51310fde3eaf, '', 0, '?'),
(0xe21adce81697347328d3427f033a5726, 'wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/ps.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/ps.js', 0, 0x38dfa47af9e086eece5a333d711abc79, 0x38dfa47af9e086eece5a333d711abc79, 0x78cfeeb2f5e3b9242c42880bde16fa045b0910da725ffcf571abe24b5eb9980a, '', 0, '?'),
(0x0d1032d1349df53a46727936c04b018a, 'wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/pt-BR.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/pt-BR.js', 0, 0xe1b294433e7fc3175842ce37b9f15014, 0xe1b294433e7fc3175842ce37b9f15014, 0x6b6e0d65580a3129cec1210fb6c3983b89444ef3bd58e14081fc0b794e60dea5, '', 0, '?'),
(0xebe2e0f0aed72f4d7607e37b62b61a8b, 'wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/pt.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/pt.js', 0, 0x33b4a3b44d437614b83497e36c138ca9, 0x33b4a3b44d437614b83497e36c138ca9, 0x84f11023580fe960349afcc0f9dfea2b4c9171ae3d5fd1e07384a0b8e8393b9e, '', 0, '?'),
(0x33dd3982dc7b728f16e9e5e3e4e15bdc, 'wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/ro.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/ro.js', 0, 0xf75cb460ec3b98b4b9017e9513ca20cf, 0xf75cb460ec3b98b4b9017e9513ca20cf, 0xd48062fc2af4407c43ddec7ba266a6af7f9c2eff02a177ed25a8a01bd715da1a, '', 0, '?'),
(0x0381852218df87bc3519617dbca64b85, 'wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/ru.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/ru.js', 0, 0x934aa95f5b5f32c72c80857bb2622074, 0x934aa95f5b5f32c72c80857bb2622074, 0x3ca9448a52e205d78a4636c2cee73ae3e0837716fbf1bbdff0a9d474b6ac1c3a, '', 0, '?'),
(0xe47f42503e657c5601b58fe348aba4ae, 'wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/sk.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/sk.js', 0, 0x33d02cef8d110f358acd1624f7f79ffe, 0x33d02cef8d110f358acd1624f7f79ffe, 0xeb74e3bcd02e265d2714cc7f15524e4b4588cc08322cfaf84c431e44fd89f6c2, '', 0, '?'),
(0x786b33048f956ef9bf6bbc5a0ac0a94f, 'wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/sl.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/sl.js', 0, 0x131a78bc075237a13750ead3807683d2, 0x131a78bc075237a13750ead3807683d2, 0x34c966ebb37d4c05699d2616a5abf8044482c4d6883372c8ad06e8cbbb9a7f38, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x0ded0e5fd1414d3ebf4ce66d8f62fcce, 'wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/sq.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/sq.js', 0, 0x5636b60d29c9bdd55f18a4585746b6d1, 0x5636b60d29c9bdd55f18a4585746b6d1, 0x6ddb5447e979226373d1a904533ba6dfb6f9ee30bf431146abc26cf79f8f877e, '', 0, '?'),
(0x1eadfc2e0d678f8ccee3ae49bf8ea37c, 'wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/sr-Cyrl.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/sr-Cyrl.js', 0, 0xf254bb8c4c7ce00d9d17e9e91945ad9b, 0xf254bb8c4c7ce00d9d17e9e91945ad9b, 0x4dfb400b4c488e02903f28a07a4b725636fd0a3fb3b2568add664d58e36f22ee, '', 0, '?'),
(0x7681304f71a695616dd65ee40eb4d14c, 'wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/sr.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/sr.js', 0, 0x5ed85a48f483d17a7ad102832cb11ea1, 0x5ed85a48f483d17a7ad102832cb11ea1, 0xbe200d418e7683ee3705e9cdbd9566e7663fd28aee3559be5bc02b06dfafc71d, '', 0, '?'),
(0xa3004e1c6fd3b5aa1686402c9d289f02, 'wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/sv.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/sv.js', 0, 0x7a9c2f71e7779a263b2cf3520b1aa611, 0x7a9c2f71e7779a263b2cf3520b1aa611, 0x1545d11b1d3770d5837fe5f325ceac22ae130e9b5d73adb36dff88d73039edbb, '', 0, '?'),
(0x4fcd483476d62d11511d5989a0e8453b, 'wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/th.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/th.js', 0, 0xf38c20b0221b68924d6c8f0773cb252d, 0xf38c20b0221b68924d6c8f0773cb252d, 0xb15ed33ed28e54a9a2e63d215148fd23c53b70ff035da579849ef61d07affede, '', 0, '?'),
(0x42a3feb89c1bce25c1dbf9ad74dd75c3, 'wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/tk.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/tk.js', 0, 0x7c572a68c78fb798f11f7d8c78ebb9d6, 0x7c572a68c78fb798f11f7d8c78ebb9d6, 0x76899350e75ad78efbf0df555994ea82928f7e5f5986beea3fa9725e47a19a10, '', 0, '?'),
(0xe0ff0e7ad13542a5a005149d9188fbd7, 'wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/tr.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/tr.js', 0, 0xb5a0643d1545f4a3e1622e65e46ddc7c, 0xb5a0643d1545f4a3e1622e65e46ddc7c, 0xd8f3f56b57575f5703e20ca20b1bcecb9ed7268acf78722c78d8aa3633405d94, '', 0, '?'),
(0x8ddc809c6cf303d6c27f4aa6cabaa229, 'wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/uk.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/uk.js', 0, 0x8cede7f4803c7dbd1e8261bfa1932b7c, 0x8cede7f4803c7dbd1e8261bfa1932b7c, 0x622eafa0edb513204cfe46b6a653661e3060df18d90dc50f84d8661bc3f4777b, '', 0, '?'),
(0x7d716f55f244f9aba81511752cfc3ed0, 'wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/vi.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/vi.js', 0, 0x097a5b75b3e146e2d94ab8e1510be607, 0x097a5b75b3e146e2d94ab8e1510be607, 0x76b8a8568042b2771c09814b95af681282fa42d6428a918e8bb63e16af1687e1, '', 0, '?'),
(0xd04365e85d3a6466db1e7ab1616a0c9f, 'wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/zh-CN.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/zh-CN.js', 0, 0x2cff662ec5f972b4613566cf5988cda2, 0x2cff662ec5f972b4613566cf5988cda2, 0x34213584c8873776c96105fd29d4a274fdd8317970caace3878c7d84ef136e46, '', 0, '?'),
(0x6ca8a6a2451b9f1d7fe90ee633ced399, 'wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/zh-TW.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/i18n/zh-TW.js', 0, 0x04554a227c2ba0f3bb6ca3d2e01e5440, 0x04554a227c2ba0f3bb6ca3d2e01e5440, 0xa02b64aec796de511420b0a05c093ed1be112349569f4ccd5246bed7227bc0e0, '', 0, '?'),
(0x1f2527d4caba0c98bb0bcfa144d2cab3, 'wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/select2.full.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/select2.full.js', 0, 0xc2afdeda30583c460d6db9778ba92cde, 0xc2afdeda30583c460d6db9778ba92cde, 0x0b5c164cc68a65844171995084b43d3ca44316f56177c07e6aba9fbc36f9f63c, '', 0, '?'),
(0xbd9ab39940d585c6b5f3e282973e7caf, 'wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/select2.full.min.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/select2.full.min.js', 0, 0xfcd7500d8e13d2b2aae5d3956dc3e21d, 0xfcd7500d8e13d2b2aae5d3956dc3e21d, 0xd8ce0629bfea9b47f7d91af1fee3df80d167991119e0153f77799e2a47d98c52, '', 0, '?'),
(0xc75e2ea9b959e365a4877427b9958e95, 'wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/select2.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/select2.js', 0, 0x8b9e61ffc46edc5610a2020a60d331f6, 0x8b9e61ffc46edc5610a2020a60d331f6, 0xd26b3c12406d87930935b44e9f6214528dcd71529fdf2670843e786bff132c22, '', 0, '?'),
(0x59cb84f849844e29141b7dc5bfc1e8da, 'wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/select2.min.js', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/dup-installer/vendor/select2/js/select2.min.js', 0, 0x86fee17cd48a321dbb33df5c823a3d95, 0x86fee17cd48a321dbb33df5c823a3d95, 0xb2fd099f1f1e3cac281d2a1b5776a6b0aad08b7477d7e6725f8b95749e698209, '', 0, '?'),
(0xa18483210d874913fa0ef3e0c13fe095, 'wp-content/plugins/duplicator-pro/installer/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/installer/index.php', 0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0xd9a3f63560711c7739a6da380a2cf809, 'wp-content/plugins/duplicator-pro/lang/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lang/index.php', 0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x5c67d03d45bc62788aa54a51fe20a8b7, 'wp-content/plugins/duplicator-pro/lib/DropPHP/DropboxClient.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/DropPHP/DropboxClient.php', 0, 0xa93848ff5118182e22c0ebcb766f8be3, 0xa93848ff5118182e22c0ebcb766f8be3, 0xdb4d1fc3527978491441e01d4ba56a3b8ea4f4674025388715397a4ef34de8d7, '', 0, '?'),
(0x0ae6ded3f06634a5503f2904701f1c32, 'wp-content/plugins/duplicator-pro/lib/DropPHP/DropboxV2Client.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/DropPHP/DropboxV2Client.php', 0, 0xe821b68983ac798d496769ab18d49af1, 0xe821b68983ac798d496769ab18d49af1, 0x2f80ea57a17a43b707330d1a191c88e924ba381d73056f7aec53440303e4c4d4, '', 0, '?'),
(0xb7a2752a618119e91851598972f3c14f, 'wp-content/plugins/duplicator-pro/lib/DropPHP/OAuthSimple.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/DropPHP/OAuthSimple.php', 0, 0xe2a19c28d65d5b62b35d84e1cf398f18, 0xe2a19c28d65d5b62b35d84e1cf398f18, 0x8e4cbfa699289980b58f0973515b52e902aa6cf9a92e53fc2719fa861a20b769, '', 0, '?'),
(0x6f5c6ed89cf2540e6261fc1c7c767b18, 'wp-content/plugins/duplicator-pro/lib/DropPHP/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/DropPHP/index.php', 0, 0x378f908c215cada79eb5810746396cb8, 0x378f908c215cada79eb5810746396cb8, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x58bf2b2f16d654e039ff07b1d3d6bf92, 'wp-content/plugins/duplicator-pro/lib/google/apiclient/Auth/Abstract.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/google/apiclient/Auth/Abstract.php', 0, 0xa114e0cf4b1e34dfc98e90283980e009, 0xa114e0cf4b1e34dfc98e90283980e009, 0xe27e183443f1a06abb76c4a2a46b98702ee71a6dd1ae8882ee72dac35a59036d, '', 0, '?'),
(0x2c34470bd19d4395c51ee1fdd7052f32, 'wp-content/plugins/duplicator-pro/lib/google/apiclient/Auth/Exception.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/google/apiclient/Auth/Exception.php', 0, 0x4dfc9d9b73ca654ffecd3680d8d1ce78, 0x4dfc9d9b73ca654ffecd3680d8d1ce78, 0xcfdb94d29347398f83f4a7595438b018976a9da241f152fea522ee072e24e346, '', 0, '?'),
(0x07ac825abede2a4ec0048d5d9400f629, 'wp-content/plugins/duplicator-pro/lib/google/apiclient/Auth/OAuth2.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/google/apiclient/Auth/OAuth2.php', 0, 0x015f11d255df56870feaa9e07048399a, 0x015f11d255df56870feaa9e07048399a, 0x9853aaaf706d5dc7dd2185a64a872a5b88dc053e75188ad39d631c25493ef085, '', 0, '?'),
(0xa53b4fab24b431aedd188b4660b403af, 'wp-content/plugins/duplicator-pro/lib/google/apiclient/Auth/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/google/apiclient/Auth/index.php', 0, 0x378f908c215cada79eb5810746396cb8, 0x378f908c215cada79eb5810746396cb8, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x8c972de2d7f71a32ba181fd0ee854e22, 'wp-content/plugins/duplicator-pro/lib/google/apiclient/Cache/Abstract.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/google/apiclient/Cache/Abstract.php', 0, 0x3705f4a4b4818756b2854dac3811584b, 0x3705f4a4b4818756b2854dac3811584b, 0xa11971de9e828886bb0cc1528adbe99279799e23d890858a7d6289cfc821f5e4, '', 0, '?'),
(0x9bc017fc8ff3f5e46484dbad750ee80d, 'wp-content/plugins/duplicator-pro/lib/google/apiclient/Cache/Exception.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/google/apiclient/Cache/Exception.php', 0, 0x79d7f7c59b9042f287e19e804be3a4c2, 0x79d7f7c59b9042f287e19e804be3a4c2, 0x2dcc9d702c72c037b09ef90cee7dfecceb3a042f7438027fced80f49f65265dd, '', 0, '?'),
(0x9e74be45209ab2331ea74be66c893af3, 'wp-content/plugins/duplicator-pro/lib/google/apiclient/Cache/File.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/google/apiclient/Cache/File.php', 0, 0xdf9557b5f63c52b77e0ab06af878a06a, 0xdf9557b5f63c52b77e0ab06af878a06a, 0x5ad7d75ee4e928117edd1d07cbc3f63b8eb830a4b072dd02faf3b8ff4585e5c3, '', 0, '?'),
(0x0444a1fd0417ca633bc7ab6c27aee1b8, 'wp-content/plugins/duplicator-pro/lib/google/apiclient/Cache/Null.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/google/apiclient/Cache/Null.php', 0, 0x52fa7062e8f81bd834eef111052ddc26, 0x52fa7062e8f81bd834eef111052ddc26, 0x2fa11fb51ac2c0889b41979a8f3c90ad8f0553e56865de327c536f2d9dce0abb, '', 0, '?'),
(0xd9ded277061bc5a1106874eb622e8daf, 'wp-content/plugins/duplicator-pro/lib/google/apiclient/Cache/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/google/apiclient/Cache/index.php', 0, 0x378f908c215cada79eb5810746396cb8, 0x378f908c215cada79eb5810746396cb8, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0xbf401d5f9f935bf33dda5b6df0210484, 'wp-content/plugins/duplicator-pro/lib/google/apiclient/Client.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/google/apiclient/Client.php', 0, 0x8106683409cab48ea424ebf93bab5180, 0x8106683409cab48ea424ebf93bab5180, 0xbff3809231b3220b017aedcc731ba973b36ffbc7dcdecd46edc9750d9bc8033c, '', 0, '?'),
(0xcd95e416fe4fb5f8d0701caa834502af, 'wp-content/plugins/duplicator-pro/lib/google/apiclient/Collection.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/google/apiclient/Collection.php', 0, 0xe1fe9d71a19aa994913fb1cda2c35920, 0xe1fe9d71a19aa994913fb1cda2c35920, 0x6639c9e203e73735c9f8b6687605c26cf507cd1d876d76c5f70ad4ecddeea7c1, '', 0, '?'),
(0xd7528dbcae3cdaf31a2c3a6d48fbbfdb, 'wp-content/plugins/duplicator-pro/lib/google/apiclient/Config.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/google/apiclient/Config.php', 0, 0x7cda26c4e999985d8589bda90553dded, 0x7cda26c4e999985d8589bda90553dded, 0x76b72d46a3e96aa6911031a58bf13517fad43b70d13068ca1c30eaaa667644da, '', 0, '?'),
(0x22b24e76ee88344579fa7c31fc22eb9e, 'wp-content/plugins/duplicator-pro/lib/google/apiclient/Exception.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/google/apiclient/Exception.php', 0, 0x0b311a6babb48988eb28e27da1f48093, 0x0b311a6babb48988eb28e27da1f48093, 0xd40a794df3a4642b368cd789490ba09cc0ddcea30e10cd9f8d9ab278c70ae0ec, '', 0, '?'),
(0xb3a403ccf4e2ab7a660ae07c6d33a8bf, 'wp-content/plugins/duplicator-pro/lib/google/apiclient/Http/Batch.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/google/apiclient/Http/Batch.php', 0, 0x8ffc1edd3673748dc20956c08b893ab8, 0x8ffc1edd3673748dc20956c08b893ab8, 0x72d31e3b5c53dbbfef38439e07ce180fe7cace970c9bef16c0605ae7413b15b2, '', 0, '?'),
(0xf58bfe15841cdffcc240c175673c8611, 'wp-content/plugins/duplicator-pro/lib/google/apiclient/Http/CacheParser.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/google/apiclient/Http/CacheParser.php', 0, 0xe6e479e39eac5b2575ac6c2cbc627abe, 0xe6e479e39eac5b2575ac6c2cbc627abe, 0x3119a2004d4c350f706e6ab8867fd81843c1325971c7cbbfce156cf14936807b, '', 0, '?'),
(0xc80f59a32f9c6b2884cb34aa552efb3a, 'wp-content/plugins/duplicator-pro/lib/google/apiclient/Http/MediaFileUpload.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/google/apiclient/Http/MediaFileUpload.php', 0, 0xd1b04dee6e07601213c13955c069fb90, 0xd1b04dee6e07601213c13955c069fb90, 0x9f63658be647bba7be1347d7633222a0733ca86850d1740e11dc4d422685f0fc, '', 0, '?'),
(0xfdc821f7975e6aac12b2bc74dac08989, 'wp-content/plugins/duplicator-pro/lib/google/apiclient/Http/REST.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/google/apiclient/Http/REST.php', 0, 0x269147e3a1e61cfa88f45348ec4f025f, 0x269147e3a1e61cfa88f45348ec4f025f, 0x322674c811d11439502338bd2fcd15f8d432fffbf19d6ac4a2d3d7f5c61f22aa, '', 0, '?'),
(0x1e5afe0d5e7313c7df11244a3ac4ef6b, 'wp-content/plugins/duplicator-pro/lib/google/apiclient/Http/Request.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/google/apiclient/Http/Request.php', 0, 0x3c38ddd47ecaa1ba69069a7d02048d6a, 0x3c38ddd47ecaa1ba69069a7d02048d6a, 0x3a5889314da5965c0f23a54f15738198cbf6965c87aaf408236aef7c7d265bd4, '', 0, '?'),
(0x3c82442a4fd465ac6a6ef1d6dd33d517, 'wp-content/plugins/duplicator-pro/lib/google/apiclient/Http/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/google/apiclient/Http/index.php', 0, 0x3b49614656fc01edcabc971951cc25eb, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x4d63f90a16050c3ff29281f324d217b9, 'wp-content/plugins/duplicator-pro/lib/google/apiclient/IO/Abstract.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/google/apiclient/IO/Abstract.php', 0, 0x469ed5e3954fff00a2e8a084d7bdca4d, 0x469ed5e3954fff00a2e8a084d7bdca4d, 0x167f7e32f616127d6e6039ee6e2e5885e0dda855748235a1357767ac301801d4, '', 0, '?'),
(0xf6be74f999da8ef22231ad8dbc89cfe4, 'wp-content/plugins/duplicator-pro/lib/google/apiclient/IO/Curl.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/google/apiclient/IO/Curl.php', 0, 0x7d45d55230478c570bb9cd7eb586dbf8, 0x7d45d55230478c570bb9cd7eb586dbf8, 0x3b49b71e89aaa7858392c229764f8fa30e4b2b53113748c7941fee1b7ab719d3, '', 0, '?'),
(0x28e0bc27f1642e75cff0f3b6719aaf82, 'wp-content/plugins/duplicator-pro/lib/google/apiclient/IO/Exception.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/google/apiclient/IO/Exception.php', 0, 0x78e28a39fffaf8cfc2184e96b6c3951e, 0x78e28a39fffaf8cfc2184e96b6c3951e, 0x539944f25ad9af5a145ac7917e6999c73c1f248a6ccd9ea99e98f35324b2c21a, '', 0, '?'),
(0x0f5f54d35d4db7a15f5e03af5fa8fd54, 'wp-content/plugins/duplicator-pro/lib/google/apiclient/IO/Stream.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/google/apiclient/IO/Stream.php', 0, 0x4d53049db26a4fd5181c98cf4b14824a, 0x4d53049db26a4fd5181c98cf4b14824a, 0xf7d48d88156b8503d05c67a91f6f1e2e06a276647f4f5f011dc6f70bfbd1c5a0, '', 0, '?'),
(0xacf7521302e9c820192af09f13a3ad3a, 'wp-content/plugins/duplicator-pro/lib/google/apiclient/IO/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/google/apiclient/IO/index.php', 0, 0x378f908c215cada79eb5810746396cb8, 0x378f908c215cada79eb5810746396cb8, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x6fbbf0e702a0d5070a5ecde451c0467c, 'wp-content/plugins/duplicator-pro/lib/google/apiclient/Logger/Abstract.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/google/apiclient/Logger/Abstract.php', 0, 0xed503d6fc5c4ae031259b76a0addbb12, 0xed503d6fc5c4ae031259b76a0addbb12, 0x9222c73b956e8404ce30e546232da8344bb3e525e9e1a9d7fdf9c09cd1341137, '', 0, '?'),
(0xb0b7904740284a606e00ec597363ac07, 'wp-content/plugins/duplicator-pro/lib/google/apiclient/Logger/Exception.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/google/apiclient/Logger/Exception.php', 0, 0x5323dff3d048f2533d64dadb3828905b, 0x5323dff3d048f2533d64dadb3828905b, 0xf969377bf98f5d29d6f0351dd47c55182a2a7004da318a53a68697a4d9d4eafc, '', 0, '?'),
(0x30262128e283e63271b32b3ebaffc8d1, 'wp-content/plugins/duplicator-pro/lib/google/apiclient/Logger/File.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/google/apiclient/Logger/File.php', 0, 0x2fe6323cfa7df2431e472d5f350f3b33, 0x2fe6323cfa7df2431e472d5f350f3b33, 0xb151879406cf112dee0dd3718ea642e7f1d1f0d8ac033f8d546c76b6acd0bd9a, '', 0, '?'),
(0xedc78e615afd6f93feb9114b099125a4, 'wp-content/plugins/duplicator-pro/lib/google/apiclient/Logger/Null.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/google/apiclient/Logger/Null.php', 0, 0xacaa7483f03adebc654a61032286675f, 0xacaa7483f03adebc654a61032286675f, 0xefcade3d448bf847d32410b6bb98c6408648925a03c9987e721adccfbb1c54d7, '', 0, '?'),
(0x38cdf70ff6a0617a31f13855a124a15d, 'wp-content/plugins/duplicator-pro/lib/google/apiclient/Logger/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/google/apiclient/Logger/index.php', 0, 0x378f908c215cada79eb5810746396cb8, 0x378f908c215cada79eb5810746396cb8, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0xb572956cd47ca254d29cf2ab53d746d7, 'wp-content/plugins/duplicator-pro/lib/google/apiclient/Model.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/google/apiclient/Model.php', 0, 0xc721640f4c359836a91aa77cd0014ebe, 0xc721640f4c359836a91aa77cd0014ebe, 0xe260c510780af34ad6384852ab688404c86600ee815bfb57e3151e728c6e3dce, '', 0, '?'),
(0x773d791a1975a8fadd53592da3853b3e, 'wp-content/plugins/duplicator-pro/lib/google/apiclient/Service/Drive.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/google/apiclient/Service/Drive.php', 0, 0x3ba7c8f2839c2ce5baa3793998aaae07, 0x3ba7c8f2839c2ce5baa3793998aaae07, 0xc6ffe3fbbce6c121fc2ff37c6db16e82a5030c16f91d034815508096685b1069, '', 0, '?'),
(0x4ad0d9e6e122c34231e66ad674afe978, 'wp-content/plugins/duplicator-pro/lib/google/apiclient/Service/Exception.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/google/apiclient/Service/Exception.php', 0, 0xe3458dbc874a64304ecf9c98a3dbddc6, 0xe3458dbc874a64304ecf9c98a3dbddc6, 0x568aef1d961aa667a0dd1e91759d106c330ea8017f936a9e5babb93af42dab34, '', 0, '?'),
(0x3ff16feefbefc8bb7a47f77c76ac8821, 'wp-content/plugins/duplicator-pro/lib/google/apiclient/Service/Oauth2.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/google/apiclient/Service/Oauth2.php', 0, 0x2e7c28cede71fe7cd3a098cd4f212693, 0x2e7c28cede71fe7cd3a098cd4f212693, 0xa39b19351c0c763595a6f51697754fc0e627a6a96533d7ab1892169791449daf, '', 0, '?'),
(0x24d7b6fb5e852d59e030f42d9ea1ba14, 'wp-content/plugins/duplicator-pro/lib/google/apiclient/Service/Resource.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/google/apiclient/Service/Resource.php', 0, 0x9e4a3687330b87425e03b517fcad3307, 0x9e4a3687330b87425e03b517fcad3307, 0xad2eb10f1cea5702fb3ff3fa9cb0bf233c5fc01ca386322fb5fa7fda90d20973, '', 0, '?'),
(0xb8e9383bbd25bc93ca34c32ed1cc8e2f, 'wp-content/plugins/duplicator-pro/lib/google/apiclient/Service/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/google/apiclient/Service/index.php', 0, 0x378f908c215cada79eb5810746396cb8, 0x378f908c215cada79eb5810746396cb8, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x6d599c521aa53702f38fcedc72ad340d, 'wp-content/plugins/duplicator-pro/lib/google/apiclient/Service.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/google/apiclient/Service.php', 0, 0x5cdbb2913add44d3a43f7d53932fac82, 0x5cdbb2913add44d3a43f7d53932fac82, 0x83e13a0c557bbdbd32830e58f9f92c11cc109d1daf13a086d04bc6370b5e3448, '', 0, '?'),
(0x85cd1b643f2b995da678133e637a51ca, 'wp-content/plugins/duplicator-pro/lib/google/apiclient/Task/Exception.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/google/apiclient/Task/Exception.php', 0, 0x52475d063e3f7c1dd631f45d77aeba48, 0x52475d063e3f7c1dd631f45d77aeba48, 0x5a1051ba7ad069eb612a9da4687743dc148d6c617013627d755fb383aec70310, '', 0, '?'),
(0xd4a180cfb05777b8531195669b10bdbe, 'wp-content/plugins/duplicator-pro/lib/google/apiclient/Task/Retryable.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/google/apiclient/Task/Retryable.php', 0, 0xa3571bdab981cdf499dec16a4a9a79d3, 0xa3571bdab981cdf499dec16a4a9a79d3, 0x742d64be563f5ca5c5f8ec2bc585f8bfde28f8e6157480e472835787e723cc93, '', 0, '?'),
(0x78af7ebef2b0dfd710d20c5a0d23d121, 'wp-content/plugins/duplicator-pro/lib/google/apiclient/Task/Runner.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/google/apiclient/Task/Runner.php', 0, 0x766811467350b52db4ed9bc338ea9c45, 0x766811467350b52db4ed9bc338ea9c45, 0xb7ef7dfbf3f8de850a024fb568cee8850d8af542038afc4ff1f7104809334af3, '', 0, '?'),
(0xacf39e29265eac12e1cc9bfc14ea0797, 'wp-content/plugins/duplicator-pro/lib/google/apiclient/Task/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/google/apiclient/Task/index.php', 0, 0x378f908c215cada79eb5810746396cb8, 0x378f908c215cada79eb5810746396cb8, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0xddc4405d0539f0894401b2c9a16dcb5e, 'wp-content/plugins/duplicator-pro/lib/google/apiclient/Utils/URITemplate.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/google/apiclient/Utils/URITemplate.php', 0, 0xb9797edee03353d788ae6dd285757855, 0xb9797edee03353d788ae6dd285757855, 0x785122f8c615b70077a211419158c2c023a80003d90152a3a5bacecb611ec169, '', 0, '?'),
(0x0325f7db71bbf55ac25598e10919dac2, 'wp-content/plugins/duplicator-pro/lib/google/apiclient/Utils/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/google/apiclient/Utils/index.php', 0, 0x378f908c215cada79eb5810746396cb8, 0x378f908c215cada79eb5810746396cb8, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0xd78b271f8d22aa573f912668adc5ab71, 'wp-content/plugins/duplicator-pro/lib/google/apiclient/Utils.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/google/apiclient/Utils.php', 0, 0x830e2ec73dc8fbf122a4363b50399f31, 0x830e2ec73dc8fbf122a4363b50399f31, 0x81eb550c7aaf355c42948d86cfb567da4268a5c327a88764504ff03cd2357d16, '', 0, '?'),
(0x93d646275cacc0ec1de14e064bd3e524, 'wp-content/plugins/duplicator-pro/lib/google/apiclient/autoload.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/google/apiclient/autoload.php', 0, 0x841be633413ac3e988b9b4592872983f, 0x841be633413ac3e988b9b4592872983f, 0x69b85e3c4028436c55f2e53c3f49cf8d8ad4d466c50e84b7e9205b026b122d03, '', 0, '?'),
(0x443722bcf543974f5bc84c30f99ae0bb, 'wp-content/plugins/duplicator-pro/lib/google/apiclient/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/google/apiclient/index.php', 0, 0x3b49614656fc01edcabc971951cc25eb, 0x3b49614656fc01edcabc971951cc25eb, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x6e456cf0bf29654d621d5ed436398531, 'wp-content/plugins/duplicator-pro/lib/google/class.enhanced.google.media.file.upload.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/google/class.enhanced.google.media.file.upload.php', 0, 0xb26a6c112fef1d42499a41ddd569a3ed, 0xb26a6c112fef1d42499a41ddd569a3ed, 0xe57a16f1883c39483a0d7cdb46e29d460051eaf2aa35f3d1ba2ba798ea982780, '', 0, '?'),
(0xb42f1e80a747ad763089626675683dbf, 'wp-content/plugins/duplicator-pro/lib/google/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/google/index.php', 0, 0x378f908c215cada79eb5810746396cb8, 0x378f908c215cada79eb5810746396cb8, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x3b4aca3cbcef6eebcb5ccd3297755299, 'wp-content/plugins/duplicator-pro/lib/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/index.php', 0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x16cc60a380906e4e0dffc87187bfa894, 'wp-content/plugins/duplicator-pro/lib/onedrive/autoload.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/onedrive/autoload.php', 0, 0x1a246bc275b79b06a4a8a5c0697fd3ab, 0x1a246bc275b79b06a4a8a5c0697fd3ab, 0x59a01da01d43ec88afe956ee1ba71ae70587c66ddda192a21e0e36004dda6f00, '', 0, '?'),
(0xc780342bb1c93081449265a516aa13ca, 'wp-content/plugins/duplicator-pro/lib/onedrive/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/onedrive/index.php', 0, 0x378f908c215cada79eb5810746396cb8, 0x378f908c215cada79eb5810746396cb8, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0xb44816623baf22277d5345470e0d4983, 'wp-content/plugins/duplicator-pro/lib/onedrive/src/Krizalys/Onedrive/Client.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/onedrive/src/Krizalys/Onedrive/Client.php', 0, 0x10e0136e32a0db67480f2bbfe71cc0cd, 0x10e0136e32a0db67480f2bbfe71cc0cd, 0x7458e82cfefbe43d1fddaccf2f94677ab3c0b025da4ca8cf8138775742981068, '', 0, '?'),
(0xfbd96117e0b50bf4cea2f799b5c7b122, 'wp-content/plugins/duplicator-pro/lib/onedrive/src/Krizalys/Onedrive/DriveItem.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/onedrive/src/Krizalys/Onedrive/DriveItem.php', 0, 0x93aff9fb72bfe0042b48f4636ee911b6, 0x93aff9fb72bfe0042b48f4636ee911b6, 0x3cfe8306ab0b985210c7ef26709e1fcc9c2ab8c53dbb5029ea947c25e71dfd85, '', 0, '?'),
(0x02af7a04774d06491c6cd657a8f8c624, 'wp-content/plugins/duplicator-pro/lib/onedrive/src/Krizalys/Onedrive/File.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/onedrive/src/Krizalys/Onedrive/File.php', 0, 0x525940c2352c3b8884b17446850b8567, 0x525940c2352c3b8884b17446850b8567, 0x96a04a30b09c279938402d04683520a4f25bd0cf11072622980d35dc9d91d3da, '', 0, '?'),
(0xc177b39942f7c9946bc0f3f07e63988e, 'wp-content/plugins/duplicator-pro/lib/onedrive/src/Krizalys/Onedrive/Folder.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/onedrive/src/Krizalys/Onedrive/Folder.php', 0, 0x4ac509dd18a0b01fcc557631a07d0d2f, 0x4ac509dd18a0b01fcc557631a07d0d2f, 0xefdff4ee7da8bdc0a062afc72d4e66216edacec75c727841796e7bc1f6d69bd9, '', 0, '?'),
(0xa41c31bd3a15262675c52aa81f9ff9f4, 'wp-content/plugins/duplicator-pro/lib/onedrive/src/Krizalys/Onedrive/NameConflictBehavior.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/onedrive/src/Krizalys/Onedrive/NameConflictBehavior.php', 0, 0x9737ff900f7bf64e55e5665ff99a3904, 0x9737ff900f7bf64e55e5665ff99a3904, 0x9764033eb134aff6c5a30aa41110b600aafb9e0f6c37b8248d70026808579630, '', 0, '?'),
(0x109343761024563ccbfc50d0cccf45dc, 'wp-content/plugins/duplicator-pro/lib/onedrive/src/Krizalys/Onedrive/NameConflictBehaviorParameterizer.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/onedrive/src/Krizalys/Onedrive/NameConflictBehaviorParameterizer.php', 0, 0x5e6d31e9a06659f4ac3a54c095462bdb, 0x5e6d31e9a06659f4ac3a54c095462bdb, 0xcd49490501cc01d4282176ad01d7c4a0b2b26980307db2536b74a802cd738f95, '', 0, '?'),
(0x208f2c2b234ceeb43d0a31a94735b2bd, 'wp-content/plugins/duplicator-pro/lib/onedrive/src/Krizalys/Onedrive/ResumableUploader.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/onedrive/src/Krizalys/Onedrive/ResumableUploader.php', 0, 0x0ee8b94e409e82a2018bed9972f5d0b3, 0x0ee8b94e409e82a2018bed9972f5d0b3, 0xca43c327adb7d368d933b95341386dd49f14edc58d27f71eebd7e0a2895bb9d4, '', 0, '?'),
(0x05abbfc382c200319e98fdd8842550fb, 'wp-content/plugins/duplicator-pro/lib/onedrive/src/Krizalys/Onedrive/StreamBackEnd.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/onedrive/src/Krizalys/Onedrive/StreamBackEnd.php', 0, 0x2a1ca2f9ae103d48e4ed2a65c178d320, 0x2a1ca2f9ae103d48e4ed2a65c178d320, 0x5f371971708ed2b5f2f4103b2395dd931a4e152d9c3b48ad04131d87cf8bf166, '', 0, '?'),
(0x3ba3643f72a1dc0c5cf3fe583bda471a, 'wp-content/plugins/duplicator-pro/lib/onedrive/src/Krizalys/Onedrive/StreamOpener.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/onedrive/src/Krizalys/Onedrive/StreamOpener.php', 0, 0x777a62d99ae8cb36074125544909f2b7, 0x777a62d99ae8cb36074125544909f2b7, 0x5acb96f35215547d931c797a4f8b22fe2ec6d2afde338e30ad9484654580a384, '', 0, '?'),
(0xfd5adcad6d1c64afda5352a9b2038ae1, 'wp-content/plugins/duplicator-pro/lib/onedrive/src/Krizalys/Onedrive/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/onedrive/src/Krizalys/Onedrive/index.php', 0, 0x378f908c215cada79eb5810746396cb8, 0x378f908c215cada79eb5810746396cb8, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x3618a966b785929713f892a44c807899, 'wp-content/plugins/duplicator-pro/lib/onedrive/src/Krizalys/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/onedrive/src/Krizalys/index.php', 0, 0x378f908c215cada79eb5810746396cb8, 0x378f908c215cada79eb5810746396cb8, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0xcffca82bb8874f951821c593b99a1311, 'wp-content/plugins/duplicator-pro/lib/onedrive/src/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/lib/onedrive/src/index.php', 0, 0x378f908c215cada79eb5810746396cb8, 0x378f908c215cada79eb5810746396cb8, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0xd48fb15231b1062b772073ac0781deb7, 'wp-content/plugins/duplicator-pro/src/Ajax/AbstractAjaxService.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Ajax/AbstractAjaxService.php', 0, 0xc45ba180711273e30913bc379f7223f6, 0xc45ba180711273e30913bc379f7223f6, 0xfa2c8c86ea317a9a3d22d862fcb7ec62b860d0864c6ed08222aeac8a70ec3a40, '', 0, '?'),
(0xe7569fb31c082552a270e24d04499c51, 'wp-content/plugins/duplicator-pro/src/Ajax/AjaxWrapper.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Ajax/AjaxWrapper.php', 0, 0x97221e07d8dddf7d53b0c8db60daab73, 0x97221e07d8dddf7d53b0c8db60daab73, 0xe5ea295e98f1bbe014a6c02e437600cd1e97c5718942443d4a96f33069e6bd1e, '', 0, '?'),
(0x137ab690b9d6dae0422a0c1e2eb6fda1, 'wp-content/plugins/duplicator-pro/src/Ajax/FileTransfer/ImportUpload.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Ajax/FileTransfer/ImportUpload.php', 0, 0x06658a373279f86da1ad6daadca109b4, 0x06658a373279f86da1ad6daadca109b4, 0xab765ee43884a361642eaee53228217c91e887a902371b8a950636a7c96d3824, '', 0, '?'),
(0x5bbdaef558c6773a1b7b1caf25274d60, 'wp-content/plugins/duplicator-pro/src/Ajax/FileTransfer/RemoteDownloadCustom.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Ajax/FileTransfer/RemoteDownloadCustom.php', 0, 0x36808059c303ad24079526f15914f668, 0x36808059c303ad24079526f15914f668, 0x339703cc6eff80506800aee1f9bc49e71b0aab555a4c07780725ccad4a0c5ea3, '', 0, '?'),
(0xf4553c2ac886d52ba0cdef4c1e98fd5d, 'wp-content/plugins/duplicator-pro/src/Ajax/ServicesDashboard.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Ajax/ServicesDashboard.php', 0, 0xb0e067e9fa2f9ec0a01927eace7aef9d, 0xb0e067e9fa2f9ec0a01927eace7aef9d, 0xae6a91ff029dd817dee7a15e9db38a981d8bb6c9cf489343ca78dc83ab78ede1, '', 0, '?'),
(0xc13bacba531c54e5f43739919a7bb21a, 'wp-content/plugins/duplicator-pro/src/Ajax/ServicesImport.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Ajax/ServicesImport.php', 0, 0x58081f74f83015145d6aa08cd993ed22, 0x58081f74f83015145d6aa08cd993ed22, 0x2ff84084ed372e8f241508cbba4b766e00fa1bd184052b59e287074f4e916067, '', 0, '?'),
(0xcfe56d248ae3e5a328915f69290882bf, 'wp-content/plugins/duplicator-pro/src/Ajax/ServicesRecovery.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Ajax/ServicesRecovery.php', 0, 0x633570dc3c41026a34c67cc35e14b775, 0x633570dc3c41026a34c67cc35e14b775, 0x9557e7eadff2250d4672e56f1816194c4057a0ba7c6236ac471352673a680c5c, '', 0, '?'),
(0x0cd16a48f147fe131c23557ec92d1683, 'wp-content/plugins/duplicator-pro/src/Ajax/ServicesSchedule.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Ajax/ServicesSchedule.php', 0, 0x978d5912e6cdd0e3329c199d97d4885e, 0x978d5912e6cdd0e3329c199d97d4885e, 0x953757e8af42a947244f5fd1cf62e73b13cc246bd6576bf4f9a12343df14483d, '', 0, '?'),
(0x086f8b1c0db1cefdeec33fed9eff411b, 'wp-content/plugins/duplicator-pro/src/Ajax/ServicesSettings.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Ajax/ServicesSettings.php', 0, 0x75ed158373aec6afcea4d10727cd71b1, 0x75ed158373aec6afcea4d10727cd71b1, 0xd5d514d07d7e4c9854a7c4dd433b8643b1bcb22e51128ed89c2a21fd9fc57028, '', 0, '?'),
(0xd01d51b4ed13f1be23309c2217613d99, 'wp-content/plugins/duplicator-pro/src/Ajax/ServicesStorage.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Ajax/ServicesStorage.php', 0, 0xeb1d0c265d1c6fada22b4e79c49c3500, 0xeb1d0c265d1c6fada22b4e79c49c3500, 0xe918375cf7782c9b2f9cc0a488749045edf1f0c530008d10752f2f40d2f32d40, '', 0, '?'),
(0x9c67f73a9fbef78eb9b4b740916bb458, 'wp-content/plugins/duplicator-pro/src/Controllers/DebugPageController.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Controllers/DebugPageController.php', 0, 0x1f9cf935b362743ad5e8e30692fdc489, 0x1f9cf935b362743ad5e8e30692fdc489, 0xd094ea37d742ccfc5f3862f69b1994cbe69718aee62cda4931c37f07992340eb, '', 0, '?'),
(0x51e7e7f0522b1463e349f30d9011859f, 'wp-content/plugins/duplicator-pro/src/Controllers/ImportInstallerPageController.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Controllers/ImportInstallerPageController.php', 0, 0x18bad3b9b78f9dd210c55a8cc6c6f474, 0x18bad3b9b78f9dd210c55a8cc6c6f474, 0xbf9f2058f909309ecefce1d2144a8ff54e0f58b5ffc286f26a47cff6038a5195, '', 0, '?'),
(0xf91dcb7d8d1c86e481e769637f6f5efe, 'wp-content/plugins/duplicator-pro/src/Controllers/ImportPageController.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Controllers/ImportPageController.php', 0, 0x0be34a617bbd78523fca61c0369f21d9, 0x0be34a617bbd78523fca61c0369f21d9, 0x34643b42eb03fb326de88edc6989065c32de5185655ee3b3608f69604a18e7e9, '', 0, '?'),
(0xb829746f22ace8b7b768c5b69f01e7c4, 'wp-content/plugins/duplicator-pro/src/Controllers/MainPageController.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Controllers/MainPageController.php', 0, 0x5546e87137604dfc1110855adbf84170, 0x5546e87137604dfc1110855adbf84170, 0xfddec36db9faeb388fc3c38dac9c6fd92d07d7f96c8b55fbc66398ae20ce5295, '', 0, '?'),
(0xb087c2a2c732e5e3664d7273bd200bd0, 'wp-content/plugins/duplicator-pro/src/Controllers/PackagesPageController.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Controllers/PackagesPageController.php', 0, 0x06074931e07338191b1dda59910fc888, 0x06074931e07338191b1dda59910fc888, 0x6f3f0a17740f356b4917d969208dc32f3ad681d5ef690ab4a1f20082490ba9b0, '', 0, '?'),
(0xd409377e1f52ed45bd6a9616601ea7f5, 'wp-content/plugins/duplicator-pro/src/Controllers/SchedulePageController.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Controllers/SchedulePageController.php', 0, 0xfd026ec2de892e86c07f813d5791643b, 0xfd026ec2de892e86c07f813d5791643b, 0x6e1a1d6dd5a9fe5ad568726afca41a2cc6e35a3c7f5b9b6bd8e4d6668f010fda, '', 0, '?'),
(0xc7c064fcf3c9bf468fd83c384f11abc0, 'wp-content/plugins/duplicator-pro/src/Controllers/SettingsPageController.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Controllers/SettingsPageController.php', 0, 0x0082a24d0d407c783a96492da81f5660, 0x0082a24d0d407c783a96492da81f5660, 0x8a9fc5b82bb09d534a492ed8029f13f387ebe3f974a5b8e55c4808e56d58b36a, '', 0, '?'),
(0xb5a6b5903ace08f747b2311d037b7902, 'wp-content/plugins/duplicator-pro/src/Controllers/StoragePageController.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Controllers/StoragePageController.php', 0, 0x14a6ac1a9f67b43a54cb71ba91f59fd7, 0x14a6ac1a9f67b43a54cb71ba91f59fd7, 0x61599793a023ced310c86ffdd6fbe4b98dc2d0f0a7cb85a0aa092f7a4b1ec0a2, '', 0, '?'),
(0xd84f4dca7a80e3ef211542e969dc717f, 'wp-content/plugins/duplicator-pro/src/Controllers/ToolsPageController.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Controllers/ToolsPageController.php', 0, 0xbe706cc529c77aa7ca4a0211be59bb52, 0xbe706cc529c77aa7ca4a0211be59bb52, 0xfaa746402478f0e48e7ee709219204d5c950644828240e42e19fc2ef66ee0356, '', 0, '?'),
(0x9e53efd3171c3c8348560ab75826bd34, 'wp-content/plugins/duplicator-pro/src/Core/Addons/AbstractAddonCore.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Core/Addons/AbstractAddonCore.php', 0, 0xafe49b0b8767b8bdb00deb23f6c98706, 0xafe49b0b8767b8bdb00deb23f6c98706, 0x06343299c2114fb07565832ffcb0440389a7112b4edc80ff950c13a589087408, '', 0, '?'),
(0xc3538d9e925a6a5f805097c288a86e99, 'wp-content/plugins/duplicator-pro/src/Core/Addons/AddonsManager.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Core/Addons/AddonsManager.php', 0, 0x08fe8a63ae32da0c3670033641f52de2, 0x08fe8a63ae32da0c3670033641f52de2, 0xb4b7bb1880e4bb51efcef8e45db5768760e7436066f9e4f26128efb51795bc0c, '', 0, '?'),
(0x24098bc8a049ece94d83c311dc63a630, 'wp-content/plugins/duplicator-pro/src/Core/Bootstrap.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Core/Bootstrap.php', 0, 0x709c2e768b2718d5dfbec82db3a7db99, 0x709c2e768b2718d5dfbec82db3a7db99, 0x409792a346dd2c1517b9ab8fcfb7e5ae7e0c36ff78ab87da2178e194274ed5ad, '', 0, '?'),
(0xd50fc2316b09ebde35a47086d1d8d037, 'wp-content/plugins/duplicator-pro/src/Core/CapMng.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Core/CapMng.php', 0, 0xeb7865b48ab70f3757125f096e0f1970, 0xeb7865b48ab70f3757125f096e0f1970, 0x4bfa48343b17279c3c3a4721909e1885f65b5cac138a9ae00039264144a1fbed, '', 0, '?'),
(0x7586660632449a9648a622d40e60670c, 'wp-content/plugins/duplicator-pro/src/Core/Controllers/AbstractMenuPageController.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Core/Controllers/AbstractMenuPageController.php', 0, 0xac6f842de9429ecd02fabef9e5e6e790, 0xac6f842de9429ecd02fabef9e5e6e790, 0xf89928d9b7e9489f9ac1ed5eb0f28e9d5fe64c5a34ec4c8b27c5db3eaa39a8e3, '', 0, '?'),
(0x9d0ca4b912d6f23ab8adcc9d187dbc7a, 'wp-content/plugins/duplicator-pro/src/Core/Controllers/AbstractSinglePageController.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Core/Controllers/AbstractSinglePageController.php', 0, 0x772c50d0c2833a37bc894878cc889546, 0x772c50d0c2833a37bc894878cc889546, 0x405f9f02f1767c940f0fc3950e768f226146d3ccc1ec5af7adbc61c4ac06232c, '', 0, '?'),
(0x198b66d5b3000d8bb4eaf1eac034e5dc, 'wp-content/plugins/duplicator-pro/src/Core/Controllers/ControllerInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Core/Controllers/ControllerInterface.php', 0, 0xca5f9273b5d73e19623e9adc1f3794aa, 0xca5f9273b5d73e19623e9adc1f3794aa, 0x8615bcea37f64f808db01dd1ddcb043c8b3d6eba1711977e1b07a5126cd7a538, '', 0, '?'),
(0xfb097dc7d6fa4a6024c38b908fe4609c, 'wp-content/plugins/duplicator-pro/src/Core/Controllers/ControllersManager.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Core/Controllers/ControllersManager.php', 0, 0x8b99ed00618753d0bfd9f0c0b3b113c3, 0x8b99ed00618753d0bfd9f0c0b3b113c3, 0x3e62102a8a9a073fa2faa1a0791272c40afb3ac45785dcf6f40ee65cf6b7af74, '', 0, '?'),
(0xa8d336ff5a2a461d6080074943b6922f, 'wp-content/plugins/duplicator-pro/src/Core/Controllers/PageAction.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Core/Controllers/PageAction.php', 0, 0xc73fbed3d26b6de1fa80d4a6cacce9eb, 0xc73fbed3d26b6de1fa80d4a6cacce9eb, 0x068fcf19383496eb1ebd3543033409372abccdb6c9a71aac02e0da904674b175, '', 0, '?'),
(0x6253726b74f7d8025572ada22245b497, 'wp-content/plugins/duplicator-pro/src/Core/Controllers/SubMenuItem.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Core/Controllers/SubMenuItem.php', 0, 0xabfef52ec6ef49601d10a458c027ab3f, 0xabfef52ec6ef49601d10a458c027ab3f, 0x2975d008d100dcf05ee3f38f89285da8d74cafbc280c6b55f7fa1c246c3b4384, '', 0, '?'),
(0x218a60926c2da0ddc6b32ce87c393b79, 'wp-content/plugins/duplicator-pro/src/Core/MigrationMng.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Core/MigrationMng.php', 0, 0xae1f4358aa681406148e437b9a68b58e, 0xae1f4358aa681406148e437b9a68b58e, 0xd6032cf928513930f5e9510ae52b9628314e93a6ce9351f561aa1acab5b016e1, '', 0, '?'),
(0x4d105440878ce2f30437919a39c5a644, 'wp-content/plugins/duplicator-pro/src/Core/Models/AbstractEntity.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Core/Models/AbstractEntity.php', 0, 0xb8061cef5c1220a113233dfddd25e1e5, 0xb8061cef5c1220a113233dfddd25e1e5, 0xf01358c2597c0a39aea3a48c406815c5a380c670775e313ed46c8f2354807c1d, '', 0, '?'),
(0x61561fb4094f42580bb283787f02ba9c, 'wp-content/plugins/duplicator-pro/src/Core/Models/AbstractEntityList.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Core/Models/AbstractEntityList.php', 0, 0x17b24b223ae6e1a53fd12899b67f8304, 0x17b24b223ae6e1a53fd12899b67f8304, 0xd581594e6571aec9c48914a0a887780ff7cc214402073f8aa2c7d2e716502992, '', 0, '?'),
(0x18717093d5020ff5547edeee9719ae4d, 'wp-content/plugins/duplicator-pro/src/Core/Models/AbstractEntitySingleton.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Core/Models/AbstractEntitySingleton.php', 0, 0xf2878f1a45cc573c4e7d3ded2d5aae2d, 0xf2878f1a45cc573c4e7d3ded2d5aae2d, 0x61a49d576ca1568340c5b63f9c0ebfc99d02d3fd8cb1aa3405bba231b3ceea31, '', 0, '?'),
(0xcdca0562f9f161a3ffb6f9b511dbf9e2, 'wp-content/plugins/duplicator-pro/src/Core/Models/UpdateFromInputInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Core/Models/UpdateFromInputInterface.php', 0, 0xe7dd94aad83911f377120cbfb846dcd7, 0xe7dd94aad83911f377120cbfb846dcd7, 0xaee146418764e9932bc129f43412f4f5dff6eaacf8479957bcce52aeab360769, '', 0, '?'),
(0x3102648cd084d1daae26ffc286905eb9, 'wp-content/plugins/duplicator-pro/src/Core/REST/AbstractRESTPoint.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Core/REST/AbstractRESTPoint.php', 0, 0xd3c89e5b2badf783cb91bb1048a90940, 0xd3c89e5b2badf783cb91bb1048a90940, 0x2f63b41813c59a8b0555e06aaeb10f7f488b2cebdfa8a848b346bf0782a65bfe, '', 0, '?'),
(0xd4dfe3f6353b24f24d8a9658c20c99b4, 'wp-content/plugins/duplicator-pro/src/Core/REST/RESTManager.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Core/REST/RESTManager.php', 0, 0x485694d5f4268cf0d6d37c075f2f2291, 0x485694d5f4268cf0d6d37c075f2f2291, 0x3442e161b3ba1ed156f1b9bb5f3d0186f040c5cf4c8fc51e4ec65febe83e36ea, '', 0, '?'),
(0x8cda3af2198934bc2178cc977d7985ef, 'wp-content/plugins/duplicator-pro/src/Core/RequirementsInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Core/RequirementsInterface.php', 0, 0xddfa8b27685abafe21cf681b3def58e1, 0xddfa8b27685abafe21cf681b3def58e1, 0xc247e6f311db814ce0cd51338f6b47a91f6c6e1017b5a9bd98a6a967cfe90066, '', 0, '?'),
(0x06287b9ac7e1453c71fa49c7e6646c7c, 'wp-content/plugins/duplicator-pro/src/Core/Unistall.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Core/Unistall.php', 0, 0x46945d12070ab5a8ed16b1c2c33503a4, 0x46945d12070ab5a8ed16b1c2c33503a4, 0x6526d31a9124a5af8d27d5823c099d7128c193bae4490171fff1dfccee3c0d66, '', 0, '?'),
(0x7216b271121ed292faa069f0e0c68b26, 'wp-content/plugins/duplicator-pro/src/Core/Views/TplMng.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Core/Views/TplMng.php', 0, 0x9384dfb2e985611792a7bd61915be049, 0x9384dfb2e985611792a7bd61915be049, 0xaaba6cb0048b8d826e170d9f6398b68a6826b637440740a746e238c8dd092a77, '', 0, '?'),
(0xc4df2f6928dc5807b4010d919e44858b, 'wp-content/plugins/duplicator-pro/src/Libs/Chunking/ChunkFileCopyManager.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Libs/Chunking/ChunkFileCopyManager.php', 0, 0x6d036f4597dc4a01f4b27ae1d6b32e02, 0x6d036f4597dc4a01f4b27ae1d6b32e02, 0x14379c37f84c699ba6482792b1bad60141b1b7d62e0db5dbde079c5bef32ffe4, '', 0, '?'),
(0xb3e0ba4b9605a8ef0737b0627f32fd2c, 'wp-content/plugins/duplicator-pro/src/Libs/Chunking/ChunkingManager.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Libs/Chunking/ChunkingManager.php', 0, 0x564ec7aa79093ba6827923b7c1f61195, 0x564ec7aa79093ba6827923b7c1f61195, 0x76da3ecfe7062b0e613a1d49c3b4b4357e0cc183da7fc700e595ace6b19116b3, '', 0, '?'),
(0x1de087f8e47c1d634bed45aa63b67ddc, 'wp-content/plugins/duplicator-pro/src/Libs/Chunking/Iterators/ChunkFileCopyIterator.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Libs/Chunking/Iterators/ChunkFileCopyIterator.php', 0, 0x43a6efeec054e0363ac81ae59ce1b1c2, 0x43a6efeec054e0363ac81ae59ce1b1c2, 0x184601f4ee720e8c81f1fbe75155f6307380981f52d04c8fe9e8a33c5c2aa301, '', 0, '?'),
(0x5fb6a6f280c6e14f145893622edd9c1b, 'wp-content/plugins/duplicator-pro/src/Libs/Chunking/Iterators/EventIteratorInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Libs/Chunking/Iterators/EventIteratorInterface.php', 0, 0x336c4d943fdff66289c03b73c1222e6c, 0x336c4d943fdff66289c03b73c1222e6c, 0x6679f866bc926de09def5b7660bdd39918eb67eb6052753c94d4182dd8e312e0, '', 0, '?'),
(0x83ce0f1d42c2b3397ebd9ad84fc79e2b, 'wp-content/plugins/duplicator-pro/src/Libs/Chunking/Iterators/GenericSeekableIteratorInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Libs/Chunking/Iterators/GenericSeekableIteratorInterface.php', 0, 0xe03e4a26851f27cf61f00990dd784f97, 0xe03e4a26851f27cf61f00990dd784f97, 0xaf8d1a703af125e848aa61b9bd40efce2c21a8a532f04045f9c4010e0249424e, '', 0, '?'),
(0x47df8a11e2d60e88e805aa18d8c7b12a, 'wp-content/plugins/duplicator-pro/src/Libs/Chunking/Persistance/FileJsonPersistanceAdapter.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Libs/Chunking/Persistance/FileJsonPersistanceAdapter.php', 0, 0xfcf2c7ac2fec9f1744c38d089bd01a91, 0xfcf2c7ac2fec9f1744c38d089bd01a91, 0x9ae8d0abb5c0f362f65150b376db6a4174029af9170851363981f4788987e416, '', 0, '?'),
(0x014015f103d7522ba21d161324698a23, 'wp-content/plugins/duplicator-pro/src/Libs/Chunking/Persistance/NoPersistanceAdapter.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Libs/Chunking/Persistance/NoPersistanceAdapter.php', 0, 0x9c07438184faa82eeded481301a0f9af, 0x9c07438184faa82eeded481301a0f9af, 0xf96f11ece2785bf547748726c80cae2d3b573c99affb843a8c494db453560d66, '', 0, '?'),
(0xf5c00f02bf46d91f106ad20e23a9554b, 'wp-content/plugins/duplicator-pro/src/Libs/Chunking/Persistance/PersistanceAdapterInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Libs/Chunking/Persistance/PersistanceAdapterInterface.php', 0, 0x444f2ac504e6a28429f561902cf9f979, 0x444f2ac504e6a28429f561902cf9f979, 0xc524e301193138c08d8e6181c78c57d81e910282a928af691f51d9e650c65298, '', 0, '?'),
(0x23aafed0f52a93808015ed2068b1f237, 'wp-content/plugins/duplicator-pro/src/Libs/DupArchive/DupArchive.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Libs/DupArchive/DupArchive.php', 0, 0x1b3c6d2f7181f7c418b661013c9c0091, 0x1b3c6d2f7181f7c418b661013c9c0091, 0x1712c454c069409c31f503ca9f02070088744ac0df71fb1b00ba6972d60dc50b, '', 0, '?'),
(0x605c00a69d8823b5e2f432842554683c, 'wp-content/plugins/duplicator-pro/src/Libs/DupArchive/DupArchiveEngine.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Libs/DupArchive/DupArchiveEngine.php', 0, 0x05977646aa72c618b96751862ad0fd43, 0x05977646aa72c618b96751862ad0fd43, 0xfa403ff83b2b95e1f476c9fa15f312f73b78dffb81ea4aba5ce6be722ec4c6b9, '', 0, '?'),
(0x53ebd5d184638d000f5045befe782bc5, 'wp-content/plugins/duplicator-pro/src/Libs/DupArchive/DupArchiveExpandBasicEngine.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Libs/DupArchive/DupArchiveExpandBasicEngine.php', 0, 0x1f000847afd6664a1d531b3ef5b279da, 0x1f000847afd6664a1d531b3ef5b279da, 0x0cfcaddf62506377d809e982438ca46f715fe2b9bd092b25ee7345356eb23ae6, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x2b24ef3f90b6e6d4972c767da5ab2b08, 'wp-content/plugins/duplicator-pro/src/Libs/DupArchive/DupArchiveLoggerBase.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Libs/DupArchive/DupArchiveLoggerBase.php', 0, 0xc08bd40e8a4223edd002d49c1691b4b5, 0xc08bd40e8a4223edd002d49c1691b4b5, 0x5172abd90b2cfe42af919d064156c7b313db6e5b62b4d7b04dee8f46b125a513, '', 0, '?'),
(0xbd5e6e7836f75e1bb70d5f3c70273aa7, 'wp-content/plugins/duplicator-pro/src/Libs/DupArchive/Headers/AbstractDupArchiveHeader.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Libs/DupArchive/Headers/AbstractDupArchiveHeader.php', 0, 0x5409d2cc8819e124161480238b94f26a, 0x5409d2cc8819e124161480238b94f26a, 0xc2dea4de0122059799872f67927bb59e218f4141669f8c234f711f7b1c31dc25, '', 0, '?'),
(0x6b7ff4ecdb86340bdd9e058244bb0568, 'wp-content/plugins/duplicator-pro/src/Libs/DupArchive/Headers/DupArchiveDirectoryHeader.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Libs/DupArchive/Headers/DupArchiveDirectoryHeader.php', 0, 0xbab8e44e90b321550613fc291520e346, 0xbab8e44e90b321550613fc291520e346, 0x02a5bded05c3978abd8c6022dd232d0da11c9d81bb55a96ffb629d46bd4d7de4, '', 0, '?'),
(0xe056e4a47f9c1309b84d8620d435a058, 'wp-content/plugins/duplicator-pro/src/Libs/DupArchive/Headers/DupArchiveFileHeader.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Libs/DupArchive/Headers/DupArchiveFileHeader.php', 0, 0x7bd3655fca2863a1caea1942f0396b4c, 0x7bd3655fca2863a1caea1942f0396b4c, 0xbf5cd58eca22d045dd13ecc071565882db6371400f6e9e9b5a7bead505b206c5, '', 0, '?'),
(0x0d439c2c65b681b867f606dcf9aaf094, 'wp-content/plugins/duplicator-pro/src/Libs/DupArchive/Headers/DupArchiveGlobHeader.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Libs/DupArchive/Headers/DupArchiveGlobHeader.php', 0, 0x53d6062d567500941c21bd4d390d227f, 0x53d6062d567500941c21bd4d390d227f, 0x5f3aa3dfdc9f6f430df2eb23f67e7c1430828bce75fe10e825004366822c7499, '', 0, '?'),
(0xb45379894cc62f771c729e42e59ddb96, 'wp-content/plugins/duplicator-pro/src/Libs/DupArchive/Headers/DupArchiveHeader.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Libs/DupArchive/Headers/DupArchiveHeader.php', 0, 0xab424a2b410e866250f9f6f5ced3231b, 0xab424a2b410e866250f9f6f5ced3231b, 0x5410c068865e9e0b3cac44a8b16750f6257ef2f218d047923e64653ba9a385a3, '', 0, '?'),
(0x50bb93cc5a0f3557fea77f3606c2f174, 'wp-content/plugins/duplicator-pro/src/Libs/DupArchive/Info/DupArchiveExpanderInfo.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Libs/DupArchive/Info/DupArchiveExpanderInfo.php', 0, 0x0bf727860645ea1901307d94c8fd89fe, 0x0bf727860645ea1901307d94c8fd89fe, 0xcd1636129d54d4fcf728db237f1ca0d855819d9a2071e3e9db1f8aeebbfdb9ef, '', 0, '?'),
(0x9656ada260cca3a80605753328f38ce1, 'wp-content/plugins/duplicator-pro/src/Libs/DupArchive/Info/DupArchiveInfo.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Libs/DupArchive/Info/DupArchiveInfo.php', 0, 0xb0f4f3bc6b5ba8b3c01a44a5234dc6de, 0xb0f4f3bc6b5ba8b3c01a44a5234dc6de, 0x95617de110f609c7325e4a92e7b275f5ac9d0e9e8a6d403eb43ebb77b31d588e, '', 0, '?'),
(0xec47f6aac2f96c6f333ce077f5f829ea, 'wp-content/plugins/duplicator-pro/src/Libs/DupArchive/Processors/DupArchiveDirectoryProcessor.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Libs/DupArchive/Processors/DupArchiveDirectoryProcessor.php', 0, 0xf1f0608e8ab318b40245798e4d93bd37, 0xf1f0608e8ab318b40245798e4d93bd37, 0x68947f2633149e72d2824db7e6c21a42b6d9c4ec681476b17f230ab9d7ad60c0, '', 0, '?'),
(0xa5ff052bed48e0878dfe7e0628fad35b, 'wp-content/plugins/duplicator-pro/src/Libs/DupArchive/Processors/DupArchiveFileProcessor.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Libs/DupArchive/Processors/DupArchiveFileProcessor.php', 0, 0xe8265386daa5c3319c1bbf692f5f22b1, 0xe8265386daa5c3319c1bbf692f5f22b1, 0x4b290bd4019e192af3ce178261f0c1dccaa06f42e0789def823ca09368251d74, '', 0, '?'),
(0xb3f3221d7be0a3efa31038e658440f6c, 'wp-content/plugins/duplicator-pro/src/Libs/DupArchive/Processors/DupArchiveProcessingFailure.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Libs/DupArchive/Processors/DupArchiveProcessingFailure.php', 0, 0xf02810407d0280f108fba795717d1b45, 0xf02810407d0280f108fba795717d1b45, 0x84060db29e78e6f9812fb0463cb97c874c9efe955c86cc7c654c1b5fdaa10a23, '', 0, '?'),
(0x020523f891f3fc33e1619f33ab70e462, 'wp-content/plugins/duplicator-pro/src/Libs/DupArchive/States/DupArchiveCreateState.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Libs/DupArchive/States/DupArchiveCreateState.php', 0, 0x5d8b3b4c6a8cb80f37cce26654e041ab, 0x5d8b3b4c6a8cb80f37cce26654e041ab, 0x66a48e8432fbd4cce977529bfd3cb1de1bf49b7e7b80a3aaff8fb7cc1d0fbcbd, '', 0, '?'),
(0x37b0d35596d5a45d5f7bc3379170ff91, 'wp-content/plugins/duplicator-pro/src/Libs/DupArchive/States/DupArchiveExpandState.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Libs/DupArchive/States/DupArchiveExpandState.php', 0, 0x11b3bf0a5f6b8470daadcfc92a0aa75c, 0x11b3bf0a5f6b8470daadcfc92a0aa75c, 0x25959bbe3dd6157b318e90fae7d538a558fa4fe0d98b57ad978a42ea8503341c, '', 0, '?'),
(0xccdf513b801201319b4aab8c40dce6ee, 'wp-content/plugins/duplicator-pro/src/Libs/DupArchive/States/DupArchiveStateBase.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Libs/DupArchive/States/DupArchiveStateBase.php', 0, 0x7a19d7ef1f62cf92e9d2f7420ef6fa97, 0x7a19d7ef1f62cf92e9d2f7420ef6fa97, 0xfd268ec46718cf2bc711628c13f2fa6f9a1434b0cc6348c56f0862599107c457, '', 0, '?'),
(0x937c5dec220b23d27a8985f2531dbb04, 'wp-content/plugins/duplicator-pro/src/Libs/DupArchive/Utils/DupArchiveScanUtil.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Libs/DupArchive/Utils/DupArchiveScanUtil.php', 0, 0x0e87df8e5156fbbfe5bea2f98914496e, 0x0e87df8e5156fbbfe5bea2f98914496e, 0x3e1396db0b9393e99da57b6d233604464aa520a797e877b1e839e99473bced1c, '', 0, '?'),
(0x91be7fce38714db92d8bc6bdc423231d, 'wp-content/plugins/duplicator-pro/src/Libs/DupArchive/Utils/DupArchiveUtil.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Libs/DupArchive/Utils/DupArchiveUtil.php', 0, 0xf58f9ce41a4228828362ec133c00a8b9, 0xf58f9ce41a4228828362ec133c00a8b9, 0x3d6b32c0077574fc8d5c47c545ef05c150cca8afa3a1249f3589325e88a6f9c7, '', 0, '?'),
(0x56e174942ab7733d31108d1fcab26615, 'wp-content/plugins/duplicator-pro/src/Libs/Shell/Shell.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Libs/Shell/Shell.php', 0, 0xb57c9ead46319946970f4836f611dc87, 0xb57c9ead46319946970f4836f611dc87, 0xc47270f003797a1a1029b69a63b286bbfd1b6bdc4a5e4f22172ec43f8d40638b, '', 0, '?'),
(0x38d9696bc06f5491c11e28c121d8c6fb, 'wp-content/plugins/duplicator-pro/src/Libs/Shell/ShellOutput.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Libs/Shell/ShellOutput.php', 0, 0xe39bdec15cc19419d0b8323b198b2f68, 0xe39bdec15cc19419d0b8323b198b2f68, 0x1f449676e6655e555f64d2df64e3bea738fe0ed7efd0804c0eb16bae67d8a99d, '', 0, '?'),
(0xfa3783ce7c9b20fe220e1737c183d1bb, 'wp-content/plugins/duplicator-pro/src/Libs/Snap/FunctionalityCheck.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Libs/Snap/FunctionalityCheck.php', 0, 0xe11266aa7fad6de145fc5ba49dd9e4d5, 0xe11266aa7fad6de145fc5ba49dd9e4d5, 0x86b8a0306af832d442c12f6965590a70d452ea460d93232cbad890fec71d5dc8, '', 0, '?'),
(0x0f2a1b53c9a88f7b464784503a25644a, 'wp-content/plugins/duplicator-pro/src/Libs/Snap/Snap32BitSizeLimitException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Libs/Snap/Snap32BitSizeLimitException.php', 0, 0x5db1b25c29f199fedc51c951a54fa55a, 0x5db1b25c29f199fedc51c951a54fa55a, 0x1e8a529ce13f73b74915fe0fdacb50840b0146ce2723da31f714720334baa54f, '', 0, '?'),
(0xda9d872cf0c0c936d19c6d287f0acb40, 'wp-content/plugins/duplicator-pro/src/Libs/Snap/SnapCode.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Libs/Snap/SnapCode.php', 0, 0x710530d0fdc650a4ba75842bb62c35e5, 0x710530d0fdc650a4ba75842bb62c35e5, 0x9c6dcdba2bdfdd8b3c95f334608895472157cb40c4214a09aa42ccb643c866f9, '', 0, '?'),
(0x074b8d4b9fb5f7fb3c9776e08585d1f9, 'wp-content/plugins/duplicator-pro/src/Libs/Snap/SnapDB.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Libs/Snap/SnapDB.php', 0, 0x4831fb1715b460e56452ed7d4d4ff495, 0x4831fb1715b460e56452ed7d4d4ff495, 0x84e46a851d52df602d8e5bd0f24115d232867da79e419b7ce87f8c116b772615, '', 0, '?'),
(0xe66dcb154b79fbc3353ec798a5090c3c, 'wp-content/plugins/duplicator-pro/src/Libs/Snap/SnapIO.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Libs/Snap/SnapIO.php', 0, 0x6812d4264faa46dedae461fd6ffd8d3c, 0x6812d4264faa46dedae461fd6ffd8d3c, 0x9905753dcec7f802199fd49355e3271211ddd4ee5ec28b0a4c36206439de5f30, '', 0, '?'),
(0x78bb4f7ebcfe363c75775f8eecbb23df, 'wp-content/plugins/duplicator-pro/src/Libs/Snap/SnapJson.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Libs/Snap/SnapJson.php', 0, 0xced54f00f1545567537d31e0ac458759, 0xced54f00f1545567537d31e0ac458759, 0x1cec1a9fe6d417e39b3067de0b6952d19f329bc9ffd4d9fbf3486a855e05add3, '', 0, '?'),
(0x3b35931d1e41fcf40e85b41023f728f0, 'wp-content/plugins/duplicator-pro/src/Libs/Snap/SnapLog.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Libs/Snap/SnapLog.php', 0, 0xc8e3c1008737e9ba148b3933bb9b52fd, 0xc8e3c1008737e9ba148b3933bb9b52fd, 0x235f1805055ba4f1fb85d31ebac27ef180755bbfe94a4af052a4258dcdbe914e, '', 0, '?'),
(0x1e7cab368a51c6c6f386dda7fb27c4b0, 'wp-content/plugins/duplicator-pro/src/Libs/Snap/SnapOS.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Libs/Snap/SnapOS.php', 0, 0x03b6dc3cb98ca0ad6e75759b48a0312b, 0x03b6dc3cb98ca0ad6e75759b48a0312b, 0x9c2bf64701bec2b6ac5985019dfbdc0cd4a2b0f26df96baf2d860f064f6a1e5a, '', 0, '?'),
(0xb09ecfc4787b3fe706e7c725c005c0a4, 'wp-content/plugins/duplicator-pro/src/Libs/Snap/SnapOrigFileManager.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Libs/Snap/SnapOrigFileManager.php', 0, 0xb20f8f83e44498c60baad4ce29b7f652, 0xb20f8f83e44498c60baad4ce29b7f652, 0xfbb234b0438e384f002b8974bb510c65104a251aaefaba4415d8b727c22fd959, '', 0, '?'),
(0xfe775c73f8610696e4d2e86159dc9a9f, 'wp-content/plugins/duplicator-pro/src/Libs/Snap/SnapString.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Libs/Snap/SnapString.php', 0, 0x5950181e57a889122e23104457ccbcd1, 0x5950181e57a889122e23104457ccbcd1, 0x8626d923b70ca3672109090c1155746b6a0af239000ba706efaa50955faf2f6e, '', 0, '?'),
(0x82f4f2d77946f38e3fa85667ada1b2bd, 'wp-content/plugins/duplicator-pro/src/Libs/Snap/SnapURL.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Libs/Snap/SnapURL.php', 0, 0x10dd585d3ce87c4dc4ca232ad4258f6d, 0x10dd585d3ce87c4dc4ca232ad4258f6d, 0xf7fccf525e1c15f9be26e65d30b8bb2ed6ab34eedacecb90cd0aaba368f6e523, '', 0, '?'),
(0xe4cc060d177ca3e86f5eaee0b81d2315, 'wp-content/plugins/duplicator-pro/src/Libs/Snap/SnapUtil.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Libs/Snap/SnapUtil.php', 0, 0x5dc84e433338f505afc5479c8b704f03, 0x5dc84e433338f505afc5479c8b704f03, 0x5e4b76ff933f85f777bb61c86a9266b15ab54b3033a1e433e6e6c212bd9f910b, '', 0, '?'),
(0xf863cbbd591850f0e6e4850256f8c36b, 'wp-content/plugins/duplicator-pro/src/Libs/Snap/SnapWP.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Libs/Snap/SnapWP.php', 0, 0xceee750297aa5e6e923fc95587d7d342, 0xceee750297aa5e6e923fc95587d7d342, 0x868ec9397c4b17d6b9e2e1de4fef4b5f179b5050896ddcf4f14dd1513491a21e, '', 0, '?'),
(0x2e0de825434418c66865426be4072990, 'wp-content/plugins/duplicator-pro/src/Libs/Snap/TraitAccessPrivate.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Libs/Snap/TraitAccessPrivate.php', 0, 0x2ff45c0c3d838def3390ae4a0051214d, 0x2ff45c0c3d838def3390ae4a0051214d, 0xe0abad34baabf5be78b7187aacb823dfe6cae7659b5598190e6073314b8bce05, '', 0, '?'),
(0xc4b48c969e26e3de55aa4504ad0aeb17, 'wp-content/plugins/duplicator-pro/src/Libs/Snap/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Libs/Snap/index.php', 0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x40ebd236cce9b100c6ef2fe588ae8e7e, 'wp-content/plugins/duplicator-pro/src/Libs/Snap/wordpress_core_files.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Libs/Snap/wordpress_core_files.php', 0, 0x43acc1e29038b69b6d866969ed18b514, 0x43acc1e29038b69b6d866969ed18b514, 0x07662fd18c99080b969190ea745f8fcba9b012de149c59b89465f4f92597254d, '', 0, '?'),
(0x520c9068979ac92d8807b5871ec0bb28, 'wp-content/plugins/duplicator-pro/src/Libs/WpConfig/WPConfigTransformer.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Libs/WpConfig/WPConfigTransformer.php', 0, 0xa99fa8cd98670c3c68fa925206cd11e6, 0xa99fa8cd98670c3c68fa925206cd11e6, 0xbb561eec85c71e2835d1ff0027d57a7805916c459e37decce376dff6069a81d4, '', 0, '?'),
(0xc65d78766c3154573bb950364e52f5be, 'wp-content/plugins/duplicator-pro/src/Libs/WpConfig/WPConfigTransformerSrc.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Libs/WpConfig/WPConfigTransformerSrc.php', 0, 0x0f6e7b9834bc8947c800ae78b5681f7d, 0x0f6e7b9834bc8947c800ae78b5681f7d, 0xd20bcb816556f45c3abd6fd63768cb178f6389b08c0fc68343bb81a378d0254a, '', 0, '?'),
(0x6e2c9a3d62e4cf7653cdfbca488dc2fa, 'wp-content/plugins/duplicator-pro/src/Models/RecommendedFix.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Models/RecommendedFix.php', 0, 0xa4c6e8ff03c4d8d719c8a7adb956505e, 0xa4c6e8ff03c4d8d719c8a7adb956505e, 0x83e673b1e4a3c08fac1865eaf350ce93e7bc8c7bf70fd3cdb38a7ad51e29a8f7, '', 0, '?'),
(0x7ca7c4800d94ec6d77167655e33ab8eb, 'wp-content/plugins/duplicator-pro/src/MuPlugin/MuBootstrap.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/MuPlugin/MuBootstrap.php', 0, 0xb90616d2a54fd476652b088fb293b31e, 0xb90616d2a54fd476652b088fb293b31e, 0x516aa2633bd330348b9c4792bb499cedbbc60e3ad3c8611cc7fcbc9eac0b42b3, '', 0, '?'),
(0xf4874e0f28b1da8290f3ed5662e196bb, 'wp-content/plugins/duplicator-pro/src/MuPlugin/MuGenerator.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/MuPlugin/MuGenerator.php', 0, 0xad9756b25b27ef44847b2af9c1db88b9, 0xad9756b25b27ef44847b2af9c1db88b9, 0x5b6a552b9224e2ebeafab3d788ab7081de0c9a037fcac3c423e6f689899f96a1, '', 0, '?'),
(0x37cb469ed840104a46a87f84185f73e0, 'wp-content/plugins/duplicator-pro/src/Package/Create/BuildProgress.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Package/Create/BuildProgress.php', 0, 0x21af47d7fe76d6fd590e5f52895a0ea8, 0x21af47d7fe76d6fd590e5f52895a0ea8, 0xcac09741d4684e5b889667a65d29644f3c664933a1a4bcfd5216be4e95949d9f, '', 0, '?'),
(0xb58bd987019c3390e995bfd213efbdf0, 'wp-content/plugins/duplicator-pro/src/Package/Create/DatabaseInfo.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Package/Create/DatabaseInfo.php', 0, 0x4062b3c4c5b517e26b8839bd3c670fa1, 0x4062b3c4c5b517e26b8839bd3c670fa1, 0x16c7384502b1957fe8b57cc6e7d9ef3e8c624adb551235ab7195d100a718f5d2, '', 0, '?'),
(0x3b4be9f5881ddbdb343abfd3a01064bc, 'wp-content/plugins/duplicator-pro/src/Package/Create/DbBuildProgress.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Package/Create/DbBuildProgress.php', 0, 0x40f2e5480284ef2cc8ca53aeeaa6dd19, 0x40f2e5480284ef2cc8ca53aeeaa6dd19, 0x517d18b3a6618b6f37b98be1a871508d597670b4c0d3f1e944e3edf6feca61bd, '', 0, '?'),
(0x2e1828758ec3bcb2784ed69b50576ecc, 'wp-content/plugins/duplicator-pro/src/Package/Create/DupArchive/Logger.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Package/Create/DupArchive/Logger.php', 0, 0xde1eb0297d4b01002356089d547c8278, 0xde1eb0297d4b01002356089d547c8278, 0x6eb73d767c54e0193332a7eb452702f20e36310d8f8700ce4a9d0957cbecfeb2, '', 0, '?'),
(0x20f864602268f60055f417a63633a9ea, 'wp-content/plugins/duplicator-pro/src/Package/Create/DupArchive/PackageDupArchive.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Package/Create/DupArchive/PackageDupArchive.php', 0, 0x130d5f9a1c2b5599cdda0e786b3b8b19, 0x130d5f9a1c2b5599cdda0e786b3b8b19, 0x6fbbded3c25dd98b6313b51d323845475049b7ebfb9452b7132e5a179bb54e30, '', 0, '?'),
(0xf5b9e222f850a2fc1577cda9a4afe238, 'wp-content/plugins/duplicator-pro/src/Package/Create/DupArchive/PackageDupArchiveCreateState.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Package/Create/DupArchive/PackageDupArchiveCreateState.php', 0, 0x0edf62209b04993e52bd7315f0fe3e3b, 0x0edf62209b04993e52bd7315f0fe3e3b, 0x6d81cf63627a3d3a8f87fe21d03c69a51c2370f8a3e385a4181a22a1a0a203c7, '', 0, '?'),
(0xd6d40150421c7a089cee01620a1ba097, 'wp-content/plugins/duplicator-pro/src/Package/Create/DupArchive/PackageDupArchiveExpandState.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Package/Create/DupArchive/PackageDupArchiveExpandState.php', 0, 0x650458bd21c8ec6a5afa29c7186fe8dd, 0x650458bd21c8ec6a5afa29c7186fe8dd, 0xc08817b10097366061b42b3c74a67d8002ac1ea861b1279fd802db2caf4bbe7c, '', 0, '?'),
(0xa3b361580aea69738edc5811fe12538f, 'wp-content/plugins/duplicator-pro/src/Package/Recovery/RecoveryStatus.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Package/Recovery/RecoveryStatus.php', 0, 0xd6dcf1d3f512d8d09d5c252506b92d8a, 0xd6dcf1d3f512d8d09d5c252506b92d8a, 0xa1503a46f381ba626f0f50310d41c56a6ec9d81e571449f7c51dae6d872d984a, '', 0, '?'),
(0x98ca421b9fe0ebbbcaf0b3f667639677, 'wp-content/plugins/duplicator-pro/src/Package/SettingsUtils.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Package/SettingsUtils.php', 0, 0x3b90bd11a2b3665c6d878c44fd29df82, 0x3b90bd11a2b3665c6d878c44fd29df82, 0x8066d7f328afe4b0e34e26b4fb6609a5312792b8ee291e16348b181c24be717c, '', 0, '?'),
(0xef8d7a856b39e5f2df19cd910355cc7d, 'wp-content/plugins/duplicator-pro/src/Package/Storage/AbstractStorage.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Package/Storage/AbstractStorage.php', 0, 0xe1a52b4d3ea56af2cbbe56510b294e0b, 0xe1a52b4d3ea56af2cbbe56510b294e0b, 0x080512d9c8201fe55a0331a4cf2f566ca9557ebebe88cba1fe90abbd2c3b9d8f, '', 0, '?'),
(0xe64ad745b4d52f0d33a81ddfeb5fdb6e, 'wp-content/plugins/duplicator-pro/src/Package/Storage/LocalStorage.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Package/Storage/LocalStorage.php', 0, 0x1bf09f1d99115c46628826b30f907c99, 0x1bf09f1d99115c46628826b30f907c99, 0xa320f4781d68fc246379aaa7df7c7f96c1b46f55dbc14b664fd90e1af5fcd0ff, '', 0, '?'),
(0xc92e190c2ef21059443b38e1454e090e, 'wp-content/plugins/duplicator-pro/src/Package/Storage/StorageUploadChunkFiles.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Package/Storage/StorageUploadChunkFiles.php', 0, 0xb18ec07289796dd2e6c91aba13115eaf, 0xb18ec07289796dd2e6c91aba13115eaf, 0x41d8546f5cf852369f9003920c54dec73a35487198839d9ea7b81f839d0dd132, '', 0, '?'),
(0x309706314bbe934637dc225609e2cdcb, 'wp-content/plugins/duplicator-pro/src/Package/Storage/UploadPackageFilePersistanceAdapter.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Package/Storage/UploadPackageFilePersistanceAdapter.php', 0, 0xb5831c58e8538fac275dacd61e3189ae, 0xb5831c58e8538fac275dacd61e3189ae, 0xea6148491dfd920ddec2afbc87f9fdc91338cd0f2271759f66d8d7397916fbeb, '', 0, '?'),
(0x1f25fbf6e753f82e05227afa2a5e3dee, 'wp-content/plugins/duplicator-pro/src/Pro/Requirements.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Pro/Requirements.php', 0, 0xb19bc84e3611661e87e0482b270b877f, 0xb19bc84e3611661e87e0482b270b877f, 0x78b7dd4f7688b97b9f8de153735fbe5388ac4833b9391049866e07c641e31c73, '', 0, '?'),
(0x2c9ec9ffc2470370576f00c11bb9ffc8, 'wp-content/plugins/duplicator-pro/src/RESTPoints/SubsiteActions.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/RESTPoints/SubsiteActions.php', 0, 0x2cdee668119707ce2f588c86431368fc, 0x2cdee668119707ce2f588c86431368fc, 0x0ee9debd27baeaa6edc804ba68aba02e4dce95695cdaea42cf6882187a50c91b, '', 0, '?'),
(0x0a071c27a9d020385a3d84f7a0b106ab, 'wp-content/plugins/duplicator-pro/src/RESTPoints/Versions.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/RESTPoints/Versions.php', 0, 0xc3c8f05f119955bf62f34b7c7afc1f8a, 0xc3c8f05f119955bf62f34b7c7afc1f8a, 0x84327af9bbb689a4e727e0985e4bb07772816e1590f1c0bb2ccb1410ac31fd1c, '', 0, '?'),
(0x08a5c8764c7633e3b32cb7e47ea02630, 'wp-content/plugins/duplicator-pro/src/Utils/Autoloader.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Utils/Autoloader.php', 0, 0xa55dab57822a5aa2bc614942eb02c7ec, 0xa55dab57822a5aa2bc614942eb02c7ec, 0x624e36ab563a8dacd1130bc6cc3de758cac9e0fb96fc01638e24232aeee98f5d, '', 0, '?'),
(0xb53ded22cc74cb5b0530074f524f9e35, 'wp-content/plugins/duplicator-pro/src/Utils/CachesPurge/CacheItem.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Utils/CachesPurge/CacheItem.php', 0, 0x0da555d9c0e9de24d7bf444ad8250686, 0x0da555d9c0e9de24d7bf444ad8250686, 0x5a5bbf5b07dd721ae74fd23ec811509091db2dd001f8729fd49c82e166411844, '', 0, '?'),
(0x120d3ffe9e81b7f059df51c4bde99f5a, 'wp-content/plugins/duplicator-pro/src/Utils/CachesPurge/CachesPurge.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Utils/CachesPurge/CachesPurge.php', 0, 0xa2a7f86b29d941b401ab371f4d195579, 0xa2a7f86b29d941b401ab371f4d195579, 0x951609d09977c042fe5bf6b5ac901b0d231386052843b7a4ec617d12ec3a691d, '', 0, '?'),
(0x979dbf830aac464774daa38d4d57c79b, 'wp-content/plugins/duplicator-pro/src/Utils/Crypt/CryptBlowfish.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Utils/Crypt/CryptBlowfish.php', 0, 0xfd00c9907101d915a8855ff48ef7d848, 0xfd00c9907101d915a8855ff48ef7d848, 0x2707a9d0d450725a2606befb2bde6ec74dc3384e382a6c5c6017beb8b82daba2, '', 0, '?'),
(0xa639e0c8474172cfeed1ee127803c9e7, 'wp-content/plugins/duplicator-pro/src/Utils/Crypt/CryptCustom.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Utils/Crypt/CryptCustom.php', 0, 0x35f70132e3515792dd89387d9c48600e, 0x35f70132e3515792dd89387d9c48600e, 0x75dd49b202df29ac8ba4d55b03dacddcd0a4a253209684dbcdbb09250f83296d, '', 0, '?'),
(0x48f7acc511d8c423834392064a41448b, 'wp-content/plugins/duplicator-pro/src/Utils/Crypt/CryptInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Utils/Crypt/CryptInterface.php', 0, 0x0fbf92460e0f21495825a45baa0d4ea2, 0x0fbf92460e0f21495825a45baa0d4ea2, 0x16012e2c430fa6a369119b979167033c37cc79a8510a98ad9887288fd1e53aa2, '', 0, '?'),
(0x498d17a9179d63f3d6cb289daa721d68, 'wp-content/plugins/duplicator-pro/src/Utils/DuplicatorPhpVersionCheck.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Utils/DuplicatorPhpVersionCheck.php', 0, 0x37f8dccccc6f4cb9ca6cd03585c36d78, 0x37f8dccccc6f4cb9ca6cd03585c36d78, 0x810d65edae88ed59ed2cbeee6fdba72bcd3b1b2d3365fad0a6b5e88daad4ac3e, '', 0, '?'),
(0x71042be9a0a35de51fb96e37285ad653, 'wp-content/plugins/duplicator-pro/src/Utils/Exceptions/ChunkingTimeoutException.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Utils/Exceptions/ChunkingTimeoutException.php', 0, 0x970c47fb4dbe9cfca92dc2701acba46c, 0x970c47fb4dbe9cfca92dc2701acba46c, 0xc181b222d57f1657ee8cecc242e9cfc424f966b48646436c87156efa7f9997a0, '', 0, '?'),
(0x350965aca3a3bc905bca10bbb1dc0d48, 'wp-content/plugins/duplicator-pro/src/Utils/ExpireOptions.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Utils/ExpireOptions.php', 0, 0x0a6baca59f405d62fd55893d27a2c5eb, 0x0a6baca59f405d62fd55893d27a2c5eb, 0xb16dfe15cc2fa93e02e3878f039ef61eb4467a9660790e1e3dc5dec8713b6710, '', 0, '?'),
(0x33730a4bfd3cf58c328693b9e36d2a6f, 'wp-content/plugins/duplicator-pro/src/Utils/GroupOptions.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Utils/GroupOptions.php', 0, 0x738907ec968ae1afc5d5f27a9de89544, 0x738907ec968ae1afc5d5f27a9de89544, 0x829108217f8a7bd8db51f14d21c9a6470836f03546a29610d640c2cd78f23793, '', 0, '?'),
(0xae6fe7fcf68cacdc9836ae581b7c7c23, 'wp-content/plugins/duplicator-pro/src/Utils/HTTP/DynamicChunkRequests.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Utils/HTTP/DynamicChunkRequests.php', 0, 0x8ef628dc177c6db5e8248eec52fbdad3, 0x8ef628dc177c6db5e8248eec52fbdad3, 0xf4a1d1d1cdfae15d3b015efc2ad737235832253981ac8fc092260c4e3cda5589, '', 0, '?'),
(0x9a111218ee7f9f20c79212374ea4bf74, 'wp-content/plugins/duplicator-pro/src/Utils/IncrementalStatusMessage.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Utils/IncrementalStatusMessage.php', 0, 0xafd47da4eee3e9e15d0e63bb42778866, 0xafd47da4eee3e9e15d0e63bb42778866, 0x21374fc4269118a48dbb56c5a06e52d363dae3c2a60d371ad4a249c39680e7f2, '', 0, '?'),
(0xa2e256e5f9a94dfb23d472f019434334, 'wp-content/plugins/duplicator-pro/src/Utils/Net/FTPUploadInfo.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Utils/Net/FTPUploadInfo.php', 0, 0x50dc67b4ef4b50df5fb3010261a3a22a, 0x50dc67b4ef4b50df5fb3010261a3a22a, 0x090b6ddbe7c21f834f377fea8b8accbc39ce86cf3372e8b3e6b12b07a908c1b2, '', 0, '?'),
(0x977f1c05c5fcfcc3771fcbd2400a420b, 'wp-content/plugins/duplicator-pro/src/Utils/PHPExecCheck.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Utils/PHPExecCheck.php', 0, 0x4bab9646b7f53d8e8e8fb2c07aea400e, 0x4bab9646b7f53d8e8e8fb2c07aea400e, 0xb88a40346a5580fa436c7b65583e0eefc3f8e3de558fbff981d893f465f5ad6b, '', 0, '?'),
(0xe649113b0d79391b94421d595bbb9678, 'wp-content/plugins/duplicator-pro/src/Utils/PathUtil.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Utils/PathUtil.php', 0, 0x67c31736a951c17123aaebc3fc6fefc8, 0x67c31736a951c17123aaebc3fc6fefc8, 0x46b256d9824166e894b458543e09fbd477074220c2327097658061e2b6189985, '', 0, '?'),
(0x029583c95356314a3fd1822643eb6cca, 'wp-content/plugins/duplicator-pro/src/Utils/SFTPAdapter.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Utils/SFTPAdapter.php', 0, 0x42dd1a048bdb54db7059f24d96720e79, 0x42dd1a048bdb54db7059f24d96720e79, 0x0b6df3267b13a35b5275e7afdf104e0ddf6e1c80deec9ad27dacd592edde3c85, '', 0, '?'),
(0x769ae70a8bb9724e83d23a0f698fbe95, 'wp-content/plugins/duplicator-pro/src/Utils/ZipArchiveExtended.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Utils/ZipArchiveExtended.php', 0, 0x3fd78d8b56ec0e30ad6dcb4dc5f4f684, 0x3fd78d8b56ec0e30ad6dcb4dc5f4f684, 0x92f13b2bb3800ac4146eab4a55e803d90e8809c31fad1ac7e1d7488f17378890, '', 0, '?'),
(0xcd5448c0b9e4f0e9d16d91ee0d3beb38, 'wp-content/plugins/duplicator-pro/src/Views/DashboardWidget.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Views/DashboardWidget.php', 0, 0x2ea2d5fcba8d1740b4cc53a52ff4a6bd, 0x2ea2d5fcba8d1740b4cc53a52ff4a6bd, 0x11efe9b0020f6b56539eb2d616cdec96eeac161959dd5e8a94fd927f4ff8e4c0, '', 0, '?'),
(0x8752ba6668f83cd81572a8f268523dcf, 'wp-content/plugins/duplicator-pro/src/Views/PackagesHelper.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/src/Views/PackagesHelper.php', 0, 0x291960dfa69f0438a59a6009f970d7d2, 0x291960dfa69f0438a59a6009f970d7d2, 0xce5c133b4507b59e37f0fd2a5e4216093befc5dfd52d81b7cd0123ad9d1bb05f, '', 0, '?'),
(0x486798ed54c87350dbe6d93293d0bdd1, 'wp-content/plugins/duplicator-pro/template/admin_pages/diagnostics/clean_tmp_cache_message.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/admin_pages/diagnostics/clean_tmp_cache_message.php', 0, 0xf06861ce3ea1cba172fb1e26839bf535, 0xf06861ce3ea1cba172fb1e26839bf535, 0xc709da4750d4ca2d0ccfa5314c20b0024eef37760e12b79518bfb609eedda649, '', 0, '?'),
(0xcadcfe4a3a8221589f8fef2f46c5485e, 'wp-content/plugins/duplicator-pro/template/admin_pages/diagnostics/purge_orphans_message.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/admin_pages/diagnostics/purge_orphans_message.php', 0, 0x8c12b99b4ce80cf8cf7126a62a962723, 0x8c12b99b4ce80cf8cf7126a62a962723, 0x606555eea2402966feeda0e802f4a3e620e7e4b423f5f7800fc563a8a0d12c91, '', 0, '?'),
(0x5e98b3ab350f8375099c9982351cff93, 'wp-content/plugins/duplicator-pro/template/admin_pages/import/import-help-default.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/admin_pages/import/import-help-default.php', 0, 0x1d4f8c268811a4f672e4627943103b69, 0x1d4f8c268811a4f672e4627943103b69, 0x5ba10c0680fec3943ad07b05a5f6112d299169aa4857f3276653d75d6377c1a0, '', 0, '?'),
(0x3a3dc0c3c333bb525cca582115a71f86, 'wp-content/plugins/duplicator-pro/template/admin_pages/import/import-help-details.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/admin_pages/import/import-help-details.php', 0, 0xfe6f4d4d39ba72927a1e9a05320ac2c7, 0xfe6f4d4d39ba72927a1e9a05320ac2c7, 0xc6506fdbdb80b5f384ad665c2fd266290dce64f5c329024d755f0ce596616253, '', 0, '?'),
(0x914632b5ca928888fc0eaf1635103fbe, 'wp-content/plugins/duplicator-pro/template/admin_pages/import/import-help-sidebar.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/admin_pages/import/import-help-sidebar.php', 0, 0x8ed7bc762bf538257c7175aec5e2249b, 0x8ed7bc762bf538257c7175aec5e2249b, 0x10f5eaa7affbc6e0b7d646a6a349098d796a5f702c3333233d5e47d591bc91dd, '', 0, '?'),
(0x12d4d7f25bbfc55655931b576a8883cb, 'wp-content/plugins/duplicator-pro/template/admin_pages/import/import-installer-error.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/admin_pages/import/import-installer-error.php', 0, 0x5c73931656c9145a76cac0fbf14d4974, 0x5c73931656c9145a76cac0fbf14d4974, 0x55ecb4a150ec76668990ac0a27fce76e1e28408d2895ba0ab7478a31d79c47d0, '', 0, '?'),
(0x4a3f5706ad6def61a922efc38a69c217, 'wp-content/plugins/duplicator-pro/template/admin_pages/import/import-installer.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/admin_pages/import/import-installer.php', 0, 0x6e211cb59b9a012765dc470594d590fd, 0x6e211cb59b9a012765dc470594d590fd, 0x27059a95298277063362b3e072ae63da40067662b01f35bfdfd1175c543c39bf, '', 0, '?'),
(0x127e7c0a1607ddaace848a6f63533cdf, 'wp-content/plugins/duplicator-pro/template/admin_pages/import/import-message-upload-error.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/admin_pages/import/import-message-upload-error.php', 0, 0xa1a008a84f33235e0401f47800842e6d, 0xa1a008a84f33235e0401f47800842e6d, 0xaa538b5714c96734fc11bdabd25df791225dae7510d56d673b1b5a1fc5d57388, '', 0, '?'),
(0xfd32561692d9b6fdcfb0c32e14cba896, 'wp-content/plugins/duplicator-pro/template/admin_pages/import/import-package-details.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/admin_pages/import/import-package-details.php', 0, 0x8062fb08250c803141f92645c730ebf7, 0x8062fb08250c803141f92645c730ebf7, 0x0ceca715cb79a73392a35e307510499018d8377fad42a65a8612db6a6281a8ce, '', 0, '?'),
(0xd8cbd265d0ab1883c51eabadf876ecdd, 'wp-content/plugins/duplicator-pro/template/admin_pages/import/import-scripts.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/admin_pages/import/import-scripts.php', 0, 0xc1d646a96411bbd8a8c2edd4c344fd52, 0xc1d646a96411bbd8a8c2edd4c344fd52, 0xaa61f5c71322fd781a5e973b034064f080cfef579f5f821bc2cd12135be0a556, '', 0, '?'),
(0xd10a48ceb30884d15f63536fd7c8f849, 'wp-content/plugins/duplicator-pro/template/admin_pages/import/import-step2.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/admin_pages/import/import-step2.php', 0, 0x83d3241609ec3d20db4d3c4519bf3134, 0x83d3241609ec3d20db4d3c4519bf3134, 0x511d1e3dbe61eeafe605501ad75530832c018a7ac573141531c1508b7e8a374d, '', 0, '?'),
(0x9f0694ce4a836750d20465f65b8675e9, 'wp-content/plugins/duplicator-pro/template/admin_pages/import/import.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/admin_pages/import/import.php', 0, 0x9010a3ae423b53cd4df5ea83a0a5f6e8, 0x9010a3ae423b53cd4df5ea83a0a5f6e8, 0x5c4c3af847e2aee4b028e25cccc2a02d9858798231620b53666bbb8d69131059, '', 0, '?'),
(0x26cd9898f14e6601cc3aed9321f6ac23, 'wp-content/plugins/duplicator-pro/template/admin_pages/import/step1/add-file-area.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/admin_pages/import/step1/add-file-area.php', 0, 0x5be1ff1b771c35027bd56d2ebc3ee2fd, 0x5be1ff1b771c35027bd56d2ebc3ee2fd, 0x1754ef46faaa3513af65be58e95cad254ab7a98d41543316a1c1770cb1b48c8a, '', 0, '?'),
(0xe64039b34278bde9efea54192a5db192, 'wp-content/plugins/duplicator-pro/template/admin_pages/import/step1/import-step1.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/admin_pages/import/step1/import-step1.php', 0, 0x575c34b355e24899b9ccf45a406e62eb, 0x575c34b355e24899b9ccf45a406e62eb, 0xfc07e4563fb9d9d2a1b69a74495a1628b9adac838e9b2b441494c032228425c7, '', 0, '?'),
(0x892c02a399629c681064b71dbee7fcd2, 'wp-content/plugins/duplicator-pro/template/admin_pages/import/step1/message-view-mode-switch.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/admin_pages/import/step1/message-view-mode-switch.php', 0, 0xc01de574a99144a116634ee2039b6b88, 0xc01de574a99144a116634ee2039b6b88, 0x7431018c5142629461f424ffb6f6a806cd8cb145647835a080a300079c4c19d1, '', 0, '?'),
(0xaf7ad45b2ffc900a6379d3d164c04fec, 'wp-content/plugins/duplicator-pro/template/admin_pages/import/step1/package-row-no-found.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/admin_pages/import/step1/package-row-no-found.php', 0, 0xd8524c6121e548f29359a58bb7174381, 0xd8524c6121e548f29359a58bb7174381, 0xeaaaa0d070fe129745ca9f2e1e467fb3f97159c4d641fc36443014857df79452, '', 0, '?'),
(0x84f0f71e49ef86413f039ddb3e51cb66, 'wp-content/plugins/duplicator-pro/template/admin_pages/import/step1/package-row.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/admin_pages/import/step1/package-row.php', 0, 0x06cbb8d05be06d86869d1deb4fc73d9b, 0x06cbb8d05be06d86869d1deb4fc73d9b, 0x5019c5743abf3e15ca7385204df48ebed275738bf1f2c8c49763d05619c021ae, '', 0, '?'),
(0xa0feb096094ce50a172311e81ea8f5f2, 'wp-content/plugins/duplicator-pro/template/admin_pages/import/step1/packages-list.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/admin_pages/import/step1/packages-list.php', 0, 0xf02b47a2e12c41947589375bfa2da8ae, 0xf02b47a2e12c41947589375bfa2da8ae, 0x6b1b3f787b8c2d655fda56a228123e5e70a3f44387ca351e7812980a42d71dee, '', 0, '?'),
(0x43cb67e409b56df71d3c4e791d605a89, 'wp-content/plugins/duplicator-pro/template/admin_pages/import/step1/views-and-options.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/admin_pages/import/step1/views-and-options.php', 0, 0xc378cda4361365b962a57fd42b4bb110, 0xc378cda4361365b962a57fd42b4bb110, 0xbd907d3c713b94b3362e3af227c74e3e9f7e81e923c19833995b0953f0d050f7, '', 0, '?'),
(0xfc684d5e427a6452ea3825dc6535660b, 'wp-content/plugins/duplicator-pro/template/admin_pages/packages/details/detail.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/admin_pages/packages/details/detail.php', 0, 0x15f2ff93537d9cc43a6d8f496e8698f7, 0x15f2ff93537d9cc43a6d8f496e8698f7, 0xe8179a0f17ada4ffef37674aa8242df3739a469b63197650a96a4a31a3d79d98, '', 0, '?'),
(0xac68bd2901921788950cc547131c811e, 'wp-content/plugins/duplicator-pro/template/admin_pages/packages/details/details_header.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/admin_pages/packages/details/details_header.php', 0, 0x18815ed546608c324399678e2659394e, 0x18815ed546608c324399678e2659394e, 0x0e4ef8d20cc50b0591ef427a822f921b822888a09152406d57ba9ca333e8502f, '', 0, '?'),
(0x7f547bbf883f1cf5b552fdd58e144f9e, 'wp-content/plugins/duplicator-pro/template/admin_pages/packages/details/no_package_found.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/admin_pages/packages/details/no_package_found.php', 0, 0x81aac2c6b956018409c675bbaef1b0a4, 0x81aac2c6b956018409c675bbaef1b0a4, 0x895e0f6d038c44fba81f003b12226d61544636615657d77d39879939305d18fb, '', 0, '?'),
(0xbd4887a68a74f43f0dd4d42c8f16cc3e, 'wp-content/plugins/duplicator-pro/template/admin_pages/packages/details/transfer.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/admin_pages/packages/details/transfer.php', 0, 0xb1a363c22818e711d3dc0550aea7f548, 0xb1a363c22818e711d3dc0550aea7f548, 0x0cdb1109fa11be9bb526a8ebf5bd05b5897c72a60c4a083745d2906ca0f51c5e, '', 0, '?'),
(0xfcd80c526b25a93f37b36dacd2ad532a, 'wp-content/plugins/duplicator-pro/template/admin_pages/packages/no_elements_row.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/admin_pages/packages/no_elements_row.php', 0, 0x1ebf97e39bee92964c07f30b9cf2919d, 0x1ebf97e39bee92964c07f30b9cf2919d, 0xe206b96a36c19eb500bfec0d51448a14a3347aa00c4270135f95c119feaf187d, '', 0, '?'),
(0x011a5003d77af080daee0bd440ecdc3d, 'wp-content/plugins/duplicator-pro/template/admin_pages/packages/package_row.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/admin_pages/packages/package_row.php', 0, 0x1f952b069fe20f51584b7fa485228134, 0x1f952b069fe20f51584b7fa485228134, 0x2de65fd6a19ed79efbd1e5f0e0988e0d106dfa4a62c25aa2c6769801bf8c1f33, '', 0, '?'),
(0x2fa7daddd8542a7f4f5d1224d5cd6e50, 'wp-content/plugins/duplicator-pro/template/admin_pages/packages/packages_overview_help.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/admin_pages/packages/packages_overview_help.php', 0, 0xe0f010e55430e922c0d3b23ad4f97ca1, 0xe0f010e55430e922c0d3b23ad4f97ca1, 0xa1435522ddd5159dc934e2b314d202c9389dd21ddc0a9d1c5991e09f856ffab2, '', 0, '?'),
(0xc14d7390b6ffff4f7a5e5563cf991715, 'wp-content/plugins/duplicator-pro/template/admin_pages/packages/packages_scripts.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/admin_pages/packages/packages_scripts.php', 0, 0xb659ec9f0d677a8930c0414f37570a0d, 0xb659ec9f0d677a8930c0414f37570a0d, 0xf46e13876d53ad4f24a54ec31903b15099e9b49869c96bf17a4dbd0e6e78a9c8, '', 0, '?'),
(0x0a834120d4b5a98e928bf568112d48f9, 'wp-content/plugins/duplicator-pro/template/admin_pages/packages/packages_table_foot.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/admin_pages/packages/packages_table_foot.php', 0, 0x46e2dbc5f4f35026afd4032954261aa6, 0x46e2dbc5f4f35026afd4032954261aa6, 0x028215655c8f6eb0a93f10078ee1b94832c000e55301f48e1892fb8224aae42c, '', 0, '?'),
(0x3015a413a74e2111c097ba9a41803723, 'wp-content/plugins/duplicator-pro/template/admin_pages/packages/packages_table_head.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/admin_pages/packages/packages_table_head.php', 0, 0x467fa3695bcd6ef1f9e730faaddc7ae9, 0x467fa3695bcd6ef1f9e730faaddc7ae9, 0x4d2318003d7822fee4b58c21d23b3be8ab08a31e73b98647c36b38f50f751c3c, '', 0, '?'),
(0x65d7c8b85d2cab38bc6ca986c4334b96, 'wp-content/plugins/duplicator-pro/template/admin_pages/packages/recovery_info/info.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/admin_pages/packages/recovery_info/info.php', 0, 0xcd0f0fb43c51d143dba9e1275e852949, 0xcd0f0fb43c51d143dba9e1275e852949, 0x5c5da927a9529e2f282b1f994793446435c132e5ccb7fa6ff3b3d58ebb8403bb, '', 0, '?'),
(0xa3a1b6be8a4a135b5104058fcbce06ce, 'wp-content/plugins/duplicator-pro/template/admin_pages/packages/recovery_info/no_recovery_set.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/admin_pages/packages/recovery_info/no_recovery_set.php', 0, 0xc21348cbcece82ee1775eb22ef2f8639, 0xc21348cbcece82ee1775eb22ef2f8639, 0x5b9e9a3b42c66122eb14dcf5e011285fbe53c33368ef87e8ba2eea076bfee1ea, '', 0, '?'),
(0x4b5e3512c330e0722d97cdadfabd2a38, 'wp-content/plugins/duplicator-pro/template/admin_pages/packages/recovery_info/row_recovery_box.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/admin_pages/packages/recovery_info/row_recovery_box.php', 0, 0xfd288850a7fcc0192c4326b238e38fd4, 0xfd288850a7fcc0192c4326b238e38fd4, 0x71664559984f146ea200defcc635fd769b1a9b2ed32521985b3e46de2458481c, '', 0, '?'),
(0x25d2e27257acdccb64e1b0e8d2ffa86d, 'wp-content/plugins/duplicator-pro/template/admin_pages/packages/recovery_info/row_recovery_box_available.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/admin_pages/packages/recovery_info/row_recovery_box_available.php', 0, 0x0a0990d5960117394c115c30f88d8dcc, 0x0a0990d5960117394c115c30f88d8dcc, 0xb10a8e094216313bd42d67fa143340ef38d81257fd265da99c70e85b7e1b7a60, '', 0, '?'),
(0x08331e9ab6b363e2795cec2d740b7d9d, 'wp-content/plugins/duplicator-pro/template/admin_pages/packages/recovery_info/row_recovery_box_unavailable.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/admin_pages/packages/recovery_info/row_recovery_box_unavailable.php', 0, 0xa878540893709461b94fece6df7b56e9, 0xa878540893709461b94fece6df7b56e9, 0x81acc4ff1bf56d7c632164d6fc3b08f960bfa23ae9f0160748e565b222154124, '', 0, '?'),
(0x1cbcb296ead6f17a15cb64b3bfe1561d, 'wp-content/plugins/duplicator-pro/template/admin_pages/packages/row_parts/details_download_block.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/admin_pages/packages/row_parts/details_download_block.php', 0, 0x526af3a4354f6cfe7cdd5ba4c3558aff, 0x526af3a4354f6cfe7cdd5ba4c3558aff, 0x118d1d143acfac83fe245cb097ba9262cd50604bc2c53a5883ed54d006b8b575, '', 0, '?'),
(0x03c3ed0909b76a66ec189b9c8af75368, 'wp-content/plugins/duplicator-pro/template/admin_pages/packages/row_parts/details_package.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/admin_pages/packages/row_parts/details_package.php', 0, 0xcb6f7f919feee92b151fe300cb1be363, 0xcb6f7f919feee92b151fe300cb1be363, 0xac9f4d0ca43b7128d7b8a594d97c157500999d26454f6cfd29d38e9f8ac4ed7b, '', 0, '?'),
(0x27fd1a34716d7bc3578efd04ffd8ecba, 'wp-content/plugins/duplicator-pro/template/admin_pages/packages/row_parts/download_buttons.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/admin_pages/packages/row_parts/download_buttons.php', 0, 0xc971b9467e45749e15b216f3f3cd2c79, 0xc971b9467e45749e15b216f3f3cd2c79, 0x7f8dc6e209781535671b57ed1059beafd65d5929fc67cfa2686e0a3b7f028669, '', 0, '?'),
(0x90ad709c86e8aded45426f8ea8073a78, 'wp-content/plugins/duplicator-pro/template/admin_pages/packages/row_parts/storages_buttons.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/admin_pages/packages/row_parts/storages_buttons.php', 0, 0x13b533e2b82041fb2a0060eb544d6edb, 0x13b533e2b82041fb2a0060eb544d6edb, 0x2ff7e47be1e93943688d1f5fbbcb80ebff1b13b22319a5b57131d9f8408840ff, '', 0, '?'),
(0x0e520f4dff65d6823c322c4cd24e0993, 'wp-content/plugins/duplicator-pro/template/admin_pages/packages/setup/archive-filter-db-tab.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/admin_pages/packages/setup/archive-filter-db-tab.php', 0, 0x57e7f49a10f468d403d30201c0dcd14d, 0x57e7f49a10f468d403d30201c0dcd14d, 0x9247e499b1238012e03d989058bfa66e594b524925d3169cec977266fff6b2a6, '', 0, '?'),
(0xdaec47626dec01408cc65b74e8bca7ce, 'wp-content/plugins/duplicator-pro/template/admin_pages/packages/setup/archive-filter-files-tab.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/admin_pages/packages/setup/archive-filter-files-tab.php', 0, 0xeaef2c82d010900db46bcb7e4d316066, 0xeaef2c82d010900db46bcb7e4d316066, 0x9fa60642884fc80420ba57c69b09c6d252e86a24b702a29da944b8b66706b0d1, '', 0, '?'),
(0x4cbe30c89b9635befc8f1fd1f339c452, 'wp-content/plugins/duplicator-pro/template/admin_pages/packages/setup/archive-filter-mu-tab.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/admin_pages/packages/setup/archive-filter-mu-tab.php', 0, 0xd7435a8dd04043032966b2a59f8b6ce0, 0xd7435a8dd04043032966b2a59f8b6ce0, 0x922b80f7cb256be0bda6545b3d892d867bd2636e373d8af93a9515c9ea09ffbc, '', 0, '?'),
(0x3e3c71f84ee22094fcdd4084a90423f3, 'wp-content/plugins/duplicator-pro/template/admin_pages/packages/setup/archive-setup-tab.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/admin_pages/packages/setup/archive-setup-tab.php', 0, 0x951b05235c9b57439e14f49b5212ac27, 0x951b05235c9b57439e14f49b5212ac27, 0x4c18514adf799f654ae78af5473d1a627b2f6187c24cbdf458ce78ad5eaa41da, '', 0, '?'),
(0x6fa29d9a347d083cc08fc4d953c7e7c5, 'wp-content/plugins/duplicator-pro/template/admin_pages/packages/setup/security-tooltip-content.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/admin_pages/packages/setup/security-tooltip-content.php', 0, 0x783c6e34e1cd040439f8d5e23229ec37, 0x783c6e34e1cd040439f8d5e23229ec37, 0x1519a5a114397189bc2d44b21e217fadac4961eac0b7c8b35b66e361e274a3f4, '', 0, '?'),
(0xbc746f7547abe140d9515872900c2783, 'wp-content/plugins/duplicator-pro/template/admin_pages/packages/toolbar.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/admin_pages/packages/toolbar.php', 0, 0x99c33f46537584faa9dddbca04df64fb, 0x99c33f46537584faa9dddbca04df64fb, 0x70e3df01344474cbd2f589180d7f2c3b84edf9f2be73b781ee3c849a99ee2221, '', 0, '?'),
(0x74af0af3df49465ca92903be1c70b951, 'wp-content/plugins/duplicator-pro/template/admin_pages/schedules/schedule_edit.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/admin_pages/schedules/schedule_edit.php', 0, 0x4dddd2dce9fa650a5e99ad2aef265134, 0x4dddd2dce9fa650a5e99ad2aef265134, 0x297e1b86e31a0316539a3763862d0f43d7516be348f1ea528a2c2ec0a5b4fed6, '', 0, '?'),
(0xe5f7f0d6800b045d95f37e5fefb03399, 'wp-content/plugins/duplicator-pro/template/admin_pages/schedules/schedule_list.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/admin_pages/schedules/schedule_list.php', 0, 0x8ac70e4d6555e6a6efa4570125bf7df2, 0x8ac70e4d6555e6a6efa4570125bf7df2, 0x86fd30d3259808f0dd37b214e0a977a87af0badaf4193f749fcf5b9f8e81c97e, '', 0, '?'),
(0x03fe5cf4c864f6b80f61da9ebce77af6, 'wp-content/plugins/duplicator-pro/template/admin_pages/settings/capabilities/capabilites.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/admin_pages/settings/capabilities/capabilites.php', 0, 0xe10af05f2795778421b9412e190bf557, 0xe10af05f2795778421b9412e190bf557, 0x5f8163f701258d7cca41bd463cd53862b8c2a74ec831067489d403021820823e, '', 0, '?'),
(0xac472fa4f63e34c7f3cad071c132b93f, 'wp-content/plugins/duplicator-pro/template/admin_pages/settings/capabilities/capabilites_info_tooltip.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/admin_pages/settings/capabilities/capabilites_info_tooltip.php', 0, 0xb6a9ac6ced7ee078476b2fb93cea2986, 0xb6a9ac6ced7ee078476b2fb93cea2986, 0xb163bdba2b5e86bccd710e32180f9dfedd493d9bf9f2a08fbd7f759395bac3d8, '', 0, '?'),
(0x78419e3924670a650550f986a3707ce7, 'wp-content/plugins/duplicator-pro/template/admin_pages/settings/capabilities/no_license_message.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/admin_pages/settings/capabilities/no_license_message.php', 0, 0x9e23fb99b8eb10e5966f22e1b9398b4f, 0x9e23fb99b8eb10e5966f22e1b9398b4f, 0xefa6c4226fbf78a46a59792aba11f377771a50121fc40b9ac43c5d4afdd755b6, '', 0, '?'),
(0x40f4c3108067f2a66eb203128fc856ad, 'wp-content/plugins/duplicator-pro/template/admin_pages/settings/general/beta_features.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/admin_pages/settings/general/beta_features.php', 0, 0x03d9ce09e65908c865b1f5c35d98d056, 0x03d9ce09e65908c865b1f5c35d98d056, 0x6dd39c06c5da70146f95ea74c1694b83c3db5dc8b844ff794021c15d4c9b1fe8, '', 0, '?'),
(0x6681e54060c42f9965dc0ed5c48af6bf, 'wp-content/plugins/duplicator-pro/template/admin_pages/settings/general/general.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/admin_pages/settings/general/general.php', 0, 0x120b6d4a5e92a3b00be7bca3ab38cfef, 0x120b6d4a5e92a3b00be7bca3ab38cfef, 0xab2db7ae25eb1c64bbd971164d0afe3e4a6eedeac84267e2a081a31aa3ceaac3, '', 0, '?'),
(0x66034cf38b4e278dde4ff413de564fcb, 'wp-content/plugins/duplicator-pro/template/admin_pages/settings/import/import.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/admin_pages/settings/import/import.php', 0, 0x344da71dddbdb74c2457f998c29cd6ef, 0x344da71dddbdb74c2457f998c29cd6ef, 0xdd34e357606b7020bfabb5afc27457845c137e18afad08890197daa20bd8f659, '', 0, '?'),
(0xd799871a395b6879176c1f0a407b3de8, 'wp-content/plugins/duplicator-pro/template/admin_pages/settings/package/inc_advanced.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/admin_pages/settings/package/inc_advanced.php', 0, 0x5540b162ca3630b3149ce264a5f104c5, 0x5540b162ca3630b3149ce264a5f104c5, 0x0020896f81bfb443505f424ca01686c58371e765fafc3314fd360ae8802521f8, '', 0, '?'),
(0xaa5db9d2bb57766bb273757fa69993d8, 'wp-content/plugins/duplicator-pro/template/admin_pages/settings/package/inc_basic.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/admin_pages/settings/package/inc_basic.php', 0, 0xfcf4fc063be143f17ce8b39298fd4b4b, 0xfcf4fc063be143f17ce8b39298fd4b4b, 0xbadf1e8393a6d06601c6e66758d7ebf06f8d304a4609e0a4a02daea07d474d1e, '', 0, '?'),
(0x1e1b1b182549c5e06f5aa02074b7342c, 'wp-content/plugins/duplicator-pro/template/admin_pages/storages/storage_edit.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/admin_pages/storages/storage_edit.php', 0, 0xffc974b569f59c06d183cb656ad1dcac, 0xffc974b569f59c06d183cb656ad1dcac, 0x549a90da9f39548f0a191db94019a83799a16c33f77b67fc6af718f741e50a8b, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xddcb0909ff8c407e65836958dd086dd3, 'wp-content/plugins/duplicator-pro/template/admin_pages/storages/storage_edit_default.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/admin_pages/storages/storage_edit_default.php', 0, 0xa159c1cdf07da3e76e27bd5651b48088, 0xa159c1cdf07da3e76e27bd5651b48088, 0x45e32551a284b7da6b6ac344f7a0650964a78a7ce4ccf40c47ed9b19d3800ad5, '', 0, '?'),
(0x25c6cd5f17130f9be6146b2babb71297, 'wp-content/plugins/duplicator-pro/template/admin_pages/storages/storage_list.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/admin_pages/storages/storage_list.php', 0, 0xebf15589a5943960537eb333000afbb1, 0xebf15589a5943960537eb333000afbb1, 0xfab060fa295fa1c7ff2d837c45a036526a10c0cac74924d806180d41f9a7b12e, '', 0, '?'),
(0x15be9f9eac974221d3e6c2034038abb8, 'wp-content/plugins/duplicator-pro/template/admin_pages/tools/recovery/help_example-usage.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/admin_pages/tools/recovery/help_example-usage.php', 0, 0x1e0c7c45d1ad2fa1edd63dabfdb0e816, 0x1e0c7c45d1ad2fa1edd63dabfdb0e816, 0x32f6f0b4e3f9415d7c39000820a65f55742011de2f83d7ad12eeedc0e7c314a8, '', 0, '?'),
(0x4e8a16d61768da6ae193d34b30e34282, 'wp-content/plugins/duplicator-pro/template/admin_pages/tools/recovery/help_faq.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/admin_pages/tools/recovery/help_faq.php', 0, 0x470599a36c1668dc141bd4700a28d534, 0x470599a36c1668dc141bd4700a28d534, 0x6a83e5151928c925fdd18b2cde78eb192c432813309edcaaf682833162341d5d, '', 0, '?'),
(0x1bbf8c83c6a26397ad3fb06fd5e73353, 'wp-content/plugins/duplicator-pro/template/admin_pages/tools/recovery/help_main.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/admin_pages/tools/recovery/help_main.php', 0, 0xfb5227f472a0112869de2ecc9b794e04, 0xfb5227f472a0112869de2ecc9b794e04, 0xcd90a466f7b83ca74166463bca6a38a4749f570e2976e74b0856d0e61e04e049, '', 0, '?'),
(0x12ae450bd553cc9c5f56b9f38df05038, 'wp-content/plugins/duplicator-pro/template/admin_pages/tools/recovery/recovery.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/admin_pages/tools/recovery/recovery.php', 0, 0xb365f26fbe354c965f7adf920c9ed59e, 0xb365f26fbe354c965f7adf920c9ed59e, 0xfcb7ce01a3fed72d4f422011483779cc2ee00870c4fa0af78df8bc143e58d039, '', 0, '?'),
(0x30a6281ddff3c2ea9868576bdbeb2aa2, 'wp-content/plugins/duplicator-pro/template/mail/scheduled-build.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/mail/scheduled-build.php', 0, 0x49439d43b6bc3326304462c9631d59e6, 0x49439d43b6bc3326304462c9631d59e6, 0xbaa20bccd585634fe0bde63eeb7bab39432273731bb5b5900856d83b6ed0ca1d, '', 0, '?'),
(0xd9ca5f42b05eaccbae110493b6754a5d, 'wp-content/plugins/duplicator-pro/template/page/page_footer.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/page/page_footer.php', 0, 0xff0237afd3e1f6d91aabb033cd2d4218, 0xff0237afd3e1f6d91aabb033cd2d4218, 0x9fba0eaf1357a61988ba1b8d20d7544eb6dd35a640a27c8502ea332c8b43c9fc, '', 0, '?'),
(0x7f8acd3146c85e4c42150bdc26b94bb9, 'wp-content/plugins/duplicator-pro/template/page/page_header.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/page/page_header.php', 0, 0xbcb5899e0ba025328d8620c78dcc1404, 0xbcb5899e0ba025328d8620c78dcc1404, 0x3e58b52f15840df929dbada51fa6473bce2cca7a0b5d9ec1bfcd656c8a7bb4bf, '', 0, '?'),
(0x6536a38b00589cba5e866d3035c022d4, 'wp-content/plugins/duplicator-pro/template/page/page_main_title.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/page/page_main_title.php', 0, 0xd6b63e58a4c3f2d6e62363378f37f49f, 0xd6b63e58a4c3f2d6e62363378f37f49f, 0xd12424f79135e733cd482ab0d70c5112b865e4fc96a27186b2cfd9ebf741cc49, '', 0, '?'),
(0x43880126ecff1dbbe607d56ba6cdad78, 'wp-content/plugins/duplicator-pro/template/parts/DashboardWidget/package-create-section.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/parts/DashboardWidget/package-create-section.php', 0, 0x80c88d3c9ef673869ac2c6fce5dfa876, 0x80c88d3c9ef673869ac2c6fce5dfa876, 0x05c17cf2fe622d11614c1f2971a178d0017056f213c99af9b1cfaf9b619ad8c0, '', 0, '?'),
(0xd37b1dfaa4ed4b9ff89d58cfe5a6aecf, 'wp-content/plugins/duplicator-pro/template/parts/DashboardWidget/recently-packages.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/parts/DashboardWidget/recently-packages.php', 0, 0xceb3af3084ad8c479a43f1d6c651ef77, 0xceb3af3084ad8c479a43f1d6c651ef77, 0x8e89322744a31ef2fd631942ac04e0e4523901e41002948af7d7e5039ffbb4ba, '', 0, '?'),
(0x82e8b112587c21bcf2be4add453bcf32, 'wp-content/plugins/duplicator-pro/template/parts/DashboardWidget/recommended-section.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/parts/DashboardWidget/recommended-section.php', 0, 0xe2328bc6fd6c30f85d89700f3a41dd4a, 0xe2328bc6fd6c30f85d89700f3a41dd4a, 0x19a6406f7cb22bc036dcb280d7d29f4681282c5b24d7a5bfc36f4512d17006a3, '', 0, '?'),
(0x25cbb49593fbe5d51fd7292a2cc2accf, 'wp-content/plugins/duplicator-pro/template/parts/DashboardWidget/sections-section.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/parts/DashboardWidget/sections-section.php', 0, 0xc9937fed2103b6bce2e5e03276532450, 0xc9937fed2103b6bce2e5e03276532450, 0x42ee7cf308c1d116986d86af5234b69da5d8d653a65f49f5f8e129ec24fd049a, '', 0, '?'),
(0x3d9f5596b1feb21b7119ddf521ba1f27, 'wp-content/plugins/duplicator-pro/template/parts/filters/tables_list_filter.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/parts/filters/tables_list_filter.php', 0, 0x872a4699c6d737f70db21434139058cf, 0x872a4699c6d737f70db21434139058cf, 0x0bf3579f294fbd5bbad09294b36ffe94374b06d84836cf33e1b346c1412f7572, '', 0, '?'),
(0xa95087880dee2e24c4275f3fbbf85894, 'wp-content/plugins/duplicator-pro/template/parts/messages.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/parts/messages.php', 0, 0x4258aacce7440f7fb97b1a585973bd34, 0x4258aacce7440f7fb97b1a585973bd34, 0x20c3d043db62fd1a38b3e68c6ecfcc69c16340222d1d40c0bdec919e9f07ccce, '', 0, '?'),
(0xd6902ce81cef0f359684f2ea0ad98a15, 'wp-content/plugins/duplicator-pro/template/parts/migration/almost-complete.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/parts/migration/almost-complete.php', 0, 0x852a1a42bcd13c3603ffffd90724de59, 0x852a1a42bcd13c3603ffffd90724de59, 0xcaa93de08a704c7c32ba452f188b811f9df5583a5bd0e79cf2988d48169445a3, '', 0, '?'),
(0xedb44e11f5b4d9b2212dedbbba60a8c6, 'wp-content/plugins/duplicator-pro/template/parts/migration/clean-installation-files.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/parts/migration/clean-installation-files.php', 0, 0xfa77686d55a25d6b9f364189497f02e9, 0xfa77686d55a25d6b9f364189497f02e9, 0x64782fb08267841fc8ea0dee137c9b3c24baeb3198dd0937dd165414f836af4b, '', 0, '?'),
(0x482be162d1d2e3486043f3552519c7be, 'wp-content/plugins/duplicator-pro/template/parts/migration/migration-message.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/parts/migration/migration-message.php', 0, 0x42c1fdb3f159e4be08c769a13307f1de, 0x42c1fdb3f159e4be08c769a13307f1de, 0xa879a8f3748bad53507a5baf28af5bab7b6115c47270533b8dc33d6753c291c4, '', 0, '?'),
(0x4007df2e1377df7267687958c6531bfe, 'wp-content/plugins/duplicator-pro/template/parts/migration/tool-cleanup-installer-files.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/parts/migration/tool-cleanup-installer-files.php', 0, 0xff8a6149733137992639f60f7112c78c, 0xff8a6149733137992639f60f7112c78c, 0x4025126eec448cae13f31bfe66b3f7717edcbd99ae90b1c5c3899bde296c993a, '', 0, '?'),
(0x8f3f2df14cfb9fb36df92510607db82d, 'wp-content/plugins/duplicator-pro/template/parts/recovery/exclude_data_box.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/parts/recovery/exclude_data_box.php', 0, 0x0959379e697608ede874f622e7f1728b, 0x0959379e697608ede874f622e7f1728b, 0x7b3d44bc72ff831d739813d6f655f8c9d4f8d41772c2f5c2dbbf9ddff187125a, '', 0, '?'),
(0x31fd7f19078318da7d85e6e4a5ab4295, 'wp-content/plugins/duplicator-pro/template/parts/recovery/package_info_mini.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/parts/recovery/package_info_mini.php', 0, 0x092b7b6065fb990cc8be4fd73fbfb123, 0x092b7b6065fb990cc8be4fd73fbfb123, 0x455d84465b8ee32434f1e235c26095aab845b1ae0c368d0deed28116cd6d5f6e, '', 0, '?'),
(0x5952af06ffeb3279541746b98f823e53, 'wp-content/plugins/duplicator-pro/template/parts/settings_fields/checkbox.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/parts/settings_fields/checkbox.php', 0, 0x58cb3cd8c3de8dbb1b758fa7be1a4030, 0x58cb3cd8c3de8dbb1b758fa7be1a4030, 0xf4150802194fc4de23b3abdc89fd9df0b25199241820f790c1d7d9da33cd051a, '', 0, '?'),
(0x0ea0abc0064c0916aab0358d222281c6, 'wp-content/plugins/duplicator-pro/template/parts/tabs_menu_l2.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/parts/tabs_menu_l2.php', 0, 0xa11eb5fd1aab0d509f7f31bb4a6ab872, 0xa11eb5fd1aab0d509f7f31bb4a6ab872, 0x3602f3bed2da311abfe6ad2fffbaedb37a97234c517ef7f308962fbce0c762ff, '', 0, '?'),
(0x14b2f0c64c69ef2a0282dd1b6294d682, 'wp-content/plugins/duplicator-pro/template/parts/tabs_menu_l3.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/parts/tabs_menu_l3.php', 0, 0xd217ce672dccb4807046029892c494d1, 0xd217ce672dccb4807046029892c494d1, 0x0ba4c5ed61aacb234f8d19734b7c729cdd0bf833cd4c6cae27610de7a2448b1a, '', 0, '?'),
(0x155322a3ce905753e5927db757cfa7f7, 'wp-content/plugins/duplicator-pro/template/parts/test.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/template/parts/test.php', 0, 0x208ce2e10162367ae5e94b4b0da684f8, 0x208ce2e10162367ae5e94b4b0da684f8, 0x51c7ed593670b929c00f7a5f29bf1a630e2bf49167281aa4a5d2bc735d2c363f, '', 0, '?'),
(0x2e3f76f8154465d0d52e68620b457d32, 'wp-content/plugins/duplicator-pro/uninstall.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/uninstall.php', 0, 0x978cc7bd7f0d7ddcf32e7613d48326c9, 0x978cc7bd7f0d7ddcf32e7613d48326c9, 0xd6bb7f2abec08ca293261ab76bb72838c0ad7e8a49edba85e8b953ec8ec5e95a, '', 0, '?'),
(0x257de597a1376d2e0baad61e6840617a, 'wp-content/plugins/duplicator-pro/vendor-prefixed/andreamk/jsonserialize/src/AbstractJsonSerializable.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/andreamk/jsonserialize/src/AbstractJsonSerializable.php', 0, 0xa6620fd8939400b06f726aee686244c0, 0xa6620fd8939400b06f726aee686244c0, 0x0cd93e705cae2183f46dddf016f8f2dc7d50dfd70e091961c0cdbc5d2be4ffce, '', 0, '?'),
(0x37f194ab1a37f4b73d5d6f344032d35b, 'wp-content/plugins/duplicator-pro/vendor-prefixed/andreamk/jsonserialize/src/AbstractJsonSerializeObjData.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/andreamk/jsonserialize/src/AbstractJsonSerializeObjData.php', 0, 0x5492a838afbe104902aadca90c3c1903, 0x5492a838afbe104902aadca90c3c1903, 0x966607beeb3ffc3f79c4a6f684d40681d051e95bb200c61c0c92c664905a9000, '', 0, '?'),
(0xc7bca4b38d22447fe7fc6c724fbb4cdf, 'wp-content/plugins/duplicator-pro/vendor-prefixed/andreamk/jsonserialize/src/Autoloader.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/andreamk/jsonserialize/src/Autoloader.php', 0, 0x6bf036ab9009254e6f99157f61503824, 0x6bf036ab9009254e6f99157f61503824, 0xc3cc080a7e5f1826648b73843c14080c0aec02e360dd438193ad0d78650336d4, '', 0, '?'),
(0x2f1abe05bbe91c2ca6adeeab3dd5e593, 'wp-content/plugins/duplicator-pro/vendor-prefixed/andreamk/jsonserialize/src/JsonSerialize.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/andreamk/jsonserialize/src/JsonSerialize.php', 0, 0x4f394637087438259577a2ca5df167d2, 0x4f394637087438259577a2ca5df167d2, 0x54309225099471892176dad7085250d31f5e98b502a9d1627e6818cd50225ee6, '', 0, '?'),
(0x00c77b074ffbae3bc99183d30a2a37b6, 'wp-content/plugins/duplicator-pro/vendor-prefixed/andreamk/jsonserialize/src/JsonUnserializeMap.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/andreamk/jsonserialize/src/JsonUnserializeMap.php', 0, 0xdd41e3e316689440fc8f49043e03323e, 0xdd41e3e316689440fc8f49043e03323e, 0xefbf02e48104f56952ebc7cb0c1c1696496d044ec1e01bdb8387e32eac512e1c, '', 0, '?'),
(0xe24ac882975c0e66df384c89b0fc6a21, 'wp-content/plugins/duplicator-pro/vendor-prefixed/andreamk/jsonserialize/src/MapItem.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/andreamk/jsonserialize/src/MapItem.php', 0, 0x5fd8ff49c6eeb3546d1e02539a5296e3, 0x5fd8ff49c6eeb3546d1e02539a5296e3, 0x7004d19d3b406344df480a993ed85c0d7c2719a46826f181feb0ccebbe551d87, '', 0, '?'),
(0x84bdbe832096189833e405fe711b8d86, 'wp-content/plugins/duplicator-pro/vendor-prefixed/other_libs/cron-expression/src/Cron/AbstractField.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/other_libs/cron-expression/src/Cron/AbstractField.php', 0, 0x61518afad15b4361e27ca5d749253687, 0x61518afad15b4361e27ca5d749253687, 0xe7c3552666149ab375767f2e54a1e099723d31d398ede45331a2c0002200ec1b, '', 0, '?'),
(0x45f8ca34d6430b640cd8368ca4eefad4, 'wp-content/plugins/duplicator-pro/vendor-prefixed/other_libs/cron-expression/src/Cron/CronExpression.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/other_libs/cron-expression/src/Cron/CronExpression.php', 0, 0xe9e62d2d8ee5cd84cbe034d278356370, 0xe9e62d2d8ee5cd84cbe034d278356370, 0x7b1f48aa436da859117a439d3efc80e72e82c922d989cdd96eb2a066acb46145, '', 0, '?'),
(0x102c34335bfb1f3d8bf002835a02ccf7, 'wp-content/plugins/duplicator-pro/vendor-prefixed/other_libs/cron-expression/src/Cron/DayOfMonthField.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/other_libs/cron-expression/src/Cron/DayOfMonthField.php', 0, 0xd579596a9e151b6823692386271d4cd9, 0xd579596a9e151b6823692386271d4cd9, 0x5525fb546107701edcc3875006e3bf347bf4afc59efd1ec750fb9c37ef183129, '', 0, '?'),
(0x81a0d46d6718fb11828f41c31ad794f0, 'wp-content/plugins/duplicator-pro/vendor-prefixed/other_libs/cron-expression/src/Cron/DayOfWeekField.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/other_libs/cron-expression/src/Cron/DayOfWeekField.php', 0, 0x95b1e952c3a7225eb31c8cd6238d06a0, 0x95b1e952c3a7225eb31c8cd6238d06a0, 0xf5b6239cc0a14819d6f3d93cafbd7624c496d6ada7b1408cf10cb63d37ca5307, '', 0, '?'),
(0xa455f14d2d88536b8791a2584c653030, 'wp-content/plugins/duplicator-pro/vendor-prefixed/other_libs/cron-expression/src/Cron/FieldFactory.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/other_libs/cron-expression/src/Cron/FieldFactory.php', 0, 0xca32b4bbbd8486c57e170a2a9277f376, 0xca32b4bbbd8486c57e170a2a9277f376, 0xca88511e26de66a0f182367f56ac9e1c6f22a13f4a63f42fd0e35d378a7b3ec1, '', 0, '?'),
(0x23638b0637c340ed1087f54d0609e81a, 'wp-content/plugins/duplicator-pro/vendor-prefixed/other_libs/cron-expression/src/Cron/FieldInterface.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/other_libs/cron-expression/src/Cron/FieldInterface.php', 0, 0x01effb4f1bfe08632644e5a049023ae3, 0x01effb4f1bfe08632644e5a049023ae3, 0xf9de65c3dd4afa3b95eb4c02576105272d8b1e1c589245747777cc71d1463e02, '', 0, '?'),
(0x6dfadccdb7a70f3ac04d1bb87c228fc6, 'wp-content/plugins/duplicator-pro/vendor-prefixed/other_libs/cron-expression/src/Cron/HoursField.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/other_libs/cron-expression/src/Cron/HoursField.php', 0, 0x4b063d57942c29f053832efcb43bff7d, 0x4b063d57942c29f053832efcb43bff7d, 0x1303d8a53c6928e7849ff0e4bc7008ea7d0812c31687cd9080bc0374fdb5a2c0, '', 0, '?'),
(0x2417e1b0c8efa00b5225945944a31f85, 'wp-content/plugins/duplicator-pro/vendor-prefixed/other_libs/cron-expression/src/Cron/MinutesField.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/other_libs/cron-expression/src/Cron/MinutesField.php', 0, 0x3204641fdd6fe5c7924c910a5622e975, 0x3204641fdd6fe5c7924c910a5622e975, 0x869c2925d742171365ccb38274351e6aefb12a614fc64389cd3d517f359f1444, '', 0, '?'),
(0x69d2259a3b150e60a9b7eb5101ff2cc7, 'wp-content/plugins/duplicator-pro/vendor-prefixed/other_libs/cron-expression/src/Cron/MonthField.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/other_libs/cron-expression/src/Cron/MonthField.php', 0, 0x393b222ff757ffaa952c75ee9781989c, 0x393b222ff757ffaa952c75ee9781989c, 0xa691cdd4bbc6b0c1c53d3616dcbe2e2cf59380d047fd59c1843fe44d3873efb3, '', 0, '?'),
(0xfc75644d221efdde8cc2a54c58df51b1, 'wp-content/plugins/duplicator-pro/vendor-prefixed/other_libs/cron-expression/src/Cron/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/other_libs/cron-expression/src/Cron/index.php', 0, 0x3860848948c6b4a4e9478f5d63554f6c, 0x3860848948c6b4a4e9478f5d63554f6c, 0x2644113ebf59439bd746b0ed6a7cd681078b837e2d1613b057b1362ee8b434fc, '', 0, '?'),
(0xf878a2b1eb897a77c93e337cc7fa1cdd, 'wp-content/plugins/duplicator-pro/vendor-prefixed/other_libs/pcrypt/cipher/blowfish.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/other_libs/pcrypt/cipher/blowfish.php', 0, 0xe9ea1ed521bc6beb0214aedab70baac8, 0xe9ea1ed521bc6beb0214aedab70baac8, 0xc0ff6ee833f026cc1b83584c882eda1658fc3a52fd1f48304a0c55cd33b4b86c, '', 0, '?'),
(0xc79aa81db182b69f3041dc2e5b2dfb2c, 'wp-content/plugins/duplicator-pro/vendor-prefixed/other_libs/pcrypt/cipher/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/other_libs/pcrypt/cipher/index.php', 0, 0x52ddba585753941ead2f19f754bdca85, 0x52ddba585753941ead2f19f754bdca85, 0x72d1ab2e5202eea3fee6ae65b7a349c4fd530b3b650b37339754d7a8fff6dd78, '', 0, '?'),
(0x68de58e555b7ded37ba7ff4abd618586, 'wp-content/plugins/duplicator-pro/vendor-prefixed/other_libs/pcrypt/class.pcrypt.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/other_libs/pcrypt/class.pcrypt.php', 0, 0xf77ac89d1d1b911834bc848b671cb3de, 0xf77ac89d1d1b911834bc848b671cb3de, 0xb415abc83209f84591ff8091d411504ab516f47a2dee3479c74fc48b11754f89, '', 0, '?'),
(0x47f032ea319aaa2e2d21bd228523cf67, 'wp-content/plugins/duplicator-pro/vendor-prefixed/other_libs/pcrypt/example.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/other_libs/pcrypt/example.php', 0, 0xf258bf4d2f1d96b567b9f7d65eae8dad, 0xf258bf4d2f1d96b567b9f7d65eae8dad, 0x5565eab33328ce8f040015f023a05d6517d2873440db84f9af503a396a1dd2f6, '', 0, '?'),
(0x33b8cec46815df47703a79d6caaa6d31, 'wp-content/plugins/duplicator-pro/vendor-prefixed/other_libs/pcrypt/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/other_libs/pcrypt/index.php', 0, 0x52ddba585753941ead2f19f754bdca85, 0x52ddba585753941ead2f19f754bdca85, 0x72d1ab2e5202eea3fee6ae65b7a349c4fd530b3b650b37339754d7a8fff6dd78, '', 0, '?'),
(0x8250bb50ec441765ee7acedb5635c187, 'wp-content/plugins/duplicator-pro/vendor-prefixed/phpseclib/phpseclib/phpseclib/Crypt/AES.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/phpseclib/phpseclib/phpseclib/Crypt/AES.php', 0, 0xad5501f38eefbb8d960b09d5ab8cd778, 0xad5501f38eefbb8d960b09d5ab8cd778, 0x4869b65abb44a3027a3878359fc7eb019da1f2e0a13ea0f0dc8bf04ebfdfb65c, '', 0, '?'),
(0x3114e1f1792eaecf8789b52b258706c0, 'wp-content/plugins/duplicator-pro/vendor-prefixed/phpseclib/phpseclib/phpseclib/Crypt/Base.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/phpseclib/phpseclib/phpseclib/Crypt/Base.php', 0, 0x1dd8890b900737eb6682263c3a8e89a8, 0x1dd8890b900737eb6682263c3a8e89a8, 0x83619c68d668bf506ade9c07926e36db2fab54091d79bd040bf45115da791ee9, '', 0, '?'),
(0x940e50249091ba6a8800fbc476cda782, 'wp-content/plugins/duplicator-pro/vendor-prefixed/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php', 0, 0x768566c15d57da4e505e388666f62ec9, 0x768566c15d57da4e505e388666f62ec9, 0x445168ee0e103ec1438c3278b1535fbddcccb329128394a627a4649dc907dd15, '', 0, '?'),
(0x30742121a0402dce1810e7540474be8e, 'wp-content/plugins/duplicator-pro/vendor-prefixed/phpseclib/phpseclib/phpseclib/Crypt/DES.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/phpseclib/phpseclib/phpseclib/Crypt/DES.php', 0, 0x51d1fd134b4ebf64887f6bedb803976f, 0x51d1fd134b4ebf64887f6bedb803976f, 0x372c0fc58ff6bef5174f326ad293eb94787c6d58c4ff31f34dc9525d29778149, '', 0, '?'),
(0xf9d35c1f535c230ec9169ff8ddb007df, 'wp-content/plugins/duplicator-pro/vendor-prefixed/phpseclib/phpseclib/phpseclib/Crypt/Hash.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/phpseclib/phpseclib/phpseclib/Crypt/Hash.php', 0, 0x8795b578bef6472d2cb8c8303abc1d70, 0x8795b578bef6472d2cb8c8303abc1d70, 0x3d1fd102a1a943b33af9be4a1a5edef31bf4cb4c3f11dd9e117027f9823912da, '', 0, '?'),
(0xd7599aea7ae5444f3413eaa2578a9a1e, 'wp-content/plugins/duplicator-pro/vendor-prefixed/phpseclib/phpseclib/phpseclib/Crypt/RC2.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/phpseclib/phpseclib/phpseclib/Crypt/RC2.php', 0, 0x487f775c9db579c47eee92917aa37a82, 0x487f775c9db579c47eee92917aa37a82, 0xb920b8109d508d6aaa058d2ebeef23e86371bfb54362d536514632a705a4b979, '', 0, '?'),
(0x8aa2c539eb5e03f29b8d158bfd327d85, 'wp-content/plugins/duplicator-pro/vendor-prefixed/phpseclib/phpseclib/phpseclib/Crypt/RC4.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/phpseclib/phpseclib/phpseclib/Crypt/RC4.php', 0, 0x47ea45980ef1360da129269ecab5efd8, 0x47ea45980ef1360da129269ecab5efd8, 0x4ff47ef53a32dcf8eb740077f8a882350de377c4c27dad4142226b28ac21880f, '', 0, '?'),
(0x97c4540408d7fac3660c0743aa07b50a, 'wp-content/plugins/duplicator-pro/vendor-prefixed/phpseclib/phpseclib/phpseclib/Crypt/RSA.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/phpseclib/phpseclib/phpseclib/Crypt/RSA.php', 0, 0x8339677e5b711902d6a78c6f2e56c5d6, 0x8339677e5b711902d6a78c6f2e56c5d6, 0xa90d95373191a502f0ecc5e134dba313c000f68f6e76f9958160ee214a1b901a, '', 0, '?'),
(0xee99a25df316a9f65f2120579b647ff8, 'wp-content/plugins/duplicator-pro/vendor-prefixed/phpseclib/phpseclib/phpseclib/Crypt/Random.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/phpseclib/phpseclib/phpseclib/Crypt/Random.php', 0, 0x08df40c8a248437cb247214bd29843d9, 0x08df40c8a248437cb247214bd29843d9, 0x4ed6cc931b6e7a16ba5887cd5b87e433ae50d6032f63c09b5b36d8da1f976b67, '', 0, '?'),
(0x955f53f0a2609a1e3bb828549a08826a, 'wp-content/plugins/duplicator-pro/vendor-prefixed/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php', 0, 0xd5ab6d97e8eb338ab756b6b0c0628ca4, 0xd5ab6d97e8eb338ab756b6b0c0628ca4, 0xdfabe11c18ec836fa984bbba167bca3a872954d3173e45810cde7c73dc937757, '', 0, '?'),
(0xa38533698b5e9d82eaa2814eabee5079, 'wp-content/plugins/duplicator-pro/vendor-prefixed/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php', 0, 0xe1d115d7dc4be897421f03b818685e9e, 0xe1d115d7dc4be897421f03b818685e9e, 0xd2440e8ba538f3f589de6ead9597cd063111cbc9755d44fa97af4fcbe1c6687d, '', 0, '?'),
(0x1dd4c95d328b2ced1265b16051f8ea7c, 'wp-content/plugins/duplicator-pro/vendor-prefixed/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php', 0, 0x06dfafc430ec53c8fd676c7c30dcacfe, 0x06dfafc430ec53c8fd676c7c30dcacfe, 0x8463bb674a2506abc9f49557de896b3dc2d9ce0fc7bc7230fefe1a3a14d5f6ef, '', 0, '?'),
(0x589a03c2d2cc386e623ac94bddeee872, 'wp-content/plugins/duplicator-pro/vendor-prefixed/phpseclib/phpseclib/phpseclib/File/ANSI.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/phpseclib/phpseclib/phpseclib/File/ANSI.php', 0, 0xb0e60255ab30d09f8e4e0929a905d8f2, 0xb0e60255ab30d09f8e4e0929a905d8f2, 0x46676926019acd88a09f992d26b91efb97a4f1670060c94640740732db3af1d3, '', 0, '?'),
(0x9cfabeb83eb22b673f435acb9ac02f0c, 'wp-content/plugins/duplicator-pro/vendor-prefixed/phpseclib/phpseclib/phpseclib/File/ASN1/Element.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/phpseclib/phpseclib/phpseclib/File/ASN1/Element.php', 0, 0x607d183e5342d81e732cdba9907fadf3, 0x607d183e5342d81e732cdba9907fadf3, 0x2982072cc653a02225933bebf0318d519fd992ddfc4ccafe41f996aa78d8dcf1, '', 0, '?'),
(0x451161626a9c3fa390a7d9021dea7d90, 'wp-content/plugins/duplicator-pro/vendor-prefixed/phpseclib/phpseclib/phpseclib/File/ASN1.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/phpseclib/phpseclib/phpseclib/File/ASN1.php', 0, 0xed2d1f8d2e0bcf0553a1a8c44aee1c0c, 0xed2d1f8d2e0bcf0553a1a8c44aee1c0c, 0xf04868a1f878cbe871f5e0382d991468b44385c8f759702f73db2b5c9e576e4f, '', 0, '?'),
(0x3c86881fa7cc275430603ef0526474ad, 'wp-content/plugins/duplicator-pro/vendor-prefixed/phpseclib/phpseclib/phpseclib/File/X509.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/phpseclib/phpseclib/phpseclib/File/X509.php', 0, 0x69773b54f6dbbb42b3e2d44012657aa6, 0x69773b54f6dbbb42b3e2d44012657aa6, 0x350a2f3f426cb117b6f5963a914a7727fa3574fd4e267c4062988bddadc96d27, '', 0, '?'),
(0x97b645f4bb3dc08bcc4786ed48265ba9, 'wp-content/plugins/duplicator-pro/vendor-prefixed/phpseclib/phpseclib/phpseclib/Math/BigInteger.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/phpseclib/phpseclib/phpseclib/Math/BigInteger.php', 0, 0x0c25264e2d3131f4b1be0dd99284356d, 0x0c25264e2d3131f4b1be0dd99284356d, 0x13e6b8228ecd2e58c088c7d8c531f147c23eb50f7072fbde680f6c9b37660d53, '', 0, '?'),
(0xc8f6c498087b17bdbdac93a2b4f4f657, 'wp-content/plugins/duplicator-pro/vendor-prefixed/phpseclib/phpseclib/phpseclib/Net/SCP.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/phpseclib/phpseclib/phpseclib/Net/SCP.php', 0, 0x7e38ac38033d04f815541a6becfaeb8f, 0x7e38ac38033d04f815541a6becfaeb8f, 0xebd08902d8f8ec0bc55fdb013e44c5d9c683d75d8fbbf74400502cb493d61266, '', 0, '?'),
(0x8bac4a219aa13383569006123404c90a, 'wp-content/plugins/duplicator-pro/vendor-prefixed/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php', 0, 0x5a776a0e7bf4b6ef777a888f7896059f, 0x5a776a0e7bf4b6ef777a888f7896059f, 0x1907425ed00b283f6c70e4200fe6e7b7dc86dd0eefe23888c4c6d83cc73dd6c3, '', 0, '?'),
(0x491db415be27ca1546cf7c2f40c33d0b, 'wp-content/plugins/duplicator-pro/vendor-prefixed/phpseclib/phpseclib/phpseclib/Net/SFTP.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/phpseclib/phpseclib/phpseclib/Net/SFTP.php', 0, 0x47d2d4ca1bb92a43d07f69e5ca396d6e, 0x47d2d4ca1bb92a43d07f69e5ca396d6e, 0x1d5ac94d9fdafc06e3ca84562055f02d97b1a177505f3ef041f636299008ec75, '', 0, '?'),
(0xfa434d2f6a498c1dc3be65a143bbf8f8, 'wp-content/plugins/duplicator-pro/vendor-prefixed/phpseclib/phpseclib/phpseclib/Net/SSH1.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/phpseclib/phpseclib/phpseclib/Net/SSH1.php', 0, 0x75cdc2e223c2b3bfdc7a19b7829a55f9, 0x75cdc2e223c2b3bfdc7a19b7829a55f9, 0xdefaba9ad013c09b155d5cfbf083def9df1d5799efa57cc60f9d258fdd302c09, '', 0, '?'),
(0xe1ce3d9326eb8075eab1c4a8e695db59, 'wp-content/plugins/duplicator-pro/vendor-prefixed/phpseclib/phpseclib/phpseclib/Net/SSH2.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/phpseclib/phpseclib/phpseclib/Net/SSH2.php', 0, 0x52456d607c8aad347ec1d4de753a3aa8, 0x52456d607c8aad347ec1d4de753a3aa8, 0xcdd99687dd7badc51b46f1dd79aa19eaf14446ea421ce0ba5584134f36838e3d, '', 0, '?'),
(0xef9c1538688aacc5814aede718428788, 'wp-content/plugins/duplicator-pro/vendor-prefixed/phpseclib/phpseclib/phpseclib/System/SSH/Agent/Identity.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/phpseclib/phpseclib/phpseclib/System/SSH/Agent/Identity.php', 0, 0xb8dd6470e8c78cd63090dd2168a776cd, 0xb8dd6470e8c78cd63090dd2168a776cd, 0x5ac66e6a86d769a05c7e407843f79f14d7a3930d785fbf6ed6ab562522d3c239, '', 0, '?'),
(0xf35be7aacd2bdeca5826c26e45f1003b, 'wp-content/plugins/duplicator-pro/vendor-prefixed/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php', 0, 0xc48d3583a7f6f0c92f79e03c6843520c, 0xc48d3583a7f6f0c92f79e03c6843520c, 0xe6278c8df7448ef93b352c53c7e832444f8fee214486000221fb624b91f20a31, '', 0, '?'),
(0xba9021a7e74ef9abbad323cb6b9a2073, 'wp-content/plugins/duplicator-pro/vendor-prefixed/phpseclib/phpseclib/phpseclib/bootstrap.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/phpseclib/phpseclib/phpseclib/bootstrap.php', 0, 0x609cdba77b2304e9273535cadbc27f06, 0x609cdba77b2304e9273535cadbc27f06, 0xb379871d654b7f927eeb13b08da21fb6ad97574788cea045c4cb4f76162a6298, '', 0, '?'),
(0x4805a0752facc3176a4bb07c3f207489, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/library/Deprecated.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/library/Deprecated.php', 0, 0x49631a803d9c4c905bd86f22e3c61506, 0x49631a803d9c4c905bd86f22e3c61506, 0xf8da49c31e936503eed62b276913bbdfe5ef558e666ac393cfc1c5fa65f64d3d, '', 0, '?'),
(0x48ad47fe3d5a6c0ea9adc047930ff1d9, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/library/Requests.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/library/Requests.php', 0, 0x3e19a64b76de7e686964aa143c191159, 0x3e19a64b76de7e686964aa143c191159, 0x25a1aad124e88be7f1d486c40f614ad9f93da5e3752dafda42d700260bf040b6, '', 0, '?'),
(0xe940d410ba19d92559916e8f332d9eed, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Auth/Basic.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Auth/Basic.php', 0, 0x7d983b69ea1bcaaf9bcc28760f120417, 0x7d983b69ea1bcaaf9bcc28760f120417, 0x74a41b8074ca0cf22084fb09341a4278abb827bd3b99276a4bb3a4a18e3ffe02, '', 0, '?'),
(0x3fccc50295437dfd334b775108fd8b86, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Auth.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Auth.php', 0, 0xda596b5ef9211d842b8e82225d058e2d, 0xda596b5ef9211d842b8e82225d058e2d, 0x886bb779caf5c8589fe60706f9b71c19c072a3265fa48e85f228459ddd06fdc3, '', 0, '?'),
(0x665ec858db971a5507eec4a1bee0b684, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Autoload.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Autoload.php', 0, 0xb82bac551325643fa15d48f3d106cf07, 0xb82bac551325643fa15d48f3d106cf07, 0xd46bbeba155966bee2a78f1e2b54e0a89560d974b0992e24593d2d705c1e05d2, '', 0, '?'),
(0x13b48b7e171920d4e34cc273ba60e208, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Capability.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Capability.php', 0, 0x950fc727b2e18ef72a626981988619bc, 0x950fc727b2e18ef72a626981988619bc, 0x3d26a0d3c13543bb0b26347cee68caf73d944485f1b6a9e56607262c84ff181f, '', 0, '?'),
(0xc1605725d90eed203c4d66963a8bdd1b, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Cookie/Jar.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Cookie/Jar.php', 0, 0xb719d08d3ea36afbda1c5931fb8a3f59, 0xb719d08d3ea36afbda1c5931fb8a3f59, 0x1a8b6f6b8e6bf2f1b6d2b97c5c067580567218548dd0ac39b8087cc804e5692b, '', 0, '?'),
(0x2d5253e3a7c2b38b46dd0105b72208fb, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Cookie.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Cookie.php', 0, 0x8e13c7a916c8e15b2bb2a852a0872626, 0x8e13c7a916c8e15b2bb2a852a0872626, 0x5694f06fd4f67359f7f16c780d1cd82415aa988a6d7ea8ced454c7690afd8081, '', 0, '?'),
(0x0e201afbfa562ee110e954704c71a923, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/ArgumentCount.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/ArgumentCount.php', 0, 0x8cc4d256f95b10d550206c8b9073a458, 0x8cc4d256f95b10d550206c8b9073a458, 0x7562eb91e3763d6e528d71b80aa83bf3b6dd870110502d2fe7f3fa81ccb09380, '', 0, '?'),
(0xed13a12d9d3bdb81974528a105f6e594, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/Status304.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/Status304.php', 0, 0x483311a5995615573310e2ec83322406, 0x483311a5995615573310e2ec83322406, 0x63997da7d90dceae44ca456bd58a5848568ff82c7a5f910ec2b0f03605739138, '', 0, '?'),
(0xb2b4b3fe4cf32fc77ab443233983c237, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/Status305.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/Status305.php', 0, 0x10f2c39dae03ea6c190ed4f4b91ac3ce, 0x10f2c39dae03ea6c190ed4f4b91ac3ce, 0x735798e2ee7624b04a528d1829a700058adb33c4210e6d18f64540319f8257cc, '', 0, '?'),
(0xd1f02edf6e50cf83f50693d2828a0840, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/Status306.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/Status306.php', 0, 0xd802cd238f3d8761002e95a66b3b6513, 0xd802cd238f3d8761002e95a66b3b6513, 0x88884b2d5221aa6df28bd989b67b188e8ebb1505507995be2b9cd4ee252339f2, '', 0, '?'),
(0x3b0e0e67ae2abd506e3e9e2a3c3af28d, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/Status400.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/Status400.php', 0, 0x92487ae5a531c4e258bb34846a1e29ed, 0x92487ae5a531c4e258bb34846a1e29ed, 0x70734a980acb5005275f4d5ea7b4ff3b27a77c760b7cd0fb812779d955e200c5, '', 0, '?'),
(0x8488d989b4fc08b9c7c5d9b6491324f7, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/Status401.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/Status401.php', 0, 0x0bbd2e602456159b3508744083021990, 0x0bbd2e602456159b3508744083021990, 0x35a9c68f16c98bf03f65000c1a64ea9691b8a3696e82e625bdee82267baddb47, '', 0, '?'),
(0xcfa57210bc58214cbac99a434a8be602, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/Status402.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/Status402.php', 0, 0xbac6139fa41cae269b0ea2e8f63d4b4f, 0xbac6139fa41cae269b0ea2e8f63d4b4f, 0x999a5e6b75758a0d1f4db774e225d0100600d7916c7120509678328015de3a14, '', 0, '?'),
(0xc6731618ca527625c361e41d46a114bf, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/Status403.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/Status403.php', 0, 0x95c268be279b346609046f8aaff77a5c, 0x95c268be279b346609046f8aaff77a5c, 0xbfde9e3b36be523cc42746bb5b4b150a88b85f598d5d2c8420c645b7f8cd85c2, '', 0, '?'),
(0x4327992958337f79f0f60c01d3b85977, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/Status404.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/Status404.php', 0, 0x384a3d99caa31e696e858ec4b16177f2, 0x384a3d99caa31e696e858ec4b16177f2, 0x82da764b6d8388522cdba0f96fbb39ac81e35790bab1f93a035d5d736adceffe, '', 0, '?'),
(0x4a148371afcda26865bb3f91c98da2f0, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/Status405.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/Status405.php', 0, 0xffea8c6d8d67dd6303667704a1596c29, 0xffea8c6d8d67dd6303667704a1596c29, 0xf9cf98033d8f464bc194c51f9c690ba0c20993a4ccd294333d86aeff9cca9810, '', 0, '?'),
(0x5d17051f97ae6b2ce87c504b293b5cbc, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/Status406.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/Status406.php', 0, 0xd42e6aad5ccdf27afe3b1d4fbb00ebb9, 0xd42e6aad5ccdf27afe3b1d4fbb00ebb9, 0xba0114eeef8f4b9e15c9ca0a6dfd8cc4491b50bcfe527ecd3e380cefdeff30b5, '', 0, '?'),
(0x241176c4d69c314c0c8fa8bf92e8aa28, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/Status407.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/Status407.php', 0, 0xdbc91c270c9ab867df0e5c8da15546b0, 0xdbc91c270c9ab867df0e5c8da15546b0, 0x16c7ec7083f1c5ec2767a3074b4a7719da5133f0b415d7c9bbf046e0605696c2, '', 0, '?'),
(0x611d5bfaf2e53d63210721467cd56a7b, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/Status408.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/Status408.php', 0, 0x0f2cfe0ca1c7b3d201921613d6057019, 0x0f2cfe0ca1c7b3d201921613d6057019, 0xcc8ddfbdf305b4c6dad6d187898c6427029bb51a9309ba6a84127f423fa4d8af, '', 0, '?'),
(0x43b50b1bfa59601d3b856f8e7252e7bb, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/Status409.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/Status409.php', 0, 0x77e754165eac53901759cd3eaba58438, 0x77e754165eac53901759cd3eaba58438, 0x63a36832ab87bcf7011b0f8c4638f79e3a78cf6a03ba523ee78166b959a88b4f, '', 0, '?'),
(0xa5fcbfa9044a2159919295b290b02664, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/Status410.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/Status410.php', 0, 0xc4d4544f0236f94a678a67516c915c1f, 0xc4d4544f0236f94a678a67516c915c1f, 0x5fc69275ece9cad5ec1c0ddab0ffaa57cf50c8796eb000966d3026517b2ce867, '', 0, '?'),
(0xf345542b7e6fb5fdf265c5db471e90bc, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/Status411.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/Status411.php', 0, 0xf68e2ea6eb601190603ec021ea5e4529, 0xf68e2ea6eb601190603ec021ea5e4529, 0xa865d44d34e98e5b3c8aace783cb5b063fd0fd3435829db70703c5501710c166, '', 0, '?'),
(0x65193fc327d1d2067a7431342eab409c, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/Status412.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/Status412.php', 0, 0x8aac5db0ee288fcdde8b3c0548b9f75b, 0x8aac5db0ee288fcdde8b3c0548b9f75b, 0x80e6e9b0a0e64ecdbf25c6361330ee7a8c2cebf7371dc847c9ca087424cf4933, '', 0, '?'),
(0x49994d704f7adf7c55851f61855ba300, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/Status413.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/Status413.php', 0, 0xd9cb3cfcd919c0c90802621a3c9f647d, 0xd9cb3cfcd919c0c90802621a3c9f647d, 0xcd3ccfb53707f3bb6cb539c244102f817ce1c0079c2ceb92eaa98a776c8bb23a, '', 0, '?'),
(0xb0176b64a83a479968e10cdbc0bda762, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/Status414.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/Status414.php', 0, 0x5e28d000630e5100507b7cb297ccd526, 0x5e28d000630e5100507b7cb297ccd526, 0x515559eff1a937962199f5c2d1e1d884c36e74e6abe6ad5fd5f047f354cf7d00, '', 0, '?'),
(0x139855b5c80cd38431ecadf39ff8fe65, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/Status415.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/Status415.php', 0, 0xad30725d4ec0b27062094859780edf55, 0xad30725d4ec0b27062094859780edf55, 0xbce70c0019c0b63b692022946034fcde010b6d1600c89db0e190e43be7be0f19, '', 0, '?'),
(0x17711f552334459de14de18a69a53e82, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/Status416.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/Status416.php', 0, 0x1e8c3c7b2ff1dbb39441c229a1cd3117, 0x1e8c3c7b2ff1dbb39441c229a1cd3117, 0xe87732ad41efd5cdd407c1558024ae13347915e5a7c3c74456785f92fc3fe685, '', 0, '?'),
(0x84c0483864a1d9adbb99611c3fad63c2, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/Status417.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/Status417.php', 0, 0x3c359de3044901746a403c724dd2222f, 0x3c359de3044901746a403c724dd2222f, 0xfd442254a8a6f8c0206980584e2582eb34c17b3170897d5799ce997409a83d55, '', 0, '?'),
(0x849dfa50dfe40c1acfd22e51dec9d096, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/Status418.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/Status418.php', 0, 0xa9f719fbde339f95c44d5c4900bfae52, 0xa9f719fbde339f95c44d5c4900bfae52, 0x11d31d219b7fa024de22fc234c6caa4b4809d404df000b1911703a97616a1904, '', 0, '?'),
(0x03e20f8a5db5b53993dbbd7948b40fd4, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/Status428.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/Status428.php', 0, 0xd3b0bcdeb874de62b78c0b35957c2f4d, 0xd3b0bcdeb874de62b78c0b35957c2f4d, 0xc788cfc87b50dc359b90860690d430ea03eb1476ac6372ce07bd514fdecdfee7, '', 0, '?'),
(0xc8186173e2cbdec19dfc825750a7241c, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/Status429.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/Status429.php', 0, 0x07feebbbedd9c3a5410db82ec4ece82e, 0x07feebbbedd9c3a5410db82ec4ece82e, 0x1e2e09c0a5dece82d1b7f986c86a1c4d32cc4bcf34bc107c16f39c07f93b855f, '', 0, '?'),
(0x9a7bb5be44f6b724eae813ec83a9dfcb, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/Status431.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/Status431.php', 0, 0x44a7abc90511cbe70144ccd13d520116, 0x44a7abc90511cbe70144ccd13d520116, 0xed9a6f9a6c2a66fe1f7b9ed738e13e02529c942aa6d0a2dacb5e2d4f17fd5af8, '', 0, '?'),
(0x563a90a0509448773bbd3fdb1b543be6, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/Status500.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/Status500.php', 0, 0x19d0ff7b39b000aed5a37804b43e8562, 0x19d0ff7b39b000aed5a37804b43e8562, 0x83cdc4d6d902cbd3d5601c8c9e2a8d5b27d1e9a9668654d0b08c596b7ca558a7, '', 0, '?'),
(0x1965055cb2f1177b2cb205558365f478, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/Status501.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/Status501.php', 0, 0xec7a433898598f21e9cd3f4311d0e57f, 0xec7a433898598f21e9cd3f4311d0e57f, 0xd3f401cf539d47ef507f6edac35fabf2debff09bc66e6023d363455e230d8f76, '', 0, '?'),
(0xda25dad9fbab815c6abcbf1a30d0a828, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/Status502.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/Status502.php', 0, 0x24db75c4460886308722ee867caf181a, 0x24db75c4460886308722ee867caf181a, 0xe0532e5d32015cbd444fc1e971b22fb762e42bea9a1ab5027048eae02a3c96c6, '', 0, '?'),
(0x10edcbe0ae8bedfd01c5f81cd7e66fc6, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/Status503.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/Status503.php', 0, 0x1c9a7029aaeeff08b0e86267b104317b, 0x1c9a7029aaeeff08b0e86267b104317b, 0x80c8dd9cf6b5b65479c97d17de48fd1b0b0a64e6b862c921c9e83ed3efded7a7, '', 0, '?'),
(0x2cd38c6fab942094bd00fe3f2ef0b97d, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/Status504.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/Status504.php', 0, 0x81ab34ae0281568aa56d26888aa9fb2f, 0x81ab34ae0281568aa56d26888aa9fb2f, 0x9bf6f1734a2662f27bee4d83c369fabb7d00014d1c4ba0a3bfd73dafe905383a, '', 0, '?'),
(0x7892847b302e5181cecf39f41606718c, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/Status505.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/Status505.php', 0, 0x2c5449a0afc8df65422dccdf05399fd5, 0x2c5449a0afc8df65422dccdf05399fd5, 0x1b55d4dc7922418d3182b0fce108ee508b3f375200d11a24ac0548a64945ca60, '', 0, '?'),
(0x3bc9a2c1f83e9b8ddcba29a9a0f56ae9, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/Status511.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/Status511.php', 0, 0xffd80c37824252adf9e97be12a666a43, 0xffd80c37824252adf9e97be12a666a43, 0xaa05d45019a4b8ed1783c9ef78e0c980c6f17500a770b7d0ca5e96478e61503e, '', 0, '?'),
(0x8a577462f1be131c6bb1a427b9de4d62, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/StatusUnknown.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http/StatusUnknown.php', 0, 0xbb7401be3636682120f88c7a171c03a9, 0xbb7401be3636682120f88c7a171c03a9, 0x41a3599d4ea36a79dd11caad6ce3bd01b1d52ac9279fbc3c7e5b09a22cfe6d4d, '', 0, '?'),
(0x4e44e6080528fc84b563e23ed791f12d, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Http.php', 0, 0xa0ec01e913c455bf9fb6d235d453f016, 0xa0ec01e913c455bf9fb6d235d453f016, 0x449fa0b037183a334b2acec41b87c0ccb4c32627b0f07bd30ac5a780ce455b6b, '', 0, '?'),
(0x70e57b31a7a71cdb860af9ff67aea85e, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/InvalidArgument.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/InvalidArgument.php', 0, 0x0e85399ceeeab2ebcf164cdbce217e74, 0x0e85399ceeeab2ebcf164cdbce217e74, 0xc15d338fb53972288fd3704cc70c1979d5ff1e813499faf3bbd8232335f00d8f, '', 0, '?'),
(0x6a4b30ca1a200e821ec6c4d08ea1a5f9, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Transport/Curl.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Transport/Curl.php', 0, 0x4c23519d569db6481edfcb1a05ec098f, 0x4c23519d569db6481edfcb1a05ec098f, 0x5641ea89329eb222458dacb45cf0cd7075e4edae89ec19526f0895f2031df8e8, '', 0, '?'),
(0x985f693144cb82a8a805117c9818cbfb, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Transport.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception/Transport.php', 0, 0x72281399ca8f9d6b5cfdd407b2fb6a0b, 0x72281399ca8f9d6b5cfdd407b2fb6a0b, 0xaea9d2d0f11ce9dfa2d6682454935299f848acb75f919f3ed537700172ed6fce, '', 0, '?'),
(0x2880ed9ab2b06c184fe0ada8bc416dc7, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Exception.php', 0, 0x58647db9e1b5d2cd8fa22b45a2ecc6f0, 0x58647db9e1b5d2cd8fa22b45a2ecc6f0, 0x85c6fa4371209e7b44e0e7b33ae052dad8dfdf7292df677b867eb11efa43340e, '', 0, '?'),
(0x9d75148880fb6ac8cd48731f0d7c4092, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/HookManager.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/HookManager.php', 0, 0x5e40a9b0c4682dcf7266018dbc6289c8, 0x5e40a9b0c4682dcf7266018dbc6289c8, 0x0c0f67d25f35fc51295dc2f98f847d4417caae6d887ac5bca44df6d6c8459f5d, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xcb08f47dc83d2f1919d703020f7d4a51, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Hooks.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Hooks.php', 0, 0xd594dac764f5ca082a4960981ef8c025, 0xd594dac764f5ca082a4960981ef8c025, 0x69a82d315a6799ed1be83427b583cd465fa1a34486dc1a0fc32c3eae3c97b5fb, '', 0, '?'),
(0xd1effe0865d46a631efa4c67f4c6400e, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/IdnaEncoder.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/IdnaEncoder.php', 0, 0xc40fbcb245f66425d5e24265be2f484c, 0xc40fbcb245f66425d5e24265be2f484c, 0x5d9fa468e1e06b2556dab37bdd6b8df8826a44beaff4f70f5a554fff72365f0d, '', 0, '?'),
(0x31f6a1ed4686033c1140aa89e3fd78c6, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Ipv6.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Ipv6.php', 0, 0xf4c7be10a469705c51af28ae0010c98f, 0xf4c7be10a469705c51af28ae0010c98f, 0x1eb6f30b620bc10ebfb78e8984c91439db819c3ab0c15b9103d2d0f43297711a, '', 0, '?'),
(0x58b6289ec6ff3129b6756084b66d0c36, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Iri.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Iri.php', 0, 0x4f5be427add02c07a80c15208388075d, 0x4f5be427add02c07a80c15208388075d, 0x81f621331c0dbac2c2b5268b3606025dcfe06c20bfb7a66fe68f810823cce431, '', 0, '?'),
(0xf30b5f33313ad8871224cb3627c35937, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Port.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Port.php', 0, 0x3ddba5c3ce22c1b53d8c7f4947974624, 0x3ddba5c3ce22c1b53d8c7f4947974624, 0x4f7a2249be1019f9739190887601c91d7f3a94df74315c1ab7fbe73dbad70cd3, '', 0, '?'),
(0x763f2d842b03360ed72d162d7e511e6e, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Proxy/Http.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Proxy/Http.php', 0, 0x4cd5971f6a8ae40a563e4718c80e3d9d, 0x4cd5971f6a8ae40a563e4718c80e3d9d, 0xd551f73ed8c6de8f64a71ae6914c9c2fe6a4fd10db8efff65f971f11e8454218, '', 0, '?'),
(0xf31ce2cc7b18d171418997e9e1188254, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Proxy.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Proxy.php', 0, 0xcb39084e6ddce2a2744d8b1f829ae686, 0xcb39084e6ddce2a2744d8b1f829ae686, 0xb726ed12dcecf20297d40217563b92a45f176ea2e9d2f41b089fa707b483d779, '', 0, '?'),
(0x46cf5f50ed079001c4c923768e39e19b, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Requests.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Requests.php', 0, 0x61bde58305306605ad64a979926dace3, 0x61bde58305306605ad64a979926dace3, 0x04a5988f16b63147a8c14a3cec257d79dc9e44b69780d776c3f6aa1fedf0cfef, '', 0, '?'),
(0xf3470e41bcd461c3122365f3f568f430, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Response/Headers.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Response/Headers.php', 0, 0x16fe110c402ffe1d9b3d4ed2bce855e2, 0x16fe110c402ffe1d9b3d4ed2bce855e2, 0x692e237ba34b4470d742ef2146e013124318880e64bdfe91c6f02e9826075c95, '', 0, '?'),
(0x978e2c29836d887ba9f9f5afd1f5d615, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Response.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Response.php', 0, 0xae7441e251ed9751f844aee2736c7d1b, 0xae7441e251ed9751f844aee2736c7d1b, 0x13fdade229181676b299c2f0faf8e72d7de1e09ca821dd963fa5620142d0a799, '', 0, '?'),
(0x65121596cefee3e2c525bdc01e9dd918, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Session.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Session.php', 0, 0xae15bf7c803f89f2ba53fa27115a7abd, 0xae15bf7c803f89f2ba53fa27115a7abd, 0x2144be7534aea8c16e40fceff656e875f097d4dc732ef9d20d08fc48e1136c22, '', 0, '?'),
(0x57509f8ae22c457bdd473839cb2c2e36, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Ssl.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Ssl.php', 0, 0x953abbfb693212ace4cff5004a5480e8, 0x953abbfb693212ace4cff5004a5480e8, 0x4abd5b7f81b9476643e5901667c44a4ec90f97ae743f7a21128c5baaa10d2082, '', 0, '?'),
(0x8edd974325e9c4cb6a0211f382ebb4ce, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Transport/Curl.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Transport/Curl.php', 0, 0x8537ac617be466ab971041a05fd9cd53, 0x8537ac617be466ab971041a05fd9cd53, 0xfe909001a942395d8b084f28fbc066264fd151a5390acd5486bd5d1256bb0a25, '', 0, '?'),
(0x18771f86c2880f14d852d2908cb5312d, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Transport/Fsockopen.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Transport/Fsockopen.php', 0, 0xc275b9c8bc5a712ab3741badb0751fa7, 0xc275b9c8bc5a712ab3741badb0751fa7, 0x9ee7802e787e645c8630350e57310926fa540be2e35f7e56bb54977e2ed20ab2, '', 0, '?'),
(0x0b207d40a9dcc698bad298d5d906d0ff, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Transport.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Transport.php', 0, 0x9e0a6f3fe9d80bf97fced62ec1bdebaa, 0x9e0a6f3fe9d80bf97fced62ec1bdebaa, 0x858e8c7bcd27cc39ca4767ad217b47231af60ec4797d205730aece48eaa9ed61, '', 0, '?'),
(0x616fbd342797cebbbd0b9d1786dfda90, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Utility/CaseInsensitiveDictionary.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Utility/CaseInsensitiveDictionary.php', 0, 0x84cb907dacfd50c84d1cb74f1a542c12, 0x84cb907dacfd50c84d1cb74f1a542c12, 0x5cb2883766e0e02cc341b76501e624cb944cc1e574544e41359206dc81fd1394, '', 0, '?'),
(0xc78a48399cbdd6419096b27d3958785a, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Utility/FilteredIterator.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Utility/FilteredIterator.php', 0, 0x5428e83dc782163ad1763ef25e9636d9, 0x5428e83dc782163ad1763ef25e9636d9, 0x2f34e238340252c34d0ddb8a1ad3bc275a92aa06afdf857536e88a5bca16eca3, '', 0, '?'),
(0x8e504f222b6b42ba9f0891708906ad1f, 'wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Utility/InputValidator.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/vendor-prefixed/rmccue/requests/src/Utility/InputValidator.php', 0, 0x3345cfb9a0d5dc2420db75d83e650d66, 0x3345cfb9a0d5dc2420db75d83e650d66, 0x491c181a480c883cc801649376fe8b3bf8298298fc4c969ff055220a3df55fda, '', 0, '?'),
(0x5066042181e24c2f769463b215aa474d, 'wp-content/plugins/duplicator-pro/views/debug/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/views/debug/index.php', 0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0xa18afec703be9e5e6f9e8fd514753fca, 'wp-content/plugins/duplicator-pro/views/debug/main.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/views/debug/main.php', 0, 0x92ccd00eccc6c9f6f3a91e78e92bb7dc, 0x92ccd00eccc6c9f6f3a91e78e92bb7dc, 0xbeb52ff6a8cdc59011e9c3fbf5bb584e96f19ffa42af241199f66db04e7c9e68, '', 0, '?'),
(0xfb113da4aa59ac2d683d7676dbae85db, 'wp-content/plugins/duplicator-pro/views/debug/tst.packages.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/views/debug/tst.packages.php', 0, 0xa7810065a3aa6b8320266e89444da935, 0xa7810065a3aa6b8320266e89444da935, 0xd79d8416fa94dc180068a5cbccd5bade919cffae17af20c7e7dd6cfd7c5bb0dd, '', 0, '?'),
(0x2487b815213bd78ffbbe226a005a5ab0, 'wp-content/plugins/duplicator-pro/views/debug/tst.tools.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/views/debug/tst.tools.php', 0, 0x7780dec8d17f7cec8557d9ae755f8fb4, 0x7780dec8d17f7cec8557d9ae755f8fb4, 0x180b359ca89b2ba3468adfe2ad27d20f63aac61e6ee80634603987efe14e5a80, '', 0, '?'),
(0x9db57a4d3b6bafeac71ea873109f5e1e, 'wp-content/plugins/duplicator-pro/views/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/views/index.php', 0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0xf52cb79b0033ba532ac59b23889df302, 'wp-content/plugins/duplicator-pro/views/packages/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/views/packages/index.php', 0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x813f84454c4ab832e07bdfdb51d7b46a, 'wp-content/plugins/duplicator-pro/views/packages/main/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/views/packages/main/index.php', 0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0xe69aafdd5230921d2513f3c9b514633f, 'wp-content/plugins/duplicator-pro/views/packages/main/packages.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/views/packages/main/packages.php', 0, 0x29f32f4749b0a3cd0d538a59276d6616, 0x29f32f4749b0a3cd0d538a59276d6616, 0x9c7b575615ca2c5125a3a06d8d6eb80eee87855ee53ebc7724005d9da2db2202, '', 0, '?'),
(0x832619ab11754bb7c615b8fd1bc691e3, 'wp-content/plugins/duplicator-pro/views/packages/main/s1.setup0.base.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/views/packages/main/s1.setup0.base.php', 0, 0x559ee37fba78d35c7c35f8d4fbed32cb, 0x559ee37fba78d35c7c35f8d4fbed32cb, 0xeb9cbbd12d3e4997b5fc5513a781c3ef8daa28a40e494579c3690a78cf293f24, '', 0, '?'),
(0xb033c4ff52da57c6fa68b693b46911ef, 'wp-content/plugins/duplicator-pro/views/packages/main/s1.setup1.reqs.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/views/packages/main/s1.setup1.reqs.php', 0, 0x474e3edd275ddbba34263e566cf12817, 0x474e3edd275ddbba34263e566cf12817, 0x94dec1506d1d8e5380031cc0c975cfe8b932d2b8e6429934f419c5fc787f601c, '', 0, '?'),
(0x7892a80135d0ea14b00ebf69f683340b, 'wp-content/plugins/duplicator-pro/views/packages/main/s1.setup2.store.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/views/packages/main/s1.setup2.store.php', 0, 0x7e1c13311fee82b1b513a22991c86be6, 0x7e1c13311fee82b1b513a22991c86be6, 0x88325e1caf4837b22f518cbd061fd844cd885a4305642224d3502d8cadb49a21, '', 0, '?'),
(0x7bc049611a440b600ebf928a15721be1, 'wp-content/plugins/duplicator-pro/views/packages/main/s1.setup3.archive.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/views/packages/main/s1.setup3.archive.php', 0, 0xc809accf9a71b0c04e65ded475d32874, 0xc809accf9a71b0c04e65ded475d32874, 0xe34477c11c13116a391b935250717587c03e1a5eab8848cffb5534add67f9c3c, '', 0, '?'),
(0x011b6cefc10e9e8993ead7cd1c41a89c, 'wp-content/plugins/duplicator-pro/views/packages/main/s1.setup4.install.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/views/packages/main/s1.setup4.install.php', 0, 0xa9d36c9c421b8fb3cb373816ccb6af5f, 0xa9d36c9c421b8fb3cb373816ccb6af5f, 0xabe965bbcecc281c719a65c17a125f2af889927224b4bafea5246818101f032a, '', 0, '?'),
(0x2716b1816bd5ad51beadcc2ae32cd83b, 'wp-content/plugins/duplicator-pro/views/packages/main/s2.scan1.base.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/views/packages/main/s2.scan1.base.php', 0, 0x8b2c3638925d113215e4df0694a844a5, 0x8b2c3638925d113215e4df0694a844a5, 0x2abfd2c467f5cc6e89ce73e89ec6738d8823a88038c20cbbae44d6524843f888, '', 0, '?'),
(0x5dc18a22416cde5fc82b30974f7f05f1, 'wp-content/plugins/duplicator-pro/views/packages/main/s2.scan2.server.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/views/packages/main/s2.scan2.server.php', 0, 0xf1cab65267a2fb3c29f87abb379a6489, 0xf1cab65267a2fb3c29f87abb379a6489, 0x2569e6e9e60d28689cd1f91ff0058b74e6138119a1ab06c63838d7a19f1606b4, '', 0, '?'),
(0x5be1a143998a71d3489f31ee9ee5ad8e, 'wp-content/plugins/duplicator-pro/views/packages/main/s2.scan3.archive.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/views/packages/main/s2.scan3.archive.php', 0, 0x8a36a0fc9728e9f52c58a334d3452bfa, 0x8a36a0fc9728e9f52c58a334d3452bfa, 0x4cd94565e149a075484e9d8403f0c64465305d2bd17278ada07518675ee187da, '', 0, '?'),
(0xd26800719de5ff6e633118301aa936b1, 'wp-content/plugins/duplicator-pro/views/packages/screen.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/views/packages/screen.php', 0, 0xc050a83ef2b524da5c9742bc5b0218a0, 0xc050a83ef2b524da5c9742bc5b0218a0, 0x2fe93f3dc8eb500983b9c71997bab61a4b172904fdbcf06394103042837643fa, '', 0, '?'),
(0xc50c72c4b820745826391247944a82af, 'wp-content/plugins/duplicator-pro/views/parts/ajax-loader.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/views/parts/ajax-loader.php', 0, 0x870255cc378ed960a387188a392cc1de, 0x870255cc378ed960a387188a392cc1de, 0x8824fd936e9f992b82d990777479a88c85384f6406bc56f6981827e8041dceab, '', 0, '?'),
(0x197294919899d57d509efa8ecabd2e94, 'wp-content/plugins/duplicator-pro/views/settings/general/inc.feature.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/views/settings/general/inc.feature.php', 0, 0x6a0921a05ba2e3f023c59726a2229f57, 0x6a0921a05ba2e3f023c59726a2229f57, 0x60380d371f18d3e8c6e33d52b0b081408309164c49a979425384d4686a6da4ef, '', 0, '?'),
(0x4d93bae372db7e30ce640e4586474909, 'wp-content/plugins/duplicator-pro/views/settings/general/inc.migrate.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/views/settings/general/inc.migrate.php', 0, 0x336ad58506459ad2aaa220b6b66fa14a, 0x336ad58506459ad2aaa220b6b66fa14a, 0x1c247ea70a8343f50ff311e9ba891931a9ad10f8a2cfe82b9530910fe1828a08, '', 0, '?'),
(0x1c9d54375a1a48d4c444edbe9f9b5574, 'wp-content/plugins/duplicator-pro/views/settings/general/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/views/settings/general/index.php', 0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x3b9676d3b96f81c4a25baa505bc747c3, 'wp-content/plugins/duplicator-pro/views/settings/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/views/settings/index.php', 0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0xd3e8a2cb7290ea9f6f277c5865dfa64c, 'wp-content/plugins/duplicator-pro/views/settings/package/inc.brand.edit.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/views/settings/package/inc.brand.edit.php', 0, 0x8b8576cac4671d86cc6db1d13a8ad3ea, 0x8b8576cac4671d86cc6db1d13a8ad3ea, 0x4583383e1cc1650c07cb9068373d4c665fa10b1857cebb9d6170f4d7cca8ef84, '', 0, '?'),
(0xa356627dc005175cd9aaefa31c287813, 'wp-content/plugins/duplicator-pro/views/settings/package/inc.brand.list.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/views/settings/package/inc.brand.list.php', 0, 0xdba88c501a4fc2ae843ad46f7592c0d5, 0xdba88c501a4fc2ae843ad46f7592c0d5, 0x6362b8526121e84037a57b974d87118a12c2c0553b10e4cf13638366df4aae58, '', 0, '?'),
(0x53dd72e846890eac5af18cebd6706bb1, 'wp-content/plugins/duplicator-pro/views/settings/package/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/views/settings/package/index.php', 0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x9c1732c477ddda699c722c06e50b8e42, 'wp-content/plugins/duplicator-pro/views/settings/package/main.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/views/settings/package/main.php', 0, 0x6d2b47f323a8a27e9e0230700fd4cbd0, 0x6d2b47f323a8a27e9e0230700fd4cbd0, 0x8420598d5153a2b4a6dd27faac76e6c4c5457186c8a80c80de72d101f21f4134, '', 0, '?'),
(0xc2c67d041b7279e5c85e718d342070cc, 'wp-content/plugins/duplicator-pro/views/settings/schedule.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/views/settings/schedule.php', 0, 0xf4799ffe39348f2895aa58b2df0b3c67, 0xf4799ffe39348f2895aa58b2df0b3c67, 0xcdd516c7f6866cbf3d6935ed05bee8c65a132acede71b1c654d645a5659cfc1f, '', 0, '?'),
(0x0baf4cbda851945cdfd8da4b28f484e7, 'wp-content/plugins/duplicator-pro/views/settings/storage/hidden.fields.widget.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/views/settings/storage/hidden.fields.widget.php', 0, 0xd7fa95688e61240372015f6b5f9ed561, 0xd7fa95688e61240372015f6b5f9ed561, 0x21d3c15c76c5ca2dbf316d3abc7be3f93393e6cca84a990ddb6282ff7c16e478, '', 0, '?'),
(0x082eb417f9f7bad24ad475098b1d69f4, 'wp-content/plugins/duplicator-pro/views/settings/storage/inc.ssl.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/views/settings/storage/inc.ssl.php', 0, 0xc4cfc54cd3f8e142ff193f1c4c5e6d88, 0xc4cfc54cd3f8e142ff193f1c4c5e6d88, 0x15261f33698762dd3087e19c65bddd1886112ccc78b1e2bf7da620af269555c0, '', 0, '?'),
(0xbbceef284779d61a3c9cadee8ae8d73d, 'wp-content/plugins/duplicator-pro/views/settings/storage/inc.storage-general.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/views/settings/storage/inc.storage-general.php', 0, 0xab6c60148ea2b90c3068cc9f9b9a5ecf, 0xab6c60148ea2b90c3068cc9f9b9a5ecf, 0x9e58f68e1fbe24a97b644b5611fc4013f8a51ede1f9bb1e50a977b88e127d3fb, '', 0, '?'),
(0x515c777a8ae83fec21363cd8fa6e33da, 'wp-content/plugins/duplicator-pro/views/settings/storage/inc.storage-types.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/views/settings/storage/inc.storage-types.php', 0, 0x4c90d85f2d9761ef7727444dd7be1d68, 0x4c90d85f2d9761ef7727444dd7be1d68, 0xd2e21b92ecb3936911441ce14baa4da2c128a65d30bc12a8a847daa76055cfb4, '', 0, '?'),
(0xe01bb32372abf7def889c3e022471f37, 'wp-content/plugins/duplicator-pro/views/settings/storage/storage.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/views/settings/storage/storage.php', 0, 0x5cfa8b3e8d41b5ebde64578f41abd3ce, 0x5cfa8b3e8d41b5ebde64578f41abd3ce, 0x36afcbd17c19542cd5b45caee224ee45c2de510744be654815e1fbd5da63294b, '', 0, '?'),
(0x101709bf0968bcb80ee191724130e9d0, 'wp-content/plugins/duplicator-pro/views/tools/diagnostics/diagnostic.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/views/tools/diagnostics/diagnostic.php', 0, 0x9f6fe75b3f9ede21a19a6a2700d34c7a, 0x9f6fe75b3f9ede21a19a6a2700d34c7a, 0xe5ab3e578763d69840dfb2f4ec08381fcc338f139fcad55fa681dbf50a420769, '', 0, '?'),
(0x68c4bbf5850533e67fc5c713b82fbff3, 'wp-content/plugins/duplicator-pro/views/tools/diagnostics/inc.data.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/views/tools/diagnostics/inc.data.php', 0, 0x377edd0a1a50dd2483fad249dd04f291, 0x377edd0a1a50dd2483fad249dd04f291, 0x677e0028276425deccd653212490651171f205c7282bad67ad2e1de5a348bed9, '', 0, '?'),
(0x3b6841c24a6a17eb3e355284b922260c, 'wp-content/plugins/duplicator-pro/views/tools/diagnostics/inc.phpinfo.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/views/tools/diagnostics/inc.phpinfo.php', 0, 0x075b2ebf12973cb9edfd48bf9a746bed, 0x075b2ebf12973cb9edfd48bf9a746bed, 0xf5b6eaa45ba169598185f98bcd30856aa4a6a4b5dcf9368c81622ec89132dce5, '', 0, '?'),
(0x20a63582582057981a05937e0a13a686, 'wp-content/plugins/duplicator-pro/views/tools/diagnostics/inc.settings.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/views/tools/diagnostics/inc.settings.php', 0, 0xd03570f55fb70e5e6bc761021b322529, 0xd03570f55fb70e5e6bc761021b322529, 0x48c33663a9cff04c0791242a9460a19e09eb55fdd8f5d29d85d6d4698749ac79, '', 0, '?'),
(0xba9d63cb8d84f449f74afc15e6e6b45b, 'wp-content/plugins/duplicator-pro/views/tools/diagnostics/inc.validator.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/views/tools/diagnostics/inc.validator.php', 0, 0x153b507cbbdca84d8ec7fc905a7ba1b4, 0x153b507cbbdca84d8ec7fc905a7ba1b4, 0xdc915716de53871224053009653e2186987403252cfe47dfb59f125fefa1894b, '', 0, '?'),
(0xf6393f7b6777de065ed39c29a2a3170a, 'wp-content/plugins/duplicator-pro/views/tools/diagnostics/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/views/tools/diagnostics/index.php', 0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x83af8f2ca0ff81757674a7208d425a4c, 'wp-content/plugins/duplicator-pro/views/tools/diagnostics/log.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/views/tools/diagnostics/log.php', 0, 0x76af877c0370f110a07a580cef9d7705, 0x76af877c0370f110a07a580cef9d7705, 0x8bc414099c39c92411956305cc6cfd04dd4cb3785e6c440b08df1663c4979ecd, '', 0, '?'),
(0xdfd0833309636c86dd774c5d7e34706b, 'wp-content/plugins/duplicator-pro/views/tools/diagnostics/main.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/views/tools/diagnostics/main.php', 0, 0x3451ac693efeddb69403ecca2a51f600, 0x3451ac693efeddb69403ecca2a51f600, 0xccdbc1156a3d05ae85f3a812da0e2cddd7ae5ab1cc994aa3321aba6c691ff752, '', 0, '?'),
(0x68499b53039985f71cba652e4904f174, 'wp-content/plugins/duplicator-pro/views/tools/diagnostics/phplogs.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/views/tools/diagnostics/phplogs.php', 0, 0x0aa9ceece52b3bcf58682fc1e6556dc1, 0x0aa9ceece52b3bcf58682fc1e6556dc1, 0xb6e9c5f13e1b4c7818b7a2e68359e67bc376b8889d617c43a2685a013939d244, '', 0, '?'),
(0xb06cabbafc218985eecd9af7d6f91138, 'wp-content/plugins/duplicator-pro/views/tools/diagnostics/support.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/views/tools/diagnostics/support.php', 0, 0xbbdd35711a74773a530f3887ba0ca6d0, 0xbbdd35711a74773a530f3887ba0ca6d0, 0xbfc6a4ee47b5c770d3b2987021e20ae6b4bfd2304a053ff3c8053aca2daaf15b, '', 0, '?'),
(0xa55d6253a1ca686f30fdcd4c96ce8e28, 'wp-content/plugins/duplicator-pro/views/tools/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/views/tools/index.php', 0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x9c9432687ca5c3eee41278b66aa7b042, 'wp-content/plugins/duplicator-pro/views/tools/recovery/recovery-small-icon.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/views/tools/recovery/recovery-small-icon.php', 0, 0x2fa1047d3d287f3fd7e817b161325e7b, 0x2fa1047d3d287f3fd7e817b161325e7b, 0xa9131c649344b6568d30466a166507bd53541166bfce7216cedf3c40a447ed67, '', 0, '?'),
(0x47671ed2b0f4911bd711c16ba84a93ea, 'wp-content/plugins/duplicator-pro/views/tools/recovery/widget/recovery-download-launcher-content.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/views/tools/recovery/widget/recovery-download-launcher-content.php', 0, 0xf338868c57c47efa5e299f8d59240d1d, 0xf338868c57c47efa5e299f8d59240d1d, 0xda36c93292939e8908243242065e70a9ff8da5aadb8cceb74ddbe2de2fae8243, '', 0, '?'),
(0x84319f4bbdeb76d8b634aeded2fca1bc, 'wp-content/plugins/duplicator-pro/views/tools/recovery/widget/recovery-message-reset-error.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/views/tools/recovery/widget/recovery-message-reset-error.php', 0, 0x0f483d0216440cea10023b8bfc855469, 0x0f483d0216440cea10023b8bfc855469, 0xc95b3489d658a639330a3ed135c4bef7096b5625b4c8eff99bc3a20e21c98049, '', 0, '?'),
(0x952600d19f12e184047f5aa7ae61fd1a, 'wp-content/plugins/duplicator-pro/views/tools/recovery/widget/recovery-message-reset-ok.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/views/tools/recovery/widget/recovery-message-reset-ok.php', 0, 0x835bf41acab22cb80205515235997817, 0x835bf41acab22cb80205515235997817, 0x3ba7abb82aa18c4b5db6b86d62575ddeedeb18d6db22df2ef20998df8ea0a54c, '', 0, '?'),
(0x8d18525391b16cf38a625920075c7461, 'wp-content/plugins/duplicator-pro/views/tools/recovery/widget/recovery-message-set-error.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/views/tools/recovery/widget/recovery-message-set-error.php', 0, 0xfcad6b6c72ecb0e62ff95520b274498b, 0xfcad6b6c72ecb0e62ff95520b274498b, 0xe9cc9f3894c8f4234aa26fcf35fa22ac01823b2750de6d26b88250985596d277, '', 0, '?'),
(0x5e3b1f83d75394f5a911f3d9e9f36c81, 'wp-content/plugins/duplicator-pro/views/tools/recovery/widget/recovery-message-set-ok.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/views/tools/recovery/widget/recovery-message-set-ok.php', 0, 0x159f8fcf4da2ad5658f3b4c9b3ec305a, 0x159f8fcf4da2ad5658f3b4c9b3ec305a, 0x36d2383253f42b685c5035e42890cc2d300c8c6f9755e10dd4dc03a94eda2c26, '', 0, '?'),
(0xa98e5c6615a80f5b65233d1766bf6ab6, 'wp-content/plugins/duplicator-pro/views/tools/recovery/widget/recovery-widget-details.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/views/tools/recovery/widget/recovery-widget-details.php', 0, 0xb3d119b5d42f23e6ca4866b7800f01ce, 0xb3d119b5d42f23e6ca4866b7800f01ce, 0x75f42c4c3eac22f9cc56a19550922c28a8db36cd24fe3d107e2af9a865b069a0, '', 0, '?'),
(0x853779ec7505c1f2c91410f7b8fd17dd, 'wp-content/plugins/duplicator-pro/views/tools/recovery/widget/recovery-widget-link-actions.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/views/tools/recovery/widget/recovery-widget-link-actions.php', 0, 0xdacb790623c928e05920152007be1c4b, 0xdacb790623c928e05920152007be1c4b, 0x346a2a727ca688acbfe963f3bba090cdd7b3c0567331c333873cd122b42ab57d, '', 0, '?'),
(0x2d12045643ce8b13859821e45b21f1e5, 'wp-content/plugins/duplicator-pro/views/tools/recovery/widget/recovery-widget-scripts.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/views/tools/recovery/widget/recovery-widget-scripts.php', 0, 0xa19717dd1ab8de1fb9b23660c16298c5, 0xa19717dd1ab8de1fb9b23660c16298c5, 0xab5ca1940ae04c761b89c8f2b8de0f548ab36a278e61bafb72f5a6d25afc9217, '', 0, '?'),
(0x21bc513a9987c48c9134d2982c9dabbf, 'wp-content/plugins/duplicator-pro/views/tools/recovery/widget/recovery-widget-selector.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/views/tools/recovery/widget/recovery-widget-selector.php', 0, 0xc8141921b1dbc75b214cf75566868562, 0xc8141921b1dbc75b214cf75566868562, 0x047dc86d4926e694df84033f0209e4203df97b713e675d9f023a58077260dc65, '', 0, '?'),
(0x82742843b395349959c0cd37657e0afa, 'wp-content/plugins/duplicator-pro/views/tools/recovery/widget/recovery-widget.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/views/tools/recovery/widget/recovery-widget.php', 0, 0xa235dadccf5d96f9a49e47a4ada67600, 0xa235dadccf5d96f9a49e47a4ada67600, 0x9b48bf93db10cb0be26e206ed611c282cb44d5f19addf4ddf9866fbbf8fc89fe, '', 0, '?'),
(0x1519e089978609387e13227723bcea19, 'wp-content/plugins/duplicator-pro/views/tools/templates/index.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/views/tools/templates/index.php', 0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0x13b8dcaf3a46f915150a0216a5129fc0, 0xe2ef4cbd6b87940dc5603a29ca8fe1a431565f377a505af40706d178e93a45bf, '', 0, '?'),
(0x8208b849757111bcab65a895ee3e06b0, 'wp-content/plugins/duplicator-pro/views/tools/templates/main.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/views/tools/templates/main.php', 0, 0xcd9b9e446d1e49969377bdf5df8bf1ec, 0xcd9b9e446d1e49969377bdf5df8bf1ec, 0x789e58075fa692f224f7825b000b91993e8150cc1e8ebb538e9d8de25d2304fe, '', 0, '?'),
(0x45dc0b527048759154c5c025c53d709e, 'wp-content/plugins/duplicator-pro/views/tools/templates/template.edit.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/views/tools/templates/template.edit.php', 0, 0xd03f387a7513016b8c00b0141e393ca3, 0xd03f387a7513016b8c00b0141e393ca3, 0xc926cf42da49fc2fdbb57a421052e9f000165c73602bd800c94ffa6179ce2721, '', 0, '?'),
(0xcc2e03f4c2faa732c1e28a64f2a5b7ad, 'wp-content/plugins/duplicator-pro/views/tools/templates/template.list.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/views/tools/templates/template.list.php', 0, 0xd4d2a04f301265f4f4302c049551c094, 0xd4d2a04f301265f4f4302c049551c094, 0x3bb98ad0552aa04a23e2372a663a2020e1bb0356f1ad4282bfeca01cfd8ce5fd, '', 0, '?'),
(0x3b5e0f239f7544714dd6ae128caced6c, 'wp-content/plugins/duplicator-pro/views/tools/templates/widget/recoveable-template-info.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/views/tools/templates/widget/recoveable-template-info.php', 0, 0xa157067cd053e38a856e869409f39e2f, 0xa157067cd053e38a856e869409f39e2f, 0xf94543439cca9acfb4b71bedfc8dce2ac6358f554c6d81089f60b736540357f2, '', 0, '?'),
(0x320cb7e86816aadc450a653039dfda08, 'wp-content/plugins/duplicator-pro/views/tools/templates/widget/template-filters-info.php', '/home/activeeee/public_html/wp-content/plugins/duplicator-pro/views/tools/templates/widget/template-filters-info.php', 0, 0x0997582a739ae4f217dd190a4b1369f8, 0x0997582a739ae4f217dd190a4b1369f8, 0xbdf7f78428c3bd5023849952bfa5e8036bfb7b84e14e327d3617b15e70408117, '', 0, '?'),
(0xaaf611b4c53b5d3249214111cfb14bb6, 'wp-content/plugins/easy-digital-downloads/assets/css/chosen-rtl.min.css', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/css/chosen-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x43ba5fde6fdffe61ab35eaf5f1be1792, 0x889a122634aab0c85a518469a629937b1197c85ff941d44a867bc40d9848f0b7, '', 0, '?'),
(0x21c313b696e81fa9ecfcedcd6a39a114, 'wp-content/plugins/easy-digital-downloads/assets/css/chosen.min.css', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/css/chosen.min.css', 1, 0x00000000000000000000000000000000, 0x5469e4897578730ee447068e1b74be31, 0x21e1de97d8d0cd45c5fa92fd16d25241d43415c05bf96d723734a5466f25efe7, '', 0, '?'),
(0x2c40ac87a1126e30ae5581ec79c54e06, 'wp-content/plugins/easy-digital-downloads/assets/css/edd-admin-chosen-rtl.min.css', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/css/edd-admin-chosen-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xc69e530939661c43920b868f38110a3a, 0x429f72a6dab85e3f69c11e5e6d79d856a5ad1218dec5915cc43cb4ddf260f3a9, '', 0, '?'),
(0x83763c5509792c863622a83166f29c19, 'wp-content/plugins/easy-digital-downloads/assets/css/edd-admin-chosen.min.css', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/css/edd-admin-chosen.min.css', 1, 0x00000000000000000000000000000000, 0x336a9a79f2f66b2dd17cc7b5d7164e52, 0xbc0d3fbfa68c83a932b8102a0dc61f32d3033e37282de77e6d2fe3b4d55c9569, '', 0, '?'),
(0x26566cdc6ab0de173c8763318f0ded1d, 'wp-content/plugins/easy-digital-downloads/assets/css/edd-admin-datepicker-rtl.min.css', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/css/edd-admin-datepicker-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x2e4a78eb21a790fcc99c1e3a26b3ee29, 0xffbf9312365f84e5a3950af05cba86f55419b086f341a8eab57653758bba32b6, '', 0, '?'),
(0xfcf99061a566bcf81395f70771f34f75, 'wp-content/plugins/easy-digital-downloads/assets/css/edd-admin-datepicker.min.css', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/css/edd-admin-datepicker.min.css', 1, 0x00000000000000000000000000000000, 0x7ff9c9c3a33167205d12c11a863c98e7, 0x74795b4862b9086a5d15d7aa9ff2fb3ef6d54cb584af6e82fa16b08611004c5d, '', 0, '?'),
(0x89617f715685f4cb6485ad8d9fc659ec, 'wp-content/plugins/easy-digital-downloads/assets/css/edd-admin-email-tags-rtl.min.css', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/css/edd-admin-email-tags-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xa70790166baa2ca02413eb205c7a2886, 0xeac11948912343e6272d07060c00625d41eb3102222772b095124645863aa7e5, '', 0, '?'),
(0x184cbe83f39a2bbeb168d0fa336548ce, 'wp-content/plugins/easy-digital-downloads/assets/css/edd-admin-email-tags.min.css', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/css/edd-admin-email-tags.min.css', 1, 0x00000000000000000000000000000000, 0x940f444c2be4df51b68457639030fbf0, 0x98b49630a88066e72ef075113d6e938d596fbba097cd7d161f99966f94ba8454, '', 0, '?'),
(0x8febf1e9fe1cf4fd0c274d2a85eb5541, 'wp-content/plugins/easy-digital-downloads/assets/css/edd-admin-extension-manager-rtl.min.css', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/css/edd-admin-extension-manager-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x707f635543c382cfa832884ff82e36d4, 0xb1839329b97b218923c56b4e3b5e77aedbf6cdb9baf4e059bdd0c369656d195b, '', 0, '?'),
(0x7dd89585f6a84f88146874d49c78e266, 'wp-content/plugins/easy-digital-downloads/assets/css/edd-admin-extension-manager.min.css', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/css/edd-admin-extension-manager.min.css', 1, 0x00000000000000000000000000000000, 0x34292618ae9db56a97c08dadb1eb0074, 0x2ee7f37858b513e00f2fafbf53b7d1aa3a923f2373694b034953246656249546, '', 0, '?'),
(0x32039813f4882eedd5ccb1c03047ec19, 'wp-content/plugins/easy-digital-downloads/assets/css/edd-admin-menu-rtl.min.css', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/css/edd-admin-menu-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xe74be813bcbd5154101268187f066196, 0xb3f1fb8d71b5f43e215b323cf70285b1a81d6af3514f6f4eb430fa09c40d5a31, '', 0, '?'),
(0xa3ab26d41c1e1a64c2fb2f2214736f2c, 'wp-content/plugins/easy-digital-downloads/assets/css/edd-admin-menu.min.css', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/css/edd-admin-menu.min.css', 1, 0x00000000000000000000000000000000, 0x5ac623184718319472e260c2517b7f71, 0x034462104bbfd9663e795b11990e4fda42ff20eaf69c597f4e35ab7b1c423efc, '', 0, '?'),
(0x696930e38b0e920769107316ef9757fe, 'wp-content/plugins/easy-digital-downloads/assets/css/edd-admin-notifications-rtl.min.css', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/css/edd-admin-notifications-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xdf79674566c0c6a25dab2faedea4e2d1, 0xa0b8ce452ca8bf21c4c8097fcb04c5fd72330ab34a4a03694b6a21b6f817c25a, '', 0, '?'),
(0xba231a1f31b5ef09077b6828bdee4f1e, 'wp-content/plugins/easy-digital-downloads/assets/css/edd-admin-notifications.min.css', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/css/edd-admin-notifications.min.css', 1, 0x00000000000000000000000000000000, 0xb7478fd8038a7907a488d385a99054d2, 0xcdc8f3990f81338565a5e7b45734f03c1d75a3ebc250bbbf9fba2ca598a5107b, '', 0, '?'),
(0x0d6597f9177a0c5f8e954f4faa99655d, 'wp-content/plugins/easy-digital-downloads/assets/css/edd-admin-onboarding-rtl.min.css', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/css/edd-admin-onboarding-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x85c596f7dc99f850a51777519de7bf1d, 0x2dda9223abd0aa158c759f6f4f38fa912d77a7634a70d6e586415df475441046, '', 0, '?'),
(0x8fb30216aeb769358ed435437f1a896a, 'wp-content/plugins/easy-digital-downloads/assets/css/edd-admin-onboarding.min.css', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/css/edd-admin-onboarding.min.css', 1, 0x00000000000000000000000000000000, 0x804530469c874764b86cdfbaff39acc7, 0xb9617161a842f9b10dd4c8057dc6a9212f7294fa0b930106a2592a1e2944f127, '', 0, '?'),
(0x300ee2bffb162ad5af5be7ee3185aaa3, 'wp-content/plugins/easy-digital-downloads/assets/css/edd-admin-pass-handler-rtl.min.css', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/css/edd-admin-pass-handler-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x14fefe922fb6e9b27d5f0ca782c65ab7, 0x2d7e74bcd4f76d6d412758b61985fbfbdf82a0c42151f611cff098f969d7a150, '', 0, '?'),
(0x4bd4a729a70c163c0c1c348876628946, 'wp-content/plugins/easy-digital-downloads/assets/css/edd-admin-pass-handler.min.css', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/css/edd-admin-pass-handler.min.css', 1, 0x00000000000000000000000000000000, 0x57cad5abf9d1b01726ca2ce7698b4d77, 0xfb369b1e76d61030a3a07148c8871c9bdf49f1f88b0fc4c3fcb1798ce1044515, '', 0, '?'),
(0x951edd14edb84bedf182f6c173b4ccad, 'wp-content/plugins/easy-digital-downloads/assets/css/edd-admin-rtl.min.css', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/css/edd-admin-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x3fe10c6957a8de85f0452405cd7a7f54, 0x7e26d7bf05c1d75320e282458a3cd98bbbe1033e434c0491f6de362f2e438a71, '', 0, '?'),
(0x85249c7ed4507ac8f3c458ae9b714aa3, 'wp-content/plugins/easy-digital-downloads/assets/css/edd-admin-tax-rates-rtl.min.css', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/css/edd-admin-tax-rates-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x082ea2e51152402046f3fcefd0b0ca2f, 0xb38dcd98836fd4061eef9f93cb3554f14492642fe48748a96454af8f083f84a9, '', 0, '?'),
(0x47a564264e7055f3b80e5a9e3ddc7f6b, 'wp-content/plugins/easy-digital-downloads/assets/css/edd-admin-tax-rates.min.css', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/css/edd-admin-tax-rates.min.css', 1, 0x00000000000000000000000000000000, 0xd66471e7785ccca545875c5b34c6c9e7, 0xf5556ce05c85dd6db4476b92d2006a5cf400986bf5747eb3c51b409da170f797, '', 0, '?'),
(0xd958f9da5c3a3606ad5ccd2169768e40, 'wp-content/plugins/easy-digital-downloads/assets/css/edd-admin.min.css', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/css/edd-admin.min.css', 1, 0x00000000000000000000000000000000, 0x42068cd06b7479649b254e75c0afcfaa, 0x7ce0f7b33ee79316452ca0d3f11a8b16c0a67f2750b4cb10bbc4fb5208628f9b, '', 0, '?'),
(0x1cdc30c027e4e2cf310ccf883ddf00ba, 'wp-content/plugins/easy-digital-downloads/assets/css/edd-rtl.min.css', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/css/edd-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x88678910abd80b33ecc00b008f076883, 0xfff37c8e94e00d795f2efb1aa4f52c717a838e7a2c2e63089f4e3fec1e7d04ad, '', 0, '?'),
(0x90f5535ca3c848ad9a412ccc28a765ac, 'wp-content/plugins/easy-digital-downloads/assets/css/edd.min.css', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/css/edd.min.css', 1, 0x00000000000000000000000000000000, 0x5e608569d5c0643ca4c0e8fe8659a0d3, 0x4cd2035fa3bf224550b4100b9393e5b094c98875889d4343b766455f9d79ef15, '', 0, '?'),
(0x597fc3a9538293e0647152caa67111c5, 'wp-content/plugins/easy-digital-downloads/assets/css/jquery-ui-fresh-rtl.min.css', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/css/jquery-ui-fresh-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xa6330f6d2c85402db98d5f0f7b61cc37, 0x6e6c722484c50d1b10954031cf35c3652299a2afd69abccd4821673aba197d6d, '', 0, '?'),
(0x49fc9e135a16f81532126d19a4f77069, 'wp-content/plugins/easy-digital-downloads/assets/css/jquery-ui-fresh.min.css', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/css/jquery-ui-fresh.min.css', 1, 0x00000000000000000000000000000000, 0x61aede914019bf154782937498de0e4b, 0x527a854bf4e4deac36745b73b6c2ab233df6887f44766b64953e8d2493414fc0, '', 0, '?'),
(0x29bf1e6c390816a729840496d6447960, 'wp-content/plugins/easy-digital-downloads/assets/css/stripe-admin-rtl.min.css', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/css/stripe-admin-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x628f87682c72e8e8d5fb2a4e3cf8cf04, 0x84f3c4c8945eaf3e4f664096e9158899b8d1374d37387565989ca44a6cb88b66, '', 0, '?'),
(0x060c0004f697cee4e819ac6f58ab57a6, 'wp-content/plugins/easy-digital-downloads/assets/css/stripe-admin.min.css', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/css/stripe-admin.min.css', 1, 0x00000000000000000000000000000000, 0x634e56cfa0fafdc0d833369f15468332, 0xa4e141511a0f93e63085ff98501b3961812dd2fb68a88e511b573719ee2ea7cf, '', 0, '?'),
(0x26c66f70642203d28a8c03867078e532, 'wp-content/plugins/easy-digital-downloads/assets/css/stripe-cardelements-rtl.min.css', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/css/stripe-cardelements-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xaf3c45e070acd52e2e08c2464a171cfe, 0xbca0deed0d08a32819d0ca2042d6d7fceee7f5ff1a3d9bb2daa108fe487fffdc, '', 0, '?'),
(0x943c39012565642bf2719ae62f3b8a06, 'wp-content/plugins/easy-digital-downloads/assets/css/stripe-cardelements.min.css', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/css/stripe-cardelements.min.css', 1, 0x00000000000000000000000000000000, 0x393a8e1ce25bb9b511f1c9e7d304cfe1, 0x6d9f6e104389d96195c2f21c8512cc90e93645a65346b8ca6a206fc910b7cb0a, '', 0, '?'),
(0xebc90bbcb64a8d94f242de6a5e95d7eb, 'wp-content/plugins/easy-digital-downloads/assets/css/stripe-paymentelements-rtl.min.css', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/css/stripe-paymentelements-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xa94ad783265e1ceb419973da2883ba5b, 0xfbd2754a2f4dc5ac6a40cc2cb683184596c15a7682bf4f574ff43b5f405621f9, '', 0, '?'),
(0x96aeddd39f6f595e3136145001d7285d, 'wp-content/plugins/easy-digital-downloads/assets/css/stripe-paymentelements.min.css', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/css/stripe-paymentelements.min.css', 1, 0x00000000000000000000000000000000, 0x13a3879ee0ef516a708093a5dad0543c, 0xa0fad1977298c8fc86211c90986323c8c404ace192205452127c7bcbacb0e8e5, '', 0, '?'),
(0xa8ee6c7fe1a717b6788fce39a7bbeb0c, 'wp-content/plugins/easy-digital-downloads/assets/images/admin-flyout-menu/edd-active.svg', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/admin-flyout-menu/edd-active.svg', 1, 0x00000000000000000000000000000000, 0xf0b015da49c7c0ea9fd908bd9fe149d7, 0x4a26057629979fb3f9b70dcc4a3ea828f80ea8ad7d41e09b9ae7aadf4d037666, '', 0, '?'),
(0xfa2aeab8f4b03ae287f97acb02a337bd, 'wp-content/plugins/easy-digital-downloads/assets/images/admin-flyout-menu/edd-default.svg', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/admin-flyout-menu/edd-default.svg', 1, 0x00000000000000000000000000000000, 0xe6074364dbb038639c5b8b225416c652, 0x4202cd8aa3add8d58453a96fdf161568d8a0f2ec6501087dd36cff08957903f2, '', 0, '?'),
(0x41137f6eeb46bf76a53e378ece315a21, 'wp-content/plugins/easy-digital-downloads/assets/images/edd-cpt-2x.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/edd-cpt-2x.png', 1, 0x00000000000000000000000000000000, 0x576b10ceac62abe3878e0ff4fb3eee85, 0x321909975a5a036de342ae07cc069d674090ad66e9d6d53f3ac15311da13bac0, '', 0, '?'),
(0x75246df3b64d3918f3abb697f686529e, 'wp-content/plugins/easy-digital-downloads/assets/images/edd-cpt.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/edd-cpt.png', 1, 0x00000000000000000000000000000000, 0xa68a5e6d46eeb70a0ba1056f6ce7b5e1, 0xd7afe4b706cef5129846a2b4583196541c41f98c9c3ff004145aa3e9ecee78fb, '', 0, '?'),
(0xb2479d1b77c67c32f7a7a393e4b0d313, 'wp-content/plugins/easy-digital-downloads/assets/images/edd-cross-hair.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/edd-cross-hair.png', 1, 0x00000000000000000000000000000000, 0x0f5d44efae14ae02c13a55505e2077da, 0x2453d55aaab3b6daec44d038c3a935fc9564e837303029ad03a2ae991df3957f, '', 0, '?'),
(0xcc853f1f4f9aa11c32ad13a09cd0626f, 'wp-content/plugins/easy-digital-downloads/assets/images/edd-icon-2x.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/edd-icon-2x.png', 1, 0x00000000000000000000000000000000, 0x2dc32fccfa57501d3249b9e04056cd3d, 0xbcf78f904e64a2edf75dcfe6cfab2b608dcbaed15961b9c7cada5e1b80463256, '', 0, '?'),
(0xe9cf99a67acdd075be002849c436fe08, 'wp-content/plugins/easy-digital-downloads/assets/images/edd-icon.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/edd-icon.png', 1, 0x00000000000000000000000000000000, 0x22400f3f76db036bfe11907856f063ca, 0x081aac863e129df4e2a49d86864dce5bc3d5bd4b5f89c01cd8ba3a1f297fae83, '', 0, '?'),
(0x613924252f1dbd792431bb6836597900, 'wp-content/plugins/easy-digital-downloads/assets/images/edd-logo-pdf.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/edd-logo-pdf.png', 1, 0x00000000000000000000000000000000, 0xde647b8c648331da11a41d939562bcc1, 0xa20b84646c9879014b9f599ec7218199bd0c221c1e162a28091b93a19cfbdeae, '', 0, '?'),
(0xb83e823f59c4f5ce063c4b7f2b0f70f1, 'wp-content/plugins/easy-digital-downloads/assets/images/edd-logo-white-2x.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/edd-logo-white-2x.png', 1, 0x00000000000000000000000000000000, 0xfd280558edc58b312e7d31db12d338ab, 0x566df4234895d5b7178fa9d55326aa39aa3a11598cc99db2ba54810ef46d9694, '', 0, '?'),
(0x4126bdfc2e90ecdb67d94e630332970e, 'wp-content/plugins/easy-digital-downloads/assets/images/edd-logo.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/edd-logo.png', 1, 0x00000000000000000000000000000000, 0x688a73de249716268bd4792a84fb35be, 0xcaf4886b91dfc1b3f121d062c882c8571b1c36336fe64e4774d6eb6fe4e0590c, '', 0, '?'),
(0x0ca550ab16b1efb46d34b85adfaa249e, 'wp-content/plugins/easy-digital-downloads/assets/images/edd-logo.svg', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/edd-logo.svg', 1, 0x00000000000000000000000000000000, 0xdf3009917d2c5372bb279e7a559cf2d0, 0xb9f3d88880074d900288ca5255b3dbfea0e47606839cd56974c97b72e07b4065, '', 0, '?'),
(0x3eaa22be5add354f60e555003eb32d56, 'wp-content/plugins/easy-digital-downloads/assets/images/edd-media.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/edd-media.png', 1, 0x00000000000000000000000000000000, 0x6d1ba8d3ee86a388dfeae114899ecff8, 0x2c5e841c67466e502d458f9bb676cf4d647d9d486b24a0c2568a7251e17585fa, '', 0, '?'),
(0x0d8d0d2ebcb64418857d47fb6d5a1c24, 'wp-content/plugins/easy-digital-downloads/assets/images/edd-peeking.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/edd-peeking.png', 1, 0x00000000000000000000000000000000, 0xa41d02b11bfd998cb6af9bb344ae9703, 0x0caa4941252355b8c0efb60d9dfacf323411dfc7d4e000e16bd39fba55279f80, '', 0, '?'),
(0x4af967b3dc80f7dba77803c9a6c52f4a, 'wp-content/plugins/easy-digital-downloads/assets/images/icons/edd-blue-checkmark.svg', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/icons/edd-blue-checkmark.svg', 1, 0x00000000000000000000000000000000, 0x607f61d257d4830eb53495fda4a472e4, 0x80bd9cea2d5805e17f687d751d6e7e91ff99495a3a6152c9a98019db4a6964cb, '', 0, '?'),
(0x12e8b3c0fdbe9dac8fa09f94e870f1f3, 'wp-content/plugins/easy-digital-downloads/assets/images/icons/icon-arrow-down.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/icons/icon-arrow-down.png', 1, 0x00000000000000000000000000000000, 0x4c072923031110eb18887091b65673a5, 0x6268bc1e05021a6383c27e89ff5f5277b6c47791f7542a69a4c920967e2f6566, '', 0, '?'),
(0x940dc94ee699167a941150426958843e, 'wp-content/plugins/easy-digital-downloads/assets/images/icons/icon-arrow-up.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/icons/icon-arrow-up.png', 1, 0x00000000000000000000000000000000, 0xdc1cd42f9d1400e1c8ae0a48dd65b270, 0x7685e08022bae0bc58c80f4ebf8affadc29570d51deb9351de0ce20d4dbd2825, '', 0, '?'),
(0x5073bde724ef974ab4692e63572aca7e, 'wp-content/plugins/easy-digital-downloads/assets/images/icons/icon-automate.svg', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/icons/icon-automate.svg', 1, 0x00000000000000000000000000000000, 0x25c7cd287a20d65a6ecdec3179a2d695, 0x885196b6222099a7b0712043d130bee360409f89727664c3d399d4d08cc101db, '', 0, '?'),
(0x0c0cdbfb81c170b1cc36b874140ea371, 'wp-content/plugins/easy-digital-downloads/assets/images/icons/icon-average.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/icons/icon-average.png', 1, 0x00000000000000000000000000000000, 0x53658f90989591f79aa6d9529f2a30a2, 0x56de3c0778fd36bc955b44346894b488d216d43efc6cc2a263f1ef00cd834741, '', 0, '?'),
(0xa63882dfa63ce9c452db4b853c3e7528, 'wp-content/plugins/easy-digital-downloads/assets/images/icons/icon-bundle.svg', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/icons/icon-bundle.svg', 1, 0x00000000000000000000000000000000, 0x758ea61f33b796c4e6b6f05c118fe62a, 0xe5b966ba8f2e0b3207949d9f947ebafa8f17228250bfcb9751689a6a22b2c1a7, '', 0, '?'),
(0x8c7942a8572dec5b5bcc1f6a8a07a2d3, 'wp-content/plugins/easy-digital-downloads/assets/images/icons/icon-chevron-down.svg', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/icons/icon-chevron-down.svg', 1, 0x00000000000000000000000000000000, 0x6f54abe3fc633aa90da3ded626c2ab1f, 0x03c571829f388cb482919cf538776ca90ded90a10ec46f5e58790c00f194e1c7, '', 0, '?'),
(0xb5a01a9cae9a1a035d714335901fbcca, 'wp-content/plugins/easy-digital-downloads/assets/images/icons/icon-edd-heart.svg', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/icons/icon-edd-heart.svg', 1, 0x00000000000000000000000000000000, 0xe3124cd2ca936e309bcec1ac8c3a0819, 0xcea95f81e6762750e780ce082531b15a3efb914846f01874f5f19fb53c017225, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xa927f2c03d2168c7f81ae8611f83a182, 'wp-content/plugins/easy-digital-downloads/assets/images/icons/icon-email-marketing.svg', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/icons/icon-email-marketing.svg', 1, 0x00000000000000000000000000000000, 0x2f95b89fbc0ce95019d2d2ba9984809c, 0x202b45f1eccbd86eed347c4570a3420131998d72a868a3c1f616d32dfa137c63, '', 0, '?'),
(0x07824525adfc964366c78b39bfa8b386, 'wp-content/plugins/easy-digital-downloads/assets/images/icons/icon-gateways.svg', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/icons/icon-gateways.svg', 1, 0x00000000000000000000000000000000, 0xdbc7bdf99d5dcc2a75332a182cca60c9, 0x97789d81647fc7582afa44e221bb1e7049a05ef355befa64941930bfbd90e29d, '', 0, '?'),
(0x23a275209ab7a57d700c7c9b8173a625, 'wp-content/plugins/easy-digital-downloads/assets/images/icons/icon-gross.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/icons/icon-gross.png', 1, 0x00000000000000000000000000000000, 0x3a2c984b55b6250c47605a0bb312ef4d, 0x356c6a08a0e3ef4f6a89ad00a855d247376256c2d5ba2d0c5b40929eb70d5fe7, '', 0, '?'),
(0x0515a9170782e68f43d21c174a5518b9, 'wp-content/plugins/easy-digital-downloads/assets/images/icons/icon-install.svg', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/icons/icon-install.svg', 1, 0x00000000000000000000000000000000, 0x60b73373ab2b9e58d34bc8759a58dfa3, 0xc27cabe4be25cf92b041ee57910c85d0dd3152ece43f670a4f0e35e4a7dcc980, '', 0, '?'),
(0x0a9c20f9743f58896a38c2467c9d5517, 'wp-content/plugins/easy-digital-downloads/assets/images/icons/icon-lead-magnets.svg', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/icons/icon-lead-magnets.svg', 1, 0x00000000000000000000000000000000, 0x074225ec30bc3641b3e3801bf6e82a03, 0x190b1536f856d7d9fed385c200c20f88b7567d6367523b7e89c49ed19db4e5b1, '', 0, '?'),
(0xdc15d496f0dba5ac91b18e619ef45b66, 'wp-content/plugins/easy-digital-downloads/assets/images/icons/icon-megaphone.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/icons/icon-megaphone.png', 1, 0x00000000000000000000000000000000, 0x10bd54dd5817ea6becaa8ba8eece35a2, 0xbb652352a6d7b77a3e598f43ce6ffea09bc8377477c64f6bfeff90510cc546b9, '', 0, '?'),
(0xbe365f350d724375393cea34fa2cea71, 'wp-content/plugins/easy-digital-downloads/assets/images/icons/icon-net.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/icons/icon-net.png', 1, 0x00000000000000000000000000000000, 0xb81652d075e3d675025fd63f497b0551, 0xf639041c957fa405fc9144eb68aad223b920852826630e6832355fb6915d1ddd, '', 0, '?'),
(0x8b76856c6aeece4cd819a2adb7173a11, 'wp-content/plugins/easy-digital-downloads/assets/images/icons/icon-new-customers.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/icons/icon-new-customers.png', 1, 0x00000000000000000000000000000000, 0x63c76c47e1a8b9ff620b938912751e0f, 0x31e86021f0b8eef5601b2191055b4725124530d15b0495e237b807f931b8b412, '', 0, '?'),
(0x150bb4a262bf43baaa93819157c38da5, 'wp-content/plugins/easy-digital-downloads/assets/images/icons/icon-settings.svg', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/icons/icon-settings.svg', 1, 0x00000000000000000000000000000000, 0xe38d079db8d8787c77995c7680ae73d9, 0x14e5406b091a162638a1586385df5a25c0275900975fb60e19a4611431b0d112, '', 0, '?'),
(0x1d886ff484c94a82644d9834be65c715, 'wp-content/plugins/easy-digital-downloads/assets/images/icons/icon-smiley.svg', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/icons/icon-smiley.svg', 1, 0x00000000000000000000000000000000, 0x448d229e11d1bc0d4cddda80c239f294, 0x34bfc841ad00c80217cc13af6c4d146953e7a2de8a737ab2d5dbc49347921899, '', 0, '?'),
(0xdd35a0343f6d63aca073427b58523a19, 'wp-content/plugins/easy-digital-downloads/assets/images/icons/icon-subscriptions.svg', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/icons/icon-subscriptions.svg', 1, 0x00000000000000000000000000000000, 0x8972cf21ed9e2c3e2790c564ec062435, 0x412486a43e7dabf250b74bfc46a00f8ac396c29c2bf568316d76506045bf1559, '', 0, '?'),
(0x21adf9524fe7a9740f095a93ec228606, 'wp-content/plugins/easy-digital-downloads/assets/images/icons/icon-top-products.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/icons/icon-top-products.png', 1, 0x00000000000000000000000000000000, 0x7556ea5af6afa5316a8c4f39b6cee88b, 0xec43f42265ebc8acf700810c18e64ec6e8cbac442dd16b399525812e52182b30, '', 0, '?'),
(0x5f44477795e535527fe4b5bd39ba846a, 'wp-content/plugins/easy-digital-downloads/assets/images/icons/iphone.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/icons/iphone.png', 1, 0x00000000000000000000000000000000, 0xe20c9c56045243bcf2169c6fa5f66694, 0x753fcff95ce2cecf8ac2688ca02e4687f5dd2ad0c6a24a0b0a92515e32a2fa17, '', 0, '?'),
(0xc7b995543235b919451c4b57a489504a, 'wp-content/plugins/easy-digital-downloads/assets/images/loading.gif', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/loading.gif', 1, 0x00000000000000000000000000000000, 0xfb947b5107ee9a4cbb1a7299459d46ae, 0x30920c92011ed94add2469ac3db8ad99afd7a6a5684046c6e2080245a2ad3fee, '', 0, '?'),
(0x49ae5e42ba5233f14037d86fae2234e3, 'wp-content/plugins/easy-digital-downloads/assets/images/logo-edd-dark.svg', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/logo-edd-dark.svg', 1, 0x00000000000000000000000000000000, 0x57187d776d853701397a886e92ea68b8, 0x7cf0c547e85d87483f9f32999dfad41df20985982421edf2ecd675c63acac0af, '', 0, '?'),
(0x1a09de4f1416d655fffe257f2380a11e, 'wp-content/plugins/easy-digital-downloads/assets/images/media-button.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/media-button.png', 1, 0x00000000000000000000000000000000, 0x0a770af1bd157775087349e005bc9e25, 0x0583bfd75d5069683bcb9afadf7fbe841c5b4eea49f2ef6c7f2bf58ca61dac4c, '', 0, '?'),
(0x383b7d3292c0dea2ce371fb7f7ae3811, 'wp-content/plugins/easy-digital-downloads/assets/images/onboarding/bob.jpg', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/onboarding/bob.jpg', 1, 0x00000000000000000000000000000000, 0xf923dc8c8ba582df07aaa4de46a1bfa3, 0x3f5eed52165b1799092355dea62dd4dd08d2020f25da28c13d15be0f32bd1bba, '', 0, '?'),
(0xc5a87dc50e2df1ecf08747f9357fc4c3, 'wp-content/plugins/easy-digital-downloads/assets/images/onboarding/joe.jpg', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/onboarding/joe.jpg', 1, 0x00000000000000000000000000000000, 0x22a247a93fb37f0f7b96fe988d3781dc, 0x81811deb26fa0b4dc5da732ad57d84ee6b0f9c2d6a4aeb3e2cf97669c45dea70, '', 0, '?'),
(0x4ad2ff7b8853d772e26b0207101f3a81, 'wp-content/plugins/easy-digital-downloads/assets/images/onboarding/nicolas.jpg', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/onboarding/nicolas.jpg', 1, 0x00000000000000000000000000000000, 0x9981704fe25886a6bf2b422a53950b06, 0x1d51eb2a861cb69178f64f1ed8ece797d9778c46a2ed8a22fce803634370c56f, '', 0, '?'),
(0x65672ffbe17796b1f21e78dea9d333e4, 'wp-content/plugins/easy-digital-downloads/assets/images/onboarding/stripe-logo.svg', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/onboarding/stripe-logo.svg', 1, 0x00000000000000000000000000000000, 0xbe10f60423415b4c8faca8a5373d48cb, 0xf8c00fc719ceb7ff9018d8eccf2b5b47816f7a4291a16fc4f96a2dec92a74a5c, '', 0, '?'),
(0xaa42ef327f5d8a97608d03a12ba81936, 'wp-content/plugins/easy-digital-downloads/assets/images/promo/about/configuring-caching.svg', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/promo/about/configuring-caching.svg', 1, 0x00000000000000000000000000000000, 0x0ee0361c82cd791eaab67fbea1157686, 0x5369a85c9cc95791d100d15c73b88a640cd7308df1c202c007b456a09cc2d646, '', 0, '?'),
(0x1f880b3ac843f49107dc54341cbdff8b, 'wp-content/plugins/easy-digital-downloads/assets/images/promo/about/getting-started-welcome.svg', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/promo/about/getting-started-welcome.svg', 1, 0x00000000000000000000000000000000, 0x5d05d79562beae679a46fef7f95b81b6, 0x75c78d5bac39b2cf0f20870eb27135824d404fc3444376b1c3737f61906e0813, '', 0, '?'),
(0x94c0373771cc8a767f5a77e848d901b3, 'wp-content/plugins/easy-digital-downloads/assets/images/promo/about/how-to-install-activate.svg', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/promo/about/how-to-install-activate.svg', 1, 0x00000000000000000000000000000000, 0x043c336f2a0d5bb6ebc4158399bdf430, 0x700162a21f7c6f05807ca3bbb81cf7d605be6fcc94d7c595f29c59d7dfbd22cf, '', 0, '?'),
(0x6361f63cd624f5cfd23bf25a759ad035, 'wp-content/plugins/easy-digital-downloads/assets/images/promo/about/introduction-to-edd.svg', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/promo/about/introduction-to-edd.svg', 1, 0x00000000000000000000000000000000, 0x8b8ad04c04aed815813051e46dae16a4, 0x6a898edf1c9929ee79ae9c139369b0b4173abdfe4e77789086ade82727fcfcda, '', 0, '?'),
(0xee4e6d127695bc4d8a1a9cca27cbf2ee, 'wp-content/plugins/easy-digital-downloads/assets/images/promo/about/using-edd-blocks.svg', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/promo/about/using-edd-blocks.svg', 1, 0x00000000000000000000000000000000, 0xe66f06a295655217bc0d9c4bfe4e6ec5, 0x7e17d202b784670a0df2dd6a73f2bff5bb9e0292b9fad59144fe5ad25e7f147d, '', 0, '?'),
(0x00bee38025cb81f2e1e1b4cc47b43005, 'wp-content/plugins/easy-digital-downloads/assets/images/promo/am-team.jpg', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/promo/am-team.jpg', 1, 0x00000000000000000000000000000000, 0x01f21110ce64f48cd1289f94d1c26148, 0xcd4014b96284ddcf236ab26624f86566077c10b180546301f4972f178f8a82de, '', 0, '?'),
(0xbf260fdc3970d28848dedc8e9b12c160, 'wp-content/plugins/easy-digital-downloads/assets/images/promo/bfcm-header.svg', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/promo/bfcm-header.svg', 1, 0x00000000000000000000000000000000, 0x2848f1cea81b9a3e12528161b0e1fd3b, 0xf3ea29ffc69560eb950508556a747b8b28160b549adaa04de9aaa465cac8f74b, '', 0, '?'),
(0x5ff03d449043c2050e8c3427fde51c94, 'wp-content/plugins/easy-digital-downloads/assets/images/promo/brands/plugin-affwp.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/promo/brands/plugin-affwp.png', 1, 0x00000000000000000000000000000000, 0x39280457df6f0f7e94691d040cac01af, 0x8d0058958a1d589f802e7d8fd471b06f74512873e082c64d1f2237c52c0a3a98, '', 0, '?'),
(0x4345e56a4d8e95456448e41219a6a1c5, 'wp-content/plugins/easy-digital-downloads/assets/images/promo/brands/plugin-aioseo.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/promo/brands/plugin-aioseo.png', 1, 0x00000000000000000000000000000000, 0xf8be90feb87d92f7a1a14b961be752a8, 0x5b35c3579fbfaad47cfec072bec650628a5620297f5c909c764d466d99cd8c1d, '', 0, '?'),
(0xa0c0e6f2577735454119d8327703da4c, 'wp-content/plugins/easy-digital-downloads/assets/images/promo/brands/plugin-charitable.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/promo/brands/plugin-charitable.png', 1, 0x00000000000000000000000000000000, 0xced5f14b4fc715cfbbde537bbb67d4d5, 0xf568141a35b29e759f6909000344db859ecaad5daf45364f2bae7e34479766cc, '', 0, '?'),
(0x1c74b76a9c65f071fef0211743197c83, 'wp-content/plugins/easy-digital-downloads/assets/images/promo/brands/plugin-duplicator.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/promo/brands/plugin-duplicator.png', 1, 0x00000000000000000000000000000000, 0x8b7d35728dd4ae986dab8df8f27a7778, 0x9cbd56df172f6592c66338f9ac9d3ba09f740c3fe39177053f13d5a45008740a, '', 0, '?'),
(0x6b3ca60f80f6d3d30e15cf8a04a90dbc, 'wp-content/plugins/easy-digital-downloads/assets/images/promo/brands/plugin-edd.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/promo/brands/plugin-edd.png', 1, 0x00000000000000000000000000000000, 0xe13edc54b5348a49473a33680aafc7ba, 0x0d7f1cc7a3a74cd3f48ab31635cbfd53a5b819275104577e50a6810fa6759223, '', 0, '?'),
(0xe05291b8a45752f7973d219958907f5c, 'wp-content/plugins/easy-digital-downloads/assets/images/promo/brands/plugin-mi.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/promo/brands/plugin-mi.png', 1, 0x00000000000000000000000000000000, 0x0a82941225753dcb19b9820f31eb7d3c, 0x87eb9c9629af679a30709110690b765e1313d068f79113a0e437f5fd9ac71814, '', 0, '?'),
(0x5cc38182f87c71f8c91a4101fb638f38, 'wp-content/plugins/easy-digital-downloads/assets/images/promo/brands/plugin-om.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/promo/brands/plugin-om.png', 1, 0x00000000000000000000000000000000, 0xa98a34126cfce2593c260773913eed72, 0xfd182d39ffb2b59ec40bcdc26be1c25a3dc852aa678a5b432ebe85c1e3ebb898, '', 0, '?'),
(0x90d08dfdaf234f0c8c8aef83657f834a, 'wp-content/plugins/easy-digital-downloads/assets/images/promo/brands/plugin-pushengage.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/promo/brands/plugin-pushengage.png', 1, 0x00000000000000000000000000000000, 0xf1586efe00750e660730af4a2795ce30, 0x4c961931c8e24626bbbe03d42889aac5829de1d4e90b059214c31abd2215f802, '', 0, '?'),
(0x2b1e801e19dcbebe303a707eb5be9d35, 'wp-content/plugins/easy-digital-downloads/assets/images/promo/brands/plugin-rp.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/promo/brands/plugin-rp.png', 1, 0x00000000000000000000000000000000, 0x769fb02465f3cb054847e748c74498e0, 0x2ec35e7f264f27dc7b36005a04cdd474f14b6691351a6cb8da6a8ea4e63f2c05, '', 0, '?'),
(0x92589689d9923a0d78e6921a3d600c4e, 'wp-content/plugins/easy-digital-downloads/assets/images/promo/brands/plugin-sb-fb.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/promo/brands/plugin-sb-fb.png', 1, 0x00000000000000000000000000000000, 0x19931472cf3e262f2c5199ca14f82c53, 0x3c2b5c54c58369db57398dc3d4993c9994830881d4ca65279f5e61e116bfe1bd, '', 0, '?'),
(0x36506fe8eea318ef21cb389e223530a8, 'wp-content/plugins/easy-digital-downloads/assets/images/promo/brands/plugin-sb-instagram.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/promo/brands/plugin-sb-instagram.png', 1, 0x00000000000000000000000000000000, 0x303e90758d6aa1f83dd6be3288260db6, 0x2f9a9f47bba927171b02b75e1aad928ed1e7d56f4a6d47fb813db1ae5307a4f7, '', 0, '?'),
(0x4f471f592b5bd205f7008a48a2ebacbf, 'wp-content/plugins/easy-digital-downloads/assets/images/promo/brands/plugin-sb-twitter.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/promo/brands/plugin-sb-twitter.png', 1, 0x00000000000000000000000000000000, 0x88ea3cfc092b1845b68ba94987751b02, 0x640b7b857ec88c5f6ac108ebe006be2eb283f3d15392f09c16b15c08b8974867, '', 0, '?'),
(0xca40f99aec61d5610e9e66c47006e699, 'wp-content/plugins/easy-digital-downloads/assets/images/promo/brands/plugin-sb-youtube.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/promo/brands/plugin-sb-youtube.png', 1, 0x00000000000000000000000000000000, 0xd2a15f926aabf0f37de369c46626ce72, 0x13ceefd7a5344b008b7d1912f75ce937314523cb34b7310724d682e4d9c30ced, '', 0, '?'),
(0x27c19af89cac99babb0ccf41fd043c84, 'wp-content/plugins/easy-digital-downloads/assets/images/promo/brands/plugin-searchwp.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/promo/brands/plugin-searchwp.png', 1, 0x00000000000000000000000000000000, 0x0c740fc4fc190beabfcdaf3d0e00ff97, 0xbf8f69494c994160c3baa720dfcec32ed069655f4e31c656b4c788110ab8f49b, '', 0, '?'),
(0xccaeda91f00f3ac0b8c3162c9f1aef03, 'wp-content/plugins/easy-digital-downloads/assets/images/promo/brands/plugin-seedprod.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/promo/brands/plugin-seedprod.png', 1, 0x00000000000000000000000000000000, 0xc30a484eb753948190f34e2089a87031, 0x3f3e9a67a01509de6781ba5ce6296c971b3cdc962f87f19778ea761dfae810a6, '', 0, '?'),
(0xda4d73c9c063f582a7deb06001830689, 'wp-content/plugins/easy-digital-downloads/assets/images/promo/brands/plugin-smtp.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/promo/brands/plugin-smtp.png', 1, 0x00000000000000000000000000000000, 0xd542740718ad56b1e9c049a6112ed0b2, 0x16d0e76188660d14d1cf677e74b036255c1320c6886053e77b0310305c47660d, '', 0, '?'),
(0x3dbfcf73a2bc5c980b8d623efafc5054, 'wp-content/plugins/easy-digital-downloads/assets/images/promo/brands/plugin-sugarcalendar.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/promo/brands/plugin-sugarcalendar.png', 1, 0x00000000000000000000000000000000, 0xbb657dfe31f94e915bcdbfe1d2342b78, 0x9f15c14f786b9c63d5c1484c6af7c861fdc54363a6f747ee1516370c36230048, '', 0, '?'),
(0xdc8dcf4a29061bbe244a2000025e839f, 'wp-content/plugins/easy-digital-downloads/assets/images/promo/brands/plugin-trustpulse.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/promo/brands/plugin-trustpulse.png', 1, 0x00000000000000000000000000000000, 0x59628210aeccef6a044c1f00ebb955e7, 0xc7673c5b8b83da920f693b11aba0ead6fc1d52c6ce01e72f7a67d24ec35a70c8, '', 0, '?'),
(0x5f3c9c395b5f6283969291f4a40522de, 'wp-content/plugins/easy-digital-downloads/assets/images/promo/brands/plugin-wp-simple-pay.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/promo/brands/plugin-wp-simple-pay.png', 1, 0x00000000000000000000000000000000, 0xa802e216780681da16da8c88520c5173, 0x0ed82adeb373791acda1713a9c041483a24caba2687998c82883b4c8deb9737f, '', 0, '?'),
(0x50706dc50a30ff8133142d778a4671aa, 'wp-content/plugins/easy-digital-downloads/assets/images/promo/brands/plugin-wpcode.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/promo/brands/plugin-wpcode.png', 1, 0x00000000000000000000000000000000, 0x064a732e6349c89f12e647668b630c2a, 0x7007abcdaafe5129c6ec020670334a68514d284991cc62cf5270270b1c7c062d, '', 0, '?'),
(0x96c6f9b64a2a286fe409224f80489cdc, 'wp-content/plugins/easy-digital-downloads/assets/images/promo/brands/plugin-wpf.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/promo/brands/plugin-wpf.png', 1, 0x00000000000000000000000000000000, 0x27b51329f144aedd57e46dfaca36d896, 0x152e8bcd26ed901783ed7b5957fab6bf55b100d134e8e33916d5dd6ea28ff72a, '', 0, '?'),
(0x23b506d365838cd2c6a0f5ef5090a81b, 'wp-content/plugins/easy-digital-downloads/assets/images/promo/edd-25-percent-off.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/promo/edd-25-percent-off.png', 1, 0x00000000000000000000000000000000, 0xff1bf58028f63d050d56765d5ef95cef, 0x948fe1c030a5f4cdaa14f4376e505a1f8d591dfcdfc99b119fc1045c476d2a37, '', 0, '?'),
(0x1eacc9086dd68a2076a076e48cb734e4, 'wp-content/plugins/easy-digital-downloads/assets/images/promo/icon-full.svg', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/promo/icon-full.svg', 1, 0x00000000000000000000000000000000, 0xa7e9bb8223cd798d1aff49d8e1a83ba7, 0xcdecdb0fda7841ddb5794f337f43a0720ede47ee645bd57ec008bc19b4f98b94, '', 0, '?'),
(0xb93ea9eeb1248dde6d5a03c4070ec071, 'wp-content/plugins/easy-digital-downloads/assets/images/promo/icon-none.svg', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/promo/icon-none.svg', 1, 0x00000000000000000000000000000000, 0x5c4c34e6c89b37ff714de734c57e476e, 0xcc195ea1bf8d63c5d8692fa47dbc140c7f28eb5145327f7f1bf8c97f12108677, '', 0, '?'),
(0x24d6494a149e28983a51e68a1975327f, 'wp-content/plugins/easy-digital-downloads/assets/images/promo/icon-partial.svg', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/promo/icon-partial.svg', 1, 0x00000000000000000000000000000000, 0x35e5fa07329f9718c35ac3abbf29eabd, 0xd50edd507ae4fc4461b11cec91af2391a14e7aea81b5ecfbda1d8e829f5e0afb, '', 0, '?'),
(0x361c2f4ef15481bdbe9ed956a409fd56, 'wp-content/plugins/easy-digital-downloads/assets/images/screenshots/17checkout.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/screenshots/17checkout.png', 1, 0x00000000000000000000000000000000, 0x7861b7332e33c1c6163c572311c3492f, 0x91c7d65bf90231c94fa8bd8116c77fb85cf4c0c692984538ae2c996dceae292b, '', 0, '?'),
(0xcf25ad77caf164a006d85495ded344ba, 'wp-content/plugins/easy-digital-downloads/assets/images/screenshots/17direct.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/screenshots/17direct.png', 1, 0x00000000000000000000000000000000, 0x6874262ce2512a3a27d0feaa52361490, 0xea0a3fe8da37932243d9b0a5c8f3ddc7a64aa2dc61cb586e7191225f0db5f7f9, '', 0, '?'),
(0xa87f1771bfa5fda62d20ee81105d2bfb, 'wp-content/plugins/easy-digital-downloads/assets/images/screenshots/17quantities.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/screenshots/17quantities.png', 1, 0x00000000000000000000000000000000, 0xeb0aa8bead9d486c4064f36d1d62b8a9, 0x00bff8fa8e03bc5329730a2adbc8bf3fb10b52bbbd1e631dd0e73d8bfdd1e1a5, '', 0, '?'),
(0x034db7626af0f8eea540f208a7844427, 'wp-content/plugins/easy-digital-downloads/assets/images/screenshots/18-button-colors.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/screenshots/18-button-colors.png', 1, 0x00000000000000000000000000000000, 0x724e85a9a2a629a4ee6ebaaa4e696cfd, 0xb2442819f20ac55e25e7b33ddf990f6400824d65097ec0a8dbfcb38fa8dc29a5, '', 0, '?'),
(0x878cd8ee131a822a61e984f4fb69324e, 'wp-content/plugins/easy-digital-downloads/assets/images/screenshots/18cart-saving.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/screenshots/18cart-saving.png', 1, 0x00000000000000000000000000000000, 0x311a5efd3e4f72b0d39ea1901bd2cf74, 0x16a103f8488c9d54b22746cd92995bb92e8c95ccd99822d6453cb777c58fe0c8, '', 0, '?'),
(0x4a3921084f3ed98335bb48523cdb8a5e, 'wp-content/plugins/easy-digital-downloads/assets/images/screenshots/20-discount.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/screenshots/20-discount.png', 1, 0x00000000000000000000000000000000, 0xc5b0075bf4a98aeb1d451d9a49d8f523, 0xf003adb90302db0aac036870820176be2875cb868004dd9d071583451750027d, '', 0, '?'),
(0xc7d6ce460c2fca31307f67a2396cc6e1, 'wp-content/plugins/easy-digital-downloads/assets/images/screenshots/20-register-login.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/screenshots/20-register-login.png', 1, 0x00000000000000000000000000000000, 0xfb755dfa3c2463f511563374e8b92003, 0xc02faf39ca41294cd4409affa07f04a10c02a6114954856c0622f536b92b6bbd, '', 0, '?'),
(0xabeb6dfded9373732c9f0c86cee2101f, 'wp-content/plugins/easy-digital-downloads/assets/images/screenshots/20-sequential.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/screenshots/20-sequential.png', 1, 0x00000000000000000000000000000000, 0xc40b7903cc32326afbb21ed9519ab023, 0xf04e0d7b756a335b913bdded708c8401500efd3a3db4df092a65edc069a34f51, '', 0, '?'),
(0x13ef539c85bcbe07ba0db4a19daa208e, 'wp-content/plugins/easy-digital-downloads/assets/images/screenshots/20-unlimited-downloads.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/screenshots/20-unlimited-downloads.png', 1, 0x00000000000000000000000000000000, 0xbc725eee34f45679376936df195a213f, 0x7768295080fccf825dfd97b886eed9e19698aba86a8ac60b85e3290b828f0f8a, '', 0, '?'),
(0xe8a2c842da9d2aa589cf6ca442962dc0, 'wp-content/plugins/easy-digital-downloads/assets/images/screenshots/22-logs.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/screenshots/22-logs.png', 1, 0x00000000000000000000000000000000, 0xaa64f72425f194b4c0e247a93f786d3c, 0xd6d7a898562ab4163294a8bdd27d70246604363efa4138a24c119e3cd53ecd48, '', 0, '?'),
(0xc8fbbd7466b85d786d4f553ccdbae34a, 'wp-content/plugins/easy-digital-downloads/assets/images/screenshots/22-purchased-downloads.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/screenshots/22-purchased-downloads.png', 1, 0x00000000000000000000000000000000, 0x50b7317aa8e1b30ac8bf472497c0bce9, 0x53fd6b68d9bd345d006271b1b3405b77bed1ba275b845a6732663e1369072c43, '', 0, '?'),
(0x641d71fd7a6f9c3b8b9839940cf9da9b, 'wp-content/plugins/easy-digital-downloads/assets/images/screenshots/22-purchased-downloads2.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/screenshots/22-purchased-downloads2.png', 1, 0x00000000000000000000000000000000, 0x7f248b6550d4cb83f2cb4126fc50c0c7, 0x3d5a9ce30dfecf6b21a1d6da27549ff70d67a4895955d6bd08b7b81509a67485, '', 0, '?'),
(0xe0bbfaf4ebf7cea5b8df4cca2e588ec9, 'wp-content/plugins/easy-digital-downloads/assets/images/screenshots/22-quantity.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/screenshots/22-quantity.png', 1, 0x00000000000000000000000000000000, 0xd1bd29e38607a6899e8dbd592579c313, 0xee67587a05912b0e269b3549c588eee2f7a1151cf08358b0c924662c0aff78bf, '', 0, '?'),
(0x6215c14906ba2d76b3c56f28547db930, 'wp-content/plugins/easy-digital-downloads/assets/images/screenshots/24-category-earnings.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/screenshots/24-category-earnings.png', 1, 0x00000000000000000000000000000000, 0x4812c16035fd4a4641e8d297f8a605f5, 0x3e293166d8c5baf9d77971ecbca36b02e5c2a9e939e4b06ca09ac2d3ced148d6, '', 0, '?'),
(0xbae991d3b15dd511fb6ae21ba750732f, 'wp-content/plugins/easy-digital-downloads/assets/images/screenshots/24-checkout.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/screenshots/24-checkout.png', 1, 0x00000000000000000000000000000000, 0xd704550a3fd51272da4eda4e3f6c4145, 0x4c2d106500a891b6a17a9f5ef0727d44c08e3756c0689e85b5fb06a083400d99, '', 0, '?'),
(0x1f932e89cd08b2e7fa1916a73c831f61, 'wp-content/plugins/easy-digital-downloads/assets/images/screenshots/24-export.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/screenshots/24-export.png', 1, 0x00000000000000000000000000000000, 0xf6d5f7289101961eb838e0748637c839, 0xb0f48d786514a7ca1964f019073e63651eea34ff82ca3ec58b4b31f9dc753677, '', 0, '?'),
(0x012abcbbef035070b362b5a84cb5978f, 'wp-content/plugins/easy-digital-downloads/assets/images/screenshots/26-customer.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/screenshots/26-customer.png', 1, 0x00000000000000000000000000000000, 0xb43d0f5bfbfc8beefe7dd3c9920ca0c7, 0xc0c0b680170b568633202aba2d3c4091a0e9d8ee3a79052b48258a53b348b672, '', 0, '?'),
(0xf5f1f46a2075cba66b2714682d3f2caa, 'wp-content/plugins/easy-digital-downloads/assets/images/screenshots/26-import.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/screenshots/26-import.png', 1, 0x00000000000000000000000000000000, 0xee790c0e7a7e45e1c9a9dc71f3489c36, 0x49a2bf0793a42c944749ef1a0e598060f5ed56a8cbdf25652a1c9e79688a904d, '', 0, '?'),
(0xf573ada562412a7f60ee2e453a181855, 'wp-content/plugins/easy-digital-downloads/assets/images/screenshots/26-refund.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/screenshots/26-refund.png', 1, 0x00000000000000000000000000000000, 0x7245858c86bf076cfbb4031750eb1f4e, 0xc6c5ff74271574fed421c04c18e4538d8271d4ed276659078db37b0d5c3aea77, '', 0, '?'),
(0x6ea362c2082d1714daa9b0aed5d72dda, 'wp-content/plugins/easy-digital-downloads/assets/images/screenshots/bundles.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/screenshots/bundles.png', 1, 0x00000000000000000000000000000000, 0x29592af30fb63a335a5350a3053678d6, 0x83d4aa7947883c9d66300838148c7b2341e8ebd94c3b2eda2a4e3b91ead67cc3, '', 0, '?'),
(0x9f601cbaf2f1c81bb44ddc05525e8778, 'wp-content/plugins/easy-digital-downloads/assets/images/screenshots/customer-ui.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/screenshots/customer-ui.png', 1, 0x00000000000000000000000000000000, 0x021f88c06095c68a8585069ed8900e23, 0x1620d2a0fc0e21bebd0c207f56467211dd27d8b7dd8c9ae914418a428fe69c8f, '', 0, '?'),
(0x4240ce95ea099b7fe57f42bdcb2348b3, 'wp-content/plugins/easy-digital-downloads/assets/images/screenshots/edit-download.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/screenshots/edit-download.png', 1, 0x00000000000000000000000000000000, 0x5d44f216ce10738b8d811b00551a5682, 0x23061589817fbdbfac06450003074727e90eabe630c2cc3add53d48576784cd2, '', 0, '?'),
(0xd00c6c0f3e77229d3145763d01060ae6, 'wp-content/plugins/easy-digital-downloads/assets/images/screenshots/email-template-21.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/screenshots/email-template-21.png', 1, 0x00000000000000000000000000000000, 0xdba403c77d6597a327770015cd19a8b6, 0xfea85b8250586e73cbee03444b0e8bc26bf69d3de9ebaafd6e8a67b165136d55, '', 0, '?'),
(0x4476a0295f0879e2a8b2e5c194c70075, 'wp-content/plugins/easy-digital-downloads/assets/images/screenshots/grid.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/screenshots/grid.png', 1, 0x00000000000000000000000000000000, 0x19c0d010be1099834a09764eeec12fb6, 0xa755f48cf2762b26b0f0d8e53c62afd56fe7362aa494c4ada3ccbfbb3e397179, '', 0, '?'),
(0x1ca60fdf6b9f6c5f71c0129cbc678894, 'wp-content/plugins/easy-digital-downloads/assets/images/screenshots/order-details.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/screenshots/order-details.png', 1, 0x00000000000000000000000000000000, 0xeb7894f9b33e36b9e5840a5cb889bd47, 0xf0c4cc9f07949b1fb4e5cd1086cc5414c97a760065a3e65dd2c3423ac6687322, '', 0, '?'),
(0x41c2141005a8f2ed1afacddbad9d9b89, 'wp-content/plugins/easy-digital-downloads/assets/images/screenshots/product-earnings.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/screenshots/product-earnings.png', 1, 0x00000000000000000000000000000000, 0x16bcbc2fad17e22c593ea2d755681a4b, 0x5905b9e81609254428739c73908cad8293df462226dccc6d0305dad3a7192553, '', 0, '?'),
(0x56a391a77694959ecf163564bef601ac, 'wp-content/plugins/easy-digital-downloads/assets/images/screenshots/product-tax.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/screenshots/product-tax.png', 1, 0x00000000000000000000000000000000, 0x7d18cd86f4d916784e5644879a5f47b2, 0x5483a0ccb4b914d26341cec69796ed8366a68d87497e140d7a3e2e538c875e0f, '', 0, '?'),
(0x8932ffc30c09160bd7ef68ceb1ed8066, 'wp-content/plugins/easy-digital-downloads/assets/images/screenshots/purchase-link.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/screenshots/purchase-link.png', 1, 0x00000000000000000000000000000000, 0x199246ee1459fa27343727f531a85740, 0xe3be18054b7dd8b7d5dd9100e04ea2e93ce574479e881aff21565d6e7f097d68, '', 0, '?'),
(0xb8aa5992715c1ebc9552af92511378b5, 'wp-content/plugins/easy-digital-downloads/assets/images/screenshots/tax-rates.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/screenshots/tax-rates.png', 1, 0x00000000000000000000000000000000, 0xae8ca4d490f82cf20ca89650f2734725, 0xc527680ec8d9b9fb558c00c6d2a217d419d7f8b66ec4d45cdbd03016d04a0355, '', 0, '?'),
(0xf5f39940d2114f804b5f2d2cb6129f46, 'wp-content/plugins/easy-digital-downloads/assets/images/ui-icons_21759b_256x240.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/ui-icons_21759b_256x240.png', 1, 0x00000000000000000000000000000000, 0xdc6b5b1399bfda322f54568767283374, 0x8353756266f7ea9f22c7a39203c34e738190e338de700299d2e1646e9e48b224, '', 0, '?'),
(0xa1215320194e2461704a252405074f38, 'wp-content/plugins/easy-digital-downloads/assets/images/ui-icons_333333_256x240.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/ui-icons_333333_256x240.png', 1, 0x00000000000000000000000000000000, 0xca26e0a8720d6c901a74497b68f3c708, 0x37306045bf846d37539d089eb2ab640ce1f33be6649ac348bb62fefed4e66a72, '', 0, '?'),
(0x0525fa01642925d2d131a91ad3bc5cc3, 'wp-content/plugins/easy-digital-downloads/assets/images/ui-icons_999999_256x240.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/ui-icons_999999_256x240.png', 1, 0x00000000000000000000000000000000, 0x1ad8ac00a734f73cf2a3e624b40cb1ec, 0xdee51b5813d423844f526b9769628e3cd4aa51cfc119be42e0de34e85ec33e36, '', 0, '?'),
(0x7ad10d09c17e2e5c30b960a6e8b2e8b4, 'wp-content/plugins/easy-digital-downloads/assets/images/ui-icons_cc0000_256x240.png', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/ui-icons_cc0000_256x240.png', 1, 0x00000000000000000000000000000000, 0x103bc9c74c593811083b39de83093823, 0x57593da861c99a21acd22023dec93169de6036745c079543610c90cbcefb6917, '', 0, '?'),
(0xd9025fd8fde95f532cc5d16e89aed45e, 'wp-content/plugins/easy-digital-downloads/assets/images/xit.gif', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/images/xit.gif', 1, 0x00000000000000000000000000000000, 0x94ecab09335897c4ab392bef96366e7e, 0xfcd6fc2073b2afb994c9dbdba80c93a0532c6d64ef9f5c59146292c687efc26f, '', 0, '?'),
(0x61b426ca9839cd15bae142226ed384b4, 'wp-content/plugins/easy-digital-downloads/assets/js/alpine.min.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/js/alpine.min.js', 1, 0x00000000000000000000000000000000, 0xc5b0f9eaffa6abeca092efcc49b821e7, 0xd2aa2acb2059295297213df3849a079726d6153ec8cb7a83e6bac4f995b3c6d3, '', 0, '?'),
(0x528b33f17fab0f94cbb0602cf2f9a538, 'wp-content/plugins/easy-digital-downloads/assets/js/edd-admin-customers.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/js/edd-admin-customers.js', 1, 0x00000000000000000000000000000000, 0xa0070f3ea2972dea14917c5de63daf05, 0x18c8a9f54252012ab9c4d2248f7ad3259b2f8f43ec8dc5c43b58a50eb960a92a, '', 0, '?'),
(0xb560c72ca9084827d7b6095e0b9254b0, 'wp-content/plugins/easy-digital-downloads/assets/js/edd-admin-dashboard.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/js/edd-admin-dashboard.js', 1, 0x00000000000000000000000000000000, 0x4f2b5ff663520bbff5b97eb80349ace4, 0xfdbff2fe1e625e3a5197d0711a96504bff6de4726f5f300f671de4b14925d5ae, '', 0, '?'),
(0x3b22cc3177bb0f54cfa3335c58cc998f, 'wp-content/plugins/easy-digital-downloads/assets/js/edd-admin-discounts.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/js/edd-admin-discounts.js', 1, 0x00000000000000000000000000000000, 0x2cfac6d4d86dfdc3926ea73f054a0b76, 0xf3bda8925309f4d243bf6fedb77c699bcf4918c9ecea67f0cc2742489f825dc3, '', 0, '?'),
(0x1f763cc8b4b2382ebaad4dd3ed42fe53, 'wp-content/plugins/easy-digital-downloads/assets/js/edd-admin-downloads-editor.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/js/edd-admin-downloads-editor.js', 1, 0x00000000000000000000000000000000, 0xa1861319fa63e12fe2c50442453b882e, 0xa2053b5be8c767d2350a0e0a41917512b7938c503ff87f30d11de7d6c8bea6a8, '', 0, '?'),
(0x23aaacc687b05206826699d947684851, 'wp-content/plugins/easy-digital-downloads/assets/js/edd-admin-downloads.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/js/edd-admin-downloads.js', 1, 0x00000000000000000000000000000000, 0xf6ee0d7d42dd10123b3bb76f198c3f8c, 0xd200584f61c0509794c3c816963da3c8d13d55a44c6668a68e106a1a4f3ebf32, '', 0, '?'),
(0x602b12416dedbf1b681f4aa1d08502de, 'wp-content/plugins/easy-digital-downloads/assets/js/edd-admin-email-tags.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/js/edd-admin-email-tags.js', 1, 0x00000000000000000000000000000000, 0xe0cbfc8797f221d3183b23d2d809f91d, 0xa724dea6e39d7f7fd25b739f2e48e1e3f7002e435ecf1b2807e4dce2a0206500, '', 0, '?'),
(0xde57317d6fdd76997fde0e069fb0046e, 'wp-content/plugins/easy-digital-downloads/assets/js/edd-admin-extension-manager.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/js/edd-admin-extension-manager.js', 1, 0x00000000000000000000000000000000, 0x11b4b2a79a127d601116ceb15a3fdba1, 0xad22372afd76d3744868b5dce4db051251c7355ae23b27ae8ab20b798f2e70c5, '', 0, '?'),
(0x05eae4d2b03f7e517b542fafb6cee52c, 'wp-content/plugins/easy-digital-downloads/assets/js/edd-admin-flyout.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/js/edd-admin-flyout.js', 1, 0x00000000000000000000000000000000, 0xd0c9501d8c1cb1921beeafbf09ced0c6, 0x1ed1a9d7be996cf00567308e56cf46953377545c1eb219a9a14787a917438e54, '', 0, '?'),
(0x38c31308f8d353a48165ac09fac94b04, 'wp-content/plugins/easy-digital-downloads/assets/js/edd-admin-licensing.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/js/edd-admin-licensing.js', 1, 0x00000000000000000000000000000000, 0x6fa9ee91ea0107bf5cf8bac25ee0f280, 0x9d8a008de3d66bb3bc767f7978a9a1204ec24f7590fbfa889dbe9913e311c285, '', 0, '?'),
(0x146c294a6bb369cbc37adb4c4f8fc8fd, 'wp-content/plugins/easy-digital-downloads/assets/js/edd-admin-notes.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/js/edd-admin-notes.js', 1, 0x00000000000000000000000000000000, 0x17bf7c42eefbb995082774fddfc94ef1, 0x02c037c3d2ebd62b9b69a9403cf2ec94e1018a7fc326c3ac62a3e808fc9a3c1b, '', 0, '?'),
(0x93b0f7ee381f0bec478951554d1fe5c6, 'wp-content/plugins/easy-digital-downloads/assets/js/edd-admin-notices.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/js/edd-admin-notices.js', 1, 0x00000000000000000000000000000000, 0x691b5ace51c58d541e139b23595e8d15, 0x2f941e08ce568cbd9f585fdc90766968e4974c2eb87d8187fd1493154970314d, '', 0, '?'),
(0x7068ef5cb3a471c4bfd60b9817ab7e1b, 'wp-content/plugins/easy-digital-downloads/assets/js/edd-admin-notifications.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/js/edd-admin-notifications.js', 1, 0x00000000000000000000000000000000, 0x55fd56e40eea24753d65a6c427d13235, 0x90680b9320c126d0eb5e80da4999c5379cd9e76d710d74bec027bd2514c54488, '', 0, '?'),
(0x73df117ecac90f7c557d437722140f4f, 'wp-content/plugins/easy-digital-downloads/assets/js/edd-admin-onboarding.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/js/edd-admin-onboarding.js', 1, 0x00000000000000000000000000000000, 0x6ca7e821baf5787446e6d33911536dfe, 0x26431a918e564580b00d75d6ba6d07e4517473ef2b0d11598efe227acbff9f54, '', 0, '?'),
(0xc25c16a82d05e6feb9fd5d1c90a40e45, 'wp-content/plugins/easy-digital-downloads/assets/js/edd-admin-orders.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/js/edd-admin-orders.js', 1, 0x00000000000000000000000000000000, 0x8fac042d7549ba69ebec9ee4532da530, 0x38e82248d85153075bc427f2a4913a5f275278f888a2191438d8ad5ba29bf4c3, '', 0, '?'),
(0x7bf6a0479ed9ee93c4b53860cd876f40, 'wp-content/plugins/easy-digital-downloads/assets/js/edd-admin-pass-handler.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/js/edd-admin-pass-handler.js', 1, 0x00000000000000000000000000000000, 0x3c53893d7e9da870c2fd284098b7f843, 0xea4c644590d9cbe07ef2b309a96c4b349875f429fe4ffb3d6fe5d1e8f6cc6ec6, '', 0, '?'),
(0x27b994e75b6be6a9835b4ba6e3f2e083, 'wp-content/plugins/easy-digital-downloads/assets/js/edd-admin-payments.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/js/edd-admin-payments.js', 1, 0x00000000000000000000000000000000, 0xfb25dadce18bf800fde6c8cee839e753, 0xd8c959182970d19b8340e1066c60f48b9d446a10113bbfd7eb0052f566f4a1d4, '', 0, '?'),
(0x32104306612d4f6ec468b3fb9258bc1e, 'wp-content/plugins/easy-digital-downloads/assets/js/edd-admin-pointers.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/js/edd-admin-pointers.js', 1, 0x00000000000000000000000000000000, 0xd92d167789fd1b1c7db813fa97c40c49, 0x87fc3dd0771886c9068bff14762bcd3386057f42117794a9259567b368e2d732, '', 0, '?'),
(0xbc3bd830a4bf8d97248cf51eda929baf, 'wp-content/plugins/easy-digital-downloads/assets/js/edd-admin-reports.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/js/edd-admin-reports.js', 1, 0x00000000000000000000000000000000, 0xbc431ce58669e201bac955dd3156e0fb, 0x07ad403cd53650bc821b1a71e54c2ef8e32b156cd3b2537f09c6919a51985005, '', 0, '?'),
(0x10398604ec0e6bdaf61b995d621e9001, 'wp-content/plugins/easy-digital-downloads/assets/js/edd-admin-settings.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/js/edd-admin-settings.js', 1, 0x00000000000000000000000000000000, 0x4545620913795528120299be2c972dde, 0x1d61300bece49a6ce0b0f07e3dbbad8ac4310982b67034ba934c14d2c8a00148, '', 0, '?'),
(0xeff6aa9616d93c9785c1668d704bbb31, 'wp-content/plugins/easy-digital-downloads/assets/js/edd-admin-tax-rates.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/js/edd-admin-tax-rates.js', 1, 0x00000000000000000000000000000000, 0x98aafdc7ee61040a36479867d4111eb1, 0x0cefded80a46bff43e95a88b2536ff3648f78839319737f1dfcfb1f1930428c2, '', 0, '?'),
(0xcad2278f3dca5c6e0be217218a2ffdf3, 'wp-content/plugins/easy-digital-downloads/assets/js/edd-admin-tools-export.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/js/edd-admin-tools-export.js', 1, 0x00000000000000000000000000000000, 0xeccbc700d58ee7471e2c3bd4a0757064, 0xa23d50e649f4d45c00e7d8755ebd6067e219f24eb5cc8cd8199b94c59d05694b, '', 0, '?'),
(0x5065ee2b3e06d18c3d1baefcdfc5844c, 'wp-content/plugins/easy-digital-downloads/assets/js/edd-admin-tools-import.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/js/edd-admin-tools-import.js', 1, 0x00000000000000000000000000000000, 0x83683ae90e72e6838d1dd19aaa3e92d7, 0xd7840173f957208d7c6b68f5060b6ede373ea70dfd57c8a207fc3e406a510cb8, '', 0, '?'),
(0xb4466ab5566fa5a37111213d01c2cc7e, 'wp-content/plugins/easy-digital-downloads/assets/js/edd-admin-tools.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/js/edd-admin-tools.js', 1, 0x00000000000000000000000000000000, 0xb187c343154e0389f13685edb4e0f382, 0xb5306d9f623992280ea6eae53c1651e713abc8d20c0ed4e5bd5b0d1ea5159bd6, '', 0, '?'),
(0x65ae95f66642e914e9b7a4b486c58bdd, 'wp-content/plugins/easy-digital-downloads/assets/js/edd-admin-upgrades.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/js/edd-admin-upgrades.js', 1, 0x00000000000000000000000000000000, 0x5b1991cb15bfbbf97e0b162e31b94554, 0x23b044b11bc3e2491bb620ccb58edde2be55cf1c457429eda75c18b0f337eab8, '', 0, '?'),
(0xbf0eedee7e12284a7769dc99f9df90b4, 'wp-content/plugins/easy-digital-downloads/assets/js/edd-admin.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/js/edd-admin.js', 1, 0x00000000000000000000000000000000, 0xe5020e263a63c45b1c721bd1f9dc97f1, 0x5d8267f40c5750c818570dc04f3ca50a93c104d7691024141eacfcb633f77f55, '', 0, '?'),
(0xe9da1ae48e87cb01f738a77359b6b0cc, 'wp-content/plugins/easy-digital-downloads/assets/js/edd-ajax.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/js/edd-ajax.js', 1, 0x00000000000000000000000000000000, 0x3ba4250261f07f7a3651050cbde28e61, 0x26175bcc52b323dc85c72ce4bafff09378af4aed2d5b0489d1918461eb53cb4a, '', 0, '?'),
(0xc9393241b19810ce4ad2add7c45c5f89, 'wp-content/plugins/easy-digital-downloads/assets/js/edd-checkout-global.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/js/edd-checkout-global.js', 1, 0x00000000000000000000000000000000, 0x7dde052fb9f3d490b1a0614a6fab7f52, 0xfe11a7c26f4143683859d5e81fafcb7edea4618044635b0334ab285f7817dcb2, '', 0, '?'),
(0xf7fb42ad37b000c69f43ffe3d4567dac, 'wp-content/plugins/easy-digital-downloads/assets/js/jquery.validate.min.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/js/jquery.validate.min.js', 1, 0x00000000000000000000000000000000, 0xd97a440d56e24307398c4cc16bdcee13, 0x63aa6f707bffb12d16aee211be19048a55e78809f63343c0659a5c69b7d32202, '', 0, '?'),
(0xfd90304190b5e2550c9221391a0bb319, 'wp-content/plugins/easy-digital-downloads/assets/js/paypal-checkout.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/js/paypal-checkout.js', 1, 0x00000000000000000000000000000000, 0x1c869cb42b4ec5c1334f0bbce57041e6, 0x50ccdcf18442d90bed94aee56c88dcd9e8c2d4733c426ea7dc316cf59c22f8d8, '', 0, '?'),
(0x73243c9ffd3d4200f3b949ff85e2d271, 'wp-content/plugins/easy-digital-downloads/assets/js/stripe-admin.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/js/stripe-admin.js', 1, 0x00000000000000000000000000000000, 0x98e9d7d988f23d25a7b1700dcc6fff86, 0xc49e6cd5ee0e6e9d13d471cc49258fa2a9f64f0852a7db72f70511f49bb378ca, '', 0, '?'),
(0x11edececf07a7b837dea5ca84831024a, 'wp-content/plugins/easy-digital-downloads/assets/js/stripe-cardelements.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/js/stripe-cardelements.js', 1, 0x00000000000000000000000000000000, 0x55a2652bd7fc94683c2952a672c3751f, 0x30b64bfc9ef8d23198f83e3d6bfd5492d98af40b78466def5c5f8ac47e10f2c4, '', 0, '?'),
(0xc0490c9bc1cca31767ead34fbc04cc80, 'wp-content/plugins/easy-digital-downloads/assets/js/stripe-notices.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/js/stripe-notices.js', 1, 0x00000000000000000000000000000000, 0x9c847b72c733e1c61339ba7faf1a9e91, 0xa4fa273b1e72090eeef6feeae0e10c19319a1bcfce6ce7101fb0d054fc3785c6, '', 0, '?'),
(0x61c5fc5dbd032bfe7e213e2a8ca289d6, 'wp-content/plugins/easy-digital-downloads/assets/js/stripe-paymentelements.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/js/stripe-paymentelements.js', 1, 0x00000000000000000000000000000000, 0x16e6f3b705a42127aafbcae2321b99c4, 0x1d447a80f07483a5d1aa0df2ff1e2ac94a6c0dbeb8b64dac0769db98167129a5, '', 0, '?'),
(0x47eb9d31f8b4135febe5d0ad4b47052e, 'wp-content/plugins/easy-digital-downloads/assets/js/vendor/chartjs.min.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/js/vendor/chartjs.min.js', 1, 0x00000000000000000000000000000000, 0x57bd9d5ce44addd5404b5f947dfbab90, 0x9edd4212c47056bbea78b59085b549f97fcaf72dae7f58ce4fb1235f06fed3de, '', 0, '?'),
(0xcda4a316ab8dedb871f731fe48784dec, 'wp-content/plugins/easy-digital-downloads/assets/js/vendor/chosen.jquery.min.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/js/vendor/chosen.jquery.min.js', 1, 0x00000000000000000000000000000000, 0xce4941d4dcb855fe391cf667bc518428, 0x9d840cdd000ce824031228a7a488bd7e372f0be3f61a89368554cb282a1d445b, '', 0, '?'),
(0x1ee5a5fe0b92167525de2f7b1dfb4f4a, 'wp-content/plugins/easy-digital-downloads/assets/js/vendor/jquery.creditcardvalidator.min.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/js/vendor/jquery.creditcardvalidator.min.js', 1, 0x00000000000000000000000000000000, 0x8d16acc5e6d886d4ed5881c5365341f3, 0x65fe0afb794062b1e35e628fcc419d326924eeebf3c228776699c71bcbc9338c, '', 0, '?'),
(0x39dc91998c6f3eeecfe98970ad96bd58, 'wp-content/plugins/easy-digital-downloads/assets/js/vendor/jquery.flot.min.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/js/vendor/jquery.flot.min.js', 1, 0x00000000000000000000000000000000, 0x7c0d39b78cc01ddf3a3c6a2446b0cf1d, 0x4709eefe1bc56ce5ac4b9e6c7a6a91200eaae886531cbf4622b4b5168b1930a7, '', 0, '?'),
(0x65de8e8a4d0449547e36983d0d0ed07b, 'wp-content/plugins/easy-digital-downloads/assets/js/vendor/jquery.flot.pie.min.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/js/vendor/jquery.flot.pie.min.js', 1, 0x00000000000000000000000000000000, 0xe27746a233c0439bbf88e887d5727100, 0xd09b72bcfe6f47df44790f88dc07a2c97bbb257adcce8fe44b90e5b41d6ce664, '', 0, '?'),
(0x8ec9a69a90706ce16798a577c6d8d81d, 'wp-content/plugins/easy-digital-downloads/assets/js/vendor/jquery.flot.time.min.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/js/vendor/jquery.flot.time.min.js', 1, 0x00000000000000000000000000000000, 0xa465ca39f08b8d5855c2b16e8ea9559c, 0x6ff96a0cacd8a33b1ffd71b2e6da305866e2370d619fc8544dbe68442db36f1a, '', 0, '?'),
(0xd2712c75f8ef2a6cb9569307ce820398, 'wp-content/plugins/easy-digital-downloads/assets/js/vendor/jquery.payment.min.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/js/vendor/jquery.payment.min.js', 1, 0x00000000000000000000000000000000, 0x32b9e2de65e60489bb48293bc9ec575b, 0x856f5e1e0d7c5a296da91fa5f7c51aecd2cbfc0284ad9a705b6f2642d07a0b43, '', 0, '?'),
(0x192d29b6aa82a3a3ceddb0b7bfc77dae, 'wp-content/plugins/easy-digital-downloads/assets/js/vendor/moment-timezone.min.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/js/vendor/moment-timezone.min.js', 1, 0x00000000000000000000000000000000, 0xe7567d39cf16730626b2144285cd257f, 0x9bea02222567c7fd163067be5387a1bd9d8db23127e49651a5ac8f81c22ccb75, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xcb3d51293aca08aff1053bdbbc2898e3, 'wp-content/plugins/easy-digital-downloads/assets/js/vendor/moment.min.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/js/vendor/moment.min.js', 1, 0x00000000000000000000000000000000, 0xce7094f683100c27a27b445b6bdb9cf6, 0x0d3a5e2ed5c1fee4a5d58344f4014084f1804df38f0dd8b691c8252b54c1a30b, '', 0, '?'),
(0xd5c64828c2d291528d68926ee59506c6, 'wp-content/plugins/easy-digital-downloads/assets/js/wp-polyfill.min.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/js/wp-polyfill.min.js', 1, 0x00000000000000000000000000000000, 0x86972b44edcbfa204bdaf38ffc2fb029, 0x400abbf5044454d825e9890b1c2226d1bb6945938f780c512cdb3cd2509a0980, '', 0, '?'),
(0xa6d6ec977ced61e952f12a3d20f3450c, 'wp-content/plugins/easy-digital-downloads/assets/sample-products-import.xml', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/assets/sample-products-import.xml', 1, 0x00000000000000000000000000000000, 0xb68293fb9bc7e2dc73b5a05e349c97c2, 0xf475ddc8c616b171aacd2dfde48021be7861b8ff7b65be971f1bdb704ed3491a, '', 0, '?'),
(0x29f12e5b3b0b64e06fa689b1a681036a, 'wp-content/plugins/easy-digital-downloads/easy-digital-downloads.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/easy-digital-downloads.php', 1, 0x00000000000000000000000000000000, 0x8566da3cc494e1bb86a3024c1171f0fa, 0x1289199b90dd7c5fc8dafa456229f9cb0e2373c859a55316334175b73224c86e, '', 0, '?'),
(0x553e6865b65dd0dcbe23bcf287f66d01, 'wp-content/plugins/easy-digital-downloads/i18n/countries.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/i18n/countries.php', 1, 0x00000000000000000000000000000000, 0x05378ea179ac4827f3810b437a410554, 0xf9b671c9d33457e75f33d55cb6b1e4e17d84393bc96e636fef5b680ff0c47647, '', 0, '?'),
(0x93e95116ed7c0cadd345e27072a2c95c, 'wp-content/plugins/easy-digital-downloads/i18n/states-bd.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/i18n/states-bd.php', 1, 0x00000000000000000000000000000000, 0x5065803c172a4c0a70cbf3358e55f2c7, 0xb45de7007ee2c2424234f34f854ef17a62c830b8e27311aff57df67432a64e09, '', 0, '?'),
(0x5d249b64016ef642f574c7d7a44c97da, 'wp-content/plugins/easy-digital-downloads/i18n/states-es.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/i18n/states-es.php', 1, 0x00000000000000000000000000000000, 0xe214b41b89691b40f904f95f399328da, 0x6c4a89da8db8e86f6d8e1c92ff43400f43dc301c681e22782a1a8d36212a6779, '', 0, '?'),
(0x984dc759b19652c21ed81dc02c3cf40f, 'wp-content/plugins/easy-digital-downloads/i18n/states-gb.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/i18n/states-gb.php', 1, 0x00000000000000000000000000000000, 0xe9cfe967984eea3551c0763212f68dd6, 0x8ae6128ca9c365700ca45f2e0c6058936d9f61d8b3b227dbc143ddcbb8cb6f4c, '', 0, '?'),
(0x8f611ac6886de86761b2b35970d8b3ba, 'wp-content/plugins/easy-digital-downloads/i18n/states-in.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/i18n/states-in.php', 1, 0x00000000000000000000000000000000, 0x3a8b09b527d8b52a8487eacbfe0bb44e, 0xd0cc1378473b5286e99f1deeec745120b4c091a1b4478cb99b7d4bb304e295b3, '', 0, '?'),
(0xf1af84bebca0e125f50d7728626a9b2d, 'wp-content/plugins/easy-digital-downloads/i18n/states-it.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/i18n/states-it.php', 1, 0x00000000000000000000000000000000, 0x4a0d0a984acba272b7bd50d2ed6badd6, 0x4bfcac3e07d6c785b050a3340a302396486e716e0fa052692b30675b914da6c6, '', 0, '?'),
(0xf5f04a2338265beb05ad83683513b374, 'wp-content/plugins/easy-digital-downloads/i18n/states-jp.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/i18n/states-jp.php', 1, 0x00000000000000000000000000000000, 0x750525fd61abf6eb2a201b975a1be66e, 0x0e1e86f9929cabe0ca0f902716d526925d74f58df2bab31b4001490b023bcdc3, '', 0, '?'),
(0x13ba9e0fe37b1bbfdc5c6eeec7438cf9, 'wp-content/plugins/easy-digital-downloads/i18n/states-np.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/i18n/states-np.php', 1, 0x00000000000000000000000000000000, 0xb14c546522dbeb0053101c793e3fdbcf, 0xb7c6e9bf76fc9c1708d050c2099e865f88f404f3a37c7a14d082f59e429cfd67, '', 0, '?'),
(0xc53014116e41727e16b259e17a8094cf, 'wp-content/plugins/easy-digital-downloads/i18n/states-th.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/i18n/states-th.php', 1, 0x00000000000000000000000000000000, 0xa071ec7254b78ac0a04cc595e7c02d3f, 0x51b363770b3f77942b8b465d7e92fedec19c61a84361954f52cbe780eed65c11, '', 0, '?'),
(0x1ec174859f0671da41a3bbaae4d9fa9f, 'wp-content/plugins/easy-digital-downloads/i18n/states-tr.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/i18n/states-tr.php', 1, 0x00000000000000000000000000000000, 0xdf7a0f6fdc37ed3a4c4cac447df2f2dd, 0x4a1d83dafe9c420126d52d566fa5778c754d116100ad9436f7acdd1760aeb701, '', 0, '?'),
(0x62e0f7398113f4805a0827cac7c99c75, 'wp-content/plugins/easy-digital-downloads/i18n/states-us.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/i18n/states-us.php', 1, 0x00000000000000000000000000000000, 0x2ab022e0b1df759155f527bdb7022276, 0x5b1ef326524fdb2215963cf903523406a15189c7af4b63b1a1f95b0c1c6e0271, '', 0, '?'),
(0x58fc0e3f51af9f7551b825607600e52b, 'wp-content/plugins/easy-digital-downloads/i18n/states.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/i18n/states.php', 1, 0x00000000000000000000000000000000, 0x9dce0633c6437a18d9178f9973340f13, 0x77022df5fc8f65f76ebf95adbbee947c69a350419cf8b91480c5e6cd48358e20, '', 0, '?'),
(0x46e105857836eb4672276e7e6e41a982, 'wp-content/plugins/easy-digital-downloads/includes/EDD_SL_Plugin_Updater.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/EDD_SL_Plugin_Updater.php', 1, 0x00000000000000000000000000000000, 0x22853d1be19add47a651506bf8556b0a, 0xeb0ba974d7c2da3dc49c49dd3a1f247f7f6574ca8890806ed61f051d6fc20b6b, '', 0, '?'),
(0x6b93d3543196bd75eb98538b710f2c66, 'wp-content/plugins/easy-digital-downloads/includes/actions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/actions.php', 1, 0x00000000000000000000000000000000, 0xd0d2fad2ce82fc2f792e425d2cb4d269, 0xfdc91460360bdb11d78ffca9e0968d6e77c727ba226c896a6cb1c44fb9d9e4fb, '', 0, '?'),
(0xbcdf310b8adf07ba27c5ebe67d281621, 'wp-content/plugins/easy-digital-downloads/includes/adjustments/class-adjustment.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/adjustments/class-adjustment.php', 1, 0x00000000000000000000000000000000, 0x936b7118bbb8a69979081f98b686d78a, 0x0eb62c239922d207cffbef5592e84841c7c742b7ba4c2fd6bbe9251d247d9f74, '', 0, '?'),
(0x4cbfe090be239cb1c35b24d05e1884ba, 'wp-content/plugins/easy-digital-downloads/includes/adjustments/class-tax-rate.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/adjustments/class-tax-rate.php', 1, 0x00000000000000000000000000000000, 0x58fa02e3439be87a98bedf64ed331a34, 0x357bc7b455e7f8afdef3ee9bc1bdc534f885e5b03c26c2410a66db98d6ad2aea, '', 0, '?'),
(0xb2597673bd35bdcdfee9c450f3d1fbb7, 'wp-content/plugins/easy-digital-downloads/includes/adjustments/functions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/adjustments/functions.php', 1, 0x00000000000000000000000000000000, 0x699188af07e3c2af068226c252fa0253, 0x34ebf59e0acbfae2dcc0785c3829ac003f755554f7674e2b40ecf5337fc04859, '', 0, '?'),
(0x81cf8f4a8b1106430838e08594db0379, 'wp-content/plugins/easy-digital-downloads/includes/adjustments/meta.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/adjustments/meta.php', 1, 0x00000000000000000000000000000000, 0x9dc656a4e14a43a7e7552264294036e4, 0xaf19de9587cebf1484672faf75ba2ea535ac68a4f591c3ac16ea3a86723ba2ae, '', 0, '?'),
(0x024ac597f1fb20039fc9bafae472b5ac, 'wp-content/plugins/easy-digital-downloads/includes/admin/adjustments/adjustment-functions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/adjustments/adjustment-functions.php', 1, 0x00000000000000000000000000000000, 0xf6510982bc86fb6357a8f401ec7f6f95, 0xc3f1f7d9c96131fb25322ad693dc4e5dd2a4801b42ae2d1eec379cf493eb2342, '', 0, '?'),
(0x8afd5df105c24c99a79342933bda309d, 'wp-content/plugins/easy-digital-downloads/includes/admin/admin-actions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/admin-actions.php', 1, 0x00000000000000000000000000000000, 0xd2ec68d13d7453cfd8a582aee6e51cb2, 0x85ac8a73b658794d21f7491e0672bf2299d49b6ca50cf3b6dadd9cd3042ca8bc, '', 0, '?'),
(0xc3fc13e22833791624cca94b8cf1d6f5, 'wp-content/plugins/easy-digital-downloads/includes/admin/admin-bar.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/admin-bar.php', 1, 0x00000000000000000000000000000000, 0xdeb10fb716e91550c1ded4d9aae70bf5, 0x489143254f1ec20bbd2c342a96f5e88a6a0d7b94ea3404604f33072eb727d205, '', 0, '?'),
(0x94b594f8ef58c3029346cf5a31303490, 'wp-content/plugins/easy-digital-downloads/includes/admin/admin-deprecated-functions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/admin-deprecated-functions.php', 1, 0x00000000000000000000000000000000, 0x5a45bb60477185976f8d4064310f59c8, 0x80066c0f405237e65b53dcd5eca71be1a7d1b921953ee00a7b58e670a62f1b01, '', 0, '?'),
(0x0fcaaf2437908c7b72480bb01e465fec, 'wp-content/plugins/easy-digital-downloads/includes/admin/admin-footer.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/admin-footer.php', 1, 0x00000000000000000000000000000000, 0xc009fa050ab1faa3f28db3a6d9017d1b, 0xf354e889c52e30a763e57520090597d4d6187508793025d59bf909d6ce963fbc, '', 0, '?'),
(0x0a52aa235f790c8c559cf5c08ffe9058, 'wp-content/plugins/easy-digital-downloads/includes/admin/admin-pages.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/admin-pages.php', 1, 0x00000000000000000000000000000000, 0x334a58fe57f114e3efb508862eb7612d, 0xa13d0f631d7d0cb639e2115230c874ccd3a7e5cec585bcfbe0e51d8055c86bb3, '', 0, '?'),
(0xe96641a0e6c3ec9cda15a6571861d5e5, 'wp-content/plugins/easy-digital-downloads/includes/admin/class-api-keys-table.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/class-api-keys-table.php', 1, 0x00000000000000000000000000000000, 0xabc97d5b3d894b3e86da041adb2ba927, 0x7f2cfeb213d1cc305252e6ad46deb98af025988b9daa2f66d68d0d851ad3fd54, '', 0, '?'),
(0xcd2a9ef8ad7f7c81e1aa932837aa590b, 'wp-content/plugins/easy-digital-downloads/includes/admin/class-edd-heartbeat.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/class-edd-heartbeat.php', 1, 0x00000000000000000000000000000000, 0x4635096b4df758907f998c43846bf4ec, 0x71da9e904e016bb282aad119917f7965d019ba30ecb960e328477829f59ade82, '', 0, '?'),
(0x6cfd93e42dd415c87706dd8a4d18e581, 'wp-content/plugins/easy-digital-downloads/includes/admin/class-edd-notices.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/class-edd-notices.php', 1, 0x00000000000000000000000000000000, 0x105dfccf21005c7bc0b7e1b52ee013ef, 0x8f76ab2fa8cd6fbcf7c13cc831721cc7e96e92b5793babf642c8fc389a16cc6f, '', 0, '?'),
(0x73cd8ca6393c4507d874e4a056681cc7, 'wp-content/plugins/easy-digital-downloads/includes/admin/class-list-table.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/class-list-table.php', 1, 0x00000000000000000000000000000000, 0x4ff8b4b856b20651c0a0a5e8c90a6764, 0xfebe4e02bebecbf5d6d13a8ecdfec4ad52c90a92f7a9fd137038109fe19af13b, '', 0, '?'),
(0x53b1d4477109b494b2f5c29cc7ab5ad3, 'wp-content/plugins/easy-digital-downloads/includes/admin/class-sections.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/class-sections.php', 1, 0x00000000000000000000000000000000, 0x571a56c3b4b79361afc2e00c47ce107e, 0x3c04f92686c15a20cba73c72633eae68173a3f612634309f1e7ffd470db23964, '', 0, '?'),
(0x4a90d5c3e43710ba38c4498b2fe6fd97, 'wp-content/plugins/easy-digital-downloads/includes/admin/customers/class-customer-addresses-table.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/customers/class-customer-addresses-table.php', 1, 0x00000000000000000000000000000000, 0x042365512fa34b8df794547a5ec9e759, 0xa2e262988aa728c2365e5007b1a79a31eb3c18dd27ea8a924f8e151a5a101f78, '', 0, '?'),
(0xecc114af0e05ddec297e2a5b1c595514, 'wp-content/plugins/easy-digital-downloads/includes/admin/customers/class-customer-email-addresses-table.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/customers/class-customer-email-addresses-table.php', 1, 0x00000000000000000000000000000000, 0x675994d9df4f578f1e4edc90d090b9e4, 0xcd7006d261cd18e6ec48853cd1f6607e7bcae377856ace515bd0f2397edd6200, '', 0, '?'),
(0xf8c30916502cf8900c3f7fc3f901996f, 'wp-content/plugins/easy-digital-downloads/includes/admin/customers/class-customer-table.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/customers/class-customer-table.php', 1, 0x00000000000000000000000000000000, 0xe163d3553e75acd54389e37485115b03, 0x03efc3b543f9e82fda2c8582848edc02cf0bccf6e8a3eff8111c8b30e77f1edc, '', 0, '?'),
(0xfcc5dc111debc139472fb64a78deade1, 'wp-content/plugins/easy-digital-downloads/includes/admin/customers/customer-actions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/customers/customer-actions.php', 1, 0x00000000000000000000000000000000, 0x27fa81176e50ec4ace1de6ceab4bcb5b, 0x734c1c6a62d750818e511713bc8a4b4ab14177d7ed3af271642fba086b8321b0, '', 0, '?'),
(0x243d6749cd507359d290e37e85222cc2, 'wp-content/plugins/easy-digital-downloads/includes/admin/customers/customer-functions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/customers/customer-functions.php', 1, 0x00000000000000000000000000000000, 0xfae71280c8ab953a2eee156a3402ec9b, 0x7d452d6df9d985219037872db2dfee894177674016dde794dbb20bd62e4e5c46, '', 0, '?'),
(0xf8022490b63c23f046bc674ca4ff31c1, 'wp-content/plugins/easy-digital-downloads/includes/admin/customers/customers.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/customers/customers.php', 1, 0x00000000000000000000000000000000, 0x9ae458e7e202f1d50e1df60bc49b2b9e, 0x934380407e41ce52c885cf904b7d4c37bbf4a465ba792fb71a90c11b2ae7c690, '', 0, '?'),
(0x0244d191990b45c10bf214181562df30, 'wp-content/plugins/easy-digital-downloads/includes/admin/dashboard-widgets.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/dashboard-widgets.php', 1, 0x00000000000000000000000000000000, 0xf56932bcbceea8f8c089c53d42fedf13, 0x9294f09d70ba5e23127898a69c76ed2bcb79fe4ce10122e638cc64c6546102ca, '', 0, '?'),
(0x8c45ced928ce3e1367a07d65e740fe3e, 'wp-content/plugins/easy-digital-downloads/includes/admin/discounts/add-discount.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/discounts/add-discount.php', 1, 0x00000000000000000000000000000000, 0x9bd0c59202949eefa22a44e6a2ff0fc9, 0x04bd13f2ec5384cab1a41c4aec84aac388b2d3905bc1cb4988978049dc9f4e37, '', 0, '?'),
(0x2d72e511f1c08568f417852f7f2527fb, 'wp-content/plugins/easy-digital-downloads/includes/admin/discounts/class-discount-codes-table.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/discounts/class-discount-codes-table.php', 1, 0x00000000000000000000000000000000, 0x84e3a2f8799aea375d2115d3a3ceeeee, 0x16a278dab8511a1857d7cab15ade53150d428d66d0d0c67f901a0f47d240473c, '', 0, '?'),
(0xe09871b24d76402d3cec261b1b0342be, 'wp-content/plugins/easy-digital-downloads/includes/admin/discounts/contextual-help.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/discounts/contextual-help.php', 1, 0x00000000000000000000000000000000, 0x8205b3290198da6626340629fbc4862e, 0xfca66298abc552e68ae0057e067ef6970d9786aaf72b8f2c771e22252061bff6, '', 0, '?'),
(0xd0c0ce8dc2576cb8ea69e834810ea86b, 'wp-content/plugins/easy-digital-downloads/includes/admin/discounts/discount-actions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/discounts/discount-actions.php', 1, 0x00000000000000000000000000000000, 0xb4ae5aa6210befdae9cbf224c65dc99e, 0x7bb397ce596c107ea351de6cec8a052956d0bcf420890bb64f972066e63930d1, '', 0, '?'),
(0x64b346a905ab18ae52356e8f89bc22a4, 'wp-content/plugins/easy-digital-downloads/includes/admin/discounts/discount-codes.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/discounts/discount-codes.php', 1, 0x00000000000000000000000000000000, 0xae7a4c19e6925d30d501080546825f7d, 0xa286de26904a198ec946de8e80de03b7260cc7e7143f8d6aac8381a3cb6a8211, '', 0, '?'),
(0x691c546ca024a12e6cbf7d460b516285, 'wp-content/plugins/easy-digital-downloads/includes/admin/discounts/edit-discount.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/discounts/edit-discount.php', 1, 0x00000000000000000000000000000000, 0xc67e65ddba881b41a50ba342c2eaa1cf, 0xe0d97665ff4b205f5e7ca604f0c995a4dc0202beb51c770eb8b681e57b2eac02, '', 0, '?'),
(0x93343e0a46306659b7ceea236f0b9988, 'wp-content/plugins/easy-digital-downloads/includes/admin/discounts/views/categories.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/discounts/views/categories.php', 1, 0x00000000000000000000000000000000, 0x0232e9afc11cd6aa37a49517b4c1cb14, 0xd78d68b54f101bb6458f407003edede0b68fca207073a84858c6858310b5281b, '', 0, '?'),
(0xf419aaed98688747ad1c0d9cd8b9056f, 'wp-content/plugins/easy-digital-downloads/includes/admin/downloads/contextual-help.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/downloads/contextual-help.php', 1, 0x00000000000000000000000000000000, 0x7805e6e8a92f63a2c47992d15d91c713, 0xf1223126b15275c04501e063b8e7310323b03df5209dcf600d4b9d77dc720078, '', 0, '?'),
(0x803f4e972ec3fd4e371bc58510be4718, 'wp-content/plugins/easy-digital-downloads/includes/admin/downloads/dashboard-columns.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/downloads/dashboard-columns.php', 1, 0x00000000000000000000000000000000, 0x434ac6dc815142cb6966d3499e6e84ce, 0x64439fe28641723ac80f30ec9e310a4e85c3d5438fe837e5e02d1a05e0a777c9, '', 0, '?'),
(0xdfec91c3895e202cd5194ebaf1041091, 'wp-content/plugins/easy-digital-downloads/includes/admin/downloads/metabox.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/downloads/metabox.php', 1, 0x00000000000000000000000000000000, 0x2ce3dba289087e3391667c8f1e4bc7ab, 0xea7bdcd0aa0f14146161ac5904445b278ad368f99d010877eb116e1f401fee7c, '', 0, '?'),
(0xe201fee27c5ab5343d0f87fc17e22f74, 'wp-content/plugins/easy-digital-downloads/includes/admin/downloads/views/metabox-bundled-products.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/downloads/views/metabox-bundled-products.php', 1, 0x00000000000000000000000000000000, 0xcd77b385887f5927cacd2e3b19733017, 0x80059b9188480010d9fb6b642b55d08df3481db147d1d251c1ec8b836a76b84a, '', 0, '?'),
(0xbd54c29e11be7da0bb438eb8b0aef871, 'wp-content/plugins/easy-digital-downloads/includes/admin/downloads/views/metabox-files.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/downloads/views/metabox-files.php', 1, 0x00000000000000000000000000000000, 0x4bb1987de21438beda7a0da97109bf54, 0xd42b7f18f69f034b0b4dc38158da4f43b2003756892b056fe44d7ea53511a6c1, '', 0, '?'),
(0x585482de3b866a5c7c84a27f4165d06b, 'wp-content/plugins/easy-digital-downloads/includes/admin/emails/email-summary/class-edd-email-summary-admin.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/emails/email-summary/class-edd-email-summary-admin.php', 1, 0x00000000000000000000000000000000, 0xab567f5c920f387d3047cae35f1b2967, 0x5fbc122afeae30c43b995e3094c46a590d815b94a78f83f8792cb655594667a7, '', 0, '?'),
(0x2c5b02b8a638493f5836b8eaf23511c7, 'wp-content/plugins/easy-digital-downloads/includes/admin/import/class-batch-import-downloads.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/import/class-batch-import-downloads.php', 1, 0x00000000000000000000000000000000, 0x1f3bf7ff6ab5e1e21a627816c4b8bce6, 0x07fef1d0f67f98ffbf8ea7d6897e70211e15bb2dfdfc6d17d79b79c9f821f548, '', 0, '?'),
(0xdfd0af906da47b32174f28767a2de0a3, 'wp-content/plugins/easy-digital-downloads/includes/admin/import/class-batch-import-payments.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/import/class-batch-import-payments.php', 1, 0x00000000000000000000000000000000, 0x67530314f5a7956fc7bb369b50a64571, 0x048e4f708095c4090dd5a4fe3466afea2c51c3cf59523da239ec9d3e4f6dc296, '', 0, '?'),
(0x265fbe00e9dda4f2306e89233a1a67fe, 'wp-content/plugins/easy-digital-downloads/includes/admin/import/class-batch-import.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/import/class-batch-import.php', 1, 0x00000000000000000000000000000000, 0xf5165cf674ed8170fa6b009df09428da, 0xd31b61467096658de4ad52bab485c3ed5ab2ea457813fa20c6529d6f7b1807dc, '', 0, '?'),
(0x443205f487d637cc26b6d0e7e93f4955, 'wp-content/plugins/easy-digital-downloads/includes/admin/import/import-actions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/import/import-actions.php', 1, 0x00000000000000000000000000000000, 0x12fffef02c000fc22ddf660446aef284, 0x5f384b33a0281afeb7764fae552177f08ee69437456ba33096777845d65787b6, '', 0, '?'),
(0xbc912376caca1ee929c31d257e3cd843, 'wp-content/plugins/easy-digital-downloads/includes/admin/import/import-functions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/import/import-functions.php', 1, 0x00000000000000000000000000000000, 0x919d030cf02a1445419df83dd856b7eb, 0xa253cb82f7c9b34f07599efe6e5777e227d99c860597f296d5981390becf4e7b, '', 0, '?'),
(0xbcd97776411eb7ee287e0ba812d58a65, 'wp-content/plugins/easy-digital-downloads/includes/admin/notes/note-actions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/notes/note-actions.php', 1, 0x00000000000000000000000000000000, 0x6c7681fb1deec23f8a384b37b329403f, 0xf68ca64a9ce6072e4e899658bdbffc13693ef849797aa45ad7804fda556f59b0, '', 0, '?'),
(0xc4ab4e1d664a07b801fefcab59d9c711, 'wp-content/plugins/easy-digital-downloads/includes/admin/notes/note-functions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/notes/note-functions.php', 1, 0x00000000000000000000000000000000, 0x3b55d382e48362c2cdbe07807ce9e5c9, 0xfe0c28961ed4ae9e056ea00fc8868b80ba5ae074bf9c69efb8c115e1ba6b5e57, '', 0, '?'),
(0xbe87c38ec1effc39e3a5a225b6cecf75, 'wp-content/plugins/easy-digital-downloads/includes/admin/payments/actions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/payments/actions.php', 1, 0x00000000000000000000000000000000, 0xd52ad2747aa16f2ca0251a5abbc28d65, 0xb459de9eb86205b8ae6c78ddcf38ef073c77933aeb7e7f39b3d0df042f5ac673, '', 0, '?'),
(0x11fc1d72125b46afd4274ef2665d47e6, 'wp-content/plugins/easy-digital-downloads/includes/admin/payments/add-order.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/payments/add-order.php', 1, 0x00000000000000000000000000000000, 0x412cb3a91899dfa607cf3a9b5772106b, 0x4f5f51b6df03e3afcb465e6aa7b49e6fad0d4d343b412e232e3025576e2ff463, '', 0, '?'),
(0x7a91974ffe5ffedb073d09091c08af5e, 'wp-content/plugins/easy-digital-downloads/includes/admin/payments/class-order-sections.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/payments/class-order-sections.php', 1, 0x00000000000000000000000000000000, 0x2a5320e5d5aac7a91bd0b7f1f59c693d, 0x7cd2ab1f822e655278d449fa6dace548ed12a15dc4605f881fe2baa40d3a88c9, '', 0, '?'),
(0xf804f860a87ed4bff4294a830857a9d5, 'wp-content/plugins/easy-digital-downloads/includes/admin/payments/class-payments-table.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/payments/class-payments-table.php', 1, 0x00000000000000000000000000000000, 0x669f30f7e4a67318b6a124ac605f082a, 0x46abac907ba03999a9ab44ce31971840803a55c213f70332995543a927acfc6d, '', 0, '?'),
(0xbaff503d0174fb9d1f8ff3249b32f5d1, 'wp-content/plugins/easy-digital-downloads/includes/admin/payments/class-refund-items-table.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/payments/class-refund-items-table.php', 1, 0x00000000000000000000000000000000, 0x28b6991e034aeac0080ce4c9a005b7d4, 0x12847816817d75da4df4fd8a202075d6e2adbefb5d7c054e8521aa904d10ed49, '', 0, '?'),
(0x93fb93f8163f10876b4730856c7ed2e7, 'wp-content/plugins/easy-digital-downloads/includes/admin/payments/contextual-help.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/payments/contextual-help.php', 1, 0x00000000000000000000000000000000, 0x7ca410aa8de004c4eb57ffe157e20a7d, 0x68eee74dd11a43b3c1504384d6c186b015d58a2c40f7a5e1e868f1708bf9d333, '', 0, '?'),
(0x7364984fcd13cdcee8a974a6cc993e2a, 'wp-content/plugins/easy-digital-downloads/includes/admin/payments/orders.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/payments/orders.php', 1, 0x00000000000000000000000000000000, 0x058487b1c2faa34692039f27c094152d, 0x054c91382676859ef564121c854adee7dffd3c690af7c4961df6e43e6ee5ef55, '', 0, '?'),
(0x8031dc559e9610df71b98e0a083f1bf3, 'wp-content/plugins/easy-digital-downloads/includes/admin/payments/payments-history.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/payments/payments-history.php', 1, 0x00000000000000000000000000000000, 0x0be58e6faf0ba996c7e33ae738d680a8, 0x9f11def0c36062eec0b6633702d028385be08102410f7ffb96291293237ffff0, '', 0, '?'),
(0x8918561e998723963b908284cb2ef9b4, 'wp-content/plugins/easy-digital-downloads/includes/admin/payments/refunds.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/payments/refunds.php', 1, 0x00000000000000000000000000000000, 0x45c6143df9d07fa467c691c53d574059, 0xa57cbff52222197bec829057c7e7f4d70645a85bf50429f2470829f495d4070e, '', 0, '?'),
(0xf6686d258d2d0401a92156c9ed56c272, 'wp-content/plugins/easy-digital-downloads/includes/admin/payments/view-order-details.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/payments/view-order-details.php', 1, 0x00000000000000000000000000000000, 0x07963999de29aa86424c29cde101bb3b, 0x93a1a24a10a82a46d3d47e560fd966107d45ab9a699935d4f08fbb0e9a546ebe, '', 0, '?'),
(0xbfb676e5d087095b9a3635e9be41249f, 'wp-content/plugins/easy-digital-downloads/includes/admin/payments/view-refund.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/payments/view-refund.php', 1, 0x00000000000000000000000000000000, 0xb6be9867615111c0b0eea52e8288803f, 0x066076b5db0d0466bf30fe8cc3de0fd3ab5e96eb5e6ecf6c92b3df9173abed13, '', 0, '?'),
(0x0b9905e3b41d57516a72a1ca6f8ef4eb, 'wp-content/plugins/easy-digital-downloads/includes/admin/plugins.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/plugins.php', 1, 0x00000000000000000000000000000000, 0xe42195d946d570b7be393acd675f3a8b, 0xe3b2ee4b4a7943365af3caec21e48f7bcc0f448e8bdc8219ee4e07a333d50644, '', 0, '?'),
(0xeca6cf0b9a8b8232bdd3755f0f6aa0e2, 'wp-content/plugins/easy-digital-downloads/includes/admin/promos/email-summary/blurbs.json', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/promos/email-summary/blurbs.json', 1, 0x00000000000000000000000000000000, 0x467d130f03e51e88e89bd7eb3c05dd82, 0xc830b103d747abcdf523a4848612d177f468aa8c183a3d40e8d083fe6a7b1932, '', 0, '?'),
(0xa6cbdfa4ee0ca4932bab3554bb444960, 'wp-content/plugins/easy-digital-downloads/includes/admin/promos/notices/class-five-star-review-dashboard.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/promos/notices/class-five-star-review-dashboard.php', 1, 0x00000000000000000000000000000000, 0x9e4e58cf4218826b0f7ab4c5f5e28d45, 0x204304f6c4c334825771a995f73a0c4202cbe096506782c19c9e1abdaa01d8a3, '', 0, '?'),
(0xa02028711bbb9f4bf4419091291122dd, 'wp-content/plugins/easy-digital-downloads/includes/admin/promos/notices/class-five-star-review-settings.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/promos/notices/class-five-star-review-settings.php', 1, 0x00000000000000000000000000000000, 0xb2213351e20355459066ca01dd4d371d, 0x5ecb2fce99d68e77d857dfc1e627e2c7cd471fb0ae58c07cb56f32a9abe6dd67, '', 0, '?'),
(0xb57707c52a42d78f17d4a54b5d16f570, 'wp-content/plugins/easy-digital-downloads/includes/admin/reporting/class-api-requests-logs-list-table.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/reporting/class-api-requests-logs-list-table.php', 1, 0x00000000000000000000000000000000, 0x322e5dce8a17e1182d08995fb66fe450, 0xa04d8e02c159a6be3425cc9b3ef76b419440f30b328d3805e04006833bdf23a0, '', 0, '?'),
(0x2a98b9db407358c1bb86c90fe6b77894, 'wp-content/plugins/easy-digital-downloads/includes/admin/reporting/class-base-logs-list-table.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/reporting/class-base-logs-list-table.php', 1, 0x00000000000000000000000000000000, 0x1493609f57845532ec98bc86a0c44e96, 0x03e3b2b6f781020b168e736e86fd863dbf8f08c89102b22596c4a5645469abe3, '', 0, '?'),
(0x4925b8ec733c808fe84974e99be06351, 'wp-content/plugins/easy-digital-downloads/includes/admin/reporting/class-categories-reports-table.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/reporting/class-categories-reports-table.php', 1, 0x00000000000000000000000000000000, 0xe47868df4945ed5f8248484c3a9ddd64, 0x5887c8c5cc6eeabc2595694e0059c0b0efff7281ff1b5c62fb5da95eb3340ffa, '', 0, '?'),
(0x353c8b821fd91ad6c1767d8c3c082b2d, 'wp-content/plugins/easy-digital-downloads/includes/admin/reporting/class-download-reports-table.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/reporting/class-download-reports-table.php', 1, 0x00000000000000000000000000000000, 0x9cfe09f82960702509c3646a98cc811b, 0x8573e21ca7f5a6935757e790debde63b4436cabd4d111cf5985eb429b35ba425, '', 0, '?'),
(0x876a2e41c63bcf0be11f027e96fc3f2a, 'wp-content/plugins/easy-digital-downloads/includes/admin/reporting/class-edd-graph.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/reporting/class-edd-graph.php', 1, 0x00000000000000000000000000000000, 0x9cc2cb3844c91238df025e4963aa8854, 0xbbc31958403c7cb6ed877d6c24e4459cb78f2f86926d0b4a51981da2684113e3, '', 0, '?'),
(0x999f99cd3b6ef233ea4672abcf00274e, 'wp-content/plugins/easy-digital-downloads/includes/admin/reporting/class-edd-pie-graph.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/reporting/class-edd-pie-graph.php', 1, 0x00000000000000000000000000000000, 0x6a07aaafac98fc52460d3b1271d20070, 0xa2e1a00149e2afe50916bc2a8933750078fc2a79dd3e59e84be69958e7380963, '', 0, '?'),
(0xc54664d4c03159aa2b2fffaeea8986b9, 'wp-content/plugins/easy-digital-downloads/includes/admin/reporting/class-export-customers.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/reporting/class-export-customers.php', 1, 0x00000000000000000000000000000000, 0xe1b3a7ea6a7e570bae813a7c1345272f, 0x1d155233c9a47aa5912c588dc050c12731aec552680b2e77654f55ad98e6a378, '', 0, '?'),
(0x7b64052ae06a11da7248891307f97b9f, 'wp-content/plugins/easy-digital-downloads/includes/admin/reporting/class-export-download-history.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/reporting/class-export-download-history.php', 1, 0x00000000000000000000000000000000, 0x30adc84c9898b461cec4eb9b8dd3f2b8, 0x1565a9f792a3a97cb47f8119efdff6126de727de0a2f14b974d5806a35bb2c0c, '', 0, '?'),
(0x70ecc1bf21c4e7853c8d498263a79791, 'wp-content/plugins/easy-digital-downloads/includes/admin/reporting/class-export-payments.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/reporting/class-export-payments.php', 1, 0x00000000000000000000000000000000, 0x3d89ff443037578b63b1b239b3162e9e, 0x4961d69128bc83b41ed0e60ca6443a62d32506b06dc6781a20d64f97b378086d, '', 0, '?'),
(0xaa0bf1e019126702f3553ac5c8cbe97b, 'wp-content/plugins/easy-digital-downloads/includes/admin/reporting/class-export.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/reporting/class-export.php', 1, 0x00000000000000000000000000000000, 0x0de83aca1248873601e727038da9240e, 0x9168faf092c960f84e24d94377ab883c35f9fa36c3cb49829c381ef1de0bc347, '', 0, '?'),
(0x5f17885afcb189a5c11d7bd19b45fa48, 'wp-content/plugins/easy-digital-downloads/includes/admin/reporting/class-file-downloads-logs-list-table.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/reporting/class-file-downloads-logs-list-table.php', 1, 0x00000000000000000000000000000000, 0x02ca3e08bfe711dec2b88dc21baf144e, 0x662d85707168a78610e3c551b2ea65b454582ffb030f67d1333a5b1130ed6cf5, '', 0, '?'),
(0x9c5c690b0bb75a5dcc2cd5528bfb0996, 'wp-content/plugins/easy-digital-downloads/includes/admin/reporting/class-gateway-error-logs-list-table.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/reporting/class-gateway-error-logs-list-table.php', 1, 0x00000000000000000000000000000000, 0x43234fac12f6f53856c6f069cd73cb00, 0x0906caa68ef45f386404ced36e54090a70e49acacebf616675fb36b12002ef78, '', 0, '?'),
(0x6b78e6daa5fc0a9ab9cbe1c220b3607f, 'wp-content/plugins/easy-digital-downloads/includes/admin/reporting/class-gateways-reports-table.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/reporting/class-gateways-reports-table.php', 1, 0x00000000000000000000000000000000, 0x73fe508c3895b2135e74d482ff8d60d3, 0x877c8eb9a1e6afcb1347458c76ed4b9295bfa26e477a558b2b72822d25d4f7b1, '', 0, '?'),
(0x3808e3af1b1c0e2438eecb9d8f2aa0f2, 'wp-content/plugins/easy-digital-downloads/includes/admin/reporting/class-reports-sections.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/reporting/class-reports-sections.php', 1, 0x00000000000000000000000000000000, 0x2d2339edc139900b0b80e89526303fbf, 0x781442f417a84fc068bf6081fabb7c35fcd69dc9d0cd3d1eb56785e310258720, '', 0, '?'),
(0x624b7c88f05960241319676733fa2da0, 'wp-content/plugins/easy-digital-downloads/includes/admin/reporting/class-sales-logs-list-table.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/reporting/class-sales-logs-list-table.php', 1, 0x00000000000000000000000000000000, 0x5f0fc6dc435d9d036095f31e7d42308e, 0xec79f4ffd9ccb0ca1b822af924d94b129e90d389af3d5c8b7e23dc9e0a1cec25, '', 0, '?'),
(0x935d1a724c7057cb77df254d28ad6ed4, 'wp-content/plugins/easy-digital-downloads/includes/admin/reporting/contextual-help.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/reporting/contextual-help.php', 1, 0x00000000000000000000000000000000, 0x25148e2eff4a9d4666c1e396e2d2a33a, 0x939946741612ddd33bab84d63701087edcfff057bb409c034a426409a9f664eb, '', 0, '?'),
(0xc1eb6ac4f8eefcaf239fc02ee8a196b4, 'wp-content/plugins/easy-digital-downloads/includes/admin/reporting/export/class-batch-export-api-requests.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/reporting/export/class-batch-export-api-requests.php', 1, 0x00000000000000000000000000000000, 0xea3e539f47dac49d252a8b3be26e7d08, 0x82d2ccda7aca986a8ac5d93964f3fb4a13e85bb5a02c8bc939ebd652c98fd78a, '', 0, '?'),
(0xc5b4011b1eb1c27d82470eed0153ca80, 'wp-content/plugins/easy-digital-downloads/includes/admin/reporting/export/class-batch-export-customers.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/reporting/export/class-batch-export-customers.php', 1, 0x00000000000000000000000000000000, 0x710f3a8174188c87d904464c4840cb40, 0xa8617173e6f37e33e59dcddb4c240d260aa0968b241b220b37217cd16a76b00f, '', 0, '?'),
(0x1632eef84980b9edfe306e2a389a49c4, 'wp-content/plugins/easy-digital-downloads/includes/admin/reporting/export/class-batch-export-downloads.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/reporting/export/class-batch-export-downloads.php', 1, 0x00000000000000000000000000000000, 0xe8d62ac83aa3b6497368a70619a8e7b7, 0xfaa8310c0f11ef21ace1a917289a276e1aa825d736603d3e92a3b0c7f1954bf0, '', 0, '?'),
(0xfea7f37c59c4b61d34ca44a2e2550aaf, 'wp-content/plugins/easy-digital-downloads/includes/admin/reporting/export/class-batch-export-earnings-report.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/reporting/export/class-batch-export-earnings-report.php', 1, 0x00000000000000000000000000000000, 0x097508eb8c35080c8748b3907097d79e, 0x52c2303402858cf8ce463b205530ab3ec65e1820f387546c2ff929349b75003f, '', 0, '?'),
(0x0e0509e3419a3803d80c204f36c91fbe, 'wp-content/plugins/easy-digital-downloads/includes/admin/reporting/export/class-batch-export-file-downloads.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/reporting/export/class-batch-export-file-downloads.php', 1, 0x00000000000000000000000000000000, 0xd3ac7214ddba05a53e91d0c3e83189eb, 0x19dae6e5efb311946eb3704c90242fdee4b310682b359e24dd1838ad7371eac4, '', 0, '?'),
(0x4fd4c0376282c1be5567654e3b113f7f, 'wp-content/plugins/easy-digital-downloads/includes/admin/reporting/export/class-batch-export-payments.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/reporting/export/class-batch-export-payments.php', 1, 0x00000000000000000000000000000000, 0xea165b37371c78c8d8f9a0e9f9368455, 0x1ddf4c334ad9b66539ae89e8fb9d10737cb8998e54c8736b2f1c0e7192835ab0, '', 0, '?'),
(0xffe4bff03b7438679922691f7aaf8e6f, 'wp-content/plugins/easy-digital-downloads/includes/admin/reporting/export/class-batch-export-sales-and-earnings.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/reporting/export/class-batch-export-sales-and-earnings.php', 1, 0x00000000000000000000000000000000, 0x3a091ce8d4c5f19b349fbb4abf2cdc7d, 0x1d0ad22747015b536e9c6a7315f439a0be33be677cc44f91851d11a15804ed0e, '', 0, '?'),
(0xde533781d9a02246eee1f5b2ff34d52a, 'wp-content/plugins/easy-digital-downloads/includes/admin/reporting/export/class-batch-export-sales.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/reporting/export/class-batch-export-sales.php', 1, 0x00000000000000000000000000000000, 0x54051a572a5150bf682b62239d8825d7, 0x26f853a18f6d15003fe4af5c7630c1d3015c08d9f38f78c50d5568b4c8abbc3c, '', 0, '?'),
(0x4487806fae985657d9ec485d265ac9d6, 'wp-content/plugins/easy-digital-downloads/includes/admin/reporting/export/class-batch-export-taxed-customers.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/reporting/export/class-batch-export-taxed-customers.php', 1, 0x00000000000000000000000000000000, 0xb43e14ed8ea6ad6e1198831c2f3b0b84, 0x867e8e48c4274f0ffd3aa513dcbb680533a18531ce4b0b0434afa84d75f42408, '', 0, '?'),
(0xa273fcd87e2f83b32596ff7e5058abd6, 'wp-content/plugins/easy-digital-downloads/includes/admin/reporting/export/class-batch-export-taxed-orders.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/reporting/export/class-batch-export-taxed-orders.php', 1, 0x00000000000000000000000000000000, 0x8f3705d6b53a405680cdbc3ce76a3b91, 0xbc2260c85e6159cb7fc72656eeb633d68c44d47e8b807aa3953652054cc7e361, '', 0, '?'),
(0xa4a5dccc361e8b384e6ac123894879df, 'wp-content/plugins/easy-digital-downloads/includes/admin/reporting/export/class-batch-export.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/reporting/export/class-batch-export.php', 1, 0x00000000000000000000000000000000, 0x438d41b9796c90b450e66f0df5d1f7ad, 0xb183130ebb9979ad9b277e842b0500898dfc6cb8014163cdf81a1ee0595a4a39, '', 0, '?'),
(0xa5c88653bdc8b5ebbb292b02642cb1e7, 'wp-content/plugins/easy-digital-downloads/includes/admin/reporting/export/export-actions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/reporting/export/export-actions.php', 1, 0x00000000000000000000000000000000, 0x87364005df2e02e5f5287607a9db1ecd, 0xa5230cd4df0a6918961a5d024f15f445c0f288a84b3207412b236712e9e31d89, '', 0, '?'),
(0xc23b0c47ecb9adedf2a7a7e23516aaee, 'wp-content/plugins/easy-digital-downloads/includes/admin/reporting/export/export-functions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/reporting/export/export-functions.php', 1, 0x00000000000000000000000000000000, 0xa8a021e7074c3d69aa311f8c04bb4a08, 0xe8f1c1337342c7721bfa1186f499b6d150cb260f4e387342d173dba2fa2d70b2, '', 0, '?'),
(0x8d9ca034499d36a3bf4f054bd4164621, 'wp-content/plugins/easy-digital-downloads/includes/admin/reporting/graphing.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/reporting/graphing.php', 1, 0x00000000000000000000000000000000, 0x7fdcb723ac54bcd8b476224740d1df75, 0x4dbcc3b5323372626f283eda729d9a046a393ca35a151228758a7f1eadf234ac, '', 0, '?'),
(0xc988be8d71895c095742a12524002b3f, 'wp-content/plugins/easy-digital-downloads/includes/admin/reporting/logs.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/reporting/logs.php', 1, 0x00000000000000000000000000000000, 0x13b7c076c124e3b100758519d9516e83, 0xf27ecba80881b96f4b47a815832389273b2afd302af606a6a0c5c454c91e4be1, '', 0, '?'),
(0x1fc3b40f6d1e403bbd322b5cfa986570, 'wp-content/plugins/easy-digital-downloads/includes/admin/reporting/reports-callbacks.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/reporting/reports-callbacks.php', 1, 0x00000000000000000000000000000000, 0xccc06e72b190b65f5b1785c68831b900, 0xed163b394be8cb004803e841e32ca389dacaba9e7efcaf46474b5db2da05dfa4, '', 0, '?'),
(0xc2916271370ccb8cdb88acbeb43acbb4, 'wp-content/plugins/easy-digital-downloads/includes/admin/reporting/reports.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/reporting/reports.php', 1, 0x00000000000000000000000000000000, 0x285647ebb15dcbf358ee7e1139d11fb8, 0xe0d9f52574522b4827b7433ea2fae0e91cd187e0564393d3c11e27115b95f6bf, '', 0, '?'),
(0x6f7e853a72ee4b76ba18cdcd82632ae5, 'wp-content/plugins/easy-digital-downloads/includes/admin/reporting/views/export-api-requests.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/reporting/views/export-api-requests.php', 1, 0x00000000000000000000000000000000, 0xe67547caa758d367d5d9cca7135711c1, 0xff9729ad02139f863eb4aac87a19a6e7ab0b4ead9ef6fa80147bdca916180e74, '', 0, '?'),
(0x721e826cd82ae37d154c0d943f4a9e0d, 'wp-content/plugins/easy-digital-downloads/includes/admin/reporting/views/export-customers.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/reporting/views/export-customers.php', 1, 0x00000000000000000000000000000000, 0x122a4d24bf863fe5730f5b96ab24c4b5, 0xd678be8332799ba87c9c5f0be19c71b8954be2622431f69ed94140d6e59c67a2, '', 0, '?'),
(0x73e0f04b899e815b730f2e36c98ae420, 'wp-content/plugins/easy-digital-downloads/includes/admin/reporting/views/export-download-history.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/reporting/views/export-download-history.php', 1, 0x00000000000000000000000000000000, 0x396ae4df27b40dd4529013bd32adada6, 0x2abfe9d916898226d1399a69fb47a0ebf457228d1c18c6c83dfef32ad7428ebb, '', 0, '?'),
(0xd78aec8d53f53c43c572f486f0d3261a, 'wp-content/plugins/easy-digital-downloads/includes/admin/reporting/views/export-downloads.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/reporting/views/export-downloads.php', 1, 0x00000000000000000000000000000000, 0x4e0a96614c1f7e2e8fa71ecbdc36e2de, 0xb2250cbe2d9e7a4637d4937ed6bfc13ef454cdee161d85e87be0b7d7c0068043, '', 0, '?'),
(0xf35ea09965b1041a9477aa27e953efbc, 'wp-content/plugins/easy-digital-downloads/includes/admin/reporting/views/export-earnings-report.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/reporting/views/export-earnings-report.php', 1, 0x00000000000000000000000000000000, 0x0981fb3ab849fb516ff013962ffe886c, 0x1a9591155779e7f33c0f780e110c27c2e063852004f4367a91a1f375abaeb752, '', 0, '?'),
(0xd70674bf09f3cbb69a91cd93fda21703, 'wp-content/plugins/easy-digital-downloads/includes/admin/reporting/views/export-orders.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/reporting/views/export-orders.php', 1, 0x00000000000000000000000000000000, 0x0fc5fef664b96cb39f31e99d0ab9dafd, 0x0cb80cf587451c6d42801a5fda8e60a5e0af1238cfe419f2e9a8554bc591bf63, '', 0, '?'),
(0xb3981a1df63d5f9b00d5adf2fc35d486, 'wp-content/plugins/easy-digital-downloads/includes/admin/reporting/views/export-sales-earnings.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/reporting/views/export-sales-earnings.php', 1, 0x00000000000000000000000000000000, 0x0b9825e984953dd52f0bde9342379a6c, 0x35ff6031ac4eb2a360f9fcd9ff70ffac5db6dc317b584761f6592a5100c3ff0e, '', 0, '?'),
(0x0f495228abea311c5121d8cdfd9c08b9, 'wp-content/plugins/easy-digital-downloads/includes/admin/reporting/views/export-sales.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/reporting/views/export-sales.php', 1, 0x00000000000000000000000000000000, 0xcf9e6070ceff448c98ce7c13164a783f, 0xceea9b38875c67b14c1131153def8d3fd85845b9bcf0bf60e85ae4c2b9a154a2, '', 0, '?'),
(0x305cb6950415be3a4d9c70a3ec20511d, 'wp-content/plugins/easy-digital-downloads/includes/admin/reporting/views/export-taxed-customers.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/reporting/views/export-taxed-customers.php', 1, 0x00000000000000000000000000000000, 0xb74957c85a8ed9f6cfaf0913c91c6232, 0x4fc9a63da1502aa72b4e27053271be5638494448d490dc5f95b7070c3de22aac, '', 0, '?'),
(0x91a172e6e98797a76008af3754dc76c6, 'wp-content/plugins/easy-digital-downloads/includes/admin/reporting/views/export-taxed-orders.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/reporting/views/export-taxed-orders.php', 1, 0x00000000000000000000000000000000, 0x495f1fae2485c34ed88cd6618e766936, 0x5d9ba31b59c4230013c20b2e6d93e91e4de2696f35feeeea521aa232966c60c5, '', 0, '?'),
(0x340e4685a9d6ddcd869d1c9b86603912, 'wp-content/plugins/easy-digital-downloads/includes/admin/settings/contextual-help.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/settings/contextual-help.php', 1, 0x00000000000000000000000000000000, 0x1c33a517083cc9c49cc2cdc6b52ed704, 0x4177b6bfa84ef056462bf7fa18a03b855c8c3a7af7b8d5233f512ba5c715f949, '', 0, '?'),
(0x4bb064926f2af38f10bbfc97c357f53e, 'wp-content/plugins/easy-digital-downloads/includes/admin/settings/display-settings.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/settings/display-settings.php', 1, 0x00000000000000000000000000000000, 0x4b596e3cd47e0dccd371315fb55163ef, 0x5056d67fb7043bafc1175de175b03528c757b5a7bdf55aae73d140c7bfd955da, '', 0, '?'),
(0xa0575b2fb12e9cb22d282c3757923e1f, 'wp-content/plugins/easy-digital-downloads/includes/admin/settings/register-settings.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/settings/register-settings.php', 1, 0x00000000000000000000000000000000, 0x8b8681cdde3ee9945ac7ff62ac80d538, 0x82944b9ee232eea8f290268f9b741ab3d4216553e0a25ac640308e1f51c8ca3e, '', 0, '?'),
(0x7b5bf20457cf91bbf7aaa9c04fbc0ce0, 'wp-content/plugins/easy-digital-downloads/includes/admin/settings/settings-compatibility.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/settings/settings-compatibility.php', 1, 0x00000000000000000000000000000000, 0x9cfa5ab845a0f73acb21ee1b120710d1, 0x2e19dcacd32833cc0cb2b9bbcf26049e9130fdf95873410e11ef4b5e94c0ebbc, '', 0, '?'),
(0xfe6f6ce982cbeae28dac10bc88c41f19, 'wp-content/plugins/easy-digital-downloads/includes/admin/thickbox.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/thickbox.php', 1, 0x00000000000000000000000000000000, 0x4c87a445422cd295b828e6589df93231, 0x4af2ee0535bb28e38aaf606429aa51aa3dca190ce3f1d1dce3f378db5e648a32, '', 0, '?'),
(0x88dd1842cfd2f3255f1132d1646a5787, 'wp-content/plugins/easy-digital-downloads/includes/admin/tools/class-edd-tools-recount-all-stats.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/tools/class-edd-tools-recount-all-stats.php', 1, 0x00000000000000000000000000000000, 0x47eb8a37262f2000d9a839063cddf560, 0x027f04630fc25896fd7b2dd5d221d12a069c6945c21415ec97c0de19cfbbb57c, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x2ee3e222711803726238c24c4f523048, 'wp-content/plugins/easy-digital-downloads/includes/admin/tools/class-edd-tools-recount-customer-stats.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/tools/class-edd-tools-recount-customer-stats.php', 1, 0x00000000000000000000000000000000, 0xe159625278cbdf39d4f11017d772f8d4, 0x69dabae455edb0dc7cc41763fb393ee06fe47c68bf9b67dd18cae1b33bf037d5, '', 0, '?'),
(0x072634731344450e98e16351f22f2180, 'wp-content/plugins/easy-digital-downloads/includes/admin/tools/class-edd-tools-recount-download-stats.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/tools/class-edd-tools-recount-download-stats.php', 1, 0x00000000000000000000000000000000, 0x417d5a49e90cf5a5f44d6298dddad658, 0xee1ee4032ed903ee50600570e2e377c3f1d67a83da0fdbed8680095317dbc1ef, '', 0, '?'),
(0x4f2bd17899798d3e02bd3797c7002c7d, 'wp-content/plugins/easy-digital-downloads/includes/admin/tools/class-edd-tools-recount-single-customer-stats.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/tools/class-edd-tools-recount-single-customer-stats.php', 1, 0x00000000000000000000000000000000, 0x8c7ba7f1f4f4fe96105c377ce0cb1ea3, 0x43d8284407a0ed59b10bc00b1e681f275c8407fe5691be409a5c836e8c0f0b11, '', 0, '?'),
(0xe67550f8691715c27c42608c1c6f1eb5, 'wp-content/plugins/easy-digital-downloads/includes/admin/tools/class-edd-tools-recount-store-earnings.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/tools/class-edd-tools-recount-store-earnings.php', 1, 0x00000000000000000000000000000000, 0x4ddfb78799bde9f3afbbc50a7c15046f, 0x30570dd0edd0c836d958188c549ecc09bae92269ed37f89c52a0aa69aa9ebf28, '', 0, '?'),
(0x13440cb40a9b31afd80c6c2f153b53d1, 'wp-content/plugins/easy-digital-downloads/includes/admin/tools/class-edd-tools-reset-stats.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/tools/class-edd-tools-reset-stats.php', 1, 0x00000000000000000000000000000000, 0xfd6d4e154eb284cccaf7c5f06de549da, 0x4772596fb8ae29ee5aa7cc21630733166f043ce0de04666e355e63f9d8c3c0ab, '', 0, '?'),
(0x79f43bfa4f4c7760cec666922a936632, 'wp-content/plugins/easy-digital-downloads/includes/admin/tools/logs.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/tools/logs.php', 1, 0x00000000000000000000000000000000, 0xd31fe0d6a7abdaa212dfa88c6f66c09f, 0x0a08e1c79be502a0820f6e04b048f2a425c797baeae49e786b46fd968c66fded, '', 0, '?'),
(0x3fa98687dc80db64cc9ab521de098316, 'wp-content/plugins/easy-digital-downloads/includes/admin/tools/tools-actions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/tools/tools-actions.php', 1, 0x00000000000000000000000000000000, 0xd4c2f4224592e89d83a8993e842d4382, 0x93b524b92b601f3ee90947670a525fa985ff359b401bb2fc8d16eeebe00c55ee, '', 0, '?'),
(0x658e81e6eed778e28b34022956f5de58, 'wp-content/plugins/easy-digital-downloads/includes/admin/tools.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/tools.php', 1, 0x00000000000000000000000000000000, 0x36a479241ffd64b7a341998a71110b52, 0x9e5c893e113d67c4e3df9c84378585faedef9785b6a4883b6b818d89ddcffd7f, '', 0, '?'),
(0xdb8b27f07b56663c0006d2b634002a96, 'wp-content/plugins/easy-digital-downloads/includes/admin/tracking.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/tracking.php', 1, 0x00000000000000000000000000000000, 0xdbdcb92307641b1bf866fac9b9ea3ff0, 0xe618149142181bb8e9bd6b832d8f69aaf5d3cb72428c57dc3c57a8445a62a3d3, '', 0, '?'),
(0xd365d5660ab90b2f66f9bc02385c0a44, 'wp-content/plugins/easy-digital-downloads/includes/admin/upgrades/classes/class-file-download-log-migration.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/upgrades/classes/class-file-download-log-migration.php', 1, 0x00000000000000000000000000000000, 0x7ee4e1339bbf892752bae124975c7486, 0xd577ce4e17a08dc384fd433a0349be2cf6242e8f21de8a2d380e54b3b1711971, '', 0, '?'),
(0x31c4270b1b936d8fb1f7229daab53879, 'wp-content/plugins/easy-digital-downloads/includes/admin/upgrades/deprecated-upgrade-functions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/upgrades/deprecated-upgrade-functions.php', 1, 0x00000000000000000000000000000000, 0xc38c83414a7706cc2aef56c5aadb75fc, 0x59e85785f82ee92bfa0480c6807032120547a54fc5f9cd119313f86427c58261, '', 0, '?'),
(0x0adfc97413a750225de2bee3dad8d920, 'wp-content/plugins/easy-digital-downloads/includes/admin/upgrades/downgrades.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/upgrades/downgrades.php', 1, 0x00000000000000000000000000000000, 0x2f0176a3356fcabf7e353fe28722d0a9, 0x8cb9720ea6723e47dea5a52ad6be324e6985ba0bf1999ce7dbb3940f5905489b, '', 0, '?'),
(0xe210064157c478af91e93e9b7bc7830d, 'wp-content/plugins/easy-digital-downloads/includes/admin/upgrades/upgrade-functions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/upgrades/upgrade-functions.php', 1, 0x00000000000000000000000000000000, 0xfad96d55c390a1ffd955566702533861, 0x7418fd2df6877a1f8e65107a926d53cabaeae6a07fbe58690d60659dd3f7fbeb, '', 0, '?'),
(0xcd8a5d986483103bc387498f6c79e1de, 'wp-content/plugins/easy-digital-downloads/includes/admin/upgrades/upgrades.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/upgrades/upgrades.php', 1, 0x00000000000000000000000000000000, 0x3e861f6924df33393b4d278c95791707, 0xa6a84cde14f0c7c51d66bc2c568859c471c6841b726df9127195de2010df8066, '', 0, '?'),
(0x287a5d60e0c65466731ccdb58a2f3ba2, 'wp-content/plugins/easy-digital-downloads/includes/admin/upgrades/v3/class-base.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/upgrades/v3/class-base.php', 1, 0x00000000000000000000000000000000, 0x6a1197a7b38b5b8d948a9e22c1aca923, 0xa690b803e4f0b80fabf84469fd95098c46d8bd6a150203daed74ecbfdad9cfff, '', 0, '?'),
(0xe5c436070f08b06436217c3054a079d1, 'wp-content/plugins/easy-digital-downloads/includes/admin/upgrades/v3/class-customer-addresses.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/upgrades/v3/class-customer-addresses.php', 1, 0x00000000000000000000000000000000, 0x8fcc8e292c14d20bc8bbcbba85b6dfef, 0x83de4f8254735e42d7c8c4a81ec503e5b314e9b77ce2a402a6c0ae785976c3d6, '', 0, '?'),
(0x0c0317b87d4c5b520b62e51e1d5e09c3, 'wp-content/plugins/easy-digital-downloads/includes/admin/upgrades/v3/class-customer-email-addresses.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/upgrades/v3/class-customer-email-addresses.php', 1, 0x00000000000000000000000000000000, 0x8539654f0bdbb6992f8f967b228b5882, 0x2b0c8e240117d8629240ef313f5780de005adfb1fd8e42fd60ba1573f0cfc50c, '', 0, '?'),
(0x4e23aeac9aa7c15edd2ee488dc35ab74, 'wp-content/plugins/easy-digital-downloads/includes/admin/upgrades/v3/class-customer-notes.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/upgrades/v3/class-customer-notes.php', 1, 0x00000000000000000000000000000000, 0xaf9c70bf5fb5202a851cf8aa2f6a46ae, 0xce92994222bc8bcbaf300722f620181997e746edc7d1172785c51a2463a8e6ba, '', 0, '?'),
(0x3f80389dde250d463e2c47945be54044, 'wp-content/plugins/easy-digital-downloads/includes/admin/upgrades/v3/class-data-migrator.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/upgrades/v3/class-data-migrator.php', 1, 0x00000000000000000000000000000000, 0xb447e0e745fea88e59bcff17f6c33a47, 0x8f24c36dc7e5367aa48defad13613f9fbebcb43f193c4c634a23ff34fb63a434, '', 0, '?'),
(0x928455f0efda1d52f8123af5bd9acb75, 'wp-content/plugins/easy-digital-downloads/includes/admin/upgrades/v3/class-discounts.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/upgrades/v3/class-discounts.php', 1, 0x00000000000000000000000000000000, 0x74769be890f86b775eef69d85c486f21, 0x70bb5e229a8d9e539c614722f30fe3a789e3d6d4ca3a2dcc040199c1cf63650b, '', 0, '?'),
(0x2d3261cacdf90535cb7ede2b18c4ef52, 'wp-content/plugins/easy-digital-downloads/includes/admin/upgrades/v3/class-logs.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/upgrades/v3/class-logs.php', 1, 0x00000000000000000000000000000000, 0x665478d10225b20b9da54ec57c25c87b, 0x96eefd9f851e2d65cf1d3e9f83ffedf4a78331a6b787a773e013a19c03be33af, '', 0, '?'),
(0x4d8a52400e1d81b615cc13200ca9375d, 'wp-content/plugins/easy-digital-downloads/includes/admin/upgrades/v3/class-order-notes.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/upgrades/v3/class-order-notes.php', 1, 0x00000000000000000000000000000000, 0xa829d0742822db9fa0274983253aeff9, 0xc1379c14e3bd571f07dde8d66e849409fb98f88c1b3434d4689ff9790aff582d, '', 0, '?'),
(0x74098e83e517e7aa75f491a26a78a6c9, 'wp-content/plugins/easy-digital-downloads/includes/admin/upgrades/v3/class-orders.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/upgrades/v3/class-orders.php', 1, 0x00000000000000000000000000000000, 0x9e5b00b36a8ac8ebf37094cab5880db3, 0x6b887c914eb8e3ffcc6526d6c4641f88f4d9e6a98b7818b0bf66e11e065a30ee, '', 0, '?'),
(0x8d6c92fc9985388c025b6e3fcaae44e0, 'wp-content/plugins/easy-digital-downloads/includes/admin/upgrades/v3/class-remove-legacy-data.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/upgrades/v3/class-remove-legacy-data.php', 1, 0x00000000000000000000000000000000, 0x67cb562ecc5f5f5ef7aea4de5c416203, 0xce06543f9424339eb5d0b4f4be1c54ad8c53ce831b75fdc34ebede14d1bbf43f, '', 0, '?'),
(0x8e46847330f492a91f328c3541d85222, 'wp-content/plugins/easy-digital-downloads/includes/admin/upgrades/v3/class-tax-rates.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/upgrades/v3/class-tax-rates.php', 1, 0x00000000000000000000000000000000, 0xc1c739e9e437a110cef23da9041dd485, 0x1be8f3c10ac4d89695c242ce0001eacff025b47246d476e811ed00b84d7a7628, '', 0, '?'),
(0x7683c64331f7e62fecc28a81f0acb662, 'wp-content/plugins/easy-digital-downloads/includes/admin/upgrades/v3/upgrade-actions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/upgrades/v3/upgrade-actions.php', 1, 0x00000000000000000000000000000000, 0xa71aa8e523b04e137bc782b1e02ca6ce, 0x670b2198355f181767e5cf59c6f75eac111feafc7f739c477d4a8dddc32bc221, '', 0, '?'),
(0x2227a1b4a82c3e78840edb15266599ec, 'wp-content/plugins/easy-digital-downloads/includes/admin/upload-functions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/upload-functions.php', 1, 0x00000000000000000000000000000000, 0xbd17c9c158f904bb40426ccb267e15f3, 0x7f6cf2345ada5aad816b6ba0ba41e19e96e101d61092f4ba4ba6cbae8121bce9, '', 0, '?'),
(0x1fdeffba92122be82f5e908145c7a013, 'wp-content/plugins/easy-digital-downloads/includes/admin/views/notifications.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/views/notifications.php', 1, 0x00000000000000000000000000000000, 0xc4f15e04633906f9ed6c7fade95b29f5, 0x9f3e66219d57296f18d3b2c928c40a72aab1c719a3b49c71967eca1b8a1b2ae5, '', 0, '?'),
(0x8a3657f8389bbe4df9993c6a2fc4be78, 'wp-content/plugins/easy-digital-downloads/includes/admin/views/tmpl-order-actions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/views/tmpl-order-actions.php', 1, 0x00000000000000000000000000000000, 0xb394adb42bad9b14b1008e29790c4b24, 0x41ebf96e4c1f34453a35b97ff5a43c898d1f6e953be194d9835f3d744c1e4d0b, '', 0, '?'),
(0x8e25e43373544744eb62fe57fa6d13a0, 'wp-content/plugins/easy-digital-downloads/includes/admin/views/tmpl-order-adjustment-discount.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/views/tmpl-order-adjustment-discount.php', 1, 0x00000000000000000000000000000000, 0x8ff2dcbf9c6affe4ec3d4135b49228fa, 0x615aaa2924090fc95679b682cdcedaac51ab8e562d1d8fa718fb2f458e7f37d3, '', 0, '?'),
(0x6b6932eb3bf0d38594d07cfb688ed09b, 'wp-content/plugins/easy-digital-downloads/includes/admin/views/tmpl-order-adjustment.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/views/tmpl-order-adjustment.php', 1, 0x00000000000000000000000000000000, 0xe0aac9f567b5238af5e7f4c25b4dfb3b, 0xfdab3e2d896a19a0fece8d78e81a918eec1a313ee4b45ad654a404137f69e699, '', 0, '?'),
(0xebb0ba8f44206f9a875ca5f12671047f, 'wp-content/plugins/easy-digital-downloads/includes/admin/views/tmpl-order-copy-download-link.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/views/tmpl-order-copy-download-link.php', 1, 0x00000000000000000000000000000000, 0xf01af344319ae34dfd8cef18dee18414, 0x996548ea326ce1f6ac4967de4e3edf9336549ff0d2ccdf6e380093dc2347c67a, '', 0, '?'),
(0x07c69dc05a5fa6490fad3060830a25c9, 'wp-content/plugins/easy-digital-downloads/includes/admin/views/tmpl-order-form-add-order-adjustment.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/views/tmpl-order-form-add-order-adjustment.php', 1, 0x00000000000000000000000000000000, 0x8c7119ee5fa884fa96b57ecaf57a7c2b, 0x5730472056a7540f7cafab31d1e0e8e3dd2631a7c6f557ef4f91363d4408fd03, '', 0, '?'),
(0x49b6a8f897532921dc2a2d20dbce2ba9, 'wp-content/plugins/easy-digital-downloads/includes/admin/views/tmpl-order-form-add-order-discount.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/views/tmpl-order-form-add-order-discount.php', 1, 0x00000000000000000000000000000000, 0x49bf6c455c5296917a5257540b207db7, 0xc020afd8e71d81cd53e57131ba9590617973ea52b26c2e6bc2cd32ecaa9db40e, '', 0, '?'),
(0x5716a682870b893932e5b4230c4d24c9, 'wp-content/plugins/easy-digital-downloads/includes/admin/views/tmpl-order-form-add-order-item.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/views/tmpl-order-form-add-order-item.php', 1, 0x00000000000000000000000000000000, 0xc1cf29f731ce3b41fc7b8f08b46651e9, 0xa269cd9575136fab4b22ce5a8b0fad337332ddf6c5cff8680adf538a5ce85e62, '', 0, '?'),
(0x0c3f1412141dabda06ee0831e2a59237, 'wp-content/plugins/easy-digital-downloads/includes/admin/views/tmpl-order-item.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/views/tmpl-order-item.php', 1, 0x00000000000000000000000000000000, 0x9b18560823e74503674d089544b32d27, 0x8efd31dc41ec3051dc2693c183b42483c547eb6e24c3e2af37e4969480d6680f, '', 0, '?'),
(0x875324072bfed28dc66faa74b6163ae4, 'wp-content/plugins/easy-digital-downloads/includes/admin/views/tmpl-order-no-items.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/views/tmpl-order-no-items.php', 1, 0x00000000000000000000000000000000, 0x1a9ffde4c8ad6c3cabe627fe48587082, 0x56568e9b8b977158c039022dd1aa810d756e0bc141dcff0f0002dfdee46d862e, '', 0, '?'),
(0x60c5ea97e021258d894745f8234aa169, 'wp-content/plugins/easy-digital-downloads/includes/admin/views/tmpl-order-refund.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/views/tmpl-order-refund.php', 1, 0x00000000000000000000000000000000, 0xd53ac77ebdf5c4840c8394f1734bf6f9, 0xa2f73e51aa81bf8f361b69e1a5a20f3b62ed6902dfa59e1ddedfbce22ee40181, '', 0, '?'),
(0x9958449e180dcec13e2ee19e0da44b15, 'wp-content/plugins/easy-digital-downloads/includes/admin/views/tmpl-order-subtotal.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/views/tmpl-order-subtotal.php', 1, 0x00000000000000000000000000000000, 0xcdb5bb417306f53f468b1e7909889c20, 0xb7efc28fd101bcbe9942ab6d3c6ce5c5bd2ba713a817e692afc1788c4ae40485, '', 0, '?'),
(0xa3581a53890674161ba4d4a93bb68992, 'wp-content/plugins/easy-digital-downloads/includes/admin/views/tmpl-order-tax.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/views/tmpl-order-tax.php', 1, 0x00000000000000000000000000000000, 0xe21d458877e84111725b3b9a29e47b6f, 0x5f0139e245512b4dfa82428635fb7313ade6a7c37b468822a3872f96b721dfc1, '', 0, '?'),
(0xf7d896ddf8698435fd889b1ef661ce32, 'wp-content/plugins/easy-digital-downloads/includes/admin/views/tmpl-order-total.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/views/tmpl-order-total.php', 1, 0x00000000000000000000000000000000, 0x468b535c254d615a4972094082f8c4ac, 0x58d1a36a663ca7ebeb5ad7617869f15119ab1683e68f78e9a12ebe8388bf4a8d, '', 0, '?'),
(0x844428ce6a591c30aad7c120877fce42, 'wp-content/plugins/easy-digital-downloads/includes/admin/views/tmpl-tax-rates-table-add.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/views/tmpl-tax-rates-table-add.php', 1, 0x00000000000000000000000000000000, 0x879d3f9df530a6e72e31a7ee36bc1dbb, 0x34166f328d04536c83d8179e4a05b281b633658da019c3f985b742787ba7eccd, '', 0, '?'),
(0x6aa92d3e9a99a955ebfda6967ae2d914, 'wp-content/plugins/easy-digital-downloads/includes/admin/views/tmpl-tax-rates-table-bulk-actions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/views/tmpl-tax-rates-table-bulk-actions.php', 1, 0x00000000000000000000000000000000, 0x817c40c17636e685873bbbf13a4d934a, 0x6aaffe237ec9a33c447e3c1687b9ae66b0781068e65561f3133a24f1a04b89e6, '', 0, '?'),
(0x369164e883cbe027af8888e5361a16d0, 'wp-content/plugins/easy-digital-downloads/includes/admin/views/tmpl-tax-rates-table-meta.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/views/tmpl-tax-rates-table-meta.php', 1, 0x00000000000000000000000000000000, 0xec67e8b8b97e8f05bbb9a93570eba2a9, 0x6d6e1dab5aa31a2b36e11c96c257e00f212232dabf347f042159258e4f4fbd7d, '', 0, '?'),
(0xc6b1cfa22dcaeb0e6ad4b4700c1a9e2e, 'wp-content/plugins/easy-digital-downloads/includes/admin/views/tmpl-tax-rates-table-row-empty.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/views/tmpl-tax-rates-table-row-empty.php', 1, 0x00000000000000000000000000000000, 0x83cb2e37ddb73bdb3f7fb287dd226661, 0xc9b9f3d9e5aabe7cba32ddd9ba77fbd420b6c2edd33d8c1196f0a33a97651326, '', 0, '?'),
(0x765fc122b8147630133ec9493fc08c5b, 'wp-content/plugins/easy-digital-downloads/includes/admin/views/tmpl-tax-rates-table-row.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/admin/views/tmpl-tax-rates-table-row.php', 1, 0x00000000000000000000000000000000, 0xa0beb501eb56d2c6b04c3349b32dc91a, 0x8fad5f9cd61484de717837ae4d70282a9df5a1ad3069fbe07c8cea780541e57c, '', 0, '?'),
(0x8ae6385ddba6c44d085cf2931b8632c7, 'wp-content/plugins/easy-digital-downloads/includes/ajax-functions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/ajax-functions.php', 1, 0x00000000000000000000000000000000, 0x2e0bf9c1750b47e61734795d500bd633, 0x18e953a8d265b72df1aa938a9e556bfe54d10e0e0bde5d07caa2e80005c7f931, '', 0, '?'),
(0x94d0cd1a252eeb76bc29d5952d452ff2, 'wp-content/plugins/easy-digital-downloads/includes/api/class-edd-api-v1.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/api/class-edd-api-v1.php', 1, 0x00000000000000000000000000000000, 0x978ea59497d99c822ea0bf601d70aeb2, 0x0d0b211e4287649663dacff61d0afa3b9115a813dbfb9ca687de626c7717def3, '', 0, '?'),
(0xd8009958e3143d43f28d41c99a87c674, 'wp-content/plugins/easy-digital-downloads/includes/api/class-edd-api-v2.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/api/class-edd-api-v2.php', 1, 0x00000000000000000000000000000000, 0x10a2e6e3f98981e5d13703f8506a3748, 0x2fbf7e9863e61d325b33171a930a121acaf12484bb9d4807dcb7622587c33bc4, '', 0, '?'),
(0x1a15aab03d7fbb5be785179ac2153d6b, 'wp-content/plugins/easy-digital-downloads/includes/api/class-edd-api.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/api/class-edd-api.php', 1, 0x00000000000000000000000000000000, 0xc4dd12f2853d9e5bf822f83bc91aed87, 0xb3db6f4c658606ffe887138db02351e22cb802f5fe5ac5499932a4953758d84b, '', 0, '?'),
(0x79a91c54bfb3eab04728cf9f58084e75, 'wp-content/plugins/easy-digital-downloads/includes/api/v3/Endpoint.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/api/v3/Endpoint.php', 1, 0x00000000000000000000000000000000, 0xfe9f2d618f22b1e1b9b4450c30298121, 0xa92093d06ef3f76cc51fc21131f54a5a9af3ea2ef4c0d3ede8418a9688d947f7, '', 0, '?'),
(0xaee5916af53404132a5453fd227379e8, 'wp-content/plugins/easy-digital-downloads/includes/api/v3/Notifications.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/api/v3/Notifications.php', 1, 0x00000000000000000000000000000000, 0xeeda488e010dcda7ec9d1811c4ce802a, 0xef70b8fbcbe1d104cd85d32fb4c94d450a24868869fea224d0e707e7873fb8f5, '', 0, '?'),
(0xc47b6a9b6dc2d769f7d81cee3535bec5, 'wp-content/plugins/easy-digital-downloads/includes/blocks/assets/css/edd-blocks.css', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/assets/css/edd-blocks.css', 1, 0x00000000000000000000000000000000, 0xf874163b22ce10b81621d777d104aa34, 0x6a6571d20d4ecc97b41b11e0bbd2175162a61aaec51b8cc2705daa1251a20d6f, '', 0, '?'),
(0x48834fca765bd50167a77d1b8fdbd4b9, 'wp-content/plugins/easy-digital-downloads/includes/blocks/assets/images/cart.svg', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/assets/images/cart.svg', 1, 0x00000000000000000000000000000000, 0x637520d0bdc834f6917e04ffa09d7899, 0xcdc13dced9665ec9baa5941512a90d616860c253251e4a88c27a8b3e9f63c943, '', 0, '?'),
(0xbd3b1101221c8358386014a72531d857, 'wp-content/plugins/easy-digital-downloads/includes/blocks/assets/images/remove.svg', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/assets/images/remove.svg', 1, 0x00000000000000000000000000000000, 0xdede8a187a7d88495abb8d58afdd4209, 0x8244cf0859b296bf19e25db3330321e286047d196659e78de96af9aaffdab4a5, '', 0, '?'),
(0x10e7f9ba39426514f6f3acd72b57c1a8, 'wp-content/plugins/easy-digital-downloads/includes/blocks/assets/js/cart.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/assets/js/cart.js', 1, 0x00000000000000000000000000000000, 0x8a65c283037cfc14ec4e91b1fa55e101, 0xe92c9c827f3fa7885e86ee0bd8f5f98510661281c73c1090491b9bfb79835c93, '', 0, '?'),
(0x1f494c2d113595597b316fd3992449a9, 'wp-content/plugins/easy-digital-downloads/includes/blocks/assets/js/checkout-forms.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/assets/js/checkout-forms.js', 1, 0x00000000000000000000000000000000, 0x6a30db0bb858fdf7779f304015f9472c, 0xe38f4f3a62f29eb488304600663ffb8a9c38b25292541e14c41c14fb959d0d32, '', 0, '?'),
(0x17bdb73988ba5f5affca8f82aea053a9, 'wp-content/plugins/easy-digital-downloads/includes/blocks/assets/js/recaptcha.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/assets/js/recaptcha.js', 1, 0x00000000000000000000000000000000, 0x878c24e01a4885ecf8f8bb6b7f51f146, 0x1b32ef1b81046db714823a0018d8365a9b404ce644d6305e47afba2b696258f2, '', 0, '?'),
(0xd87f81aba8d54d58ab85f4d9ffa02a4c, 'wp-content/plugins/easy-digital-downloads/includes/blocks/assets/js/term-image.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/assets/js/term-image.js', 1, 0x00000000000000000000000000000000, 0x205030abb1e52d0cad3c06ecbe3ddd3a, 0xcfc7138b588cf680d8445b395b62ef5d259fb9888f412fd1ce4cf79869df50ef, '', 0, '?'),
(0x64ed9d09faa5f36dc53f43c1eae4a230, 'wp-content/plugins/easy-digital-downloads/includes/blocks/build/buy-button/block.json', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/build/buy-button/block.json', 1, 0x00000000000000000000000000000000, 0x890e48eb597bd7746f4a0cc997d61672, 0x583d186f0598a50c727c78111169263c52b393d3d9efdaa68a75f9b84b1b19f1, '', 0, '?'),
(0x7d04bcc324a2ba1444f3f552787a0198, 'wp-content/plugins/easy-digital-downloads/includes/blocks/build/buy-button/index.asset.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/build/buy-button/index.asset.php', 1, 0x00000000000000000000000000000000, 0xab18cb33ad7b9fdfdc6e6c07c9e80ed3, 0x2c7db9503fef55a0d76481e0a3436caf684bde2abe24829b1f72e81fe5da3d08, '', 0, '?'),
(0x514549c6676b41ec77850455762e79c9, 'wp-content/plugins/easy-digital-downloads/includes/blocks/build/buy-button/index.css', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/build/buy-button/index.css', 1, 0x00000000000000000000000000000000, 0xde137d7ef93680796b557c1f9db02dd9, 0x7f9468031531394a6b8a664b35158f250d92addce0cc61ec73df6e0898eab880, '', 0, '?'),
(0xebd13dd12cd636588391d66870e8bbc1, 'wp-content/plugins/easy-digital-downloads/includes/blocks/build/buy-button/index.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/build/buy-button/index.js', 1, 0x00000000000000000000000000000000, 0xc7d11f2c6b6469cb603d3bed21139a47, 0xf7bbc692152b59a03b0264ae42a63b9880794c779c0a36ff9290610fc9ba6114, '', 0, '?'),
(0xbab5526a1eea9ab6a784f03702ea1b51, 'wp-content/plugins/easy-digital-downloads/includes/blocks/build/buy-button/style-index.css', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/build/buy-button/style-index.css', 1, 0x00000000000000000000000000000000, 0x53a040db418e2b35827ce8165b365675, 0xbb283689d91dadaddccf92090c0e05d0a7d7d494cc67d6e863e52764e706d285, '', 0, '?'),
(0x3461625f3d4f0f8074c98f8cf935b1c9, 'wp-content/plugins/easy-digital-downloads/includes/blocks/build/cart/block.json', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/build/cart/block.json', 1, 0x00000000000000000000000000000000, 0xe61d026bd9ea6a0d8aa415a027d9d369, 0x22c80a52bf9bb25dae421429ca2085de6f8cb3cb7760fd6f7b19de1629a784e5, '', 0, '?'),
(0x35ff25069a810f5b15ee14de8467aaee, 'wp-content/plugins/easy-digital-downloads/includes/blocks/build/cart/index.asset.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/build/cart/index.asset.php', 1, 0x00000000000000000000000000000000, 0x5ebdc576614a050f3d12c33e811dbee7, 0x29b118476582a04254c36e9a034207156d32b57954efa73b262ed8335fd820d2, '', 0, '?'),
(0xc5305a8d17a5643e8ab8a970822b3957, 'wp-content/plugins/easy-digital-downloads/includes/blocks/build/cart/index.css', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/build/cart/index.css', 1, 0x00000000000000000000000000000000, 0x5867bffc4ce20903a2914f777e95e32d, 0xb31f48602276cef1175fb2d28a5eb0bbb82be0963b7c3c9925f951758bd564a5, '', 0, '?'),
(0xce64edfdb0153f49a065535e6010785e, 'wp-content/plugins/easy-digital-downloads/includes/blocks/build/cart/index.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/build/cart/index.js', 1, 0x00000000000000000000000000000000, 0x2a6836d184e9b45895496373a86d329d, 0xacb4b1f3b75bb2f0cc4b8a188f57743d9098895497702b52f6e0a0d36669ecb9, '', 0, '?'),
(0x54ac4a5c35b0a9eee3d012b4cd2adb8a, 'wp-content/plugins/easy-digital-downloads/includes/blocks/build/cart/style-index.css', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/build/cart/style-index.css', 1, 0x00000000000000000000000000000000, 0x24b65d19818cb9f4f814a1c12e08c2a0, 0x269c911927b804e79c0e9d7116dac2e306ec5375d9fd7946372e296c891e678c, '', 0, '?'),
(0x585cf33fa8aef17f315e2c07cc4d2403, 'wp-content/plugins/easy-digital-downloads/includes/blocks/build/checkout/block.json', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/build/checkout/block.json', 1, 0x00000000000000000000000000000000, 0x7dd0a2142bff0288bb169fd41dda1039, 0x23d8024f85f061f1b9d11f7bb25ab1fd24d4d0abb9392eddd2b689aec1619009, '', 0, '?'),
(0x5c1680e000e4587d03d121ede157f802, 'wp-content/plugins/easy-digital-downloads/includes/blocks/build/checkout/index.asset.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/build/checkout/index.asset.php', 1, 0x00000000000000000000000000000000, 0x1cb3e5a0d72da46692861c45d066199a, 0x2bf657dc43839b10e8624eb5f2b57d829034eaadce939a5e667413d0ab9c714d, '', 0, '?'),
(0x47c085855666c89f845092b05a0bf1b8, 'wp-content/plugins/easy-digital-downloads/includes/blocks/build/checkout/index.css', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/build/checkout/index.css', 1, 0x00000000000000000000000000000000, 0x22ef90d0f6ae9f80f1e8c7e2c89f05ec, 0x45774fa3e4e4f8d9267be30345d20d1e8fc17486bbab7d55407b388a4e4500e1, '', 0, '?'),
(0xebeb91514c910b7ea1a14ed6aa95f838, 'wp-content/plugins/easy-digital-downloads/includes/blocks/build/checkout/index.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/build/checkout/index.js', 1, 0x00000000000000000000000000000000, 0xd773e371f6a66b433e301674d4437e6e, 0xd282f39672e563f50d907c4c5628441a2e1184da335dfd239cf20527b499c181, '', 0, '?'),
(0xddccbebd6ca204c6026a4d9b90f6f825, 'wp-content/plugins/easy-digital-downloads/includes/blocks/build/checkout/style-index.css', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/build/checkout/style-index.css', 1, 0x00000000000000000000000000000000, 0x5422af8b698e10655d9a161ea8e39503, 0x4402bfc6f143964557b296fe98937ff5c90023544699600644fdfcb97c7f6aaa, '', 0, '?'),
(0xdb57ca4ceae3d9de75752eee4ae6b128, 'wp-content/plugins/easy-digital-downloads/includes/blocks/build/confirmation/block.json', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/build/confirmation/block.json', 1, 0x00000000000000000000000000000000, 0x0abe1416d4684172b51efc8b02d7c2ab, 0x89c1ba420668cb80b2101b7f0a76ea874ad0e72033ff13d45ef2a537227635d1, '', 0, '?'),
(0x2aea003eeda16a1809a38c6e6d43f269, 'wp-content/plugins/easy-digital-downloads/includes/blocks/build/confirmation/index.asset.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/build/confirmation/index.asset.php', 1, 0x00000000000000000000000000000000, 0x60599feb189aa6008072c61202543e58, 0xd62a94d1439cd5741c8e63e85353bf43e844e9d80f0ebc2caa2530ae6e7e8f4f, '', 0, '?'),
(0xe6a9c55d0f70cedcd5bdc8cdfccb6c11, 'wp-content/plugins/easy-digital-downloads/includes/blocks/build/confirmation/index.css', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/build/confirmation/index.css', 1, 0x00000000000000000000000000000000, 0x539d4c6610d5144fc264e2f2433c3bfb, 0x22590edc5111b2580baf9bd4bf86e9d4b65c6af570a1e9c358635eceef01587b, '', 0, '?'),
(0x011133be60895546c926b25104aad0e0, 'wp-content/plugins/easy-digital-downloads/includes/blocks/build/confirmation/index.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/build/confirmation/index.js', 1, 0x00000000000000000000000000000000, 0x1e000f895d435a2e1107174c4fa9a367, 0xd21741b2fb31ec0e85af0183bb827d7f4b6e9e3a876b200cde514d9c01ad6f1b, '', 0, '?'),
(0x5d46e71f3987107ce392ec954bc95636, 'wp-content/plugins/easy-digital-downloads/includes/blocks/build/confirmation/style-index.css', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/build/confirmation/style-index.css', 1, 0x00000000000000000000000000000000, 0x0f71fc035a8e1beb781e9f2d3cd0c0ea, 0xd6dadd39538c92ea93de2f44c6c1c939d8e748c9cb97e964366609d095bb2501, '', 0, '?'),
(0x1ffa88b757057c41f5af23e1a985de14, 'wp-content/plugins/easy-digital-downloads/includes/blocks/build/downloads/block.json', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/build/downloads/block.json', 1, 0x00000000000000000000000000000000, 0x0586d347ff8b0df6add21620bf25013c, 0xb4b639ce72c8821a8d75b8efb1e9aca3173c41663a837932a9937c86c880d2a6, '', 0, '?'),
(0xcf7d3c1b3cd318eefe5ff5f35ccaefec, 'wp-content/plugins/easy-digital-downloads/includes/blocks/build/downloads/index.asset.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/build/downloads/index.asset.php', 1, 0x00000000000000000000000000000000, 0x22285fc1f27644af2d5aa990dc2e361c, 0x2dadf7749c1f3cdd68296a10c163d1d43f4c6fd72123b55fcbabea44bf046707, '', 0, '?'),
(0xa6fcfbab29dae4f4bbc96a91d3f30588, 'wp-content/plugins/easy-digital-downloads/includes/blocks/build/downloads/index.css', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/build/downloads/index.css', 1, 0x00000000000000000000000000000000, 0x53642d351aa0ea1880636eb0f510310f, 0x94fb50de39cb4e515d147b37cf02cd0df57f358aabee1db88d119bd941fb0e5f, '', 0, '?'),
(0x96438655da727f1582dc95a39fcabb09, 'wp-content/plugins/easy-digital-downloads/includes/blocks/build/downloads/index.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/build/downloads/index.js', 1, 0x00000000000000000000000000000000, 0x0af196a87dd150d0946a11459cfe9d9d, 0xe16f61ec52a67e5a59cb155ab40dcc3130fd5b38893bfb6c45d33a1acef20e6e, '', 0, '?'),
(0x7accd83f212781619b5ae520ca0c5829, 'wp-content/plugins/easy-digital-downloads/includes/blocks/build/downloads/style-index.css', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/build/downloads/style-index.css', 1, 0x00000000000000000000000000000000, 0x73400626d0671ecaffe21187795ee0f3, 0xb9f126a256a8b590fcb489fbf61362d0c29c9eaae02e6bde773b7c076a729f60, '', 0, '?'),
(0x042a4e8e1da986ca6ac7bd3c2faa1ea0, 'wp-content/plugins/easy-digital-downloads/includes/blocks/build/login/block.json', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/build/login/block.json', 1, 0x00000000000000000000000000000000, 0x4bbf92d41cae07c2df1ee0735001a564, 0xc674d4313e3da7c5fe4ef39482f36a337abfefa1db13bcb09623594a01b94f21, '', 0, '?'),
(0xf9c6773e08f45cb0c3fbabbd07d073e3, 'wp-content/plugins/easy-digital-downloads/includes/blocks/build/login/index.asset.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/build/login/index.asset.php', 1, 0x00000000000000000000000000000000, 0x32c10e33d86fa689e3715b1af1cdd7c2, 0xed318de29c898f58a38d88d364653b1b91cb050da517f740b17877700c0e7bb1, '', 0, '?'),
(0xb277278e323817d78fa063a78242524b, 'wp-content/plugins/easy-digital-downloads/includes/blocks/build/login/index.css', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/build/login/index.css', 1, 0x00000000000000000000000000000000, 0x431087bdbc09762a2ef5420b5b969fb3, 0xf71c6087b44c65fdf21a1a18674851d4766663be2d2bc35a20cbaaa3ce979981, '', 0, '?'),
(0xb9b050956ece3f992b63a783d37326d7, 'wp-content/plugins/easy-digital-downloads/includes/blocks/build/login/index.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/build/login/index.js', 1, 0x00000000000000000000000000000000, 0xbd427dcc25f0ea9b2862f71adadeeade, 0x65ac849a8143e44b71a254f319864048ead96b48451c569058fcea053da058c7, '', 0, '?'),
(0xe864fb0a7632638337642601b53a2a52, 'wp-content/plugins/easy-digital-downloads/includes/blocks/build/login/style-index.css', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/build/login/style-index.css', 1, 0x00000000000000000000000000000000, 0xd0eeb43b8c31501d8bd260e8fbf58ec3, 0xbcb44c53aa6c7c4969c087b88ab8ac2e8efb92b8aef88ba24f9dda1c95f15d2a, '', 0, '?'),
(0x03edcfbadeb7ba15c0bc13432f7be6e9, 'wp-content/plugins/easy-digital-downloads/includes/blocks/build/order-history/block.json', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/build/order-history/block.json', 1, 0x00000000000000000000000000000000, 0xb57391cb072f27e8a43a4394a3fae8af, 0xba7110b6662a2d58264d32670daf70dd563853cd90a77093ea7461c5f65e9add, '', 0, '?'),
(0x69df6dc8ba74ea1604fb9027557c6983, 'wp-content/plugins/easy-digital-downloads/includes/blocks/build/order-history/index.asset.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/build/order-history/index.asset.php', 1, 0x00000000000000000000000000000000, 0x1f17de45d00c20b46fe1a27f5ea399ae, 0x1426fc0150413031cf7ea5c9404fc77daa81bfdb8e8f94c6b041aeb6e37a7c00, '', 0, '?'),
(0x2abd813096b5123b98e5705f40035687, 'wp-content/plugins/easy-digital-downloads/includes/blocks/build/order-history/index.css', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/build/order-history/index.css', 1, 0x00000000000000000000000000000000, 0x908a67c209d3d38fee9e8bd84231b14f, 0x4962c245703c09af92b5615359aaa2d766dc4d0cf536c129efa29943e26debb2, '', 0, '?'),
(0xf9b796548289a2bdde2f97a6a2fc9137, 'wp-content/plugins/easy-digital-downloads/includes/blocks/build/order-history/index.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/build/order-history/index.js', 1, 0x00000000000000000000000000000000, 0xdf642bd90644f00f5226116603d370b7, 0x19f2ba7be842601377e338b341a6cf59801e209f36a26da42114478d87e8a312, '', 0, '?'),
(0xa7e465b7b8ac7fffb05744e9719023b0, 'wp-content/plugins/easy-digital-downloads/includes/blocks/build/order-history/style-index.css', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/build/order-history/style-index.css', 1, 0x00000000000000000000000000000000, 0xb08a20c126b957e68f97b7a4eb1846a5, 0x3b09d9745b907dce7ac3cb3b0568db6f3736bde576b42dcc7725037f2880aa4f, '', 0, '?'),
(0xd35a1e6d9fdc88aecf68bd50a1367d41, 'wp-content/plugins/easy-digital-downloads/includes/blocks/build/receipt/block.json', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/build/receipt/block.json', 1, 0x00000000000000000000000000000000, 0xa7c1f798a6493368f09c7ff4c6ab66d4, 0x24b7de4d03d8305b61ae970734fea5634755bb85b4a52c401694cb06f9e2bdb3, '', 0, '?'),
(0xf501fb200ff9cceff4caf0875353cbf1, 'wp-content/plugins/easy-digital-downloads/includes/blocks/build/receipt/index.asset.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/build/receipt/index.asset.php', 1, 0x00000000000000000000000000000000, 0xd9949c1895ead7cbeae78cb198a70bcd, 0x2690b5b0ae3f1f9af9b3dedfea7eca0ed87a42a176aa44c715f5e484f58ab2dc, '', 0, '?'),
(0x46f5b6613adeb5dc704d9d08a7ab3032, 'wp-content/plugins/easy-digital-downloads/includes/blocks/build/receipt/index.css', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/build/receipt/index.css', 1, 0x00000000000000000000000000000000, 0x79e4a608fa7a0bf9f3afe38530de8c3c, 0x0f3a304fe1877258bef675f82a87c24cb1f3af9bc65b17dfd94b2d89681c4402, '', 0, '?'),
(0x589acf225ab16f4bb16a9cd5c35ff713, 'wp-content/plugins/easy-digital-downloads/includes/blocks/build/receipt/index.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/build/receipt/index.js', 1, 0x00000000000000000000000000000000, 0x1bda2f190a4323e2294821244897b6c3, 0x0c491a9d7ddb1057c9abed77714f6a797a3365637be6cbf28175a31ce9a90844, '', 0, '?'),
(0x68b089b1fff249df4efe95ab8e6448c9, 'wp-content/plugins/easy-digital-downloads/includes/blocks/build/receipt/style-index.css', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/build/receipt/style-index.css', 1, 0x00000000000000000000000000000000, 0x1417c64feecae7e46b31ea4e63f722f3, 0x515cadab5ee5a22e157dd4a71de8371ca4e9ef582c574c06f51be2287f62ec5d, '', 0, '?'),
(0x5e072a51afab70d229a4d18cee42f195, 'wp-content/plugins/easy-digital-downloads/includes/blocks/build/register/block.json', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/build/register/block.json', 1, 0x00000000000000000000000000000000, 0xa0326c85cf87620723983490102541d4, 0x796e47b730930225c6eafafb72ba1c4a8dbd57df75f4c12622f63928a29e8ff1, '', 0, '?'),
(0x584b21e3b95d92440bf222a35c9d3289, 'wp-content/plugins/easy-digital-downloads/includes/blocks/build/register/index.asset.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/build/register/index.asset.php', 1, 0x00000000000000000000000000000000, 0xdefdb2bad092d4c1dd66db43b3c10861, 0x657c49509a6c5acb5c49a9c71a219fcc3720305e78a9a971dae906378c98a211, '', 0, '?'),
(0xc2fb5cd9c95dd7f7c8c7beb67f5a813d, 'wp-content/plugins/easy-digital-downloads/includes/blocks/build/register/index.css', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/build/register/index.css', 1, 0x00000000000000000000000000000000, 0xdc502299aea0b8d8f15a35f9627f19b2, 0x5a0557dff37f6f4aba0c4ad490ca14957cd00e36075d264e8adcea04f31a5209, '', 0, '?'),
(0x5c1dd706c00cf7c46a070506a8814be2, 'wp-content/plugins/easy-digital-downloads/includes/blocks/build/register/index.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/build/register/index.js', 1, 0x00000000000000000000000000000000, 0x1b55f937221292e8a6bd03d8429bdd79, 0xafc347a9e92eab4d2cefac1b96de5115ea60a2b9dda3d5c73728ebc9a4e76559, '', 0, '?'),
(0x4613e68a1a1980378fa3140b1345646e, 'wp-content/plugins/easy-digital-downloads/includes/blocks/build/register/style-index.css', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/build/register/style-index.css', 1, 0x00000000000000000000000000000000, 0x8b93580c28fa2c469f07eba339daf01e, 0x970d78e5000912460dc5c4448c67557f5a122c725cc81f7c5b757bf947043e81, '', 0, '?'),
(0x7d473d8010b75f65866bee055b65fe15, 'wp-content/plugins/easy-digital-downloads/includes/blocks/build/terms/block.json', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/build/terms/block.json', 1, 0x00000000000000000000000000000000, 0x5ede875e46e0e0cf4dbe6334311cfd45, 0x16a9e174cc684702c04c8a7088406d24a09a910dc2212d90cf54a21aee028926, '', 0, '?'),
(0xef3aa767d7d42d6c751a3378264e8fb2, 'wp-content/plugins/easy-digital-downloads/includes/blocks/build/terms/index.asset.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/build/terms/index.asset.php', 1, 0x00000000000000000000000000000000, 0x455bfa9fd898a5f7ca27f630ad206216, 0xba2096c7b2586224c72c52368a027fdd5009ec97dc0828ecda1dd61cdc4e9fc5, '', 0, '?'),
(0xa2bfc0d5bcaceb6a8b9491ae876f5fa8, 'wp-content/plugins/easy-digital-downloads/includes/blocks/build/terms/index.css', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/build/terms/index.css', 1, 0x00000000000000000000000000000000, 0x68b329da9893e34099c7d8ad5cb9c940, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x93afddd6663c9bbe30e7782abf604cd0, 'wp-content/plugins/easy-digital-downloads/includes/blocks/build/terms/index.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/build/terms/index.js', 1, 0x00000000000000000000000000000000, 0xaccd3617930bc8823b33339a3b643fd9, 0x3f367cf516af4dfb543b48357c24022936d9e49751deeb4029fecb15227082fc, '', 0, '?'),
(0xae8caf0473283d5dcb485f846736895d, 'wp-content/plugins/easy-digital-downloads/includes/blocks/build/terms/style-index.css', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/build/terms/style-index.css', 1, 0x00000000000000000000000000000000, 0x3b9feac107822ed6c457a31ef5071f74, 0xbc649e93f9e7495578db0a806e3611f3e65f91c4a8687ef2aea2a3019a9cc465, '', 0, '?'),
(0xebd45a15f7c9f1a3a8891ffb97d2e275, 'wp-content/plugins/easy-digital-downloads/includes/blocks/build/user-downloads/block.json', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/build/user-downloads/block.json', 1, 0x00000000000000000000000000000000, 0xc11d6139b3287ec042976c08bd387da2, 0xf40864be66fb8af8141a3945f0b720e253a55c6814d137561f3a48b784f99f5a, '', 0, '?'),
(0x9d056af031b94b97918a4e2b996e3269, 'wp-content/plugins/easy-digital-downloads/includes/blocks/build/user-downloads/index.asset.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/build/user-downloads/index.asset.php', 1, 0x00000000000000000000000000000000, 0x260c83f89de3c21c7ea7598bfc5f96d2, 0x21d3adbe3d6c2365a3ab7ab339b0c8bfb139105c17123b9a551fac8029e6eb27, '', 0, '?'),
(0x8759db3a6f8c8e5ee07f1887b7f03f19, 'wp-content/plugins/easy-digital-downloads/includes/blocks/build/user-downloads/index.css', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/build/user-downloads/index.css', 1, 0x00000000000000000000000000000000, 0xb39aca0cb1c4861544027a5c6eb966ab, 0x3932e39a4c6bd661100bf7d5a13be1968aebe801f8d844879b7554f5e5c2ff84, '', 0, '?'),
(0x2c79a418a09f1e9557f64b87ff2a4f57, 'wp-content/plugins/easy-digital-downloads/includes/blocks/build/user-downloads/index.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/build/user-downloads/index.js', 1, 0x00000000000000000000000000000000, 0x76ef0f77590a33d3172790a98b1a4ccd, 0x44a179e1a7ebc7df140b714eb6e3f3e056accb1c76822bccd0b2826ef0365959, '', 0, '?'),
(0x54445dd4eaa719640d3ce82aa1c56bbd, 'wp-content/plugins/easy-digital-downloads/includes/blocks/build/user-downloads/style-index.css', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/build/user-downloads/style-index.css', 1, 0x00000000000000000000000000000000, 0x015fdb83ef5d4199d5e1f868c2792d10, 0x1e88da67162e93a16e601ae4b74ee0ed46dc81cc3762ff4c82661928975de028, '', 0, '?'),
(0x187f9b90a707916173651596a890f87b, 'wp-content/plugins/easy-digital-downloads/includes/blocks/edd-blocks.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/edd-blocks.php', 1, 0x00000000000000000000000000000000, 0x49c344fd04eddf2d88cca07ea272cc5f, 0xfb837bbb7d4de3b817921dd24fa7f4fcd27eb882251f2e9d85b05749c0cffda2, '', 0, '?'),
(0xd3d3452455be74844b17eca9979408db, 'wp-content/plugins/easy-digital-downloads/includes/blocks/includes/admin/functions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/includes/admin/functions.php', 1, 0x00000000000000000000000000000000, 0xced26fa830ce873c6567e1fc5dfb4b11, 0xa153d18202f1570a28f2a0baef6975cc93cd5be8a320145d34eb96945aa30297, '', 0, '?'),
(0x566825ff557922bc4395c2b72e7c6329, 'wp-content/plugins/easy-digital-downloads/includes/blocks/includes/admin/notices.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/includes/admin/notices.php', 1, 0x00000000000000000000000000000000, 0x20032b872def064b88283c487114f59d, 0x347831b7fab9566aa01976783e00fb18df68990bef7055b2ac13ee8f8718edd6, '', 0, '?'),
(0x93ee80874ef9f19d4b07a9c8ca360830, 'wp-content/plugins/easy-digital-downloads/includes/blocks/includes/admin/recaptcha.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/includes/admin/recaptcha.php', 1, 0x00000000000000000000000000000000, 0xe89a5e0cfc2082ca4495aa41d6678794, 0x4329cd4a3f76383f43dfb0682bbe463e6942958c900c0853b5a2fd966df6033a, '', 0, '?'),
(0x1bfac7a29b1fa87d598045c19961a5b9, 'wp-content/plugins/easy-digital-downloads/includes/blocks/includes/admin/scripts.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/includes/admin/scripts.php', 1, 0x00000000000000000000000000000000, 0x11f862d3874bae291691d901b742c55e, 0x0365ab09d399e2fd6c1454f18c8aaf90d6cd1191769b5664b4507fdeb675737c, '', 0, '?'),
(0x01ee6a329e996f40f910a2aea2075b5f, 'wp-content/plugins/easy-digital-downloads/includes/blocks/includes/admin/settings.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/includes/admin/settings.php', 1, 0x00000000000000000000000000000000, 0x2d47265fa036a0bab072c1c8d95a1cf7, 0x60363d1c33dd48b4e5a44684c113087c0b2d86ed4df1f6732e2098942a95515f, '', 0, '?'),
(0x77777143347ba3fea78d6be2c89753a4, 'wp-content/plugins/easy-digital-downloads/includes/blocks/includes/checkout/ajax.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/includes/checkout/ajax.php', 1, 0x00000000000000000000000000000000, 0x831121a7eb1def83efa68d8a3e3f6478, 0xadab0d751e32e4dc4a8606ce1607b783fe20fa3dd9a3a6c67b480106dbdf7f86, '', 0, '?'),
(0x74890d555998c184a1a1504f2c900242, 'wp-content/plugins/easy-digital-downloads/includes/blocks/includes/checkout/checkout.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/includes/checkout/checkout.php', 1, 0x00000000000000000000000000000000, 0x8ae2bfdf450f5a7e8a93536276e2e1cd, 0x0004c51e6ccd1f69f50becd1e31d3d6463bcd7a4d6dad04067b38c4833633f84, '', 0, '?'),
(0x399e699070d0a46e546af608d11f35b3, 'wp-content/plugins/easy-digital-downloads/includes/blocks/includes/checkout/forms.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/includes/checkout/forms.php', 1, 0x00000000000000000000000000000000, 0x029a4c3f1cf7a3260994ff0ccd3b9e32, 0xf582dffa783b246a458fbb7e792cae26dc7565d3c4841b668d153997377268aa, '', 0, '?'),
(0x2d1117871b87ed3fa4c6ebed86ca4930, 'wp-content/plugins/easy-digital-downloads/includes/blocks/includes/checkout/functions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/includes/checkout/functions.php', 1, 0x00000000000000000000000000000000, 0x8b98b7d29868b47062a604fe69531010, 0x79131f4158a5c228628fb860a50e3e33791c51a257ab830420fb46adddf855fa, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x8ac127b6ca53efa30f7edc89ec3f76ad, 'wp-content/plugins/easy-digital-downloads/includes/blocks/includes/checkout/gateways.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/includes/checkout/gateways.php', 1, 0x00000000000000000000000000000000, 0x8c017dfd829b096b4ec55ba197219682, 0x07139751cdaf72612e41b084f4e97c85aa17e1b0c7288ce6f7a377a986d5c908, '', 0, '?'),
(0xc0a99cc6ac09807ce381bdde49ad562a, 'wp-content/plugins/easy-digital-downloads/includes/blocks/includes/downloads/downloads.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/includes/downloads/downloads.php', 1, 0x00000000000000000000000000000000, 0x3eaf2996538f18fa54fb8578fa07b8b8, 0x86d0c2ec59eae349c811b231e6c825716bbc38cf9c01deba88cc4f28b075a62e, '', 0, '?'),
(0x6ffe16f8a3c67611cfb6845a0d5f2711, 'wp-content/plugins/easy-digital-downloads/includes/blocks/includes/downloads/query.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/includes/downloads/query.php', 1, 0x00000000000000000000000000000000, 0x8d05f432706148ffa411039e11ce40c1, 0xac687c473b339ce88ccfd5ef20bf16d4e97dac42244d1e6346b8a8c9bcb16357, '', 0, '?'),
(0x5e0bdecb855ef5caa2639bfbd40418d7, 'wp-content/plugins/easy-digital-downloads/includes/blocks/includes/downloads/rest.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/includes/downloads/rest.php', 1, 0x00000000000000000000000000000000, 0x8faaed09e72f5cb62aeb73b26599826d, 0xc33dcb83f01546c42b7dae2af78811ac54aa4686bf310a35d168617e337e2f84, '', 0, '?'),
(0xae8d926c919237328b546945c736e2b6, 'wp-content/plugins/easy-digital-downloads/includes/blocks/includes/forms/forms.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/includes/forms/forms.php', 1, 0x00000000000000000000000000000000, 0x95d0eb94f41bc3d4981e7846c1003a76, 0x7634871e7a78fa34a680a4eee5e49fd969deea9ef46b12f6818a886820c4ea38, '', 0, '?'),
(0x01659179bed83c3f821d738a6dce0825, 'wp-content/plugins/easy-digital-downloads/includes/blocks/includes/forms/recaptcha.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/includes/forms/recaptcha.php', 1, 0x00000000000000000000000000000000, 0x895b47801dc84b187d495e2c101fa2a3, 0x75cddca7665582e275544ea794a5bb8a920800ab06d8a3075706d559613cac75, '', 0, '?'),
(0x49bc7351a1b46de243f23cdbb601f4f1, 'wp-content/plugins/easy-digital-downloads/includes/blocks/includes/functions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/includes/functions.php', 1, 0x00000000000000000000000000000000, 0x9fde4d7752343ec1ea9427ce133682b7, 0xcbc33a2cfca82f2aa9d1da0852ac594eeff489561bfbf8ec5f7beaffc32fa4af, '', 0, '?'),
(0xde4ed684c24b8c96191a864c9400e322, 'wp-content/plugins/easy-digital-downloads/includes/blocks/includes/orders/functions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/includes/orders/functions.php', 1, 0x00000000000000000000000000000000, 0x7c506e58f993d8524eaadf3102238a23, 0xe9f59bebbdde67bbf36744756c26421543efe0b9399d903b554aea678e40be22, '', 0, '?'),
(0x0553d49837f2ba106b7d0d548bf37c80, 'wp-content/plugins/easy-digital-downloads/includes/blocks/includes/orders/orders.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/includes/orders/orders.php', 1, 0x00000000000000000000000000000000, 0x8c9b27f85666218b88dc4267ab4e06db, 0xd242162c5d0f64178ac2cc78c7a31e0ac95547bf32987374a22cea5be18a429b, '', 0, '?'),
(0x3ddde464fb576bedce5118917c7cce29, 'wp-content/plugins/easy-digital-downloads/includes/blocks/includes/styles.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/includes/styles.php', 1, 0x00000000000000000000000000000000, 0x8ce7727d6f90461e94f417223db47280, 0xbc6cde10b95168b9fafeddacdf1274f17b79a3e3e2b49f42ee79edd3735ecd76, '', 0, '?'),
(0xd6de3049b01f6a56bf09b0277f2504a9, 'wp-content/plugins/easy-digital-downloads/includes/blocks/includes/terms/images.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/includes/terms/images.php', 1, 0x00000000000000000000000000000000, 0x635278e1dde972cf8fbbce930e7bab9c, 0x8dd6733f3afe51a5c0957bfae7bb1abb4ecdc3a0597b8d8475dfcda819011132, '', 0, '?'),
(0x2cc8d7cad0684d75f71c25b6fdc09e45, 'wp-content/plugins/easy-digital-downloads/includes/blocks/includes/terms/query.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/includes/terms/query.php', 1, 0x00000000000000000000000000000000, 0xef70fc04ff1ba09014b2151e9873c1e4, 0x6433813750fb43e399f86d6c3f2760b89d9cd697e0c101d706a88cab516680d0, '', 0, '?'),
(0x7fd4f03461095394e2aa1af9d7e2f54c, 'wp-content/plugins/easy-digital-downloads/includes/blocks/includes/terms/terms.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/includes/terms/terms.php', 1, 0x00000000000000000000000000000000, 0x356f6c19f880347c8c0aa54e308238d4, 0xd80b79da0a3a5b17a6675bbb34218b214fb827666c8e4b57a3cb6eabf3e305af, '', 0, '?'),
(0xe40b1091dd11f5cba82e32fe428722ff, 'wp-content/plugins/easy-digital-downloads/includes/blocks/package-lock.json', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/package-lock.json', 1, 0x00000000000000000000000000000000, 0x7aef26fe8a33edf82a8d86bebb00fd54, 0x90a01ae7f367b23c52fd0776f0fcbf9203f960b26a6954f397d4af29ccb4a948, '', 0, '?'),
(0x6c4c8a74e9a5279ceee67a5aaba3a1e3, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/buy-button/block.json', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/buy-button/block.json', 1, 0x00000000000000000000000000000000, 0xff9a4776b344d8cebf4eb2ecc13192a6, 0x583d186f0598a50c727c78111169263c52b393d3d9efdaa68a75f9b84b1b19f1, '', 0, '?'),
(0x0f40e81dd08e6146886b9e212675d614, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/buy-button/edit.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/buy-button/edit.js', 1, 0x00000000000000000000000000000000, 0xa5d4af701268a96b297239b5b04b4a37, 0x2797684eff37ed7439f687dbeb1e01e3893e196fe8718543133295a7511bb7d0, '', 0, '?'),
(0x0e130e9a4fe1eee89c31d3c24570a4d7, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/buy-button/editor.scss', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/buy-button/editor.scss', 1, 0x00000000000000000000000000000000, 0xaba9d2aa3c52c7ab6d0a386bb12bb604, 0x6615edbf085e8dfc9970b4dd02b5724e1ea70fe3e31b2fb33f50d2cc0bfe0ac7, '', 0, '?'),
(0x971239e6fde6543dab8ffc680f9abdcc, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/buy-button/index.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/buy-button/index.js', 1, 0x00000000000000000000000000000000, 0xa857ae42600962f8d03011f64a1a60cb, 0x53ebf00b422c26f85dba4d4b66917599a1bf6eaad2f76d6ab65aec1be3805320, '', 0, '?'),
(0xbd1bd31d6abd98e84942dee8171df235, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/buy-button/style.scss', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/buy-button/style.scss', 1, 0x00000000000000000000000000000000, 0x2f103f6d3d2c720e3a6fd2c40ca7e613, 0x3d2ae803175e93de2e971e2078d2a4691d468f7e295b724a0bb1018afacd5971, '', 0, '?'),
(0x56877ab63a7fc922a3a8a803fc14cd59, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/cart/block.json', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/cart/block.json', 1, 0x00000000000000000000000000000000, 0x205105c5b7eee1f4d6b991a3ba9d7f5e, 0x22c80a52bf9bb25dae421429ca2085de6f8cb3cb7760fd6f7b19de1629a784e5, '', 0, '?'),
(0x006a0f1e2ddc2ec534dd8afde61a49dc, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/cart/edit.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/cart/edit.js', 1, 0x00000000000000000000000000000000, 0x195542d4480ef55d7b8ea07dcddc9a94, 0xa68583c3956e2dc2bd3c6e87b55b8ea2b5189dbb424878aac792e19dba9b1990, '', 0, '?'),
(0xe486ade8493f72b9d9dd3f79ab0cf89e, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/cart/editor.scss', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/cart/editor.scss', 1, 0x00000000000000000000000000000000, 0xf71117e2f129855a0d218c3f8830126b, 0xaec609adc7a88f1402328e82e22c027687ea4814c55ce026af7fe85138ab7bf1, '', 0, '?'),
(0x1ce2229930049f78f01652583a0ab19e, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/cart/index.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/cart/index.js', 1, 0x00000000000000000000000000000000, 0x388fd8118c2fb6a578315637b86ae4b5, 0x24c45d1abcae579f2276c7a829c19dede58c5a60627e49f34ec7501a78cdcb95, '', 0, '?'),
(0xd8f05ff975697fd4c110a43cb21ac399, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/cart/style.scss', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/cart/style.scss', 1, 0x00000000000000000000000000000000, 0x3fa57e9d87850a8a5c05ca6a57e70076, 0x88cf77975551ab829933794c618a0a65025801a4526849bb6fce5d3c9b822205, '', 0, '?'),
(0xf9304a4e781514d9e77fab4c166ab597, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/checkout/block.json', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/checkout/block.json', 1, 0x00000000000000000000000000000000, 0xbee6291235d7b04a1afc537b9b89b9df, 0x23d8024f85f061f1b9d11f7bb25ab1fd24d4d0abb9392eddd2b689aec1619009, '', 0, '?'),
(0x9c896a3b1602304d7b063264c6882f2e, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/checkout/edit.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/checkout/edit.js', 1, 0x00000000000000000000000000000000, 0x80c305571cf60584cacaab95b5a207d5, 0x26731744ff049e436a54225190c45271bc492706ad0d2712c8334c661eb2549a, '', 0, '?'),
(0xe93da163bb29ebb6b724acae66838c03, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/checkout/editor.scss', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/checkout/editor.scss', 1, 0x00000000000000000000000000000000, 0x3297664d0ec265974ae54d7747467200, 0x645a3ce2d53fcde03e07180f8bb26b680a14b034b630398085bfe734e8a86d02, '', 0, '?'),
(0x384bb03c9cbd7fc3a86ae99f31b079d5, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/checkout/index.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/checkout/index.js', 1, 0x00000000000000000000000000000000, 0x388fd8118c2fb6a578315637b86ae4b5, 0x24c45d1abcae579f2276c7a829c19dede58c5a60627e49f34ec7501a78cdcb95, '', 0, '?'),
(0xba66975b17ea4ca034b9d6376dd23f16, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/checkout/style.scss', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/checkout/style.scss', 1, 0x00000000000000000000000000000000, 0xd2883ff482ebc9af37854f0c63a6cbea, 0xb912c42823d09c0ff4c7c1573e79bda20ef47a8b9fb263e342c5ee791c8131a7, '', 0, '?'),
(0xe2f250547493df17544dc8814fad7677, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/confirmation/block.json', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/confirmation/block.json', 1, 0x00000000000000000000000000000000, 0x9d578a1120c646fb87370f5dc1e18ce2, 0x89c1ba420668cb80b2101b7f0a76ea874ad0e72033ff13d45ef2a537227635d1, '', 0, '?'),
(0x8cd69fb638c4601f8f52795d09db3f59, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/confirmation/edit.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/confirmation/edit.js', 1, 0x00000000000000000000000000000000, 0xe7dacb58df173b07a2f8fe433f29eb1e, 0x54be1d34ee0f0114d5278a142646dd6eb64d0a7dfd2e6596f90c32347c733820, '', 0, '?'),
(0xc1542ca5ad794b8f22f946e1bb60052c, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/confirmation/editor.scss', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/confirmation/editor.scss', 1, 0x00000000000000000000000000000000, 0x37495b0bc09e6971e5d6185b4ec048fd, 0x069987bc1f03affc4a8036ae7743ff9d5295062b73e4e540ff29146a731b75b6, '', 0, '?'),
(0x4742807093f8cc52f33cc40689b9b28e, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/confirmation/index.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/confirmation/index.js', 1, 0x00000000000000000000000000000000, 0xa857ae42600962f8d03011f64a1a60cb, 0x53ebf00b422c26f85dba4d4b66917599a1bf6eaad2f76d6ab65aec1be3805320, '', 0, '?'),
(0x21045ce5821c349762afb45596bc620e, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/confirmation/style.scss', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/confirmation/style.scss', 1, 0x00000000000000000000000000000000, 0x4229f2377d3305ab66b7acdb81b08483, 0x6c8af0f896d9aa0a86ba61ddef02f394600fbe0bd3a92ff7c945215de1da02d5, '', 0, '?'),
(0x74c98e54f5341fa96d555ab1f755444e, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/downloads/block.json', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/downloads/block.json', 1, 0x00000000000000000000000000000000, 0x9d9ec6c521b8c9fe8775fc929a92b8fa, 0xb4b639ce72c8821a8d75b8efb1e9aca3173c41663a837932a9937c86c880d2a6, '', 0, '?'),
(0xb16504bc49d1a940df0ea6b37e219331, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/downloads/edit.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/downloads/edit.js', 1, 0x00000000000000000000000000000000, 0x9bdea246f2a38ad9b02455e14575c73b, 0x1887cd08bb060f3ddc4c71b7c0a18380136d731652ae19c465d40ab9781456d1, '', 0, '?'),
(0xb238281594dfca40caabd3dcf1e61e59, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/downloads/editor.scss', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/downloads/editor.scss', 1, 0x00000000000000000000000000000000, 0xdeb09c4c92a3bc5922f90ddd4db977a6, 0x856875134436da344abeb2209dfb91dde5cc61bea804294d802b725e98b07dd3, '', 0, '?'),
(0x927a729374b5bfed5f188151b8d650ca, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/downloads/index.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/downloads/index.js', 1, 0x00000000000000000000000000000000, 0xa857ae42600962f8d03011f64a1a60cb, 0x53ebf00b422c26f85dba4d4b66917599a1bf6eaad2f76d6ab65aec1be3805320, '', 0, '?'),
(0x7f199aeb6d146b38ee2539880ccb55c9, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/downloads/style.scss', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/downloads/style.scss', 1, 0x00000000000000000000000000000000, 0x8567bd885761cfe6f801c24132e97e16, 0x9abf04c923d915f54663779174b80c0050da951d8866715e4b80ba1aa169f42d, '', 0, '?'),
(0x8250c3b1928da1d7ba111481ffcfb3cd, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/login/block.json', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/login/block.json', 1, 0x00000000000000000000000000000000, 0xc79f078a5ac6b5a662da82cd1517404b, 0xc674d4313e3da7c5fe4ef39482f36a337abfefa1db13bcb09623594a01b94f21, '', 0, '?'),
(0x2559da8ea24593143782f5f84a21e997, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/login/edit.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/login/edit.js', 1, 0x00000000000000000000000000000000, 0x9ff5d39206490b5f43b2e1985fa79f58, 0x2652d5be0926bce84d3bad894f46c891be2a5f5e2cc93f5d5f3e8caae1d01ad4, '', 0, '?'),
(0x007137cdcdf34aff436569ebca5cbef1, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/login/editor.scss', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/login/editor.scss', 1, 0x00000000000000000000000000000000, 0x1b7054c1d2c77733262282666500bde7, 0xda6d9d7aaaa6c7f5e47a7c518e866f8f720950aaee45a7ed3904f89ba14bdfa6, '', 0, '?'),
(0x5667dd3eb10c6c1f238ddb4f13966a0d, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/login/index.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/login/index.js', 1, 0x00000000000000000000000000000000, 0xa857ae42600962f8d03011f64a1a60cb, 0x53ebf00b422c26f85dba4d4b66917599a1bf6eaad2f76d6ab65aec1be3805320, '', 0, '?'),
(0x1add9b004965395971ed988f849e49a9, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/login/style.scss', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/login/style.scss', 1, 0x00000000000000000000000000000000, 0x043a16644a34130df2a741bc699b451f, 0xcd206a3b87f2bca80170c6029cdff0a206fcb5ce2943992d0f10da719ccf05df, '', 0, '?'),
(0x264586c6be2918a1a20675e1014c619a, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/order-history/block.json', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/order-history/block.json', 1, 0x00000000000000000000000000000000, 0x563f5a6e65ee6e10d9a8c6c0063b4edb, 0xba7110b6662a2d58264d32670daf70dd563853cd90a77093ea7461c5f65e9add, '', 0, '?'),
(0x2830fe7f372b4f7f4762dc4b0984d0a6, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/order-history/edit.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/order-history/edit.js', 1, 0x00000000000000000000000000000000, 0x9372330abf854e44fd33ef69e236798c, 0x26dd04e527def361690d152fbfe2c24c84f8532ca9a7b14f207b18039d2aea8e, '', 0, '?'),
(0x4e0ef157142699ac02557d82ee7d4aa5, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/order-history/editor.scss', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/order-history/editor.scss', 1, 0x00000000000000000000000000000000, 0x2d45de45459ff927bab37b358dcff575, 0xa2f3e19c597fc417095312370fbfc6633a89a7ffd0fe1e7f1df3c258c57e8eb0, '', 0, '?'),
(0x9d686a56e3e558a3fc31ae6e12a59657, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/order-history/index.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/order-history/index.js', 1, 0x00000000000000000000000000000000, 0xa857ae42600962f8d03011f64a1a60cb, 0x53ebf00b422c26f85dba4d4b66917599a1bf6eaad2f76d6ab65aec1be3805320, '', 0, '?'),
(0x8240646c232731487ff1cb1df353aa25, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/order-history/style.scss', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/order-history/style.scss', 1, 0x00000000000000000000000000000000, 0xd9ed6e38ff5544ad38b59b301cc23e3a, 0x7825ef0a413aac304a4ce3027e8aacd0dd914e58e8e896a0786416dfb1146843, '', 0, '?'),
(0xec3a270ebab4f35dd93b6053579e9fe8, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/receipt/block.json', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/receipt/block.json', 1, 0x00000000000000000000000000000000, 0x67f32ca7a80ae8f74bfbeda77fccb051, 0x24b7de4d03d8305b61ae970734fea5634755bb85b4a52c401694cb06f9e2bdb3, '', 0, '?'),
(0xdb8704b0735c5f7db5382de16fcd9ec2, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/receipt/edit.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/receipt/edit.js', 1, 0x00000000000000000000000000000000, 0xedfe851bfc9d729eb7feee288784809b, 0x015ce5b9facbe9c5241c0b6fe104012faaefb70df202d5dd6cff8d21db386663, '', 0, '?'),
(0xdac9d34ad230109b2e70356c14da13d0, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/receipt/editor.scss', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/receipt/editor.scss', 1, 0x00000000000000000000000000000000, 0xc4d7a1832dcf118bbbe661c32fe12fb9, 0x4e3e7ea0117760ca34a4b71c2e9a8444b0794ae9b23976cbf4db8c7004a95b9a, '', 0, '?'),
(0xf827cf94e07814c226aefa0362cd0565, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/receipt/index.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/receipt/index.js', 1, 0x00000000000000000000000000000000, 0x06539c00721dd4c2433225cd9ac69ebe, 0x53ebf00b422c26f85dba4d4b66917599a1bf6eaad2f76d6ab65aec1be3805320, '', 0, '?'),
(0x0dc7d82141ffac66ac441bff21762c0d, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/receipt/style.scss', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/receipt/style.scss', 1, 0x00000000000000000000000000000000, 0xd1223e206b826ce8a86f6bd3a908d3e7, 0x8c9ce5cc00ef605a919c5f8267b12b5628b00c9b8952ae858dc398964fb85a4d, '', 0, '?'),
(0x0bb09c78269211d97932e89761f36ac8, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/register/block.json', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/register/block.json', 1, 0x00000000000000000000000000000000, 0x073c75c3def78d71df157f20e6d0ab9f, 0x796e47b730930225c6eafafb72ba1c4a8dbd57df75f4c12622f63928a29e8ff1, '', 0, '?'),
(0x615966f557a985a4e8649647b17acc07, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/register/edit.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/register/edit.js', 1, 0x00000000000000000000000000000000, 0xadaa3aaadc9349582577135207512e50, 0x6277e151e4cc5cb7d5ff15cd89a5fe7ddc1dded52eedc8e0b70e87e1f4c9d716, '', 0, '?'),
(0x1f1427117278797c6f3152e56dc8dc66, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/register/editor.scss', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/register/editor.scss', 1, 0x00000000000000000000000000000000, 0x3c15c54debbc195c212db4991a596896, 0x88274096beac1421d6fe7aa6f0317d4269395461084a3eb2952fe9e8c7b51303, '', 0, '?'),
(0xd5b2976799561292d63cf785bd277f1a, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/register/index.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/register/index.js', 1, 0x00000000000000000000000000000000, 0xa857ae42600962f8d03011f64a1a60cb, 0x53ebf00b422c26f85dba4d4b66917599a1bf6eaad2f76d6ab65aec1be3805320, '', 0, '?'),
(0x02b46c1f50f62307ae512d7b8c631e95, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/register/style.scss', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/register/style.scss', 1, 0x00000000000000000000000000000000, 0x47805c2c1d2ca53ed9326d4399431889, 0xd3c8badd6aa991135b671d7c11811ba556360ec3a4f51edd1585b9db45d3f40d, '', 0, '?'),
(0x734f9ea23f2af4d4c03f8982fd903abe, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/scss/_buttons.scss', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/scss/_buttons.scss', 1, 0x00000000000000000000000000000000, 0x9b24a3fdba38404fa7103445560af094, 0xb63dbc85e35ff0d40096feebb979227a2afb0418c15974e1f780c5ecf9a26d5e, '', 0, '?'),
(0x4e5d0a56c6289e01656f8a59e83f1fc6, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/scss/_buy-button.scss', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/scss/_buy-button.scss', 1, 0x00000000000000000000000000000000, 0x45e0c6d1d810447f3b4a8b6464d899ea, 0x101bf4de5803450a42617e91ec080538e60606da3ec0271819aaaf5bb0c88373, '', 0, '?'),
(0xf87c34dd02923dd0a67c5674c21b0d47, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/scss/_cart.scss', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/scss/_cart.scss', 1, 0x00000000000000000000000000000000, 0x3a00fbf1e0a7b667d1ee83d6d34829de, 0x27e9ce6d0a62b6a11fd465f19761fdddf7a0a650f32c319ac74a10770987451a, '', 0, '?'),
(0xc8ee2896f87eab98f50cf2160894d0bf, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/scss/_edit.scss', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/scss/_edit.scss', 1, 0x00000000000000000000000000000000, 0x9572f586cf5dc6624cb2e7bcdc0d5c00, 0x636d2de68a5565c65362cbc7a49792215ab3e90e0c6d77a8cfa777f3291077ad, '', 0, '?'),
(0xf678ea02a1b3b57d564c432118b13a13, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/scss/_forms.scss', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/scss/_forms.scss', 1, 0x00000000000000000000000000000000, 0xb463405efba21a0f75b6e17b69e5911a, 0x920416c4d253851eb06544028d8ef37838020b81c63c69e3bf997584869424bd, '', 0, '?'),
(0xe83d957cbd94b7bb2dafa9798b6646ca, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/scss/_general.scss', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/scss/_general.scss', 1, 0x00000000000000000000000000000000, 0x8c96b8313e648e7ea3d60d13809ffd5e, 0xc197fef25135a61cd3b78de4e24587b070cf82cb124a77cf23a86b519ce3126f, '', 0, '?'),
(0x545c6b18f1afcb0cceae42cd1ec80769, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/scss/_new-download.scss', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/scss/_new-download.scss', 1, 0x00000000000000000000000000000000, 0xd670520e9d5eecc642a74f649f2c554f, 0x6631e6ee7b89b1a29252be99d0e50c0c77601fad0da1c0197954ea80bb8294ad, '', 0, '?'),
(0x98a7bb72aa63796055309881183ce135, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/scss/_receipt.scss', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/scss/_receipt.scss', 1, 0x00000000000000000000000000000000, 0x854f726d9b2321f4b8116748c01ef2b5, 0x8d8b5f3d8a22811903a93da9928889e5b088572e23fa5f7594dc0eb41c3afea0, '', 0, '?'),
(0xc73df2a636a3c0cc9414d4dea182b43b, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/scss/_row.scss', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/scss/_row.scss', 1, 0x00000000000000000000000000000000, 0x3ba0c40c8de4b40aa333ade48d00f028, 0xead2dd5b458678b3455c015e220fe35697f86ae07ac3148f470448607181a087, '', 0, '?'),
(0x4a6fc28f29b537dff5886c94a7cdcc0e, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/scss/_screen-reader-text.scss', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/scss/_screen-reader-text.scss', 1, 0x00000000000000000000000000000000, 0x77dbc74e35361188aded57f995073fa2, 0x984ea35d61413ea679f45766604ded03b9dfb15882e3ebf18537fd4448ba839f, '', 0, '?'),
(0x6c6ddaa8fd23987ceb802a1924a8a2e7, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/scss/_search.scss', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/scss/_search.scss', 1, 0x00000000000000000000000000000000, 0x3f88781ecfdac5d863b92de8ca83fa36, 0xc0e89af4733b70d1b0cba24e34401057cb0bc35631c9d9db9ad982ad7310db65, '', 0, '?'),
(0x9e5e88efa3f38958d16734395f03a1c5, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/terms/block.json', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/terms/block.json', 1, 0x00000000000000000000000000000000, 0xa7ab7999e0ca993b44289b259f0c6249, 0x16a9e174cc684702c04c8a7088406d24a09a910dc2212d90cf54a21aee028926, '', 0, '?'),
(0xa42f1b9768bfb0a17a32ff84df5c5d0e, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/terms/edit.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/terms/edit.js', 1, 0x00000000000000000000000000000000, 0x117b3d25680c92b046fd2384237f50a2, 0xe5b99d9b6d2e2a704a1bbadc38ac88a45aeba7c050501e1229c7584aad7c6110, '', 0, '?'),
(0x3e9b21916d8688400cc114162d987cb7, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/terms/editor.scss', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/terms/editor.scss', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xa18423faecb1be4435f0d0f27e674789, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/terms/index.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/terms/index.js', 1, 0x00000000000000000000000000000000, 0xa857ae42600962f8d03011f64a1a60cb, 0x53ebf00b422c26f85dba4d4b66917599a1bf6eaad2f76d6ab65aec1be3805320, '', 0, '?'),
(0xd758827a9988042d8368341afcb4fc75, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/terms/style.scss', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/terms/style.scss', 1, 0x00000000000000000000000000000000, 0x4578c12b298a07bba2dbf2f767ddee3c, 0x845064df49794893b481e27b67cfbb29174f2d0737672373a22a6bf22e5a5bfa, '', 0, '?'),
(0x5adcacf662641af12f1cf2fd7941b0fe, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/user-downloads/block.json', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/user-downloads/block.json', 1, 0x00000000000000000000000000000000, 0xa6cce9d08ce36e450685a43b083351bd, 0xf40864be66fb8af8141a3945f0b720e253a55c6814d137561f3a48b784f99f5a, '', 0, '?'),
(0xd63b8da7d063b040231eca82ae83b3e2, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/user-downloads/edit.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/user-downloads/edit.js', 1, 0x00000000000000000000000000000000, 0x430f34b1718fcacc0e73d4f04909cb6c, 0x4649a656669a8a0c62492f1c546c61d4853b4a72b5cae6e13a8f50ef450e960a, '', 0, '?'),
(0xd7eaf84e8ce32ae540b97fcfe79902e7, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/user-downloads/editor.scss', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/user-downloads/editor.scss', 1, 0x00000000000000000000000000000000, 0x86d7919e1116c3d8b6205d6c157e3f3b, 0x763ff280b652fa43832484a9103f84e3c9398505402e0d0192d9db70dd8bd602, '', 0, '?'),
(0x1e83cf79a34b21b6bb86897555b3607d, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/user-downloads/index.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/user-downloads/index.js', 1, 0x00000000000000000000000000000000, 0xf4d99043ebb0838b562befbaf1a15554, 0x53ebf00b422c26f85dba4d4b66917599a1bf6eaad2f76d6ab65aec1be3805320, '', 0, '?'),
(0xbe3983c08c5ec203aaea020ba56b12d5, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/user-downloads/style.scss', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/user-downloads/style.scss', 1, 0x00000000000000000000000000000000, 0x3cf407856338cd83f2ba79dcceaf13bb, 0x6731929d334af163470d5674e5479afa754755fc1635f2ad08be0e74f1eafdc9, '', 0, '?'),
(0xc53166d5c5d79182c2eecee16e80d94c, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/utilities/block-alignment.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/utilities/block-alignment.js', 1, 0x00000000000000000000000000000000, 0x2ed92c4000f6d75ab30c0eadca2313bb, 0x4224bdcd7e34124cf5ec1b314f5ea575a45154e0e6c0d880a411025821d7536c, '', 0, '?'),
(0x57050ddcd03312957dbdb57dd65341cc, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/utilities/buy-button-alignment.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/utilities/buy-button-alignment.js', 1, 0x00000000000000000000000000000000, 0x37c28c3cd304bc2cbc4e57b1eb370803, 0x383e0030bbdcda240e4c08e6f27ba2f53253729f1ffbd703cf6df3099bc5debd, '', 0, '?'),
(0xa761c876fbae90c5d51da217c9dac405, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/utilities/download-content.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/utilities/download-content.js', 1, 0x00000000000000000000000000000000, 0x82c7c5dde89fa0a99c02168bf02f1d64, 0x658077a53cff956f3d7981f41dc44f2ef27420edd9583115442f11b464e532ff, '', 0, '?'),
(0x1d1c3632b982eba6178e8ac21c5e6992, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/utilities/download-image-location.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/utilities/download-image-location.js', 1, 0x00000000000000000000000000000000, 0x858f20d24357ff2e0520367ab7bc6cbc, 0x75d8d9148aec05893b2cabd707840785ae8b603e684a9644e20c83538a316c09, '', 0, '?'),
(0x96b82dae2cd7b1f0cbae730aaf25f18c, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/utilities/download-new.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/utilities/download-new.js', 1, 0x00000000000000000000000000000000, 0xdb7c3da0ca841db332920b65341c95db, 0x1436094d956a91fd42b48077e1119d979d1abdb0b55d76d93b03ad132823f03a, '', 0, '?'),
(0xf084a54b077a17d47b45bb2fb28e96bc, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/utilities/download-order-by.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/utilities/download-order-by.js', 1, 0x00000000000000000000000000000000, 0x46435a4aee1f6f110433f70b728c4b9d, 0xbbb29c698d60aca0de2cf61be5c94b9f7856406957995f1eb9ce4ce3cacfbe24, '', 0, '?'),
(0x59a055a1f92f61e6077d34050846ff9a, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/utilities/download-taxonomies.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/utilities/download-taxonomies.js', 1, 0x00000000000000000000000000000000, 0xecfcc2f6ccef6d669a59fa861c7ca7c6, 0xc65e7413166b0e74a03b58a0020ca1756b4067f0303b72e520c85b2644337917, '', 0, '?'),
(0x74b42d7905f155dc65bc9f08877777bb, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/utilities/download-terms.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/utilities/download-terms.js', 1, 0x00000000000000000000000000000000, 0x41f7cbdf4de99c82d86e99c025b59028, 0x0d2ce3b9d7ac985245323ea2a17a3b94352643f22f8e3cb8c66de5102f283945, '', 0, '?'),
(0x4e9cfe98fb8870d03f15ceda0d8300cd, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/utilities/downloads.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/utilities/downloads.js', 1, 0x00000000000000000000000000000000, 0xe771dba1399dc391ae0e5058adda238c, 0xf8a8be36da0ab3764f4b77eab45988982a0e3eff62831325b599e669ab137bd2, '', 0, '?'),
(0x512eaecb27c31aa2a8df6a346b957377, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/utilities/icons.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/utilities/icons.js', 1, 0x00000000000000000000000000000000, 0xd67e09488b7654c90a87b4b0b08e42c3, 0xf778b71b104b7444603a7b7e940c547c9f90499b425838dcb442970117f52b3f, '', 0, '?'),
(0x690cb0b1edc6b01d91654ae94daddc96, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/utilities/image-alignment.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/utilities/image-alignment.js', 1, 0x00000000000000000000000000000000, 0x9e3a01f1ab153104ed5fe1d6c43639d9, 0xdee27790a21dc542bf24071f4d2727b3712fef05e866fc31d5007c4338c6c37d, '', 0, '?'),
(0x13fd04396da7f806853e04f146fb5307, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/utilities/image-size.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/utilities/image-size.js', 1, 0x00000000000000000000000000000000, 0xd766881b1de8ab5789f1785a485caa9f, 0x5b1e8727df438227cb5cf9d18a1772187ad4207f3b64bab8a20a7cc9d414d2db, '', 0, '?'),
(0x0722c10faa4fe0f068db0df5cc4ee74f, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/utilities/no-orders-placeholder.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/utilities/no-orders-placeholder.js', 1, 0x00000000000000000000000000000000, 0xf14bd543fe6c4f8e29bf5a828c16b113, 0x24950cff6a609abd339a004dba19d9d9027be5927084823188b8bb2c077e4fc8, '', 0, '?'),
(0x2c865206b3adf3b50cc663bee224a780, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/utilities/order.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/utilities/order.js', 1, 0x00000000000000000000000000000000, 0xd875d03ab63bf6762e33f332d3df2e6d, 0xd33c6331f8a911527d37d242df2f78c0f7ff6049a4df30a781abc1ff08a33818, '', 0, '?'),
(0x6c68994170c64043c761621275b06481, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/utilities/query-args.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/utilities/query-args.js', 1, 0x00000000000000000000000000000000, 0xd3aaabf5b70a125b908b0a447c96789a, 0x00b3a2d519c6823bde4438b9104d4d77f8f48c67bd0ff40a810a0798d1050912, '', 0, '?'),
(0x7ae2261b098bbee987c300b3972dd28d, 'wp-content/plugins/easy-digital-downloads/includes/blocks/src/utilities/users.js', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/src/utilities/users.js', 1, 0x00000000000000000000000000000000, 0xe6ed5abf87257f4b2839702742943669, 0xf1dcf1e8c46d4483d8106e05ca1a655c384182e461464230ece087d56db000d3, '', 0, '?'),
(0xaaf6efd9a45ae80cd7be48df72c73079, 'wp-content/plugins/easy-digital-downloads/includes/blocks/views/checkout/cart/cart-discounts.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/views/checkout/cart/cart-discounts.php', 1, 0x00000000000000000000000000000000, 0xff60724357a26ac71824a93acce70441, 0x698c1ea13d40f0ced1c9133eb34aefee9cc39f5ced7c73cdddec76c35c2d4184, '', 0, '?'),
(0xf5902baebebb2b04beea754f03bef5c0, 'wp-content/plugins/easy-digital-downloads/includes/blocks/views/checkout/cart/cart-fees.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/views/checkout/cart/cart-fees.php', 1, 0x00000000000000000000000000000000, 0xe4365130b7397739a294b06936fa3d2a, 0x30a86c91af211540c978af0ded2d2dd07495716221b6de3cd2842265303ee148, '', 0, '?'),
(0xa8a9b32d87c5464a6a17266557e4fba0, 'wp-content/plugins/easy-digital-downloads/includes/blocks/views/checkout/cart/cart-footer-row.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/views/checkout/cart/cart-footer-row.php', 1, 0x00000000000000000000000000000000, 0xd1057c71715d41a1831b5e9ee465e350, 0x35553f5f884e8f9f409e33b7117d3b8b7cca0159e69e1e42295b9f517a346565, '', 0, '?'),
(0xe7d92ae25e5c2ab5ee437ef0e14bb0b1, 'wp-content/plugins/easy-digital-downloads/includes/blocks/views/checkout/cart/cart-item.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/views/checkout/cart/cart-item.php', 1, 0x00000000000000000000000000000000, 0x64d4316b2f1342bf92936e468631a8d9, 0x37a8dd744458a9aaa7f6113fb005d1a2dbfc870aa068fb94dea5a04dabadc66d, '', 0, '?'),
(0xeff47744e15d4009c6c53dbcd54c80d8, 'wp-content/plugins/easy-digital-downloads/includes/blocks/views/checkout/cart/cart-subtotal.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/views/checkout/cart/cart-subtotal.php', 1, 0x00000000000000000000000000000000, 0x1c45ecaf937f9c2cfeb74368e1321952, 0x02decf3190254aef6de643db40efb2e5d6db44918cf84373a35e2a42859462e9, '', 0, '?'),
(0xaf118255cd8bdae4e82f20347a34daa4, 'wp-content/plugins/easy-digital-downloads/includes/blocks/views/checkout/cart/cart-taxes.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/views/checkout/cart/cart-taxes.php', 1, 0x00000000000000000000000000000000, 0x6bb41d45a457476d4dc6fa37360d4cc1, 0x068f49ba3aa73de7ef36fb952d06c2c0049e88eefbcb27ea3846cc20c5505a3c, '', 0, '?'),
(0x86626d6324c3aa66d26d1635d44df1a1, 'wp-content/plugins/easy-digital-downloads/includes/blocks/views/checkout/cart/cart-total.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/views/checkout/cart/cart-total.php', 1, 0x00000000000000000000000000000000, 0x4602787daf140c9663db39d0130ad46a, 0xfc5e1fd74e5fe4927cba16314c395d0fa65f1c30833ced81c9172a1114bbd3ba, '', 0, '?'),
(0x917d8def5d8d250867dfb719acf53122, 'wp-content/plugins/easy-digital-downloads/includes/blocks/views/checkout/cart/cart.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/views/checkout/cart/cart.php', 1, 0x00000000000000000000000000000000, 0x108a4087f5189083ced0ca0dd609a90f, 0x56af3e8d5640d8a03011bc1347cfb0a518dd2178f4b9fc111a60e343031c6573, '', 0, '?'),
(0xb72208d021c52cbef2529f7d466b3661, 'wp-content/plugins/easy-digital-downloads/includes/blocks/views/checkout/cart/mini.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/views/checkout/cart/mini.php', 1, 0x00000000000000000000000000000000, 0x8c6b7ffe285a0cd306c528b166641ab9, 0xb73fdb316a98e6f41d33e30f5f449150eb3766b05ec4db42e1f6f25840d8093c, '', 0, '?'),
(0x1218e394e2c8eeeef6c5580ed4e854e2, 'wp-content/plugins/easy-digital-downloads/includes/blocks/views/checkout/discount.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/views/checkout/discount.php', 1, 0x00000000000000000000000000000000, 0xcb1459c2ba19675b7f234e233d45cf05, 0x23819c73f86608b1b36d79abd85d43bacf024fff44a913b703b66d4c8b9d7593, '', 0, '?'),
(0x7d5193eee799e55792f8631bd0f3ed8a, 'wp-content/plugins/easy-digital-downloads/includes/blocks/views/checkout/logged-in.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/views/checkout/logged-in.php', 1, 0x00000000000000000000000000000000, 0x80ac228e8b5bf66084a0deaa2453f596, 0xf7eafc1f5db4434ac9ee364ebe1f750b4abdd38e7af483a944a425a764701ccd, '', 0, '?'),
(0x28f18f8540fcf9acf926817b162d5de5, 'wp-content/plugins/easy-digital-downloads/includes/blocks/views/checkout/purchase-form/address.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/views/checkout/purchase-form/address.php', 1, 0x00000000000000000000000000000000, 0xbd9057aa5860f2b7379030a26a9f2178, 0x770eb0d381733e336fea38341d91d33c8caf1ce5941a0230318b31c9cb73a80d, '', 0, '?'),
(0x6379262dc27924b6668a26917778de90, 'wp-content/plugins/easy-digital-downloads/includes/blocks/views/checkout/purchase-form/credit-card.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/views/checkout/purchase-form/credit-card.php', 1, 0x00000000000000000000000000000000, 0x30b7e22851d657dd5ba5fb4acd403f45, 0xd3282a80451c5a978aa4ff805adecdeec6c0f6a209709e110e5ac38e37e08971, '', 0, '?'),
(0xf4086dc824387d64a687fd807918b5ab, 'wp-content/plugins/easy-digital-downloads/includes/blocks/views/checkout/purchase-form/gateways.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/views/checkout/purchase-form/gateways.php', 1, 0x00000000000000000000000000000000, 0xbcb7e09a46b18084462da58881490dcf, 0x9da6f02c771c98ebe14efda8b5f22089c23160df82ba4ab42f8699910aa0ca73, '', 0, '?'),
(0xeafacfd11f059057f8c0289c49bdef80, 'wp-content/plugins/easy-digital-downloads/includes/blocks/views/checkout/purchase-form/logged-in.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/views/checkout/purchase-form/logged-in.php', 1, 0x00000000000000000000000000000000, 0x84de63aacb197d06b5c2e34852a5ac5f, 0x031bc55ca8350e827a870ee48ccdc8b4b2b6ed6bc40cec2ffda28d53f1db8daa, '', 0, '?'),
(0x9d3e5cd3288bdcd7afb7faefd90b79f3, 'wp-content/plugins/easy-digital-downloads/includes/blocks/views/checkout/purchase-form/login.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/views/checkout/purchase-form/login.php', 1, 0x00000000000000000000000000000000, 0x0db0b320397e4f3eade14339b1d6c510, 0x14dfa1929418c60329a25d4e0b38640c4681dbea7b08710f40a9036df1f576e7, '', 0, '?'),
(0x5663a567f7c7f8c3755a92ba525d6628, 'wp-content/plugins/easy-digital-downloads/includes/blocks/views/checkout/purchase-form/personal-info.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/views/checkout/purchase-form/personal-info.php', 1, 0x00000000000000000000000000000000, 0x590fbac584c747cd404559a123bfdceb, 0x0dbc993eb44fea834c7cbbe02b3dd3cd9280b5a31f0952cb3ee5569b1c51e8c6, '', 0, '?'),
(0x2126fda768c95354ef38f74a89897e9d, 'wp-content/plugins/easy-digital-downloads/includes/blocks/views/checkout/purchase-form/register.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/views/checkout/purchase-form/register.php', 1, 0x00000000000000000000000000000000, 0x659fcb6d29da5b0c6af8ae237447d431, 0xaef9e05830ca10ddc0e5b202ad44d2df71c766520628aed7b8b52d76df6116ff, '', 0, '?'),
(0x802695f6c39b0f1f212c8acb40f50f40, 'wp-content/plugins/easy-digital-downloads/includes/blocks/views/downloads/content.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/views/downloads/content.php', 1, 0x00000000000000000000000000000000, 0xbb622301dfb445b12625e6fc4d604a2d, 0x01dda8b0e7109ae8cd156ffd393fff8a7806fdf22f90181ecba86af29eb88871, '', 0, '?'),
(0x91da04d1e683ae9957c087424b51d41f, 'wp-content/plugins/easy-digital-downloads/includes/blocks/views/downloads/downloads.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/views/downloads/downloads.php', 1, 0x00000000000000000000000000000000, 0xa3e762f0efad2d1fca229cdbd05ae877, 0xfe637f0353511305214c44a711373dd23dbfe1470a8561b3274951a1a7220be4, '', 0, '?'),
(0x6db78b7c438195dc9102cec92d212ca1, 'wp-content/plugins/easy-digital-downloads/includes/blocks/views/downloads/footer.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/views/downloads/footer.php', 1, 0x00000000000000000000000000000000, 0x5eb3205ad21bcce19cdb564ee7e9ffec, 0x8c2704f58d68acf60143ced71a8ce74515d6b9aa89fdfd7d2dd67cee147e901c, '', 0, '?'),
(0x7b650377189019b2f29e81437f7146c7, 'wp-content/plugins/easy-digital-downloads/includes/blocks/views/downloads/header.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/views/downloads/header.php', 1, 0x00000000000000000000000000000000, 0xe8a655fbed50f884022ecc5d937da7ab, 0xa36b8466165f86ed83a5ed8e2bb367d34745b593b56b5b460c21efdfc94e89da, '', 0, '?'),
(0xe880be083fb3aebdd037959a7ef3f99c, 'wp-content/plugins/easy-digital-downloads/includes/blocks/views/downloads/image.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/views/downloads/image.php', 1, 0x00000000000000000000000000000000, 0x56c4a8d30e151e79b9681a503e1bce8f, 0x152021897dda46c588784bcf878a2c1987ce47678ad7f2a7ecc0db9f97414816, '', 0, '?'),
(0xae6295d0e3102ad3713a652b42006aa1, 'wp-content/plugins/easy-digital-downloads/includes/blocks/views/downloads/pagination.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/views/downloads/pagination.php', 1, 0x00000000000000000000000000000000, 0xde56f176b456f0127c967e3e21fe3874, 0x9f8acc605c9d13498e594e0f2b85a05544cf01d0c4251b87364a8e5af72c6fcd, '', 0, '?'),
(0x3bbf81c759839e6ab2a2ade7836e2209, 'wp-content/plugins/easy-digital-downloads/includes/blocks/views/forms/login.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/views/forms/login.php', 1, 0x00000000000000000000000000000000, 0x969761d010b171f705970a935447a61f, 0xff6638765c506497d3a8978eaf3279c5397a148764ba27a181fcea2028f317e7, '', 0, '?'),
(0x873a999fb794bf123672ebf750d7d36f, 'wp-content/plugins/easy-digital-downloads/includes/blocks/views/forms/lost-password.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/views/forms/lost-password.php', 1, 0x00000000000000000000000000000000, 0x57cacbeeb272d9c0f75f387aa0393835, 0xf3320df25f4810d584f5092414bfa5d9d66105e4dac27f514a8e325e546ba9a3, '', 0, '?'),
(0x19fd264a561ec5985146c87ba9f01e98, 'wp-content/plugins/easy-digital-downloads/includes/blocks/views/forms/registration.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/views/forms/registration.php', 1, 0x00000000000000000000000000000000, 0x525d753d894f1d488a251159599064ef, 0x472b24739240cd6d22b695bd53945da4d5f23f1079763150a01c6e6349189468, '', 0, '?'),
(0x482f111fe2c0b3d13acb4fe8b2e5b450, 'wp-content/plugins/easy-digital-downloads/includes/blocks/views/forms/reset-password.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/views/forms/reset-password.php', 1, 0x00000000000000000000000000000000, 0x8e5dbd0208e765b950ffdc65c1c0be73, 0x2442d4c17b677df19bfa8b255194081c868b4d78979b86f339b6c3929b6de289, '', 0, '?'),
(0xb4a8c94515cbd3587ca0fa00f616be73, 'wp-content/plugins/easy-digital-downloads/includes/blocks/views/orders/credits.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/views/orders/credits.php', 1, 0x00000000000000000000000000000000, 0x6ecd70f22ae807abb2ce0f36b1881d09, 0x62f338a5160aed4dab8468197a0aa3189e97c8b518aac6664aa8d31b5415a891, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x316856050abc35fb742eba93840efbd2, 'wp-content/plugins/easy-digital-downloads/includes/blocks/views/orders/discounts.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/views/orders/discounts.php', 1, 0x00000000000000000000000000000000, 0x386c143cb8281b4d63e7f9f8dcd4eea9, 0xd68cbe604493831ae18157f24b6679002814a37f61246ed318dfe9ff3330c6b8, '', 0, '?'),
(0x79107a22b823fe31b9c63e73f24cf5d9, 'wp-content/plugins/easy-digital-downloads/includes/blocks/views/orders/downloads.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/views/orders/downloads.php', 1, 0x00000000000000000000000000000000, 0x9da631481fbb2d5241ff6b456d08559d, 0x930517f6b45ad40dda594f0339eb448c9158276dbcac1a4954ead34810b5c61a, '', 0, '?'),
(0x0e830c375395dc5c27574f5883960233, 'wp-content/plugins/easy-digital-downloads/includes/blocks/views/orders/fees.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/views/orders/fees.php', 1, 0x00000000000000000000000000000000, 0x938e68165684a4ea8967db14ab84365c, 0x32ec7a19b9567349de48e9c7299eb8b1d89cbe932dab64344a306858daa8ee1e, '', 0, '?'),
(0xabe87b65ffdc80e933a9cdbeb1c78658, 'wp-content/plugins/easy-digital-downloads/includes/blocks/views/orders/guest.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/views/orders/guest.php', 1, 0x00000000000000000000000000000000, 0x7e1d4934b1c32172b99ade5f84ee5e7b, 0x080fc82c8834fb3b5d939c9b794be347a6d50afd3641739b06c44ac2f29074a4, '', 0, '?'),
(0xf405921dd01842fa4aa280688baa71d4, 'wp-content/plugins/easy-digital-downloads/includes/blocks/views/orders/orders.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/views/orders/orders.php', 1, 0x00000000000000000000000000000000, 0xcf1b6af67acf34a2c9524263d53c5c98, 0xd6f6670b28192d798ac9d1246e5335591c783529f2878b00138517f7c4ed43a9, '', 0, '?'),
(0x11243235ee33560671b918590114ede5, 'wp-content/plugins/easy-digital-downloads/includes/blocks/views/orders/pagination.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/views/orders/pagination.php', 1, 0x00000000000000000000000000000000, 0x8559e794c6522f1fc2e315b3e2379587, 0xb8a560cb1af80b7fe4f797ca7f9f95831cffe743288ff645278d7f2065bac225, '', 0, '?'),
(0xd4d5cba3e38d3f9f70bca55dd3953d17, 'wp-content/plugins/easy-digital-downloads/includes/blocks/views/orders/pending.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/views/orders/pending.php', 1, 0x00000000000000000000000000000000, 0x4c8ddcf9b151c41f8d967c26309f11c2, 0x476746fdf54ced6dab245c57e7cfdb7ab326b9b6cf134c23bd47c6e75086f362, '', 0, '?'),
(0xa74431e45b0620cf70819f3f7e0e4d43, 'wp-content/plugins/easy-digital-downloads/includes/blocks/views/orders/receipt-files.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/views/orders/receipt-files.php', 1, 0x00000000000000000000000000000000, 0xde7887d84f461832abfc76425efc3ba1, 0x27bd0dff827e6ee3edcdf5325ee91333f7f7af9b8b881ca1f89f5c61d26344c5, '', 0, '?'),
(0x4524509c3b09b875b02461d6eb789f3e, 'wp-content/plugins/easy-digital-downloads/includes/blocks/views/orders/receipt-item.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/views/orders/receipt-item.php', 1, 0x00000000000000000000000000000000, 0x2d659d3c49185e3ef6cfb0967f89df47, 0x340c74390e9b4a6f76fa2c56bdc8aace1dc98e834b7c0ff92f8d12738097c4b3, '', 0, '?'),
(0x336409931d36858a2cc602b957e63ab7, 'wp-content/plugins/easy-digital-downloads/includes/blocks/views/orders/receipt-items.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/views/orders/receipt-items.php', 1, 0x00000000000000000000000000000000, 0xf00b62c10fbb523fb11a76658bf59f88, 0xf4da5b541290bd02bf56c63e125d7563870cc25694d19ffe4544b351cb92e851, '', 0, '?'),
(0x296955943ad32736dce472b920a63a70, 'wp-content/plugins/easy-digital-downloads/includes/blocks/views/orders/totals.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/views/orders/totals.php', 1, 0x00000000000000000000000000000000, 0x6df9242306cac852b83bec08c6bed09d, 0x240acf4cdd5799e6b3d620e29f69f8e3ba2b04e1ac0bb61861cfe4f2a3aae41e, '', 0, '?'),
(0x4f7b8b3fff54a643949b4946f849568e, 'wp-content/plugins/easy-digital-downloads/includes/blocks/views/terms.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/blocks/views/terms.php', 1, 0x00000000000000000000000000000000, 0x2a608405c31eab186db4d34dfe26e0f8, 0x88bd2a97a91aab1de9399ec611c09ac0efdbdad60a1f398577a403c785d1fc66, '', 0, '?'),
(0x075b3be70deabf70ec01cd1a2d0c8dc4, 'wp-content/plugins/easy-digital-downloads/includes/cart/actions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/cart/actions.php', 1, 0x00000000000000000000000000000000, 0x4d07963ef2ae490d4d4d74ecd10d46f8, 0xf401f63bc5529846b8307edd8dbfb21bb9658f49076d26f52a88885e97061155, '', 0, '?'),
(0x16f5e59f5e76117ac52182741130dd50, 'wp-content/plugins/easy-digital-downloads/includes/cart/class-edd-cart.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/cart/class-edd-cart.php', 1, 0x00000000000000000000000000000000, 0x2c354f3e34740e9d24ea59d900ba3935, 0xfdc983a5798ddeb68998a02c332045908ac77da6c92d45a75d4efcf7c7427aaa, '', 0, '?'),
(0x202826448f96b722752b4ad61770d9a2, 'wp-content/plugins/easy-digital-downloads/includes/cart/functions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/cart/functions.php', 1, 0x00000000000000000000000000000000, 0x61b0be99b494eaa2bbeea2d0ff18aa88, 0x0c27d9ee7399eabbef7f7ebf1bf44b7234d833b69337a20164256088b52a0125, '', 0, '?'),
(0x92a1bbf476909f7c7bdb679ab01ef0d0, 'wp-content/plugins/easy-digital-downloads/includes/cart/template.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/cart/template.php', 1, 0x00000000000000000000000000000000, 0xf664d2d285c69c859d5d1bbc7fb904bb, 0x7ab4d72cbb4942e0f6aaae6ef5e5229184b434fda690e704567d6dec4aa5f264, '', 0, '?'),
(0x836cd2e85a71112816135bfa9a71ad0a, 'wp-content/plugins/easy-digital-downloads/includes/checkout/functions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/checkout/functions.php', 1, 0x00000000000000000000000000000000, 0xf2e3ba8a77be06ab6020169aa842e3d8, 0x6c6e1fe9ac0ddf003a9b9830718e89a335da176842bebfd8d1afb41b46a3601f, '', 0, '?'),
(0xc9228a2905a33eb14b2ddcc6b9ec97b6, 'wp-content/plugins/easy-digital-downloads/includes/checkout/pages.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/checkout/pages.php', 1, 0x00000000000000000000000000000000, 0x474d8d714c5f1f7402e71d9b71915029, 0x1d602af49f53951ca1bb85c22b09cf41d28b4bb34e1e9a4d6862dba1957b5cfc, '', 0, '?'),
(0x7096f6d9418341fcd026c9b1e7c550cf, 'wp-content/plugins/easy-digital-downloads/includes/checkout/template.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/checkout/template.php', 1, 0x00000000000000000000000000000000, 0xebd40988329133c6e33ebf152e76233b, 0xddd8d311077b1ca0c80b6cce43706c5f6ba4bf5138765720af4951ba71fd0a31, '', 0, '?'),
(0x4b58dc9951cfbe59a699ddcf0a0e2817, 'wp-content/plugins/easy-digital-downloads/includes/class-base-object.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/class-base-object.php', 1, 0x00000000000000000000000000000000, 0x8cc04a76acdb03d777dba3d3042be0a7, 0x2167c517196cfbe4ad284617648d577e7d2bc725d24b7ef3866bc276e3da3008, '', 0, '?'),
(0xe5551e950d2a4cf65e46c974e9febf2b, 'wp-content/plugins/easy-digital-downloads/includes/class-component.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/class-component.php', 1, 0x00000000000000000000000000000000, 0xeaf6949eef54fcb1ba5d5dada222e793, 0x2404906d0213fa17d422bfc3cb28e1d5845679e4dac98850419527624c520971, '', 0, '?'),
(0x458e76aae36b93e21c21208f8e1d5a89, 'wp-content/plugins/easy-digital-downloads/includes/class-easy-digital-downloads.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/class-easy-digital-downloads.php', 1, 0x00000000000000000000000000000000, 0xdd9ace21b38b35b2f2989c62959351d0, 0xdc6d98d4eb17a4361ba5be673410806a1cb62a677388c9178ec872abe74780d8, '', 0, '?'),
(0x5704f142f9fc8f48cd9109128d1666d6, 'wp-content/plugins/easy-digital-downloads/includes/class-edd-cache-helper.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/class-edd-cache-helper.php', 1, 0x00000000000000000000000000000000, 0x7389f028508ff61014c5e311fff5f9b6, 0xb8bbd03da42a49d1c3bb60b9f3f197a2c5421310ecb26edc5659f4318e8e438a, '', 0, '?'),
(0x3764f1236ffd2600c1cf249ae3e89323, 'wp-content/plugins/easy-digital-downloads/includes/class-edd-cli.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/class-edd-cli.php', 1, 0x00000000000000000000000000000000, 0xcd42b3005ebe73730a42bea51a528813, 0xfff1a0a402d75e4963e74773d4e64980349d3ae046551502e7a5a881bb9090b1, '', 0, '?'),
(0xaeb6ba8a312e1354fce644225361adc4, 'wp-content/plugins/easy-digital-downloads/includes/class-edd-cron.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/class-edd-cron.php', 1, 0x00000000000000000000000000000000, 0x16efc16cdb75e43fe6b9765a259d45f8, 0xdb3732dbb58324507205db6f7d84b075ce1c212939a20af6ae1b822a1333e981, '', 0, '?'),
(0x3d4bb8e7121ebb27263d2dd30b20f1f7, 'wp-content/plugins/easy-digital-downloads/includes/class-edd-customer-query.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/class-edd-customer-query.php', 1, 0x00000000000000000000000000000000, 0xaf52f1f5f59ae98ffda3ae4a1186501b, 0xfc18122f32f6d208f9762c8021f977eba70c0357b128beb38659ce7640c7311a, '', 0, '?'),
(0xa768274e833b9db881d3ca5c99cfa40f, 'wp-content/plugins/easy-digital-downloads/includes/class-edd-customer.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/class-edd-customer.php', 1, 0x00000000000000000000000000000000, 0xf8972c585b88cb3e61e85add5810468b, 0x84a2cae5e2bbebec9cb1ae68414fb4c6d52541215fe7f322d6a89c658727ed9b, '', 0, '?'),
(0x0e278b060e51b72c718af3d9c10c2239, 'wp-content/plugins/easy-digital-downloads/includes/class-edd-db-customer-meta.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/class-edd-db-customer-meta.php', 1, 0x00000000000000000000000000000000, 0x1dcb1ea5d8c81a6e3c6ddabc206ae437, 0x49b7507c799100c369de98c1f7daf842e459a0e653d5e1e0b4a00c42ad35e2d0, '', 0, '?'),
(0x39a7de6ddd879d398f3795ab20d09511, 'wp-content/plugins/easy-digital-downloads/includes/class-edd-db-customers.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/class-edd-db-customers.php', 1, 0x00000000000000000000000000000000, 0x6d2d69bfb0917428b6dfc9bd82aba47e, 0x1db0d87f964fa981eb5412af4d04c0b2745d8cc02148869b80c4ea98ce4881bf, '', 0, '?'),
(0x16bdd4264fe1b5cd773bbf0fa9a46582, 'wp-content/plugins/easy-digital-downloads/includes/class-edd-db.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/class-edd-db.php', 1, 0x00000000000000000000000000000000, 0xb9d21f78778c3264cbf4a6a11f3b19f9, 0xec14a1236404f0e324039c863cbc249fd547386450d0b5d9a5bfdedf62b7f9e0, '', 0, '?'),
(0x44166db0ab70684b9829845d234ccd46, 'wp-content/plugins/easy-digital-downloads/includes/class-edd-discount.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/class-edd-discount.php', 1, 0x00000000000000000000000000000000, 0x99ec159a30eb3d0678ec92d70aa31002, 0xdfe517e76fd3d3a0c875815f43c046df846f9d1926f186bfb3cbfe4a8d31c870, '', 0, '?'),
(0x077c1698bb0dffe85c15f8aee5af6de3, 'wp-content/plugins/easy-digital-downloads/includes/class-edd-download.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/class-edd-download.php', 1, 0x00000000000000000000000000000000, 0x9b3b60ef844a85481caa0fdf152c394d, 0x17d06f923a660d8cb42cc522bb4bbec5bb36acac1b7fbb4325e6fa4562d1be9d, '', 0, '?'),
(0x3baa79fb54b9fcd324ad9adfe42ab81b, 'wp-content/plugins/easy-digital-downloads/includes/class-edd-fees.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/class-edd-fees.php', 1, 0x00000000000000000000000000000000, 0x5ab01e82f5c260864a73915ed32ad54e, 0x270811c0df1b535cd3a8bb9b3dcf50f6a660caddfa31006b0ce1c50f4566b49a, '', 0, '?'),
(0x00b14f4a2c04277d8dd6813b9c8724c0, 'wp-content/plugins/easy-digital-downloads/includes/class-edd-html-elements.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/class-edd-html-elements.php', 1, 0x00000000000000000000000000000000, 0x97ea53fde05db778af8a8538c0c1209e, 0x3c8067c86a7802dd1a7417c06d2a23bc55149a2f350199cf2d6647d16de2960f, '', 0, '?'),
(0xf124402694d75579b74704378f957c8c, 'wp-content/plugins/easy-digital-downloads/includes/class-edd-license-handler.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/class-edd-license-handler.php', 1, 0x00000000000000000000000000000000, 0x20de5b30d98be5f20032f72e1878a39c, 0xaef44d8e03715d9d7c809f3c44cd74ee8739acad5fb8e26f97004cfae0810163, '', 0, '?'),
(0x4c70e4d73d475826b1126d21df7fc3e2, 'wp-content/plugins/easy-digital-downloads/includes/class-edd-logging.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/class-edd-logging.php', 1, 0x00000000000000000000000000000000, 0x8b3fde024988cc3914baacea77180266, 0x69410542678f02c51721376bdbd61b4652d86f3717f71f41b57d04e5093e8f43, '', 0, '?'),
(0x1bbd02f718b39b42008d9b622815c66d, 'wp-content/plugins/easy-digital-downloads/includes/class-edd-register-meta.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/class-edd-register-meta.php', 1, 0x00000000000000000000000000000000, 0x5e38163979c4cbdf7c9629c05abaaa84, 0x73651a625e30a5754af62e1f4bdc57192119fcd0c3b412076f09e7dc36f02f9e, '', 0, '?'),
(0xbafcca975fdea7ac700c22c021117848, 'wp-content/plugins/easy-digital-downloads/includes/class-edd-requirements-check.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/class-edd-requirements-check.php', 1, 0x00000000000000000000000000000000, 0x880cc1b44a0b71bc6e9ff3955dfc08c2, 0x7a2f1fc4104d647156a318d4121f297b8db4481398922134e495cdec37e073c9, '', 0, '?'),
(0x7d38a45ad9118dc254239e257d0e9b03, 'wp-content/plugins/easy-digital-downloads/includes/class-edd-roles.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/class-edd-roles.php', 1, 0x00000000000000000000000000000000, 0x956f3942e4b2281aee08f5c040be345e, 0x3484bfa9e8911a4437860bff471977fb9e8fce6caf1ba11792b8b1d458a05786, '', 0, '?'),
(0x19b4fc8eb87eb157bc6b2d4166dee225, 'wp-content/plugins/easy-digital-downloads/includes/class-edd-session.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/class-edd-session.php', 1, 0x00000000000000000000000000000000, 0xb49e8b5f518a399d6439872ad0ddd525, 0x52ce5dd7603caf1a2b121089b5ad15d14f5848fb2ca43164b8a921fbe717ceee, '', 0, '?'),
(0xa9506893a96cd4a048a5d944f4184896, 'wp-content/plugins/easy-digital-downloads/includes/class-edd-stats.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/class-edd-stats.php', 1, 0x00000000000000000000000000000000, 0x6314ef57df7f14c2c0a3e1470286643d, 0x4dedb478a67f6553896159e075979491936afba7e0bec1723b67e65010f33d2b, '', 0, '?'),
(0xa4399d2ff0510141df977b1bdb55bf0f, 'wp-content/plugins/easy-digital-downloads/includes/class-stats.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/class-stats.php', 1, 0x00000000000000000000000000000000, 0x7c20b63e0efa0b0d4a202e9008f8e8de, 0xd8cd93bad2aec13c97c005d6f20e1a99977bfa121b8a67a0ad2977a16dbc8f47, '', 0, '?'),
(0x2e7c7d040c4e3183d4c48e1d4f831e9c, 'wp-content/plugins/easy-digital-downloads/includes/class-utilities.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/class-utilities.php', 1, 0x00000000000000000000000000000000, 0x959504d25b6898808e631335e36b621c, 0x5d2559913616ec24b1b629fdde65ab868cb81d0ed915ad561c13a437dfacdc01, '', 0, '?'),
(0x898a4bd44a4a5db86416383a45e6f6cb, 'wp-content/plugins/easy-digital-downloads/includes/compat/class-base.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/compat/class-base.php', 1, 0x00000000000000000000000000000000, 0xa128c32d7cfa7c340e3886fee7e82e94, 0x819334b5e927086eba2758b596490cd033a41896122557f63dff19f66832c298, '', 0, '?'),
(0x9a80d4f0a60906855da6006e08e5267f, 'wp-content/plugins/easy-digital-downloads/includes/compat/class-customer.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/compat/class-customer.php', 1, 0x00000000000000000000000000000000, 0x9ce058a6a6f81bf70e49d530751e595e, 0xb5366d1c8539cfaf67fc781038bc4db7a2ddb6bd2608df4980542fa8ba07cecd, '', 0, '?'),
(0x6ebc03195bbca69ad7e490c1da53eb49, 'wp-content/plugins/easy-digital-downloads/includes/compat/class-customermeta.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/compat/class-customermeta.php', 1, 0x00000000000000000000000000000000, 0xf889dcdcb5f47da907eb6380c4719408, 0xbe2c1298b1cb05f40aa33b359f6671230676da199156302bc2e6f4b502914904, '', 0, '?'),
(0xbe17b612e861d61688db765e074fefc0, 'wp-content/plugins/easy-digital-downloads/includes/compat/class-discount-query.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/compat/class-discount-query.php', 1, 0x00000000000000000000000000000000, 0xc7b5fa94ef8cb0b2f6f87e0df481fee4, 0x6ac30f2b0c498fe76be9043dfe60e8840ef7c0b654337eb2f95775213d241454, '', 0, '?'),
(0x3bd480f2e59e1ad531af337fe9b99fd7, 'wp-content/plugins/easy-digital-downloads/includes/compat/class-discount.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/compat/class-discount.php', 1, 0x00000000000000000000000000000000, 0xf460fe76b8228e4606449c0db2c9f346, 0x3f9adb3a3c3ad0df027293402420b8b9a0803761d10bdf0ccde7c53b1f99f305, '', 0, '?'),
(0x96531c2ee1982c67683e490c1a3c2902, 'wp-content/plugins/easy-digital-downloads/includes/compat/class-edd-payment-compat.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/compat/class-edd-payment-compat.php', 1, 0x00000000000000000000000000000000, 0xa06408ea6fb1b75a2dd56a3ac1d47e8c, 0xabdb11df1c72dc92c9e0764c000f008dc710bab8321a7c6b0051129c4691adb7, '', 0, '?'),
(0x6cb71ebf16e754f5c06ee528b69d316c, 'wp-content/plugins/easy-digital-downloads/includes/compat/class-log.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/compat/class-log.php', 1, 0x00000000000000000000000000000000, 0x3dd9350ed5e7e674eae438d4d72eeeee, 0x885bc8f8a7751db23c45d8f81ec1c7dfe979bc7b17dc29413f7a1cbc35c1c2d1, '', 0, '?'),
(0x45c2d1dc8b42044a124022fd56ede34a, 'wp-content/plugins/easy-digital-downloads/includes/compat/class-payment.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/compat/class-payment.php', 1, 0x00000000000000000000000000000000, 0xaab96fe2a924859382f2e40312377087, 0x69431a7b6fc87a4a12d5c09b63df1b0d6d73f7e8e5dee0586ffd1b5fad4a2739, '', 0, '?'),
(0x04b178b60cfa81e679df50ee8dd9df6d, 'wp-content/plugins/easy-digital-downloads/includes/compat/class-tax.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/compat/class-tax.php', 1, 0x00000000000000000000000000000000, 0x5600859f3bc0ad960e72ee87f4bb9748, 0xee8ef7b5368bea75676ff7ae5ad32bf2e973d132ee246d134ba29eb22b0a050c, '', 0, '?'),
(0xfcbce2f76a3f97c93dcbc457304229b9, 'wp-content/plugins/easy-digital-downloads/includes/compat/class-template.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/compat/class-template.php', 1, 0x00000000000000000000000000000000, 0x952b99ed25012f0a6fc24eaa0a2013dc, 0x82e1966c6edbbb91fc8cface8a22006f2a7ce12b91878a94c6199e8527e911e2, '', 0, '?'),
(0x6d646104d58b0ab662616d06ba9f71b8, 'wp-content/plugins/easy-digital-downloads/includes/compat-functions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/compat-functions.php', 1, 0x00000000000000000000000000000000, 0x3a96da878f219a94b62b6424568605cf, 0x17b98b6d0d8e2e2bfcbd11743d4579689a60d4bd41532b2e7d6cad7ff2cee5ee, '', 0, '?'),
(0x656f9be6e9122a100c340b325e47666d, 'wp-content/plugins/easy-digital-downloads/includes/component-functions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/component-functions.php', 1, 0x00000000000000000000000000000000, 0x2e04d9d8612792574954e2135217a13e, 0x953a394e19abeee7d1c0fe85039cefec1932423a33e15db6ae58666fa5b54c68, '', 0, '?'),
(0xf95684a27dc1547a51538dc70898a957, 'wp-content/plugins/easy-digital-downloads/includes/country-functions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/country-functions.php', 1, 0x00000000000000000000000000000000, 0x0726d305f72c0319a594e5baf3952da4, 0xda5bc4e92bb48f4bf11ee02ccdb1cf5a54d81152ab3ed71398399addeb6903de, '', 0, '?'),
(0x0a4fed87547ec3797331921a7e5de981, 'wp-content/plugins/easy-digital-downloads/includes/currency/functions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/currency/functions.php', 1, 0x00000000000000000000000000000000, 0x6196ca6c48e14ab67a98de0df261391c, 0x87ef62029eb0e9403fef8ea6ab2f0b41caf22c2c2cdb4fa4e740b6d607cd0078, '', 0, '?'),
(0x1d17fb7833bdee9ef81d6f0c930fa4e0, 'wp-content/plugins/easy-digital-downloads/includes/customer-functions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/customer-functions.php', 1, 0x00000000000000000000000000000000, 0x0410a6fa1b4d881b4bfce3e20960a7d1, 0x77ecf67dc806f2d420b01c54cb0a8bc1ca74c166874dce4a19dba0c6a8fd5de3, '', 0, '?'),
(0xa614f325b74f161f4fedb46b55f2bd36, 'wp-content/plugins/easy-digital-downloads/includes/customers/class-customer-address.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/customers/class-customer-address.php', 1, 0x00000000000000000000000000000000, 0x51e2da4b2fd34b0ea58de93489bf2c8d, 0xd3a5d51505fe1917864c2e7a614478c825da000bf817a473c18b04e2cac67855, '', 0, '?'),
(0x89ffddbccea2fc75409fc3340f87490e, 'wp-content/plugins/easy-digital-downloads/includes/customers/class-customer-email-address.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/customers/class-customer-email-address.php', 1, 0x00000000000000000000000000000000, 0xa68f65df30f23f5f6a1da3a6a9be8d98, 0x5a26933d50c0a50900d23b2c1f22842342c743dbcb7f1550bf697be636bb52c1, '', 0, '?'),
(0x648a1ed5495bbd9e9f04fcd94e9d71b8, 'wp-content/plugins/easy-digital-downloads/includes/customers/customer-actions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/customers/customer-actions.php', 1, 0x00000000000000000000000000000000, 0x23cca6811f88aec8f0f8bb02d7ec6529, 0xf19b4e17740e0417a304b8266019eb50c3ca40c2341f30d0e02888dd2fd1408a, '', 0, '?'),
(0xa69e6431086a09bd256c12cf5182cf78, 'wp-content/plugins/easy-digital-downloads/includes/database/README.md', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/README.md', 1, 0x00000000000000000000000000000000, 0xcc0a55b550aa0f83f21b733e216c14ba, 0xf3e591e102ebb34fcf77303cff9af1ffd96e6bf3fe149d7f733b6fd03adb3d3e, '', 0, '?'),
(0x33dd83f5121164030166b3d8dbef68d6, 'wp-content/plugins/easy-digital-downloads/includes/database/engine/class-base.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/engine/class-base.php', 1, 0x00000000000000000000000000000000, 0xd0102bcb88f6be15d2100ad6cf3dba99, 0x5cdb96f37bc80c82cfbad8538bddf1aac24aef2e914483b9e1d3a91d3df78d3d, '', 0, '?'),
(0x3035ab4222c4f502b84777ea935f06bd, 'wp-content/plugins/easy-digital-downloads/includes/database/engine/class-column.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/engine/class-column.php', 1, 0x00000000000000000000000000000000, 0xd04fa20ec1915cc6ea75cc43bd865f7b, 0xf6245ee01c4fbb3d0b2e338f2947e78072974829552acddad3a578cb60e7cf27, '', 0, '?'),
(0x04cfed35c099f6539883ae0c341bdb6f, 'wp-content/plugins/easy-digital-downloads/includes/database/engine/class-compare.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/engine/class-compare.php', 1, 0x00000000000000000000000000000000, 0x9963dba0824d917bc15fb4a1ce38989c, 0x9908f2d92ec8204eda03bd75f9b3c5de323ec56ac00a31f033a7f4a582234f0c, '', 0, '?'),
(0x88d7befbc334edb15a9105a3d068c233, 'wp-content/plugins/easy-digital-downloads/includes/database/engine/class-date.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/engine/class-date.php', 1, 0x00000000000000000000000000000000, 0x19a643e1d5c370a302c6eb06005a920d, 0xa9d1530ed186e2ee0c136f8f7faafdf97fbb584e8bc3d96e96121a27cbbc4d93, '', 0, '?'),
(0x076b1a457d05892ca3bf4e792c05efb4, 'wp-content/plugins/easy-digital-downloads/includes/database/engine/class-meta.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/engine/class-meta.php', 1, 0x00000000000000000000000000000000, 0x36e53403fc105b9f99366bf21eaf4fcd, 0xc6ac2367a984baf4eb03e3db4e7ab1b5f4c420a30718ac22f1715d04cd453fff, '', 0, '?'),
(0xab31ad69433a592a4d2749de7f56061a, 'wp-content/plugins/easy-digital-downloads/includes/database/engine/class-query.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/engine/class-query.php', 1, 0x00000000000000000000000000000000, 0xf843e82f3de578f283ae658c699ca472, 0x4d41780c6450fbe390b32ec37367698c6417ae79b60af8cb3cff03ea085a2961, '', 0, '?'),
(0xbec024d0f2b6a51130917828d237f84b, 'wp-content/plugins/easy-digital-downloads/includes/database/engine/class-row.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/engine/class-row.php', 1, 0x00000000000000000000000000000000, 0x7b7d61d942c5e42f62bff3e863d2f7e6, 0xdd7ac5a9be43c726d127e49d2b52e5069e076268119d804ec25ee43b018acecd, '', 0, '?'),
(0xbf783dd9021739dda284fbd1fdc061d7, 'wp-content/plugins/easy-digital-downloads/includes/database/engine/class-schema.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/engine/class-schema.php', 1, 0x00000000000000000000000000000000, 0x92c3fb5822f1ccbd01467ffdac5a4db7, 0xbb0b4435f2a9f62343871414f2ebb37048ad7d9ef3982f60c879a326fc737830, '', 0, '?'),
(0x3b5a4e0b1dacb35d492d317bb4c84306, 'wp-content/plugins/easy-digital-downloads/includes/database/engine/class-table.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/engine/class-table.php', 1, 0x00000000000000000000000000000000, 0xb0934dd256ffd3ce0478af4ea7be3cbf, 0x279ff92e65bf4b872325439abf0dc7ddc114674d4f056031109ccb6b5f632b9b, '', 0, '?'),
(0x1bf4965e9d7ca76d03bccdfeb4ddb47d, 'wp-content/plugins/easy-digital-downloads/includes/database/queries/class-adjustment.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/queries/class-adjustment.php', 1, 0x00000000000000000000000000000000, 0xcacabd09f03fe49d703cf8351d041d46, 0xead756fbacc5666feb529c85455c543f8ede81660d90dd978159ec1aeba9f00c, '', 0, '?'),
(0x88d03c14a03b88b8bf952d20a56df985, 'wp-content/plugins/easy-digital-downloads/includes/database/queries/class-customer-address.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/queries/class-customer-address.php', 1, 0x00000000000000000000000000000000, 0xc24248535cca669c97bc14a553c5dd03, 0xafc2afc8e2725fe2c73842e20d256d3ed23e0d6d117f65b8fb1d8f90b2258a02, '', 0, '?'),
(0x75f9a04385f93128309060cdbc7ad1e1, 'wp-content/plugins/easy-digital-downloads/includes/database/queries/class-customer-email-address.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/queries/class-customer-email-address.php', 1, 0x00000000000000000000000000000000, 0xa67fec61ef0a4cdecf81806fcd3b5916, 0xff08004a26224a9bdb324b0e8dbf77afb4157bafef2d66a6c19dfda27e28177d, '', 0, '?'),
(0x33dbb8037d2f620382c2a6fff39f2f7e, 'wp-content/plugins/easy-digital-downloads/includes/database/queries/class-customer.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/queries/class-customer.php', 1, 0x00000000000000000000000000000000, 0x58be9a21954fe0e9cb5479223c24ee20, 0xc3b1e6a9c4ef68f3b201462e9235e2bd41b219b18ab67fdd6c7f6e531fe0818a, '', 0, '?'),
(0x4d6f35eff095a3bf36d51fd396ea1644, 'wp-content/plugins/easy-digital-downloads/includes/database/queries/class-log-api-request.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/queries/class-log-api-request.php', 1, 0x00000000000000000000000000000000, 0xfdb80811b4e33580d9af268294fc1d7b, 0x07a88fb210adc2bf233c1698300072cff2bf613ce84093e3b428a6420ce8017b, '', 0, '?'),
(0xfefc6298730fdf28bbc7c00d66b53813, 'wp-content/plugins/easy-digital-downloads/includes/database/queries/class-log-file-download.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/queries/class-log-file-download.php', 1, 0x00000000000000000000000000000000, 0xd5d3758236defc381a6011897e35b249, 0x627e7a02b16e4fb8e6c0430a7dac2aec8577afc66e494e9b5536fb617bed9470, '', 0, '?'),
(0x54ce1df20a3f23206b0153921bd35292, 'wp-content/plugins/easy-digital-downloads/includes/database/queries/class-log.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/queries/class-log.php', 1, 0x00000000000000000000000000000000, 0x42f683c7c89729f13d53f30d9b56a024, 0x13c3873d60cac5643d9dd1458ea0991fdd550c3ef4cd79d69c76da480b2258df, '', 0, '?'),
(0x14217e830e73e9ea25a97fc64bbc98e7, 'wp-content/plugins/easy-digital-downloads/includes/database/queries/class-note.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/queries/class-note.php', 1, 0x00000000000000000000000000000000, 0x63cdf06908e0d45110104ef68ed9e491, 0x88eb4b763cd5cd31b94fd9a746b8f05f012b9572ce504531b27137984efe46c5, '', 0, '?'),
(0x892b1d59c2caea99eafc8838941d4c61, 'wp-content/plugins/easy-digital-downloads/includes/database/queries/class-order-address.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/queries/class-order-address.php', 1, 0x00000000000000000000000000000000, 0xa3d4b5617a1d2aaaae8702768faf1b11, 0xb8f2759e1ee6703adc3a70423a0ff538723d8314db3269f4e2c5fc42e912fd7c, '', 0, '?'),
(0x875942122a78fbe09cec26a862d3371a, 'wp-content/plugins/easy-digital-downloads/includes/database/queries/class-order-adjustment.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/queries/class-order-adjustment.php', 1, 0x00000000000000000000000000000000, 0x5f94f9930473dc3b7849af57324fe56c, 0x7cc1dd2a89f51216adbf658b4859da603d9ca1051df1c8ad7fd6732c784898a5, '', 0, '?'),
(0xb2b089392d8c67eb068915442f8f7d3c, 'wp-content/plugins/easy-digital-downloads/includes/database/queries/class-order-item.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/queries/class-order-item.php', 1, 0x00000000000000000000000000000000, 0xc4a9653e06cfebc641dc4e77c39b7cb7, 0x432c1ec61b10e59f1ccf199bdde445f1233082f9bbb65e180871d983455fd939, '', 0, '?'),
(0xa93e84989ed84297db8ae7e4704a2e63, 'wp-content/plugins/easy-digital-downloads/includes/database/queries/class-order-transaction.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/queries/class-order-transaction.php', 1, 0x00000000000000000000000000000000, 0x30f0df3946d8d933fa86debd370962b2, 0xa399d98d8060e9cef842f002d16e785434bf0477b2931dd7866b929bfde9769a, '', 0, '?'),
(0x0d782b069a7fd42afc01c8ea8228e065, 'wp-content/plugins/easy-digital-downloads/includes/database/queries/class-order.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/queries/class-order.php', 1, 0x00000000000000000000000000000000, 0xe94a6ff06136fba3e4dc4fe793270c84, 0x24a8c4bd4af87b910f36aee6a486bf06b271da6921b82a7a9957dabcaa6eb632, '', 0, '?'),
(0xe9d1c5be3d92ec519fc3843399fcaa0f, 'wp-content/plugins/easy-digital-downloads/includes/database/rows/class-adjustment.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/rows/class-adjustment.php', 1, 0x00000000000000000000000000000000, 0x7b301d997b27c944e21d2e114c30c63c, 0x2668a33309b6b6ff4ef6697785653fd54305f4337b362ec015933ecbc906fc32, '', 0, '?'),
(0x3e0e3710cabf0efbffffaa4ebb2178d1, 'wp-content/plugins/easy-digital-downloads/includes/database/rows/class-customer-address.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/rows/class-customer-address.php', 1, 0x00000000000000000000000000000000, 0x8a7d8dff4929074c02d8e7a381c48367, 0xdbe855b99d8e888b639f8d7aa84e2be86d3261fbcfdfa7276da93d2612851e3d, '', 0, '?'),
(0x722f90b5f307750bec9b30b1eff61534, 'wp-content/plugins/easy-digital-downloads/includes/database/rows/class-customer-email-address.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/rows/class-customer-email-address.php', 1, 0x00000000000000000000000000000000, 0x3780c3ea8e160f6d5ec5e93bc6a81004, 0xb59ec8fe63a2ec713c7138f253b12f14190fd72bb0ebe291673b96ab27d1eb75, '', 0, '?'),
(0xb421070a2a2f8b57b3868c67d4fd1084, 'wp-content/plugins/easy-digital-downloads/includes/database/rows/class-customer.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/rows/class-customer.php', 1, 0x00000000000000000000000000000000, 0x973357c1bfc10b9e5d579abaf3f91cd1, 0xd0aedfb21ada00c16f689bee56ed5ebf08784171db339cc56287dd7a36e5403b, '', 0, '?'),
(0x7b30ec316cd3f7795dbbab7c4341a619, 'wp-content/plugins/easy-digital-downloads/includes/database/rows/class-log-api-request.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/rows/class-log-api-request.php', 1, 0x00000000000000000000000000000000, 0x9ad73c8125ee2bf010e53412ec7ec5ea, 0xa1f34c31e87731b054cbb68dade5fc5a81104367882e19d8315bbb6ace233f37, '', 0, '?'),
(0x0069653b27246aea094de91423af1e61, 'wp-content/plugins/easy-digital-downloads/includes/database/rows/class-log-file-download.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/rows/class-log-file-download.php', 1, 0x00000000000000000000000000000000, 0x6051e70b3f292a812040fde4d2042ebf, 0xfcfb98f28c3e0e1ef3967642744d1bc9010390867c3548884041278d586e9815, '', 0, '?'),
(0x23d8d0dcaeffc7d3a30d19d72f7ef71a, 'wp-content/plugins/easy-digital-downloads/includes/database/rows/class-log.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/rows/class-log.php', 1, 0x00000000000000000000000000000000, 0x17489b87ccc2d71092d70b30a9be2544, 0x6825d49e0410f8d4b943a9e5817451b44a9c4de81c7cc584a3f026d83e14d3c7, '', 0, '?'),
(0xfb9761525619c632668d8a98548c6fef, 'wp-content/plugins/easy-digital-downloads/includes/database/rows/class-note.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/rows/class-note.php', 1, 0x00000000000000000000000000000000, 0xcbab625f01a2b1949f6bed5e43170083, 0xd572e8b98b2b34b1da88fb671a0efe335eee5343278368bf0d8d89777f25fa7a, '', 0, '?'),
(0x2ad9573d41744a4e7d5f77a1e9b7feaa, 'wp-content/plugins/easy-digital-downloads/includes/database/rows/class-order-address.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/rows/class-order-address.php', 1, 0x00000000000000000000000000000000, 0x92bdd1d9fe605b0676a47701730677b2, 0xf1a7833c512bc47e4c57a6b234771ed38721015837ea05c6ae81ee21b6019b03, '', 0, '?'),
(0x29d7d81209aa8a04f022b04b6f7f421b, 'wp-content/plugins/easy-digital-downloads/includes/database/rows/class-order-adjustment.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/rows/class-order-adjustment.php', 1, 0x00000000000000000000000000000000, 0xc08f369371cb0c93cf90f24ac2851ac8, 0x1f1b1c155eda93c8caaf95a1a9acc4b3e9536bc4e67b21855b15a19f17876b7a, '', 0, '?'),
(0x9f56262cac9b5b3773b1a3c1e99ee54f, 'wp-content/plugins/easy-digital-downloads/includes/database/rows/class-order-item.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/rows/class-order-item.php', 1, 0x00000000000000000000000000000000, 0x9f68b6d5ef46eff5bc2081d1afc67293, 0xa174473c003d7df6e1e22e30bdf5f6a175c0c37049b6e18c6e6ddcc329a87468, '', 0, '?'),
(0xad1f7259c18df656005847ef80e40ee0, 'wp-content/plugins/easy-digital-downloads/includes/database/rows/class-order-transaction.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/rows/class-order-transaction.php', 1, 0x00000000000000000000000000000000, 0xb046da6d94d8767a0405b7e5391220dc, 0x77a0d4c3d8c7809cd5eeda51490e7d87b2dfc4830fbc394a0b544ad5a7339525, '', 0, '?'),
(0x57754865900ab6635a076051aab2f5e3, 'wp-content/plugins/easy-digital-downloads/includes/database/rows/class-order.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/rows/class-order.php', 1, 0x00000000000000000000000000000000, 0x0f7fb4d338f43e4066c9fab9f1327717, 0x171d03f9bed8c997cb19ee686846081ba9a557b63bdd2c11da9244aa50bec097, '', 0, '?'),
(0xd11e03de4077b3b28b44b7b26bdc7043, 'wp-content/plugins/easy-digital-downloads/includes/database/schemas/class-adjustments.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/schemas/class-adjustments.php', 1, 0x00000000000000000000000000000000, 0x45232b2079f1c0416ecbd798319d22a8, 0xe876a8e433fcda7ff379f8da8301138c6e66ab4511035ee8081e25f2ca6e1de3, '', 0, '?'),
(0x802a385f8cd8082c4ef34e9e2155e67a, 'wp-content/plugins/easy-digital-downloads/includes/database/schemas/class-customer-addresses.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/schemas/class-customer-addresses.php', 1, 0x00000000000000000000000000000000, 0xf682b7b043ccad48c588816ad9c5cbc1, 0x81e1030c57ca0a41d4960c83922c64d03a9f2bfde5bd728ea3eb45bdd5a4590f, '', 0, '?'),
(0x928aec355b599499bd0b255e7a21b11f, 'wp-content/plugins/easy-digital-downloads/includes/database/schemas/class-customer-email-addresses.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/schemas/class-customer-email-addresses.php', 1, 0x00000000000000000000000000000000, 0xb2a28c4232e58c7a3fc45d0c2fd5f36e, 0x045062aedc77596346a70735e524460ab49a7a07a1b5cb92f2a95293da5a287a, '', 0, '?'),
(0xc1336ea159edd2f5db3bd1e768c89309, 'wp-content/plugins/easy-digital-downloads/includes/database/schemas/class-customers.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/schemas/class-customers.php', 1, 0x00000000000000000000000000000000, 0x7809b64be9c0e27a3c6b385168385c50, 0x0d4d0e2a49394be3376dd33b261d8f75d469f42802d427cad89db0ebe06bc182, '', 0, '?'),
(0xa64640531d772f4f385e11ef40a4b4d9, 'wp-content/plugins/easy-digital-downloads/includes/database/schemas/class-logs-api-requests.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/schemas/class-logs-api-requests.php', 1, 0x00000000000000000000000000000000, 0x16efb442188c9e95521972b4fc7fb894, 0xd88fe0041bbd13aa60ea9d1a616de22c4f62a32c80a45e32f8b0f94f732d62e9, '', 0, '?'),
(0x9b4fda2d624611cb8d37bea2b5497d97, 'wp-content/plugins/easy-digital-downloads/includes/database/schemas/class-logs-file-downloads.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/schemas/class-logs-file-downloads.php', 1, 0x00000000000000000000000000000000, 0x2cd9a4aa64ff469aeb803fd11984ccee, 0x2794ce5400f55c29c8cde8c4ef3af52d966dffe0a6793f6c3de0c14828c79abc, '', 0, '?'),
(0x4722eae97fba543479ba7fe6cdf8ddb1, 'wp-content/plugins/easy-digital-downloads/includes/database/schemas/class-logs.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/schemas/class-logs.php', 1, 0x00000000000000000000000000000000, 0x7276e28d63c0494a4f41aeeaf816ac54, 0x557312c7147af71ae4d3507775c12b5304953173b7fce80d71a8466772e31373, '', 0, '?'),
(0x251061a97cc7fad181d278f75c903b60, 'wp-content/plugins/easy-digital-downloads/includes/database/schemas/class-notes.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/schemas/class-notes.php', 1, 0x00000000000000000000000000000000, 0x6d749453be3510620f274250a7355555, 0xbf55ea96419a6797889069599132e9c9dbcba8e878e4baad5c145e470d40bf16, '', 0, '?'),
(0x75c1c41be450d7aa68789149bb824139, 'wp-content/plugins/easy-digital-downloads/includes/database/schemas/class-order-addresses.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/schemas/class-order-addresses.php', 1, 0x00000000000000000000000000000000, 0xdfb1c072e1dbaea845db13c8037f5982, 0x12e2e9a9a4061f1077d3e937a09364d41ed68959695aa74e8c8ceb39e2391d0d, '', 0, '?'),
(0xcd08779183fd6e7f62e35806b3396eaf, 'wp-content/plugins/easy-digital-downloads/includes/database/schemas/class-order-adjustments.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/schemas/class-order-adjustments.php', 1, 0x00000000000000000000000000000000, 0x5baf92c1715c04bf46ae069cb133d4c9, 0x5c6fa59841a05658b2aafc526889f083ee6dcb6d060edd4ba239f31fd9c4d380, '', 0, '?'),
(0x2f9806173c28c82b6276a7b250b98c85, 'wp-content/plugins/easy-digital-downloads/includes/database/schemas/class-order-items.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/schemas/class-order-items.php', 1, 0x00000000000000000000000000000000, 0xa26376e999c0eb61e905060ad2562ad7, 0x9b4cc3da42edde56782031449f6b402c43e48bfdb3312698b21b88d5a3188883, '', 0, '?'),
(0xdf2ac6dd6904b8eb340f1da391a88d99, 'wp-content/plugins/easy-digital-downloads/includes/database/schemas/class-order-transactions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/schemas/class-order-transactions.php', 1, 0x00000000000000000000000000000000, 0xab637fcf832a26c97215f18dc5988cff, 0xd39af1ba52b945d2adf94ce99a377732a13e66a6c1168e7e7971de2db629f0da, '', 0, '?'),
(0x537cae21355a86ccdc274c5d28f54cb8, 'wp-content/plugins/easy-digital-downloads/includes/database/schemas/class-orders.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/schemas/class-orders.php', 1, 0x00000000000000000000000000000000, 0x8866611d758e1f0368e21d86561d099b, 0x9607b78ff6ae065a356f2b0f5012ff380fb58cee497b9a5d16c440a886003b6b, '', 0, '?'),
(0xa458b1379f21b33933966bbb93cb75f5, 'wp-content/plugins/easy-digital-downloads/includes/database/tables/class-adjustment-meta.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/tables/class-adjustment-meta.php', 1, 0x00000000000000000000000000000000, 0xd471c8e1f17ed329b9454c5beabfbba6, 0x0926cba06caa4e66d4f28aa4f3d952a85288c030ca697bb5b6dc2fe49e1ee148, '', 0, '?'),
(0x237a4b5fa90e95b37b6d83a67a59339e, 'wp-content/plugins/easy-digital-downloads/includes/database/tables/class-adjustments.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/tables/class-adjustments.php', 1, 0x00000000000000000000000000000000, 0x5883c46afa568901f1d605d4463f7547, 0x39686c52fba93b18f10a5bf32840a73b6ac3d0e13b1d904547c95a36bd06341e, '', 0, '?'),
(0x5e0c017401ffae4bd7ca4e8a27fb75ca, 'wp-content/plugins/easy-digital-downloads/includes/database/tables/class-customer-addresses.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/tables/class-customer-addresses.php', 1, 0x00000000000000000000000000000000, 0x7733001a1bc92de363ae5920fdbf5e15, 0x662d2a7eabf2175b9c8dec96579f569678d44feadf934cc4c1a4d610017be216, '', 0, '?'),
(0xdef7aa23a43d1080cae45407479a88d1, 'wp-content/plugins/easy-digital-downloads/includes/database/tables/class-customer-email-addresses.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/tables/class-customer-email-addresses.php', 1, 0x00000000000000000000000000000000, 0xfa282d8d3fe80cce5086a586ebeb4521, 0x88c08a8d21eb38c5eb6e79fc3052daf83dfb5208babb02e6f79958397a8662f4, '', 0, '?'),
(0xf69d9ff8bfae720ab26f7ba27c51b1ec, 'wp-content/plugins/easy-digital-downloads/includes/database/tables/class-customer-meta.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/tables/class-customer-meta.php', 1, 0x00000000000000000000000000000000, 0xf24bc18cf8d72cf39d4074dd49f5bfc1, 0x690eaab59f8474723d8b2e78710589d8028b1c7415ab8881aa36f02913037883, '', 0, '?'),
(0xd26c9a9e3cff092ff0072a949beb2ea0, 'wp-content/plugins/easy-digital-downloads/includes/database/tables/class-customers.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/tables/class-customers.php', 1, 0x00000000000000000000000000000000, 0x7dab134b913c0b02ceb6db9900f75f4b, 0xe82a2b55a2a6a0a9e97f4e0433f8482206ccf04cde86c295f9a7bbc55085ff7d, '', 0, '?'),
(0x53fece621ca67df3a0ca3d086b4c4838, 'wp-content/plugins/easy-digital-downloads/includes/database/tables/class-log-meta.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/tables/class-log-meta.php', 1, 0x00000000000000000000000000000000, 0x8b6cdebebc1ac23f23c0bf8d8fbe1239, 0xc3dc332d7af84d4dbdb370b1908dc051adaf54c28aa1ad3ff042fcf80cefc292, '', 0, '?'),
(0x1a6db2ae468737165d6b553d3ec9dc48, 'wp-content/plugins/easy-digital-downloads/includes/database/tables/class-logs-api-request-meta.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/tables/class-logs-api-request-meta.php', 1, 0x00000000000000000000000000000000, 0x769628757ae286e2664b5d81fbd3246c, 0x38bf05f86017c42ab5bad7d16b3bcd499740fa4370436bf7a6770731c0bd4a25, '', 0, '?'),
(0x9ecea9ff8a811865def487587f150752, 'wp-content/plugins/easy-digital-downloads/includes/database/tables/class-logs-api-requests.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/tables/class-logs-api-requests.php', 1, 0x00000000000000000000000000000000, 0x05b99d7efe6910283fd3cccb9b09223c, 0xcc9e07dcdfbc115d2aa275c312dc91fe2f9e53714271f6ff68426c9012b7448d, '', 0, '?'),
(0x2aa7995cdd68f812a6e8b6a4ee3c5f7f, 'wp-content/plugins/easy-digital-downloads/includes/database/tables/class-logs-file-download-meta.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/tables/class-logs-file-download-meta.php', 1, 0x00000000000000000000000000000000, 0xe26253477e2278bd82a1a4e3c039532f, 0x3f0d50351e0dca5319438d60dc9a90813b3af4644271c3ed3af8358fba3c9acb, '', 0, '?'),
(0xb2bd88551fbec7fd12f0fc509dca9629, 'wp-content/plugins/easy-digital-downloads/includes/database/tables/class-logs-file-downloads.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/tables/class-logs-file-downloads.php', 1, 0x00000000000000000000000000000000, 0xbc8f62c32176b41dc3a121ba09e1e2c6, 0xeb62379edc2c2daf2d84e0b8c45292a408764e8712495d08caa27076e48155ab, '', 0, '?'),
(0xfeab47c9c4b1b01b33b17c886945a0b7, 'wp-content/plugins/easy-digital-downloads/includes/database/tables/class-logs.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/tables/class-logs.php', 1, 0x00000000000000000000000000000000, 0x566a14f80d02d183e4a3e9029de6d0cb, 0x0811a24b96476f9bb604c05c1eb3191f09262c1e752969c053c23ed2bf846ccc, '', 0, '?'),
(0x30e4b84a4a313eb0d64eb756e0f9b423, 'wp-content/plugins/easy-digital-downloads/includes/database/tables/class-note-meta.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/tables/class-note-meta.php', 1, 0x00000000000000000000000000000000, 0x42d992d4ea8e9bc1c6b5a5798a592a41, 0x56db1ca129b2ec807b5147d6df7c381cc95e8d019a048dd3446778079bf96b23, '', 0, '?'),
(0x310537882098a962bd1bafaebd8d0ad6, 'wp-content/plugins/easy-digital-downloads/includes/database/tables/class-notes.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/tables/class-notes.php', 1, 0x00000000000000000000000000000000, 0x5ddd24ac1e31b6a64d5fe24ce8bb05f1, 0xc8ba9436193934f5186f0499ab47b0a60b6e06f3605b88b8d87826328246e304, '', 0, '?'),
(0x299300d0e149dd1c5e609f8e1b8b4a82, 'wp-content/plugins/easy-digital-downloads/includes/database/tables/class-order-addresses.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/tables/class-order-addresses.php', 1, 0x00000000000000000000000000000000, 0xfb99ccc3c3e610c3931d43ecaaeb9c66, 0xa7e2ba9dffe793bbf2ce687d5ed86afe1c9890b5bf23ff1d328f76e06ce0f703, '', 0, '?'),
(0xff8b01d19b8ac8c5b7541faadbb01555, 'wp-content/plugins/easy-digital-downloads/includes/database/tables/class-order-adjustment-meta.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/tables/class-order-adjustment-meta.php', 1, 0x00000000000000000000000000000000, 0xa893068c0b6b900ac40dc4fe6f1a1e18, 0x784f5eb5a5c4de2c696344ccc063539e43ad2da1f12a994bfc5a0cca99b2ab99, '', 0, '?'),
(0x027c58d66a7490c353c127a91e146f83, 'wp-content/plugins/easy-digital-downloads/includes/database/tables/class-order-adjustments.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/tables/class-order-adjustments.php', 1, 0x00000000000000000000000000000000, 0xd965170bdc41980a47f12d5327b54daa, 0xd4ab4145e35fa9e14dcd7af4980d4867d421350727df6176440ab3a0fe656d74, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x5b3e6a969013e42f5c67e1c1b26dfccc, 'wp-content/plugins/easy-digital-downloads/includes/database/tables/class-order-item-meta.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/tables/class-order-item-meta.php', 1, 0x00000000000000000000000000000000, 0x056879ce1325f20806df6c56b44ffe3c, 0x67882bf682252a6634f91f3b37ed4c856cd0ea219ddc8fa657335bd34bfbce2a, '', 0, '?'),
(0x02a24311de1978aaf842e835fb4063f2, 'wp-content/plugins/easy-digital-downloads/includes/database/tables/class-order-items.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/tables/class-order-items.php', 1, 0x00000000000000000000000000000000, 0x71c5ee96fa8d4971e068ff994d7374c1, 0x5f7eca36477bf058b5142338ee5c682fa84b9d6931661f8d1368574bbd3c4224, '', 0, '?'),
(0x5511c2d416683fbc84ae4de2224dc1cb, 'wp-content/plugins/easy-digital-downloads/includes/database/tables/class-order-meta.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/tables/class-order-meta.php', 1, 0x00000000000000000000000000000000, 0x3fa34b8fe3ff0c92998c33f1391201b9, 0x226a320c93261c16077b58d37a5aa71ba2e24a01298cd62da059bbe778fb1467, '', 0, '?'),
(0xe8ae08586ec0cf9ccf10fc983edb2089, 'wp-content/plugins/easy-digital-downloads/includes/database/tables/class-order-transactions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/tables/class-order-transactions.php', 1, 0x00000000000000000000000000000000, 0xba6bf801787f8c45acaa1453858acb27, 0x9ea45ecd671b8537aec0376ac88493b46fe9432589f62d31e89f09e378e5330c, '', 0, '?'),
(0x412635af09aee883c5ed957e5d489d00, 'wp-content/plugins/easy-digital-downloads/includes/database/tables/class-orders.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/database/tables/class-orders.php', 1, 0x00000000000000000000000000000000, 0xff135bda0b7df1ae1db3b1961f3b12b8, 0x40ab52c53189c693b08c559d5e7d71b522a97098774d3f36638cdc1aa966dd50, '', 0, '?'),
(0x80c9719611a7046e363cb2d81b4ef59d, 'wp-content/plugins/easy-digital-downloads/includes/date-functions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/date-functions.php', 1, 0x00000000000000000000000000000000, 0xf6a21fc0a5fc864ac65597dbd5a6f81a, 0x0963f973ac8135ee15b9a66cd1404e9671bf8e8d1fe01f132fa3121cd1cb3e61, '', 0, '?'),
(0xfe2f37c7c5db1b20029928c582ed2784, 'wp-content/plugins/easy-digital-downloads/includes/deprecated-functions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/deprecated-functions.php', 1, 0x00000000000000000000000000000000, 0xe08f666c33f02b8ff895daac8d19de75, 0x531b87e20f7e20b4b1081fcf60925b4550036df17240c8e3c5b970140e9d72bb, '', 0, '?'),
(0x49da130e5a991f0596b805691576740a, 'wp-content/plugins/easy-digital-downloads/includes/deprecated-hooks.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/deprecated-hooks.php', 1, 0x00000000000000000000000000000000, 0x28be4f85cecb94fe5aeb7d6cc18bb379, 0xb856ecfd3d84bc5758f8ca09019bca084c78fa1f6dfee3a79724a09cec6d15eb, '', 0, '?'),
(0x6870b696cd1285bc27b0bd7e32ed20cf, 'wp-content/plugins/easy-digital-downloads/includes/discount-functions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/discount-functions.php', 1, 0x00000000000000000000000000000000, 0xefd31c921f3e0e51d5597240454faad5, 0xed780dca89330a5caa5f46e1cafc32d7427d1fbf6566c9cbe6ca6f2ee436b414, '', 0, '?'),
(0x55475e8cb08beb38ff325ebe4eb30e01, 'wp-content/plugins/easy-digital-downloads/includes/download-functions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/download-functions.php', 1, 0x00000000000000000000000000000000, 0x6f6601bb4026216503069201a3b91647, 0xd42b17b7c27ed76793446349cad9df445a01b400b3895fe8c73c33c2aec7997d, '', 0, '?'),
(0x121451533a28df6a66f2bd2b345122c0, 'wp-content/plugins/easy-digital-downloads/includes/downloads/recalculations.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/downloads/recalculations.php', 1, 0x00000000000000000000000000000000, 0x013b7b01b4c70d7d2dcb194c38bf5ce9, 0xdf4d186b9675bc8fafd3d61281aa5f2ebaedb38e10cff5a10321c4c30ece3d16, '', 0, '?'),
(0x2cc9eb1edc434136c0e8076928bde18c, 'wp-content/plugins/easy-digital-downloads/includes/emails/actions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/emails/actions.php', 1, 0x00000000000000000000000000000000, 0x6d35ce76e2ca702bc76552522521d90a, 0x0e7269005f479e80e4aa818e43eca657d3b57829e5e8b6784c75daf889da86b9, '', 0, '?'),
(0x5bfb7c6016f1e80c78e850c3f0eae6f1, 'wp-content/plugins/easy-digital-downloads/includes/emails/class-edd-email-tags.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/emails/class-edd-email-tags.php', 1, 0x00000000000000000000000000000000, 0x8a2ca3bb090e4be55973342f38a39332, 0x052a19b960dbf596ffc93eb16055c23636b621e46a1d53016f27f139854051cc, '', 0, '?'),
(0x17a38adf116d70059b4a8a3babe431cd, 'wp-content/plugins/easy-digital-downloads/includes/emails/class-edd-emails.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/emails/class-edd-emails.php', 1, 0x00000000000000000000000000000000, 0xb67688f22cbf6dd48cb45d8f7ccccad8, 0x307780c6ed040a45ed91d695923f6909b253cf0f72a79a3a907113c7b50d0077, '', 0, '?'),
(0x0077cbb44d05dfef3d96fcd693ef494c, 'wp-content/plugins/easy-digital-downloads/includes/emails/email-summary/class-edd-email-summary-blurb.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/emails/email-summary/class-edd-email-summary-blurb.php', 1, 0x00000000000000000000000000000000, 0x053243ccea0cca08445640e5c46d499b, 0xeb27111f9a1f9d2cf5d5c9a129fe053fcb27e680459dacfe7d5d22a57f132369, '', 0, '?'),
(0xccaf6990b09a7c30d38fea58d8fa10b7, 'wp-content/plugins/easy-digital-downloads/includes/emails/email-summary/class-edd-email-summary-cron.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/emails/email-summary/class-edd-email-summary-cron.php', 1, 0x00000000000000000000000000000000, 0x73e1da7931f1da43bef994544dfd6f98, 0x8ec35727430f0948534e51fea02f597658729c9c59fc2073becf5a21d7b1bebc, '', 0, '?'),
(0xc40bb8af385bfa2145edd3ea552000d0, 'wp-content/plugins/easy-digital-downloads/includes/emails/email-summary/class-edd-email-summary.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/emails/email-summary/class-edd-email-summary.php', 1, 0x00000000000000000000000000000000, 0x854c05cee231049c4a12e6a328594165, 0xf0544c7b0fb3963326578659ffb4f07e8536c5c9ddf7af02519d5d0b321f89c8, '', 0, '?'),
(0x17042f32c9b35996e42e55a3fa31eaa7, 'wp-content/plugins/easy-digital-downloads/includes/emails/email-summary/edd-email-summary-template.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/emails/email-summary/edd-email-summary-template.php', 1, 0x00000000000000000000000000000000, 0xd727ecf0417507f9b78a5f241029f112, 0xf29658b5e4ffd82c27dd61b98e9d7cdad0479ef8b76bc244bc99655b83d3ade0, '', 0, '?'),
(0x72fe9f433185df1d56653f568a0e80a8, 'wp-content/plugins/easy-digital-downloads/includes/emails/functions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/emails/functions.php', 1, 0x00000000000000000000000000000000, 0xd537f79a42c957e27af7475052819ccc, 0xf814086e5533ade0f35f013e240e80defb2b79f5677f2786d561344cac95771b, '', 0, '?'),
(0xdcc4181e700a26f1b43b1683cd62bf69, 'wp-content/plugins/easy-digital-downloads/includes/emails/tags-inserter.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/emails/tags-inserter.php', 1, 0x00000000000000000000000000000000, 0xcb8fffdc637e1b280a0961603a38ca8d, 0xc97ad22e18e92b164052fe94d1a5f941a29ead863862b573095ba33ce0401555, '', 0, '?'),
(0xe5bf12ee9e37746ae0448195f081755d, 'wp-content/plugins/easy-digital-downloads/includes/emails/tags.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/emails/tags.php', 1, 0x00000000000000000000000000000000, 0xe89f56dc7a9408584673ed09fc8960c1, 0x228a8bcb9d233f39fd8a137c6cd88f12175e51b13f4725eed6cece8c358902a5, '', 0, '?'),
(0xc3c41f5bd82f152f25cb7d7031d7991c, 'wp-content/plugins/easy-digital-downloads/includes/emails/template.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/emails/template.php', 1, 0x00000000000000000000000000000000, 0xafebbfd5b83787ecc676f6f108d0178f, 0x38c9935f0173f7c81fff3ac9fbd6a9b53e742c28b76f840f2ac49d19ce8c3140, '', 0, '?'),
(0xe57ee967a7f7b6736744b0ca893f0dcf, 'wp-content/plugins/easy-digital-downloads/includes/error-tracking.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/error-tracking.php', 1, 0x00000000000000000000000000000000, 0x4abe344546c246458136f15044686635, 0x5c670a5fd7e30e2666981c58e30224f46c667c22ecd814191d6d6e92c866d9ac, '', 0, '?'),
(0x3d2777397175f88b75c22317f125626c, 'wp-content/plugins/easy-digital-downloads/includes/extensions/licensing-functions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/extensions/licensing-functions.php', 1, 0x00000000000000000000000000000000, 0x96f10563ff25a72225ce30d86c07ad25, 0x4e25edb96525dbf1bc71d5bedaffcba74318f87ccfc351b633be0f0c2490523b, '', 0, '?'),
(0x30ddd7108686a6d7fe3df46ed6019837, 'wp-content/plugins/easy-digital-downloads/includes/formatting.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/formatting.php', 1, 0x00000000000000000000000000000000, 0x86dbb34dbb3f780a57fb6c07c54099fe, 0x9a3b157b7e3f65668253b21af7b79b3946de672160beee86a437878c34217b56, '', 0, '?'),
(0xe82a3df294b816d1e3784739da5bfd92, 'wp-content/plugins/easy-digital-downloads/includes/gateways/actions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/actions.php', 1, 0x00000000000000000000000000000000, 0x797acade26d841737dd495ddf8fa8570, 0xc39f097d8770982af671ab633ce900349c90cc8d3b4cefc2037b658a65570a4a, '', 0, '?'),
(0x728937c694c33acefc07c1860b4c4c23, 'wp-content/plugins/easy-digital-downloads/includes/gateways/amazon-payments.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/amazon-payments.php', 1, 0x00000000000000000000000000000000, 0xe895cadb57c2f3a995f3284d5e2b4784, 0xa2541832c5f42b69da13fd02999f96d9621b17fed2e87021385df245da054739, '', 0, '?'),
(0x2f1a3e5418820ef9031cbe1993788c62, 'wp-content/plugins/easy-digital-downloads/includes/gateways/functions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/functions.php', 1, 0x00000000000000000000000000000000, 0xe2952b1a4b229b2b98ab37d697258eb1, 0x9d0942378972a207f4da4f682edebf85679394437869be8f1750deda556bdc02, '', 0, '?'),
(0x306e3355cf85253ede11a4b79bdf4c20, 'wp-content/plugins/easy-digital-downloads/includes/gateways/libs/amazon/Client.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/libs/amazon/Client.php', 1, 0x00000000000000000000000000000000, 0x94ecdf624f7f955cfd3e9bcb64f7bd81, 0x3be2da469a6cc4e479bcb5337c57010aab6bda44fcd5b59ae75455d2d9f8d298, '', 0, '?'),
(0x7a168f42c06af72575522c1e53bbe7bc, 'wp-content/plugins/easy-digital-downloads/includes/gateways/libs/amazon/HttpCurl.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/libs/amazon/HttpCurl.php', 1, 0x00000000000000000000000000000000, 0xc3b0d5831b74e0e7947166c80e3e275d, 0x57f6cea083ec9bfde9aba9e831c27ae8cbcb450d28af2c795f4c2e0b6f7bd90b, '', 0, '?'),
(0x6f7eac935b51151ca2aed861300b68b3, 'wp-content/plugins/easy-digital-downloads/includes/gateways/libs/amazon/Interface.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/libs/amazon/Interface.php', 1, 0x00000000000000000000000000000000, 0xd526e0e412774a6a1de93d400f0e99c5, 0x998dc718461ae8144fbc0b02f387f3277ab44d8d66e68b9eb46ee976de102cde, '', 0, '?'),
(0x4a16569d04bb8632089981efce4d35d3, 'wp-content/plugins/easy-digital-downloads/includes/gateways/libs/amazon/IpnHandler.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/libs/amazon/IpnHandler.php', 1, 0x00000000000000000000000000000000, 0x93cc96e2b0161639b1c163f67e58d877, 0x3ce99cc5d72dcf2f856e28e3ba86fb26bf86be2a27aa235bec34f30ddadca504, '', 0, '?'),
(0x19e95be28ee2aac22b497a2ac6b95cc7, 'wp-content/plugins/easy-digital-downloads/includes/gateways/libs/amazon/ResponseParser.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/libs/amazon/ResponseParser.php', 1, 0x00000000000000000000000000000000, 0x2e6f2dc6ac6a1776b02bfb6455d42608, 0x8d0c435c718c46defabee88acc93b07fb1e62752b3ccd32fb2d6483c4ba93391, '', 0, '?'),
(0x64c64aee72f6995c6db377de613f545d, 'wp-content/plugins/easy-digital-downloads/includes/gateways/manual.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/manual.php', 1, 0x00000000000000000000000000000000, 0x8c2f55871c96266cf825596720f881ac, 0x7c99d3219e9e03910c36a24ee71f5898a8546352c31f1452a911b208c92712ea, '', 0, '?'),
(0x587f63fc3ca8507c351a03c6675204dd, 'wp-content/plugins/easy-digital-downloads/includes/gateways/paypal/admin/connect.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/paypal/admin/connect.php', 1, 0x00000000000000000000000000000000, 0x6afaa7cba73af60d504a4cfe988e2279, 0xa4043f67d7e907ccb0937a859fc888f2fd0687d96034df25bd9d0ad48e709909, '', 0, '?'),
(0xd1cae9d1e26bb0af4b69e6da9580a6bc, 'wp-content/plugins/easy-digital-downloads/includes/gateways/paypal/admin/notices.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/paypal/admin/notices.php', 1, 0x00000000000000000000000000000000, 0xbcc3a84eb34d9a03b76eac2bda5c7bf2, 0x61b3112ff693248311b193488d07e7ef2b60098f4cde757fab180a7eabc86543, '', 0, '?'),
(0x8c0845a519e9040ba2d77718a82b511a, 'wp-content/plugins/easy-digital-downloads/includes/gateways/paypal/admin/scripts.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/paypal/admin/scripts.php', 1, 0x00000000000000000000000000000000, 0x7334184fb6328b8da244ba4c7bc230df, 0xfaad01896d3657656d7aff5f87f798961924449c445e1420a0ab61e4a9475631, '', 0, '?'),
(0xd409a06793978a3a1f7bd7195064d814, 'wp-content/plugins/easy-digital-downloads/includes/gateways/paypal/admin/settings.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/paypal/admin/settings.php', 1, 0x00000000000000000000000000000000, 0x66ac08b5fc05926a53e6bb3eb28ebd2c, 0xde2f46c33453dc1d600d4babb0f777ff2d767479f420dbf0b16c3e3b694ac1a4, '', 0, '?'),
(0xb50ba3cb3e04038db413ff63be168208, 'wp-content/plugins/easy-digital-downloads/includes/gateways/paypal/buy-now.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/paypal/buy-now.php', 1, 0x00000000000000000000000000000000, 0xac6ef974bb06f15507156aea8193f361, 0x87e14ce7444a123dc0aff45908798251492f9ed5722b874b4a9956f0aa07b20a, '', 0, '?'),
(0x3d324bc5582fd959e989cd00d8efd8df, 'wp-content/plugins/easy-digital-downloads/includes/gateways/paypal/checkout-actions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/paypal/checkout-actions.php', 1, 0x00000000000000000000000000000000, 0x767af562e980d9f9b3a1d14c1d8345cf, 0x1b543a7eb0822832ee3419c9c6dd8f20c4241650eeddb51b28db98b385650f38, '', 0, '?'),
(0x2e7a5d1b65e9d55d09e70d0f3977104a, 'wp-content/plugins/easy-digital-downloads/includes/gateways/paypal/class-account-status-validator.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/paypal/class-account-status-validator.php', 1, 0x00000000000000000000000000000000, 0xa503a1997ee6bff218ea1d1c93c2d673, 0x5281f09c36fc5e7294220cd418247fc6f7838e0177082d2d9654f7313b1e0eb3, '', 0, '?'),
(0x0968e8bd22659fe42425bb37f63080ca, 'wp-content/plugins/easy-digital-downloads/includes/gateways/paypal/class-merchant-account.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/paypal/class-merchant-account.php', 1, 0x00000000000000000000000000000000, 0x8756e3197c50f9b89f7d351b3b73dafb, 0x87c576cc172226297a6faad40339001504884641592e63f51daebf5edd69d72f, '', 0, '?'),
(0xaf270d6766729940146ca8ec1acea93e, 'wp-content/plugins/easy-digital-downloads/includes/gateways/paypal/class-paypal-api.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/paypal/class-paypal-api.php', 1, 0x00000000000000000000000000000000, 0x342755a74e77c173a6b393fffc82cfbe, 0xcf350aeaa52ab3065757720a234a2bcc41d361a44b9c7f6e90f57f8548d717d2, '', 0, '?'),
(0x43064d6ff27a624e8df226e2052d1940, 'wp-content/plugins/easy-digital-downloads/includes/gateways/paypal/class-token.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/paypal/class-token.php', 1, 0x00000000000000000000000000000000, 0xe8c94c6e19b001040765b29bcd3eee3f, 0x0a6c0b72bfcadeeda71c1444345cf7da18953c0d224b42b6f50afc304c730397, '', 0, '?'),
(0x78e34afc0d403a0657e08586047ec16c, 'wp-content/plugins/easy-digital-downloads/includes/gateways/paypal/deprecated.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/paypal/deprecated.php', 1, 0x00000000000000000000000000000000, 0x34ec5ad82f22e8ba805935c047d69217, 0x56f93243585e37d00984b0a5167ef21058d1f4c409e6d1c8ac81760f28869e25, '', 0, '?'),
(0x1e495c2e1c28b5f9e1a9bab45e60e479, 'wp-content/plugins/easy-digital-downloads/includes/gateways/paypal/exceptions/class-api-exception.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/paypal/exceptions/class-api-exception.php', 1, 0x00000000000000000000000000000000, 0xbe36f0d08c7868b7dc24c1154e9e1954, 0xc60781092c6b6437d3acff7c9471b80fbe909e17e164396596db9472c2f4113c, '', 0, '?'),
(0x53f9d3a57b3bf2d2caa3969d772dadcb, 'wp-content/plugins/easy-digital-downloads/includes/gateways/paypal/exceptions/class-authentication-exception.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/paypal/exceptions/class-authentication-exception.php', 1, 0x00000000000000000000000000000000, 0x26fa658bae575464ba0de5cbf133c5be, 0x486ebf91436075e214c025d8ebbe3042a6cbbd185f1aecdbb6e0d449a130e5f4, '', 0, '?'),
(0xebc2dd760a4143d1c901f7c2936e8154, 'wp-content/plugins/easy-digital-downloads/includes/gateways/paypal/exceptions/class-gateway-exception.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/paypal/exceptions/class-gateway-exception.php', 1, 0x00000000000000000000000000000000, 0xc0d37bc41de0f76a9133d30f96a7bcd5, 0xce667d11efd5919ada81cbb624bd8e2d6a2fcdeab1f858cf7b24649722999c23, '', 0, '?'),
(0xa6a2f3c2c982133364d89b1f72469e48, 'wp-content/plugins/easy-digital-downloads/includes/gateways/paypal/exceptions/class-invalid-merchant-details.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/paypal/exceptions/class-invalid-merchant-details.php', 1, 0x00000000000000000000000000000000, 0x8e7a34ca869c7338feb344ad5edb80d0, 0x2d341c13332c02699462773c98e38a85545e2d9f04cd69713c49f96dbce11215, '', 0, '?'),
(0x7470c51d6bed4dd86648a5de4c9f3317, 'wp-content/plugins/easy-digital-downloads/includes/gateways/paypal/exceptions/class-missing-merchant-details.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/paypal/exceptions/class-missing-merchant-details.php', 1, 0x00000000000000000000000000000000, 0xed525874b231bf0cf4f310da0f455a91, 0x56a3a88b5f12ff883a1ea610b5f9cc6ab04dd1390786c09a070356740395909b, '', 0, '?'),
(0x7767369c40d45f16813bdc55ccc6a23d, 'wp-content/plugins/easy-digital-downloads/includes/gateways/paypal/functions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/paypal/functions.php', 1, 0x00000000000000000000000000000000, 0x98f119a783585226df72985602f8ae08, 0x817aeb4f8e56be1ef315ba4a2801c0a82bbdd55ee6d4d84e4f4fcdd2a6ad1f0a, '', 0, '?'),
(0x0cb550d9d73cff8938a443a2c14ae100, 'wp-content/plugins/easy-digital-downloads/includes/gateways/paypal/gateway-filters.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/paypal/gateway-filters.php', 1, 0x00000000000000000000000000000000, 0x84182fe2d5f33c0c3f496a96967c6207, 0x94f708ae4055c2bec971b2df50dcac9774a4deb93c4dbe2c30e47855fc30e6dc, '', 0, '?'),
(0x93514eda06cf13814f874bb044b919bd, 'wp-content/plugins/easy-digital-downloads/includes/gateways/paypal/integrations.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/paypal/integrations.php', 1, 0x00000000000000000000000000000000, 0x5824e7fa7a1e5f54ee8170be5d0750f7, 0xee703d09f8a52ff71e67907f421812e82ab2b7fd63756ac80bad1aea68448b6b, '', 0, '?'),
(0xe85b51ce1461c531027ccd867b4c2503, 'wp-content/plugins/easy-digital-downloads/includes/gateways/paypal/ipn.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/paypal/ipn.php', 1, 0x00000000000000000000000000000000, 0xa42ce66dc0585b4697b142f222ddf26a, 0xcb37ccacdedaff89422d5c0ceae04f4ba2c834546da620a00540bf8760f8d2bc, '', 0, '?'),
(0xc8cf3d14fbcab965bd4c49b147acb4aa, 'wp-content/plugins/easy-digital-downloads/includes/gateways/paypal/paypal.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/paypal/paypal.php', 1, 0x00000000000000000000000000000000, 0x30ef09e719bbe61ba7ff067f520538e3, 0xb9d204c4ae4327a291eaef7f6cbba9660156aae7b8a37dd9772548c56ab17804, '', 0, '?'),
(0x6e0346603b2f6f8b80383229abc5b431, 'wp-content/plugins/easy-digital-downloads/includes/gateways/paypal/refunds.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/paypal/refunds.php', 1, 0x00000000000000000000000000000000, 0x7b5e9c7fc74bd808e08d33387d953503, 0x849f78abcf3c56369114006ae7944161ca47180287e0a456c7e407c33bcf6681, '', 0, '?'),
(0x8ee682891e34352bf395fe2734df7f23, 'wp-content/plugins/easy-digital-downloads/includes/gateways/paypal/scripts.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/paypal/scripts.php', 1, 0x00000000000000000000000000000000, 0x39e17abc65add129a31510c20abc29f3, 0xd235957c4df1a1ef28be8dd9f89f8057faf923f723f52c637a359212420bfb84, '', 0, '?'),
(0x730e7c66155c860e4ebaa4cf6a08b047, 'wp-content/plugins/easy-digital-downloads/includes/gateways/paypal/webhooks/functions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/paypal/webhooks/functions.php', 1, 0x00000000000000000000000000000000, 0x36b1b2d1217fb379f37e74b2344fadab, 0x1483ea4fe40040f57f08226575d30850afbab5aa276d8053cdaca87d3bbab9e1, '', 0, '?'),
(0xff6588bc4396024efb25218ce4e5567c, 'wp-content/plugins/easy-digital-downloads/includes/gateways/paypal-standard.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/paypal-standard.php', 1, 0x00000000000000000000000000000000, 0xaeee2e9beb632e0999915585c53fdf56, 0xb351e28384bdb6bc895d5c862ce4822f1eae488a7d5b7f91db9fe37aafa86d58, '', 0, '?'),
(0x18481ee504e664d1be78b9690c64d4f8, 'wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/apple-developer-merchantid-domain-association', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/apple-developer-merchantid-domain-association', 1, 0x00000000000000000000000000000000, 0x11e0cc2bc1c2205dc02e5c2a9e95c7a0, 0xa6678f3e2431fabb9049ffa94b9c4ad2f767da2ffc28ce7baca6528c9e310a28, '', 0, '?'),
(0x3106523347f9a82ee91736b816d2ce3d, 'wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/edd-stripe.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/edd-stripe.php', 1, 0x00000000000000000000000000000000, 0x644a77a372be4af87be8255f0eaeafb4, 0x23b5ee3bc90a7f981c6f710acc090a73a9799bc0c9badb2d9cca1c0b4711ba2f, '', 0, '?'),
(0xede6ea05423af3a9bf22f402351e10b1, 'wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/admin/admin-actions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/admin/admin-actions.php', 1, 0x00000000000000000000000000000000, 0x558ed7149452e7b69d543ccf2aed5e75, 0x57a1ca485c0bbff690a34ac4ce19a87e1f1146377f858e5b5d11352c9df69f6c, '', 0, '?'),
(0x22aab1e2f1508a888089dc5b09ca8040, 'wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/admin/admin-filters.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/admin/admin-filters.php', 1, 0x00000000000000000000000000000000, 0x0485199766a16485f80c624ec8b57eac, 0xb644d895e63c12a165046f97eba6c2993ef20f6d64b1790255a6aaad53027f72, '', 0, '?'),
(0x9e5e28cc63689ff2cbd369a39b02a6aa, 'wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/admin/class-notices-registry.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/admin/class-notices-registry.php', 1, 0x00000000000000000000000000000000, 0x39bf7f4c2dd5d8e1808f170a15783e55, 0xfe4d7aaca97457598a560407a867ad613ad49ca09e1fb565c192e5dd82314936, '', 0, '?'),
(0xb8558a81991fca738dd75c38017e0d56, 'wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/admin/class-notices.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/admin/class-notices.php', 1, 0x00000000000000000000000000000000, 0x6857f08d794d73fc48b5e50083c72832, 0x42195d923a3cbf9528d76d7fe50b5e7029acb2875fd31a3dcbe77da78ca859b0, '', 0, '?'),
(0x05de21483c66db813aade5992cf145a9, 'wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/admin/notices/edd-recurring-requirement.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/admin/notices/edd-recurring-requirement.php', 1, 0x00000000000000000000000000000000, 0x62684bf086319161d3f06f3bd6262de9, 0x63a23cdd5e7d65d692fe48511d82becf1526918d202f98d2433ae40922b5dfd2, '', 0, '?'),
(0x1f47cf77a36e3bc20ffa6faafe65aa1a, 'wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/admin/notices/edd-stripe-core.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/admin/notices/edd-stripe-core.php', 1, 0x00000000000000000000000000000000, 0x56d09ac4e76f965f145bf1f42f76bfca, 0x2bd6d654002801a48fe8961d5d7b50d44e83de8ee873e2d5629306794eeaeafc, '', 0, '?'),
(0xb94c00446df8b5db1821c401ab57741f, 'wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/admin/notices.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/admin/notices.php', 1, 0x00000000000000000000000000000000, 0x23e8dc48a1538dadec51e2ce4f54d49f, 0xdefdb412fe805516c972cdd8b78baf1cf4b0968180b47e2ef7832e8cfaa7f667, '', 0, '?'),
(0xb8d40987a01bb0d833757b07c70d7e63, 'wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/admin/settings/stripe-connect.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/admin/settings/stripe-connect.php', 1, 0x00000000000000000000000000000000, 0x643d45fd7fa445ee8466cbe7390ae483, 0xe28518c33ed2b4f7617f019fa086762a2ef1e60c1700953abc49254cba5e0705, '', 0, '?'),
(0x8caa5d49b4e3deabb87d77925cff676b, 'wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/admin/settings.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/admin/settings.php', 1, 0x00000000000000000000000000000000, 0x5cea103235b75265a5704d7e26ea1a7d, 0x0f7cc9ce0acfa227ed91ecc84af61b82703607278a0109c96e1ca993a917482b, '', 0, '?'),
(0x6fa90875a74e7a83f1bcd672b29b1e35, 'wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/admin/site-health.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/admin/site-health.php', 1, 0x00000000000000000000000000000000, 0xaeea1a34f1d38fded172591cd3f98a92, 0xa370e9e84dc1b0fd1dfcb938c34fbed139309707ce453de8f33b7d6d95850cc8, '', 0, '?'),
(0x05c9c4d41846c8286251af4e5d0922c8, 'wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/admin/upgrade-functions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/admin/upgrade-functions.php', 1, 0x00000000000000000000000000000000, 0xca89275c099dc79a9410c1f468552859, 0x18b4c1548d744909be88f05cfc5466ce2e668d666e4a26131d5fcb0ca7443420, '', 0, '?'),
(0xfccf658d37ad25718db203ecf13bbc47, 'wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/card-actions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/card-actions.php', 1, 0x00000000000000000000000000000000, 0x8fdd4189be08eb15278476c3044e4a09, 0x2bcc85d3c77b8f83098ac844b43a5fb4a18a2642d761a5611ede182b6a7dabd8, '', 0, '?'),
(0x546e49c95da2b1cba73a481f3259056f, 'wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/class-edd-stripe-rate-limiting.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/class-edd-stripe-rate-limiting.php', 1, 0x00000000000000000000000000000000, 0xa26fb25da9fd1fbf8e956bf14c2971f7, 0x1ab26c1270081427b648c1cbe3581c2c15feffc9bc9560f37dfd156f034e80bf, '', 0, '?'),
(0xb9d6ea227a473ebbd284d59d33a1e403, 'wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/class-edd-stripe.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/class-edd-stripe.php', 1, 0x00000000000000000000000000000000, 0xd4ee466030aba09328548c53f5b115d9, 0x3743ad3620d268988f925584cb5428f6235093542e551a97e9da9d98b53e81ec, '', 0, '?'),
(0xf5e9360163079c3534ae60120ae60889, 'wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/class-stripe-api.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/class-stripe-api.php', 1, 0x00000000000000000000000000000000, 0xe47a32676b894b458f635cb0b2a0ed2c, 0xa8f4b2aca0cb6876788688f7f9996d8468de100a98e974d9ebee5326a9f72925, '', 0, '?'),
(0x6425140537f561371e5695db02e47ea3, 'wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/class-stripe-connect.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/class-stripe-connect.php', 1, 0x00000000000000000000000000000000, 0xbbefa1b25b852a0c3d48aac6c3a83577, 0x3219a5829c682deb74dd50e6ad78bfa834ea2e5cd664355d7656b0434d6b9805, '', 0, '?'),
(0x15238c319213df3ffd7005b73d7c9f4d, 'wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/compat.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/compat.php', 1, 0x00000000000000000000000000000000, 0x3b59ef004f870dbb6385870da2f7e55b, 0xbe6593529f6c00da86e3d5392634f6128aa162d5f87ff0a0859d47ba38562df7, '', 0, '?'),
(0xdace59a7fecff5752f0880640f65b46e, 'wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/deprecated.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/deprecated.php', 1, 0x00000000000000000000000000000000, 0x9f18d65622b603fb09ac8d2628e431f4, 0xda3f53f43188ea68c4190e7ffc115d7f43b925891f21920f3c3e11b2a2e0a00a, '', 0, '?'),
(0x6d850b807f9996b9204c0a2cf9b787ff, 'wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/elements/card-elements.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/elements/card-elements.php', 1, 0x00000000000000000000000000000000, 0xe10cfe62503cb6f04a8cc299d0229e48, 0x2c53a024be140dc0a6ac490a0bed3e0fe226f1f28b6569dd22b65b543fb52aa7, '', 0, '?'),
(0x4a476e7043254ad43ca9a277508e939f, 'wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/elements/functions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/elements/functions.php', 1, 0x00000000000000000000000000000000, 0xb0058ea05c60c3d42170b7df42f21fd0, 0x8dc7d8cb854652023036d2deeb67d6145e97f9c2d4adf5fa32c1ecb40d39b22b, '', 0, '?'),
(0xe6a6abeb9da20e4e6ef0d5f65b723792, 'wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/elements/payment-elements.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/elements/payment-elements.php', 1, 0x00000000000000000000000000000000, 0x70e4f845e7b322161ccca2167f1473a7, 0x43115bd73cc553e551a15fb2e6b11d0f4c18be11ab55530758d4293bf0d220db, '', 0, '?'),
(0xd0c424bfb332bde7251190e4fc114323, 'wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/emails.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/emails.php', 1, 0x00000000000000000000000000000000, 0x3a4a6c46da21fbac39b80c6cabe8ac19, 0x388828bd06e867049b83d9188a2df7bf22d6d1656dc6c80db465cf0820fa310d, '', 0, '?'),
(0x1c870efa728728d6666389e1d8778fbf, 'wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/functions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/functions.php', 1, 0x00000000000000000000000000000000, 0xa2670d3d986f4fdba91923f20ef7a931, 0xbc09dfb12cd584c2122b21a0606863ff7114896868ac2a8dd95b647260d6b3ff, '', 0, '?'),
(0xeb1d9fd5e7d81af1ee019650d53109ea, 'wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/gateway-actions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/gateway-actions.php', 1, 0x00000000000000000000000000000000, 0x1b9f413468383b0a338d7015ef6d87a8, 0x93c4df25a9f6e5c8572210b43b31ded83fa7fec34eaeb9c1a1e34607881a1c0c, '', 0, '?'),
(0x2eb5cf6f5e30519800d84eea04bd2741, 'wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/gateway-filters.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/gateway-filters.php', 1, 0x00000000000000000000000000000000, 0x60d9d77b657463dedf36d60980af4cdf, 0x48f4e0e597afcc83f8443b27241452560569072bddf2fb582588ce195026e4b1, '', 0, '?'),
(0xd364bdc89ea96b3132a1cb8e7349fb32, 'wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/i18n.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/i18n.php', 1, 0x00000000000000000000000000000000, 0x00b7a7f667cdbedc5eb6cc64cb807650, 0x0d22ae2ad4a85526408a4994d7fef06bca1d4f70ccf60316a4ff4d2ff3040085, '', 0, '?'),
(0xd153c3a85f7ba01f3597ed0d22c541c5, 'wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/integrations/edd-all-access.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/integrations/edd-all-access.php', 1, 0x00000000000000000000000000000000, 0xc945b04cffd53b75d0f6864ec36aed77, 0xbfc476cd7d566a5a25b4ddeada5ff258e583d016c2d4d71ddca2e3be70c71c7b, '', 0, '?'),
(0xb8086c58b32cbf520450667a748271e7, 'wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/integrations/edd-auto-register.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/integrations/edd-auto-register.php', 1, 0x00000000000000000000000000000000, 0xcc97261860374962351688c2c546dc18, 0x2baaae38a3e3cf5b79415ed391ae2168878ba0e7b182d8ab708b7cd6a7ff546c, '', 0, '?'),
(0x4607b29d7d838b23cc186df4d8bd1529, 'wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/integrations/wp-cli.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/integrations/wp-cli.php', 1, 0x00000000000000000000000000000000, 0xb6ab96d56a95dd5e20a383e1a5dcc03e, 0xa0b4ab6bbacdd1f64e910d3aba99d12cdb06c69dc276119b602fce47691a995f, '', 0, '?'),
(0x38cb4dbd8e61214b9c955a5e7db5c965, 'wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/payment-actions/card-elements-actions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/payment-actions/card-elements-actions.php', 1, 0x00000000000000000000000000000000, 0x9fb59f87ffd640e9994fa796437a78b7, 0xc6d5209073e9dd3d7bb53442a949962c06bc735197e9de23bd6c9d675794d5b8, '', 0, '?'),
(0xedfc8c4b2bf7c2e8edf58a10eecd5a7f, 'wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/payment-actions/functions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/payment-actions/functions.php', 1, 0x00000000000000000000000000000000, 0x3fb3062466d0b6a14bdae5dd514dd230, 0xc68f68917fbcd7d84fdf2f1612d6ecb765102d2244eab6b8b11b023322a4f1ee, '', 0, '?'),
(0xd6dfe3cfa572588ef46ae15ba9290948, 'wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/payment-actions/payment-elements-actions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/payment-actions/payment-elements-actions.php', 1, 0x00000000000000000000000000000000, 0x0e80398082e6db528757ce18d70955fb, 0x7fef183013c6802ff53cbb62d38282c8badf0df9b03c956c974389851bea0c0c, '', 0, '?'),
(0xd303379e9f41763e5ddb7498ad5cb7da, 'wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/payment-methods/apple-pay.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/payment-methods/apple-pay.php', 1, 0x00000000000000000000000000000000, 0xd1bd6cbe6d6e8280701cf6f0fcada6bf, 0xea5313be4fdcc63d41d67a03065d77365e67093335e14ce55c55c944b498bf34, '', 0, '?'),
(0xe36e73c8d0e01105d0f2956590505ccf, 'wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/payment-methods/buy-now/ajax.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/payment-methods/buy-now/ajax.php', 1, 0x00000000000000000000000000000000, 0xaadb5a9ed55785f386b76b17efdafaa9, 0x97c5df58560feb92ec1ad73c1287a316433f1a7804101217dee704fa549ba2a9, '', 0, '?'),
(0x41cbe5d62721c5667c0e44b481aafed1, 'wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/payment-methods/buy-now/checkout.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/payment-methods/buy-now/checkout.php', 1, 0x00000000000000000000000000000000, 0xc17e9e42743712f3543216e4b1a99cb6, 0x2decdf2c6b9e39937a3f75601dd595cf8bdb9f9efd2c585a62957e82acd0e99a, '', 0, '?'),
(0x7f7105e77fee1e626781b03fae3693b0, 'wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/payment-methods/buy-now/functions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/payment-methods/buy-now/functions.php', 1, 0x00000000000000000000000000000000, 0x65720bf48b3c617bce8f8d4cbe1b9e88, 0x893d9843297d2634a61025160775148d3c8cb778a95d7785f8fb9671e3baad8a, '', 0, '?'),
(0x977ff084e62bb8f02a2a73270451950c, 'wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/payment-methods/buy-now/index.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/payment-methods/buy-now/index.php', 1, 0x00000000000000000000000000000000, 0xa2abf4d49216131cd0a63d05975dcd8d, 0xa9251864f6dbf9366e7e475821c62a128f5ac5d52651598a8cb3c2c8696fb064, '', 0, '?'),
(0x0e90d0dd21c3e8060b5826a522db7100, 'wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/payment-methods/buy-now/shortcode.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/payment-methods/buy-now/shortcode.php', 1, 0x00000000000000000000000000000000, 0x6e1031691d8f062c805efcdada8d30f4, 0x4e390cbbb24d1e67adf721a17f34e9207c826700afdb9dd42570bb4c4abfe141, '', 0, '?'),
(0x08a0b344b574e13003a659713fea27ba, 'wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/payment-methods/buy-now/template.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/payment-methods/buy-now/template.php', 1, 0x00000000000000000000000000000000, 0xf61ac33c3591692a29a71ff2f378acab, 0xbcb5b3101cc18ae63ababc6d996e1d164e1dc9b13b9854fc1f2cedea1c72e3c6, '', 0, '?'),
(0xcb864408af86e676fe76bbf7c7723400, 'wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/payment-methods/payment-request/admin/settings.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/payment-methods/payment-request/admin/settings.php', 1, 0x00000000000000000000000000000000, 0xf86eb32f9e4a1dc7c635e765290549c4, 0x8adaf628984b6b009a3c48114c019ec54e0a6d91d2b94f3d684f37e56be9f4e3, '', 0, '?'),
(0x92ca3da54c688459873b70f2c0f35b54, 'wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/payment-methods/payment-request/ajax.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/payment-methods/payment-request/ajax.php', 1, 0x00000000000000000000000000000000, 0x8c355bdf881013a0e594c1a8e91c6990, 0x91155c5b0cf41634284162030b0838d433b882f2447e77ef6452fc47005aad89, '', 0, '?'),
(0xc8b56af8867db090230e89e012986c5f, 'wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/payment-methods/payment-request/checkout.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/payment-methods/payment-request/checkout.php', 1, 0x00000000000000000000000000000000, 0x8bb0d3263a9a098a25bdf260c5e2f809, 0x566e114b68d3fa589aba37a4befc08930c93446265d681638a53f5ab6f286716, '', 0, '?'),
(0x771b055427c125c3ec263ff8c81117dc, 'wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/payment-methods/payment-request/functions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/payment-methods/payment-request/functions.php', 1, 0x00000000000000000000000000000000, 0x3ec28b7e8e8d9ce87e5d60c790ccd882, 0x21a15f76c1382a80bb5762fe1fde839be7dec080950a9d8ab30417cf90b0491c, '', 0, '?'),
(0x94c88b3c1875ebe7f40ea3bfce71c2d1, 'wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/payment-methods/payment-request/index.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/payment-methods/payment-request/index.php', 1, 0x00000000000000000000000000000000, 0xb9e4485ced3d4de51dfe4cb228b4d29a, 0x7f9a3ac8ddf0c0736c4d2e516d11410f4af66253cc126b12fe005d40259ae55e, '', 0, '?'),
(0x8b0e07f21472b1510814ce5ebdf28908, 'wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/payment-methods/payment-request/shortcode.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/payment-methods/payment-request/shortcode.php', 1, 0x00000000000000000000000000000000, 0x7a2ac5884e3f7fe69e856aca8dbbfb7e, 0xa705c7069362fca2bd65fa3ae749581e9d50481bdebe0c0681b5c89320bd8c29, '', 0, '?'),
(0x0be72889b1dabb926824358dbe7834bc, 'wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/payment-methods/payment-request/template.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/payment-methods/payment-request/template.php', 1, 0x00000000000000000000000000000000, 0x71c8df2bef57f8e51068fbc0ac04eb3d, 0x2e838f0e5bb46e59bd0dbd2885bec9aa8cb81ca8a0c660d265ec3db10ef6775d, '', 0, '?'),
(0xd1155c08a79fa3f016f047b509e71a99, 'wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/payment-receipt.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/payment-receipt.php', 1, 0x00000000000000000000000000000000, 0x5a15526837faec1d1de6901e02b28510, 0xe2ce068a19fad248c445c358b839e1ebfddf6e068f4993c7a52a7b98a6cb339f, '', 0, '?'),
(0x46e10c2ed79b9a61c44f5cc6a38c81b0, 'wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/scripts.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/scripts.php', 1, 0x00000000000000000000000000000000, 0x7544ae58a41ad3e014fd7b14785c2dae, 0xa69e24e7d98b2a5b15abb18b88641dc1c7fdbdc82ed2f350b84c7aa7cc80cf6f, '', 0, '?'),
(0x30dc471cb5b172b8da79827f661e8857, 'wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/template-functions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/template-functions.php', 1, 0x00000000000000000000000000000000, 0xc3d565a8b401292cd5763c7d3304aaa2, 0xad120c91db8b47d808edeb47d5b117a5ee3d243e4f002dbc60578427ec63e58d, '', 0, '?'),
(0x17e1a585fce8063de4cd5a14dd648137, 'wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/utils/class-edd-stripe-mandates.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/utils/class-edd-stripe-mandates.php', 1, 0x00000000000000000000000000000000, 0xffd71ab2c6236f89bb47fe5ad0c7b5f9, 0x1d54e6afb982d8056e78611836e4e362b623ceaaa7f311a313c078c332be9a32, '', 0, '?'),
(0xcddd4f19421a6572e12a97b876de99d0, 'wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/utils/class-registry.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/utils/class-registry.php', 1, 0x00000000000000000000000000000000, 0x2cdcc12b091e7463f132450eaa0dd0a3, 0x778c45f31973098a29f73c783f547cba76974663e21946d9f04f1141b24f1a8b, '', 0, '?'),
(0x6042a900de4de9b4efa6270be1985497, 'wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/utils/exceptions/class-attribute-not-found.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/utils/exceptions/class-attribute-not-found.php', 1, 0x00000000000000000000000000000000, 0x90f276bdeaef584e97543177305fdb2f, 0x198206d28d8e70739ea0d238288871f6dec0449443e63e84e4803a881ad2c9cc, '', 0, '?'),
(0x3e9e887468595301622096105f974f17, 'wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/utils/exceptions/class-gateway-exception.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/utils/exceptions/class-gateway-exception.php', 1, 0x00000000000000000000000000000000, 0x0e749cdc37a23e217ee69d7fa338b5f2, 0x95a3f473db3939ddaf3fd5132fbf404c51613a434dc53a84de9f2272b6d95372, '', 0, '?'),
(0x1c3582f25f1d6251118640c70bf94124, 'wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/utils/exceptions/class-stripe-api-unmet-requirements.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/utils/exceptions/class-stripe-api-unmet-requirements.php', 1, 0x00000000000000000000000000000000, 0xfee2ec945ce014b6eff5a74218752185, 0xc6968a2f351586748504e2f0d063c019814c859c9e1e30ed37e7bfc32e8955ab, '', 0, '?'),
(0x61c349a0ca68e5bf592a829e868b983a, 'wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/utils/exceptions/class-stripe-object-not-found.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/utils/exceptions/class-stripe-object-not-found.php', 1, 0x00000000000000000000000000000000, 0x3c2b566e44207d86731942ec1e236689, 0x2bd33a1f02187f4eecc9247b465e7eea2ea5402c556445789974ffa232a79b9f, '', 0, '?'),
(0xbb6c5c86b8f674fd377f9bed27cd4cec, 'wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/utils/interface-static-registry.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/utils/interface-static-registry.php', 1, 0x00000000000000000000000000000000, 0x110a9d530b3568c5ca02aeb850256f6b, 0xbf5762dc84c06807a048503a5a0cc2f70f3822ad06cedcd6b0036c4f7f6efd37, '', 0, '?'),
(0xbe572cebbe6137ef12fc6c58ca99e44f, 'wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/utils/modal.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/utils/modal.php', 1, 0x00000000000000000000000000000000, 0xce0489f5eeeaee63a3a9546f5e336b26, 0xf27119fb4ec1ef1afc98589b2f861d0173b5b5ebc24f502a19f88586771aa3df, '', 0, '?'),
(0xbb9d602e44afa17a6d1a934e657048de, 'wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/utils/regional-support/class-edd-stripe-region-base.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/utils/regional-support/class-edd-stripe-region-base.php', 1, 0x00000000000000000000000000000000, 0xc6f03caa0d264457da2478bea48d185c, 0xe6eca3b08a1e82c11b80242b1cae239c2b29a5509d3ff9b0d10b819e79c1b36d, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x709e282b3820ad799bf5876f9f39b87b, 'wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/utils/regional-support/class-edd-stripe-region-in.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/utils/regional-support/class-edd-stripe-region-in.php', 1, 0x00000000000000000000000000000000, 0xaad8b0e16898d17d37347c7674f6ee3d, 0x0c1bf9434ec9e85013a33f6a138dc1f31938125a722389b178af432d493fb980, '', 0, '?'),
(0x300a281c68a05f8756b735052b8cbef2, 'wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/webhooks.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/gateways/stripe/includes/webhooks.php', 1, 0x00000000000000000000000000000000, 0x2fb05f521bea113842f1e311e8bc4034, 0xb697d7e8e2330aa97633b92485048450faa5737ae8dbb45a4dbc43530da98d74, '', 0, '?'),
(0x8045c5a66d3d9da6112e23e5b75b8add, 'wp-content/plugins/easy-digital-downloads/includes/install.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/install.php', 1, 0x00000000000000000000000000000000, 0xb3f0d51aee8caa5fb386f19e43399527, 0xf2d20c287a704b0e96b1187adf82f99d643666c92c3310da39a8343dcc806c54, '', 0, '?'),
(0xbe2b224323265048fbd33c0c8b4d4c89, 'wp-content/plugins/easy-digital-downloads/includes/interface-edd-exception.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/interface-edd-exception.php', 1, 0x00000000000000000000000000000000, 0x64117045985650ea5a90d89772953582, 0x9cefafaf6639656941ad05dbe804d9d8a9b7155bf65c20c1edcdcaa04dd0fe2b, '', 0, '?'),
(0xaae8c2d9e6311f9a818e8769e9ace3bb, 'wp-content/plugins/easy-digital-downloads/includes/libraries/array2xml.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/libraries/array2xml.php', 1, 0x00000000000000000000000000000000, 0x5a0794bc2e87d9dc90c82d3d26e22e9f, 0xd19c00cb506d4ada96f115563e2e9452070499fdd95a1e0951d45c126d2f5408, '', 0, '?'),
(0x4ee64b69ed63dbd782b84ce954c15d2a, 'wp-content/plugins/easy-digital-downloads/includes/libraries/browser.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/libraries/browser.php', 1, 0x00000000000000000000000000000000, 0xfb512668eed8da01cf37537e3aaab4ac, 0x1f5eeaa4343ca8e3dce3c36eac6674482bd0f6af21f0b92507c9bf908e6e9ac6, '', 0, '?'),
(0xd5b23895d1d83bb44fbe203dc0981b0d, 'wp-content/plugins/easy-digital-downloads/includes/libraries/class-ArrayToXML.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/libraries/class-ArrayToXML.php', 1, 0x00000000000000000000000000000000, 0xc980f020735ab429967a8a0040952034, 0x7596f7fdbb9fc85ef1867275162e2aadf69ad382995b4cd239ca5ee384b21dad, '', 0, '?'),
(0x2510c7faeb467165e3a90086917d6ebd, 'wp-content/plugins/easy-digital-downloads/includes/libraries/class-persistent-dismissible.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/libraries/class-persistent-dismissible.php', 1, 0x00000000000000000000000000000000, 0x6cc60bc0d5179d1e6beefe6535c8125b, 0x3233c453a5d2119dceb6578438e10f9d04ed92bcd41a344c49de53476919926e, '', 0, '?'),
(0xa720e9ac560c16331105cc3d8227069b, 'wp-content/plugins/easy-digital-downloads/includes/libraries/class-recursive-arrayaccess.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/libraries/class-recursive-arrayaccess.php', 1, 0x00000000000000000000000000000000, 0x503412ed7a792160eb492d32b049ed4f, 0x9959143d9a49d7213135a24a8849f928fb17aa4067bc8c64654cb88c04738aa6, '', 0, '?'),
(0x4166f8ae833bc5f8b6a2aa5bfa27c7c1, 'wp-content/plugins/easy-digital-downloads/includes/libraries/class-wp-session.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/libraries/class-wp-session.php', 1, 0x00000000000000000000000000000000, 0x9cc4af62b4c9ae4a6d1f4d872e08a8ca, 0x759b507e4145a8e6e5ba93dfa912cd7e9237a6e1bd31225c8f7afb635fd00d02, '', 0, '?'),
(0xff96807c9ffacbc8c15ba9864475a441, 'wp-content/plugins/easy-digital-downloads/includes/libraries/wp-session.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/libraries/wp-session.php', 1, 0x00000000000000000000000000000000, 0x0834b6b3cd26f0a9380ada20c038a8ab, 0x8b0b6b7fcc6800c1e2b69ca41c85fc0fd61bbfe4fb05628e28ceaa75c5e36b7c, '', 0, '?'),
(0x819303a11bd0422d1787aa1a4688f40c, 'wp-content/plugins/easy-digital-downloads/includes/logs/api-request-log/class-api-request-log.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/logs/api-request-log/class-api-request-log.php', 1, 0x00000000000000000000000000000000, 0x698fb763c2eca84dbea260518b0fc714, 0x7f18984a7356a378dad40e9ae9d03e401cd45c7b3cd68d59b00775c5104d72de, '', 0, '?'),
(0xe23ca1bd83fa3339bbf14b26780e6069, 'wp-content/plugins/easy-digital-downloads/includes/logs/api-request-log/functions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/logs/api-request-log/functions.php', 1, 0x00000000000000000000000000000000, 0xc62b679ba95fd0c0976fada968a044c6, 0xf7ac308d5b1aa40f748b67d70b5d9bebd7d26de45723e13920efee80cd60c9c7, '', 0, '?'),
(0x8446e46231dae5f85226507de95495b4, 'wp-content/plugins/easy-digital-downloads/includes/logs/api-request-log/meta.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/logs/api-request-log/meta.php', 1, 0x00000000000000000000000000000000, 0xfa3ee0550568db20fc3a9d8f9e05e668, 0xcc1dd5aadce65a7fdefa21e800859381314115d0782940ea8eba9a4a5131d120, '', 0, '?'),
(0xfa3b395c0d693b32ff61fe15e2b7fb05, 'wp-content/plugins/easy-digital-downloads/includes/logs/file-download-log/class-file-download-log.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/logs/file-download-log/class-file-download-log.php', 1, 0x00000000000000000000000000000000, 0x76553ab322064b26b19b9d44a25ba343, 0xfbff65735d377aca566e9fa0bd93044bbd03c15de8c3541216c8e42adb1d71c4, '', 0, '?'),
(0x2be92b5cd117082d47e30bf8dbd95c2a, 'wp-content/plugins/easy-digital-downloads/includes/logs/file-download-log/functions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/logs/file-download-log/functions.php', 1, 0x00000000000000000000000000000000, 0xa58d9e5dc37f687c9787808a0c0b2eb3, 0x4a94bdf1f08cddf8bf3b49ef45370d6cdfddc00524725ea9e377feef88daf60d, '', 0, '?'),
(0xb5774a5dab69253e337f65cef709eb1b, 'wp-content/plugins/easy-digital-downloads/includes/logs/file-download-log/meta.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/logs/file-download-log/meta.php', 1, 0x00000000000000000000000000000000, 0xb5cdb9cb591e4dfd95aae7f521cbb44f, 0x0bbf4cca64e5c7dacb2034e4471c777c1279b017583e1b642b9b8ab098a52e7d, '', 0, '?'),
(0x3f4a2bf18f145ca099e0bb431c10955d, 'wp-content/plugins/easy-digital-downloads/includes/logs/log/class-log.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/logs/log/class-log.php', 1, 0x00000000000000000000000000000000, 0x48d7a426105ad138ddab680d2e2fc9d0, 0xe842aeb639d3d93ea99469b53330f010ce35e034caf979277d439641488bca9f, '', 0, '?'),
(0xc0ad1b0ab662a2d8285ef4c960882ae7, 'wp-content/plugins/easy-digital-downloads/includes/logs/log/functions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/logs/log/functions.php', 1, 0x00000000000000000000000000000000, 0x5449d269f2b62b03127741cf152832ed, 0xb1f0793855d89c82ee0fba7716ecd68d559cd9ea222185becc1c39a23cf11293, '', 0, '?'),
(0xd7cb1baa49b2616098adfbce01c427c6, 'wp-content/plugins/easy-digital-downloads/includes/logs/log/meta.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/logs/log/meta.php', 1, 0x00000000000000000000000000000000, 0x21c2b17f3d564aae9b33063fa1184d26, 0x4cd8967631b92c90f2c2ebcf2d81bb8d827e62f1387f4e9cf4f33a636c9a83b1, '', 0, '?'),
(0x5be1fa8f8ca9000525809aa470c36f0d, 'wp-content/plugins/easy-digital-downloads/includes/mime-types.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/mime-types.php', 1, 0x00000000000000000000000000000000, 0xabaf9664b20cf1711e6657d37107b8f2, 0x9365d7cff309ad040d693f5dc3a9a6717dd76b0e0437910144c548d2c98fc368, '', 0, '?'),
(0x3d71f32d2d9f429a4388021f90cc2b21, 'wp-content/plugins/easy-digital-downloads/includes/misc-functions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/misc-functions.php', 1, 0x00000000000000000000000000000000, 0x1f28b213d7b68d1bef4e2ae99ee38cb5, 0xebe603d4442f84ef6a14881698894badb5841addfccd90a46ec3877f0b380b8b, '', 0, '?'),
(0x164dab1e90845a0940d02423328a8c81, 'wp-content/plugins/easy-digital-downloads/includes/models/Download.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/models/Download.php', 1, 0x00000000000000000000000000000000, 0xc8cd33fc10b2ded499583bcaeba88968, 0x1cb4a527384649cd5219af9ba16a440ff4c42abe54d6b1b9e29e3b84b3290035, '', 0, '?'),
(0xe55b8810b7b1b55ab3980876f2a623e3, 'wp-content/plugins/easy-digital-downloads/includes/notes/class-note.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/notes/class-note.php', 1, 0x00000000000000000000000000000000, 0xde84f5e3d633327b8df856636c176723, 0xbb4db9d6f9f1989f675aa2b10ecd7f25160aaeb06b1e8a83768ee6a5a4ae93d8, '', 0, '?'),
(0xe0e8e6d84aa71b51b347e8f44e70c821, 'wp-content/plugins/easy-digital-downloads/includes/notes/functions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/notes/functions.php', 1, 0x00000000000000000000000000000000, 0x0d46b956fce224beb31b31ef0451bfbf, 0xbf788cdefe305caf739bd08a4b7144e3b564a79efd0554e6b45f2c58afe3ee2d, '', 0, '?'),
(0xe3826a06dd8d95caa9b4424cc86e4992, 'wp-content/plugins/easy-digital-downloads/includes/notes/meta.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/notes/meta.php', 1, 0x00000000000000000000000000000000, 0x42aa501953e24afc8f6c5b83132220ae, 0xe7551226fa81fec2a6e9e30326eaacfd04153ecddfea9be9d7f6660b66af5ea5, '', 0, '?'),
(0x7010351e07bd98a6f95531b41a291d49, 'wp-content/plugins/easy-digital-downloads/includes/orders/classes/class-order-address.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/orders/classes/class-order-address.php', 1, 0x00000000000000000000000000000000, 0x8200c57a34a3e402516c452c4965688e, 0x3abebf929e175f0703a330a4a761d6a203539be42c7ffddec475a6f3dc5b56d2, '', 0, '?'),
(0xde8ef610a3aef5a2e24ca8677ba3f934, 'wp-content/plugins/easy-digital-downloads/includes/orders/classes/class-order-adjustment.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/orders/classes/class-order-adjustment.php', 1, 0x00000000000000000000000000000000, 0xbe96fa7cd29e2a99bbb26e9ad5b06410, 0x4247116c1b1f5e81ea803f1949045e0970be190990cf22ab480a14fe7ae299da, '', 0, '?'),
(0x5ce2eb6cc3e46b989be6eb084d71afc5, 'wp-content/plugins/easy-digital-downloads/includes/orders/classes/class-order-item.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/orders/classes/class-order-item.php', 1, 0x00000000000000000000000000000000, 0xfe9faa775b20834413b10ff6e9a5101e, 0x18666693b534bf8a66604067d4544cb57beb4f07fc17f9ec9b59c329dcca0fb2, '', 0, '?'),
(0xf0488f808a406803669fc81a5da85278, 'wp-content/plugins/easy-digital-downloads/includes/orders/classes/class-order-transaction.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/orders/classes/class-order-transaction.php', 1, 0x00000000000000000000000000000000, 0x04374e212a6bd7dae8fd811932c0fa47, 0x8a2bc2237ee5a5c105e716de923808638f68366a1d25522a82126f6bc9fce7c0, '', 0, '?'),
(0xd0491506c291da79a3020ddf5a5d91f6, 'wp-content/plugins/easy-digital-downloads/includes/orders/classes/class-order.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/orders/classes/class-order.php', 1, 0x00000000000000000000000000000000, 0x8347c43d75b912cd16f5399c0813bc08, 0x59e605d1d505e688e4be1607929a07101e17ba239bfcbdca998d2a75e4316e17, '', 0, '?'),
(0x7448912402719884939501df58771430, 'wp-content/plugins/easy-digital-downloads/includes/orders/classes/class-refund-validator.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/orders/classes/class-refund-validator.php', 1, 0x00000000000000000000000000000000, 0xe966adf640d07aa842186ecb14a71750, 0x41d6345727edff526e2813d47cc2fa7470a5eb836c759eed763f1035c215a8a4, '', 0, '?'),
(0x04d6be9f290925b041ddcbd29cc2d13c, 'wp-content/plugins/easy-digital-downloads/includes/orders/functions/actions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/orders/functions/actions.php', 1, 0x00000000000000000000000000000000, 0x1fe79705a7a84de436ec814d9bce778e, 0xebec8e40409df8abfe29996170be497fe19522268f3ec54ac8226d95cf2f27db, '', 0, '?'),
(0x042aef8a969fffd2d30c4409fef8ccea, 'wp-content/plugins/easy-digital-downloads/includes/orders/functions/addresses.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/orders/functions/addresses.php', 1, 0x00000000000000000000000000000000, 0x7e280a2bb5e48f2d298710fd81667351, 0x9da1fdfa7535b5872da25d0d284134e3373778b1b4d810fcca0655218991a5b4, '', 0, '?'),
(0x890caf3cfbad83c49992b729506f3858, 'wp-content/plugins/easy-digital-downloads/includes/orders/functions/adjustments.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/orders/functions/adjustments.php', 1, 0x00000000000000000000000000000000, 0xd64a2baeade9219d6e51766a4c733bdc, 0xbbc92be729a03d6f03277664b94cb3e2c7737c05e5ba14c9b50f0ba2ecd129d1, '', 0, '?'),
(0x947afc64e57573d4ee353397dfa7abbf, 'wp-content/plugins/easy-digital-downloads/includes/orders/functions/disputes.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/orders/functions/disputes.php', 1, 0x00000000000000000000000000000000, 0x400ddb293feeba23cc565898895502be, 0xa798281d8b58a409df6f313a4222d994d414841c548f91e636ca7afce3396f4a, '', 0, '?'),
(0x04f14d96e1f2c46ba82b7eb991d33a5e, 'wp-content/plugins/easy-digital-downloads/includes/orders/functions/items.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/orders/functions/items.php', 1, 0x00000000000000000000000000000000, 0x0254cfa9c93c08cb8c7e00173b62f919, 0x2a180005dee263f651a278d09790b23585d793f8c2cc9a950f5546f3ff9630ad, '', 0, '?'),
(0xa7d2303800ace35900fc86b7b95ef3bd, 'wp-content/plugins/easy-digital-downloads/includes/orders/functions/meta.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/orders/functions/meta.php', 1, 0x00000000000000000000000000000000, 0x8977637318658a3ebcecfc0d3894c7f0, 0xc2582b38261098de45833f77d6d291971fd995efa163215357d98e692681c76f, '', 0, '?'),
(0x05a3824a4035d4a336e7c65794581d53, 'wp-content/plugins/easy-digital-downloads/includes/orders/functions/orders.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/orders/functions/orders.php', 1, 0x00000000000000000000000000000000, 0x5a4bfbe604c58e78414e32dd24eca3ad, 0x56305aca4fd82f352e081b9d7a76cd290fa26c5a7ff2f0744511cdb839ab3007, '', 0, '?'),
(0x7c0c1937659f29525af221a3ec55356c, 'wp-content/plugins/easy-digital-downloads/includes/orders/functions/refunds.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/orders/functions/refunds.php', 1, 0x00000000000000000000000000000000, 0x6dd68a4c5f67a39224f9ee4e8857bdb9, 0x17cf44cbe90ad8fac144e2a390cbb7e66655d07b8ae302574c98556eb0b51e43, '', 0, '?'),
(0xa80230624d464676943bfe7e311f424a, 'wp-content/plugins/easy-digital-downloads/includes/orders/functions/statuses.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/orders/functions/statuses.php', 1, 0x00000000000000000000000000000000, 0x290d08b498cd88d027b593e5b80adf87, 0xf4e683e5a8f47721ac1182e118aeae234d97ce61489a38a5635c1ba257650355, '', 0, '?'),
(0xc7a399e96ac9e34744658f4c04c70ff0, 'wp-content/plugins/easy-digital-downloads/includes/orders/functions/transactions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/orders/functions/transactions.php', 1, 0x00000000000000000000000000000000, 0xb747b6727ca378ad24a95774d5c068a4, 0x3dbadb24b939fbc0844abc1a6324564b744c921b3f0db41014087bc6a8e2fa05, '', 0, '?'),
(0x27ecbba4ca4e27ec2171e0fa52e6c073, 'wp-content/plugins/easy-digital-downloads/includes/orders/functions/transitions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/orders/functions/transitions.php', 1, 0x00000000000000000000000000000000, 0x04cbde31ff9a1375935eef803e960321, 0x674dd7ed0089606536fa0408ff9ecd67cffdb0d250452a4be69448347aa436d2, '', 0, '?'),
(0x7a3f046de2f514c8c7fd69022ff66bf5, 'wp-content/plugins/easy-digital-downloads/includes/orders/functions/types.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/orders/functions/types.php', 1, 0x00000000000000000000000000000000, 0x1ed96718df63dd6515280d18a23851cb, 0x933cc19d4079677594a0703cb0a82456373a99ba56d7ba7f90b4b360009e1950, '', 0, '?'),
(0x55d16373836a47fbb30e2db0f8d25798, 'wp-content/plugins/easy-digital-downloads/includes/orders/functions/ui.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/orders/functions/ui.php', 1, 0x00000000000000000000000000000000, 0xdf264efa15f0ad3b7db5b079e9474286, 0xf89de12190a8ca6b816eb5ad55ec74b03da9faf92ddfde56fb478b0fa5ce0891, '', 0, '?'),
(0xa3bd79e72b97e23ce5f47341c7ec65e9, 'wp-content/plugins/easy-digital-downloads/includes/payments/actions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/payments/actions.php', 1, 0x00000000000000000000000000000000, 0xb430942fc6939384833c2513762921b9, 0x4645ac012c7cd986c621cdf3a13e8cbe336150574190434b9d95c31b375e84e4, '', 0, '?'),
(0xd15dc2deaa4fdda168405b0dc44f1d9a, 'wp-content/plugins/easy-digital-downloads/includes/payments/class-edd-payment.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/payments/class-edd-payment.php', 1, 0x00000000000000000000000000000000, 0x9be6ca893dedd338db5f44433269fc6e, 0x9e7abeba6cc506caffcbba65c56f975c5b6375115ef05a1a70bddeac3647d8a3, '', 0, '?'),
(0xa0d2e8aa755b0b24628a66d5311b2e26, 'wp-content/plugins/easy-digital-downloads/includes/payments/class-payment-stats.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/payments/class-payment-stats.php', 1, 0x00000000000000000000000000000000, 0xa0a795946713f00be92921f5c9e01f80, 0x3563182edab98efea03553ff7f94c59dc1686c4615799b9ef6823c71405d23f7, '', 0, '?'),
(0xb59dfe237f7c3ef13a12460867ba1a8a, 'wp-content/plugins/easy-digital-downloads/includes/payments/class-payments-query.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/payments/class-payments-query.php', 1, 0x00000000000000000000000000000000, 0x7cb04c5f7ebae390777e4e6195043399, 0xfd7b388c4749ca7192960c3719c8cb9aa45ae6196e36093d7d94963d972d170c, '', 0, '?'),
(0xb4c2739fa3238789eeb77faa06d86673, 'wp-content/plugins/easy-digital-downloads/includes/payments/functions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/payments/functions.php', 1, 0x00000000000000000000000000000000, 0x7e93aa0414182d2429de037be38430ef, 0xa361c108cbd1e882b627fe03b67b3e498fcf92a5a0e5c739946a79ad6bbeb792, '', 0, '?'),
(0x79ed13844a22ca35ceb2b388f776252f, 'wp-content/plugins/easy-digital-downloads/includes/plugin-compatibility.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/plugin-compatibility.php', 1, 0x00000000000000000000000000000000, 0x880d488b73bd7e726c05c8a46be1f4cf, 0x93a328a5f36026c23892e6556870fd11c13bba00ed4a85f3c64207efc1d5f367, '', 0, '?'),
(0x71ba616c07bca48b3b3522bab8a70228, 'wp-content/plugins/easy-digital-downloads/includes/post-types.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/post-types.php', 1, 0x00000000000000000000000000000000, 0x4ef561904e3a9d18f227f6b301c6eb4c, 0xfc155a6481aace419583fdb0931aa96340049c4edd938f58198a32b7f98c8077, '', 0, '?'),
(0xdc0501aef60a3b09ecfc23bb4b1ae567, 'wp-content/plugins/easy-digital-downloads/includes/privacy-functions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/privacy-functions.php', 1, 0x00000000000000000000000000000000, 0x820d3dc68d2a6979f0448f5607b7cc7b, 0x633813211eb7b24f2645322840c79e0c5adad47ca06d6b7422764113bc4add0e, '', 0, '?'),
(0xe89b02d76914d34b23a39905d402cd90, 'wp-content/plugins/easy-digital-downloads/includes/process-download.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/process-download.php', 1, 0x00000000000000000000000000000000, 0xc19d91dbdae2f98c6cb936ea8ab4ff13, 0xe58c9866bbd775740bcf281b2a0f2014bcc08db6f9578ba4a95853c51f49ea55, '', 0, '?'),
(0x5fd9059b83bca77639fc05fb10c6a759, 'wp-content/plugins/easy-digital-downloads/includes/process-purchase.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/process-purchase.php', 1, 0x00000000000000000000000000000000, 0xfae2e65af6648739dbbddff57131a5d1, 0x6e6c03fd0885c8131cc21e413a82db21479d6eb04390a9692eabc3bb77d3f864, '', 0, '?'),
(0xf5ae6daa8f092d1b6e6f42b6963f9278, 'wp-content/plugins/easy-digital-downloads/includes/query-filters.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/query-filters.php', 1, 0x00000000000000000000000000000000, 0x6a8562420b269228d903e609cfca6ffe, 0x42f46f88feb55c7606d6f5f117649a51687389269f25239d71a2bbac0486df08, '', 0, '?'),
(0xe5b42e1e09e40969b655a694d2e84e96, 'wp-content/plugins/easy-digital-downloads/includes/refund-functions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/refund-functions.php', 1, 0x00000000000000000000000000000000, 0xd103cbbbf0140c438b825b08fa2cdf4f, 0x89c1734df2ebc8acf07360b335afc5a428a7aa6f76072bfdfcba8243d168b464, '', 0, '?'),
(0xb658557ea92e7eb0345451667ea02296, 'wp-content/plugins/easy-digital-downloads/includes/reports/class-init.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/reports/class-init.php', 1, 0x00000000000000000000000000000000, 0xf159f77720e86c036612b68053574153, 0x68c8ed9b7e5828f8f01aef87964aa1890c18ee344e5838b7efc7f1ff5b118c67, '', 0, '?'),
(0x3f7f387b3b8aa187335f091fd5de8f0e, 'wp-content/plugins/easy-digital-downloads/includes/reports/class-registry.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/reports/class-registry.php', 1, 0x00000000000000000000000000000000, 0x03ccd81ca1709ba36b86d59572a54280, 0x442056e68bccfd2d4c8b371a4446183d98247587a4a89ec76bd3b1e7f36bb0a1, '', 0, '?'),
(0xb676d8bc870ada06c67bbdc953f8926b, 'wp-content/plugins/easy-digital-downloads/includes/reports/data/charts/v2/class-bar-dataset.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/reports/data/charts/v2/class-bar-dataset.php', 1, 0x00000000000000000000000000000000, 0xd9230758522ca3ab75db04e2c9243889, 0xc5618c2f2a338b65a730966598782e8a3b3949a8d9046cb077287ea81d6da25c, '', 0, '?'),
(0x0c470cca5ae0cb2141642e694851f45c, 'wp-content/plugins/easy-digital-downloads/includes/reports/data/charts/v2/class-dataset.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/reports/data/charts/v2/class-dataset.php', 1, 0x00000000000000000000000000000000, 0x8748f262a49c6dbc89ba9dae8286e038, 0xa8c71af74158be344d5d6aa9b7d2611739376fd10dbf1514c0d94b4cd05e8fff, '', 0, '?'),
(0x3b3d9805ea5a8d8bb335857ac0291835, 'wp-content/plugins/easy-digital-downloads/includes/reports/data/charts/v2/class-line-dataset.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/reports/data/charts/v2/class-line-dataset.php', 1, 0x00000000000000000000000000000000, 0x90c58fd2db374708ebf57783960fff9b, 0x68b2b891831c2ddf8686ea4a3cf7a141632bc8090e9ee6efaf02d19d77684819, '', 0, '?'),
(0xcc1124898c01b7ff5941e5011fd60c06, 'wp-content/plugins/easy-digital-downloads/includes/reports/data/charts/v2/class-manifest.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/reports/data/charts/v2/class-manifest.php', 1, 0x00000000000000000000000000000000, 0x0a96627a8acfbabbf62c111b37d3f8e7, 0x4f7da57c52088f11e4eb62391e02dad790b995896eb40d21870aafa1bbdfd1de, '', 0, '?'),
(0x7a7cb2458270e76f5127395aeec1da37, 'wp-content/plugins/easy-digital-downloads/includes/reports/data/charts/v2/class-pie-dataset.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/reports/data/charts/v2/class-pie-dataset.php', 1, 0x00000000000000000000000000000000, 0xdc51d4f00acebf5264795532be17f1c3, 0xf70189c3e04920cb87edc7e3a6c66cc1105f9c30de3b9d1aff2f3276c1d51db8, '', 0, '?'),
(0x90371b6b30694a022fc99e4c16ad1e84, 'wp-content/plugins/easy-digital-downloads/includes/reports/data/class-base-object.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/reports/data/class-base-object.php', 1, 0x00000000000000000000000000000000, 0x4fa86681af6405207c2ec2903a5d45bd, 0x0b7e1874221448440643d8b4d1980808dc966ede77b5e833a568da7ab4b805d6, '', 0, '?'),
(0xa028b9bda9257bd254c044fd9fcebad5, 'wp-content/plugins/easy-digital-downloads/includes/reports/data/class-chart-endpoint.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/reports/data/class-chart-endpoint.php', 1, 0x00000000000000000000000000000000, 0x13854f6cfb07cd5335441fb7b2e51a8f, 0xbb4b7d48b7131e4a6d92be5e830298e5c449fd694c4902eab25644fce925d6eb, '', 0, '?'),
(0xa437ded6d2c4f149a951e624722c37cd, 'wp-content/plugins/easy-digital-downloads/includes/reports/data/class-endpoint-registry.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/reports/data/class-endpoint-registry.php', 1, 0x00000000000000000000000000000000, 0xf78bba8c4f2d21340adabb86d4ba0a11, 0x0c99628f497f51127159f0a6cd3614ca4867d3972f669f64b0cd5a4ce45a88ac, '', 0, '?'),
(0x0ad652d661eb21c9bc003b884d52f0a7, 'wp-content/plugins/easy-digital-downloads/includes/reports/data/class-endpoint-view-registry.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/reports/data/class-endpoint-view-registry.php', 1, 0x00000000000000000000000000000000, 0x87271261db4c693dd36ae62bcf2bd2f3, 0x78e6f8af40edee603500209ec108cdc4eac605baf13780e720f9f12044975697, '', 0, '?'),
(0x80c802dbef9f86b4558c1f7d2ff3b5bc, 'wp-content/plugins/easy-digital-downloads/includes/reports/data/class-endpoint.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/reports/data/class-endpoint.php', 1, 0x00000000000000000000000000000000, 0x79dd9ab2f12af808937bb2813d87eb36, 0x494f5ec0e0fb0fa5fc9b612b33d54b768ef8a4481113dad7ddccfbfcfc66a1a3, '', 0, '?'),
(0xa2f53036148d12334ff0cd9a280c47be, 'wp-content/plugins/easy-digital-downloads/includes/reports/data/class-report-registry.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/reports/data/class-report-registry.php', 1, 0x00000000000000000000000000000000, 0x9eb4038dedcde5ac2dc64892da45a60a, 0x0c5d2f75fa26017d6e4a53737d564454b851de896c5941243bd1ef6d87dfb4d8, '', 0, '?'),
(0x2cb2c070dbdbb50ddd02aa64e92d937c, 'wp-content/plugins/easy-digital-downloads/includes/reports/data/class-report.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/reports/data/class-report.php', 1, 0x00000000000000000000000000000000, 0x5edec84594eb48a8ee9409bccad58e97, 0xc89ebf6449c1fe01b7195ca4dce81d8720b4183208f3aa0a72979db97ea9b959, '', 0, '?'),
(0x5b3549a1f1f4a8a8e8cb867c34000fba, 'wp-content/plugins/easy-digital-downloads/includes/reports/data/class-table-endpoint.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/reports/data/class-table-endpoint.php', 1, 0x00000000000000000000000000000000, 0x4f42671a40e36a55f04c0983ef545e87, 0x26999244d4c68ba3596cb55e92cad5e004c9b137effb06f838d60dc917023324, '', 0, '?'),
(0x26ba54c9b061a57085d3e1e4cf3842d1, 'wp-content/plugins/easy-digital-downloads/includes/reports/data/class-tile-endpoint.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/reports/data/class-tile-endpoint.php', 1, 0x00000000000000000000000000000000, 0x1a55e1654f50491cb0362a8d28488dfa, 0x10305a9a72693989db7a7d5987862d13a54f7bd273981ff830dcf9512eb5c4d4, '', 0, '?'),
(0x9c66d699ffb70110008e52dc1b695b7a, 'wp-content/plugins/easy-digital-downloads/includes/reports/data/customers/class-most-valuable-customers-list-table.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/reports/data/customers/class-most-valuable-customers-list-table.php', 1, 0x00000000000000000000000000000000, 0xde20b6374b248e01468ab9edfd7e8195, 0x659754196fb7d53e17e0d8287cc57676a850ebcbca3213a9b36134f1cb58e58f, '', 0, '?'),
(0x2b7f901559b20cf4f25070ab4b55f851, 'wp-content/plugins/easy-digital-downloads/includes/reports/data/customers/class-top-five-customers-list-table.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/reports/data/customers/class-top-five-customers-list-table.php', 1, 0x00000000000000000000000000000000, 0xd480617225afad017b90fa50d9be4d2a, 0x6128b249f5b3e79d203b5ed03ee0b3ca9c7610137072d8992ee8e01345fe9d75, '', 0, '?'),
(0xa58dc6f71af09cf7a9f6f4dd378c8b19, 'wp-content/plugins/easy-digital-downloads/includes/reports/data/discounts/class-top-five-discounts-list-table.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/reports/data/discounts/class-top-five-discounts-list-table.php', 1, 0x00000000000000000000000000000000, 0x18c795853f3834a89c8ee3f919b64102, 0xd95091d6be75137bc212677e78f2178d9970dccbe25a2961f6b67488f9271092, '', 0, '?'),
(0xdb813d9d96b96b5b1854e57559080ddd, 'wp-content/plugins/easy-digital-downloads/includes/reports/data/downloads/class-earnings-by-taxonomy-list-table.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/reports/data/downloads/class-earnings-by-taxonomy-list-table.php', 1, 0x00000000000000000000000000000000, 0x1f03b7b7c1c2205b580e95fabb5e73ae, 0x6331f6ba4a38f4f823cc032e151d4bbb585b0cd4fbc365b6bbb69c389da73e3c, '', 0, '?'),
(0xe33ded285f757776d3e7c0e4e50087f4, 'wp-content/plugins/easy-digital-downloads/includes/reports/data/downloads/class-top-selling-downloads-list-table.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/reports/data/downloads/class-top-selling-downloads-list-table.php', 1, 0x00000000000000000000000000000000, 0x5081a4c3ac96c13148b65797d3c854d9, 0x08e7a4867a87d7be763f14772e5852923d052cf6aa1c9905f7dad6310113d275, '', 0, '?'),
(0x3cef2e85e832e544f6053bc1ae3ffdb4, 'wp-content/plugins/easy-digital-downloads/includes/reports/data/file-downloads/class-top-five-most-downloaded-list-table.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/reports/data/file-downloads/class-top-five-most-downloaded-list-table.php', 1, 0x00000000000000000000000000000000, 0xf446255b55969160495c11050337bd89, 0x11cfb3fa6d44c067804ac40e12ae1151670b8030c569098ce632f2eb6fd592ad, '', 0, '?'),
(0x3e17b67d0a54291475e8d5ecbfd72394, 'wp-content/plugins/easy-digital-downloads/includes/reports/data/payment-gateways/class-gateway-stats-list-table.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/reports/data/payment-gateways/class-gateway-stats-list-table.php', 1, 0x00000000000000000000000000000000, 0xc352d0b5342749c88daa4add79f12d34, 0x27176ffde71096c7f7494e286a9736e92d59aff2af84c6f2ff7e024072c39bc0, '', 0, '?'),
(0x670d6513556891901ae9856e9c2333cf, 'wp-content/plugins/easy-digital-downloads/includes/reports/data/taxes/class-tax-collected-by-location-list-table.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/reports/data/taxes/class-tax-collected-by-location-list-table.php', 1, 0x00000000000000000000000000000000, 0x32c2f55a85915085f7408b49eb3f4bb5, 0xb422b8395d94c9205f5a83794afb8212f528636ad58f1f5b22efa9c29b8077ac, '', 0, '?'),
(0xd07bd61932a507da8fe064b13615ef42, 'wp-content/plugins/easy-digital-downloads/includes/reports/exceptions/class-invalid-parameter.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/reports/exceptions/class-invalid-parameter.php', 1, 0x00000000000000000000000000000000, 0xbd810d52bd3da2d4e3865fb1c41db1be, 0x6da8edb591a7360a23e30f759ef572f9e15f7bd66129913fdfd6e281626f5478, '', 0, '?'),
(0x7466a9ae0886299323fefd16428a3d13, 'wp-content/plugins/easy-digital-downloads/includes/reports/exceptions/class-invalid-view-parameter.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/reports/exceptions/class-invalid-view-parameter.php', 1, 0x00000000000000000000000000000000, 0x21694dc156941c40ec3fa90ff97da4c9, 0x01676db15d9a14091dae569f1ace874510a6769350e65fb542d93c99b185c05a, '', 0, '?'),
(0x21e6b18d9c1d7799aab62d6e63fd0f95, 'wp-content/plugins/easy-digital-downloads/includes/reports/exceptions/class-invalid-view.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/reports/exceptions/class-invalid-view.php', 1, 0x00000000000000000000000000000000, 0x7f3be46169c0dbc97880c86a3e107a73, 0x38a8acec066f8cccb97a70c0bbec9800e809d2b64ecb37cea7a609440b1cbdd6, '', 0, '?'),
(0xaf87646224cc9517cbec1140e94a4367, 'wp-content/plugins/easy-digital-downloads/includes/reports/reports-functions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/reports/reports-functions.php', 1, 0x00000000000000000000000000000000, 0x6d9b43f342ecce8588c0674253ffc9ae, 0x3cf027d4e887cde7b0373881c38849b0da0c85435e0ff803ff753adda80679c1, '', 0, '?'),
(0x6eb8dcf0cc17a25e5a9877cd37be6ac1, 'wp-content/plugins/easy-digital-downloads/includes/scripts.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/scripts.php', 1, 0x00000000000000000000000000000000, 0x357a49daefc6a075b3b057b1666333ae, 0x0eedf8b5dd8859dc2808283c654137746ac2af59ac0b160967e1fd1480bbd431, '', 0, '?'),
(0xe477b4e445a3bab9346603027e572008, 'wp-content/plugins/easy-digital-downloads/includes/shortcodes.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/shortcodes.php', 1, 0x00000000000000000000000000000000, 0x7c50fc6b3b95a8d55786470038aa4a8a, 0x3275ee3a641ffb9f8ed359de230c25af09ee36d5b9197376c33ffb0191808e99, '', 0, '?'),
(0xc0e2c76f8b75e27a89fe0dfb207a3dff, 'wp-content/plugins/easy-digital-downloads/includes/tax-functions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/tax-functions.php', 1, 0x00000000000000000000000000000000, 0x590a8dfd0dc8821d8e6f69095456aef0, 0xba94606bba2538c8eb742305ca6c8c24f2fd096a0a3a75b4687b613285b92338, '', 0, '?'),
(0x537d6d6eb4f5a6ea600e0d8e9fb1b7a8, 'wp-content/plugins/easy-digital-downloads/includes/template-actions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/template-actions.php', 1, 0x00000000000000000000000000000000, 0xe3c27b437e8071c5d26a9232ea7c96d6, 0x12384688a0028f25f230c8707f5bbbd66251dde06caa4edf7095434d0fbbcdfa, '', 0, '?'),
(0x07a98849603c9c0ac9a685303c0a749b, 'wp-content/plugins/easy-digital-downloads/includes/template-functions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/template-functions.php', 1, 0x00000000000000000000000000000000, 0xc38f40f934c9854f839fdec86d3d27f7, 0x07d0d43ca229eda8aea2474c0961abfecf938fc825cc29daa3cb24e1b11abd87, '', 0, '?'),
(0x81bbffbd7985c4bbd2ee2ef9ccace096, 'wp-content/plugins/easy-digital-downloads/includes/theme-compatibility.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/theme-compatibility.php', 1, 0x00000000000000000000000000000000, 0xb9565ac5485b53429b25359e8f511e57, 0x3ec9eda99fae1a360cd9a2f02d4288ea69bc609dff4750b251d677883390c7e0, '', 0, '?'),
(0x645a601054df82ccb422ef74e291b3c2, 'wp-content/plugins/easy-digital-downloads/includes/traits/trait-refundable-item.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/traits/trait-refundable-item.php', 1, 0x00000000000000000000000000000000, 0x7dd109bcc039a8da2c9e1489ed695691, 0x6bc9141aa84de9adda867d2219a589a14085a94c1caf20c8792ce4266b9b6844, '', 0, '?'),
(0xa40944e633bf3ab986f604a3351fcda4, 'wp-content/plugins/easy-digital-downloads/includes/upgrades/functions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/upgrades/functions.php', 1, 0x00000000000000000000000000000000, 0x9cf40d78d2c72a1e33c886fd4870c6f7, 0xeae390b5a41adcbaede11bc2256667e166b809e877f929e399cb95e7fa58b44e, '', 0, '?'),
(0xef30a0139cf23e7459a9b4c0db968b1d, 'wp-content/plugins/easy-digital-downloads/includes/user-functions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/user-functions.php', 1, 0x00000000000000000000000000000000, 0xaa2548dc6c674012cbe2faaea70d8eff, 0x08f6cb4daaa048b8c98b27ba86c10501f3389b2a16abd5edde549015343b9780, '', 0, '?'),
(0x8c43a990f9e8a4890f3d7126cf71b95f, 'wp-content/plugins/easy-digital-downloads/includes/users/login.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/users/login.php', 1, 0x00000000000000000000000000000000, 0xf587827c6d72621aba2f8fdd4d11fed8, 0x5773b26205fdd5f8f9e55caa6b62d165fdab81d0d4f9f1a06f8db9f956cadfb6, '', 0, '?'),
(0x6439af94193e65bccab1690afa1dc92d, 'wp-content/plugins/easy-digital-downloads/includes/users/lost-password.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/users/lost-password.php', 1, 0x00000000000000000000000000000000, 0x3a0efdb914ecebc4c764965642e38686, 0xb4c97090621835c5566ee98f4f1752b99c7d1369336f6a4832643444b72b9f80, '', 0, '?'),
(0x8cecff0bbbcc5666cac0d0d8864856d9, 'wp-content/plugins/easy-digital-downloads/includes/users/register.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/users/register.php', 1, 0x00000000000000000000000000000000, 0xa50c584604f3d8466c0f8542b923bd4b, 0x80222c53e6350ef54bc4c0283a1ea0369fc4f33729b71ce03c02d46f6fe8fbc1, '', 0, '?'),
(0xb686d23166b5af36b49918efce96e03e, 'wp-content/plugins/easy-digital-downloads/includes/utils/class-edd-exception.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/utils/class-edd-exception.php', 1, 0x00000000000000000000000000000000, 0xd6293745f17a28197233817306cb9b0e, 0x4c64df82cfb66da2cc5239794902a07fccb732ccb0bec0004189977e540b21d1, '', 0, '?'),
(0xe22679bc3afe54153c9c38b5c56eb82c, 'wp-content/plugins/easy-digital-downloads/includes/utils/class-registry.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/utils/class-registry.php', 1, 0x00000000000000000000000000000000, 0xc4cd60d51c03a9a71576810ef3b0a702, 0xd3664d9d4f678d1c0afd615be553657dfe07342288dfc92a3734dbf15067520b, '', 0, '?'),
(0xb84e371f90f74f4850e98db395e21c72, 'wp-content/plugins/easy-digital-downloads/includes/utils/class-tokenizer.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/utils/class-tokenizer.php', 1, 0x00000000000000000000000000000000, 0x82c26f5af6ef652990b05c0b97b039fb, 0x2fa3f156dca87d79b94c67130dcbc6f231872e123cb6273cc51c0fc1f892312d, '', 0, '?'),
(0xbb42e359e632a6fc5278f7468e94c641, 'wp-content/plugins/easy-digital-downloads/includes/utils/exceptions/class-attribute-not-found.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/utils/exceptions/class-attribute-not-found.php', 1, 0x00000000000000000000000000000000, 0x7de972229007b71151e57c8395334632, 0x0410dfd4554986c0e1d112514cf20c280a8a39a6896dc54691018f6b5a2c97e0, '', 0, '?'),
(0x68db4643aa721ff0ffc5c1d2a15794a0, 'wp-content/plugins/easy-digital-downloads/includes/utils/exceptions/class-invalid-argument.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/utils/exceptions/class-invalid-argument.php', 1, 0x00000000000000000000000000000000, 0x892518aed67d09a82edf3baaedceeb21, 0x061de9644def4325af847af12e52df55aff790adf050a76ce8c54bce63d192c4, '', 0, '?'),
(0x25d022074e71e0f31b5184d01a0fb869, 'wp-content/plugins/easy-digital-downloads/includes/utils/exceptions/class-invalid-parameter.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/utils/exceptions/class-invalid-parameter.php', 1, 0x00000000000000000000000000000000, 0x75f3af4cbb00ccf4de29ac9cc5473f17, 0x3964e018a9c9fa5fd888c93e526d0de281be1179d78c74f3532310f3df9fdfd4, '', 0, '?'),
(0x1caab507cef1e5b23f9ba9f02b7e5781, 'wp-content/plugins/easy-digital-downloads/includes/utils/interface-error-logger.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/utils/interface-error-logger.php', 1, 0x00000000000000000000000000000000, 0x8d3f2c1b2a5fd3ddb6d94b894dc11719, 0xb3d915b243ae22609019dcf48d57a34f18364c996c2de982cd76909e71fcea59, '', 0, '?'),
(0xa79a0bbf8c25df7471a0e5529f9897b5, 'wp-content/plugins/easy-digital-downloads/includes/utils/interface-static-registry.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/utils/interface-static-registry.php', 1, 0x00000000000000000000000000000000, 0xb5acc512b0ac898c8b5dfb6f09459c34, 0xb748cc96927601deafb2c810c2763ace549e259a88bc9420b82fdf3748073b7d, '', 0, '?'),
(0xe1229d2324dda4493d71ecdb5944399b, 'wp-content/plugins/easy-digital-downloads/includes/widgets.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/includes/widgets.php', 1, 0x00000000000000000000000000000000, 0xb30a08f14e9a06594daf26c0af50293a, 0xa1362e46a32af2245f0b6658028311cb834670935a9f112a0382f880a5d386cf, '', 0, '?'),
(0xa61a1e7536e13305a8c7a891be7c5600, 'wp-content/plugins/easy-digital-downloads/languages/README.md', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/languages/README.md', 1, 0x00000000000000000000000000000000, 0xd4452c602a67917e032f731b59ad4509, 0xe09c4bd2460285604a20710a3e143a86e109307271a3b4da7935e466bcf779d8, '', 0, '?'),
(0x98d617279cd2bbe78e2473adaa28b27d, 'wp-content/plugins/easy-digital-downloads/languages/easy-digital-downloads.pot', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/languages/easy-digital-downloads.pot', 1, 0x00000000000000000000000000000000, 0x38545c4987f98ef08e9de914630b85b4, 0x268254f3cf95c899cae04a602b17da0f4a5947d1988f339b4e65dfbbddfb8785, '', 0, '?'),
(0x7c310e7050b1f5c50f60d6c213c37fb1, 'wp-content/plugins/easy-digital-downloads/languages/index.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/languages/index.php', 1, 0x00000000000000000000000000000000, 0x2f2a34ee9fdbc94c16fbb21b831e974f, 0x9bfaa5068e8d2bc74b1a7dc0ed9686f278ea85498bba396c209b4e3718ba5d66, '', 0, '?'),
(0xbeb547bdbd9d1f60e31b36da76528f70, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/LICENSE', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/LICENSE', 1, 0x00000000000000000000000000000000, 0xeb00004b73e7708520f412c4dddbf3e3, 0xa97988ac190e20e4b442f6edcc2d356848c51154dc0bd401132b6bd14069e0ec, '', 0, '?'),
(0xd23630dfe7236cb4d8767bb6b7d41327, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/bin/carbon', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/bin/carbon', 1, 0x00000000000000000000000000000000, 0x2dab1ae681258966870c5d296913ea7b, 0x5231b90ef5a323692005f156ab9ba68d57e4a2f9c442294e10c020745b39a51b, '', 0, '?'),
(0x14c8e3ef2cb303b12631216ec95fc5c5, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/bin/carbon.bat', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/bin/carbon.bat', 1, 0x00000000000000000000000000000000, 0x473efd8a15c8962a092a0a637dd5426c, 0x9cd29f6e2e9e01785cf11d029fc0c3960f997250f5c25a806c7efcf5508cb73a, '', 0, '?'),
(0xc6d289b80d3148fe6181fc54f4189cda, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/composer.json', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/composer.json', 1, 0x00000000000000000000000000000000, 0xe8f7b47e59aea2f9d753ed2f4887c407, 0xe8713638b85b96d234dfc1fe28c37a0637870da88d3aa5d6410f75d9af12bbc5, '', 0, '?'),
(0x669c9fd1ecdf2cf8967a78060a54570b, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/extension.neon', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/extension.neon', 1, 0x00000000000000000000000000000000, 0xcc4b983083f5ef99219bc9ffea882eb4, 0x57f479efdc7bb6f6b08aeda5a1299f4e1d74ad3c66fe18a55d9409763c8096f5, '', 0, '?'),
(0xfe0f354c8b2621f1ab0d8d87cdbe4c78, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/lazy/Carbon/MessageFormatter/MessageFormatterMapperStrongType.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/lazy/Carbon/MessageFormatter/MessageFormatterMapperStrongType.php', 1, 0x00000000000000000000000000000000, 0x2a35df47319250734fcad4fadbaf7307, 0x9963c0bdd7cf3c37f43010bac3bad6e0d9babba5268adee95ecdd3f476be5646, '', 0, '?'),
(0x1fc2fa07862d2ed606773c3a63a84287, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/lazy/Carbon/MessageFormatter/MessageFormatterMapperWeakType.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/lazy/Carbon/MessageFormatter/MessageFormatterMapperWeakType.php', 1, 0x00000000000000000000000000000000, 0xa33fe652820b57a040ac25db690fe22b, 0xe951369931602f80d64673b5d111598e2c554d1e96391ad0637efeb898b02a2a, '', 0, '?'),
(0xbed198697f4307749d8c028a3f42dbd7, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/lazy/Carbon/PHPStan/AbstractMacroBuiltin.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/lazy/Carbon/PHPStan/AbstractMacroBuiltin.php', 1, 0x00000000000000000000000000000000, 0x8c4e1d18ac125bae6c9e75c18e8e6443, 0xed0d213c55b69f7adb34bef02921405d253a32c84829d47a11d57ce5b4df0d5b, '', 0, '?'),
(0x460edcafd032cd67fb0f00a17296d6af, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/lazy/Carbon/PHPStan/AbstractMacroStatic.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/lazy/Carbon/PHPStan/AbstractMacroStatic.php', 1, 0x00000000000000000000000000000000, 0xa2f1df8fbff298a5d93bc01c8737daf3, 0x4b7769112be0fcfa9c33506a57fe8f5c9bf221c1a4bdea536ea3228d678dc42c, '', 0, '?'),
(0x339881307b99ca1ff3c2a1343e6adcc4, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/lazy/Carbon/PHPStan/MacroStrongType.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/lazy/Carbon/PHPStan/MacroStrongType.php', 1, 0x00000000000000000000000000000000, 0x27cf68f1149ec8e1912a2af02b4f76bb, 0xdfa6aeb32a3b56699bef303cd9d6b5d22f4bd287ad7b61d7ffdc33f070aec85d, '', 0, '?'),
(0x0218e6d5bcdc34b23f704667e8fcd5b7, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/lazy/Carbon/PHPStan/MacroWeakType.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/lazy/Carbon/PHPStan/MacroWeakType.php', 1, 0x00000000000000000000000000000000, 0x27f8f56bab675fb23da383ce14aae5aa, 0x53e6fa63656ca5407e7327c3015b4d54597318be453be80820132fe1fc2403ec, '', 0, '?'),
(0x979dac1aa606337f90b934e52e821caf, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/lazy/Carbon/TranslatorStrongType.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/lazy/Carbon/TranslatorStrongType.php', 1, 0x00000000000000000000000000000000, 0x6d7ca636c34ebfa71c426abd33aae384, 0x0cc737f67a006639fc4fe9c32e7aceabaca5adc75eb900a3a863e338752d7137, '', 0, '?'),
(0x8c33b954e271f7e9f3bff50925a9e3da, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/lazy/Carbon/TranslatorWeakType.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/lazy/Carbon/TranslatorWeakType.php', 1, 0x00000000000000000000000000000000, 0x1eb8d3ecffd547730272eee790d51f52, 0xe9405ab41f0d83b2a94c515a633720e0983377b0217a232fb57236c1298f3514, '', 0, '?'),
(0x4afd9111aca416429466b3a0c6b0f934, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/readme.md', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/readme.md', 1, 0x00000000000000000000000000000000, 0xbf48194787201f22916b36f504a7b4be, 0x118e31e9224d165954808811fc0f868d3126b8c0111d3bc717160a13d1eb0252, '', 0, '?'),
(0x41aab7837b87a965185e8f4e7923a597, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/sponsors.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/sponsors.php', 1, 0x00000000000000000000000000000000, 0x4063e26309505d58737d47b8aaf3f012, 0x5f735034be87d2fb0dd5aa601abcfe17096c4656171ad6e0dc9d01ccaa0a7ef1, '', 0, '?'),
(0x15ecc134943567dba5868189e0a34512, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/AbstractTranslator.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/AbstractTranslator.php', 1, 0x00000000000000000000000000000000, 0x33d3a97b1be8f5de10ec315a83fd9c16, 0xffc44b4d31a94efa6875ef866e42c2a588905fe7f7152a3312f5b6d65c90ff12, '', 0, '?'),
(0x74fc36c40b47d53ddbb69ba111ae3c86, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Carbon.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Carbon.php', 1, 0x00000000000000000000000000000000, 0xc2ce69736504318a732cac9be7724a35, 0xe4b4a1bda185266588e69418629c0785c5a8587191bf89f9cb98fbc0b6786a6d, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xf67c5a56bf502b941100a68cd05c4c8e, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/CarbonConverterInterface.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/CarbonConverterInterface.php', 1, 0x00000000000000000000000000000000, 0xbc5a64249ded3cdb75d2e8a9275df952, 0x64dc4d6b58a261581f5794b54a580a948b062ee07f0d91ddf8cb4a7f2255f197, '', 0, '?'),
(0x9f383a2a5d9e1db3d6fa792bf377154f, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/CarbonImmutable.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/CarbonImmutable.php', 1, 0x00000000000000000000000000000000, 0x5b8ea40b46c5f84b8b3f7b9c0f9ada0d, 0xfc474a1a2a2654052612387d0c74f9ae5bec0c3bbc113d2fa5e42dec7ac98a58, '', 0, '?'),
(0x502fa945bc15b64e31b956d82c607b9e, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/CarbonInterface.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/CarbonInterface.php', 1, 0x00000000000000000000000000000000, 0x2f1669ce1af01488da970498731043e3, 0x327a5e7b6e38864f7d8e49bb1806bfe1f2c65bcac28e78c9cd31c25d2e476aa0, '', 0, '?'),
(0x5be0133ff349128aa3a03dd582c74844, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/CarbonInterval.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/CarbonInterval.php', 1, 0x00000000000000000000000000000000, 0x95cf3a87cef376fbbfc7b56c00a4a8e6, 0x4bac7aff00be23ec2317b0d45db5040aabb68838c418ba93a2ed0df4cce863ce, '', 0, '?'),
(0xc65425a0b4f3999a66bd129f66bb425f, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/CarbonPeriod.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/CarbonPeriod.php', 1, 0x00000000000000000000000000000000, 0x61677d6173660787214feb8b04d5f152, 0xb133987a3032c3d99b69fca50212d96b9c3532d9736ef860720be470f4e12fb1, '', 0, '?'),
(0x746d0bc6c28343762ba75b4943edbee2, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/CarbonPeriodImmutable.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/CarbonPeriodImmutable.php', 1, 0x00000000000000000000000000000000, 0x46c0fcce974ba88fbd571b29a7e26b87, 0x145205c2c1b99249469d3d9e467842683656fd9f8fb2ffa70151bd6b82a88734, '', 0, '?'),
(0x926c487f64b0c560406529cdeebd2679, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/CarbonTimeZone.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/CarbonTimeZone.php', 1, 0x00000000000000000000000000000000, 0xe4240d86adbad410f60a2c664f163242, 0x58027d5ab429a166c90093f69af86828c1dc1710f25a44460865e8fa4ba569d6, '', 0, '?'),
(0xb233296dc9aec4da97457e04507f010d, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Cli/Invoker.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Cli/Invoker.php', 1, 0x00000000000000000000000000000000, 0xfc998fbd89149d99f8638145d0d0778d, 0xa8cf8af62f1bee071d5541f8463226349fb1b05ecc4f277334adf71e4df59471, '', 0, '?'),
(0x633b39e8b84794b1e0ae8e0765cd4151, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Doctrine/CarbonDoctrineType.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Doctrine/CarbonDoctrineType.php', 1, 0x00000000000000000000000000000000, 0x4e31ec0eec4122c47d01faf56a3a416b, 0x8f30f30093a9ee79fa978694ed4a104b8f36722dcd9a8760d095463fcfdc6817, '', 0, '?'),
(0x71db60a5581f4557dca21f707c2100c2, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Doctrine/CarbonImmutableType.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Doctrine/CarbonImmutableType.php', 1, 0x00000000000000000000000000000000, 0x100d00ddcf02565c8819b04a5ff29705, 0x9abd444dbcdc92f2ceece1665a89a39350ed34a2b973b6bd53d4186760040c2e, '', 0, '?'),
(0xf028fe880116085310126ac02773fd3c, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Doctrine/CarbonType.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Doctrine/CarbonType.php', 1, 0x00000000000000000000000000000000, 0x5a06fa57813076549165b02720e92c13, 0x35e68ceb01764598adb5d2b31e47db75511362f0ce56f83331d3c64a2388355f, '', 0, '?'),
(0x308f9a677e1dff054bb5be213d8f8aa3, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Doctrine/CarbonTypeConverter.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Doctrine/CarbonTypeConverter.php', 1, 0x00000000000000000000000000000000, 0xbcb4d0df573a75833aa420a2c9b68f2e, 0x2a2032039882ee0c02fd2738cd08f729d0316053b8ffe2ff0adfb46326e21cf4, '', 0, '?'),
(0xbdcfaa84b79913ef873c4e70145ae916, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Doctrine/DateTimeDefaultPrecision.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Doctrine/DateTimeDefaultPrecision.php', 1, 0x00000000000000000000000000000000, 0xdab77f24e9dff5c28b1c03a0c86a2248, 0xf77baace15f4b3c3ea9187a0c92aed6e9f1db81edf1d925e96ffb89345c81923, '', 0, '?'),
(0x2aa160ecaf3ab62c9d0b0e59829cf23d, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Doctrine/DateTimeImmutableType.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Doctrine/DateTimeImmutableType.php', 1, 0x00000000000000000000000000000000, 0x16f5d32011935a77a1eaa327440942e9, 0x5a8283657169c243399ac17ce8b745613f721e3bbf748471008628da02f3e06b, '', 0, '?'),
(0x10a8aa66dae2ebaccdacd0915a8ff5b3, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Doctrine/DateTimeType.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Doctrine/DateTimeType.php', 1, 0x00000000000000000000000000000000, 0x6dafafc477bef3a279ba710abacb2a8c, 0x49f003a7216822ea4a94055173f7c844b4e2d86d0b938a1523af0587e2d57b3a, '', 0, '?'),
(0x7ee2b0b300f8e12c25619f05998a9cfc, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Exceptions/BadComparisonUnitException.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Exceptions/BadComparisonUnitException.php', 1, 0x00000000000000000000000000000000, 0x66608b3d5b13052573d5af01cbec51e2, 0x43c037be78864391795180c3b266ac8c7de39ef568c66024965fe95b4a6c1043, '', 0, '?'),
(0xa13d2c57bc4532902ee722170feff83e, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Exceptions/BadFluentConstructorException.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Exceptions/BadFluentConstructorException.php', 1, 0x00000000000000000000000000000000, 0x08333aabb6450cbb373af146a5a83b2a, 0xb374a09b1ed08b227869f51a026d2ff64e9b9060fb2e1779db14d4d0871fb1d8, '', 0, '?'),
(0xe51c0ede99fcdea82e95015da98b941a, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Exceptions/BadFluentSetterException.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Exceptions/BadFluentSetterException.php', 1, 0x00000000000000000000000000000000, 0x18d4a80020443333aec5e6d8178c5303, 0x013bc56f5748ab680ea30cc866ace6c6410d7e7e2c071da20f7b4a030d5aa4fe, '', 0, '?'),
(0x61636b41581f6c3eb36b23688a31aed7, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Exceptions/BadMethodCallException.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Exceptions/BadMethodCallException.php', 1, 0x00000000000000000000000000000000, 0xa2656c6a11bfe47b207bca4dfda6c56c, 0x6d1fa159df609bf550ec36f43ba1812ee6712a8c2dad32c680d9d11e4b463ec3, '', 0, '?'),
(0xe7f8cb3590af8ac5bbd38a3c4ec4426f, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Exceptions/EndLessPeriodException.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Exceptions/EndLessPeriodException.php', 1, 0x00000000000000000000000000000000, 0x5cc30ba8aff30f17e5a8a35920ba32e8, 0x169372b7b443259f1918e74cf8c64f74012e67fade681fd5603e22fbfbce39d5, '', 0, '?'),
(0x9c30e7767974b0b5f289ed4ff46ce120, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Exceptions/Exception.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Exceptions/Exception.php', 1, 0x00000000000000000000000000000000, 0x5c3693972cdd471cbe8b8a22cdc3ac2a, 0xa708a84a353374a80fa48cac2e42e76c3b9114a0f8e23b11d449d57b7c677931, '', 0, '?'),
(0x3773ca95e267c14fc114de2916acc2ef, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Exceptions/ImmutableException.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Exceptions/ImmutableException.php', 1, 0x00000000000000000000000000000000, 0xf9fab999c7942ef7116415f22755b75a, 0x93f25e054a90c64a565d3c2da104ea86a25823e0dace0a309d0418f5ba60c95d, '', 0, '?'),
(0x6984d2bfd217cf86a78eeaf12a0b88fc, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Exceptions/InvalidArgumentException.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Exceptions/InvalidArgumentException.php', 1, 0x00000000000000000000000000000000, 0xa9df1ffab9590afe69c5602cdb2cf0ba, 0x3bd6f42a8f64125ce06ac2394fdfa58d1425816f9eadd5925421c3b41868f359, '', 0, '?'),
(0x7aa0cad197b7155b1def81df479d8399, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Exceptions/InvalidCastException.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Exceptions/InvalidCastException.php', 1, 0x00000000000000000000000000000000, 0x47f07ceb446c6213c3654deb2eacf29d, 0x780dcc84bfdc0054913e3204cc6931ccd5af66871fec2b3fd8d4fa25bf6b125f, '', 0, '?'),
(0x2aced9161bb56ee49aab41248534ca05, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Exceptions/InvalidDateException.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Exceptions/InvalidDateException.php', 1, 0x00000000000000000000000000000000, 0x1987c67e1617ea703d5a3af0732000bc, 0xcadf3559f536715c9ce4a7196b97a5793723577fb1c6483be9ee845fef76bc91, '', 0, '?'),
(0xc0450edfc57c2cd445bdc9100686c467, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Exceptions/InvalidFormatException.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Exceptions/InvalidFormatException.php', 1, 0x00000000000000000000000000000000, 0x839db404cdafc8eee5d07953d1dc88df, 0xbc811331dcb69c93cfc8f8ad9ee33bfde7e0faf6cdefb99cc146b21b35cfa80a, '', 0, '?'),
(0x054be66cf52662c06a5de097746fc79c, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Exceptions/InvalidIntervalException.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Exceptions/InvalidIntervalException.php', 1, 0x00000000000000000000000000000000, 0xa24b300bf3fc98f05b6200cbbb51fb80, 0xb8e600ea9429dd150364d4dcd7b752c08b3900cc37b97d6c7815f96243f7f48a, '', 0, '?'),
(0x22e6299352490cd0d7ebfded13371454, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Exceptions/InvalidPeriodDateException.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Exceptions/InvalidPeriodDateException.php', 1, 0x00000000000000000000000000000000, 0xcc6eef65da74b77e4fdd58add8af5af3, 0x4adc0b28e06b0d254809cace59de93868db871529a2f227ca00fb28b9951bcca, '', 0, '?'),
(0x8713037689ac7b5ca3067d9cd294a750, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Exceptions/InvalidPeriodParameterException.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Exceptions/InvalidPeriodParameterException.php', 1, 0x00000000000000000000000000000000, 0xf5ea6bf44da3fb347e07fd909f6b9b73, 0xf2a2dedb27846c2d5cc92321a2fb479e92f2417a93678ec1ef2a1f803be07336, '', 0, '?'),
(0xe9065f75dce890320dbf65e495027594, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Exceptions/InvalidTimeZoneException.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Exceptions/InvalidTimeZoneException.php', 1, 0x00000000000000000000000000000000, 0x55831b878cf2a3b9325f73fc7701506d, 0x4d5c1a4d116c0511f7b25a2a8c81b470c06e005c4660d9b5e73be70a4df2730b, '', 0, '?'),
(0x5e7fa5e21cb143fdfc21355b9de60c75, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Exceptions/InvalidTypeException.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Exceptions/InvalidTypeException.php', 1, 0x00000000000000000000000000000000, 0x74e8d5d43d4d7feb918f7783992a7e30, 0x0651880175b60ea6860c5c7b1bdfbbfd518b4cb6d7b948d7a3a5fed0b5ec81ac, '', 0, '?'),
(0x859116ff1547b0126594c98c714ef141, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Exceptions/NotACarbonClassException.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Exceptions/NotACarbonClassException.php', 1, 0x00000000000000000000000000000000, 0x2747864c4dc601a6e9e8726210b594d3, 0xc6c70c30b7e423055680deb8b38b9cda1bce7c7e64afaca75be066e1649a7273, '', 0, '?'),
(0x8f9414882ac0de6203f4174b089af093, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Exceptions/NotAPeriodException.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Exceptions/NotAPeriodException.php', 1, 0x00000000000000000000000000000000, 0xd9577dd41345643018d34bb9711f6b30, 0xb654b3e077d8d1016b86d3cea201470976995c73c86b56458f18cff37b43ab7c, '', 0, '?'),
(0x937bc0575f78c2054eee7c8dbfba014c, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Exceptions/NotLocaleAwareException.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Exceptions/NotLocaleAwareException.php', 1, 0x00000000000000000000000000000000, 0x493eea51537fbef7c43ba24842e6af07, 0x7facdcfcb2968ce94948c154d0e72edc8268cabaeb6c6db6e0be9395d0c5c3d3, '', 0, '?'),
(0x165c52d337bb65c0f350dd2ca2584743, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Exceptions/OutOfRangeException.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Exceptions/OutOfRangeException.php', 1, 0x00000000000000000000000000000000, 0x1544fb414e97846b2c5642317ccdb6cd, 0x1c364ba29d02eaa5cb1b4c6e8621b8213e82ccae6242b4faf01c0354b0d638de, '', 0, '?'),
(0x566efa3418006b0011f2cfbd474b4c20, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Exceptions/ParseErrorException.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Exceptions/ParseErrorException.php', 1, 0x00000000000000000000000000000000, 0x443195e7c83f9625730d6a53cc53b939, 0x8fa5c271997ab7f23183ca1978d214377252420407f25144cbf861807590c512, '', 0, '?'),
(0x2ebc195b15c79490cef22ea126a740b0, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Exceptions/RuntimeException.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Exceptions/RuntimeException.php', 1, 0x00000000000000000000000000000000, 0xbdf86a7dff27bd93e4936b274bf65d5c, 0xe7c6ec6e84a90b4652bb9476e5c78e4d133d0d7f8c056e29b25363f230a38329, '', 0, '?'),
(0x0912671816ea1e998eaf08832e33650e, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Exceptions/UnitException.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Exceptions/UnitException.php', 1, 0x00000000000000000000000000000000, 0x48d4bf43eca2459acbce0152555025ad, 0xf27d1d3dd505d1d0198d3638590b4be32c6e308522cdba199d275b8efdaae2f4, '', 0, '?'),
(0xf4f39ac6f5d2302420435acf30275293, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Exceptions/UnitNotConfiguredException.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Exceptions/UnitNotConfiguredException.php', 1, 0x00000000000000000000000000000000, 0x8ecd26fc5cc3e7ce5e7411b9fa14fcc0, 0xf9301ee28652475ada5ed0ae9b2c59a668d01b0e3ecade73e20dc54de0b6f2f7, '', 0, '?'),
(0x928a1e71a9d90676d69cb072bc0e05fb, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Exceptions/UnknownGetterException.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Exceptions/UnknownGetterException.php', 1, 0x00000000000000000000000000000000, 0x91da981862477a2c9fc7f8915bd72232, 0xb4a59bafa29573af276e61a9b9209338d5e78ecd8e781be67779b31ab9e9c877, '', 0, '?'),
(0x405ac5c71d049c2f3b66b66f1d91ecce, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Exceptions/UnknownMethodException.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Exceptions/UnknownMethodException.php', 1, 0x00000000000000000000000000000000, 0x439f9f8de65cf9c478698e9453826ba9, 0x794790d94d098250b8cad6ffed4b839bc4e03e735c575cf4a4f9442dbb141235, '', 0, '?'),
(0x3760342eba34bde91905ea7098c3fac6, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Exceptions/UnknownSetterException.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Exceptions/UnknownSetterException.php', 1, 0x00000000000000000000000000000000, 0x648c01ef3e7332f10dffbd9bc0b7c24f, 0xb9bd74d42fd9abc6ccc81dfc94116b4617e6c44e1547bd05aca5ae0c0eddd066, '', 0, '?'),
(0x80a2e8572b9801eb9e21ae8107ae0ef8, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Exceptions/UnknownUnitException.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Exceptions/UnknownUnitException.php', 1, 0x00000000000000000000000000000000, 0xf0c8dea00655f188bd95f1bdc89d0544, 0xcacb6d87644f8f7ad48bf66dd54da4f5e7594e29be66c9071d89e56b5c23a3ec, '', 0, '?'),
(0xc825a7b2b35687c0e9f591d4dad90f12, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Exceptions/UnreachableException.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Exceptions/UnreachableException.php', 1, 0x00000000000000000000000000000000, 0xe0eb8bbf5fcaddb88a298fb941c69702, 0x7590991b1de99be343fd5ca8db3075d13f493f3eeef57a04d4290504e2dd2f01, '', 0, '?'),
(0xc9102053709338b343ae358a9b49ba85, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Factory.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Factory.php', 1, 0x00000000000000000000000000000000, 0x61aedf2be43994fe254cacfffed1bd86, 0xe4189f40418e3bd4e6b3c639b76037b6310d5a583195d7ca3e8063414b7fd099, '', 0, '?'),
(0x05d02b476032aa20e6eed7233524c024, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/FactoryImmutable.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/FactoryImmutable.php', 1, 0x00000000000000000000000000000000, 0x4da410c3eeaf406ba7f012c500534015, 0xe05484c76a43562ae1360b0d61f25d088f54d21e251f7d2b47a0f412b7afe730, '', 0, '?'),
(0x381b48121a3e16e209159a032b63e81a, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/aa.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/aa.php', 1, 0x00000000000000000000000000000000, 0xf78fd0de55ba1f36e3a3a8139199d65b, 0xd9d28730ae5a58b49072a1580e69dbff5f3c8ab174aeba7f4345c0ab6ecef92f, '', 0, '?'),
(0x0baceb4a803d1da64c740f71b36974c2, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/aa_DJ.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/aa_DJ.php', 1, 0x00000000000000000000000000000000, 0x9b01bc263af0eece227acb8fe8dd8ad8, 0xc5ccc127293cde4f3ae0b4d884c99ba94491c8ffbab3ade4447e151056c06d73, '', 0, '?'),
(0x3c771cfa163176e8fa06109a5f6fcc94, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/aa_ER.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/aa_ER.php', 1, 0x00000000000000000000000000000000, 0x8ce8b5a76a51bc860e365937656610cf, 0xd20e9c0e93b1f633c9cac2ef2efa1c5154d4dc980af01c1029c313c83894d18c, '', 0, '?'),
(0x0d5e7662edd7b8353cbb9d8c1508e0e2, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/aa_ER@saaho.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/aa_ER@saaho.php', 1, 0x00000000000000000000000000000000, 0xbe72ee9b5570c740cdbc1b2a15f2b589, 0x40bd993c7047fe1ecd7c5ce7bec44bfd3d8cef2c8ec0ed38ed6e5d0a84f764ab, '', 0, '?'),
(0x08ef0ca87ff4744fb9995c1ca66fbb61, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/aa_ET.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/aa_ET.php', 1, 0x00000000000000000000000000000000, 0x3bd062cc0b960c144d09c2426fb730d1, 0x4e79d6b4c3a762689b5e82c7b7a3a4883a592c57a610fbfc9d61a3ed0e059481, '', 0, '?'),
(0x727bd4c326da8927041b6a13e8b56f5f, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/af.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/af.php', 1, 0x00000000000000000000000000000000, 0xe26cb993144ebfb2817946c91b25e287, 0x86720fd63364988002a60ba833bd351f39183349fc3c74a1080cc64675920a17, '', 0, '?'),
(0x4e10907084eac1c32f238bd101d15b5d, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/af_NA.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/af_NA.php', 1, 0x00000000000000000000000000000000, 0xf621dc0b0cf5fdc92dad9d374eeac8cc, 0xf03f36604429697e47369df92e3d6334fa7eb8e6d243ead2d96033fc98aa3615, '', 0, '?'),
(0xd081b7b508bd21a5252d7aaca1ef767d, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/af_ZA.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/af_ZA.php', 1, 0x00000000000000000000000000000000, 0xaab8e68af377a2e9f09784b2f1c1d503, 0x822e0a702c150be4b5b4d8cabfcfc95a43e1d3224355648420540119dcd56e07, '', 0, '?'),
(0x37f0d97ac028935b6f5b961dc1ce1da7, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/agq.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/agq.php', 1, 0x00000000000000000000000000000000, 0xe2bd39522215d5f9bc2ecb08b88b6866, 0x6eadf32c5a081bad00a16733ce0484d3998778a5235e20cead6b1b3ac9a4aef2, '', 0, '?'),
(0x2fe9f835c70bda2c93479acdc9c4fb7c, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/agr.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/agr.php', 1, 0x00000000000000000000000000000000, 0x7b7a798c6d890dcc6dda490b188880ec, 0xf1441f8c5cc049f81c3176790da1400b721b9bc95cb21cc63571efbcdad19fd9, '', 0, '?'),
(0x4e3304e0d4d19a462e8b6d64ffb7c0ad, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/agr_PE.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/agr_PE.php', 1, 0x00000000000000000000000000000000, 0xdec4074f45c1b9d1f5d76957bf004d10, 0x0b363590ba51109beaf8207f71defff0cc82a2d5dc5c8d74159d79d7b2fee1e9, '', 0, '?'),
(0x3b1b62e8a2e978c18f3c646ea7789154, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ak.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ak.php', 1, 0x00000000000000000000000000000000, 0x66df116ea3b0b83f56cfa392febfb73d, 0x383897a6148a444c5980ee13caa947afe2bd412dc49b00ef61bebb308fd24f90, '', 0, '?'),
(0x91304aa6e5ec55fde2ca76fb8c14efd6, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ak_GH.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ak_GH.php', 1, 0x00000000000000000000000000000000, 0x02104b9f099e2b02e2ade567ca2b4753, 0xf83f76bf23a49bea20833e8ecc5624f4a38f63cd5cfd68f6775538e3bd73a38b, '', 0, '?'),
(0x59a0dad76a9956ae0037b7f839b7d749, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/am.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/am.php', 1, 0x00000000000000000000000000000000, 0xf5d668399706e1bf26543c78e6c6854c, 0x5755ea78ceb591b80c67a52ff66dde9960d75a0ffb3708d43ec68902ec26f5b3, '', 0, '?'),
(0xc3efb3a65f378953e7b8df871ec40241, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/am_ET.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/am_ET.php', 1, 0x00000000000000000000000000000000, 0x91a10f89dc16ea8c20d5a8e071fd2fb4, 0x34a7acca35e8ca8dd19ddb4650e3dd446f62d8fe8d92d30e5139c4fd2da31d4a, '', 0, '?'),
(0x37a88018b5ab7d526125f284fb644789, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/an.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/an.php', 1, 0x00000000000000000000000000000000, 0x614679f99c444fc88f1be24137ea423e, 0x71045659c67dc8235cb01397baffc3cb073796c61bed7b0b4ca62e82d067f544, '', 0, '?'),
(0xf815dd5938f5eb74033aa69a2835d98c, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/an_ES.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/an_ES.php', 1, 0x00000000000000000000000000000000, 0xb78a80e204d23417af2a23ed8a92c8ea, 0x63675e7106d1da923021919d27874a1d54634cf27a11d14f96776751ccf81a71, '', 0, '?'),
(0xe50f47477f8dcddcb8cb119b6b22ecbf, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/anp.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/anp.php', 1, 0x00000000000000000000000000000000, 0x4b9b3009be497ff4005f7e814c30950b, 0x046f82851efaa8c4964df3b973110f070eb57c57d7cd58da338d3fcf641b3a4e, '', 0, '?'),
(0x90cde80ba61775fd42003531a163cdc1, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/anp_IN.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/anp_IN.php', 1, 0x00000000000000000000000000000000, 0x7cb4558949587aef7ec372baa2bffd23, 0x203c56e9c1ff04ec29359695eb47884b24af18d2703ef4af72fbb8f65a70cbe2, '', 0, '?'),
(0x6c2f3fa5540f59e0d8428b6c4ea8f328, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ar.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ar.php', 1, 0x00000000000000000000000000000000, 0xa0f33dcde3536922f9cfa306ec5e86ba, 0xc7b3e5d1f69180c6fe704b7136518d466745f0da75525b6401210b9ea51aac31, '', 0, '?'),
(0x36ec9040a42ad365fd11c781964f8560, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ar_AE.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ar_AE.php', 1, 0x00000000000000000000000000000000, 0x3b31780576a19c065a48c0034460fc72, 0x31742d72fe829284d3f6fa94fcbcbc8b5d3d9d0e7f809ef85638262881b25e3e, '', 0, '?'),
(0x029a0172fa6983cb618cfa7f3569b2b6, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ar_BH.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ar_BH.php', 1, 0x00000000000000000000000000000000, 0xaa65b51907d5359e1f88acbf3cfcf3f2, 0x31742d72fe829284d3f6fa94fcbcbc8b5d3d9d0e7f809ef85638262881b25e3e, '', 0, '?'),
(0x2ad14bda0167324e51c73ca4a489e901, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ar_DJ.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ar_DJ.php', 1, 0x00000000000000000000000000000000, 0x657f89d420c7751d49baf9c96c283639, 0xd9dd9a18253e666894a65998bd902a08a4f6aa17564110d39edc438a0f690beb, '', 0, '?'),
(0x56941242c6917165b16d9e8bbf26f640, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ar_DZ.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ar_DZ.php', 1, 0x00000000000000000000000000000000, 0xc1cb1fa8ae1e97d6dcf1aa87cacdeebf, 0xe8667bc3879e34be391218e0de110577e82b73325078a33fb3f0d80b196a23ca, '', 0, '?'),
(0xd0a15b9d27d1485346edf60e85cddb4f, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ar_EG.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ar_EG.php', 1, 0x00000000000000000000000000000000, 0xaa65b51907d5359e1f88acbf3cfcf3f2, 0x31742d72fe829284d3f6fa94fcbcbc8b5d3d9d0e7f809ef85638262881b25e3e, '', 0, '?'),
(0xccc9aaa6a976f36d6b87392c3f907433, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ar_EH.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ar_EH.php', 1, 0x00000000000000000000000000000000, 0x657f89d420c7751d49baf9c96c283639, 0xd9dd9a18253e666894a65998bd902a08a4f6aa17564110d39edc438a0f690beb, '', 0, '?'),
(0xb985a817256a133097f6da1cd3c86139, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ar_ER.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ar_ER.php', 1, 0x00000000000000000000000000000000, 0x657f89d420c7751d49baf9c96c283639, 0xd9dd9a18253e666894a65998bd902a08a4f6aa17564110d39edc438a0f690beb, '', 0, '?'),
(0x5075a9c5afd3b87e04b81f84f98bb564, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ar_IL.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ar_IL.php', 1, 0x00000000000000000000000000000000, 0x657f89d420c7751d49baf9c96c283639, 0xd9dd9a18253e666894a65998bd902a08a4f6aa17564110d39edc438a0f690beb, '', 0, '?'),
(0xeb201abc05858cc2abcac7c41e3c66a2, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ar_IN.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ar_IN.php', 1, 0x00000000000000000000000000000000, 0xf202a12c6c57381c0b1d0e2c86ee7c74, 0x0e42eaf89b6f824646a9f9081fd70c3074699847c4f5b509d6ea9941b312b595, '', 0, '?'),
(0xfb46c7fda9a244a6257d7ed0432cbaf4, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ar_IQ.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ar_IQ.php', 1, 0x00000000000000000000000000000000, 0x8e6b9dd00aef74d25294523ec5dde4b4, 0xb5946d138330ff89567abebd5f19cee4b8e636c237bccf95a1b3b1ae975cd5ed, '', 0, '?'),
(0xcb4e02c89dbfa631ef063f3d75179b25, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ar_JO.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ar_JO.php', 1, 0x00000000000000000000000000000000, 0x8e6b9dd00aef74d25294523ec5dde4b4, 0xb5946d138330ff89567abebd5f19cee4b8e636c237bccf95a1b3b1ae975cd5ed, '', 0, '?'),
(0x79456abf5e9d3c838b57e5c45e42af7e, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ar_KM.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ar_KM.php', 1, 0x00000000000000000000000000000000, 0x657f89d420c7751d49baf9c96c283639, 0xd9dd9a18253e666894a65998bd902a08a4f6aa17564110d39edc438a0f690beb, '', 0, '?'),
(0x69397c164b0bec6079474e1ad5cc61fc, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ar_KW.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ar_KW.php', 1, 0x00000000000000000000000000000000, 0x17c363f3fb8f5addde3ee317c33a526d, 0x6066696d16ae258b97b4f94d19a24923eba1d391dedf84f538e64166baa67b45, '', 0, '?'),
(0x221fb247394f0f98d12bb9901fd17fa5, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ar_LB.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ar_LB.php', 1, 0x00000000000000000000000000000000, 0x8aef1e1a7534eef06ac6e65220fc8f16, 0xe019034618e3470308d95a78a252469032216673e9b0a3e2c58c0fed30049e50, '', 0, '?'),
(0x9f5ff49504c2f885eeeb3f31b787ec7d, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ar_LY.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ar_LY.php', 1, 0x00000000000000000000000000000000, 0xe00b5ff0d6d21009e363de070339f33b, 0x8851cd32ae5e6d15033c6ed67cb91e93f5161dabd7efb2e81fdf6a2618042da7, '', 0, '?'),
(0xa91cd343723e21885e6672297f627973, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ar_MA.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ar_MA.php', 1, 0x00000000000000000000000000000000, 0x1521ca1d0e271c19d845ff50dcbc425d, 0xaecf991d1cb060474c6783f6ab7b714bec24751f2d8c7b6e9988e128ceb72f2f, '', 0, '?'),
(0x53986f6788ee38a0ce48e8dc3f660f74, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ar_MR.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ar_MR.php', 1, 0x00000000000000000000000000000000, 0x657f89d420c7751d49baf9c96c283639, 0xd9dd9a18253e666894a65998bd902a08a4f6aa17564110d39edc438a0f690beb, '', 0, '?'),
(0x0605377ff1af219ed513266891292398, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ar_OM.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ar_OM.php', 1, 0x00000000000000000000000000000000, 0xaa65b51907d5359e1f88acbf3cfcf3f2, 0x31742d72fe829284d3f6fa94fcbcbc8b5d3d9d0e7f809ef85638262881b25e3e, '', 0, '?'),
(0xf456e1f8259055e0377c65cf4f90db91, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ar_PS.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ar_PS.php', 1, 0x00000000000000000000000000000000, 0x2927f60c1f534a818d97cf3f153bf9b8, 0x86c445e7a1567e564ee60b80570f44a4f5f1ed78ea9ab730d5d5e2da1a610656, '', 0, '?'),
(0xd5036acfe7097150bd8c31a97c32d428, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ar_QA.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ar_QA.php', 1, 0x00000000000000000000000000000000, 0xaa65b51907d5359e1f88acbf3cfcf3f2, 0x31742d72fe829284d3f6fa94fcbcbc8b5d3d9d0e7f809ef85638262881b25e3e, '', 0, '?'),
(0xc77388e07f5bc96700107440c3790efa, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ar_SA.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ar_SA.php', 1, 0x00000000000000000000000000000000, 0x158934b2b1bd96ec9af4a6d562ea7c25, 0x3f938837f69e1095574af3adc1143314f839657f82de7c7671c53b5fad50c6d4, '', 0, '?'),
(0x319c2e6b20543081a005d40c14f7cd31, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ar_SD.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ar_SD.php', 1, 0x00000000000000000000000000000000, 0xaa65b51907d5359e1f88acbf3cfcf3f2, 0x31742d72fe829284d3f6fa94fcbcbc8b5d3d9d0e7f809ef85638262881b25e3e, '', 0, '?'),
(0x4467fce3de1ed5c25d13e0e8ca782694, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ar_SO.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ar_SO.php', 1, 0x00000000000000000000000000000000, 0x657f89d420c7751d49baf9c96c283639, 0xd9dd9a18253e666894a65998bd902a08a4f6aa17564110d39edc438a0f690beb, '', 0, '?'),
(0xfc1ab9d0d10e2d51c795bfe883969397, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ar_SS.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ar_SS.php', 1, 0x00000000000000000000000000000000, 0x7b7a82831506afb391781001deb0e9cf, 0x83f7501e8810605d123fccb710ea401af70475ee9a55746f10febe8df3b01afb, '', 0, '?'),
(0xd18fbbc1ce50d40955c45f5fc28815ae, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ar_SY.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ar_SY.php', 1, 0x00000000000000000000000000000000, 0x8e6b9dd00aef74d25294523ec5dde4b4, 0xb5946d138330ff89567abebd5f19cee4b8e636c237bccf95a1b3b1ae975cd5ed, '', 0, '?'),
(0xe2db08d2bc917ee5d70468e8177adfce, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ar_Shakl.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ar_Shakl.php', 1, 0x00000000000000000000000000000000, 0x648fafe2d29b375550581f24274245ba, 0x8189472b4ca010be026e551d7d257583ff028f109bc57c06fadd3abc225007e1, '', 0, '?'),
(0x983bf2b04332a4fb9aa2caf7d4dc64b9, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ar_TD.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ar_TD.php', 1, 0x00000000000000000000000000000000, 0x657f89d420c7751d49baf9c96c283639, 0xd9dd9a18253e666894a65998bd902a08a4f6aa17564110d39edc438a0f690beb, '', 0, '?'),
(0xd8fc45c87410f30bc09ffba20d9d3661, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ar_TN.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ar_TN.php', 1, 0x00000000000000000000000000000000, 0x056a7829def4086daf7cce23d8e67282, 0xd114651c2972503c78ad06e48543688f72f1a5d8b6b5415c0d64bc298b77998f, '', 0, '?'),
(0x6c4e5596535c7c9d9b32e223a269c759, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ar_YE.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ar_YE.php', 1, 0x00000000000000000000000000000000, 0x9eaa93b6f7f4d62d5b0b37e5e55101f9, 0x4133cd7ce2d657620bf847c578a0efe6f52707f140951ed657bc4f2c0937ba3d, '', 0, '?'),
(0xf54a2fc7a24d8385e93fdce5f68d76d0, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/as.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/as.php', 1, 0x00000000000000000000000000000000, 0x92eb071a4520e9ccfa974711ce7f5433, 0x94d882f38dc1b8d22583796b7e34b3b4f62bca34a21c13975903afadc9a20226, '', 0, '?'),
(0xb43f58bc9bd1357a57fa8f2ea46ddfa6, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/as_IN.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/as_IN.php', 1, 0x00000000000000000000000000000000, 0xb379400956cdaeab90babe2d75d0bc7a, 0xa9905d79d7c3ecb9ec092e3cf71a9dc1802c52e8d2db8d59981c5de18db60e67, '', 0, '?'),
(0x0795ccfd7f1ec5fc2e2bc0673bd9ed65, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/asa.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/asa.php', 1, 0x00000000000000000000000000000000, 0x4b746ad0dd53d539e8ade9c8dce3e756, 0x4e662c7a5dbc8a43a28adff8e41651eeb5f698d9b834ddbd95d8847cba4c0ad9, '', 0, '?'),
(0x66491bff1aaa8df9d2ad4216bce8cb0b, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ast.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ast.php', 1, 0x00000000000000000000000000000000, 0x57cc72565bac9928d7c98bc7eb80d2d8, 0x2e3aa4d4faf8625f593fb229a7062dc0bc92aa4da26a23a8be254b4e5aa0f348, '', 0, '?'),
(0xdc3188c031164cf66ee997acbd30bb6a, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ast_ES.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ast_ES.php', 1, 0x00000000000000000000000000000000, 0x2be6efd16e48fa45e5bf976dda7ed1ad, 0x03c03749d569d8ecf65a486f17d4d42799ff7caf04c693c91a5005ff2ba7980b, '', 0, '?'),
(0x65fba52240733914f65db99b27c92193, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ayc.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ayc.php', 1, 0x00000000000000000000000000000000, 0xbd215593034ea1d9dde112187db4c2f7, 0x9ae3069ea08dafbd9685d8f91128b41da6ed0f6f8ae177e07189795369b017a3, '', 0, '?'),
(0x1d52023f0fb39fce3ea734988e006a92, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ayc_PE.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ayc_PE.php', 1, 0x00000000000000000000000000000000, 0x85231d375c34eae654d74d1fbf84cbbe, 0xadf308e20ffc5834ded17e80b4f060da46531fc33c7d7b1dd2e0e09487873781, '', 0, '?'),
(0x8262d70dae32941089c3b5b3dac861f7, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/az.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/az.php', 1, 0x00000000000000000000000000000000, 0x71e4dce59aef518190d4f97244982c39, 0xf251838eb762f98e4b7fe67167ce53bc322131ddf7ff11bd44113a5638ce78ac, '', 0, '?'),
(0xb19fa3e21ecf01d3a9c051a58c420268, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/az_AZ.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/az_AZ.php', 1, 0x00000000000000000000000000000000, 0x0344e4c2217c5bb748783b493b22edb5, 0xc7592150175ac1d4ba711e13deff85c421b201b17de20e1d17670dac8d773ae8, '', 0, '?'),
(0x4fcbf34444194257f3a2d9e76a4f0f38, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/az_Cyrl.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/az_Cyrl.php', 1, 0x00000000000000000000000000000000, 0x092c667a3219362f90b5d3007b6bd3be, 0xab8164fc3755a80e3c4eced485d87a49d38299cd70d32af6b10bc9513a90f7d9, '', 0, '?'),
(0x3493c4574736aec9753d965951a58052, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/az_IR.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/az_IR.php', 1, 0x00000000000000000000000000000000, 0xe01447d03d8c97c29a021bfb7bcd98eb, 0x555430c1acb0037db78bc17ba0327f891856dc09e42b87e1f493ca951261c1d7, '', 0, '?'),
(0x30d253c7e100d01cc0d8c6b0eb52a018, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/az_Latn.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/az_Latn.php', 1, 0x00000000000000000000000000000000, 0x08e21e8d856b143d98af636ae6188008, 0xaac99e9f0f15b855579200f14dd416c0b1abe1d30d51f020a4a5c694bfefaf56, '', 0, '?'),
(0x23b57ad00ff897eef8f7369533473956, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/bas.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/bas.php', 1, 0x00000000000000000000000000000000, 0xbf03729c380ffefff0cb8cae1193eaf7, 0x5e44883cde5062b809f82e509146ee1e9fdc086ab5f61c034c387336ef4201b6, '', 0, '?'),
(0xc3dcd8f9701f86740998c14e1ca41433, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/be.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/be.php', 1, 0x00000000000000000000000000000000, 0xf35f41b0e65fa2bcffd978a0e95260e0, 0xd702e65b76989f08cb3864a5d31e520628aa801c1611eb3994ea1c790ad80f68, '', 0, '?'),
(0x1f3260530d3b982ecdc99c732d2874c2, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/be_BY.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/be_BY.php', 1, 0x00000000000000000000000000000000, 0x66f2342747acef47dab5decc3eef24c8, 0x91fb89a2428a4e03cb2b284691e59bf67bf56102b6d42fcc13d62b0c46fd3ecc, '', 0, '?'),
(0xf15a4e5d1bc50a547d0cc3ab2d5ac67c, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/be_BY@latin.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/be_BY@latin.php', 1, 0x00000000000000000000000000000000, 0xa242bf9987ab4bd24ba388d8b870af2b, 0x85845d0c046e8e355f20c52c308e31319dda97f77bfdd76d1037c92b07e50de0, '', 0, '?'),
(0x47ff3da3c5edca768393b41517cb5642, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/bem.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/bem.php', 1, 0x00000000000000000000000000000000, 0x095e5b81f51aa1edfef6398be47ce014, 0xe81752d69ec0005b2923f6667300e1d3d917192e8cf12db589468ac20085ffac, '', 0, '?'),
(0x04f2e55a6626b42b82725aebadfe0274, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/bem_ZM.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/bem_ZM.php', 1, 0x00000000000000000000000000000000, 0xe57749b1d635ec7a42c9caa2c5e39e60, 0x6e6d4c69f2af8f2f99729304a9a4f755bccdb5bdb96b31aa5069eb6439e8c288, '', 0, '?'),
(0xf6c960bfd11876f4a6d34be1e5584235, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ber.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ber.php', 1, 0x00000000000000000000000000000000, 0xe8f4cd0ea15d0aff842ee0d13d316e16, 0xeb2c99c09e10801bd066a1fc0a45d40c37ba5f328c1342f4617819b7cee4fd10, '', 0, '?'),
(0x2885cc7858159787d36d443569c3eeda, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ber_DZ.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ber_DZ.php', 1, 0x00000000000000000000000000000000, 0x5133109131c0dea85b3cf9a3737f74b0, 0x7029fb4e2c750c2975f300a961c71203a1de19c86d657cd976f7f2b4cb7fe229, '', 0, '?'),
(0x2eb7e34c7ec74b3ff7ced3405bac2875, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ber_MA.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ber_MA.php', 1, 0x00000000000000000000000000000000, 0x5133109131c0dea85b3cf9a3737f74b0, 0x7029fb4e2c750c2975f300a961c71203a1de19c86d657cd976f7f2b4cb7fe229, '', 0, '?'),
(0xaf994a067eec0529434911582f4a18dc, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/bez.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/bez.php', 1, 0x00000000000000000000000000000000, 0x88d6cd673a168da462e11a367717d3bc, 0xf44658d8591f3fe9a153acd16d772ccee74ba8f899fe10f2f04b749df075a5fe, '', 0, '?'),
(0x9558415d528a0367880a5af67e03b92a, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/bg.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/bg.php', 1, 0x00000000000000000000000000000000, 0x612ba8899bf3e8c5a3d49d6b8957f609, 0xa60e2afdb271776c7d81663f6d16612e8ff8a9c57bb3f4b34c2aaf26fd58148a, '', 0, '?'),
(0x1357da6e3e890dfbaffca084021cae09, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/bg_BG.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/bg_BG.php', 1, 0x00000000000000000000000000000000, 0xe91c4a4bd98c1651d8f6f7fdc064e6be, 0x94174fde3a039bcff627518c5cbb32c42789ffe2055dfd67ead8c8f31a63d492, '', 0, '?'),
(0x00a395633abd2330fd6173d4133706d2, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/bhb.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/bhb.php', 1, 0x00000000000000000000000000000000, 0x59189067985230de24ef357e2461d2d1, 0xf6cd362d823f7d740f71c87357d5ae6ebffb2937423c5672355472902ae0006e, '', 0, '?'),
(0xf91f2a9ada132d1473b715ca89285954, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/bhb_IN.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/bhb_IN.php', 1, 0x00000000000000000000000000000000, 0xc9af42519a3f5b60b469e5a86672f76f, 0xae13caea0ebdd05c19b55b2d3bf4f60c1af4330e9a028fcf7a1946c1f34a4e9d, '', 0, '?'),
(0x75ec66291e9dfc726ba9e1a37ecd636e, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/bho.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/bho.php', 1, 0x00000000000000000000000000000000, 0xee749db27959b8fb87a60092e3f3b3d8, 0x70463a1bdded9d1182dd0b5bbed8a0ef1acc538b4a7ecb52220d16cd2c28d992, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x26827a6adc2f0e207d891f2525c5ed18, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/bho_IN.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/bho_IN.php', 1, 0x00000000000000000000000000000000, 0x48301db9279cc6b250df9511bce8d260, 0x20400f758331aa33b55f2062415dd35c5e66f831c38d270971900dd72366a21d, '', 0, '?'),
(0xca336ba86d6f5c5fd9c12f5b3d05599d, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/bi.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/bi.php', 1, 0x00000000000000000000000000000000, 0xbfc49601eb97f0a927cb7a90ed80ca9d, 0x89134e683657314960c56a75cfa21ec81fd5efb040a87277c39bd007da698e97, '', 0, '?'),
(0x0e8c10a2a5b9fd3c341310ed53a14451, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/bi_VU.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/bi_VU.php', 1, 0x00000000000000000000000000000000, 0xf1275e5d3a8fff77936fd5db73410473, 0x8ce733598d62af04fb2c36d358e8f2c6c6b7bd36cf7d69cf891c1eba8fba224c, '', 0, '?'),
(0xf40add185f4f8ec1132f2eaedd536180, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/bm.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/bm.php', 1, 0x00000000000000000000000000000000, 0x87f6891851ea251cd0ba85ce2263ae7a, 0xa459d9905143a983a778f749868847734e0c4a010d481a24587b87acece929f5, '', 0, '?'),
(0xb7560551ecbb221d672b458bd430aca1, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/bn.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/bn.php', 1, 0x00000000000000000000000000000000, 0x65e16c08403a99d6f5124b06aaab27c5, 0x09de76629c5e3b68055751a3bf23387a163931eea353b6784bcd1d826edb559d, '', 0, '?'),
(0x58f40eaed43c6e1a3920e068a0954f93, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/bn_BD.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/bn_BD.php', 1, 0x00000000000000000000000000000000, 0x4d648b06ea95603f124675886bee1f80, 0x35e08acfdd2cb31de78bc2950a4b9c9a658dcce8e0a2022a3e2575564fa45e32, '', 0, '?'),
(0x37916556ccd1494efce5befdbaaeedf9, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/bn_IN.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/bn_IN.php', 1, 0x00000000000000000000000000000000, 0xe0a114bad78bf8f7ecf4be4d77254f11, 0x8f8a8a0e421664b7cf8a284ec27c033381db162b6a33257195d85f7177041888, '', 0, '?'),
(0xf2111c5be20c9912d4215a1640329c67, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/bo.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/bo.php', 1, 0x00000000000000000000000000000000, 0xc5b08b2550d4ae777fcf562a9be91690, 0xeeb47d7b6a87f6e73010bc55cf61c83e870d9e2d02cdebf84062a642b20b51a5, '', 0, '?'),
(0x0ef9b4d2d1fac11bc0105cff93ef739b, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/bo_CN.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/bo_CN.php', 1, 0x00000000000000000000000000000000, 0x3e445912020a2f91c39566783b40676e, 0xbf5a0113b75930cb60bd343ed8c8f8d1a6baf451cb94416e9e27e6bf89cdd21f, '', 0, '?'),
(0x63e987a89c96363c7b926f6bb046c1cb, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/bo_IN.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/bo_IN.php', 1, 0x00000000000000000000000000000000, 0x2aa61fd82a9f188f2ba7b1d9dae529f5, 0x5333cebe3b61897c2abcb0111cf6b10e7ed481eb159578e5fdf1efcec8e9143c, '', 0, '?'),
(0x97f051922efe648630935cc8d893c600, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/br.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/br.php', 1, 0x00000000000000000000000000000000, 0xf8a3cea24a6bcca23717eb8eb74ab3cc, 0x1acb2f5087580835cbb27ae14f898d20fcd126cf1e94f6abac4a50cad92a3727, '', 0, '?'),
(0x1951b194c2ee9588652cc143ce8d90f9, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/br_FR.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/br_FR.php', 1, 0x00000000000000000000000000000000, 0xd659825a6ad6154b7719adcba2f90c01, 0x9ebb38a1edb755f9db1c1c2491fbcfbccaf105061ea1e29c0f6b81dd6df50ed4, '', 0, '?'),
(0x31f5067585c92c8e0b9e31536b6d8f68, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/brx.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/brx.php', 1, 0x00000000000000000000000000000000, 0x5f59314ebf4f9e6f66a8b587964b4c65, 0x685ea5306a45b5679ecada7aba2c3798085969cfee1a29037de59ff2d7aa75a8, '', 0, '?'),
(0xd95e1aaf90c831ff02ffbbc84ec87b64, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/brx_IN.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/brx_IN.php', 1, 0x00000000000000000000000000000000, 0xda9d548394f7c62a7d4426471911d4c5, 0x6a2be823f4cd0e66658c37961d00c16d8b214cccc36527fd5513a7cb61de8f86, '', 0, '?'),
(0xa97a75c4d5a68a694e269669c421aad9, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/bs.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/bs.php', 1, 0x00000000000000000000000000000000, 0x99d2b91a9c273334e7afb3f25c2647e4, 0x0e87a98581ca24d955b168bb3cfbaa9806eb5e47a79a1382b154b1906334e277, '', 0, '?'),
(0x1ed634d2455f971a2ca78292200c0d7a, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/bs_BA.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/bs_BA.php', 1, 0x00000000000000000000000000000000, 0x67f4e8dd74da0e28e8131183aa8fd010, 0xa670c4495e8c679a492e75ff8dd3f56f1138da4a1d95cbb46523c29e941e65d0, '', 0, '?'),
(0x88f7abe666840a0300168af6f27ad6a7, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/bs_Cyrl.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/bs_Cyrl.php', 1, 0x00000000000000000000000000000000, 0x2ca8cc4393c4accb5c4d07de74bf8785, 0xa83c3382e0df30d29663e4df0c54200384381b8177c007537d994758218b4d34, '', 0, '?'),
(0xe2db8695cebd9cfc7b692916638bdc72, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/bs_Latn.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/bs_Latn.php', 1, 0x00000000000000000000000000000000, 0x55fa57fb0221601f8453e32e2e30465f, 0xde2a1d673fef6fae866946b536c477d618e0106dd24a70abf9838673a1fcaa10, '', 0, '?'),
(0xf8726039edd868b3e9d87ab25364c687, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/byn.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/byn.php', 1, 0x00000000000000000000000000000000, 0xdf8dacb3581e3e76e19d191076610705, 0xc70997e1e217f2e620b87e8da90ff0804a92035e06482ab3ced9dc7a2da38a7e, '', 0, '?'),
(0x1ffc86f2eec909cdba3ba123b402a14f, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/byn_ER.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/byn_ER.php', 1, 0x00000000000000000000000000000000, 0x3031e70339063d868dfbeb4f92b0d194, 0x47b282c3eec1101b187aaef87b157b26e69d3f3d9f9d4e33145be8f73c7bc57c, '', 0, '?'),
(0x10f86c448d2d73412d79fd3ffd5a2bed, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ca.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ca.php', 1, 0x00000000000000000000000000000000, 0xe78579ce39345ddaa988cfb40bfd2f49, 0x4294d6c2e790ffebd69843ff79d6997b8fac45fecb11a033a251c6338dd980c1, '', 0, '?'),
(0xb422b666545758bf73d5f36a86e87245, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ca_AD.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ca_AD.php', 1, 0x00000000000000000000000000000000, 0xc1858a14ff5da1d3933994c363d60ab7, 0x35205ceb1598cd8df3c175f6c10e45d35c2f274ada3f181c54b8eff91fc8b6cc, '', 0, '?'),
(0x99dcc09ba72b11c58ebf029c87c86870, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ca_ES.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ca_ES.php', 1, 0x00000000000000000000000000000000, 0x44c764f8f0762055ba7b787e36936477, 0xbfbe3c97c10df15ae957d4b92dcc2ef37ff2d09d3ed402a8069df76807b84d17, '', 0, '?'),
(0x1985d67e4678766b0baa45cd8b575bd7, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ca_ES_Valencia.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ca_ES_Valencia.php', 1, 0x00000000000000000000000000000000, 0x068f451d0776c835f0885da627a6ecef, 0xf172c7d47f3c6c605778690c8db8985340484abbafb4e5aea545dcf7374e3dbb, '', 0, '?'),
(0x4a58218e79fdc5bc6dbb80b5a5525426, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ca_FR.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ca_FR.php', 1, 0x00000000000000000000000000000000, 0xc1858a14ff5da1d3933994c363d60ab7, 0x35205ceb1598cd8df3c175f6c10e45d35c2f274ada3f181c54b8eff91fc8b6cc, '', 0, '?'),
(0xb0006927509e3456ed27ffc395eb5a14, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ca_IT.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ca_IT.php', 1, 0x00000000000000000000000000000000, 0xc1858a14ff5da1d3933994c363d60ab7, 0x35205ceb1598cd8df3c175f6c10e45d35c2f274ada3f181c54b8eff91fc8b6cc, '', 0, '?'),
(0xc7fdf8a209ae5f9e643e01444f923cce, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ccp.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ccp.php', 1, 0x00000000000000000000000000000000, 0x1da03c8ca7722058138e30571a5dc3da, 0x8ab6543ed50b5254072f6b386ad66a286a4f6a9671e2485369ca90220cfcd1dd, '', 0, '?'),
(0x18a73d5cdd6ff6a7d69cd7b6c06ab580, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ccp_IN.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ccp_IN.php', 1, 0x00000000000000000000000000000000, 0x53c9104798d24590dd9ba3b1dc011e1c, 0x1ae68567fa60c2cea4b0d2e93869921c9f452f0c4144436fa574bca5ee7655a7, '', 0, '?'),
(0x8de0f4744ee2c0fa79b75c30508571d9, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ce.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ce.php', 1, 0x00000000000000000000000000000000, 0x919d1cb11b82974f7d0f725fdefd3162, 0x9e9d730411b736a18bf4508a20637d3fbba1b966dae282033507e6ce5a36b1e5, '', 0, '?'),
(0xb4024b76049f7c44e500d53858fe0b8f, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ce_RU.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ce_RU.php', 1, 0x00000000000000000000000000000000, 0x501eec3ada6944824a5781a28454c090, 0x3c4371f175803f2e1b7cf6aac9095ab2e93cd0ca8fc25a124fc8e2629dde64ec, '', 0, '?'),
(0x382535aef81b3e4c15166ebec18f6b95, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/cgg.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/cgg.php', 1, 0x00000000000000000000000000000000, 0xff7583b9362aa0206cdc898fec50c4a1, 0x03b6619161bf1417a38ed04b77d1431b82c391d573604a15db2d3116cb9aa7e3, '', 0, '?'),
(0xd48cd1bf27dfcd22d08807b7f67c3c5f, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/chr.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/chr.php', 1, 0x00000000000000000000000000000000, 0x17f6833bb14062a176ed0b4b1b8278c1, 0x417e899529ded714e6ab981230b74518bba4d290f873408adcaa099bb76fb3c0, '', 0, '?'),
(0xf6b175ad8cc0e64f06bed15ff125593a, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/chr_US.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/chr_US.php', 1, 0x00000000000000000000000000000000, 0x17a3d2b8c6253b6039599c493acbb366, 0x6e500577db21289321f7b9a5aa1509d4d0360c9d86651836fd8b34bb3dfc176b, '', 0, '?'),
(0x646609c4806cf87993b4cf17ed398335, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ckb.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ckb.php', 1, 0x00000000000000000000000000000000, 0xc699441a076e3d46b3ce8f41189911e7, 0x32a0c8ef7a5c01b737684d9747d4120b96011f928537b6bc81d19ff2e37c28c8, '', 0, '?'),
(0xb416402f19e089adae80ad54acafaf73, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/cmn.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/cmn.php', 1, 0x00000000000000000000000000000000, 0x92647c07b7a2b272200c4dc332bf121c, 0xd8283308d82a2713681371be484995cbba013481767f4d211dc433173ea27764, '', 0, '?'),
(0x2d525cecce4e9a8e1345f1a8ba2d2496, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/cmn_TW.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/cmn_TW.php', 1, 0x00000000000000000000000000000000, 0x122e3d83f7b2271aa9d6c5e2a514d6db, 0x9a53da9073024375e4559cf9ea8782e3afab080a2d4c1c102525e0f9a2805699, '', 0, '?'),
(0x33aef5896f13f2ff3652629c95e1a79b, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/crh.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/crh.php', 1, 0x00000000000000000000000000000000, 0xe24f40e1d79be1962774555975928c03, 0x96b46f4c1d6deb64f5ae6e3ecea15e86f5128ed0dc60f7e443d4380ef630f334, '', 0, '?'),
(0x19f7d3e790cfecd7c6fc7a892b2cf37f, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/crh_UA.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/crh_UA.php', 1, 0x00000000000000000000000000000000, 0x2997167057eeaac4a818fd83c46b95ab, 0x81893de54dc7e2425b09df86e07d6cc0e30d327e9e31855ee9dfed18fadb866c, '', 0, '?'),
(0x151b0ec75ade9bd3876b4962fa582da7, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/cs.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/cs.php', 1, 0x00000000000000000000000000000000, 0xc022a60ad96a94ad962e114571a5c3e0, 0x20fde0a73b3d7319a12622d67c76f97e17cc3e2c0d8e3bed6f5e175a531c3949, '', 0, '?'),
(0x9ad042b8cdc21d3883d21463b56f961d, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/cs_CZ.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/cs_CZ.php', 1, 0x00000000000000000000000000000000, 0xc9f6d7955b97ef87c4cadae939b938f5, 0x7b45ff5b97f355ccd12aba338420834d167cd2feb281f39339159cf582986981, '', 0, '?'),
(0x4ac7c0fa4c7e7db2fc28137af07189fe, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/csb.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/csb.php', 1, 0x00000000000000000000000000000000, 0xc5e682ed41c0f3fb75732afac48ff8c1, 0x4fe9b152216aafc082b6e1dc7c77f779729361d4ccf4c04f0946be9f5d560fa0, '', 0, '?'),
(0x3b8e067ef2ec32cc78cc3e12e52028f5, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/csb_PL.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/csb_PL.php', 1, 0x00000000000000000000000000000000, 0x37154fb3e96957c32ef78a5cdd1943be, 0xca5a401df59513e20de313ed34d881179b70066010769f1af3f6e913e980d8bb, '', 0, '?'),
(0x09a71afad68b52c38a54d95f1a0f4667, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/cu.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/cu.php', 1, 0x00000000000000000000000000000000, 0x735b987fa080e485dbf0695b540dafe9, 0xce04c9051bbb4a3fa90dbb5e7701c6071489277aaf7c7295821746a5090dc5f5, '', 0, '?'),
(0x1e5ab8807103e769a2dc252d826887a4, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/cv.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/cv.php', 1, 0x00000000000000000000000000000000, 0x269d1394c21c6766bf95e771a05df57b, 0xf146418b00d708f305db3d4bf6fce01cee7aa3f32779db660772134d13c1fb35, '', 0, '?'),
(0xb34b0734af571e7d1830a1c4af78cb5c, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/cv_RU.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/cv_RU.php', 1, 0x00000000000000000000000000000000, 0x8a0eeff389a35107004e12160f96e7d9, 0x878769967c373a58c159d01545fae4fc812d768d3be6ab5b0837b4ca3b076496, '', 0, '?'),
(0x7e04d8a91c8a78d345da009f79752105, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/cy.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/cy.php', 1, 0x00000000000000000000000000000000, 0x109e40b03d5ca89e0f2686770081a17a, 0xf13af375d4597e5b2562367609c201e64894ed9181964a23765e3032d2e8324f, '', 0, '?'),
(0xc5cececabf7e96e7f371a11ed76df3c7, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/cy_GB.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/cy_GB.php', 1, 0x00000000000000000000000000000000, 0xdff006396942fe72b122abc9f002b34a, 0x41b3028fad1861fac512f1484956695268108a3ae869e51767da1930e7af863c, '', 0, '?'),
(0x518800dd70d02e762b074f8d9674bec0, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/da.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/da.php', 1, 0x00000000000000000000000000000000, 0xb4e6fe9d16f25231a9811ecf4d1a568a, 0x9901bca3be1158247c354c57c4fa4af7b8a325ee8f9525ea7d386569b9d23b7b, '', 0, '?'),
(0x7d46445af924bbcbe20c00bb1f11fd4d, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/da_DK.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/da_DK.php', 1, 0x00000000000000000000000000000000, 0xdace4a065b8eaa73dc5170114a4907b7, 0xb79a0dc2053928fa27ea5a33bb5b604ed587508c1263a4a573b61100663827ef, '', 0, '?'),
(0xc8cd2c17ee87ad5556351b98a2cad834, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/da_GL.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/da_GL.php', 1, 0x00000000000000000000000000000000, 0x39355f92bed8624628c86b2695362384, 0xc3e65abca92723ec2e65bad3f9d0d49a625d8d244388f2fac4eec0fd388c21c0, '', 0, '?'),
(0xfbe56efe786b0124289a9a0d56a952b6, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/dav.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/dav.php', 1, 0x00000000000000000000000000000000, 0x70de965985aed3ae26e3d97b6e6712ed, 0x5b9dbbab6abb2acd3687cfb5ad2088d2059ea0b10f1ef7e2f026f5f34c92e439, '', 0, '?'),
(0xa733014969ad51e70bc982e0cd9545e1, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/de.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/de.php', 1, 0x00000000000000000000000000000000, 0x856a455424d596bd56cffbba3802d9be, 0xcf358eb5397b7e6c92c618d868f0b586f6a4080027098539122ad5719a030185, '', 0, '?'),
(0x9d9a5a5782c4beb67059d4883a717233, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/de_AT.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/de_AT.php', 1, 0x00000000000000000000000000000000, 0x5e83c9270dfee8e4afe7a8574d777863, 0x5b83fe045bdb7985b429f336babab25fb1c434ca3a801a00e54d5e4176c72055, '', 0, '?'),
(0x13c42d09847d37e0e861d587d4fa2afd, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/de_BE.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/de_BE.php', 1, 0x00000000000000000000000000000000, 0x95ee3d294c093a861631cd1ee14047a2, 0x970031818277fb6b0884b17ce37f32b761ba32cd209d791a20f2654bb70628dc, '', 0, '?'),
(0xd20fcaf1f6ec83d150dbac036facb5e8, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/de_CH.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/de_CH.php', 1, 0x00000000000000000000000000000000, 0xa965481f82415944408334f6364dbbce, 0xeaae87d1eafc1afecee89fd513a365bd0df42752da5643ef721dd0a1ef144126, '', 0, '?'),
(0xf3938670b32ec3656952f58944ce3c7e, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/de_DE.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/de_DE.php', 1, 0x00000000000000000000000000000000, 0x7c91ded81b722bc98f4c20f5406270e8, 0x3d69d8dcc051ca5d0ec4c0f1ec6ae9ef26d280eb7135645d8a6c1d6dd28dbe63, '', 0, '?'),
(0x9853424e7bef2084ee64dbd94828a35e, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/de_IT.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/de_IT.php', 1, 0x00000000000000000000000000000000, 0xc81f497add068691d2f947cf82e9ea13, 0x62ce9d1d7d638766409da3c4c66502001fbca9367a8cb3712cf4d4bc21931f8e, '', 0, '?'),
(0xcff81c44e5ef4e157118f18fa1f40282, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/de_LI.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/de_LI.php', 1, 0x00000000000000000000000000000000, 0xaaee107eeaa35f34ca8d2e9aecec6ba4, 0x9b1a1f8bd5bfd01682badfe30f26f8dacdf83019d945b608ee14b04b7bf9c32e, '', 0, '?'),
(0xa7357ccf281e7ab8f465f4cfb7649de9, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/de_LU.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/de_LU.php', 1, 0x00000000000000000000000000000000, 0x95ee3d294c093a861631cd1ee14047a2, 0x970031818277fb6b0884b17ce37f32b761ba32cd209d791a20f2654bb70628dc, '', 0, '?'),
(0x22702d0af305df3ef6f64d86a0ffe26b, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/dje.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/dje.php', 1, 0x00000000000000000000000000000000, 0x4ead528347abc97b116554f8ed49b991, 0xa58ba639d5f4e3f2dee08000dab8755cabd84419f5ad987ab41dde0b302295e6, '', 0, '?'),
(0x2cda226c5265b1310ec8485905ef3bdc, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/doi.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/doi.php', 1, 0x00000000000000000000000000000000, 0x319ef9b563d187e30e4c4bb3f91b23c5, 0xc1a69710ab4b193a32dcca927d09bcc62c4a690f43afeb7f634a8b1f479db95c, '', 0, '?'),
(0xcabdc8d4f5c770a79a66028ee8567ce3, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/doi_IN.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/doi_IN.php', 1, 0x00000000000000000000000000000000, 0x0ed7c8f78adf063fec954f9ce3de641a, 0x9a490e9acf44524e7d930260780f62285fef1986e381608bba776ff812cea69a, '', 0, '?'),
(0xf8b6848892647285f031747accb3873f, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/dsb.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/dsb.php', 1, 0x00000000000000000000000000000000, 0x2beff2de8df1858125bc591cee5ae7d4, 0x12ebdaf7f20974b59dbe8de49501f6902f7aa2aaac914f70602939e813402684, '', 0, '?'),
(0x2314091648608fb32daf5674a3f362e3, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/dsb_DE.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/dsb_DE.php', 1, 0x00000000000000000000000000000000, 0xded374715297fc73d5a0e0ee11fe4b88, 0xdab605f4e651eaefc9c76e5819af39b4869d45bf8be22537e1f70309e17b004b, '', 0, '?'),
(0xd2d88627c0864c2d83f021bd53b5be01, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/dua.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/dua.php', 1, 0x00000000000000000000000000000000, 0x8fd1875efe03c7f3b4381aff7546f7ca, 0x7cb7b3d0e0078b22e5710c6a7f840d9fe156a7ad307c00744802a66b6c4bb89d, '', 0, '?'),
(0xc02555af23050c8ca600df4f66f30e53, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/dv.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/dv.php', 1, 0x00000000000000000000000000000000, 0xb9e79e66fea69da06ce0cdf8a90da241, 0x6df0bc46f6c046c4a07925e40fbcec76c141ea38f07062d78eadbbacbf66c10e, '', 0, '?'),
(0xea65196be0cfb91d1588252b0c44212c, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/dv_MV.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/dv_MV.php', 1, 0x00000000000000000000000000000000, 0x4b27f64ad67e2a5f0a28a1f9d1271ded, 0x380f312c24094862b8dffd3d4885b4bd85017076caa657a63d6e29a86858f48b, '', 0, '?'),
(0x042c62f49c9d2c792f3e85f8532daa77, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/dyo.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/dyo.php', 1, 0x00000000000000000000000000000000, 0xdce787f3e4a9cd8bcb12f702f77c7075, 0xbe34641ace65537405ca8bca8d1a437238fed8f37cf89f7f15841a61869ea2e1, '', 0, '?'),
(0xe761232bdb2b839a84d5ccc472a9cdad, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/dz.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/dz.php', 1, 0x00000000000000000000000000000000, 0xedc03798a546367042e99edf373992d9, 0x36d5380fd729cfb01d6966b40a559dc9188a2b8248a977d00ffaeb0f9af65171, '', 0, '?'),
(0x87216cf8b23261842420712576457b8e, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/dz_BT.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/dz_BT.php', 1, 0x00000000000000000000000000000000, 0x69bd118a6bc684933822f5754d95d789, 0x912548c1ae87e87cd99c10612c8f1c8d5bfde24f24558c69a03f5a50de586c97, '', 0, '?'),
(0xbc7c7a427d72e9c65e0d7bbee3341f2a, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ebu.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ebu.php', 1, 0x00000000000000000000000000000000, 0xd4afadb3ded7db2d925eda9797c52354, 0x3f22f409b43f5b8d4f4adff40f207809b5ca46ad9fad489f8e0befb5a05e2563, '', 0, '?'),
(0x9fb609ef9f64b3952bc19c888fe1ccad, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ee.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ee.php', 1, 0x00000000000000000000000000000000, 0x1d7a089c5dd8c6f9c9427d52200aad8a, 0x5723fe5d1390ae5c81ee90cd71e39dede76b128ab87b26c6e742e9a385777765, '', 0, '?'),
(0xc60f4d4304812ac4ce075d4c884198a9, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ee_TG.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ee_TG.php', 1, 0x00000000000000000000000000000000, 0x218db00ebfdb633ffc3cab3ea3691f22, 0x5a9be6e76142e8a1767ad23052cc1ed0de7524f0cc2e4bc007d22a2421123226, '', 0, '?'),
(0x91a467c9c4ff8f88fb9f99432feb297c, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/el.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/el.php', 1, 0x00000000000000000000000000000000, 0x4ec1c5ba40bec1b48f54ed2afbb5546b, 0x661104ccbca9f3eb3b885ec739809137b4c86d534405eb11ff204203ac0aeca3, '', 0, '?'),
(0x20ccaa5c48b51f5677688fbb7475a83c, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/el_CY.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/el_CY.php', 1, 0x00000000000000000000000000000000, 0x6fb3927a3ef570331915fc414fa1e6ec, 0x818438373bed32e979641e84644f3ef2a2c7c50e777e75dc6f43699d18ba3a1e, '', 0, '?'),
(0x0530bac9f63159fa077c93d28c7c58e7, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/el_GR.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/el_GR.php', 1, 0x00000000000000000000000000000000, 0xa8333f0e055838843f65013a14d8b854, 0xd8f210f915341265de62069630b6f18144656c3b4475d3f2904794e57ed9fc7e, '', 0, '?'),
(0xb2d953683a5fc0230d2f4a4c1a7245f4, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en.php', 1, 0x00000000000000000000000000000000, 0x7ea51c1c824cf4732101ec23646af5ff, 0x40760ed7ad2826235aa61a57149ad94c733ba21922d3fc5c37fd3a6d19ca836f, '', 0, '?'),
(0xe9775860afd5ed113dd70d0d21cfac52, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_001.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_001.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0x69e0c5548871a79be10a0a43fc7bad0d, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_150.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_150.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0x2ddccf0a8e66daefad4278041784bfb7, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_AG.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_AG.php', 1, 0x00000000000000000000000000000000, 0xcdd216a79e2d203bd8ff60fb67cafad9, 0x0a054c38f67d63deb0667734c35bd4aa905ac0c64a47fc932ae8610cba2ce140, '', 0, '?'),
(0x54e40178a0d01fc87884758a35f7befa, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_AI.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_AI.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0xa024ff784c7250444c1b92b6d0a0b754, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_AS.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_AS.php', 1, 0x00000000000000000000000000000000, 0x7f2d0f8a1eeddf660c60d3d48e93e2e6, 0xf3ec0c266f58e95ddbc440ba6e088e0beb92699639ac2ca216680e7d0f491b81, '', 0, '?'),
(0xf3036c867800d28a20f249cc2e49eb0d, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_AT.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_AT.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0x2e5b2be6fbe9368144ec0b2ca8a77c25, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_AU.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_AU.php', 1, 0x00000000000000000000000000000000, 0xe824048649ba54f6a7d14cc5d507c669, 0x82c952306e44af8ec1b9d6d11f29572d62f9f93c69279b4d131d7a71d8c9e71c, '', 0, '?'),
(0x1a834d8120bfe98bb7e294d8744cc5f4, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_BB.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_BB.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0x289cf382613dab8e4f7ec5b970b47262, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_BE.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_BE.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0x887120a65184ed7f74736b16cd75aa67, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_BI.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_BI.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0x1903a29bdbf569ed10cde7b98d1b8660, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_BM.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_BM.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0xa5e26a99d8c3862bae3588782a90f25b, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_BS.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_BS.php', 1, 0x00000000000000000000000000000000, 0x7f2d0f8a1eeddf660c60d3d48e93e2e6, 0xf3ec0c266f58e95ddbc440ba6e088e0beb92699639ac2ca216680e7d0f491b81, '', 0, '?'),
(0x436821f4bbf96cf440741f8e0de41cdd, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_BW.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_BW.php', 1, 0x00000000000000000000000000000000, 0x7f2d0f8a1eeddf660c60d3d48e93e2e6, 0xf3ec0c266f58e95ddbc440ba6e088e0beb92699639ac2ca216680e7d0f491b81, '', 0, '?'),
(0x5f1147335c1bb9e671ca91b947a8f6ee, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_BZ.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_BZ.php', 1, 0x00000000000000000000000000000000, 0x7f2d0f8a1eeddf660c60d3d48e93e2e6, 0xf3ec0c266f58e95ddbc440ba6e088e0beb92699639ac2ca216680e7d0f491b81, '', 0, '?'),
(0x17fea9686943e333d25ce23dd25215b2, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_CA.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_CA.php', 1, 0x00000000000000000000000000000000, 0x36879b96c599c3bc887ce00d86614749, 0x97cb2e3c436c42450764ae24807fd8534de9539b9b6c79ddb12bd5e9749ebb02, '', 0, '?'),
(0xf52a49fa5ff51df318caed41e6e70ef3, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_CC.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_CC.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0x3014cc5546647abec83b43b9c4d297da, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_CH.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_CH.php', 1, 0x00000000000000000000000000000000, 0xbf7c99bfa60d2bfae7161d39c67563f4, 0xa03a168e9662e75b9d59f62d40fdd5dc41ec95ed62cd9b3a37cd9d9739d377ef, '', 0, '?'),
(0x5ca8a0bdab8c64e38bfb4290705f8869, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_CK.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_CK.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0x466e065165378788973d0c7a87c23bb1, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_CM.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_CM.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0x92d73cd4d04f51e1caadd7e46f742f75, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_CX.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_CX.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0xb417e75aed325c6f948b5bc49d2d8fce, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_CY.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_CY.php', 1, 0x00000000000000000000000000000000, 0xe538278ef1b25a6c62c6f6947f5c10a8, 0xe498ed21ec6309199bc1b02dd86163aa304d9b753c2d110b9a8d4e47256a783e, '', 0, '?'),
(0x1d3a4c5188a2797dda4d4b797df53cd6, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_DE.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_DE.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0x4a7e032bd5daaa3cb040aa0aec97eb60, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_DG.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_DG.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0x1acc77321039dcea622c231ffe81e9a2, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_DK.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_DK.php', 1, 0x00000000000000000000000000000000, 0x3b06889dc57f258900395b80286030bc, 0xf6568677e53ec7728927df9c95ecd2bf59c8cd156c6e3d17e514955d0e975751, '', 0, '?'),
(0xde17370a8881ae9c18dec001b459deac, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_DM.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_DM.php', 1, 0x00000000000000000000000000000000, 0x7f2d0f8a1eeddf660c60d3d48e93e2e6, 0xf3ec0c266f58e95ddbc440ba6e088e0beb92699639ac2ca216680e7d0f491b81, '', 0, '?'),
(0x87f28c3332bbd2f1b04dbbf5fa17a98b, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_ER.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_ER.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0x27a548f5cdbb359af63b9966984202a9, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_FI.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_FI.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0x5b1934274f8d7479e74cb5e13ed9b6fb, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_FJ.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_FJ.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0x6eedff3b31978aa9a8d988b3c07c817d, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_FK.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_FK.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0xfb3e04b14097ca0eb4f8ec6b17d4bc81, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_FM.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_FM.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0x475f625ad1cb872d3dc593798dae6206, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_GB.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_GB.php', 1, 0x00000000000000000000000000000000, 0x75bb5a3396f3743023763b8c42fbc3a1, 0x96c2cabae1298467c959a17a85a0918f8bb896fd60502d5f22fa7ac9179fe9a2, '', 0, '?'),
(0x5c38ff18a265684b88af382f3420b4b5, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_GD.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_GD.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0xa4f7cd1d3b988e961ebe3daec772d6f3, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_GG.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_GG.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0xfac7c16b161fe0643fcaea2ff313a64e, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_GH.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_GH.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0x36cdf85bc26ff8e674b178cc3b3d6990, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_GI.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_GI.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0x434d1f5ed724162f2fb1f17245c4f491, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_GM.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_GM.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0x1a7763e3c7e112f26abdb370347b2fa7, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_GU.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_GU.php', 1, 0x00000000000000000000000000000000, 0x7f2d0f8a1eeddf660c60d3d48e93e2e6, 0xf3ec0c266f58e95ddbc440ba6e088e0beb92699639ac2ca216680e7d0f491b81, '', 0, '?'),
(0xf081482e87e0cb65d00a6772c46546af, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_GY.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_GY.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0x90b0f385c69b21f371997d454893c8c8, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_HK.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_HK.php', 1, 0x00000000000000000000000000000000, 0x101724a4a607c1649d7050e86a940deb, 0xb183002f3341e78be2e7075bfe1c5a4de677b897daa3a90d6b3020f97254df34, '', 0, '?'),
(0x4712298a1afb8771a737d9b95b322e7b, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_IE.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_IE.php', 1, 0x00000000000000000000000000000000, 0x16408f87f48029c279cf2e7fc0403998, 0x2691727075143c19041210b4afd81fe88f5a3f5a63dbfc69853f5ea7fed8fcc0, '', 0, '?'),
(0x61a58073f232dab605f7f739a35913bc, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_IL.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_IL.php', 1, 0x00000000000000000000000000000000, 0x7895e295b417490f4f153897335ab4e5, 0x02eb6fedfd3d08d985242faa41230d7022f312d164ae6997c6dd1b7ce927c5ea, '', 0, '?'),
(0xd100d81889e92c87b186e5ed6e9d57a1, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_IM.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_IM.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0xc224b4765d845b4042b2eb515c9b3d7b, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_IN.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_IN.php', 1, 0x00000000000000000000000000000000, 0x8b6a8c33265302651c6f00e707a85fa0, 0xf62c129f85696e0812bbcc0b34ec5a79016df78d324d970b46bd4902ff676b62, '', 0, '?'),
(0xd2e6cde5d528e54527e8242fe61641f4, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_IO.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_IO.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0x6c978c3d8ca5f702922ed8f488f5d4c0, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_ISO.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_ISO.php', 1, 0x00000000000000000000000000000000, 0xc6609cccd24877ae045e68ae21e6baf7, 0x58b50e16f207ec43d9a071b564dc08eb74ba4512262b9b05f771e980b442df8d, '', 0, '?'),
(0x6fc48dfbcad60dea6ee9de5b152f1edb, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_JE.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_JE.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0xa40ec99f25049d704dbd35e39b5578a9, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_JM.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_JM.php', 1, 0x00000000000000000000000000000000, 0x7f2d0f8a1eeddf660c60d3d48e93e2e6, 0xf3ec0c266f58e95ddbc440ba6e088e0beb92699639ac2ca216680e7d0f491b81, '', 0, '?'),
(0x490cc14968ca3716168585659e1d0e78, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_KE.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_KE.php', 1, 0x00000000000000000000000000000000, 0x7f2d0f8a1eeddf660c60d3d48e93e2e6, 0xf3ec0c266f58e95ddbc440ba6e088e0beb92699639ac2ca216680e7d0f491b81, '', 0, '?'),
(0x9b9833314b8290d48127bb77ef643d91, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_KI.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_KI.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x7e2e4d158ff654511049bb30536d8601, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_KN.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_KN.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0x2e9f4d13aa540b9849c957a553f7c161, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_KY.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_KY.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0x22644150b156174f9b936fb8cab25d0d, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_LC.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_LC.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0xea75294db45359a2cb3d181ec8922593, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_LR.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_LR.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0x1dbf6e7c18885c81234e04bb7a84893b, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_LS.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_LS.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0x36a104066ffccb24e22cc369b09dd4e3, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_MG.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_MG.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0xc6246034f1ecede82b6843b577704a3d, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_MH.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_MH.php', 1, 0x00000000000000000000000000000000, 0x7f2d0f8a1eeddf660c60d3d48e93e2e6, 0xf3ec0c266f58e95ddbc440ba6e088e0beb92699639ac2ca216680e7d0f491b81, '', 0, '?'),
(0x6908fe053158b76c60028bfef9b6e967, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_MO.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_MO.php', 1, 0x00000000000000000000000000000000, 0x7f2d0f8a1eeddf660c60d3d48e93e2e6, 0xf3ec0c266f58e95ddbc440ba6e088e0beb92699639ac2ca216680e7d0f491b81, '', 0, '?'),
(0x023908d5236d929bf7be807930e91386, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_MP.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_MP.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0xe34b88a8f30ce9cb3e6ac6d5afd0177e, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_MS.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_MS.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0xc5ad40e1610bf6cda9fb45cc7790dc8a, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_MT.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_MT.php', 1, 0x00000000000000000000000000000000, 0x7f2d0f8a1eeddf660c60d3d48e93e2e6, 0xf3ec0c266f58e95ddbc440ba6e088e0beb92699639ac2ca216680e7d0f491b81, '', 0, '?'),
(0x0350a97a4b658e5e7098e1e37a0c42ee, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_MU.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_MU.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0x0f914dd21a933c2a8d7b0ded45609654, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_MW.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_MW.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0x422e7895b46d7bee8a6c5d6c7f0ab6f3, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_MY.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_MY.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0x67760be3edd8cd9f2dea743884ae76f0, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_NA.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_NA.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0x8261fcb37e25b7e941cf5ae96b072420, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_NF.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_NF.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0x47428830ba08ada76bcd6823c48f0cd5, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_NG.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_NG.php', 1, 0x00000000000000000000000000000000, 0xcf38333e1f9794db77b97f870def8cfe, 0x0e5b5ddfb439c2fbd477f70d48cc7afaff24e45219345f5b7af99ab5b4190648, '', 0, '?'),
(0x48455990bff85fabe4bec7ed33cc361d, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_NL.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_NL.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0x6baa025f4b4c38c0ba33cc1536a1893a, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_NR.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_NR.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0x99359b024f007da448f3715a53f8afa0, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_NU.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_NU.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0xbd260113575b68739755ec6dac795b76, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_NZ.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_NZ.php', 1, 0x00000000000000000000000000000000, 0xd5951cfb0c7c959b1f3240e9892918b5, 0x401f724db12a92a23e740b3fbcde710b4c7fbde8bce3ed3cf62c6317dca10206, '', 0, '?'),
(0xdd5c35bf41f39289e1a723e993411538, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_PG.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_PG.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0xc284adce47f0f78ec6d2e5efa0f32530, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_PH.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_PH.php', 1, 0x00000000000000000000000000000000, 0x101724a4a607c1649d7050e86a940deb, 0xb183002f3341e78be2e7075bfe1c5a4de677b897daa3a90d6b3020f97254df34, '', 0, '?'),
(0x8118675bc2c12232a679d0d0cd52982e, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_PK.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_PK.php', 1, 0x00000000000000000000000000000000, 0x7f2d0f8a1eeddf660c60d3d48e93e2e6, 0xf3ec0c266f58e95ddbc440ba6e088e0beb92699639ac2ca216680e7d0f491b81, '', 0, '?'),
(0xbd672f7a8c7d00050571167c337439cc, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_PN.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_PN.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0xb0eb4212e6c68191c73b086f6c459ad7, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_PR.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_PR.php', 1, 0x00000000000000000000000000000000, 0x7f2d0f8a1eeddf660c60d3d48e93e2e6, 0xf3ec0c266f58e95ddbc440ba6e088e0beb92699639ac2ca216680e7d0f491b81, '', 0, '?'),
(0x7929189ce2cac520c014549af69b8985, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_PW.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_PW.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0x212645eb9853ce6081b3155d83f8b9ea, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_RW.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_RW.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0x2332a3491776bd264ccf04d22e09a34b, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_SB.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_SB.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0xbf460d624284ba2b1d0d1acd8e77684a, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_SC.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_SC.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0xa4d3a277e2d0a2c7a53c7286425b2397, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_SD.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_SD.php', 1, 0x00000000000000000000000000000000, 0x5548c9f45c4510eba7c4a3a9a15f2ab7, 0xb8c072de63d2dc8a03e236bbf22e76fcde2582f77db814fff900d7eb3ea72315, '', 0, '?'),
(0x01b3f75eed86e06f623a0c4164bfdb9e, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_SE.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_SE.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0xa8e77986f7fb43415e3d0c6efc8c6c34, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_SG.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_SG.php', 1, 0x00000000000000000000000000000000, 0x828eb1ee6b019fe82e75c7f991835a8e, 0x5159e6ac8c9dac5231396e0f4ad551a1b33ba8b04e8bea312cdef8daed1f2997, '', 0, '?'),
(0xfaeb2a46fb5e460ca94443682171a04c, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_SH.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_SH.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0x625a7da3edd099b95e1f1c4cb88c9401, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_SI.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_SI.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0x66da9b3c750be62662d4d209989f330b, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_SL.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_SL.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0x4a1ee62188e32f80774b9a29c274c3ba, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_SS.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_SS.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0x56c9970ea0343ba8f9d81a3141af2852, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_SX.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_SX.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0x5b586ee3769c5d77a2053af053e208f3, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_SZ.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_SZ.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0x34df17cb9a2a9a1fce6b3159fd4971d6, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_TC.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_TC.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0x76efe988d030c9b19e2d83f1d9e08bde, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_TK.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_TK.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0x7f30cf583d0cbbb5ab73ceeecaf24a41, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_TO.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_TO.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0xaf9670cb3ddc7976e958e30ae9405ab2, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_TT.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_TT.php', 1, 0x00000000000000000000000000000000, 0x7f2d0f8a1eeddf660c60d3d48e93e2e6, 0xf3ec0c266f58e95ddbc440ba6e088e0beb92699639ac2ca216680e7d0f491b81, '', 0, '?'),
(0xfc2583d324a719fb43b1a2ea00e17a7f, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_TV.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_TV.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0xf88a70b9a5d2d4bda0cacacf96cefa8b, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_TZ.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_TZ.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0xa7bd086a166fc33975db41e8862209a1, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_UG.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_UG.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0x4d8bb4adc1572d14d08ab8cce103762f, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_UM.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_UM.php', 1, 0x00000000000000000000000000000000, 0x7f2d0f8a1eeddf660c60d3d48e93e2e6, 0xf3ec0c266f58e95ddbc440ba6e088e0beb92699639ac2ca216680e7d0f491b81, '', 0, '?'),
(0x7daa53d138e846a87101e5a57330f695, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_US.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_US.php', 1, 0x00000000000000000000000000000000, 0x7f2d0f8a1eeddf660c60d3d48e93e2e6, 0xf3ec0c266f58e95ddbc440ba6e088e0beb92699639ac2ca216680e7d0f491b81, '', 0, '?'),
(0x8731180e777b4e693de061de790846f2, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_US_Posix.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_US_Posix.php', 1, 0x00000000000000000000000000000000, 0x7f2d0f8a1eeddf660c60d3d48e93e2e6, 0xf3ec0c266f58e95ddbc440ba6e088e0beb92699639ac2ca216680e7d0f491b81, '', 0, '?'),
(0x94e8c89eac3b50579ed52d6c607a6674, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_VC.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_VC.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0xb3616a1b6277c9ff384c50d285c030c7, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_VG.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_VG.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0xecb7450b206ad7964f6def6cb6623ed5, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_VI.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_VI.php', 1, 0x00000000000000000000000000000000, 0x7f2d0f8a1eeddf660c60d3d48e93e2e6, 0xf3ec0c266f58e95ddbc440ba6e088e0beb92699639ac2ca216680e7d0f491b81, '', 0, '?'),
(0xfb2996e2b02a29d33a288ff8680b9967, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_VU.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_VU.php', 1, 0x00000000000000000000000000000000, 0xc17adfffee0eef0bf500b8b131d375f4, 0x7edb69509b6a2859db3e8f0b8e270b7ac7037f9aae39bfdf43ed426d08374170, '', 0, '?'),
(0xedc12e6a627caf94f777962c152f473d, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_WS.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_WS.php', 1, 0x00000000000000000000000000000000, 0x7f2d0f8a1eeddf660c60d3d48e93e2e6, 0xf3ec0c266f58e95ddbc440ba6e088e0beb92699639ac2ca216680e7d0f491b81, '', 0, '?'),
(0x891ecc93e284981767f853db4f731255, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_ZA.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_ZA.php', 1, 0x00000000000000000000000000000000, 0x9958fe43ca4f6179d8c97604b7ab7a3d, 0xb97701322a20d1ff160b48192327bd5b69318f3a3afce1b5456a72cae45f3825, '', 0, '?'),
(0x8f7e3b2e4a2b9b288db6fb1325a1ea21, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_ZM.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_ZM.php', 1, 0x00000000000000000000000000000000, 0x65fd80019b3888b930427318cbb05ee3, 0x03f01bab264f3882346b517dcb90e3b3148f2d6f26ed52dd0d88d12e4a319c73, '', 0, '?'),
(0xfa638046ba1336b456d1c32a0a22005c, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_ZW.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/en_ZW.php', 1, 0x00000000000000000000000000000000, 0x7f2d0f8a1eeddf660c60d3d48e93e2e6, 0xf3ec0c266f58e95ddbc440ba6e088e0beb92699639ac2ca216680e7d0f491b81, '', 0, '?'),
(0xbef2d158485c9cdfeed4268d5cded666, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/eo.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/eo.php', 1, 0x00000000000000000000000000000000, 0x4c433dd63c4d1b397c9a7706b40e9caf, 0x534f9b45db4c3a902268e80db298462ba85b853028d51f7b74ebfeec2a549efb, '', 0, '?'),
(0x9b2738f43f4d66c6d9aa6c703e408703, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/es.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/es.php', 1, 0x00000000000000000000000000000000, 0x3c0a59e9141a0625a39c75c42070368a, 0xdc73f6fb7f88aeac5e942bc5c322895ad3c07134ecd57baac0d1291eabb14c51, '', 0, '?'),
(0x25b6e09626b2a2346e9fb7fd2b6dbdb6, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/es_419.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/es_419.php', 1, 0x00000000000000000000000000000000, 0x01d87c38f7554110ecd0f692b88f8056, 0x2c0a91e87ccddb82246315744215d169a7ecffef8b7890f071d49ab9317ef71f, '', 0, '?'),
(0xcd8a4e397aa672b9ffeb41cf49a3dacf, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/es_AR.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/es_AR.php', 1, 0x00000000000000000000000000000000, 0x01d87c38f7554110ecd0f692b88f8056, 0x2c0a91e87ccddb82246315744215d169a7ecffef8b7890f071d49ab9317ef71f, '', 0, '?'),
(0x134c16f1cf19eaee8a329a4870d368db, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/es_BO.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/es_BO.php', 1, 0x00000000000000000000000000000000, 0x26477ca834ccdd621eb053bbfbe25f5c, 0x7350e1dd1b25c7f9f5bebf5de2c08dd6a053b6486e85b78f7f2c11d6f01b4265, '', 0, '?'),
(0xd3744cbcb37aa0afa5fb17c21a83d9ca, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/es_BR.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/es_BR.php', 1, 0x00000000000000000000000000000000, 0xda643897d97183685277da0c4507b16b, 0x7c3ab98c72910768eae04670ddd66f9641ad3d24b6fc259dd0f7618766cf6d2d, '', 0, '?'),
(0x87f55db148624efd75736fc88aba3e7f, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/es_BZ.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/es_BZ.php', 1, 0x00000000000000000000000000000000, 0xda643897d97183685277da0c4507b16b, 0x7c3ab98c72910768eae04670ddd66f9641ad3d24b6fc259dd0f7618766cf6d2d, '', 0, '?'),
(0xc583723df8884b171f735b1590b210c2, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/es_CL.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/es_CL.php', 1, 0x00000000000000000000000000000000, 0x01d87c38f7554110ecd0f692b88f8056, 0x2c0a91e87ccddb82246315744215d169a7ecffef8b7890f071d49ab9317ef71f, '', 0, '?'),
(0x58956f623421231ea245fd38cc3cb92a, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/es_CO.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/es_CO.php', 1, 0x00000000000000000000000000000000, 0x01d87c38f7554110ecd0f692b88f8056, 0x2c0a91e87ccddb82246315744215d169a7ecffef8b7890f071d49ab9317ef71f, '', 0, '?'),
(0x063ab04527da143d24714b5309ccaee9, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/es_CR.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/es_CR.php', 1, 0x00000000000000000000000000000000, 0x0f7e164289efc2d123f53ebab4495337, 0xd3d290f2966b486e433447980dd64776c4df0d84d39fa98bec5ec9d17569ffca, '', 0, '?'),
(0x7638600f94218fc21bafad44ef18d5ce, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/es_CU.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/es_CU.php', 1, 0x00000000000000000000000000000000, 0xccdd3d6eb98381ae90c33e8633f9c38e, 0xa9fee18c33e6ca8d6bcaf666aa602e065e14e39d57811a35d646daa9c1b18e15, '', 0, '?'),
(0xf1d0b0d790efbce5c81de6bdda09cceb, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/es_DO.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/es_DO.php', 1, 0x00000000000000000000000000000000, 0x6a95c6f64a8331b3563b5d1e8d73ab69, 0xccd4d0c35a3bdd48b5db49b370b56f492c83fabf4c24112519fe4ca0fee3d655, '', 0, '?'),
(0xe9e25c10aab61b933830bfca497c190a, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/es_EA.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/es_EA.php', 1, 0x00000000000000000000000000000000, 0xccdd3d6eb98381ae90c33e8633f9c38e, 0xa9fee18c33e6ca8d6bcaf666aa602e065e14e39d57811a35d646daa9c1b18e15, '', 0, '?'),
(0x7ac07d0efcc23b181a29508fb2689a36, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/es_EC.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/es_EC.php', 1, 0x00000000000000000000000000000000, 0x01d87c38f7554110ecd0f692b88f8056, 0x2c0a91e87ccddb82246315744215d169a7ecffef8b7890f071d49ab9317ef71f, '', 0, '?'),
(0xdd8ccb6407fef94f8a921d347a5ea32a, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/es_ES.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/es_ES.php', 1, 0x00000000000000000000000000000000, 0xbcbd2ae8a78a9227bd203b80202fa50c, 0x99ec167e18d9a399cdafcde0b132c1e22036e0c75e1b19cbc6db250b596166eb, '', 0, '?'),
(0xdd0dfa7210791861b70254664334a94e, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/es_GQ.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/es_GQ.php', 1, 0x00000000000000000000000000000000, 0xccdd3d6eb98381ae90c33e8633f9c38e, 0xa9fee18c33e6ca8d6bcaf666aa602e065e14e39d57811a35d646daa9c1b18e15, '', 0, '?'),
(0xaa36d516a6474bfdda04bbeb8d7bf930, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/es_GT.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/es_GT.php', 1, 0x00000000000000000000000000000000, 0x01d87c38f7554110ecd0f692b88f8056, 0x2c0a91e87ccddb82246315744215d169a7ecffef8b7890f071d49ab9317ef71f, '', 0, '?'),
(0x8abeeb7ae22a0eb229b4ba2e6c4caa25, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/es_HN.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/es_HN.php', 1, 0x00000000000000000000000000000000, 0x01d87c38f7554110ecd0f692b88f8056, 0x2c0a91e87ccddb82246315744215d169a7ecffef8b7890f071d49ab9317ef71f, '', 0, '?'),
(0xbd6b744800d1595a0be653225b76e705, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/es_IC.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/es_IC.php', 1, 0x00000000000000000000000000000000, 0xccdd3d6eb98381ae90c33e8633f9c38e, 0xa9fee18c33e6ca8d6bcaf666aa602e065e14e39d57811a35d646daa9c1b18e15, '', 0, '?'),
(0x0e7767d62343daad5fe31fe4203da74c, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/es_MX.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/es_MX.php', 1, 0x00000000000000000000000000000000, 0x201ae4ca19f59d8e277aff5c753f2798, 0xde1e95a1df7e164b570d8cde1ea8b5fcf1a72031b601526d840fa99892e4f157, '', 0, '?'),
(0x596ebabe169f62b478ae13e9d4efac1d, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/es_NI.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/es_NI.php', 1, 0x00000000000000000000000000000000, 0xaf1f1fd1b0f5c870c0f8c9f01b8b3069, 0x27599ff52977b2a3f0ee5113f7fd06c70d6bf79cd196695fac2685332a9e6c27, '', 0, '?'),
(0x5d383fab5ccb7b4036d615844ad6fdf4, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/es_PA.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/es_PA.php', 1, 0x00000000000000000000000000000000, 0x01d87c38f7554110ecd0f692b88f8056, 0x2c0a91e87ccddb82246315744215d169a7ecffef8b7890f071d49ab9317ef71f, '', 0, '?'),
(0x2b558f2ff853a6e9048964f062e5f366, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/es_PE.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/es_PE.php', 1, 0x00000000000000000000000000000000, 0x01d87c38f7554110ecd0f692b88f8056, 0x2c0a91e87ccddb82246315744215d169a7ecffef8b7890f071d49ab9317ef71f, '', 0, '?'),
(0xa3559b77dcc0b5997dd9f0123ad9da6a, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/es_PH.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/es_PH.php', 1, 0x00000000000000000000000000000000, 0x619d72ddc66640f6da9112404cddf6c6, 0xdf7eaf1d882364012d0864a15beaaf5f4ac4bce11932faf4696eb087f9fd628b, '', 0, '?'),
(0xe7a4e399e4c55b81ff079cefc71795f6, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/es_PR.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/es_PR.php', 1, 0x00000000000000000000000000000000, 0xaf1f1fd1b0f5c870c0f8c9f01b8b3069, 0x27599ff52977b2a3f0ee5113f7fd06c70d6bf79cd196695fac2685332a9e6c27, '', 0, '?'),
(0x0c93bc401669206e151435eafa15c5fe, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/es_PY.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/es_PY.php', 1, 0x00000000000000000000000000000000, 0x01d87c38f7554110ecd0f692b88f8056, 0x2c0a91e87ccddb82246315744215d169a7ecffef8b7890f071d49ab9317ef71f, '', 0, '?'),
(0xe1385714c7dbaead5b227756ce6ba550, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/es_SV.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/es_SV.php', 1, 0x00000000000000000000000000000000, 0x04352238966fd08e09bc95fcf60137fb, 0xf9bd16921f3a88812677a38bbb4cde6c5d4e15bcffae96a06c93d0a01a333da4, '', 0, '?'),
(0x69d47b4bf29b37cb07b099582b07c574, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/es_US.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/es_US.php', 1, 0x00000000000000000000000000000000, 0x6789aed13eda1332deaf95a05379717e, 0x7c8e35a40d030c81326975808776b043dfdc790c4b0acbdd8f067534ff0c7de5, '', 0, '?'),
(0x814713586e848f90abd84da3da115b1c, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/es_UY.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/es_UY.php', 1, 0x00000000000000000000000000000000, 0x4d63e0999b0eb4cdde5a682118164c4c, 0xe8b47fadfa8f4ad64f3168c0decaf38a4fb61ecbd3dcada3cb8c3d0328c7acc1, '', 0, '?'),
(0x6f52d6766b7310530eed4a816a30ff3b, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/es_VE.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/es_VE.php', 1, 0x00000000000000000000000000000000, 0x01d87c38f7554110ecd0f692b88f8056, 0x2c0a91e87ccddb82246315744215d169a7ecffef8b7890f071d49ab9317ef71f, '', 0, '?'),
(0xa66e75eabc9044ecc0c244e21108aa04, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/et.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/et.php', 1, 0x00000000000000000000000000000000, 0x8ffc5bafd7d56bfa6d04a8f1f20e00d0, 0xd66f03e50df5867f89f4df636e1db1c4d52e4d76f174f690add82e50d5c0e169, '', 0, '?'),
(0x50e71cbf3f0a18464f3b3939cc96e7ca, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/et_EE.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/et_EE.php', 1, 0x00000000000000000000000000000000, 0xd20eaf86e56a46e592a10d8fd7beeaac, 0x9b51a43dc44ba9e184eab69eba43cb89a1ad061a425df1d6d164f3ba417068b2, '', 0, '?'),
(0x9fa844a34a100df2c4d4bde611d0a0e5, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/eu.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/eu.php', 1, 0x00000000000000000000000000000000, 0xed7edac7883c75047d015de65e4cab79, 0x6cd79fe18a964e6a6a418f7982dbec26709b61a3fa11c227b5f1be6ae28cefec, '', 0, '?'),
(0xa328ec3bea239f18321c121a76ec11ec, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/eu_ES.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/eu_ES.php', 1, 0x00000000000000000000000000000000, 0x0a0f04ce737c19904ba69ceeb1340cdd, 0x79f14267d00b71eb17bbc9ae863f78a64f362486ad3177f47e07c5418ac24d9d, '', 0, '?'),
(0xacdd3d4051097c3cc527f002200740a3, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ewo.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ewo.php', 1, 0x00000000000000000000000000000000, 0x0ab3c500e34d363bb37e42e3d23cc9e4, 0xd005e4188e28575e83b169b1be482dbc200948c3b1e8e8806ad029f52fb935dd, '', 0, '?'),
(0x50408bf0483e88c2ef09754ad5105f82, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fa.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fa.php', 1, 0x00000000000000000000000000000000, 0x0d28aaef097a35170e2665a6206b7884, 0xdfe3b195b7bd09339910e157cdfb7becc4b1c473c465681bb3f55479d88eff70, '', 0, '?'),
(0x6a776ee4d9cf1a087fc9745820cf1bc8, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fa_AF.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fa_AF.php', 1, 0x00000000000000000000000000000000, 0x7e9bd6844ac476af65ba310541427b1c, 0x8a7bf3cc227ac9e4c11f9b8bd3f8a6504d09c032251e7a86b8e7d724954cdbf7, '', 0, '?'),
(0x718a98ecbf5e1b485aedb432c1692c26, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fa_IR.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fa_IR.php', 1, 0x00000000000000000000000000000000, 0x70948b33c1cc54e11d80cdfa0b20a0b3, 0xfd80467bf97fa8e5765280f2cb44b40b5ff5e96557bd1f0c40c762eae8bfcdcb, '', 0, '?'),
(0xc56c83ef61fb46d2d14efb58641929be, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ff.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ff.php', 1, 0x00000000000000000000000000000000, 0x11e648669dd17aec028bf6282f5fdb9a, 0x52ea2a72cb713f5e803977d588c1ac575fca55afc3299dfdae8d1a590c32dad1, '', 0, '?'),
(0x2b15b2d31b47a9b887cae3c4d89373b0, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ff_CM.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ff_CM.php', 1, 0x00000000000000000000000000000000, 0xfc69d7a649e9ca76abdf16d264c1facf, 0x8e06eb425207bd1c6086444d77f29d1cfa81b952e3abd7cc3530f2d81d755e86, '', 0, '?'),
(0x145389719210f7ef829f132ed9879b55, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ff_GN.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ff_GN.php', 1, 0x00000000000000000000000000000000, 0xfc69d7a649e9ca76abdf16d264c1facf, 0x8e06eb425207bd1c6086444d77f29d1cfa81b952e3abd7cc3530f2d81d755e86, '', 0, '?'),
(0xc3b047305b40570c2f359f25583b13b0, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ff_MR.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ff_MR.php', 1, 0x00000000000000000000000000000000, 0x70e6144f0e5f49294684b1edd1cde85c, 0x2e98521fff84b5c22a4cd8a76c7e9fd3f3a6d286d8b10403ac1491f6eb531b01, '', 0, '?'),
(0xce9e7e51193399bdcfd5e5bf1e8b7baa, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ff_SN.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ff_SN.php', 1, 0x00000000000000000000000000000000, 0x5bbaf67d71d0701b65930f066e37cdf0, 0xd0c4ea1d0d3acdc6e95c38181e03dc3c344982d5e6e08550c11941d4eaba8095, '', 0, '?'),
(0x0520a35057bc6b74760605f39d970f67, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fi.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fi.php', 1, 0x00000000000000000000000000000000, 0x0d6c1ae88c59ecf251e77cf5fcf64c5c, 0xd24da3cc262d7ef0d349b91fd1dcc3f27737819ae2f804bc7d0bf86c4087eeb0, '', 0, '?'),
(0x33670ebd1a3f7da61b18e2eb6abe4d1a, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fi_FI.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fi_FI.php', 1, 0x00000000000000000000000000000000, 0x8da44440f35e3f1d7f01e71bf4eb6368, 0xa41f6f378cb4af0bd250f2bbc8fed69cf013eb8f109ebe162ef6f6d82dc747f0, '', 0, '?'),
(0x422b2cd771c1556734c6cc46693837cc, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fil.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fil.php', 1, 0x00000000000000000000000000000000, 0x059a3c75e3c44ee885662112af7004d6, 0x8ca2fdfcddf9bef0f31143ff42b3d4f48d8041ca857c40332e30c101c4cca818, '', 0, '?'),
(0x8d09f729bd0a48476800e38fc9cfab5a, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fil_PH.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fil_PH.php', 1, 0x00000000000000000000000000000000, 0xcdf45c23a30900132bd6dc3a4043bf61, 0x608664d765c24761c03ac4bd9c626f398a37a3828045d7951efacea220e611e1, '', 0, '?'),
(0xe45319313607d335720079c7c14c20b1, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fo.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fo.php', 1, 0x00000000000000000000000000000000, 0x1efe5db8ce611c56263afbee3ef02937, 0xc2ddd59780658db5a654da486871b69ddd830cef7722be473722960a00b0aeb3, '', 0, '?'),
(0x2efb59c1b4ae131f497e0c4d62e1b6ce, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fo_DK.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fo_DK.php', 1, 0x00000000000000000000000000000000, 0xca0b69d0654e3ebd7a4e8a3e5b1b67e1, 0xd7a8ca4f0fc19829db4e1af5daa8259edaf83075f31e87a1a39961c4fdf31d5d, '', 0, '?'),
(0x25c39ceb4d01e9417c8cd6096d276489, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fo_FO.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fo_FO.php', 1, 0x00000000000000000000000000000000, 0x117d29e5238678b901c5c7af29cedb26, 0xa151d882b313063151b755c9617c1b8c726fd8cbc1a49929bb16699c0b76c99e, '', 0, '?'),
(0x7943165de0316fbadbc343e170f1d4dc, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr.php', 1, 0x00000000000000000000000000000000, 0x8d7dd66756c2a2a416c083b4152cb9e7, 0x1a50d1aae75420e113b27a0fe40fdc1fb1e2d92de7143a5a918ba43299b1fabf, '', 0, '?'),
(0xd54603fed5b52653353c7f561b3ddb89, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_BE.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_BE.php', 1, 0x00000000000000000000000000000000, 0x3b88873d642888e461a9b3a22975e537, 0x5b40286ba406eac24273925959ac7afb6b595dc30dba24302e4186904be28c06, '', 0, '?'),
(0xd7046cf2517148a619fdfaef22875757, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_BF.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_BF.php', 1, 0x00000000000000000000000000000000, 0x774c401b59903a5c141cbd7d1ad62798, 0x41c7e1609b39c1b45869baa5f9b3693deaad481cbace2262a4e1ca9125000493, '', 0, '?'),
(0x2831e88af4f69f33addb73398b89ad55, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_BI.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_BI.php', 1, 0x00000000000000000000000000000000, 0x774c401b59903a5c141cbd7d1ad62798, 0x41c7e1609b39c1b45869baa5f9b3693deaad481cbace2262a4e1ca9125000493, '', 0, '?'),
(0x071eca6211b9f0bcc3fadc53d5a37ca4, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_BJ.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_BJ.php', 1, 0x00000000000000000000000000000000, 0x774c401b59903a5c141cbd7d1ad62798, 0x41c7e1609b39c1b45869baa5f9b3693deaad481cbace2262a4e1ca9125000493, '', 0, '?'),
(0xf5d86e93dc9aafca2d7846e4d1b70e82, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_BL.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_BL.php', 1, 0x00000000000000000000000000000000, 0x774c401b59903a5c141cbd7d1ad62798, 0x41c7e1609b39c1b45869baa5f9b3693deaad481cbace2262a4e1ca9125000493, '', 0, '?'),
(0x195830734e5383987b19f4cc52bea450, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_CA.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_CA.php', 1, 0x00000000000000000000000000000000, 0x28fa1e407b99e9fd9ce976f9682cf64c, 0xb2d3557473f5f478966d8ad0362c86e2d4971f1ff39956b8ff36979a1ebc29ce, '', 0, '?'),
(0x77ab9604ca43ea6a73cec51ccb12d772, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_CD.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_CD.php', 1, 0x00000000000000000000000000000000, 0x774c401b59903a5c141cbd7d1ad62798, 0x41c7e1609b39c1b45869baa5f9b3693deaad481cbace2262a4e1ca9125000493, '', 0, '?'),
(0x682836f66d5eeed9a5769b4781b45bec, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_CF.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_CF.php', 1, 0x00000000000000000000000000000000, 0x774c401b59903a5c141cbd7d1ad62798, 0x41c7e1609b39c1b45869baa5f9b3693deaad481cbace2262a4e1ca9125000493, '', 0, '?'),
(0xb83f6fe54efbd1046c8ee10baf180e91, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_CG.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_CG.php', 1, 0x00000000000000000000000000000000, 0x774c401b59903a5c141cbd7d1ad62798, 0x41c7e1609b39c1b45869baa5f9b3693deaad481cbace2262a4e1ca9125000493, '', 0, '?'),
(0x4d9886f97fb0b7f99b1df0d1362d7f5b, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_CH.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_CH.php', 1, 0x00000000000000000000000000000000, 0x3faf11be6378f10221aab2cad4ab18ff, 0xf5f6cda12f38fa4a2b577625c86f74449f8a8e8e9d3be4e9cd43f26311242428, '', 0, '?'),
(0x9b061c757a42ff03e695d4252dfdf20f, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_CI.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_CI.php', 1, 0x00000000000000000000000000000000, 0x774c401b59903a5c141cbd7d1ad62798, 0x41c7e1609b39c1b45869baa5f9b3693deaad481cbace2262a4e1ca9125000493, '', 0, '?'),
(0x360524001af72e28bd3ce603b82de263, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_CM.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_CM.php', 1, 0x00000000000000000000000000000000, 0x6576e4fe11cb71f352ab8bddb115fa0a, 0x0a16964f9c43d1f44055dbe13a61f48fc4a07692e0d1893063809720525542a0, '', 0, '?'),
(0x74fd00e621ac6485c05105d9898f89d3, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_DJ.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_DJ.php', 1, 0x00000000000000000000000000000000, 0xfe254c424a699372160badf4cea4936c, 0xe14b18d9e9c8a8f1cfb36adf6ba1a658061c6c76c5a4b8a43ce460718b81bbf0, '', 0, '?'),
(0xd27e9d00a6127ab55600d09a36722ca3, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_DZ.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_DZ.php', 1, 0x00000000000000000000000000000000, 0x5f9f8f70b7e5e03e8eb8a18c1e20aac2, 0x600ec61fb6fcef92ece8abf835ca93fa9de233cca712e6b8c26bbe776fa81c4b, '', 0, '?'),
(0xee30db81fd9a7a5549b98c6299cb9519, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_FR.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_FR.php', 1, 0x00000000000000000000000000000000, 0x774c401b59903a5c141cbd7d1ad62798, 0x41c7e1609b39c1b45869baa5f9b3693deaad481cbace2262a4e1ca9125000493, '', 0, '?'),
(0x76d95be6029a49597d065f7a9dae9cda, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_GA.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_GA.php', 1, 0x00000000000000000000000000000000, 0x774c401b59903a5c141cbd7d1ad62798, 0x41c7e1609b39c1b45869baa5f9b3693deaad481cbace2262a4e1ca9125000493, '', 0, '?'),
(0x3b17fc0be8e7f934ddbd3407aa2e7127, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_GF.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_GF.php', 1, 0x00000000000000000000000000000000, 0x774c401b59903a5c141cbd7d1ad62798, 0x41c7e1609b39c1b45869baa5f9b3693deaad481cbace2262a4e1ca9125000493, '', 0, '?'),
(0x8a8ef5777edc801290898ddee9c1b65f, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_GN.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_GN.php', 1, 0x00000000000000000000000000000000, 0x774c401b59903a5c141cbd7d1ad62798, 0x41c7e1609b39c1b45869baa5f9b3693deaad481cbace2262a4e1ca9125000493, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xe9c15388de226411a4b333d2cc310af0, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_GP.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_GP.php', 1, 0x00000000000000000000000000000000, 0x774c401b59903a5c141cbd7d1ad62798, 0x41c7e1609b39c1b45869baa5f9b3693deaad481cbace2262a4e1ca9125000493, '', 0, '?'),
(0x8fa7b11ef153ecb8aef3d89c6ead1e96, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_GQ.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_GQ.php', 1, 0x00000000000000000000000000000000, 0x774c401b59903a5c141cbd7d1ad62798, 0x41c7e1609b39c1b45869baa5f9b3693deaad481cbace2262a4e1ca9125000493, '', 0, '?'),
(0x6788c671b7a8551b44256213ce3b8a4c, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_HT.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_HT.php', 1, 0x00000000000000000000000000000000, 0x774c401b59903a5c141cbd7d1ad62798, 0x41c7e1609b39c1b45869baa5f9b3693deaad481cbace2262a4e1ca9125000493, '', 0, '?'),
(0x23056c821c3c5338740e094ab8aff29d, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_KM.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_KM.php', 1, 0x00000000000000000000000000000000, 0x774c401b59903a5c141cbd7d1ad62798, 0x41c7e1609b39c1b45869baa5f9b3693deaad481cbace2262a4e1ca9125000493, '', 0, '?'),
(0xe84dd0cec4f3e5c1703ad879f167ce06, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_LU.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_LU.php', 1, 0x00000000000000000000000000000000, 0x2fcd08de72dcbb6c99d4bc337c6df7fa, 0xfc048eab0dab575ff95e274fa2e7aa93303c64eb9e99718dc5ce8f47924ef6f2, '', 0, '?'),
(0x787a622c572fcdca7e06f7c4f3f0512f, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_MA.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_MA.php', 1, 0x00000000000000000000000000000000, 0xf6523132fcd88dad22cf3e042b096e21, 0x58d274e02767d28e9b9edbfdaf2f14652f780f96c620569fa262e591688dede4, '', 0, '?'),
(0xeaef69160e26262d857ef44935a710f8, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_MC.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_MC.php', 1, 0x00000000000000000000000000000000, 0x774c401b59903a5c141cbd7d1ad62798, 0x41c7e1609b39c1b45869baa5f9b3693deaad481cbace2262a4e1ca9125000493, '', 0, '?'),
(0xdfafaeccfba7e0ef7ec14b2421f0e7cb, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_MF.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_MF.php', 1, 0x00000000000000000000000000000000, 0x774c401b59903a5c141cbd7d1ad62798, 0x41c7e1609b39c1b45869baa5f9b3693deaad481cbace2262a4e1ca9125000493, '', 0, '?'),
(0x306fcc1e3840e279d32aeb3afb78dfc9, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_MG.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_MG.php', 1, 0x00000000000000000000000000000000, 0x774c401b59903a5c141cbd7d1ad62798, 0x41c7e1609b39c1b45869baa5f9b3693deaad481cbace2262a4e1ca9125000493, '', 0, '?'),
(0x64f07df3d5a4d80bb353757675607ac1, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_ML.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_ML.php', 1, 0x00000000000000000000000000000000, 0x774c401b59903a5c141cbd7d1ad62798, 0x41c7e1609b39c1b45869baa5f9b3693deaad481cbace2262a4e1ca9125000493, '', 0, '?'),
(0x1ca00627b506df32c1492c592f5fe87b, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_MQ.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_MQ.php', 1, 0x00000000000000000000000000000000, 0x774c401b59903a5c141cbd7d1ad62798, 0x41c7e1609b39c1b45869baa5f9b3693deaad481cbace2262a4e1ca9125000493, '', 0, '?'),
(0xf0b06aa2e3dfe13d6eb40fd8453c1be5, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_MR.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_MR.php', 1, 0x00000000000000000000000000000000, 0x8f4d9e4725405e2d1203b9c83e47eb2a, 0xf87d22e9c42f2e0ba3984f30306f05c34f6fcfe50c61a0dbac37d84cd17996ff, '', 0, '?'),
(0xb2fade3e89f159247941b2716a823e71, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_MU.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_MU.php', 1, 0x00000000000000000000000000000000, 0x774c401b59903a5c141cbd7d1ad62798, 0x41c7e1609b39c1b45869baa5f9b3693deaad481cbace2262a4e1ca9125000493, '', 0, '?'),
(0x333c343b668588426a2d57e4c54f9200, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_NC.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_NC.php', 1, 0x00000000000000000000000000000000, 0x774c401b59903a5c141cbd7d1ad62798, 0x41c7e1609b39c1b45869baa5f9b3693deaad481cbace2262a4e1ca9125000493, '', 0, '?'),
(0xdb1c467ab282221474f51190216f2484, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_NE.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_NE.php', 1, 0x00000000000000000000000000000000, 0x774c401b59903a5c141cbd7d1ad62798, 0x41c7e1609b39c1b45869baa5f9b3693deaad481cbace2262a4e1ca9125000493, '', 0, '?'),
(0xef1834323ec3aef56e3e557539e11c3c, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_PF.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_PF.php', 1, 0x00000000000000000000000000000000, 0x774c401b59903a5c141cbd7d1ad62798, 0x41c7e1609b39c1b45869baa5f9b3693deaad481cbace2262a4e1ca9125000493, '', 0, '?'),
(0x6f6785e851065590e3399569d02941bd, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_PM.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_PM.php', 1, 0x00000000000000000000000000000000, 0x774c401b59903a5c141cbd7d1ad62798, 0x41c7e1609b39c1b45869baa5f9b3693deaad481cbace2262a4e1ca9125000493, '', 0, '?'),
(0xd96d1eb9e238bae4c1739369f6b118b4, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_RE.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_RE.php', 1, 0x00000000000000000000000000000000, 0x774c401b59903a5c141cbd7d1ad62798, 0x41c7e1609b39c1b45869baa5f9b3693deaad481cbace2262a4e1ca9125000493, '', 0, '?'),
(0xfebb5ce488a0cb4013b892a7ce8c61e8, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_RW.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_RW.php', 1, 0x00000000000000000000000000000000, 0x774c401b59903a5c141cbd7d1ad62798, 0x41c7e1609b39c1b45869baa5f9b3693deaad481cbace2262a4e1ca9125000493, '', 0, '?'),
(0xaa67c2d5885d0a8e4f7814313dc9734e, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_SC.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_SC.php', 1, 0x00000000000000000000000000000000, 0x774c401b59903a5c141cbd7d1ad62798, 0x41c7e1609b39c1b45869baa5f9b3693deaad481cbace2262a4e1ca9125000493, '', 0, '?'),
(0x36e287974888379c59e6e47676c8afbf, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_SN.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_SN.php', 1, 0x00000000000000000000000000000000, 0x774c401b59903a5c141cbd7d1ad62798, 0x41c7e1609b39c1b45869baa5f9b3693deaad481cbace2262a4e1ca9125000493, '', 0, '?'),
(0x1fe9abd1f46d2f36640f815436c2fd51, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_SY.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_SY.php', 1, 0x00000000000000000000000000000000, 0x5f9f8f70b7e5e03e8eb8a18c1e20aac2, 0x600ec61fb6fcef92ece8abf835ca93fa9de233cca712e6b8c26bbe776fa81c4b, '', 0, '?'),
(0xff50506bff5b8b55da4736b0d4cb150f, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_TD.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_TD.php', 1, 0x00000000000000000000000000000000, 0x8f4d9e4725405e2d1203b9c83e47eb2a, 0xf87d22e9c42f2e0ba3984f30306f05c34f6fcfe50c61a0dbac37d84cd17996ff, '', 0, '?'),
(0xdf3a32bbedad208c701832377c25906d, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_TG.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_TG.php', 1, 0x00000000000000000000000000000000, 0x774c401b59903a5c141cbd7d1ad62798, 0x41c7e1609b39c1b45869baa5f9b3693deaad481cbace2262a4e1ca9125000493, '', 0, '?'),
(0x3f9eb7cb59516e8ca0b714987f3bcdd2, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_TN.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_TN.php', 1, 0x00000000000000000000000000000000, 0x1a4e2a423960b8d497170e1cec88d282, 0x21a1ad9a8c3059d7f3013ca1745664075acf74fd2508d5cd703f371f9979e464, '', 0, '?'),
(0xbe2c685198617dd42d70069a18d77d9b, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_VU.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_VU.php', 1, 0x00000000000000000000000000000000, 0x8f4d9e4725405e2d1203b9c83e47eb2a, 0xf87d22e9c42f2e0ba3984f30306f05c34f6fcfe50c61a0dbac37d84cd17996ff, '', 0, '?'),
(0xd78eb884533f71fd0dbf1e34f7c45318, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_WF.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_WF.php', 1, 0x00000000000000000000000000000000, 0x774c401b59903a5c141cbd7d1ad62798, 0x41c7e1609b39c1b45869baa5f9b3693deaad481cbace2262a4e1ca9125000493, '', 0, '?'),
(0x396c50e429bdf6598f18880045fa8bbb, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_YT.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fr_YT.php', 1, 0x00000000000000000000000000000000, 0x774c401b59903a5c141cbd7d1ad62798, 0x41c7e1609b39c1b45869baa5f9b3693deaad481cbace2262a4e1ca9125000493, '', 0, '?'),
(0xbe053c68d990025c8e1e7abafa48f3c6, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fur.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fur.php', 1, 0x00000000000000000000000000000000, 0xc9c5cbf573eee2551028c3298a43b434, 0x11d14bf58e969e645f52e2baab9460e64b459a927fe8e34f68c6a781fa35847f, '', 0, '?'),
(0x83f0c5774ee94fd69d86f77d74968884, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fur_IT.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fur_IT.php', 1, 0x00000000000000000000000000000000, 0xe80ebe6489a3ae06a7961b34b2210aee, 0x1840510c0f3c449b068670db1c54e4681174f29ede2032031abff2b8121363ed, '', 0, '?'),
(0xabe4f6fead904bf72a59b00630aa4648, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fy.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fy.php', 1, 0x00000000000000000000000000000000, 0xd7aaf007a1dfd9779138c0abbedd1a65, 0x48df561bb2c19d44db9e6951ad11f7538bd041cd75657b8201460939686dd81d, '', 0, '?'),
(0x78aa752612108b500efa2b9a260be80e, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fy_DE.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fy_DE.php', 1, 0x00000000000000000000000000000000, 0x350d930dede3ccbe5d028a73d1b51371, 0xd3813ad4b413193b6a5689be10e77b222d538e985c3f50fceae7873a138058e5, '', 0, '?'),
(0x2d9c4064b1f604a0f3a7e378a73df1f7, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fy_NL.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/fy_NL.php', 1, 0x00000000000000000000000000000000, 0xb053e82b739110ac4d1d24d4389b90af, 0xc863d0fc81fc0c8ac2a2bbaed59f380238e25019bc26dc73ed0d0351d87c2a7d, '', 0, '?'),
(0x79539bd0d2de064d8c98fc436506a745, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ga.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ga.php', 1, 0x00000000000000000000000000000000, 0xc71dbe9a04cdbe711e9cf913d6bb4554, 0x82779ac5ced73eeeead8d7491a9a970c2a68eba74883b8cb79d2552e29f5e7d7, '', 0, '?'),
(0x4b91d6fc5be099e1b2d5ef71562fa53d, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ga_IE.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ga_IE.php', 1, 0x00000000000000000000000000000000, 0xa5b77a796679cffb50309e69590e6e10, 0x95c1efd715c86f0c464bfbf77609810f7761e6076fdc198d084db9d824905e03, '', 0, '?'),
(0x470b24a95caa67db7e48468de67f1e2e, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/gd.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/gd.php', 1, 0x00000000000000000000000000000000, 0x43ef7d65c4707a9755dd0f94ac174a7c, 0x08f44bf72f86c04c65c5226c3b807ed437184e3a3f8e6a48e50d7bc83f6d8a2e, '', 0, '?'),
(0xfd58b320e85ecf76668846f506379f3c, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/gd_GB.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/gd_GB.php', 1, 0x00000000000000000000000000000000, 0xf351791e72e744617d6a7a7260e7af68, 0x9ea461d622e724f69f68d8e0515b01f0642e4565b2867d98307823ea405acb7a, '', 0, '?'),
(0x75e7f3ac2a99b2d6c8c283827fbaa5e8, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/gez.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/gez.php', 1, 0x00000000000000000000000000000000, 0x6c82ccc7fbfd2a702617af6128fd44e4, 0x3bda2b7faeb5deea8bfbfe9a5406b4e92b813ab3956ceb63813aa95fc27c36a0, '', 0, '?'),
(0x879079109f40bd9f818ccee0083f487d, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/gez_ER.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/gez_ER.php', 1, 0x00000000000000000000000000000000, 0xac430b4f72a98ea748adde5d22b1143d, 0x59335ca73cd9b5dbda14341bab84ff0fa8edfacc35f5b0a1eaedc5886ca7f0a9, '', 0, '?'),
(0xc07cfa04594e84a2d6ecc73d8220d2f8, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/gez_ET.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/gez_ET.php', 1, 0x00000000000000000000000000000000, 0x0e3a1befd4ecee9714f4713dc87dd222, 0x99819bac6e4e67b7ec2f871ad695a6b1c393e2d334e16deb469a0057eea65830, '', 0, '?'),
(0xbb8a5c2eba610d49420bc5dd33193841, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/gl.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/gl.php', 1, 0x00000000000000000000000000000000, 0x485036e03457b480698f00aa47a765a9, 0x74f7b11185c50fc7f8a5d753efc5dd9390946db8c6dd0ab7ac7122d72d8a26fc, '', 0, '?'),
(0xf6f90128a8d2387df669860242b3457d, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/gl_ES.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/gl_ES.php', 1, 0x00000000000000000000000000000000, 0x54b7e47d5b5320a815d6b37d515386b9, 0x9ab9f5aac25fae8a4604429dddc4fbd7c27bf9942cc31035138e62375ac01d03, '', 0, '?'),
(0x97513725ea7507d741fd80a2071d300c, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/gom.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/gom.php', 1, 0x00000000000000000000000000000000, 0xffa05cc827521c343f724f5258990a8b, 0x1288f4fd8e89a50b0830f33bde03222a546ef4c8e8ca192b780e297945315e6b, '', 0, '?'),
(0xd57ab638098fa6d874c36da78d1f5e36, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/gom_Latn.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/gom_Latn.php', 1, 0x00000000000000000000000000000000, 0x089875898cf60c4d814256683b76a270, 0x5776c8fb8a86e61841e20d54fdcf8c2bc9e7a33ef9522b49afe6b1b2d021017f, '', 0, '?'),
(0xe1009af0285c4076e2246af502832fb5, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/gsw.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/gsw.php', 1, 0x00000000000000000000000000000000, 0xbf5fc4cb4d41d6feebd7ff80ba8f1cbd, 0xaddbf2b87aa4c294d4c55341d60e0305ed2622ca76e83b5c4029ba228740d687, '', 0, '?'),
(0xbdda23844bef4049bb2d866a76f73aaf, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/gsw_CH.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/gsw_CH.php', 1, 0x00000000000000000000000000000000, 0x2b4860fb85c7f69d79a6e82b2ebf07bb, 0x11f32a105631967ed4614445d168cf705470d301edf42a766a253c934fc99e8f, '', 0, '?'),
(0x884d46b9177acefceb150cae902c6b5c, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/gsw_FR.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/gsw_FR.php', 1, 0x00000000000000000000000000000000, 0xe294c40a6c6ab0a1af4164ebdfaf7f59, 0x98c5e0bef9dadd337b2904bfbc144ce595e6dbb7d3ee948f1dda694df8cb3e07, '', 0, '?'),
(0xce6c8aa0b8e7e33fa8e98ef4009a6964, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/gsw_LI.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/gsw_LI.php', 1, 0x00000000000000000000000000000000, 0xe294c40a6c6ab0a1af4164ebdfaf7f59, 0x98c5e0bef9dadd337b2904bfbc144ce595e6dbb7d3ee948f1dda694df8cb3e07, '', 0, '?'),
(0x8aba66d4e8cd59563d886c9bbed85bfa, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/gu.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/gu.php', 1, 0x00000000000000000000000000000000, 0x5d31a1b14d78da11fd467f6b46485b54, 0x77b5cd523d6874067e75ce63db02ab77e5bcf8538bfa2087f52fd986a158659b, '', 0, '?'),
(0xd886280838f92c59db0a8ae0bbc29b2b, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/gu_IN.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/gu_IN.php', 1, 0x00000000000000000000000000000000, 0x62777dfa31b77ba4d5cbd437f004caae, 0x4833d6c8ebeca165249232890838046b2dba02d8b6e6221f723105fdee0c7ef2, '', 0, '?'),
(0x1fca718ce85f642e03c68771755ca53b, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/guz.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/guz.php', 1, 0x00000000000000000000000000000000, 0xc652de60688809702cf4e3abe84fd23b, 0xb12ab105e170c2159dca1ddb5d225faa9c9406784ce57197f79ed0d1d1a45725, '', 0, '?'),
(0x1f6501b28c1b1bf941fbf23296973c09, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/gv.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/gv.php', 1, 0x00000000000000000000000000000000, 0xb8020adde981a4d419bd0eea8e0f4cfc, 0xfaa2c4fe259918b058f25b5e056d2e225e99738a622cc0a46f28eacba2285ff8, '', 0, '?'),
(0x91210015eae60404bf170be04232baa7, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/gv_GB.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/gv_GB.php', 1, 0x00000000000000000000000000000000, 0x97e1a27adad93f741f05f4021d91336e, 0x453e5c8453e2a61bf7974aee781da6af865b809d0a3e0b83745975569a7646f4, '', 0, '?'),
(0x3bfd79d60bde24d2fd06c664a18893b4, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ha.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ha.php', 1, 0x00000000000000000000000000000000, 0x4b4cee1104fcc4e97bcea038cf313ef8, 0x96cfa1398b2b49e4270ac5345fd39aca63bf35d4ce2c91b6b49e6a1f76e9301e, '', 0, '?'),
(0xc82b0368d3ae019fdd14753c7fe216eb, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ha_GH.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ha_GH.php', 1, 0x00000000000000000000000000000000, 0x2a1c529bbabdf65ca4964c0441436f32, 0x00a3837768306c109dde50ad4bfc920793b0ac4996508bd474a5680692d23759, '', 0, '?'),
(0x8e7cb2d51512e1225326255325f6abe2, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ha_NE.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ha_NE.php', 1, 0x00000000000000000000000000000000, 0x2a1c529bbabdf65ca4964c0441436f32, 0x00a3837768306c109dde50ad4bfc920793b0ac4996508bd474a5680692d23759, '', 0, '?'),
(0xf9188e5b30151ddc3125c1b1b711444a, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ha_NG.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ha_NG.php', 1, 0x00000000000000000000000000000000, 0x2a1c529bbabdf65ca4964c0441436f32, 0x00a3837768306c109dde50ad4bfc920793b0ac4996508bd474a5680692d23759, '', 0, '?'),
(0xbc17ed9db560cdddb1abc830b32be5d1, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/hak.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/hak.php', 1, 0x00000000000000000000000000000000, 0x1116a1eb4e96dd0521487aadb3c16b11, 0x368866957378f30cfc755f5974622d51711c222d4c6d82d4216ecdbd3fcdcb55, '', 0, '?'),
(0x0bd834dcc1c97552aac49ce9ac13e5c9, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/hak_TW.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/hak_TW.php', 1, 0x00000000000000000000000000000000, 0x21aba0474e22f69a6fef82c6a2726a38, 0x076f42eb56698a8dcfd54d00aef5c6a856b7c579c706ff1ca6b2fe017ebe4f63, '', 0, '?'),
(0xa1ae0378ce26ecd16f7cb3ff1dc27928, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/haw.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/haw.php', 1, 0x00000000000000000000000000000000, 0xc2ed5f1e020bf7669be550b88bd1141f, 0xd745eea95a5f7a51d61b20adb7ec072732c20b83de37153ad75c496bc1aa8c9b, '', 0, '?'),
(0xeb34a7a0e203e315001be34bb7eab446, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/he.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/he.php', 1, 0x00000000000000000000000000000000, 0x46a29323d4d8eaf86eebd1e879345ca2, 0x9243a8eedc6e5c441764f296e1dc452153abef92215feaf9ee27d0e5fd1efe89, '', 0, '?'),
(0x8f499526dee7246bdf7fa82c96dcd676, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/he_IL.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/he_IL.php', 1, 0x00000000000000000000000000000000, 0x3f29292caf25d00b1a74d5f12ca6873b, 0xbadd373ee456775ce7a80d7d1007004222b5862ba26b65448d55b340c3f535b7, '', 0, '?'),
(0x7067dd3f6139e2685bb156a19cbbb914, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/hi.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/hi.php', 1, 0x00000000000000000000000000000000, 0x64979adeebeea6b6ab16f273c0aceef2, 0x6b9a3deafc04ff92375559f28933e9017a54a8d5c3194c687fa41fc59f7e2c28, '', 0, '?'),
(0x54d5776fde0579de081f3aa60339c521, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/hi_IN.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/hi_IN.php', 1, 0x00000000000000000000000000000000, 0xa662d9a34b148235e5edbdcfa5a60473, 0x38ecf5899419286704c32f871647c6cb63520574edfed1d7120f7e9cf6113653, '', 0, '?'),
(0x3cdf559a45c7fb002c62bdac22623409, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/hif.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/hif.php', 1, 0x00000000000000000000000000000000, 0x5e1df05ed2495aeb9dc1185dc3e3e02d, 0xa31c3349b70f277f370041a4e8fbb04588e4b4c01be4db905cb48517f557b518, '', 0, '?'),
(0xdbdd0407f3e94f94d3ad3d2bcf27520b, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/hif_FJ.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/hif_FJ.php', 1, 0x00000000000000000000000000000000, 0x9efe2b9803472b83fe48309ff72e6d67, 0xfe47f441ec6f71efb6c42e5de358e640ee358fa6951c233cca5eb8a167a52a7e, '', 0, '?'),
(0xefe2d58eea48b073b0d34f9b030ecc64, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/hne.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/hne.php', 1, 0x00000000000000000000000000000000, 0x1294d25a712c263871934d0a8b69f089, 0x69c58fa43f92bac1bc9eac03b64915ecf74b1ee12a6a5dbcdf7d7618d6cdc074, '', 0, '?'),
(0x55217a1ceb7a3f3ee85a9192520c198b, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/hne_IN.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/hne_IN.php', 1, 0x00000000000000000000000000000000, 0x6a89413a22efbc5408f7d8d3663bed88, 0xc6195aa71f52645eb4790cca7656cb6b690844ba0401a690790a321f820e0bd9, '', 0, '?'),
(0x184fb41a26aac74f9e759a8831cbc755, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/hr.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/hr.php', 1, 0x00000000000000000000000000000000, 0x5e3bb42fa5f614eec1d56c7e529b92e5, 0x17495abfa985f466e267e7fee1e943e2d94d03c78a1e6c30ae1693fed881d6f7, '', 0, '?'),
(0x4abeaa723301324e223730c06ab97eb9, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/hr_BA.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/hr_BA.php', 1, 0x00000000000000000000000000000000, 0x045b74b62ed7170ee612b9ddecc3f68d, 0xd0f85452ce93b24f919ee57dba77b27549e569c230d225d05112c78b2a9fd8bc, '', 0, '?'),
(0x7f4f39c0ac9b30be613a9008da39c264, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/hr_HR.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/hr_HR.php', 1, 0x00000000000000000000000000000000, 0xb0c82441c9bfd07e9f79557226249446, 0x83df56599185f223dcf7a6c3178d5c665d011cfaff836c4a28f61b5cefb5a797, '', 0, '?'),
(0x3cccdfb89e0e1ade3aadc20918c131aa, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/hsb.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/hsb.php', 1, 0x00000000000000000000000000000000, 0x4fb36327eb647cc3691b18a328e0a19f, 0x43dfaba98113ceddf0fe16841db1637976ec91d947aa8728bf9d37c95dabb0bf, '', 0, '?'),
(0x142bd915e815ebe98c56f310e2e84a92, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/hsb_DE.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/hsb_DE.php', 1, 0x00000000000000000000000000000000, 0xa1ad4f046ce0810f7972316d1d4256c7, 0x8080b288de785d5c94f5007b6e2ca76a4ef638e24b5cac92bb3b4ef32d760d08, '', 0, '?'),
(0xc15b3617a45e6e7e3b3b70c30d79eb79, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ht.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ht.php', 1, 0x00000000000000000000000000000000, 0x3e65ba1295ffed65edc2b1fec9e96640, 0x5f0375edba038ea99f482272a4313cf7cb58e3e05c4e6eff853f5544972f31d6, '', 0, '?'),
(0x2a940510fc8b9ec549401447991e98da, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ht_HT.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ht_HT.php', 1, 0x00000000000000000000000000000000, 0xa9deeb660ea887756689ceccc455335b, 0xeefcba383de3a6f3248838cca48e17fc557618e0d485e0878f675a0cf44bbbed, '', 0, '?'),
(0x13b3f743d1d258eddd061abdaf06667c, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/hu.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/hu.php', 1, 0x00000000000000000000000000000000, 0x6e50097faf2a7e3871195eb58e7569e7, 0xbce6af88a7c2650a973785676f5148d4c012951d4a37d092306985300f87d0a0, '', 0, '?'),
(0xe3d516c315a36109a8da7c7f247e2a94, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/hu_HU.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/hu_HU.php', 1, 0x00000000000000000000000000000000, 0x9bf75d281d9ff7d4f42184a3c22c32f6, 0x75958b87f6680090cea8bbe82193de958f715f39fbbb2aca72999ded350a93ca, '', 0, '?'),
(0xeaef4f0b8ed754206cb3651c2d457ea7, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/hy.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/hy.php', 1, 0x00000000000000000000000000000000, 0xbc824c61945138e1649d53967f71808b, 0xe78464155fa0cef9da6aef0b0133e5d17670f29b7e10787b37ab2bb9f01fefc2, '', 0, '?'),
(0x0c91c37f26961f362dd62ddd10a87a0d, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/hy_AM.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/hy_AM.php', 1, 0x00000000000000000000000000000000, 0x61784a1ebe43f5ec5af8c6e6c058416e, 0x52904ccbdcf2ea88457dfba7f6723f9edad901dd51e69bf02dc0db0d07bc4949, '', 0, '?'),
(0x3eb7282e623669fd56f8282b7159fd94, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/i18n.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/i18n.php', 1, 0x00000000000000000000000000000000, 0x70d0d5df84ac1b62a09e993f02baf569, 0xac6f821364e5d04bea895a2f6bdb363369986fcf140535e90db6f1c588e963fb, '', 0, '?'),
(0x4d8cb70f78065450cf75b3d2cfdd8bdd, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ia.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ia.php', 1, 0x00000000000000000000000000000000, 0xa06d03ce010f4921988f569638f56103, 0x39d9c223fe16a304915c9d4dba08da57df57a725f6d71363290295ff4d8fb673, '', 0, '?'),
(0x88ef06d91851e7be76236d472c2de5bf, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ia_FR.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ia_FR.php', 1, 0x00000000000000000000000000000000, 0xaf6cc523346333a427c912c5668d52ab, 0xaf783518a52b6377cb31b0130c55164dfd1e47a1a5046f699265490cd323336c, '', 0, '?'),
(0xa4b495c3487193ef705473fe4d69d1b2, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/id.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/id.php', 1, 0x00000000000000000000000000000000, 0xc7d9d7f3069279cfc1c85a90e0a1985e, 0x707c6e37c156c22a100f7373cde99cbca2a85dd38dcca61a54e0cff3cb22e495, '', 0, '?'),
(0xbdaf13b8232cd1210068a6be5adcd52c, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/id_ID.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/id_ID.php', 1, 0x00000000000000000000000000000000, 0xacabcb8149314e43e96ad40c05a0bb92, 0x8f818a1f4390253c203b6c21638dc296cbb552034339f11f387260584e44739b, '', 0, '?'),
(0x84e39ec8988924f5cdf30ad5ec728729, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ig.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ig.php', 1, 0x00000000000000000000000000000000, 0xb44a96f9aee07c00d8f94c2ce4544d6d, 0xba1434340140328fddafa213c4bf3c7014a9361abd2c53d3ea5811cc4b022995, '', 0, '?'),
(0x5727e05b56ca894d0e850c8a94e9d327, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ig_NG.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ig_NG.php', 1, 0x00000000000000000000000000000000, 0x7ae019d99e1d6fce6941f7906a478294, 0x8fcaa9e69bc82d71359255baab2b00c64ac2fc226b4d1b53e9d83b7611b17a21, '', 0, '?'),
(0xf43b4b7d147aff74ec03c31c8abdb3e7, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ii.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ii.php', 1, 0x00000000000000000000000000000000, 0xc1a72e60ab666f92769b48a7901a5a4f, 0x28631f43c3e0c59147d53575920496e746704f05c285d216c20bd39d5031470e, '', 0, '?'),
(0xe0dae585b7ea90f6a362ddc72cb00036, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ik.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ik.php', 1, 0x00000000000000000000000000000000, 0xf9a9cc3183305cdd50d55dc888acbb32, 0x17b240852013556c7e59967928bb8aa9fa3e5e851ae06d7c3e5b5898de35aea1, '', 0, '?'),
(0xed34bcb11a3837c5438ac3ff1b086034, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ik_CA.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ik_CA.php', 1, 0x00000000000000000000000000000000, 0xf493f01d50f2c99412f3519febfddb52, 0x06bdce4cb8d4ce5c7b97f589e76eb1774f973a4ec07c7bbad6bb35ce5e5aa44e, '', 0, '?'),
(0x37565fc42d111cef6d2f26c6fa7a22ba, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/in.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/in.php', 1, 0x00000000000000000000000000000000, 0xacabcb8149314e43e96ad40c05a0bb92, 0x8f818a1f4390253c203b6c21638dc296cbb552034339f11f387260584e44739b, '', 0, '?'),
(0x9c09723754bff9ebd6cbaab1c49515d7, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/is.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/is.php', 1, 0x00000000000000000000000000000000, 0xbcbba5c7e54d982faa4dd68f97958380, 0xf38cb30f138744555ae11e8802bbd777ba751324e48d651cdbe97f7e5dcbbd4b, '', 0, '?'),
(0xb96a94267ff9e82d5f0613bd5ca27ec5, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/is_IS.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/is_IS.php', 1, 0x00000000000000000000000000000000, 0xeacb6dcb2cddac9074607124595a39b6, 0x6321c2de4d135e4e3657474ece17501122ff8ae6b28eb589d920d84ad70fc474, '', 0, '?'),
(0x6e1f8f6de70ac8e379b52843a7bdb069, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/it.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/it.php', 1, 0x00000000000000000000000000000000, 0xc41b6fd6b88863e35fcd62d6786b329a, 0x33b4bd17cae3ef8b5f57933e8d378ead67b7c7f6d3eb003e62df818cddff9845, '', 0, '?'),
(0x86c40a413a5e12b83bad9ac93976c4b4, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/it_CH.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/it_CH.php', 1, 0x00000000000000000000000000000000, 0x742dea60889b4f5b472d5338756b26f2, 0x889735adcf3ef304e67a6ffeff463ef2c5807fe193d4874a1b2f7b468694e1c8, '', 0, '?'),
(0xbcf9e45b5734166a1752e9af535f2eed, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/it_IT.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/it_IT.php', 1, 0x00000000000000000000000000000000, 0xf791f67d2a71486597a7ff1db95bb035, 0x1792563e80bfc4927774058a53a4931aa2575936794fcf69316e04e44781a45e, '', 0, '?'),
(0x67eaa9424a86c62b4c0df3c28d1c2fb0, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/it_SM.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/it_SM.php', 1, 0x00000000000000000000000000000000, 0x9ad6d322144d2cbc933b91528114b556, 0x1631a03fda5dd21ffc3fc1be1c78fcc0c4294c89905d9b37cdb2f18f8c30199a, '', 0, '?'),
(0xac90bc164df6acf2673f57b017711b29, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/it_VA.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/it_VA.php', 1, 0x00000000000000000000000000000000, 0x9ad6d322144d2cbc933b91528114b556, 0x1631a03fda5dd21ffc3fc1be1c78fcc0c4294c89905d9b37cdb2f18f8c30199a, '', 0, '?'),
(0x46fba939247a665b4ecf3e11b139cdd8, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/iu.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/iu.php', 1, 0x00000000000000000000000000000000, 0x9e5ee2f80fee45bf22d89e90691d56f0, 0xdb4ecbb83e073e11ceee1e1d6fde9dc8f0973ef6b70e1c164a53ef703feb2ac4, '', 0, '?'),
(0xafb792e244b64f10b5770487dd9ee370, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/iu_CA.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/iu_CA.php', 1, 0x00000000000000000000000000000000, 0xb2cb7a842be616d9c4b4a6b45d5d67c2, 0xa63e0ede436f9605a6ffc6dacaa1304a70e95a8b31bccbfaf44229880b633824, '', 0, '?'),
(0x3d8f80fbe4de8aa5e3e50ab62f9bbd4b, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/iw.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/iw.php', 1, 0x00000000000000000000000000000000, 0x74f827a2da08860b13e45d9812306da9, 0x4b212575f226e8c9e82de243f05b65940d3a13a97cae6f156f8b1221c702dcb0, '', 0, '?'),
(0x507ad669582d9ee3b67685d30f971e82, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ja.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ja.php', 1, 0x00000000000000000000000000000000, 0x024dbf599c5571e022432b248995ed4d, 0xf14a127dce1dbb9ec08cc5eaa1566a06b760e36e0862d86a5949d971c2ac0a78, '', 0, '?'),
(0xa81fc695d5199dfc12915cd17befbb08, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ja_JP.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ja_JP.php', 1, 0x00000000000000000000000000000000, 0xb28b4fa7b740f62dc8558d85a8212fc3, 0x18cf732ac5d3408a98f0c943862bdc1843bfb24b45906cee4e3f2b59eac73603, '', 0, '?'),
(0x694944b4bc55cacd7f704dba1229bdef, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/jgo.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/jgo.php', 1, 0x00000000000000000000000000000000, 0xcf85677deca10c91de3c4d2983a996ad, 0x65101e5410f690f4b2d427f478daebdbfc7ae5a3401e54e3e7c2ac8fc471a0a4, '', 0, '?'),
(0x17099bba26da4baf99d229e9edb9fbcb, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/jmc.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/jmc.php', 1, 0x00000000000000000000000000000000, 0x816e2fc60a12291814fc27975946812e, 0x102598ed8ac5e096e29b0bd8bfc6177e3e38da19ea0e0e3748f58326d120c7b9, '', 0, '?'),
(0xc7d97be29c995bdae0a7c731318cfc05, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/jv.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/jv.php', 1, 0x00000000000000000000000000000000, 0xcab180d0bb3652b8f50e4f664e72b664, 0x32d078848f460ba8e5e6b77b8d7f580f29d448caa0fc1117fed4e5e5bf2a07b9, '', 0, '?'),
(0xb827de5560499d8dc9a7dc568f413575, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ka.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ka.php', 1, 0x00000000000000000000000000000000, 0xc8a2238fe15b48041b4aaeba65f87b19, 0xcc7b0c12b49b38644fe24c9644c5b5b716c90da0fc31ad15fd97a85e11ff0aa9, '', 0, '?'),
(0xd5fcdc0dff2d1ecca6cd15718f72600b, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ka_GE.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ka_GE.php', 1, 0x00000000000000000000000000000000, 0x29deff4f075014b0f1b4dd9553b7ed0e, 0xdb06ce37ad6d0d0c7a67a9b568ba18de602367773d72b24806f4f43d3f255eb8, '', 0, '?'),
(0x49b2252647f37dcf46ebc0c4d7d3fa92, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/kab.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/kab.php', 1, 0x00000000000000000000000000000000, 0x1b35b9904684e5b73cc1602c9cc1676f, 0xa4071525d9cb9fb76dac3830f23a30619fa148a18ed6f1771da022d98981dad7, '', 0, '?'),
(0xaf2b5ae7ae5e2bb2b9a2311d1e1a8763, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/kab_DZ.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/kab_DZ.php', 1, 0x00000000000000000000000000000000, 0x3af70eb7563e48183bc86e30ba8a91a2, 0x30a28a6778b244d531a67ff36873fee80bfbdfd15f3637e599a97c4004994119, '', 0, '?'),
(0xc5286f6c24dd2476a951afd16329efd8, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/kam.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/kam.php', 1, 0x00000000000000000000000000000000, 0x761e8346756219e26c82f959351d5242, 0x7e7ef205e61ee9fc48cfb09cc9d1d5b03cbfe7651072c5e0eb94bc9323bc526c, '', 0, '?'),
(0x436b680a50f7a3406551e85edc50fa00, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/kde.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/kde.php', 1, 0x00000000000000000000000000000000, 0x5119be81f07b9b8608ed7f13c7397740, 0x960eb2f02af87bca69d426698e013894fa9885a0e6856148329d769c7c4aca0f, '', 0, '?'),
(0xc5bcad120cd5d539d486f6cee6a2f699, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/kea.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/kea.php', 1, 0x00000000000000000000000000000000, 0x28e92cf060ba191c43f8133233f09d5b, 0x5bde68e854741431e9fe5d56d064bd6bb8416d0fb92a7641affeb25ab83964c3, '', 0, '?'),
(0x11de7f41eecf2d05271f8fe251dc6956, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/khq.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/khq.php', 1, 0x00000000000000000000000000000000, 0x0ee1af3fce20f78fa367e55131e47459, 0x1c81569bd0e9213d5e9834db4594c301af334ebf116faa9e9935437ffdd9dbfa, '', 0, '?'),
(0x47bb99ea793bb9aca4f8538bea041c4a, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ki.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ki.php', 1, 0x00000000000000000000000000000000, 0x1bb797e40e355fe33ae4b4f8ffe8e065, 0x40fbc73edc0292aa71b0bf5d03f4e20aeaf38e85f1fa159b06fcd32fac448610, '', 0, '?'),
(0x2405d85f6bba56f6460afd6dae92ca51, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/kk.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/kk.php', 1, 0x00000000000000000000000000000000, 0xcfd056cb7db34b5301061cf3b37325f3, 0x2230a456190e5e5bc681881f0c28d4df858f47107d669238cbb8bfa72f0627aa, '', 0, '?'),
(0x92ae59b41ffa2a4a4fe52529a9585a7d, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/kk_KZ.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/kk_KZ.php', 1, 0x00000000000000000000000000000000, 0xf1a13d85035b3516d8624e62b172342b, 0xb000771255b193cc4fe17e788b6ca3f797932d23580022d90ff8c7f6d95eafad, '', 0, '?'),
(0x807dde162e1ec9cda563ddb78832d934, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/kkj.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/kkj.php', 1, 0x00000000000000000000000000000000, 0xcf85677deca10c91de3c4d2983a996ad, 0x65101e5410f690f4b2d427f478daebdbfc7ae5a3401e54e3e7c2ac8fc471a0a4, '', 0, '?'),
(0x5df87510ea65cfd907857ab3061db696, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/kl.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/kl.php', 1, 0x00000000000000000000000000000000, 0xad24c7c91b612e74ce40a552f4bfd62a, 0xfba060c1478796541c74079afb84ec12e2977d13625ff8ee0fa8529b226313d3, '', 0, '?'),
(0x61bf9f77b78a03f36a7155759fc70e3b, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/kl_GL.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/kl_GL.php', 1, 0x00000000000000000000000000000000, 0xd1cab1ea7487b5d8691ab895929dd3ce, 0x5e131febe65550b1bd67f2dfa73bc1a25ce38944cccdcc48b3635b4c9b9cbe6d, '', 0, '?'),
(0xa1f92a1718d2db4754b5d6a025842a34, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/kln.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/kln.php', 1, 0x00000000000000000000000000000000, 0xdc6a858055c4d8d8542070f1e3e8650c, 0x36628e981d1fb76ec10cd3aa55f32557f0858ff839472be3b521c1164559dd8a, '', 0, '?'),
(0x87db6b6b0b022701614365b517538488, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/km.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/km.php', 1, 0x00000000000000000000000000000000, 0x9a662d3f85ddcd09f3224c3ebdb3370d, 0xae5d3a4364e37d98d7a63e81bd655654e74a1845e23c7b3bc05ec099f626f9a6, '', 0, '?'),
(0x7eda0d0328d6327654dbeb20c6d9deec, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/km_KH.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/km_KH.php', 1, 0x00000000000000000000000000000000, 0xfe938ef44e95a01af7002c5bac98e81e, 0x6015ff3889edb5e597ce647d238d3048f30c7299a1d6c30d55dad825b4631e84, '', 0, '?'),
(0xb630a2e1d1fc8b65ac24faafaf05c483, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/kn.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/kn.php', 1, 0x00000000000000000000000000000000, 0xab3a68c4a481f661ccd2071acf295dc3, 0x138bc22d2786b5d05d650459303c469254b46507d32ce08cdd206f7543defff8, '', 0, '?'),
(0xe80b33e417aac82763e77dc9cbdf02c4, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/kn_IN.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/kn_IN.php', 1, 0x00000000000000000000000000000000, 0x0247fa2f0f7331f74610a540f734a403, 0x216412aba17471f5ee1069f5d50ddef204ae69a804fe3404593686ce5f473c32, '', 0, '?'),
(0x24398a0b8ba20cacf5658ad8210ecc7e, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ko.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ko.php', 1, 0x00000000000000000000000000000000, 0x9b7bc71efdd98886e0fef7db06d4e8ad, 0x82ede188572eea7210d2753a950420a4aeef713d12d7b2c9571d77107982139f, '', 0, '?'),
(0x9567c3b78981764eb85a521558125456, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ko_KP.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ko_KP.php', 1, 0x00000000000000000000000000000000, 0x3256e5f601ff5003e827f02feb116967, 0xbbbae60bb7d897a840ff1c31a50d2d7ab2e3225adfacdc1975920ed74af8a0c7, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x2003248d2725936d84b453bda88fb7d5, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ko_KR.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ko_KR.php', 1, 0x00000000000000000000000000000000, 0x69a6614f769b53a6c778a6bdd5d58d02, 0x8fe3c366a3b7241912c7bb32d34d146d1c6872b5fc785dd1a7d95d1c83b0792b, '', 0, '?'),
(0xd92c53458b545567610653d8c6c15cca, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/kok.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/kok.php', 1, 0x00000000000000000000000000000000, 0x53c0bed9c50610783d6e6121b7f1d34f, 0x7fe6aadef17e0a96e765970fee11c8d7b38e3c4153c8995e2d2fd2bd4cf62df7, '', 0, '?'),
(0x011eeae937a1d0c72077b9e9212ed507, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/kok_IN.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/kok_IN.php', 1, 0x00000000000000000000000000000000, 0xed095d7542ca4fc49757ad2077fd1f05, 0x82d02a5889d93057c261a9b3a5499a0f93ae35bd6183051fbce8215b590f39e3, '', 0, '?'),
(0xb6e5413032b4f47b2d0a7cff48114c7e, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ks.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ks.php', 1, 0x00000000000000000000000000000000, 0x33d5b9e306875cf502d2f461f89a57ce, 0x228565b88ed9885755c1b177e7e2599924935470011d4a5b4ed1420944a350f0, '', 0, '?'),
(0x1cf8567bd8477f5f89c12b08b9ab3f70, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ks_IN.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ks_IN.php', 1, 0x00000000000000000000000000000000, 0xa83264b6805071a5fd927783d53ca92b, 0xa4d4c6b2bf4053fec1c92291e6633023fadfad1762c2464f6df046b1f2579eb3, '', 0, '?'),
(0x7b610c6b8313eca81efa597d9a03360c, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ks_IN@devanagari.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ks_IN@devanagari.php', 1, 0x00000000000000000000000000000000, 0xf9addfbb3ad445b4e6f58cbc008ba593, 0xb90c6a49c0e1a6bb1ca39358c773407440d08d1e987f9e672074e3fbe69eed5c, '', 0, '?'),
(0xbb2f358f8a2af0cd8247920bbd672f3c, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ksb.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ksb.php', 1, 0x00000000000000000000000000000000, 0xafe7185b0de3598f171bedcd2d8252d7, 0x52a09af831f66844352742a78ac6822a66f5e89d2352083ab5a1fb359e23028c, '', 0, '?'),
(0xf65972d48a334ea36aa8a68b3fce3529, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ksf.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ksf.php', 1, 0x00000000000000000000000000000000, 0xa27a4df1985c199f28a6a1ad77e95a21, 0x6e18cd810592e8b9070d1d0b1c25aa3be57a530988ead68b9aaf6d9acc7f43fc, '', 0, '?'),
(0xf0f174fa63d22970925619da314e3cde, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ksh.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ksh.php', 1, 0x00000000000000000000000000000000, 0xf40ec0b323b911e8ed33a1235e2f34fa, 0x23bf947152a5fa17e385ce5d3cb944b90e8aee7febf0284d7c7061762405c273, '', 0, '?'),
(0xc7d7c0e2bc9dfad8e912bb94c43ed531, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ku.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ku.php', 1, 0x00000000000000000000000000000000, 0x6cbcd2b5acb0fcc3650c3c6aead26c13, 0xde939d31466a3eda2e42aac751905e515e40670b334f6ccc7c752c1a2d613af1, '', 0, '?'),
(0xf50fe9e9555dabcdb21ad33a17be5f3c, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ku_TR.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ku_TR.php', 1, 0x00000000000000000000000000000000, 0x897bfbc3feed0071c07682732119684f, 0x37d179fd0dc5451e1b7b5b88df32f4c6d30e252d8f8725441e868c0baeaf6cd1, '', 0, '?'),
(0x891d860640226c3173aa944925c45e0d, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/kw.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/kw.php', 1, 0x00000000000000000000000000000000, 0x385e8e017ff26381274b038ab0311078, 0xea88288b19f0edadc705710bcd81e6623e300851706bf15948671b819edc6589, '', 0, '?'),
(0x415279c510515b9b9519afc3f86231c5, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/kw_GB.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/kw_GB.php', 1, 0x00000000000000000000000000000000, 0xadd3cd4ca25ab93aa584cc8ebd9c2753, 0xc6c7eb6b019cbf938c127c30bef5347508d3c9ea9e814096a69e8dac45913758, '', 0, '?'),
(0x16ab28e2e4fcd283292e2b26346798f1, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ky.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ky.php', 1, 0x00000000000000000000000000000000, 0x5802a31a95c46a26abbc7ecdc9575777, 0x48b85021badbc0bb51343456afa9a96294429043c53d8785df46492a25e65c8d, '', 0, '?'),
(0x0e3e5f857fdfdb7241657d0e305428c6, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ky_KG.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ky_KG.php', 1, 0x00000000000000000000000000000000, 0xe15ae634a9aab0ca263c8903210d5811, 0x8f34b48ee5d4d170fb8810733b4bcdd1c00ef7c8f2b088f56ad0974673ceaccd, '', 0, '?'),
(0xfae51e0cb41cd45d5d525231412ec1fd, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/lag.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/lag.php', 1, 0x00000000000000000000000000000000, 0xbbf0d091ba3f5365f2cc8f2dffdc0efd, 0x2e10bdf7ac4199fa8d467077f0b00c0071b36bd5d940eb6ca580e38d7cc27622, '', 0, '?'),
(0x3e4607a6c6e26844667b1a3dba35598e, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/lb.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/lb.php', 1, 0x00000000000000000000000000000000, 0x7fb34b3b1cbc17c4d0a264ed3e22c409, 0x7042413a01a5c403a0a5fb7974b94ea31b6589e83834e6c554669e6b2d543526, '', 0, '?'),
(0x22755d097351c745968d34d292c049cb, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/lb_LU.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/lb_LU.php', 1, 0x00000000000000000000000000000000, 0x3fd202bff1e40da429d00d5430276fb3, 0x4fd19561007166d5f2a6b315954e96ef99e254f7cd71699df942e4873062241b, '', 0, '?'),
(0x305317f398924727f0a13d6188b33de5, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/lg.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/lg.php', 1, 0x00000000000000000000000000000000, 0x4efdde8d9ee2149b278137f23f1819b0, 0xc8f5e4524eb5151c9cf4ceb5ec72fc8a8a412f134193513a47f1454d0ba7ac5d, '', 0, '?'),
(0xb0a9b9ade20ebf85971d385381289f92, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/lg_UG.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/lg_UG.php', 1, 0x00000000000000000000000000000000, 0xd216a0843af6ecc4d96a45546c724715, 0xb1d23eb736012bfda1d78907ee5a811eaa4bb9dc8df6231f21634d8fb3d09f4c, '', 0, '?'),
(0x1bf4f7bf5649a65f65522fc9bc053d95, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/li.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/li.php', 1, 0x00000000000000000000000000000000, 0xb0016d0da48cbd869c43fad66c1e41a3, 0x81362c687eeeae4585f1b4d285163e27c7fd21610c32d1e18b00805ee2989f28, '', 0, '?'),
(0x599cf3cc6cf37903d9943a62e644c763, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/li_NL.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/li_NL.php', 1, 0x00000000000000000000000000000000, 0xbfdd7edad8d135126dc86100e33ffa42, 0x70a3dcfca40868044a2fb28bc8363a503bff974a45862209333b3051f7c4eac0, '', 0, '?'),
(0x6bbe044f71e48ad4b5db57d51fb7e37b, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/lij.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/lij.php', 1, 0x00000000000000000000000000000000, 0x8796c132e6894bb3acb22e8428a495fd, 0xef7ec026c3b851d123dfd921202bdfe4151f9b9af77d74938a1859db31f5ede8, '', 0, '?'),
(0x9e71261f30ec761ca2fe0ed7ca318ba4, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/lij_IT.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/lij_IT.php', 1, 0x00000000000000000000000000000000, 0x60f45f164ef525d9e7a1fa7c9a400d41, 0xb5e04b9576f540eba91a57bd809ef47b6ed0b4c140935d94ab44cd9c6ad44cd1, '', 0, '?'),
(0xccf15b8984c008807bc9802f7c2e3ecb, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/lkt.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/lkt.php', 1, 0x00000000000000000000000000000000, 0x8a2182181890654de901f626635f054f, 0xbfada7fd4402dc767080b9d0f62fa9c258281e38c3dd2a896ca687071ca13ab3, '', 0, '?'),
(0x530db1902a0bea2a3f59fac625dbaf3c, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ln.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ln.php', 1, 0x00000000000000000000000000000000, 0x8bd76fb5539c1b4fe0fc7135304b8d62, 0xfaca6dcdb4cb8476bb1c3fbdff767a8d0f97793962efcfd1e6971563960c128f, '', 0, '?'),
(0xcab4f913908443edc5e90b71f5601761, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ln_AO.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ln_AO.php', 1, 0x00000000000000000000000000000000, 0xdddb2f22ecb86ffaf6aa625be2975662, 0xa4b51d8b9cc6bfd9f7430ef7313866a225ce37cdee5e0bf9a3e898d65fb852d0, '', 0, '?'),
(0x76c8f8108b4c45a9b97e1e8d5c947d3e, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ln_CD.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ln_CD.php', 1, 0x00000000000000000000000000000000, 0x5ae626efed1c125b1afdc40be4624d6b, 0x78f366f456a239486f71c5a6be52110cf2140110263ae4669d3e5bb0d9c065b0, '', 0, '?'),
(0x2878ec8683d548bb8adf34f1cec4d02f, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ln_CF.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ln_CF.php', 1, 0x00000000000000000000000000000000, 0xdddb2f22ecb86ffaf6aa625be2975662, 0xa4b51d8b9cc6bfd9f7430ef7313866a225ce37cdee5e0bf9a3e898d65fb852d0, '', 0, '?'),
(0x7f697932a55c02ffc87dc7ef4839ca63, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ln_CG.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ln_CG.php', 1, 0x00000000000000000000000000000000, 0xdddb2f22ecb86ffaf6aa625be2975662, 0xa4b51d8b9cc6bfd9f7430ef7313866a225ce37cdee5e0bf9a3e898d65fb852d0, '', 0, '?'),
(0xffb29ef51079d56609176861628fdd33, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/lo.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/lo.php', 1, 0x00000000000000000000000000000000, 0x8c221466b4840480abc6bf7e3070424e, 0x5af7820e253a43fc62c5dc0fea18763d66994304f1960d5778dbdd7fcbf9e636, '', 0, '?'),
(0x78b146df92d1dd03fad77b01105cf179, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/lo_LA.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/lo_LA.php', 1, 0x00000000000000000000000000000000, 0xecdc03f9fbb6e124fb37335e357c3498, 0xb0cffba2ad8a43866bde1ff670c26bdd4fe4533a264a579e880a27506ecb27e3, '', 0, '?'),
(0xd29157515f8cfca24c723dd25eabaaa9, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/lrc.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/lrc.php', 1, 0x00000000000000000000000000000000, 0x751382f6422888f7d876b6d4bdd2bf24, 0x823aa1318fb2f844ee9e15b36f59593c2ffb629d3f417105a68ba09d8f77c86f, '', 0, '?'),
(0x5d011f3184ab745effa559721dbbacf2, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/lrc_IQ.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/lrc_IQ.php', 1, 0x00000000000000000000000000000000, 0xc49129c08b1096f9ddb1da3a407bb1fd, 0x113712c8ea958b9782b85c473c850b6dba1a10b28c0b36d82fe123a69c08c75a, '', 0, '?'),
(0x24280246f94bee5edc42d097a96a9b59, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/lt.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/lt.php', 1, 0x00000000000000000000000000000000, 0xa0a7daa3c2c4511e57e9ebbb6f117157, 0x4d6db1a5aa3a3bda0a08d97a541e3063ac0eb685d86340bc9129a07ceac018fa, '', 0, '?'),
(0x1549b3bdcad07d3fa8847ae625867191, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/lt_LT.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/lt_LT.php', 1, 0x00000000000000000000000000000000, 0x330c0a6647b553aa612a859c2f859d19, 0x270c7eae2bbe5b0a6f64407280f1ba6a0fdeafdd881afe1fe48cc5f33c345ac5, '', 0, '?'),
(0x6867b5191fc686e8a764047adb14f82f, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/lu.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/lu.php', 1, 0x00000000000000000000000000000000, 0x988c9e216755805dfeb17e766c4d385f, 0x8f350c1d46cec97515c2dadc3a79e9f2e8a4c85020647f7e13809d0857798c82, '', 0, '?'),
(0xd9e244af32d51776f8996dfdf7497a0f, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/luo.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/luo.php', 1, 0x00000000000000000000000000000000, 0x4521bb2c5001bebe26b5eceeb97d44d7, 0x7041547ecaf12b4164f3fe278d522104889c753c8d74c20e838ab721f9eb6f58, '', 0, '?'),
(0x3c254890cc0f38606ffe65992e2f9f8d, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/luy.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/luy.php', 1, 0x00000000000000000000000000000000, 0xf74df149a0dbd8a4f8246a386284a43a, 0x36250551f1cea04221ce4f69b7e51245fcd50a8938ae17caa781d01effd351f5, '', 0, '?'),
(0xd45809d4448536472f2e97b71f7ec45b, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/lv.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/lv.php', 1, 0x00000000000000000000000000000000, 0x2d87ebfac484ef4dd8d5ae88017a75ab, 0xfb3c89cd1888039852f0ec79615eb2e937ef016c32091c731cd48ae1322b4a34, '', 0, '?'),
(0x51257c280d98b46a53d4acb090e3a168, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/lv_LV.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/lv_LV.php', 1, 0x00000000000000000000000000000000, 0x5be1ff78bd7cb7c4d6655eec0296538e, 0x4d384b12dca994c333d9c5e204321db288157df2b2c26a5f6259bf2e88cbc8dc, '', 0, '?'),
(0x73c9db054c72057e7b2ded2ccfff2800, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/lzh.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/lzh.php', 1, 0x00000000000000000000000000000000, 0x6360d8081d0dea0f6728f30fef8349d3, 0x222bbe1c76f227760d32a6917ef7f7df32220e9f4d366fb681a9b61a25620aaf, '', 0, '?'),
(0x7e3f36349c1bc3b822205d635f2b52d3, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/lzh_TW.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/lzh_TW.php', 1, 0x00000000000000000000000000000000, 0xf9ffbb6327ca029c20c8d4b7e404d5e6, 0xb6744481d43300056877b969e7ab02e83d1544bf9d2e143a61835e8b9a155794, '', 0, '?'),
(0xd9cb199cd8fb77004d2992c55cbb9dcb, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/mag.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/mag.php', 1, 0x00000000000000000000000000000000, 0x1b4afc6dcc4e21b8bb9aa0b335b17806, 0x880485a7737ad0f83aaeed49c1af84580ff3cb64f151561a36c877f68fcca747, '', 0, '?'),
(0x2dba3564cd7a0874a7a87a87f0ffd556, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/mag_IN.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/mag_IN.php', 1, 0x00000000000000000000000000000000, 0x1181365c659fa6cae208584464447d03, 0x14fa773d9517143e66ccb3267bed8b0dd70e5967e030d7ffc5cf66b5301b48a0, '', 0, '?'),
(0x150ee6ce7b62edc5e39cf9bf9b8cc699, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/mai.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/mai.php', 1, 0x00000000000000000000000000000000, 0x6f38cbb325032ddc2ff3f4aab3fd3798, 0x7f964e79fa98c1aa1fe996e0cd680280a81f5f84cf4f788d2549571b2d8d7d5b, '', 0, '?'),
(0x2fee3b8a808accd45b6e45efd9071b30, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/mai_IN.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/mai_IN.php', 1, 0x00000000000000000000000000000000, 0x042ec71106ceab32ff5dc0b2c6bcb971, 0x445675c6a8a9d1ba0bb3bf4946ce85db40feaddcaa19e02e68ed3eec04e4d5e6, '', 0, '?'),
(0x772ea39a94be4439f9b544530b04d582, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/mas.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/mas.php', 1, 0x00000000000000000000000000000000, 0x54fe4697a67d3d4c2734d78c3d6a48a9, 0xca0a9b606a09f84aee7dd127d43ca66c4f72cd5d691dce1379f902a3ec253068, '', 0, '?'),
(0x79a1f028768df7de8d7d69001d42c044, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/mas_TZ.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/mas_TZ.php', 1, 0x00000000000000000000000000000000, 0xec465092576ee430a8cb60fb797b660f, 0x7da98e7e80c4d0e9f3218037c0f81a110c7114146e0c243e09aefb0268b4dc2b, '', 0, '?'),
(0xf11d976becf5e8d4ae8d2a735678e7c0, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/mer.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/mer.php', 1, 0x00000000000000000000000000000000, 0x831bfb48ad428af63529ff0760134dd6, 0xf1594cd823d539ac671069ab4ee9486bb8a5a703a815a845e8c10a8087a3ae4c, '', 0, '?'),
(0x2dd32e9c70eddf2384dc97cb467db732, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/mfe.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/mfe.php', 1, 0x00000000000000000000000000000000, 0x2271dc2c1dc7cdaaac4b65459389d097, 0x4fa70d22e245ca53f7d964b1642b403584539b2a3fd4ce4f6b9eca2b2faef52b, '', 0, '?'),
(0x67b607133594aed44558d832cf57edcd, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/mfe_MU.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/mfe_MU.php', 1, 0x00000000000000000000000000000000, 0x9ad0a89dd419ad2f0f33b1d5acbd343a, 0x7b59bee099614f40d6832eec198d25b3606ffb1ee7bb95dae16471e93522f837, '', 0, '?'),
(0x0ee86b44190958ba645ab79c00f4cc4d, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/mg.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/mg.php', 1, 0x00000000000000000000000000000000, 0xf3e144ffdfcfc94c5a4845d825e46087, 0x58fe92c9cc41753af312bc4c76bacb190a876154bba420d6f3827ac2cab08de3, '', 0, '?'),
(0x60d94825cb4a7bee528ade2c4fc6aa4b, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/mg_MG.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/mg_MG.php', 1, 0x00000000000000000000000000000000, 0xc71130896e647e4a86cfa7b156875630, 0x3c9b95474176f667866b7826ed2c815daae1dafcd53178292fb2822b80ec9ba0, '', 0, '?'),
(0xd65005e59bb975f6e61e11f2cde8d6b1, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/mgh.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/mgh.php', 1, 0x00000000000000000000000000000000, 0x509f9389bffb4e778b106a289a4c57dc, 0x0087bae6dd7cd2684fc69c69abcd0702474fb2604b15c11fc5e7fb79235ba598, '', 0, '?'),
(0x812cb766d185e6ea6f40446df43dce15, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/mgo.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/mgo.php', 1, 0x00000000000000000000000000000000, 0xfac08b72f8d57302ea39cf6d0de43cc1, 0x78b31c10600995265650451e2588ae5e9b4514a2138d1a4005917002545b9cbf, '', 0, '?'),
(0xe4d865c19258d4afffed44c001f1c278, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/mhr.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/mhr.php', 1, 0x00000000000000000000000000000000, 0x102c3afe88361743ba14e3a8ebe2c172, 0x0df3705d64f53499559e46003daa26d3b9649833b05e77bb3fa9376a957c486d, '', 0, '?'),
(0x32c0f11a7eb94833426c2b2ab7531380, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/mhr_RU.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/mhr_RU.php', 1, 0x00000000000000000000000000000000, 0xbfcf46c65a9355dfa97e6fb3b1c1f674, 0x8bf35ee7f22aa762a4a3031893f540fb9e184c18dec38638a463084c3e707ea9, '', 0, '?'),
(0xc9c74d7169d7a2550ee73a92ec61265a, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/mi.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/mi.php', 1, 0x00000000000000000000000000000000, 0xc8a07388275f96e9c8fc4dcc0deca810, 0x02dae2c21455faf2922a3005e7b72739459d1b60af8530a765c19aeca741fe16, '', 0, '?'),
(0xb006c70b94417bd6c0ed62661aec5746, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/mi_NZ.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/mi_NZ.php', 1, 0x00000000000000000000000000000000, 0x573b200638c3190c36964e69e798a4d5, 0xb935bfa7aa108f0d1e325c2ce40158d273c576f7bb4074cea41e5ac2da925640, '', 0, '?'),
(0xd3927dff5886c04b497f0909887dec87, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/miq.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/miq.php', 1, 0x00000000000000000000000000000000, 0xecaaa2e3e84c253049c2310febc9bd92, 0xcf1612b3bb100510fa5977b344360a1d4f9eda1be606b7441cf449feb4c9528d, '', 0, '?'),
(0x701be21ebc3b27be89df1934f1b9e1c3, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/miq_NI.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/miq_NI.php', 1, 0x00000000000000000000000000000000, 0xd3cfb137cb5de9ccc3645df2018942ea, 0x620aff4c4da95f2d506d33390b415688b73afe4f6d82b9e15ba5b665fe5ae272, '', 0, '?'),
(0x34c78daca09343f2cf8c6cd9cda1783c, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/mjw.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/mjw.php', 1, 0x00000000000000000000000000000000, 0x748baaf90d640578ca03bea868ffe9ff, 0xd2dbee5d2978e898cd695558e489cfed1c29fad14c5a226a8af801efbe82c7ce, '', 0, '?'),
(0x8781292cd5078d467ad60accfa72f1f5, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/mjw_IN.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/mjw_IN.php', 1, 0x00000000000000000000000000000000, 0x64b2eb916ae6e85b6b1ea8b0f75e6fed, 0xe1232e0d1213887a2cbfc0f98438de9729775ca624184962b1c5b1c6d66f74d7, '', 0, '?'),
(0xa10363a2bdda6223df2338d096bc3d80, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/mk.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/mk.php', 1, 0x00000000000000000000000000000000, 0xd1eab042515385704e1f93a5d352297b, 0x8ef08a24c3f97e5d851afa7ca3f9a698088dcfe724732d881286dc5b9f0b0bf2, '', 0, '?'),
(0xd8ebc84087d331fdfa38f89c3e8210bc, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/mk_MK.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/mk_MK.php', 1, 0x00000000000000000000000000000000, 0x4a2676decdaf1b61d4adc5043234fd65, 0x9fea03ff70d9f74a4060a6f5505c2c3e09fb1d07c0e8a3cc86246a9b928abd6d, '', 0, '?'),
(0x0a8aaf1c00204c01430316e7511d99e4, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ml.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ml.php', 1, 0x00000000000000000000000000000000, 0xf7228d61543a9d83df41565f6dcba12b, 0x429ba94118fb847f1bc7d3e635c65bf34053abd86705b25da884fd61af30ba55, '', 0, '?'),
(0xb39dc592e30cf145725b2071aed3d01b, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ml_IN.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ml_IN.php', 1, 0x00000000000000000000000000000000, 0x83611a4feb57724a47457d95dd27ec50, 0x6b0b72320f40326594d336740080bcd123319a9c343314b263b98c39e1c304f1, '', 0, '?'),
(0x3a00ba3eb84bf868a21f53cb0c4f1b45, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/mn.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/mn.php', 1, 0x00000000000000000000000000000000, 0x8ba6b405f7821bddfac3337ccf27e3b8, 0x09fe3f77785c0c23b1d6b22172a1270b16fca93a3d1661ad1321958c11a7fac9, '', 0, '?'),
(0x739e07ddc26f641ac3c45c68b30d72b1, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/mn_MN.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/mn_MN.php', 1, 0x00000000000000000000000000000000, 0x9ff16cfb6802571ab2a45de616b3049b, 0x206a5f9ca5e1280a221a01de425d578d6ae4e1f98fad6865f59e90833fea6747, '', 0, '?'),
(0xb33a864105ffea4316548d8c4a832d52, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/mni.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/mni.php', 1, 0x00000000000000000000000000000000, 0xdb7ce13c9906336daf522596ae361087, 0x594fb174a21d59c32b60dae75fcb8204759716cc673e575f343fd86d0372d175, '', 0, '?'),
(0x13efd8f812a2e193d7cced10be2a60ba, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/mni_IN.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/mni_IN.php', 1, 0x00000000000000000000000000000000, 0x892d5bc0f4a9475dbfbcfd0343bb1ab8, 0x8353a49a528c76b4cef08ec4cb76879739809affd1499109433cd72e6ba8b0e1, '', 0, '?'),
(0x900adfe5c0c298fa67dca8511678c33b, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/mo.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/mo.php', 1, 0x00000000000000000000000000000000, 0xd722e76c33c7f82661a62e6872900a84, 0xa5683e23cb562f1dfe2fbd0b0ab0d98f806c365ef81e80b523e89a62815ccb16, '', 0, '?'),
(0x8d815930a20b3e6b2fafc3b48bae714c, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/mr.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/mr.php', 1, 0x00000000000000000000000000000000, 0xdd6894692a94c0b98b1ebb7b98fae1dc, 0xe87b9690a1b81f1102e654b6ea0a37876ae6151ad96eacfb5b8371a80b5d44ad, '', 0, '?'),
(0x8969feeb5b3ac4400edf7ce29d619ad2, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/mr_IN.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/mr_IN.php', 1, 0x00000000000000000000000000000000, 0x7319a77f2ec9ba7e2ae8415d1966fe7e, 0xcd4adfd3ed6e45c878a9a5719426ee315fc67f8285d0bc104c419c18850e3e36, '', 0, '?'),
(0xfd7f8b8c839d832df3906eb80195767c, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ms.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ms.php', 1, 0x00000000000000000000000000000000, 0x37bdd46dc76c090ec8814d64d1c07b57, 0x8d3085bb623c291409056996234c6b2082d50304b33b5115c818d8160e5bd151, '', 0, '?'),
(0x8d05ea48675383c4867411f82a3c4d11, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ms_BN.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ms_BN.php', 1, 0x00000000000000000000000000000000, 0x524a1eda15232cb91600062c51200a40, 0xabc7e8b9dfe72bc94b7f2902f987d584a60c3395d34e4fdc72ca6e95f4e0a861, '', 0, '?'),
(0x6077b6401fcf76afe22d85e6f9cb3240, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ms_MY.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ms_MY.php', 1, 0x00000000000000000000000000000000, 0x7da775183404d9428a04286bd1b4c6b5, 0x5dfa28ecc57d2c419c7f9ec5802f3fe38d556c6f4ac4a3736e13b04f0e9a426c, '', 0, '?'),
(0xcb7fd6a0d5e16398f553801feab7c3de, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ms_SG.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ms_SG.php', 1, 0x00000000000000000000000000000000, 0xbf13b25ca48f55141dc37ce8f2ca9cbc, 0xa542fef485f68ca45ecc20fcdd08beaa63ef8f7eb4ec28a0c7120f402b4d4696, '', 0, '?'),
(0x4fadf85cba76c437ec434abe3c2231d3, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/mt.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/mt.php', 1, 0x00000000000000000000000000000000, 0x5990f20108fa4419cfcc326ed1bf8813, 0xe69ddb2aeef9d120bd2e4adf91e3989c33ec8d6810ea9026699f3fa9b3657ac8, '', 0, '?'),
(0xbdb5c8c948d51cfd4f737f6f9bad0ae7, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/mt_MT.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/mt_MT.php', 1, 0x00000000000000000000000000000000, 0x669baf02bbdd8105fbda4d340b3061cd, 0xaeb90bab7c1f18a5e6453fa325bdd2ed5ba0318dcabe56951a6a912ac5a6dbc2, '', 0, '?'),
(0x8465734b212daa620976dc00339e4d14, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/mua.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/mua.php', 1, 0x00000000000000000000000000000000, 0x6698e96213ad1ae54db6a27b0fc0e566, 0xaf43eb27a0e0d1a380341feddac5bcd10938f7b8e5fe7bd740b437f167d17d7a, '', 0, '?'),
(0x2dc8a48a2d885f562076573e82858e0b, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/my.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/my.php', 1, 0x00000000000000000000000000000000, 0x184d8164266c6919567a105489ff4f47, 0x4b03ed43f0f35721e5ead193d0eba993752964798ac0373fde0c908881b18246, '', 0, '?'),
(0x440bdbd0e447d59d66eb66962e12f81e, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/my_MM.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/my_MM.php', 1, 0x00000000000000000000000000000000, 0xafc0b206a1bdbd3cc7f821c09c668128, 0x9e69c3a48d7a0ad638feb9d456b2418a16c4fed7f202a900b391ecd061243cc4, '', 0, '?'),
(0x909678030a6ae641be77d8d48753881f, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/mzn.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/mzn.php', 1, 0x00000000000000000000000000000000, 0x89825bb8f7993f472e802e4e04ebcb13, 0x72d4f47fdc869b17c99f5e10defc726afc9058b5969a6e5c32938f5c9cf20b35, '', 0, '?'),
(0x6bdab387bd45d7593a8dd33a01425f9d, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/nan.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/nan.php', 1, 0x00000000000000000000000000000000, 0x054b7478739fce46700f227476191819, 0x03be04ea28e5a636ad77838663ab5bd77b4169f7a1bfaffdebb427acd82558d5, '', 0, '?'),
(0xd44cb2a214ec8e84f0561e836380846f, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/nan_TW.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/nan_TW.php', 1, 0x00000000000000000000000000000000, 0x3b0e8f6f080f0f26927fc8d385a01d9c, 0x6ba07ff50d33f9c12b9733f1cfb916f64fd5ab69625d9736a680d8ace88944ff, '', 0, '?'),
(0x1d8f1bd941c7f8bd6e828df1bc4ad44f, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/nan_TW@latin.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/nan_TW@latin.php', 1, 0x00000000000000000000000000000000, 0xd2637c3be3f631e3abc9392e731960bb, 0xfc3bf84a1799f197a9554a38d30d4a111aecae9b94562677a0876294fee318e4, '', 0, '?'),
(0xae90170842b0118c14d03b9a0e83566f, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/naq.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/naq.php', 1, 0x00000000000000000000000000000000, 0xe0d84f15b9875af72f15afaacda83a5c, 0x4207bea331c582262e40b3af53613df061f412237d60fdcb585813f9d68befbe, '', 0, '?'),
(0xc6ca786e405f2f79bcd9c16901881b38, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/nb.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/nb.php', 1, 0x00000000000000000000000000000000, 0xc256fc27e620d314d71598acdd093f35, 0x1ab9b0673079b4ab717667e9b6b5fc66fb367a87ba4652a999d05be56614e350, '', 0, '?'),
(0x6b82e9ab56a40ee6bb8401b42acf4fad, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/nb_NO.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/nb_NO.php', 1, 0x00000000000000000000000000000000, 0xfead503fafcd8a7a365bc59c629e4089, 0xad5ebf54bbdb144e0f2dee9d70c32261f731b29ce0b6f23c1bcde634030878da, '', 0, '?'),
(0xa78b662041883bc36f66e675069c5d99, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/nb_SJ.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/nb_SJ.php', 1, 0x00000000000000000000000000000000, 0x4385bfb7d2a992bba9774ff4f6b1bcd6, 0xd86fec089455cf9ab76ba8ac46f0f6d5404aa40a72da79d18e37b624e5f8cbca, '', 0, '?'),
(0x8b7519a3633a51b50dbe84f9efe84dbe, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/nd.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/nd.php', 1, 0x00000000000000000000000000000000, 0x30bb3de945c5d358164765b0f533f317, 0x1731a19ee2368327d53ee463836d26d50b917fea0db75ceb85c150b2beccac9b, '', 0, '?'),
(0x455ad2c7a6e99c10037eee390aacc5c0, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/nds.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/nds.php', 1, 0x00000000000000000000000000000000, 0x55dc68540d0fc2c6c87ea9888bb64191, 0x5e3ffd7d07333b45122861a62d42686eb7bca442cbd874493fe5d529a7bb4d78, '', 0, '?'),
(0x5becf7cdfb739eb911e0253ef8d9ddb9, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/nds_DE.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/nds_DE.php', 1, 0x00000000000000000000000000000000, 0xb9b97ff8e08fff77250f5e77df6cfcc2, 0x1e189925df0a88f1943872fccbe2312bf5842033a4c3d5b3f18d3072849bb722, '', 0, '?'),
(0x80a05165efc0da62229dd09d453cb967, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/nds_NL.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/nds_NL.php', 1, 0x00000000000000000000000000000000, 0x5d3a5fb7802bf2d93e505f8131d04a68, 0x5ae5fcff6e285aa35c9c809f5b95053aa16e2ba146a983f40e9c5c3ecf017c74, '', 0, '?'),
(0x82e9b5a2b87c02a0e40eedaec27d61cd, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ne.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ne.php', 1, 0x00000000000000000000000000000000, 0x73addbc79ba76fea72c8479e07e2e039, 0x512a9229f6eb9b51fa5103ad34cca5a9416803dc40fed9e579098d2c24d26ff4, '', 0, '?'),
(0xfcc1942e759927a6d8028f880c0c5f41, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ne_IN.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ne_IN.php', 1, 0x00000000000000000000000000000000, 0x4d558e7a286c085913e9e852d7caabd6, 0x3842a50d93e968ec339de914d751b81b27dec51f164644a7d506a0c5354165c1, '', 0, '?'),
(0x573fd3d430c5cc66744590c41f225892, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ne_NP.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ne_NP.php', 1, 0x00000000000000000000000000000000, 0xe6f12576c9ca5ffd1b60d5c31e29f08e, 0x4d4a7571df5aa37794ea1c8270a3d63b27b3bb46ea93b702f53b416bbcd20c3f, '', 0, '?'),
(0xb9e98765546a4b9d958d75147e507dea, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/nhn.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/nhn.php', 1, 0x00000000000000000000000000000000, 0x52206852cf6a10e6b087bb5e29feeb0f, 0xf842bd949f6722704ddb78ae4cdf2b7bef3d875294d512d80df41fdc02d3126e, '', 0, '?'),
(0xd2b0236bedabf94c5ae37c5230e08d3b, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/nhn_MX.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/nhn_MX.php', 1, 0x00000000000000000000000000000000, 0xfaaf9d80c912bc87a814d8f20edfa2ea, 0x597e3d127333a72df53d0aaa14dcc321e2637de61256e33358d4daafa4fa9e19, '', 0, '?'),
(0x9896873403e20d565b6d41e776edade4, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/niu.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/niu.php', 1, 0x00000000000000000000000000000000, 0x6a2cff6cfe379eda649e1ca2e2994e39, 0x2d01ca8e1bee952e710c34ab3f5138ec3e526c47281eccd6f84db73c02d5ed9d, '', 0, '?'),
(0x1f66728db638129a0b62f5f0384a9257, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/niu_NU.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/niu_NU.php', 1, 0x00000000000000000000000000000000, 0xe373ea899754d37f66c97d5bdd2a581a, 0xaa93235d5a7bc8005f1c62ba93cf3769de08139f7773208f937639d505efe8c8, '', 0, '?'),
(0xba38b4972ed2111d7a1d224faec9fb60, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/nl.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/nl.php', 1, 0x00000000000000000000000000000000, 0x96d7524fb4d2cc9f43f42c3ebaf02ae7, 0x993900109668f738ea9cdb5bdeddb3d0447a3d72635002f9296b7a135653b4b4, '', 0, '?'),
(0xf875879fe9f5720051be21eae28e8027, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/nl_AW.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/nl_AW.php', 1, 0x00000000000000000000000000000000, 0xafad48f7f6d6851abaa21674224d68c6, 0xd18d8b71f7b8eb770ff7be0e0aaad2f388cc3262808e3269ae8f68e6c06775a9, '', 0, '?'),
(0x1ca5f956f5a64446d5d5dd15ee962ec7, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/nl_BE.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/nl_BE.php', 1, 0x00000000000000000000000000000000, 0xdf8b4d13ffc5725ce14f8741b8ec5eed, 0xa10df53127699d005599a5a32ed8350768bd1865241a5ed6d658147e3d07f7da, '', 0, '?'),
(0x3f82fa848f4d4dd75c5c3058b4549c93, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/nl_BQ.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/nl_BQ.php', 1, 0x00000000000000000000000000000000, 0x93e506c253881c069e190bb9c6439ec6, 0x79bb7c2aba79b43018f9455b7f9e9883274cdd374dc0b556d04212e468705c59, '', 0, '?'),
(0x5d4578e4785a24cb7ed54829956e235b, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/nl_CW.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/nl_CW.php', 1, 0x00000000000000000000000000000000, 0x93e506c253881c069e190bb9c6439ec6, 0x79bb7c2aba79b43018f9455b7f9e9883274cdd374dc0b556d04212e468705c59, '', 0, '?'),
(0x853a3da7f93dc74b149fcd0384237f89, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/nl_NL.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/nl_NL.php', 1, 0x00000000000000000000000000000000, 0x88ccd7fc1915bab1a9a564b96bc2bec4, 0xfa88057fd92b58424dc6db701b8aaaf6a4b4ab36832c502776885db24764de37, '', 0, '?'),
(0x60ffc5f8ebcb1d760a9b27d5698ce66b, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/nl_SR.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/nl_SR.php', 1, 0x00000000000000000000000000000000, 0x93e506c253881c069e190bb9c6439ec6, 0x79bb7c2aba79b43018f9455b7f9e9883274cdd374dc0b556d04212e468705c59, '', 0, '?'),
(0x8424f0f7a81d7bd79c0f88fccb84647b, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/nl_SX.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/nl_SX.php', 1, 0x00000000000000000000000000000000, 0x93e506c253881c069e190bb9c6439ec6, 0x79bb7c2aba79b43018f9455b7f9e9883274cdd374dc0b556d04212e468705c59, '', 0, '?'),
(0x3ff1b30cfb483b6676a6a3ce5600c7e9, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/nmg.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/nmg.php', 1, 0x00000000000000000000000000000000, 0x4392ac09b2ddf0fdc2fd7bea6dff572e, 0x0ab17fcc242ad32f742691a64236b090b3a022b102f51d957d7219d008b9627c, '', 0, '?'),
(0xf66842cd4e0b5ec9f23bc7ac3181bcfd, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/nn.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/nn.php', 1, 0x00000000000000000000000000000000, 0x47bcc977a604ffae00ed2c04141cc848, 0x229818c49cb8a10aa71686de1db15885bf6eb23a301b53813675be8a5b7aeae9, '', 0, '?'),
(0x0ceb5ed89ff8217110a363702126ffe7, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/nn_NO.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/nn_NO.php', 1, 0x00000000000000000000000000000000, 0xcdbe3cfdf91ab6e0d34e720e378fa257, 0x19c82a2df854e33883d04b0ce13163980997b241b6c325c3f7ed7e9bf77b75af, '', 0, '?'),
(0xf13047cc8dc6d6061466718c80f0caf4, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/nnh.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/nnh.php', 1, 0x00000000000000000000000000000000, 0x5d30c2e2aeca13c3bd6c7d4e91d41793, 0xe4564db01c5c25ce47121b6f44de63b7234d199f939ed2059d89a4e88bb9e5df, '', 0, '?'),
(0xbd97c0de6b4fb366724c1611a932e59c, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/no.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/no.php', 1, 0x00000000000000000000000000000000, 0x78ffe9674f030d444977956cde25eb4e, 0xdf4b05b7307879eb0bef130d17fa53060779bac8a2f66d95c9ea2ffc0ad650dc, '', 0, '?'),
(0xf5278c3ef5038b9b8d2c42ac245f5718, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/nr.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/nr.php', 1, 0x00000000000000000000000000000000, 0x2fafda5afc6505f0dc16d66f0bec91c5, 0x9173621d8227668d86d231cf14a5065c6648a36addd7c9afb8e98b5a55d97c08, '', 0, '?'),
(0x31c9a4ad27f195d037f21c8be76a71be, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/nr_ZA.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/nr_ZA.php', 1, 0x00000000000000000000000000000000, 0x1234a540cbaed40803b46c76d8ee8952, 0xae55d429a241c05028e174093c67babc6284aab9ddb751e7a89cfc5a30533e25, '', 0, '?'),
(0x2843988d96053fc08256cde2c39d8816, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/nso.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/nso.php', 1, 0x00000000000000000000000000000000, 0x0dce7b8bdc34d7c118715ccbe7b397af, 0x5a5557fb84d8cb46ede0200196c0432afb1a8480d106cd42f0dfc6ffc95708cd, '', 0, '?'),
(0x5bfd9e3c8c6bf2159f77b8aec2e30d1c, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/nso_ZA.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/nso_ZA.php', 1, 0x00000000000000000000000000000000, 0x55755b27209710df4751451b58336fc5, 0x10551f0683e30f6c47a317dc126fbffa5d297a67f08a314a93d6a48c35a67098, '', 0, '?'),
(0xe110335bb71e2be7b5ea4276b5e6b3e6, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/nus.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/nus.php', 1, 0x00000000000000000000000000000000, 0xe1da0b037ef8d4d999a54580b2ddb466, 0x22c9e9601082e707b6d8db936b691cfe796603da6b6b112ab7c960356557303c, '', 0, '?'),
(0x3462e7f0b2a45a50c75d2e05bb9ef1a3, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/nyn.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/nyn.php', 1, 0x00000000000000000000000000000000, 0x208d79e1db829049729d3a8a5f59da4e, 0x49df5e97d049b609621c929dea72a9cef0b274ed4d84aeca3e7582a1a3c637aa, '', 0, '?'),
(0xde4671fbe298fb8671ff093178e79ee1, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/oc.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/oc.php', 1, 0x00000000000000000000000000000000, 0x2c693bd58ddaa21d5c96c002091739cf, 0xd8a830c9a6b18bba9ec2710a96f0ecd2569e27ef00c2c9f11d4af3c6fd77972e, '', 0, '?'),
(0x3720f6fd436add0c946263a885e64877, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/oc_FR.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/oc_FR.php', 1, 0x00000000000000000000000000000000, 0x0cb9db725c592542c33ab9a499e39668, 0xd151ef6b5827132022d91e1b03ccd59ba7e4128ae887e429363e583bd3065ce9, '', 0, '?'),
(0xf47feab06f9e60574bb1b09efd48b04f, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/om.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/om.php', 1, 0x00000000000000000000000000000000, 0x58db9818d7ab843ca85864826d9033c6, 0x74d2e9f2cd53f963d2e56a7defbafc7ce88386769fe114b9c6576b91920940ed, '', 0, '?'),
(0xb6e2de640a1698cb611fb6a990312420, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/om_ET.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/om_ET.php', 1, 0x00000000000000000000000000000000, 0xbe0ca39528d983ea28d9ce161de7d672, 0x0cf3324a2498b226095f64344357f3f41dd1a14c7ae784c6747c77b1524e2e00, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x7f504982eaa9374ed2aa82598b6160a7, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/om_KE.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/om_KE.php', 1, 0x00000000000000000000000000000000, 0xf6dfa3a945056ddd4441dd947fb2a11d, 0x2186d427a5c3f2f975eed49ace69ab2ed9a2287da6bf470b706d59bc5dab14e7, '', 0, '?'),
(0x87a325c305483e29b746a54e6edec60e, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/or.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/or.php', 1, 0x00000000000000000000000000000000, 0x6ae7c45b28619905783873cb5c6f92fe, 0xb1168074b6c69b67ad1bbd5ce1ecd41768dcc07eaf519d476d4a0bd854088ce4, '', 0, '?'),
(0x996fe045dce5811a1206dab4e86912ff, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/or_IN.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/or_IN.php', 1, 0x00000000000000000000000000000000, 0xf0abf49e12820af20a06f6ca85b0989f, 0x79f65b06ebb1a53fd5e0340f62e78f59167072d6d1102f82879e575e2261c541, '', 0, '?'),
(0x5a267d2b76f41187de03857671fe69bd, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/os.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/os.php', 1, 0x00000000000000000000000000000000, 0xda338800640d5c810b19a10014d2d33e, 0x8d046c2acfe8aa4810cc274a4f058c7eca0a6265fb69f70db5033d395b5c2114, '', 0, '?'),
(0xe1440ff9ec4e69195237efb0338ac359, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/os_RU.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/os_RU.php', 1, 0x00000000000000000000000000000000, 0xffa75591655906b67afbfff3bde2c66a, 0xfcb375371be88ac77975dbd57b350748f0232e23168f5e2ac53112806640e4ee, '', 0, '?'),
(0xb8fdfd3eedea2b155f71ede030eb2b8a, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/pa.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/pa.php', 1, 0x00000000000000000000000000000000, 0x67f95d0e338edf0738fccd7fceb28f82, 0x2b7966c8072095767f28cf0bc9913e9fa5411e466defaebe2c8f5b13e3740c96, '', 0, '?'),
(0x8a5576ee9353b63a73a176f8a35d1409, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/pa_Arab.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/pa_Arab.php', 1, 0x00000000000000000000000000000000, 0xc20b1ed9df274989ebe617209dd7cd58, 0x472f48022cc3dae7680e53a576159f6b1b4a95732416e2a3fd82b0d575706eec, '', 0, '?'),
(0xf1b0173a75b2a5d9693c3942d578ee43, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/pa_Guru.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/pa_Guru.php', 1, 0x00000000000000000000000000000000, 0x366b2b15b9ec1812b4f9d8ee3afa8514, 0x24bc2c590e3359ab757b6f506253172a202c01d25ea5e9052d8f714cc20e4e87, '', 0, '?'),
(0x4ce5d42467c65fd93d235776d339642b, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/pa_IN.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/pa_IN.php', 1, 0x00000000000000000000000000000000, 0xe5949bb25c2d82a86c1a336fdbe7a562, 0xdf93d8de74c91d462e90b53ed57c03a82ac4118abcbd9b98806ad91984228904, '', 0, '?'),
(0x2e6218ab39f3fa32b17a913b738ca11a, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/pa_PK.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/pa_PK.php', 1, 0x00000000000000000000000000000000, 0x33cab537de718f7ab919560930d9d1a2, 0x89186c6351225bff5249687ac2405d0c0fb7e403cf664ec7143c2249771a38a8, '', 0, '?'),
(0xfbd39ec73957a468791625361dd3ca99, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/pap.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/pap.php', 1, 0x00000000000000000000000000000000, 0xbb81da928d10bfa855df96795978a7e0, 0x718c1c245c13e59b1c61d670fdf37fd0be9ac0f6d78e58599d5a778fb2f2af9f, '', 0, '?'),
(0x6614f492158116dced01c4acbd27bdf2, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/pap_AW.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/pap_AW.php', 1, 0x00000000000000000000000000000000, 0x9ba26ad544ead8a4dec1db25ff250b1e, 0x4269a2c9a44e8f579e5f171a8687ffb5b59154c45d7d46c57e97c9526427c42a, '', 0, '?'),
(0x8e267f9cdd36b48dff5bc52006632893, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/pap_CW.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/pap_CW.php', 1, 0x00000000000000000000000000000000, 0x9ba26ad544ead8a4dec1db25ff250b1e, 0x4269a2c9a44e8f579e5f171a8687ffb5b59154c45d7d46c57e97c9526427c42a, '', 0, '?'),
(0xe510d954460d670590dc7a3c2996d3aa, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/pl.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/pl.php', 1, 0x00000000000000000000000000000000, 0xe119ca3c5742af6c8a25e70653fa9562, 0xc0203abd26db2b165c8ae49501e6419c0fce5a190b5409742610d99bf6b49419, '', 0, '?'),
(0xefce71e597b724398c4948ed954dcc5d, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/pl_PL.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/pl_PL.php', 1, 0x00000000000000000000000000000000, 0x41aabd1cc825fa39fee6f1d8b6b30575, 0x53deb64d432bb77b3bd59b3d724bcf178cd587cc7488f8594a1bd0c497fb36e5, '', 0, '?'),
(0xcb1b567f6b2d7808bceb7d42b31351b4, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/prg.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/prg.php', 1, 0x00000000000000000000000000000000, 0xf78e19b73a7492b86b074d51d8b9389f, 0xb0f591d3af9535921b85900ae59b8fd8c2d3280a5783922767b64008e597a038, '', 0, '?'),
(0xe41dd8581d11a963f44c8dfaa81b56bc, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ps.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ps.php', 1, 0x00000000000000000000000000000000, 0xbace84aeb64acbfc680ff679d86a7df4, 0x1fa58c6ea7a50dafba93715f17e41ec3a6287beab7918f8bfb86eb3012b6f9a2, '', 0, '?'),
(0xe088fc638c27cc88a1d34ecaa9f371a0, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ps_AF.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ps_AF.php', 1, 0x00000000000000000000000000000000, 0x7872178f5252c32d8b4259f950400512, 0x252b8098a64f9c006a56873023743460d6144b1b0957308739650bac5ba4e527, '', 0, '?'),
(0x87c054c64db053fb688089a84606d09d, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/pt.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/pt.php', 1, 0x00000000000000000000000000000000, 0x5d4a286412dbaeab8d425c0b9de0e8cf, 0x799ef8e4457fe5998d0b1f37588de4ddcf9f427594f9064dead91c8fefcc0410, '', 0, '?'),
(0xa88ee9cc7067144d71a6e6c1cca48999, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/pt_AO.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/pt_AO.php', 1, 0x00000000000000000000000000000000, 0x334624fb73639d6255a370d7c489840a, 0x0c48dfb56e80d951406a97e541348b7a30ef04469a789ec8c37ba5e03507e617, '', 0, '?'),
(0xf7ca70bc4465ab8f183b52a19d138b58, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/pt_BR.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/pt_BR.php', 1, 0x00000000000000000000000000000000, 0xd16ad055aac4a414c60d4ccd99a2e03b, 0xd2b8d68985dc91d30b5895cd88cffc8897125b1be63819f3f6862b4585ad9a4d, '', 0, '?'),
(0xd2ddc309ae2e6eb3b1939f0686fb611f, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/pt_CH.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/pt_CH.php', 1, 0x00000000000000000000000000000000, 0x334624fb73639d6255a370d7c489840a, 0x0c48dfb56e80d951406a97e541348b7a30ef04469a789ec8c37ba5e03507e617, '', 0, '?'),
(0x6ef8be4c17674845ded0982ca92a17c8, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/pt_CV.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/pt_CV.php', 1, 0x00000000000000000000000000000000, 0x334624fb73639d6255a370d7c489840a, 0x0c48dfb56e80d951406a97e541348b7a30ef04469a789ec8c37ba5e03507e617, '', 0, '?'),
(0x0bd629e4cd4240116a7412e3ec8f9fdc, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/pt_GQ.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/pt_GQ.php', 1, 0x00000000000000000000000000000000, 0x334624fb73639d6255a370d7c489840a, 0x0c48dfb56e80d951406a97e541348b7a30ef04469a789ec8c37ba5e03507e617, '', 0, '?'),
(0x9cc570193e2483f186146467d0ee2aa9, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/pt_GW.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/pt_GW.php', 1, 0x00000000000000000000000000000000, 0x334624fb73639d6255a370d7c489840a, 0x0c48dfb56e80d951406a97e541348b7a30ef04469a789ec8c37ba5e03507e617, '', 0, '?'),
(0x9a326fd1f809afa8d97de32478974f36, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/pt_LU.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/pt_LU.php', 1, 0x00000000000000000000000000000000, 0x334624fb73639d6255a370d7c489840a, 0x0c48dfb56e80d951406a97e541348b7a30ef04469a789ec8c37ba5e03507e617, '', 0, '?'),
(0xfc8274c1ce3d7485ff6b61e07cd5e8b7, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/pt_MO.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/pt_MO.php', 1, 0x00000000000000000000000000000000, 0xf4ede63e31cd05cff9f85011844ace80, 0x93909116582ebf68a2530a4028c61cdab76ba5246d8f7a2d48b7af330558fa80, '', 0, '?'),
(0x5e21537baf4e82b0c6e1ca7fb593cacd, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/pt_MZ.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/pt_MZ.php', 1, 0x00000000000000000000000000000000, 0xcf27530450d8f055d84d7c2be61bee68, 0x0bc544514c672823d524036ec9b3f8b579eb849dd2351959997a608562fd4548, '', 0, '?'),
(0xe0038f89b8b825b68305c9b5e7649d73, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/pt_PT.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/pt_PT.php', 1, 0x00000000000000000000000000000000, 0x414d4a16aa9aa1040169c00a64cb5793, 0xbbad1543f49a11cd05ea11c093980c1b84d3f5d9f054ff5eb19645513c250157, '', 0, '?'),
(0x67b5513068ae115149c3741a068e3186, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/pt_ST.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/pt_ST.php', 1, 0x00000000000000000000000000000000, 0x334624fb73639d6255a370d7c489840a, 0x0c48dfb56e80d951406a97e541348b7a30ef04469a789ec8c37ba5e03507e617, '', 0, '?'),
(0x36d42f6bd5800766e9bd7d5b077b156c, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/pt_TL.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/pt_TL.php', 1, 0x00000000000000000000000000000000, 0x334624fb73639d6255a370d7c489840a, 0x0c48dfb56e80d951406a97e541348b7a30ef04469a789ec8c37ba5e03507e617, '', 0, '?'),
(0x75f89c879ec868899fdd00438c81af7a, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/qu.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/qu.php', 1, 0x00000000000000000000000000000000, 0xd2e36b658bdc0a0f77c088988f7da0ab, 0x786f74d752a8f76f185044a4ec5cd158e203d08d87a25c5d7436838d1afe75ea, '', 0, '?'),
(0x948f5f971fd4b977ad7904f7711498e4, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/qu_BO.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/qu_BO.php', 1, 0x00000000000000000000000000000000, 0x45386a15ff6670ca4a3e9576f3a701aa, 0x6a0175976ad379e91310da3dbeee62e907eb0ceadca23f7dd8521734cb541acc, '', 0, '?'),
(0x19a6fb9286fd6c71e5aff21e060567c1, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/qu_EC.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/qu_EC.php', 1, 0x00000000000000000000000000000000, 0x45386a15ff6670ca4a3e9576f3a701aa, 0x6a0175976ad379e91310da3dbeee62e907eb0ceadca23f7dd8521734cb541acc, '', 0, '?'),
(0x8fdf0957b44256c227418884f463c85d, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/quz.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/quz.php', 1, 0x00000000000000000000000000000000, 0xcbe08756853868c243ba3a95e8253a72, 0x1b4b6dc68799e588610d2cccf59fc77ed62214d7f1e65f10d9f88a42dd20e962, '', 0, '?'),
(0x76f7e9d58917bea07c9af3cdc83bca79, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/quz_PE.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/quz_PE.php', 1, 0x00000000000000000000000000000000, 0x97753bfbff5d19caed0d0b636c7ece5b, 0xbc85009283d63ab58baab5b55eb61716aa23623138b55c874a6193dda8c7f5a5, '', 0, '?'),
(0x5d6172e3882bcede28420dcab40aa6ce, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/raj.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/raj.php', 1, 0x00000000000000000000000000000000, 0x983f769d111229c820985e9a382dd57d, 0x4d16f128f0179adcf0307607db97aa9f2779277ac7d1390f2eb4abcf9b2fe0be, '', 0, '?'),
(0x8d2a33c165c3a111d9718d8d13de4029, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/raj_IN.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/raj_IN.php', 1, 0x00000000000000000000000000000000, 0x2adb8c41074ae5416ede18340c78efe9, 0xe698279cfbe0d3f6c0b6902cf8c35b55a858c9428cac15702b0aa3966cef25df, '', 0, '?'),
(0x4aae10227e770c41ab10bc95daad9ea4, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/rm.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/rm.php', 1, 0x00000000000000000000000000000000, 0x130a0479d037f4443ed7b6834f9eac99, 0x455a83ddd6a796dd6e561548caab2ca855bc058e49aab740105fc4a37b88796d, '', 0, '?'),
(0x98ac5fbc145e041b1a5fabc5f54cfa3f, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/rn.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/rn.php', 1, 0x00000000000000000000000000000000, 0xcbb05deb57b554200f952d548073fff4, 0x90d90c967b4c9e3268a0e2799b450bac7b068ba51ae16365e4cc96be826fbc55, '', 0, '?'),
(0x2734266f96de691b1af59dbf9a9a11c2, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ro.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ro.php', 1, 0x00000000000000000000000000000000, 0xada78d1bba30001984f88ebdb6945169, 0xfd18e9993fbcb04b3e748be2a5bc1e678ee025a98cc7396dc38fd00a4402f376, '', 0, '?'),
(0x419884b17496114c7ca3785b74c861be, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ro_MD.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ro_MD.php', 1, 0x00000000000000000000000000000000, 0xbee2513a1952093e420e434cada5f8ef, 0x84f83f7ac0d18bd12e0e3b4f9db5da956312593e20d387dbd13a2bc3e004b402, '', 0, '?'),
(0xa3d4e9ef3779453dd58eee4b0339d109, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ro_RO.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ro_RO.php', 1, 0x00000000000000000000000000000000, 0xd722e76c33c7f82661a62e6872900a84, 0xa5683e23cb562f1dfe2fbd0b0ab0d98f806c365ef81e80b523e89a62815ccb16, '', 0, '?'),
(0xcfa870b883c619c24169933267945b0b, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/rof.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/rof.php', 1, 0x00000000000000000000000000000000, 0x3e7233ece6641501a0cfbe31abd9e925, 0x081a25c3b07ebdcd5113c6b9b425799e7bd96f49e8d656baf7db5eb4be5b0929, '', 0, '?'),
(0xbce6c642bc4119c7a95bd40e05e5d774, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ru.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ru.php', 1, 0x00000000000000000000000000000000, 0xe0f89e42df9aa4da11af44dca722396d, 0x284e261260bb64da7bca85ef1acd977c757b028da18bd4ed25c75c83c771953c, '', 0, '?'),
(0x0babb03e28f5c085c7b093c90187c31a, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ru_BY.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ru_BY.php', 1, 0x00000000000000000000000000000000, 0x093d183da941ab32b4f497bf26af7bc7, 0x41ed2600282571e39cde58a32ce8346ce694a7f85dc7582275c96409e5376020, '', 0, '?'),
(0x8f1e813889d795a6138277c651765d26, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ru_KG.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ru_KG.php', 1, 0x00000000000000000000000000000000, 0x093d183da941ab32b4f497bf26af7bc7, 0x41ed2600282571e39cde58a32ce8346ce694a7f85dc7582275c96409e5376020, '', 0, '?'),
(0xc6c00eb01c7ba1040f64f67fb24fb0a7, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ru_KZ.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ru_KZ.php', 1, 0x00000000000000000000000000000000, 0x093d183da941ab32b4f497bf26af7bc7, 0x41ed2600282571e39cde58a32ce8346ce694a7f85dc7582275c96409e5376020, '', 0, '?'),
(0xb35e81ae5712c55f3cd4e7eb585bd411, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ru_MD.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ru_MD.php', 1, 0x00000000000000000000000000000000, 0x093d183da941ab32b4f497bf26af7bc7, 0x41ed2600282571e39cde58a32ce8346ce694a7f85dc7582275c96409e5376020, '', 0, '?'),
(0xf94dc3eefbd04426305f4e037bf9a75e, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ru_RU.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ru_RU.php', 1, 0x00000000000000000000000000000000, 0x093d183da941ab32b4f497bf26af7bc7, 0x41ed2600282571e39cde58a32ce8346ce694a7f85dc7582275c96409e5376020, '', 0, '?'),
(0xb9fb38a2dad90d325763972dabb92db1, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ru_UA.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ru_UA.php', 1, 0x00000000000000000000000000000000, 0x29458a28c381fd4da166f60baa4cdb68, 0x0e372e03c2ebc58e286402612df9f630350669e7e18a03b3e9bbb079b0e8d6d4, '', 0, '?'),
(0x68bf418a5a777cc3b29cd6cd457c6038, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/rw.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/rw.php', 1, 0x00000000000000000000000000000000, 0x30904510cd1cbdb810483c03ab69f349, 0xd566a3b8be2b2d3e9cfe39d391c06515fffe6de4ed61686e512d9893ab41174e, '', 0, '?'),
(0x3bd3dcbb63185041620de0eebf4bc0b1, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/rw_RW.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/rw_RW.php', 1, 0x00000000000000000000000000000000, 0xb5ebfff54f809ebe40d22ec07786b29f, 0xa96a8cbdae098e656ff7116bfce4594fcdbe825c4c7aad7547d87e5ab25b6e78, '', 0, '?'),
(0x26ccc9c74c43cbe4c0f826d963f6ea02, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/rwk.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/rwk.php', 1, 0x00000000000000000000000000000000, 0x816e2fc60a12291814fc27975946812e, 0x102598ed8ac5e096e29b0bd8bfc6177e3e38da19ea0e0e3748f58326d120c7b9, '', 0, '?'),
(0x96065854683f814a66c2c151b0bff738, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sa.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sa.php', 1, 0x00000000000000000000000000000000, 0xe9ad2b0e11020ef75c21d7479ef61fc5, 0x80ceaae9c114687136d21b471a95207ef7354cf5102a6cf44ca6825ba2363177, '', 0, '?'),
(0xd92a416f9b07a22c52f91e873e42bac0, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sa_IN.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sa_IN.php', 1, 0x00000000000000000000000000000000, 0x6b596ed1af31e5ae3985b2ae3e761311, 0x4f9e93e56ec6e0de560a8aa3218274b1bd78265904b9f60f6b284103b295bf2f, '', 0, '?'),
(0x30ad1af858ee764f67188e7509a2e0de, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sah.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sah.php', 1, 0x00000000000000000000000000000000, 0xd53265c07c14dc47ac1fe6c7c9120dc2, 0xf2a5fb90710437c4ea1af8e2bc3d0b6f13320141ba4364f2b0ed1b4f02e7263d, '', 0, '?'),
(0x30942645f0cf7f3a835ed94e8fd8a8cb, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sah_RU.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sah_RU.php', 1, 0x00000000000000000000000000000000, 0x69fb76c91d6fec16af67da7a728ba6b4, 0x887ce611736384eefdde07418f4406897248bf078c2ac8cb82c7abca0afb8f40, '', 0, '?'),
(0x235643f211bed2f7af63758aaefd3bae, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/saq.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/saq.php', 1, 0x00000000000000000000000000000000, 0xd3bface45f71105f08167aa9bde3041b, 0x13f720ada987a91b85650b3be6208c6f7f9185f461e55e3f64ae8c2673df8667, '', 0, '?'),
(0x73a93bfbb83a162ca4d6f0d8eca32dd1, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sat.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sat.php', 1, 0x00000000000000000000000000000000, 0x97a54841524a76d246c6692fac3def0e, 0xa0eb7cb06c0ed19dd7fc616c8573035fd4efee17ed5e6995efc128587ac7a9cf, '', 0, '?'),
(0xcf67d030b55649d02b88e6903619ca42, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sat_IN.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sat_IN.php', 1, 0x00000000000000000000000000000000, 0xd944f9e95b3c48066e57c9233ca74776, 0xd6e7b5fe76c7424eddc6d0b972819683003c9ea26c5f1ccd9f838db48c7bc91b, '', 0, '?'),
(0x11861c503cc6a02c47f3e61a00df8f6b, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sbp.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sbp.php', 1, 0x00000000000000000000000000000000, 0x8bbf30f95dfa77ed935067342da23c16, 0xb319be70c5b48f2392f7b2adc31daabce06927419735e056e34c71a3c5a741a2, '', 0, '?'),
(0x9fae2ddf1f916b885479e0450b7b12c3, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sc.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sc.php', 1, 0x00000000000000000000000000000000, 0xae69f9c3d2181c549f44fd4965ab3782, 0xbe2527fd704f919e01e511a832a0514600590c374c650f270f89def355e23967, '', 0, '?'),
(0xc5cee157652f4549a69d2c8cc5cbd64e, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sc_IT.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sc_IT.php', 1, 0x00000000000000000000000000000000, 0xb86aa20a9a58dc5625524ef02d52010b, 0x0377df43cc0f0f276c6e260bfb0b8c4d508ab5415b1ff35c61c7e015c7b8b40d, '', 0, '?'),
(0x70c09568b330ae34b2622fae62656f81, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sd.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sd.php', 1, 0x00000000000000000000000000000000, 0xf04974f09364cad4c44201cf7f4d0df9, 0xe22a3c07507fac519d64b4b08503cbd19ab2062fdae4557b6dd4f7c89092173a, '', 0, '?'),
(0xbc281c446b00cb7d1ece492e4eac59b6, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sd_IN.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sd_IN.php', 1, 0x00000000000000000000000000000000, 0x4f4e094e103cf3473712004e66d4fbe5, 0x0b27ccf2e212a28aacdbda7926cec7460067b754273a4d954f1bb6234decea32, '', 0, '?'),
(0x0451395c9fd45fa80b544f6c4b1f21fe, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sd_IN@devanagari.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sd_IN@devanagari.php', 1, 0x00000000000000000000000000000000, 0xd4797f9c2ec46d28ab894c352342c558, 0xb368f1e5186ebd4eb2e22e049ec40120a1acfb73f546c92de5b65bec5d377a02, '', 0, '?'),
(0x8c4495d8f4438d09e33d740ea899980f, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/se.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/se.php', 1, 0x00000000000000000000000000000000, 0x6b4f4f9d7f874a8d3ef48b5e7c79102d, 0xa6fd77638bb9fff86387aeb13606a37f4d03c60e53109dcdf1da286b4c539872, '', 0, '?'),
(0x93a9e265ec6fcbc88b503bf7a28bf751, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/se_FI.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/se_FI.php', 1, 0x00000000000000000000000000000000, 0x611e81ed759d55d5a8288b97e4b72bee, 0xda9b9a37b8e26442b740f1285910253e01a3efb5ce364df74d993b9f65476618, '', 0, '?'),
(0x8bb0d8dd72d24c32fd21a3b5e5d7f24e, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/se_NO.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/se_NO.php', 1, 0x00000000000000000000000000000000, 0x3596ad02ec67b0a6dd28967d40b29d61, 0x729d99d95e3d4d1a231448df2b263e433c8e1bc28ae86923e9159526ca755b84, '', 0, '?'),
(0x67f404e1ed710110d0d55916447054b5, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/se_SE.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/se_SE.php', 1, 0x00000000000000000000000000000000, 0x3596ad02ec67b0a6dd28967d40b29d61, 0x729d99d95e3d4d1a231448df2b263e433c8e1bc28ae86923e9159526ca755b84, '', 0, '?'),
(0x2293d347dfbec21c468e5d54eff6f2e5, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/seh.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/seh.php', 1, 0x00000000000000000000000000000000, 0xfe96c404a98f2ca7f9b1d43f2a32fbd2, 0x5d7563cce4c3e864d9bbb573282564e1a9c0fb047f56809f5baec603d9f47b13, '', 0, '?'),
(0xf14e60432a1a5a44958d0692af46ba9c, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ses.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ses.php', 1, 0x00000000000000000000000000000000, 0xbd405e41b28550436e450033650fe628, 0x9968593525bfac0b364d31b8a0ac0beeae6b95597fbe65ed25583438c86f135e, '', 0, '?'),
(0x1be172f026b19f0e2e9fb065be93b5d3, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sg.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sg.php', 1, 0x00000000000000000000000000000000, 0xf6f58ee20003e67081a5e59f59467e55, 0xe840c4ecab2cae1f123367c4e4426ae0946cc5b3ee122a2bd4d262650b1c57ee, '', 0, '?'),
(0x6b8cdcb12625354858b9f2238ef0b679, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sgs.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sgs.php', 1, 0x00000000000000000000000000000000, 0xf3540cf43926cd3557d36141af7649d5, 0x91857082a90575bb1663a84caa352f1b991819fd606e2a35746be313c7d8792d, '', 0, '?'),
(0x5a1a91cf1e48b13f028cce5f68b1f562, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sgs_LT.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sgs_LT.php', 1, 0x00000000000000000000000000000000, 0x28d7bf281a3abe47a7861b6fb57a60ba, 0x853a32a411dd84994786e206f61fd1b73119fe0eab34ab01d017c07ee17b3db9, '', 0, '?'),
(0x0c20282ed3ea40fc1fa7c999f1f9f46b, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sh.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sh.php', 1, 0x00000000000000000000000000000000, 0x4fd6ba3852819f33bb58219bdc2cd2eb, 0x28e68bd92bd04fbde7fe48605a03b66a08422829369abab40cb605cbabf84b78, '', 0, '?'),
(0xd2dc0d03fe4acfe969c0d78c4394bd74, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/shi.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/shi.php', 1, 0x00000000000000000000000000000000, 0x73a9934e28aa9526f82ee8cf4de76b12, 0xfc7a42b80ee695bbe8eb43572e60de1c4ebf757a9c071cc2105e640ee77c27c9, '', 0, '?'),
(0xab82cf0334b92db2549b58dda3e006ce, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/shi_Latn.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/shi_Latn.php', 1, 0x00000000000000000000000000000000, 0xf3956160c60174706f4bd41e4873c4fa, 0x6f4d4d3178f612fa184a7ced3e44789222f25fcf9f6d3c5e5b5473a790213053, '', 0, '?'),
(0x62d8cbbac499a6f1af03acea62c8183b, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/shi_Tfng.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/shi_Tfng.php', 1, 0x00000000000000000000000000000000, 0xa100bb6bf35fa4eb00c57db1d8bb1798, 0xf43887e1344ed221c5c6b5542f923847e408a657e928b3fb8c76362adf570a5e, '', 0, '?'),
(0x2d6c6f779313af738eb3b0f031df41b7, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/shn.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/shn.php', 1, 0x00000000000000000000000000000000, 0xd4a08a4422191ce34c2870502c14a4e0, 0x91cc16aba04383adf368244387693904533b428e16e5f32d17aaa7b7ba58a330, '', 0, '?'),
(0xea3d2138f9062f6b3dd99f8f324de366, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/shn_MM.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/shn_MM.php', 1, 0x00000000000000000000000000000000, 0x74e4caf631943d16e4b506047ffa9ed9, 0x13a8e86560a258f47cb292cf84552ed275d167e5d93310eb2a39c0d6ac72aa2f, '', 0, '?'),
(0x5ef5e2aa37d8502a8723cb7d6e634294, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/shs.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/shs.php', 1, 0x00000000000000000000000000000000, 0xeaaf001c4cb60753c024f7ac3a3f3ebf, 0x05ab571116ad4fdfb4d1a22a1e7e6878373873ebca6d4aeba7f218eb9a2784f9, '', 0, '?'),
(0xebae266f10fc93e755b501bdbf6e9b4d, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/shs_CA.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/shs_CA.php', 1, 0x00000000000000000000000000000000, 0x2264562bd6c4f704cc867d7dcf72a3e9, 0x93d03eb9987fe6c0902b8f3c9a249569095718609286cb1dae499722c5b46b17, '', 0, '?'),
(0xd190bc787dde672d9ab3a9de8df80bf1, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/si.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/si.php', 1, 0x00000000000000000000000000000000, 0x281c0c94315db889573a280720de7cea, 0x0a3c830ae3dce67cb1036aa95bf1d3cf6686471a74d3c0780eb0df284a8f7b3b, '', 0, '?'),
(0x6df2f8e073d9394b8824f3d922e49231, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/si_LK.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/si_LK.php', 1, 0x00000000000000000000000000000000, 0x6d4068aa2ba382cc2f8ce22b0849653c, 0x3fd2ad865dc8ae1294225da9312697e161a79d994a0da013014c22f24aa45628, '', 0, '?'),
(0x2b43aa0f8196e3b581f6205326288e08, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sid.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sid.php', 1, 0x00000000000000000000000000000000, 0xc74377ef487cd282c2b359fd3817244e, 0x713b93d0595de20e2b61c1ef09381b5fdebc9f890f77348241d0a636cd85ac27, '', 0, '?'),
(0xc2046218c90069c67c157957151d81d9, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sid_ET.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sid_ET.php', 1, 0x00000000000000000000000000000000, 0x92f40c2e99c1f2b492f2810c389731af, 0x232c53dd28eb86025c025fc458472b804fd008db7e6288d13677e13cceb8d59c, '', 0, '?'),
(0xae5486505f659d437661662038bcef0d, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sk.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sk.php', 1, 0x00000000000000000000000000000000, 0xc47a1080233a56665950970467ab74b4, 0x98b3bac1aa5e30b65f61e590cec3ed8e58e076e75750b58d0a8c10ea920e9ec7, '', 0, '?'),
(0xbb4697b496de7d1f8dad683f6f8c1ebe, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sk_SK.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sk_SK.php', 1, 0x00000000000000000000000000000000, 0xff28706114b13e5ecc421408125b7820, 0xab038ef3cef457f1a10704d804f0d9d38927c2c56798ef34fcf644cf9c334300, '', 0, '?'),
(0xbc022c6e2edb119df5111f6cebb8636e, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sl.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sl.php', 1, 0x00000000000000000000000000000000, 0x7c72f851eca1101114d592a6d3de16bd, 0x143d881efd308432be36f53660aed4b0ab8b2a7315458532c76ec6a8d3e5aa6c, '', 0, '?'),
(0xb4a9679254bfb0e1cacf0b2de443ba9b, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sl_SI.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sl_SI.php', 1, 0x00000000000000000000000000000000, 0xa121c609cac8221934fe338a0dd4a117, 0xfdd7a1702c41964924d8269c0cccf78a3530214edfa9a52a1b453e805b0d1d96, '', 0, '?'),
(0xcbe078d573a524c345160a57d71fc6e3, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sm.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sm.php', 1, 0x00000000000000000000000000000000, 0xdfc6ea97c5f816bc0eb39edb7e98f237, 0xb10807e52c822d05000e3e9eb681343063af05df2147acbc04d741b515fcdc1f, '', 0, '?'),
(0xd55df22e459a972a8f942feb1b354f93, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sm_WS.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sm_WS.php', 1, 0x00000000000000000000000000000000, 0x587ed7cbf95e37af8691e864c63a30a5, 0xb32fa61bdd567f5c8ef8a75bbaeefb96a7f670e38871d60a65109d2dab4df3d6, '', 0, '?'),
(0x64f8a74ef1b17347212cf4260a4f31f4, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/smn.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/smn.php', 1, 0x00000000000000000000000000000000, 0x9972f440c77dc73d62110d1d7ca5dbf5, 0x5c471d275b63d5425c3a22723004c7fe35c15d27517ad09f46a89ed033987d96, '', 0, '?'),
(0x69e311d4fcc649ca935e63e73ba4cede, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sn.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sn.php', 1, 0x00000000000000000000000000000000, 0x47e29a79fe004e69b829fc224cb2c2ab, 0xec04700acdef7a8094b76141aed9ccb1ec5fbb415906fbdebc579009b737f9f4, '', 0, '?'),
(0x5309a3669ed7bcf91e7d8b419c530ea8, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/so.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/so.php', 1, 0x00000000000000000000000000000000, 0x9e6b3aabd00e97c54dfe3dc66da73669, 0x890f8e0569e7623876ea5206f1e9c0eb40583d52c825de3dafa4bf90b46a81d2, '', 0, '?'),
(0x76296c305762c5ade15dfaf28ac505c4, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/so_DJ.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/so_DJ.php', 1, 0x00000000000000000000000000000000, 0xc9af9c85882f32af860d0eaeda48af83, 0x1ee88164ae7a9f55c1e3b1452bca70e5ffb5623247db66a9aceabd8cd9771ccb, '', 0, '?'),
(0xdf2ba462216180a19f824dcac002e401, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/so_ET.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/so_ET.php', 1, 0x00000000000000000000000000000000, 0xcd2cc354b6ee355204b78a0c1c973cdf, 0xe913025db4804748281567b3ed7c50389f60afa3f33dc92970158ed992a3aa01, '', 0, '?'),
(0x1ec44f3a3ddef732c70c90ee82b494eb, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/so_KE.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/so_KE.php', 1, 0x00000000000000000000000000000000, 0xcd2cc354b6ee355204b78a0c1c973cdf, 0xe913025db4804748281567b3ed7c50389f60afa3f33dc92970158ed992a3aa01, '', 0, '?'),
(0xab5ca10baae55e6e33a452a3c4694f02, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/so_SO.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/so_SO.php', 1, 0x00000000000000000000000000000000, 0xcd2cc354b6ee355204b78a0c1c973cdf, 0xe913025db4804748281567b3ed7c50389f60afa3f33dc92970158ed992a3aa01, '', 0, '?'),
(0x4479c967f71bcafe0024e1051c8aae1c, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sq.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sq.php', 1, 0x00000000000000000000000000000000, 0x4689fc2ad2987f7895aee4f205206a1b, 0x1b374c3d49516896d150465eca0206e5c51676e76b97432344fe9dfd03d50b4c, '', 0, '?'),
(0x94e048922cf5b0ad43069c35f7a4bf1d, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sq_AL.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sq_AL.php', 1, 0x00000000000000000000000000000000, 0x005960974e6a6514da967c679af919d0, 0x95aab11bfc79335a09296491ad7919de3d894213103bb08496af85f519b621a7, '', 0, '?'),
(0xbaca2f5177df3beb546850fa83aa82ba, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sq_MK.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sq_MK.php', 1, 0x00000000000000000000000000000000, 0x6b3b69697054a1953949e557d9d48a4b, 0x6c1c9f7c2c1d9a98c7d1a7f99a387da607a2ee3232cf29cd3ec6aac53f730fb4, '', 0, '?'),
(0xe6825170687c526afcceae729ef36133, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sq_XK.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sq_XK.php', 1, 0x00000000000000000000000000000000, 0x6b3b69697054a1953949e557d9d48a4b, 0x6c1c9f7c2c1d9a98c7d1a7f99a387da607a2ee3232cf29cd3ec6aac53f730fb4, '', 0, '?'),
(0x417e16954932fdd186ea18d754ac8774, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sr.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sr.php', 1, 0x00000000000000000000000000000000, 0x6a43144362252564de242e3e23069f53, 0x7942b9749f22207697b7b483060c2737b214a9c351b9b73d3dba4b4f3b989d9c, '', 0, '?'),
(0x4f6d83f9dcc0805cf7c4912140e7976c, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sr_Cyrl.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sr_Cyrl.php', 1, 0x00000000000000000000000000000000, 0xea7b0157e12020b6185ad4a613370200, 0x3e8cf47e007b2e71aa8f70ef1cc39c7eae64160c41dae8eefa55072acccbafe6, '', 0, '?'),
(0x32679d5c553861686332214df41e9a70, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sr_Cyrl_BA.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sr_Cyrl_BA.php', 1, 0x00000000000000000000000000000000, 0x7242b350b0feb9e0a140be311af2f353, 0x4c011c9da48cf5633d6d29184346dc7e34ce0ba5cc9d28ee5170f1738d83a5af, '', 0, '?'),
(0x9463e682129bba0bcb1c08be6c20ccba, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sr_Cyrl_ME.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sr_Cyrl_ME.php', 1, 0x00000000000000000000000000000000, 0x2c16492a616382253ee191ba5427aae4, 0x7af3bcfb67a6102719f8aa9e0e35f5f8319cd23f4a8152a87e9e973ae58b7f51, '', 0, '?'),
(0x9adc9de41d0138bd597df9b115eb6953, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sr_Cyrl_XK.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sr_Cyrl_XK.php', 1, 0x00000000000000000000000000000000, 0xd94365a443fcc41daaece7c4525ff39c, 0xfe13511806b658bc8ba565f2b3cbce45a58f613b366d64dbb258b2ca79b9460f, '', 0, '?'),
(0xd6912599ce0f1218f079de454c1ce138, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sr_Latn.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sr_Latn.php', 1, 0x00000000000000000000000000000000, 0x1d64c2477cd33bd8b58eac102ee1a2ca, 0x7769d89d6bf1601e320f7754407d967175c958604c2a8ec0615de8451632fa0d, '', 0, '?'),
(0xc92c9ce183d42304756190febda94a75, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sr_Latn_BA.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sr_Latn_BA.php', 1, 0x00000000000000000000000000000000, 0x3f556457b116da1bc9d97ecece4e369e, 0x1b269452c414b67b2206ab72e6ef2e8b3e4dba00458f36efd2f7bc2a9bd37cf1, '', 0, '?'),
(0xf004e697f740af2dc69e1a14f3855d28, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sr_Latn_ME.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sr_Latn_ME.php', 1, 0x00000000000000000000000000000000, 0x16a189639917e511641f6d573182064e, 0x6d506dc19ea32ea0ae276f2af95d4db75c998ba0ab5d912cc8602c417efaaacd, '', 0, '?'),
(0x0a2017271299b002550884abe64bb0f7, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sr_Latn_XK.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sr_Latn_XK.php', 1, 0x00000000000000000000000000000000, 0xaa2927fc26169c8886f41b565615f5c7, 0x28c68e52ce96b9c6bf7cf73119ead38942a70c4ad4c50ef450916e8afe64844a, '', 0, '?'),
(0x1df786751f43e97691379d442d881241, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sr_ME.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sr_ME.php', 1, 0x00000000000000000000000000000000, 0x7ff50e574b59b7d360e7bff7202e400e, 0xbfde1a5b1b33977f19e95695c88bba9e080746ab8975808779b08dd403d69105, '', 0, '?'),
(0xc6bf87eb608a3b99d84765eb17bf4f24, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sr_RS.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sr_RS.php', 1, 0x00000000000000000000000000000000, 0x64815bd13c262da053ea8f6728fd5e23, 0x06d09eafc3bc263104b2169a7bf28fab22a294b98c5b895bfd609a9041514f08, '', 0, '?'),
(0x484524626ae998c56b933eaae8e8e873, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sr_RS@latin.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sr_RS@latin.php', 1, 0x00000000000000000000000000000000, 0x1d64c2477cd33bd8b58eac102ee1a2ca, 0x7769d89d6bf1601e320f7754407d967175c958604c2a8ec0615de8451632fa0d, '', 0, '?'),
(0x10e136e7727075853e0a2c48650039de, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ss.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ss.php', 1, 0x00000000000000000000000000000000, 0x37997aa27bb27833bda3d42a0d27adbe, 0xceff33a2a6bff9f1f0b65be6ae33bd139513d1472c396a00c929d47d46271fe1, '', 0, '?'),
(0xf0fb02371304ef7209d33224184c0ede, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ss_ZA.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ss_ZA.php', 1, 0x00000000000000000000000000000000, 0x107f60e7baa24f3c2f6885f56c9f1d75, 0x602fe9d104dc3ecf8d4032ef6298d97f642dd3e338deea751859769f4f9b42c7, '', 0, '?'),
(0xca257321250fcb012defac113ff72569, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/st.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/st.php', 1, 0x00000000000000000000000000000000, 0xe8dcfead1cef184e9b729f683d15e2d5, 0x7a917818e1f1eb4360c07bbc7408324af86902b2c666aa72b4226e5a46796208, '', 0, '?'),
(0x71c87cf9bdd1ed467d18ceb6f309f8d7, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/st_ZA.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/st_ZA.php', 1, 0x00000000000000000000000000000000, 0xa4fc6f0eeca37046417e440bc4161adc, 0x2fd1ff8187f81a8f5d829275bdc75a3e2186e6d50e369d0fc5188dd4a18d477a, '', 0, '?'),
(0xc4329f7f29a0fb345eb47040b070c9ab, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sv.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sv.php', 1, 0x00000000000000000000000000000000, 0x4a2c8f1dad58fefa922a7fb773f3a60a, 0xdee50546bd9c0ee75fab2a53976b83eeba8157b8646839c348858bbd5c13e2a0, '', 0, '?'),
(0xebe1259ad6111cc1a538d82b6252b785, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sv_AX.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sv_AX.php', 1, 0x00000000000000000000000000000000, 0xe2d8ecd8b580ad39d9c30a4510fab3fb, 0x6492fb8481c73ae98e07842ae60c0fa8b6e1d32f34c86b2fcd133c1899ce3211, '', 0, '?'),
(0xed5c115f972c8fac0139b15527d0d971, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sv_FI.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sv_FI.php', 1, 0x00000000000000000000000000000000, 0xa5b7689cd63f72f18cdd0b08ed9b137a, 0xb591faa5720ee391c2feb842f2a2dae4ad6c6424d142ad3f7e8c7a1703e66675, '', 0, '?'),
(0x2a9649342346e37196a7a8d84b711572, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sv_SE.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sv_SE.php', 1, 0x00000000000000000000000000000000, 0xa5b7689cd63f72f18cdd0b08ed9b137a, 0xb591faa5720ee391c2feb842f2a2dae4ad6c6424d142ad3f7e8c7a1703e66675, '', 0, '?'),
(0x160178ea75b9a9b783b5f853db97d40b, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sw.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sw.php', 1, 0x00000000000000000000000000000000, 0xf6ecf3b874146bb00042a05f14307db2, 0x88f0f683c08dbea5328e5dcb57642501cda00726fee26351e3cbe7cccea8ff79, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xeeb67f92c549c0cf4cc80ed688548ab0, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sw_CD.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sw_CD.php', 1, 0x00000000000000000000000000000000, 0x5ef1837196a9ec678d65a8c61c880581, 0x583fd11dcec602a5e284a208a4cf995e885f2726aa6302f96ba413d0f38f8c86, '', 0, '?'),
(0x0dfa9fdd12be42d5a9f2a010c31a3a39, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sw_KE.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sw_KE.php', 1, 0x00000000000000000000000000000000, 0x79998f7f61ddfee122d13cd5a388bb89, 0xf39fd5c7b553576738d2774c8120510c05a3c47c471659e62e9881a357784912, '', 0, '?'),
(0x40b9f41d5a3e34294fca10ed6a65cf4c, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sw_TZ.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sw_TZ.php', 1, 0x00000000000000000000000000000000, 0xa678f6798579c8dbf13a371784762963, 0x0a6e649f621d6fdb36aad2aef978cd72f16b5e00e5e340665aa4c9d582f41168, '', 0, '?'),
(0xa5860d955b0bdd1a4cbd6082ae41c556, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sw_UG.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/sw_UG.php', 1, 0x00000000000000000000000000000000, 0x5ef1837196a9ec678d65a8c61c880581, 0x583fd11dcec602a5e284a208a4cf995e885f2726aa6302f96ba413d0f38f8c86, '', 0, '?'),
(0x69c9ff5ec2fff998e883eaf258cb0e71, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/szl.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/szl.php', 1, 0x00000000000000000000000000000000, 0x766016a2bad778e88557d7870694cf96, 0x3e1c226ff1d9e07609724b22a0f300757d537e4b9cd4d3b6bdd983df65a482d7, '', 0, '?'),
(0xa761089fe281cff51efa1ea69a57f8e1, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/szl_PL.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/szl_PL.php', 1, 0x00000000000000000000000000000000, 0xcdfdf51b4df345d7ae30bb29fa542818, 0x9686bdcab4ed0f26f950621bfd3b9ca6dc0359126b7ad396f8ead511624e93fa, '', 0, '?'),
(0x8997d2a1d8336dcd37c47da1f611aaed, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ta.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ta.php', 1, 0x00000000000000000000000000000000, 0xce1bd8807774924149c7f3f9dfc8ff2f, 0xa42ec05bcb19a26767449ba2e70d3de4505eec009a4602550d3024d30196b9dc, '', 0, '?'),
(0xc2c199a7a99f9b6edcf519e4d69b3c7e, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ta_IN.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ta_IN.php', 1, 0x00000000000000000000000000000000, 0x8d853c6dad54163066e6801c8627d4bb, 0xd8b6a6da84dbf5fbefb089c6e3254e7ccf3c919df505dc7168be03fc0bcecc0e, '', 0, '?'),
(0x960430caebcab545459c6c195fa3833c, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ta_LK.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ta_LK.php', 1, 0x00000000000000000000000000000000, 0xb1a9d2696f1ef9de33b0885e0ef20901, 0xb83b9a1b6f812e3fd22b2fc777890d91f2cb8934375913d788f4dbb2f2796af8, '', 0, '?'),
(0x53a32c208c781ba2fe58dec682b1e99a, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ta_MY.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ta_MY.php', 1, 0x00000000000000000000000000000000, 0xf0db2954aaec234c4770b61fd503a374, 0x57943b83c9f026d03e5e9a3ebd59bd30a5107b03bc30c7d073daa70fe9e2b388, '', 0, '?'),
(0x41b1a7e10ccd02f7818bb4f9c0c78fb5, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ta_SG.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ta_SG.php', 1, 0x00000000000000000000000000000000, 0xd4e5d177f1b8cab90de5c09cca1bd173, 0x06cc49f31fe1ab6de2ffe95713568120e68df6ef8f346e5812c8dbd7635ebae8, '', 0, '?'),
(0xd8d024c8928a1ef69a17ca94a37584fd, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/tcy.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/tcy.php', 1, 0x00000000000000000000000000000000, 0xb3241f3d3e144d4d6d3649f4bf9be55d, 0x3318bbac0a713f3610f6a03f7618069b2d3773b79b90d02c020b3aeeb0189a0e, '', 0, '?'),
(0xb3b439ac185a40d1bf92047c45ca2bb8, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/tcy_IN.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/tcy_IN.php', 1, 0x00000000000000000000000000000000, 0x76b31a769796d97de69ca2c646ca56fe, 0xb2161d8d657d46f686ccd0306fff6cdc46bae96c60a6bc108ac2ba50a1163264, '', 0, '?'),
(0xf773c4a4a739fb89018ce78f06016d57, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/te.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/te.php', 1, 0x00000000000000000000000000000000, 0xa845ba4928bc3994196eb2c8d23c3b87, 0x5aa79d8d7828a41b306c1091b15490780ae74498774f74ac01db8e66fc6aa32c, '', 0, '?'),
(0xeb9caca31abcd7a853e188bd8b26a556, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/te_IN.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/te_IN.php', 1, 0x00000000000000000000000000000000, 0x111a41a7b13084fb1d45e8e49415148f, 0xb76429ff8603b089cdfa8ede3d286e995ba4b1c6468a2576861a9d6efe723092, '', 0, '?'),
(0xfba012f2cff084d587815a8508a52889, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/teo.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/teo.php', 1, 0x00000000000000000000000000000000, 0xa2b8464e4a1a09646a60c50775237ae6, 0xafc2d03485843fe61e7aeaa86de68b14c0b1e8399ad79a1b982923981cf94fc4, '', 0, '?'),
(0x4e8b519f06defda1c6397adb4e01161f, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/teo_KE.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/teo_KE.php', 1, 0x00000000000000000000000000000000, 0xbc42d80afc200a391da0d2a731e4a0bf, 0x288557085beb797393ab2877c7631bc68aa17b608642159be8f743a92603f6b5, '', 0, '?'),
(0x04c87f4357b80a062cb1516e45bcb69f, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/tet.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/tet.php', 1, 0x00000000000000000000000000000000, 0xfac21c70452074f63c00a72050f5d6a4, 0x46dd1333f878dc4035ed3ec8b728e90942190772f949505339efbad7051aa5b9, '', 0, '?'),
(0xe7d3b1dcc66a2ff025d49e4cbfa0bd09, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/tg.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/tg.php', 1, 0x00000000000000000000000000000000, 0x6b0ff13f6bc97a99b0690197ef27a8f9, 0xb43e5dfbae77b716bca1b2068a001cf0f03c39e7d59ed1cf842d2eaedd5e1a4d, '', 0, '?'),
(0xa8620a309d9c46aaca61cc77d8d05d2d, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/tg_TJ.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/tg_TJ.php', 1, 0x00000000000000000000000000000000, 0x992eeb15160f8783a2e816d4a74e54cd, 0x4cd39cc49df5a25a1e93cbf31d88cbae20dd60b1f961d9fa1e0513a8847db62f, '', 0, '?'),
(0xa7cb1112757ad8fa9194db37642570dc, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/th.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/th.php', 1, 0x00000000000000000000000000000000, 0xb24a53c94f42b64903d0b5617b07567f, 0xee7b194b5327e9da1a986cc35c2f9b6db16162bde1ad41ec77ca4cd8626957d8, '', 0, '?'),
(0x09fe083f04ecacc428b7e77a4e1f5b3d, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/th_TH.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/th_TH.php', 1, 0x00000000000000000000000000000000, 0x7f294d6323d9b05c1704e0af00ddb502, 0x3c7163ebaf8aae90e76879c68463c605bebd4a681a08fcd7646257dbb31b76e1, '', 0, '?'),
(0x14ae8f56cef3842face761d1e6164b9d, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/the.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/the.php', 1, 0x00000000000000000000000000000000, 0x6c21a21522e0363879626aa0efeccc64, 0xbd560ed71d15e23b80bc2c12808d6244a995639332b26ac00f0d9c30801444ca, '', 0, '?'),
(0x44fa6d70457992b1f72452fe74ec39d1, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/the_NP.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/the_NP.php', 1, 0x00000000000000000000000000000000, 0x19543ca74751e79c1f5933221ff50cec, 0x7677e5446dfdaf0d6e65cc71c28c494213ab8350e901ccc319a6d55c48ff91d2, '', 0, '?'),
(0x1df6027d26e2493f21f5f0b7b5c986eb, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ti.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ti.php', 1, 0x00000000000000000000000000000000, 0xfede45c1a586091b0bba24f78142b838, 0xef5b3764bd11cb49e946597800318b78310268dc7318abaf62fa15808b137157, '', 0, '?'),
(0xca74b769860aab3c60146c508eb62f67, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ti_ER.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ti_ER.php', 1, 0x00000000000000000000000000000000, 0xcbeee7176f0e34764f2f2adc463c1d4e, 0x284d2ebd9d1abf435625d902a7d288c3745a5de06258e30300440d9c31afa648, '', 0, '?'),
(0xaa06e08355e791f3611d9f3093395b80, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ti_ET.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ti_ET.php', 1, 0x00000000000000000000000000000000, 0xee2138d3a6f9a29b0a713af760147d46, 0x1a5e2d9c6f7f8db262a02c206c8601ee81bab8cd9c8877ad48c9a2fbb9382b6e, '', 0, '?'),
(0x61e3421415ba89043ce8f7635b86eadc, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/tig.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/tig.php', 1, 0x00000000000000000000000000000000, 0x0b6506788bb7deebd70f269fc2d5882f, 0x3ab0f97f1c59ed44017f34afce0731cec4e1a2c11bc71c7d4604d00d49198167, '', 0, '?'),
(0x7d5210fffacbf04b1445ed9dd9858867, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/tig_ER.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/tig_ER.php', 1, 0x00000000000000000000000000000000, 0x6522baec90a12f3e7e7ee6acd3078e90, 0x5d14af82dbaf32d8a5d7bb740d8528b9925b0f1808c96972c34ad9783ab194d6, '', 0, '?'),
(0xc453964c4837821339b8473dd1efe8aa, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/tk.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/tk.php', 1, 0x00000000000000000000000000000000, 0x5e21efe6ee058c0712229f51223994d1, 0x68ee0f365ce733db7d7914a4b6c814c4738d2eadb3275ee9e074e05159d5725c, '', 0, '?'),
(0x78b0420a4ad9f4610fa3be290441b046, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/tk_TM.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/tk_TM.php', 1, 0x00000000000000000000000000000000, 0x56ee10a12fe1d3b5e70719c95d3ab0b2, 0xf6091cfb7f7d51667e4d3a4ed31104b3efdf097477a0fd36e594eb1b44e4ca64, '', 0, '?'),
(0xa734d613b79fc8207d9312bd8f027046, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/tl.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/tl.php', 1, 0x00000000000000000000000000000000, 0xf7ff75ace79f6d19ed334cab682e45c2, 0x6b49be092856986c8e9eddb7b247193b409af2374bf5962b1d536a89423c5c18, '', 0, '?'),
(0xdc8124fb1b07ecee0a187c8ce4769158, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/tl_PH.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/tl_PH.php', 1, 0x00000000000000000000000000000000, 0x1530373fde3b490622f512f4df6b1dab, 0xc17ff3aef014329e530118c398a5e4bed3eb5928ce96ff8de8015aea309a4e88, '', 0, '?'),
(0x5f78edc18641564799fd5501eea61007, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/tlh.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/tlh.php', 1, 0x00000000000000000000000000000000, 0xe8244ddcec6e1bbb574497fe9d9ed96e, 0xb4ad395c6925806148d4ee1de06ba47a105cb375c85fb572b5b33b507fa8805b, '', 0, '?'),
(0xabe78577964f16edc46b343b179a4b3d, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/tn.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/tn.php', 1, 0x00000000000000000000000000000000, 0xb36cd69c878928d9eb6c3188ac4d7d82, 0xebc5ccbc021bdd40a3f024a1f587fa48108b30a89c5a54c1999e7ffa04bca653, '', 0, '?'),
(0xd60fe2510945a5c70beaac1ade6d3f3c, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/tn_ZA.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/tn_ZA.php', 1, 0x00000000000000000000000000000000, 0x7f681daee188768b8e9af0440de50615, 0x4dfcb2288b68f972a6c31a98f053a75d38c5ecc15f075504a979fe13c26f0f84, '', 0, '?'),
(0x1a9c681b4a938072780686c047544073, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/to.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/to.php', 1, 0x00000000000000000000000000000000, 0x04acfecd563eb239a6808e2b27fb1829, 0xd40ade85778e6d8ccea4459fa5b7ab751566f6ba09e05b95e4bb8ed39c90c68b, '', 0, '?'),
(0xbbe14e1466c30afe744c5ee12aa405c2, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/to_TO.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/to_TO.php', 1, 0x00000000000000000000000000000000, 0x59ed9ecfd4ed3a38d362c5e331c33f7e, 0xffd757d96ee039a176071eb747da99eec25afb4e63d54cdcdb3a67ed8b77713c, '', 0, '?'),
(0x759e7f228db272c30e42e3b1425ce5ef, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/tpi.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/tpi.php', 1, 0x00000000000000000000000000000000, 0x25940904b79264c1dce2d7793e0fd269, 0x97a583a7add9b2de6220118fb05b9c33683ac0e26880a44e93ba8cc8e060d568, '', 0, '?'),
(0x6e5310ee1282f547ce242dcc9efbe19f, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/tpi_PG.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/tpi_PG.php', 1, 0x00000000000000000000000000000000, 0x9c423ee1923eda78438a7383b9a59811, 0x90389d92997208f8c35ddb47ca3b7e432040d46490b73de597efbaa1c7924824, '', 0, '?'),
(0x3149ea67f2c734eb88247a81bc4bb41f, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/tr.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/tr.php', 1, 0x00000000000000000000000000000000, 0xba434bde371673213656c5aa669d63d4, 0x9581ec6e47780a6bfc2f17891f1cfe76579710bf6ccbb9960fbd1a06c48a3133, '', 0, '?'),
(0x7c700cc080f51e99eab712f629319fc7, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/tr_CY.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/tr_CY.php', 1, 0x00000000000000000000000000000000, 0x2ea3b90ca5ec0e25e3f2530d8c5751c5, 0x58cdea1625e7ef654b77840169f1b2cd563a9ba36f81edc3f01c39209f9661c9, '', 0, '?'),
(0xc82c791ebe4216e69d477fcb990f9416, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/tr_TR.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/tr_TR.php', 1, 0x00000000000000000000000000000000, 0xdf3625b737591d2ceefa9fb20169bbad, 0x72cd9045d3add67bc9426fa4626e949099fa31017ea393d20f82ae78e3504da1, '', 0, '?'),
(0x4c83ff9cb338ed66fb2ff79f4940f9c7, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ts.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ts.php', 1, 0x00000000000000000000000000000000, 0xcd505f37c9baea1b2a78284bc88fc4c5, 0xd1b7a1fadb2fa89a697245e0fa4dd1b0bee8331b7b8e4e45a2404f580a1c9129, '', 0, '?'),
(0xeeeaaade0c05eacc7bf5f19d7ed5ac31, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ts_ZA.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ts_ZA.php', 1, 0x00000000000000000000000000000000, 0x8b18ffb846d02bbf51358b40a8a9ff33, 0x197746df2f5a5e2243c9faeeb402d5ab9d778e6108a9350c1c79ec7f80ea2506, '', 0, '?'),
(0x30bf0fc6710d328f3f0506841b77ed94, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/tt.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/tt.php', 1, 0x00000000000000000000000000000000, 0x03a7e0f74338568086ecf781283903de, 0xb79d11ff8660c7b1940baf1321111ded24fa188fb2d0f3478157291b23ddafcb, '', 0, '?'),
(0x406d575f1d0d86d04a73f8e193127fa4, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/tt_RU.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/tt_RU.php', 1, 0x00000000000000000000000000000000, 0x619c2571d67d5a01c6b075c406cd3076, 0xfbc12636eb2be0cccf2e5e8314d993fd341867c13a51e3dc7e93bde29e22d3e0, '', 0, '?'),
(0x200d7584646b3b9fa9d883b44270ae38, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/tt_RU@iqtelif.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/tt_RU@iqtelif.php', 1, 0x00000000000000000000000000000000, 0xbda5d91fad1c9230c80ef5a22b04a862, 0x59b86fdd5e19617ac754822bf5bc42a95ff5c380d13ae0aafa1de7c0ea8ebf98, '', 0, '?'),
(0x50b44cac1183fc840ed23a6e99d90d7f, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/twq.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/twq.php', 1, 0x00000000000000000000000000000000, 0x1239d85ba269507f39c6a0f5a1d16bd1, 0x97dc58d5a4011131a7b3f8c0bbe11959d4bf03257373a095de491750b5995f9a, '', 0, '?'),
(0xd9ada398c66dc2f38fd6ace593510b49, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/tzl.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/tzl.php', 1, 0x00000000000000000000000000000000, 0xd1aa7a049e632321faab662d56e16978, 0x1845c9f7dfba8895764f2d44357bf89cf6d52dcb98f5ba6346a577050b555115, '', 0, '?'),
(0xa39408c6c346041bea42819491dc299c, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/tzm.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/tzm.php', 1, 0x00000000000000000000000000000000, 0xd982908206849802acd515f6dc7d554f, 0xff26647c4e76398145a81403207b159d43547a9b3ee82417b9b4d1094d36425d, '', 0, '?'),
(0x5a1cc1eaa3db10cd5d5d577412bb2753, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/tzm_Latn.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/tzm_Latn.php', 1, 0x00000000000000000000000000000000, 0x3520bfa474f412fefedf8c3d12e6685d, 0xb0ff94036ab1d3687cc4bad8281f6b4f6a344b918e9234f49666a8da649279f7, '', 0, '?'),
(0x550ad194f770e0d829ee5644d3347e0b, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ug.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ug.php', 1, 0x00000000000000000000000000000000, 0x4e18737bffa6e03cff70f50abfa7fb5d, 0x7a9615e0d5375ede564dae62888c8ebdaa66af5d4c38cd6046a715373e516aca, '', 0, '?'),
(0x018746590b7ba4d60a96b5962f439e68, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ug_CN.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ug_CN.php', 1, 0x00000000000000000000000000000000, 0x902859481a87ed9a7ea207c9fe78b724, 0xf393b91061c01d9c2b0ebc09b679f87f692bc2a258d9608c1e2127a23f6d30c8, '', 0, '?'),
(0x644cd1f5b52b57700d0d604a8c89d389, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/uk.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/uk.php', 1, 0x00000000000000000000000000000000, 0x817bd8bcba366baf13c2db01b83c0ca8, 0x18373ba644f57256627f27937383ec3d1cd814f3e63ed7281753760acc271d2a, '', 0, '?'),
(0x35c9c0a123d4bdae05922e028ea10310, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/uk_UA.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/uk_UA.php', 1, 0x00000000000000000000000000000000, 0xb3ba55289a5781a526bb3b91db541e46, 0x429c6e49280d2f1a91ff206327f379b7619f9b83254a640b02dd0e94ae3f7444, '', 0, '?'),
(0x52931a04810dc3446c12463d2d62d412, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/unm.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/unm.php', 1, 0x00000000000000000000000000000000, 0xe7711868bb97160c3fedffe899fd5120, 0xab30ff4c0461de787f380765c9dacce664af90fabb5b9f8e6f4efaa1cbddbaf5, '', 0, '?'),
(0x76c141c873ff38a91f13eb797de51e39, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/unm_US.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/unm_US.php', 1, 0x00000000000000000000000000000000, 0x3ffb4cec0648c292aba96c4fe6809102, 0xc3e2c131851e4b0b872e950f4cfb632a5689468b5562572f12af5d3cd7284732, '', 0, '?'),
(0x7a75e84eacac3bed95c688927eb5b63f, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ur.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ur.php', 1, 0x00000000000000000000000000000000, 0x3eb48ea62f7c575cb63df305005dc8dd, 0x2d9cc81dedf9900dd309fac88c88b2cd6214f5a4d6443e71ba6964047dff30fa, '', 0, '?'),
(0x1c33638788c207b63eaac86e59fd582b, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ur_IN.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ur_IN.php', 1, 0x00000000000000000000000000000000, 0x023ec9f2a3f500b2388ff6cddf71c9c8, 0x9b5756fb0d6c43eade8261efa6f00557bdee5158edab98d722ee82d38e856737, '', 0, '?'),
(0xcb52535be920325a6726b58ff07f154c, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ur_PK.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ur_PK.php', 1, 0x00000000000000000000000000000000, 0x1770d73c04733b2a45e7bc1061ac853d, 0xca56056d5d0cc47bdd8b6e978553430fcc5e3a3f97096853ec45c385d9c148fd, '', 0, '?'),
(0x8486919383cabc608d42ce476afab7d7, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/uz.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/uz.php', 1, 0x00000000000000000000000000000000, 0x88070de3d81eccc16a95998310a025e9, 0xebaf100bd5619345276ecaec4dadc21788b25aaf5ce9dca951e68750f18cc6b0, '', 0, '?'),
(0x9d24b20db42b80b0b76387033ac3f34e, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/uz_Arab.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/uz_Arab.php', 1, 0x00000000000000000000000000000000, 0x00322ec2992c095938feb864604d5d4c, 0xd09314910bd2efdbf142c07f3e3185aaff2093fa2a3c5f891a32fb940bf84505, '', 0, '?'),
(0xcd99fdea70859a396d155b7dc17ed1a4, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/uz_Cyrl.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/uz_Cyrl.php', 1, 0x00000000000000000000000000000000, 0x16d892f13664741dd0fe4f7dfb585765, 0x8f24fa57f9aca27b5c829533bdb06dc686b12a280af6a29ad56cf27fb9a74514, '', 0, '?'),
(0xf1c78b85285e91d8a3f6e23968c58cb6, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/uz_Latn.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/uz_Latn.php', 1, 0x00000000000000000000000000000000, 0x2ebade0f8f9d4eba6b377793de4d9618, 0x504828ae02caf6d4d6897d83078fbf5b5a9b87f0edcba13489c8a0bf72d67dcd, '', 0, '?'),
(0x186b64a4d8a6a8ff20a6c83fdcc45df6, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/uz_UZ.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/uz_UZ.php', 1, 0x00000000000000000000000000000000, 0x34207b2e715d1843e2c7aa8ebdc7224d, 0x2b70db336e5aa0e70e481c07c84347dcef4f20609330ae22fe456c55b60d31f7, '', 0, '?'),
(0xf2c5099d4ea923e1f30f23bfb2f42fbe, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/uz_UZ@cyrillic.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/uz_UZ@cyrillic.php', 1, 0x00000000000000000000000000000000, 0x7f67c310b41262e85dab49f22018ff13, 0x3e4490428bd4a99427523f1078c320082e08e9d800c4b2ec5470a72868954827, '', 0, '?'),
(0x5a45946767a09356455283dc68908df9, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/vai.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/vai.php', 1, 0x00000000000000000000000000000000, 0x6c27223ce2958071651c56b9f09ae240, 0x8ed64efc60980ff9dfe392ca9ca75d649250394e325378ccd570f17fe046119c, '', 0, '?'),
(0xb15cdd9a29bd61e397926a0eb585fa19, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/vai_Latn.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/vai_Latn.php', 1, 0x00000000000000000000000000000000, 0xe012cd3392e7edc1f6d91fad7ff7a452, 0xbb7f0b53315ebb89353580c26ef3a825afa987835624affcd40b8aaa5905a2f7, '', 0, '?'),
(0x18b025b19e9cccd27ea19d72a8a0e905, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/vai_Vaii.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/vai_Vaii.php', 1, 0x00000000000000000000000000000000, 0x064e431113598fb142c8305eb7e77607, 0x9273fb3db7c10d84e5e00984b507eb385a24caccd7a6b6545d9a0f5e87f1ed87, '', 0, '?'),
(0x65663193d50c18a97fa36efce289a110, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ve.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ve.php', 1, 0x00000000000000000000000000000000, 0x546fb17cea184f89bc2b313bf353856b, 0x2d15bc7f5bb41d05d3e7b0338c0eda02ab2d997b23a6e4d56036556314b3a9f7, '', 0, '?'),
(0x86798e05aa97efb35c779e3a0c67ec93, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ve_ZA.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/ve_ZA.php', 1, 0x00000000000000000000000000000000, 0x72295c5be06f464b187d8aa2e687db52, 0x8d5716850c9b5659d4300ba3ff3ca6d7972ac017235531c4392af174fd7c7d86, '', 0, '?'),
(0x2394cefcabf4472a42035fb9ea95c24d, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/vi.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/vi.php', 1, 0x00000000000000000000000000000000, 0xd728208b13b6bcd6c4e8fad2385387bb, 0x1da3751d84ddce52aad5180f1e703a095113f76606122613c39ecbc8bc7ebbfb, '', 0, '?'),
(0x5a98db65fde07d076de42f6e67ba5618, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/vi_VN.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/vi_VN.php', 1, 0x00000000000000000000000000000000, 0x689655a752bd784acac464f54a1572ec, 0xb880a77562f63aad444a3e7b9e2240a4404d8a1804c64e65c8eae260916382d1, '', 0, '?'),
(0x0a3b2eb79831837b9c9ebd529cac6aea, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/vo.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/vo.php', 1, 0x00000000000000000000000000000000, 0xd3d8231da67ed5aee2c557ef0037b673, 0x4cad9d096cf395ebd2cc017a450e3924c5959a4ef1a8c812e85e7bfb40360446, '', 0, '?'),
(0xc50b2a1b37cd0d9b7b46db01b505b610, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/vun.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/vun.php', 1, 0x00000000000000000000000000000000, 0x816e2fc60a12291814fc27975946812e, 0x102598ed8ac5e096e29b0bd8bfc6177e3e38da19ea0e0e3748f58326d120c7b9, '', 0, '?'),
(0x0ece4648eb10e16f37ce19c4b71ead9a, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/wa.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/wa.php', 1, 0x00000000000000000000000000000000, 0x0ce60880d7f3a4bcbecfc8cb1012221c, 0xab94afa57a6959275696cf92273c70626dd0b06e51d6e586197315b8b60b826f, '', 0, '?'),
(0xe2cfe928ae3b814d9a5aa124cc3b873b, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/wa_BE.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/wa_BE.php', 1, 0x00000000000000000000000000000000, 0x1d96c56ff099caea5e38f54b1d0f7843, 0x13a2459cf813d9a4412fbe3e68df6873058c44b60854388e8d868407206bb047, '', 0, '?'),
(0x4baf170c4e5d1871cae27b4eb60fd401, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/wae.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/wae.php', 1, 0x00000000000000000000000000000000, 0x781776e336fadcac9467b4f9704e4975, 0xb01df1dfe9cf0912ebffce95c5ac9aa0cde688600f434ae815be61c12ae362e1, '', 0, '?'),
(0x714f0de640cde3119511bd6b263d48a4, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/wae_CH.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/wae_CH.php', 1, 0x00000000000000000000000000000000, 0x0fbf161bfdf296d917082ad13c1bdd51, 0x5407807867603a1d6ebc746c45a64ec7c8c6d9552574f9aa2933f675e2da5b27, '', 0, '?'),
(0xd2be441d1cdb6d4281ff3c12f1161d86, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/wal.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/wal.php', 1, 0x00000000000000000000000000000000, 0x5da6a8762c2a4f7e6cb24990f9307025, 0x502ef367295244316de35b56507274f4dd126d46c2387dccbba69642a04a88ff, '', 0, '?'),
(0x852b4804a4501fee88de8714741fba27, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/wal_ET.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/wal_ET.php', 1, 0x00000000000000000000000000000000, 0x5c12c2f7802dcda0e085f6cdf4089f1c, 0x80df8f6b82356782a760b5b4c12c4f6ac0dd407591778a6fc837b66b9c645513, '', 0, '?'),
(0xbf1dab2865e3a0d5aba512fab6f64e41, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/wo.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/wo.php', 1, 0x00000000000000000000000000000000, 0x6f4d6a52a649be3f71160d9748478325, 0xe2206d5d05c1bf0ec5b2c719205a651d91d14da4e964822ea61ad82431f54c22, '', 0, '?'),
(0x04c8dba7a0bb5061adc936c5eb38a642, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/wo_SN.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/wo_SN.php', 1, 0x00000000000000000000000000000000, 0x10dc0186fa3468e351b11de8b19a0fd1, 0x9b09c001b7777d1185ac613d5335e012546e74ade7dea991411bb052d4d7d1ec, '', 0, '?'),
(0xfd2ff7a0174049d41e54a741c1639415, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/xh.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/xh.php', 1, 0x00000000000000000000000000000000, 0x1d08a80c4e2d2c95e5d96807b479a9cf, 0x144523f4b58043bc95ef887b8f31baca30718c5b3ff5c9d38f27c63f74d6fe20, '', 0, '?'),
(0x53501636e4a07fe53494d200fae2df0a, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/xh_ZA.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/xh_ZA.php', 1, 0x00000000000000000000000000000000, 0x0c3a4bbbc1a8e0077633e8ca85b8e201, 0x18953dbd7109dc869aef5302386b7ae74cbc2a51b658ceb56373d37d58165d55, '', 0, '?'),
(0x0cb29610a7e66256db2e751aec129d88, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/xog.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/xog.php', 1, 0x00000000000000000000000000000000, 0x3779b5ad4564cdaa5b0fc797f4f7f873, 0x4bf3d6555774bc9c27efda5332bfd7b1a500e8c82e379374b3ff79087acd75c9, '', 0, '?'),
(0x39ad5568acbb7ab1a2cfbf84f067a9dd, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/yav.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/yav.php', 1, 0x00000000000000000000000000000000, 0x397256265a1fe42520d527469657b40a, 0x5b8294ff87d260a1e6da690c33770a16d8a65016516a6902c7e23774179ede10, '', 0, '?'),
(0x3b0e24423f280b3ccbe7540ebbe79082, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/yi.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/yi.php', 1, 0x00000000000000000000000000000000, 0x209dfa239b1d731732f458c31f6c9718, 0x47ce56fd6879fbc2ad033d7ab4d4ef2e724eca1296ed2363bcc5b16e23768b0c, '', 0, '?'),
(0xd287b9b5098bbc82d960f865513b3229, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/yi_US.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/yi_US.php', 1, 0x00000000000000000000000000000000, 0x2b3c203887b7555956e6578a8154634a, 0x4356a3007c4fab57bde6767b505006b88c91e8acf4ceaa1d900032c4273d412f, '', 0, '?'),
(0x51ced527240fdd84af2d7fbc4e1e4033, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/yo.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/yo.php', 1, 0x00000000000000000000000000000000, 0x4ce3e2c23ae4433ac94c7fbfb425c4a2, 0x0d6a0fa09fa607f99d04f827bb3333ce120e0f6f23762613e81f7b654fa79c56, '', 0, '?'),
(0xa5fbd13c19d1685bc86f71996980ead9, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/yo_BJ.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/yo_BJ.php', 1, 0x00000000000000000000000000000000, 0xb29619fad1f69e84170a195f1c420c62, 0x9686c0677dd7ea03814d769baf25e80708c6644aa331af7b5c23fd936e5fd1f5, '', 0, '?'),
(0xf8abe0e4d4b6e208b48f56ba0d0a58e9, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/yo_NG.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/yo_NG.php', 1, 0x00000000000000000000000000000000, 0x0ad390a19c99d4f5197d3a38b5de0a33, 0x93a41c5f15e2985b4fd03e0b83e440cb7db09891c17b82f9b66ddabdccbce33f, '', 0, '?'),
(0xb8a5e85ad435b1f0b765476f51fa5e6e, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/yue.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/yue.php', 1, 0x00000000000000000000000000000000, 0xc6969c7f0fddea1fc0472bf96120cc52, 0x93c04b68b252ea50294773e0b03773a2ad7c9707c2728faab218cdbce88cd901, '', 0, '?'),
(0x1f1ea50269bea9756c7ecfd472fbd7b2, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/yue_HK.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/yue_HK.php', 1, 0x00000000000000000000000000000000, 0x48b6777665b215d41055e43b6f98cf40, 0x7b43570061e2daa593475ffb209c8166e2c84c2e51d587fe8f29057f984b38b0, '', 0, '?'),
(0x1dd7b1f36661bc97cd1441b11a96e6b8, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/yue_Hans.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/yue_Hans.php', 1, 0x00000000000000000000000000000000, 0xe5c9c054002edc427d7f974455863b69, 0xce884281e2a020a095dfd2203352ef49ef3a742a5b1424204cb91b9ef5d94f86, '', 0, '?'),
(0x340d9f967920eb1c7dc69adc11cd4c01, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/yue_Hant.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/yue_Hant.php', 1, 0x00000000000000000000000000000000, 0x4bf82c63d1dca651e83683f962dd9048, 0xab77022078f6109c1b648865b8d5f4f7618b006fa2b7d1da3f37cab89220bda4, '', 0, '?'),
(0x4dd80cafa283d20110b7a0007da2a59a, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/yuw.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/yuw.php', 1, 0x00000000000000000000000000000000, 0x6b689911b2253d5bc3c135598d383d52, 0xf3da8cd2b50528bc40a5d443afe499c8d1c9aaca2a648ca1270b1c21367c62bc, '', 0, '?'),
(0xe556ccf244ec5d7c104f556ab7016feb, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/yuw_PG.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/yuw_PG.php', 1, 0x00000000000000000000000000000000, 0xd1b102dd3dec980e5876388968eafe19, 0xda84865f48388d267129df098178c0505c3c570c5e213ef0042a021c40c1a535, '', 0, '?'),
(0x5e690dd8b31a698b1d3a33d0de8c6344, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/zgh.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/zgh.php', 1, 0x00000000000000000000000000000000, 0x51409a59866972d0513a1685b953324f, 0x404363ddc608940bbaf248a61fda84061c80a57ecff2a4fceb41170d796c6851, '', 0, '?'),
(0x84226ba1340fa8be1fd504b45296f317, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/zh.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/zh.php', 1, 0x00000000000000000000000000000000, 0x4f7572218b86747b5bee833b9de21cc7, 0x933c5725f3d220780d76f143f054a14170e414652ededde4a2a29631a08a695c, '', 0, '?'),
(0xe26ba7af2c00c37cd707eda46c4a5fcb, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/zh_CN.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/zh_CN.php', 1, 0x00000000000000000000000000000000, 0x836e9b2c7b41c7825fe1a8db8d13565d, 0x656c7b26940e2bc2588d3594937d9c60923c2cb79063235d959a3957a67250e7, '', 0, '?'),
(0xc049339800b27135abdc4654e8337b99, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/zh_HK.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/zh_HK.php', 1, 0x00000000000000000000000000000000, 0x0a72120b372907e51feb11c2055a9189, 0xd7f1bc9011478cefc65885c3d5846a8443ec0529a8f2f31b0b7b22a38694dbba, '', 0, '?'),
(0xa3156c7ff7e9cae4a1d5a45db8e574cd, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/zh_Hans.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/zh_Hans.php', 1, 0x00000000000000000000000000000000, 0x5e71ecd18909a49d03f70cac71da8a37, 0x00b6a3633be14684c336261a2bd579540c90766b89b19afbfe120c41199f5bcf, '', 0, '?'),
(0xc69cd863845d6f5ac01256b1ce3805aa, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/zh_Hans_HK.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/zh_Hans_HK.php', 1, 0x00000000000000000000000000000000, 0xe5c9c054002edc427d7f974455863b69, 0xce884281e2a020a095dfd2203352ef49ef3a742a5b1424204cb91b9ef5d94f86, '', 0, '?'),
(0x4a7a44a698ab78e7a56823cc71f9127d, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/zh_Hans_MO.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/zh_Hans_MO.php', 1, 0x00000000000000000000000000000000, 0xe5c9c054002edc427d7f974455863b69, 0xce884281e2a020a095dfd2203352ef49ef3a742a5b1424204cb91b9ef5d94f86, '', 0, '?'),
(0x0cc51ab489d30d8ee5f4afb38a579d59, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/zh_Hans_SG.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/zh_Hans_SG.php', 1, 0x00000000000000000000000000000000, 0xe5c9c054002edc427d7f974455863b69, 0xce884281e2a020a095dfd2203352ef49ef3a742a5b1424204cb91b9ef5d94f86, '', 0, '?'),
(0xa6170367f4737a252926fec2696c1423, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/zh_Hant.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/zh_Hant.php', 1, 0x00000000000000000000000000000000, 0x6a7edf548691daa72a6d8a947947061d, 0x3f32d02cfec9e044225f8627129d496c89f0a8f920dba7623fae55f404a57698, '', 0, '?'),
(0x5bea804e1dcd18be6b5e140905d1e32f, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/zh_Hant_HK.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/zh_Hant_HK.php', 1, 0x00000000000000000000000000000000, 0x4bf82c63d1dca651e83683f962dd9048, 0xab77022078f6109c1b648865b8d5f4f7618b006fa2b7d1da3f37cab89220bda4, '', 0, '?'),
(0xf7f24e2a80a7f5ee2080c854b743851a, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/zh_Hant_MO.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/zh_Hant_MO.php', 1, 0x00000000000000000000000000000000, 0x4bf82c63d1dca651e83683f962dd9048, 0xab77022078f6109c1b648865b8d5f4f7618b006fa2b7d1da3f37cab89220bda4, '', 0, '?'),
(0xa6f6b56da6f17fd796f03b380e1dd78f, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/zh_Hant_TW.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/zh_Hant_TW.php', 1, 0x00000000000000000000000000000000, 0x4bf82c63d1dca651e83683f962dd9048, 0xab77022078f6109c1b648865b8d5f4f7618b006fa2b7d1da3f37cab89220bda4, '', 0, '?'),
(0xb95fbebf78fcadb56c9b3e2b8197f728, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/zh_MO.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/zh_MO.php', 1, 0x00000000000000000000000000000000, 0x7ebae93bdabf3d944a8524532c62bc53, 0x6944d78bd1a48f3704054f2d20cd367d0ed48f1aa45c90bf740a83f0ddc50f97, '', 0, '?'),
(0x22e0e79e7788a013e056d6760660b2a3, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/zh_SG.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/zh_SG.php', 1, 0x00000000000000000000000000000000, 0xaf7dcbf63c8f547639f322e67d0c5e06, 0x37da6bfb8813f08194f48bcfef88ef124bb0313ea5418908df4392eb13a70309, '', 0, '?'),
(0xc11a36af3297efc4ae5c78222268925c, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/zh_TW.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/zh_TW.php', 1, 0x00000000000000000000000000000000, 0xa34690590bd5852a67a9c58a44db5c4a, 0x35e827e5b682f464b9797520ecf7f523d13361ef6b77924c8150206e40a94219, '', 0, '?'),
(0x4e83c91d054237a8c13e0b00379df5e2, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/zh_YUE.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/zh_YUE.php', 1, 0x00000000000000000000000000000000, 0x21b7392ddac716eafd9c8f94adc98ce5, 0x8ff57a01e665eff2e8d96b1468d57923daeded8cf649dcd6cf0c770a892cf74b, '', 0, '?'),
(0x9bab7bec819a4cc7614dd56ad4ed59bb, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/zu.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/zu.php', 1, 0x00000000000000000000000000000000, 0x2d87a4817a2f0816f6cb1962a2ccfb87, 0x6fb327a2da5704ca64da775c837b46a5b4dc359cc9f8c40e61bd11f8acf6e6a6, '', 0, '?'),
(0x9d40a81206c3a0fadd2c885f75438206, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/zu_ZA.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Lang/zu_ZA.php', 1, 0x00000000000000000000000000000000, 0xbd162adbd64194374d3df9ff560ec654, 0xf3eb499c933641b53d60d8085e699349b0f7d4020bcf4dea7454462907267278, '', 0, '?'),
(0x188bbc36c1b5ec9dc13393410475a6df, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Language.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Language.php', 1, 0x00000000000000000000000000000000, 0x33aae05eba8c4a3d78c7dacff3963d6e, 0x49aa3a7fbe0244c5029c240a926cbb4e2c757c576389827488b82049d0e3389b, '', 0, '?'),
(0xe61e543924a8134326184a96b1b24e27, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Laravel/ServiceProvider.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Laravel/ServiceProvider.php', 1, 0x00000000000000000000000000000000, 0x40af5d315f6aaf2f0adeaff06109f41f, 0x41790949b78e649f2b3775ffd5ed52f2084a5b292d06ae8b34e5ffa41b790825, '', 0, '?'),
(0xea1092a4daa950727d9cbe9ddd8b10e9, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/List/languages.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/List/languages.php', 1, 0x00000000000000000000000000000000, 0xfa51f4f2e2351ddb6cf564fd684ba454, 0x385e330efc1249dd00ab065d49a014bccf311ace9f3d5a8bec0e8f76c1899309, '', 0, '?'),
(0xa58f90ff76785e29a7562d5e55a2f3c7, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/List/regions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/List/regions.php', 1, 0x00000000000000000000000000000000, 0x10a16fc5b9254e6be387079e1f340862, 0xe89f601dc03f5cb562e3f7c169424a91bbc7e32aeac8cac217cb4c88a4bead4f, '', 0, '?'),
(0x52ea107777a7108840ce96f070d6f338, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/MessageFormatter/MessageFormatterMapper.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/MessageFormatter/MessageFormatterMapper.php', 1, 0x00000000000000000000000000000000, 0x92f0af89322b8faa478008ff3683c142, 0xced34e0d0c5d467729aceaf0178f8dc1e6bfedf3fd27d1147b0c18515af19ff3, '', 0, '?'),
(0x6d0c717fc9b59c02407379cba186a9a2, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/PHPStan/AbstractMacro.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/PHPStan/AbstractMacro.php', 1, 0x00000000000000000000000000000000, 0xe467a28851443f8996f0f1a7d57d91f2, 0xf15c30e0c64349c4283fffb192f9ce210d0b62d24a3f0b5694f42339bd5863f3, '', 0, '?'),
(0x518bbf69f034137b5dd83838c3fb1bf5, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/PHPStan/Macro.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/PHPStan/Macro.php', 1, 0x00000000000000000000000000000000, 0xf337e88665de1655dcaf46d00d3da885, 0x65ada2ca58c0e6f707db758595261fe12a159d74f9222d4b212860ea93dc0239, '', 0, '?'),
(0x82a339f0733fe3fd3c462016f5f7afcc, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/PHPStan/MacroExtension.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/PHPStan/MacroExtension.php', 1, 0x00000000000000000000000000000000, 0x36734a36ab0284ee25ff4105f42a5ac4, 0xfcb1b2fd590c4314135d6deb5af51759c76e4ee2db332ee40014d6fe56c7d4df, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xb036809703d8c45583ea35f8b8a24d30, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/PHPStan/MacroScanner.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/PHPStan/MacroScanner.php', 1, 0x00000000000000000000000000000000, 0xc4aff6c0bd7324bfbb095f9fad22ec8b, 0xee81b6c6fc8c33a7ebeba86592c63697aede7c4943d610652fb29584508c336f, '', 0, '?'),
(0xc4010b6262a2b6dc7f89147ec3afd1bc, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Traits/Boundaries.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Traits/Boundaries.php', 1, 0x00000000000000000000000000000000, 0xa328745b6674e87dbdf5308c931e56c5, 0x06f8ac35bc6983dfe898dabdc7e1d811d8f1ea15b9d8c727fb8b1dd9c70f9dcc, '', 0, '?'),
(0x50017816100f54d2d4bdca88407c1327, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Traits/Cast.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Traits/Cast.php', 1, 0x00000000000000000000000000000000, 0xf3fc52ed366c65c86a8b29b593c70c01, 0x7556ad80358a45d51de9d4f37af9170e984b2091695b75436dc842238f9155f1, '', 0, '?'),
(0xd039eea350cda4c29dfa7caba19d8e6e, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Traits/Comparison.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Traits/Comparison.php', 1, 0x00000000000000000000000000000000, 0x9ef453b8820a31b9acfa7cd2e3813795, 0xfb8d148fc45669c06a4c756bd29fe49cbf643d19b7230b17954bddb61ead23af, '', 0, '?'),
(0x39a527ba4b6c854b70db0890f23d065b, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Traits/Converter.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Traits/Converter.php', 1, 0x00000000000000000000000000000000, 0x33c35bcc2a07b40fa1e0f8f891ef2ab4, 0xee5b467132223419edf42fd6b9cb2c2c603c391152e426daf6cd9fec12def1ff, '', 0, '?'),
(0x2cebbead9d0885b5f6403ccab5f50fa1, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Traits/Creator.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Traits/Creator.php', 1, 0x00000000000000000000000000000000, 0x6e1a3be6b65f49b6f13ca91ba3020478, 0x9e8bd0bd90d7b4e58be5276f7a27b3995c92364666ef7e218c8758abe6dc10e3, '', 0, '?'),
(0xc5339d614536c98642c20860945bb73f, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Traits/Date.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Traits/Date.php', 1, 0x00000000000000000000000000000000, 0xd2fb9934ed3abb363a5bec320676db0e, 0xc6c56df82d60973769516b6382ac7236ce7fe0212778769b0c65dd171335c6eb, '', 0, '?'),
(0xeedb21f91c1ef84f365eadc9ed07747e, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Traits/DeprecatedProperties.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Traits/DeprecatedProperties.php', 1, 0x00000000000000000000000000000000, 0xf7b17cdd3d48193b7d331354b5554d98, 0x59c038f6d7550d8c61cdb9305c8b0343e89dc1f35eeab5c8b1013abd33b077f2, '', 0, '?'),
(0x03a9d891b8bcaca83ca14aa8d262519c, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Traits/Difference.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Traits/Difference.php', 1, 0x00000000000000000000000000000000, 0xf53781af5e75ff64f52f0909b7a42588, 0xdd9ef2570e179a93cec26fcd1c20615b6942d74e65039fe448c5268d50aef577, '', 0, '?'),
(0x766803335a90f5d29a6d15cca8de2261, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Traits/IntervalRounding.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Traits/IntervalRounding.php', 1, 0x00000000000000000000000000000000, 0x94fb72a553f74fc8f93f7f4b92496652, 0xbda2c5d7f575cb522fa5695982b0d3f1cdd48183f2333012d8e6eb13b2db4d99, '', 0, '?'),
(0x460196cb72e2e367487d78cdde65450e, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Traits/IntervalStep.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Traits/IntervalStep.php', 1, 0x00000000000000000000000000000000, 0x1e7d702eeace317084b285619c38120a, 0x9c6203b5eaac0e5d0d5032dbba7171f08bd3a90f1810cac7b50d100082bf30eb, '', 0, '?'),
(0xe8d2a6aef9f8db9bc8c172e41cc38166, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Traits/Localization.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Traits/Localization.php', 1, 0x00000000000000000000000000000000, 0x3f75dc1f687ac230f06a9d8ba5e898a3, 0xb828f9cf5a420ac1a58fda17a4d4ab06ff89d39e2f54221ee8d5c293cc752ea7, '', 0, '?'),
(0xc2c80e87355d35dbbfec8518873fc814, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Traits/Macro.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Traits/Macro.php', 1, 0x00000000000000000000000000000000, 0xbf325897c9625f37a75d0c8833fb7327, 0x20e019d612d3d4b946896583c2396673d266dca4f9128a85344b3b03d11bc819, '', 0, '?'),
(0xc7cde46976b2d5eb2ad5e60c801adb04, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Traits/MagicParameter.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Traits/MagicParameter.php', 1, 0x00000000000000000000000000000000, 0xa9dc5b624e04447ac53b73a6f0144669, 0xdc5226f520dd3f765e9caac1735420379e32985308c095b219b899c352658500, '', 0, '?'),
(0x775b9865174300f40b902b00070b158d, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Traits/Mixin.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Traits/Mixin.php', 1, 0x00000000000000000000000000000000, 0x1c29f79496cd3129029153e55272b2f3, 0xb4d9a46ac022c71071c4ce60af7336f3f3eb36b445eca49d6e3d46f53ca0cb03, '', 0, '?'),
(0xc479aae31f54a40ce01a997fbb3dd090, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Traits/Modifiers.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Traits/Modifiers.php', 1, 0x00000000000000000000000000000000, 0x57e789aff2c9fd4201f06cbe05508434, 0x123abf3969dd9af27ce29e6d6241a066328af28092214d9f78b24f62ba4dc79c, '', 0, '?'),
(0x66299c3992fecf06b8645e04d28ba5bd, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Traits/Mutability.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Traits/Mutability.php', 1, 0x00000000000000000000000000000000, 0x644d7d777603ff0e8563f8a71cd71cab, 0x76a7a44d09444f4cc968ee68835e36958fa2a30d4b1799c2e5340c72cfb40682, '', 0, '?'),
(0xc07a52629856da9588607525f9e70093, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Traits/ObjectInitialisation.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Traits/ObjectInitialisation.php', 1, 0x00000000000000000000000000000000, 0x673285b7eb2415cba8dc58f3f98d2752, 0xc4858d8026d87ba34aaae05dce3eb93359b56e1308cbe878388debbacf930863, '', 0, '?'),
(0x53c7ea0dbbe105542c2b8a2a700e1138, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Traits/Options.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Traits/Options.php', 1, 0x00000000000000000000000000000000, 0x0446138024e761b17f1a451599dfa957, 0x3b6e67959c58f8bf7080d0688bef3109d5586eac17cb6101b1df5364aa21629a, '', 0, '?'),
(0xb9964fc25ae60e62fe45b03ff765faf2, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Traits/Rounding.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Traits/Rounding.php', 1, 0x00000000000000000000000000000000, 0x511500edbceb6fedfa958e55983f9124, 0xed68d8132a36b6c4f5db72b7a365c994bf75a31b8af1df384fae8e9564d5713f, '', 0, '?'),
(0xc8d409cc3bf9d698b15b8052432ee3a0, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Traits/Serialization.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Traits/Serialization.php', 1, 0x00000000000000000000000000000000, 0x5ef220a0d9faefd990c58e951da81f89, 0xd50a87edcdfce065f1f14288ae751506c332d79df691644142a6a850dd5267f3, '', 0, '?'),
(0xe909f1da6e2ebb3ea893a459cd007b8d, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Traits/Test.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Traits/Test.php', 1, 0x00000000000000000000000000000000, 0x752c1f2f5d2b35c64cb7d454f954a1d0, 0x615334033cf39294c7399e3824507b933081c5ebb5046e9193789add8be96498, '', 0, '?'),
(0x2dcf8d100be15f94f3c2e9bea9ba1013, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Traits/Timestamp.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Traits/Timestamp.php', 1, 0x00000000000000000000000000000000, 0xc01bc05dc243393ef6c04d3f14ea48a3, 0x9e751abf73f9e3a22bd57b5532bdc729c73215f87843268480af49ac3f2dbe29, '', 0, '?'),
(0x5f78b3b4d79c53b7b6d12e8c496a30c5, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Traits/ToStringFormat.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Traits/ToStringFormat.php', 1, 0x00000000000000000000000000000000, 0x9687cda5e88b9934b7df5bb1cb603d5c, 0x6d10c2a605a597f8d74bc922ee0c2186a462f4c18d8ee4005d7e9f63dd894a94, '', 0, '?'),
(0x617799456e51b0e0dcded179ab487dc0, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Traits/Units.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Traits/Units.php', 1, 0x00000000000000000000000000000000, 0x1c52dc6fe333496733eb1ff9c9c8a0d9, 0xb9d68f9c55696df24aafacf2cd1ac2af9f498c12a71fc95efc76c6fd8a9cf401, '', 0, '?'),
(0xc3e8c4a5a999e4d5fdcad25e5dc2ea04, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Traits/Week.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Traits/Week.php', 1, 0x00000000000000000000000000000000, 0x9acd740112415de0896a35cc0fef95bb, 0xcc6a5cb837a3a7c17f210322861f03436acfcbc5e99c4ae276f3b7fdf5ddf006, '', 0, '?'),
(0x922f47ad5cfb5f0da272c1dc74b26396, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Translator.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/Translator.php', 1, 0x00000000000000000000000000000000, 0xa9bd0c96b5e20d282d2617cef908a55e, 0x1b910dbee90cec2cce3804cd3e9257fda48b5402ad066a9e72ba365e2be8b766, '', 0, '?'),
(0x721e2bf93c8dec8e6fbda3066fa61ef9, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/TranslatorImmutable.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/TranslatorImmutable.php', 1, 0x00000000000000000000000000000000, 0x49b6e0c3dd2b0b95fcc392759eb858f5, 0xa4208bca7e2f08879fd8e52f78978c44de73fc21327ba02de6afad2f220a3484, '', 0, '?'),
(0x9c3d34079e713d4e12b8cedf4a58ff69, 'wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/TranslatorStrongTypeInterface.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Carbon/src/Carbon/TranslatorStrongTypeInterface.php', 1, 0x00000000000000000000000000000000, 0x20d5a60a7e8db1fab9cc089ae54e64bf, 0xcec4c88f1ca8fd322fea438e3eaa23dd8101b66435e4511a03cf0859604e0a6c, '', 0, '?'),
(0xcf303b04147c320fd2fff0fa8cb92acf, 'wp-content/plugins/easy-digital-downloads/libraries/Psr/Clock/ClockInterface.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Psr/Clock/ClockInterface.php', 1, 0x00000000000000000000000000000000, 0x79c2597120512913629b78603133f15e, 0xfccb462140709bc5886c5814625cad1e642aac7f9c98d964bd8e303a75ee254a, '', 0, '?'),
(0xb7287a5365099623a7bc163a205c4686, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/CHANGELOG.md', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/CHANGELOG.md', 1, 0x00000000000000000000000000000000, 0x35ffac64f31fd179a1cec65b304f2de3, 0x0b1ba418ccfc17bca7d8890c410e8d7c15a44a8d011ba7c1e5f5ce49430f2961, '', 0, '?'),
(0xf2d44991dbca21e968cd1656b451ec7e, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/CODE_OF_CONDUCT.md', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/CODE_OF_CONDUCT.md', 1, 0x00000000000000000000000000000000, 0xea886c2e5771558a5112328ac8d93392, 0xae728e65b452816c7f8ef06b0d3c34850cdc5f47cccdab3f4abadb149a48a0a8, '', 0, '?'),
(0x7d68ef7d99a5014591e8b418519b9787, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/LICENSE', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/LICENSE', 1, 0x00000000000000000000000000000000, 0x7d3ba0ac2a57368a17ff05cd5dc09a4d, 0xa2ba386b4f6a54d6760838d2bf34403fb95ff4d6bf03c68837141f48c89ff17b, '', 0, '?'),
(0x3c67a2133873bec15194b507c1b688c7, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/Makefile', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/Makefile', 1, 0x00000000000000000000000000000000, 0x64940c9cb520e2d385e09d3d310add2b, 0x9e2cc345c15317c6920aeda70da23eedf41cf286441675297a89cd5aafae491e, '', 0, '?'),
(0x97d03bb7b5d1532fe61f4e0f53aeae91, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/README.md', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/README.md', 1, 0x00000000000000000000000000000000, 0x7b302566fc7ff9fa55bb0cc77c1f7d98, 0x1230bcdb594ce791538115326c5c49a75eb50549062d7aa32f6d46d04510ae62, '', 0, '?'),
(0x4a572668844873d50707f83a7753485f, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/VERSION', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/VERSION', 1, 0x00000000000000000000000000000000, 0x81a0bfbc5da26edd7cb42462306f9961, 0x9c3757d71755b3a61b2244d05704aea35692c2497f3e55a087fd82cea99057c6, '', 0, '?'),
(0xf0c74c22a06c39727390530a428cd4ac, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/build.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/build.php', 1, 0x00000000000000000000000000000000, 0x7a50d37cb41f0edb5bb3fc976c36bcf0, 0x9f689d787ef22cb22fbcd57bf2e26f972dd24746459f65ee224f104241b47f8c, '', 0, '?'),
(0xe3def701707b342890ddf689b39ce4dd, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/composer.json', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/composer.json', 1, 0x00000000000000000000000000000000, 0xcd0f1ff8aa0f4f1e277111c5f28083e8, 0xc7c8cd793535f9c18188470cde9cc7e25b6506ce02e26ea956cf77973b3f8e6c, '', 0, '?'),
(0xf4a3885e65a674397dbad350357865b5, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/data/ca-certificates.crt', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/data/ca-certificates.crt', 1, 0x00000000000000000000000000000000, 0x6c8779e5755d9dddf677bf7a52d035ce, 0x2baf9ed17ffa14b341c1c23e35c66ac8e8ec1faa56da313bc23ae8d6c9646d9c, '', 0, '?'),
(0xef3673b5cd33ea70c9c288d684c64dfb, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/init.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/init.php', 1, 0x00000000000000000000000000000000, 0x6d99aa9d1f8410acbdd0b56df9280870, 0x7c3a83efb373cb9eb494d0670c8f8330da56cf4fb85e3bfc67e858ed75b9ec1d, '', 0, '?'),
(0x1626e8dcfdd2c10a67815d33e7e8a957, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Account.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Account.php', 1, 0x00000000000000000000000000000000, 0x355ff56963064270233eb802853d371e, 0x76828a62bf361438124afeca395ac9a2c4860cfad2b6e070da758b005097fd68, '', 0, '?'),
(0x0c043f19874d4b02c3e63eb854e77141, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/AccountLink.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/AccountLink.php', 1, 0x00000000000000000000000000000000, 0x1bc1089c86ddc235e6c5f96a23839849, 0x733b28659d99b798e44be52da9590f1ce407ce76369777c9a48b595f93faeaa5, '', 0, '?'),
(0xa39ca44700e323f8fcf5d8ee332e1533, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/AlipayAccount.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/AlipayAccount.php', 1, 0x00000000000000000000000000000000, 0x14a299c20b955d10900ddcac05b148b9, 0xd25398b61e0f38051be9b07f9a24520908ba34c3db5cd271475f3748f6e9efd5, '', 0, '?'),
(0xc10ee671c69c8af17f14506920e59952, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/ApiOperations/All.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/ApiOperations/All.php', 1, 0x00000000000000000000000000000000, 0x116bc30f6cf0519f9f32fdd195dbb1ce, 0xd202395b98dae4b315807db9d2da6636b4819a775b3cb913a661e835f0a92af9, '', 0, '?'),
(0x60a18e6b0dabb539111a96d46a6fb6f6, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/ApiOperations/Create.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/ApiOperations/Create.php', 1, 0x00000000000000000000000000000000, 0x762c50c071e62318e5efd2fd57fdd0a5, 0x8880e6600c5604b5602f77e9ea1fd7485132d552f0fb4f230889818614cf7971, '', 0, '?'),
(0x1edb1a869b6207313d0385b7683af016, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/ApiOperations/Delete.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/ApiOperations/Delete.php', 1, 0x00000000000000000000000000000000, 0x187065407a77209560864096a11a9911, 0x57c35830134522d17fb079fa2c02d7d3ffdcb5a1d6524da7969c664e31842ed2, '', 0, '?'),
(0x0ae84584bd9feb2e4580bdf7745dd844, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/ApiOperations/NestedResource.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/ApiOperations/NestedResource.php', 1, 0x00000000000000000000000000000000, 0x459d6a5d28d14614b3a0eaf434a55514, 0x891a512cf79eee81a95113b615928b3f15c513f7ed1d57c86024b4d798b2306a, '', 0, '?'),
(0x98aa448fce309a933962fa554ae50ba4, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/ApiOperations/Request.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/ApiOperations/Request.php', 1, 0x00000000000000000000000000000000, 0xae1d018b83d1cd205f7541e022be81f1, 0x8814e0880f420d577acc14b486887cd057bd2562df808f6d62c6943541d2df74, '', 0, '?'),
(0x2afcfa39776aa8b161e7424356a234f2, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/ApiOperations/Retrieve.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/ApiOperations/Retrieve.php', 1, 0x00000000000000000000000000000000, 0x74aa357396107cc717f75f621d0a6124, 0xcf084fdc83fc6d75689b86de35956ad749631960eb10b764211ebe4c9ae32006, '', 0, '?'),
(0xbee371ad4cac5980f9c173cd3c742cb6, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/ApiOperations/Search.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/ApiOperations/Search.php', 1, 0x00000000000000000000000000000000, 0x921b2b5f76ef2e73c533a93948bad918, 0xd199eded54f3daae5553a7f5c42d06891863b99a50b1c3517af5fb4a97e0e232, '', 0, '?'),
(0x63e4c6df497aa5c751a376cdff5cf2c4, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/ApiOperations/Update.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/ApiOperations/Update.php', 1, 0x00000000000000000000000000000000, 0x97345fa17d7ac7ce056b6be6fed55f5e, 0x64d8c5b569354d5606412bed79a425ccde2a13a12b1e0d13cb2ab9b25bd24cd9, '', 0, '?'),
(0x0f888d9ff0c518061dbe0f1647c4d43a, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/ApiRequestor.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/ApiRequestor.php', 1, 0x00000000000000000000000000000000, 0xf30b2d5e6ca05671dfc388859d2ee4b0, 0xcf7cbe334b79ea8bb4a4dc99d469a8056a942b6f3788b4b9c21698111f9344d0, '', 0, '?'),
(0x7cec36eaf3bb841c3693f5cc214760e1, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/ApiResource.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/ApiResource.php', 1, 0x00000000000000000000000000000000, 0x2dece7616c824d41a496e8a575fac7e3, 0x7c9d3640654c5cc5a0d2a2d567b1321c39be271a9b6563430cfc31eb6f811870, '', 0, '?'),
(0x641b1cfed6532504b4250d338c841c99, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/ApiResponse.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/ApiResponse.php', 1, 0x00000000000000000000000000000000, 0xa3df41c62e8c8468a428b4e71385bfc4, 0x1965091381e79ffc9a0904fe330617da0f9e99a0314b6e070050df1f16c0634d, '', 0, '?'),
(0x5d756756bdaea2260aec53ee3246b37d, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/ApplePayDomain.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/ApplePayDomain.php', 1, 0x00000000000000000000000000000000, 0x8230e2cf1b3a9e5bf83ff06f2873a244, 0x18cc93163a1c24017ca3478bbf82bb83ed1a0bf6edcf7757b509ec4522b1cb0e, '', 0, '?'),
(0x2b9a3a3dbbcd41a8c2cc38aefba4e874, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/ApplicationFee.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/ApplicationFee.php', 1, 0x00000000000000000000000000000000, 0x76184377fe28836e91eddb345da60680, 0xadca7082fdd356920f676f422484d6cb5e1bc63eed0eda62ce63d9e05a0ce07f, '', 0, '?'),
(0xed9919810a42ec438442b64051cd5556, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/ApplicationFeeRefund.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/ApplicationFeeRefund.php', 1, 0x00000000000000000000000000000000, 0x0e30b83bc235c7f86d7774e840ba25ff, 0x735be49b68e38933a98598ce07f0585249c2a7b8a210f81289fb85b5b2a32bbf, '', 0, '?'),
(0x2155d3ee7d5468d752c59f0a0aebc053, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Balance.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Balance.php', 1, 0x00000000000000000000000000000000, 0x043aa56feeec235e7debad85bac8a106, 0x27acb110266c67f9b0d3346ec9f26177cbd65624eed48df2e7b67d3814ad37b3, '', 0, '?'),
(0x7a7c5ef3ee198f39d211f1711c940b59, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/BalanceTransaction.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/BalanceTransaction.php', 1, 0x00000000000000000000000000000000, 0x10eaba03279411a7d1df4431fda3427a, 0x9736f1facf7a450a265efa0174fd5d50502b492d697352a1a52852d3a0f74578, '', 0, '?'),
(0x4862f0a0b73637abecaf3c1cd4176837, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/BankAccount.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/BankAccount.php', 1, 0x00000000000000000000000000000000, 0xb00f7eacd2e9ca046fe65305b76a8f43, 0xec9129cbdca49032f8f8b13ab56a3341d7ca9fa677db2fbd4a1213ad22a713c1, '', 0, '?'),
(0x6a26612f9b7e663707d6feb3c94bf9fe, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/BaseStripeClient.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/BaseStripeClient.php', 1, 0x00000000000000000000000000000000, 0x49ae78ed8000bf42c8bcd12a65a8456c, 0x0ebfbfc08094f1fe4c76a8113a9536360e4e5249a824b1efdb7613e985454098, '', 0, '?'),
(0x6f6875388d91dd97dc774c17038aee35, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/BaseStripeClientInterface.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/BaseStripeClientInterface.php', 1, 0x00000000000000000000000000000000, 0xfd70119bffd45f84028f2a2b2f07f4f2, 0xd3d92b4992e0c2b8153f92454aaeea8d3fe932747bcd3268ea8347c162cfd286, '', 0, '?'),
(0x7fbe9ac3456728f17d4e36ee9fbc0aa3, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/BillingPortal/Configuration.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/BillingPortal/Configuration.php', 1, 0x00000000000000000000000000000000, 0x6557290ce7b6a18cdd2848f1ea901eb1, 0xe4d079fb761010f8bc77cc51236b34c325b1cbf586fb01b762dc82c7a968b9a9, '', 0, '?'),
(0x9a03abf5283137f2822060a9f6658c31, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/BillingPortal/Session.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/BillingPortal/Session.php', 1, 0x00000000000000000000000000000000, 0xea2300ebd6bd98634d5469e4abb46de4, 0xd4397e74786b6e7aa27fa59460ade8bc0ca3e5c275e8a1b493bb833b3128f3c9, '', 0, '?'),
(0x0f02657b835dcbcc6c75e3d1e95a9b39, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/BitcoinReceiver.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/BitcoinReceiver.php', 1, 0x00000000000000000000000000000000, 0x91b95e5d61ffd068771f8a6e4709b1a6, 0x87d86c0979c7b817a3125d07e6b4de6248de652b8dd8c488a265184cfdc17f33, '', 0, '?'),
(0x84d1969f6160e4dc5ed74f14760ecc57, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/BitcoinTransaction.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/BitcoinTransaction.php', 1, 0x00000000000000000000000000000000, 0x70a848837d2ce1a5600aa5abd76b7128, 0xe6909eb45af1b972df2d4856d63b8868969abd5ac25a7e76be65126bb1977b69, '', 0, '?'),
(0xff0eaed2ac0ce90b768bd03d5e137c3a, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Capability.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Capability.php', 1, 0x00000000000000000000000000000000, 0x4eb61806d6ed03c36c6206877a31c90d, 0x4fd5616d15b37f7bdcd574b2caa2dcbf3162b3a64584fa4e7f35045dd3503845, '', 0, '?'),
(0x2c5abd1a02be4ba9f4e893bbe0118b07, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Card.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Card.php', 1, 0x00000000000000000000000000000000, 0x74d0cf80698d757d5e597c6afb04280c, 0x6247675f883c23a85e23e90ede79c4a6bf9e2256ad129afe820a1f7f60779b29, '', 0, '?'),
(0xb179635bdafda72119ebed7a523d1b61, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/CashBalance.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/CashBalance.php', 1, 0x00000000000000000000000000000000, 0xab046b814073d8bbc445991cedffe763, 0x657a22d60e2ab42a7739297bc2a329b158c52a816322128d6b6317980ce6c035, '', 0, '?'),
(0x003dd54e1ad82e06682d8fa486d9d609, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Charge.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Charge.php', 1, 0x00000000000000000000000000000000, 0xcd42a3004b02b629aa74640a5162e60c, 0xd047532fa6163084cf5c2eb8e206de7922fd1d93ba8a6cd3289175a2618d63cf, '', 0, '?'),
(0xfac21db97b2ba8875292a8df77f49e7a, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Checkout/Session.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Checkout/Session.php', 1, 0x00000000000000000000000000000000, 0x93eb7a250ab7d4c61296bc9b84844d76, 0x87b4985566ab727776e36a325862bd01ad4773d11a2f7439d9958ce9f3c26dd3, '', 0, '?'),
(0x008e762ead7accd8d3043b5db07d88f7, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Collection.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Collection.php', 1, 0x00000000000000000000000000000000, 0xbb72340b4983f2e0ed844e6cd4cdd496, 0xae2aa51636c65784a65bc461ec4ca2fc3af03da4675cdd157f252abc31c3f23d, '', 0, '?'),
(0x29acd43593e2d4ee2d4f7da9d97cd0f9, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/CountrySpec.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/CountrySpec.php', 1, 0x00000000000000000000000000000000, 0x9296359b615e548d2c8c78b4ec1c15b3, 0xeaa81528e86fabaf2114cb1c67630e4e1068ef1135976ea8d911f81b0ed2bdf3, '', 0, '?'),
(0x2f31f5c55aceb1d72542b41faef495a7, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Coupon.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Coupon.php', 1, 0x00000000000000000000000000000000, 0xb1d08c3ef2c1c5521e74a00a001505ff, 0xc6c0c806663ad91ef7888d8a1cf1a46def32bc659e5725bab5185c3da87360fd, '', 0, '?'),
(0x42327b5091181d15d4856c919b56d5c7, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/CreditNote.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/CreditNote.php', 1, 0x00000000000000000000000000000000, 0xf2749cfb664765e92d9f0b6ce6ecd8da, 0x2ecc05d544f432f745134a087e337ff59e6962e33cdd7d588ec14f1ad7218ab1, '', 0, '?'),
(0x7b7e9f10835d59a7ee9147b4506a1747, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/CreditNoteLineItem.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/CreditNoteLineItem.php', 1, 0x00000000000000000000000000000000, 0x54e505ace6b7cc338de455f1d700025f, 0xd4c7a0966bcfcdad16c4f1d0b9f73b0e6df7c0423513b9c727724c6b652d74fc, '', 0, '?'),
(0xd6c2cfdf3d5c20767459f2c10dd5d16a, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Customer.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Customer.php', 1, 0x00000000000000000000000000000000, 0xf7ac7b0de527281a7935f72410c58992, 0x96340c954ec8b228ca570f6506a7f4a9eb31c1c53b16faa946167c4bb468a62b, '', 0, '?'),
(0xcf00bf9b7d7d13fbcd8446a205ea766d, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/CustomerBalanceTransaction.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/CustomerBalanceTransaction.php', 1, 0x00000000000000000000000000000000, 0xcd1c4ead2e38c6f15d2ad67564bc84d1, 0xa48c36d737c001831702cbc55766ef844cf3542ca42c9077ffd54aaea5872699, '', 0, '?'),
(0x34654f75fdded6b51d16afc5c6759828, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Discount.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Discount.php', 1, 0x00000000000000000000000000000000, 0xc007f7bd43c45ebdefa5fdf495cf1f04, 0x1cfb7b15623f4527860d39f6227899d3be898de5ff6d362b3cd2e60540457856, '', 0, '?'),
(0xaef9063c7b727c79a1f8d585ef7d26dd, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Dispute.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Dispute.php', 1, 0x00000000000000000000000000000000, 0x9c35b1539ced80ed74157a38dc1c27b4, 0x646e65a40218ff79f73a2cfab8cbdb4d3a74fc48f32ba9c621a3610a40f3926b, '', 0, '?'),
(0xf8f95d6073ec5d4328cd08c2a60e52a5, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/EphemeralKey.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/EphemeralKey.php', 1, 0x00000000000000000000000000000000, 0x7a6f2bb0d6e4a50678cc6f1d92b9f624, 0xd0e86f7d60209747cf8ccfdd50bc0867f9c33089ca98f2a89bf5e7fd6d660171, '', 0, '?'),
(0x64c698c27267a4f7703bcf4120aae45a, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/ErrorObject.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/ErrorObject.php', 1, 0x00000000000000000000000000000000, 0xebb3ffef0943871079cd221dd6748b60, 0xbacd28b1a263666b0fb53f513bded164cc497d487c22e0be476121b275d4edf6, '', 0, '?'),
(0xd30fe5dfd1b2010974e426a586a65eea, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Event.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Event.php', 1, 0x00000000000000000000000000000000, 0x581f2e97897633d7bbeec3939b250f23, 0xca1e96374e27dd8caa6e3a5e9f2dd0d10cde5ba4aa78df94e48eafbc96171582, '', 0, '?'),
(0x6168c37baf7fcce022fe990f64954649, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Exception/ApiConnectionException.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Exception/ApiConnectionException.php', 1, 0x00000000000000000000000000000000, 0xca9f1f17eab3622cdf82b30e60468beb, 0x934a42a54ff72020c6ddeeecf182d14eed030d57525da31530033e8aeb4bc185, '', 0, '?'),
(0xf6b6d381753fe20fafdf719c8893d809, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Exception/ApiErrorException.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Exception/ApiErrorException.php', 1, 0x00000000000000000000000000000000, 0x9fdd39192feec613c41fb4d2e590242c, 0x66a94e7dd74049469acd1de17c28b6c2666486eea61d63a90a232363d96b82a8, '', 0, '?'),
(0x35ac961319824105ca0126a58dd379e9, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Exception/AuthenticationException.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Exception/AuthenticationException.php', 1, 0x00000000000000000000000000000000, 0x0350fe70223262104eccef3e9153229b, 0x725009b91296a5fa990a376e8ae5b9d788bc4b2a8fa9b6366899bbb6b4243bb3, '', 0, '?'),
(0x9bfee068d769b40defbc306cd24dcfaf, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Exception/BadMethodCallException.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Exception/BadMethodCallException.php', 1, 0x00000000000000000000000000000000, 0x01f4f58d37f4f5e5dc672c6f870cd5be, 0xeddb25fe7bbd1da6bc54d994b373bba80c8c8b2daa1c2503dc751696bd80ed87, '', 0, '?'),
(0xb250a9995c59e5482c3f87f2d345a618, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Exception/CardException.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Exception/CardException.php', 1, 0x00000000000000000000000000000000, 0xb2744b0a5e08be50a344fdca27ad5b3b, 0x4c7f34a1e1d0ced5050ea591748b9b720099d31221c2b22e18ab9e8fc4fd4ec9, '', 0, '?'),
(0xa76ccb378129d8cf5fb2e2d6c67705a9, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Exception/ExceptionInterface.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Exception/ExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0x202a7f40d8737d5d73a332e79eb1115d, 0x19b4b459f4ceaf8a533fca7c16684c7b191dbb4c3b08cca5edb82d2c1fe4fd9d, '', 0, '?'),
(0x615142a0fadba0bf997cf0f3dd0b0576, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Exception/IdempotencyException.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Exception/IdempotencyException.php', 1, 0x00000000000000000000000000000000, 0xc78e5dad0ce6a08f88c4718a0fb54be1, 0x4f69ed3016598db6a9c0dda2dfcb435b548413757fb872c45f45475f3e13a2bb, '', 0, '?'),
(0xebddda257a55726267dc39e518ff1a8b, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Exception/InvalidArgumentException.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Exception/InvalidArgumentException.php', 1, 0x00000000000000000000000000000000, 0xde96afb8057f73abe6afd1a6d381e076, 0x7cda766a845af24ab7e29d59685882e29bc854cd00b85a3fa3877eadc593c1e2, '', 0, '?'),
(0xfc7efffc5f4291269cd6fd718af77290, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Exception/InvalidRequestException.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Exception/InvalidRequestException.php', 1, 0x00000000000000000000000000000000, 0x0a3d47a6604ce315db2ad00819c1be06, 0x8c7cb203d6a1b4496698d52c4ddba43dd07a78db1088789b6f8cdf1f37505923, '', 0, '?'),
(0xa16cf6f12444b67e383a702c97cabe91, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Exception/OAuth/ExceptionInterface.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Exception/OAuth/ExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0x09cff7f137338a3384b8e800b576fcd0, 0x0da7ed68344796a7c979160bfe2fdd6c15b85cb38a00362ddb5cc2182fc7a39f, '', 0, '?'),
(0xbd755a119ed908bc224c31236eaf0af5, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Exception/OAuth/InvalidClientException.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Exception/OAuth/InvalidClientException.php', 1, 0x00000000000000000000000000000000, 0x96dbcf2d6dc3d29c4f6173f5b7f8141b, 0x69734edfd898971a4b6bd4a4b6d8241d05d8bfbd096500c839658780fcafd6b3, '', 0, '?'),
(0x00829a249f94a6433cb76652ba4a4226, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Exception/OAuth/InvalidGrantException.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Exception/OAuth/InvalidGrantException.php', 1, 0x00000000000000000000000000000000, 0x4c01fc30d1d5fe4c48c9be9a8c1ad440, 0x5dafc993b0f16780028a1c3689d118876f3a633c67a4b7687532f2e21e385294, '', 0, '?'),
(0x1c7d3ce78c7150ce50064aaeb4f48d5d, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Exception/OAuth/InvalidRequestException.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Exception/OAuth/InvalidRequestException.php', 1, 0x00000000000000000000000000000000, 0xd0a80b67c1d60901711d7ff042c77ed9, 0xddd135208aa3307b6e4f1ab2f7ce5020c876a2daefa4532bce4aa90df125ec09, '', 0, '?'),
(0x07e981eb2d764fe4777552b51982f5b5, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Exception/OAuth/InvalidScopeException.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Exception/OAuth/InvalidScopeException.php', 1, 0x00000000000000000000000000000000, 0x351614bd789c41f93a03c7d326de7fa8, 0xf2a99bed85d5ccea7b5acf1b3602ce01feaba8988f8428c68318fa55efcdd36e, '', 0, '?'),
(0xd950f5962d7f836d66c755aa3c70bff7, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Exception/OAuth/OAuthErrorException.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Exception/OAuth/OAuthErrorException.php', 1, 0x00000000000000000000000000000000, 0x7401a072d0310c7fc23c84ec662fb1a6, 0x74e48298f734b0c401bf14c621c0ded8b1ed5d52e0d78fdb2292348849d52998, '', 0, '?'),
(0x20bfd65e8e32ebd950380d88d3cd827f, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Exception/OAuth/UnknownOAuthErrorException.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Exception/OAuth/UnknownOAuthErrorException.php', 1, 0x00000000000000000000000000000000, 0x9e935c2b75d4da7c48d139be54936212, 0x4f33bbac9b4566cebbb803885cc7b184209818c8187daaf157dc1f3bf98a895d, '', 0, '?'),
(0x259a670b0ebd1cb95b96b3d4b00eefee, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Exception/OAuth/UnsupportedGrantTypeException.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Exception/OAuth/UnsupportedGrantTypeException.php', 1, 0x00000000000000000000000000000000, 0x76190bea4cbf2cc4d62368c7d4c10551, 0x31ad641bf55173e2ac516b8f93c208179737b2f605858f12331f1dc85be14d77, '', 0, '?'),
(0x39c3e6ce61ce3598ce40a12c5d199c38, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Exception/OAuth/UnsupportedResponseTypeException.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Exception/OAuth/UnsupportedResponseTypeException.php', 1, 0x00000000000000000000000000000000, 0x213c770e0778412fbe23f0ee8d137573, 0x887724a9a1db6b41d0ff69bc48137ea1824e2da08868b9ff030159a95d7a5e7c, '', 0, '?'),
(0x3b003dc724a450d4cd0d0743ea72bacf, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Exception/PermissionException.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Exception/PermissionException.php', 1, 0x00000000000000000000000000000000, 0xe5df1cd9c9368813400bf68975ce3b30, 0x382445828ab6b769aa509a9bd57aec19f769c14a9b3ca60f8bedad7855e8074f, '', 0, '?'),
(0x5eda33248f285e79c65a6e32cf93d685, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Exception/RateLimitException.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Exception/RateLimitException.php', 1, 0x00000000000000000000000000000000, 0x395a16a35afb5f6b5bc7095b15d8ad8b, 0xe7a6781ac8a718117b864cf057b332684a11fa806f92921340fd158144d6d437, '', 0, '?'),
(0x631766ad101e88c5ccc943a1d2e4bc36, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Exception/SignatureVerificationException.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Exception/SignatureVerificationException.php', 1, 0x00000000000000000000000000000000, 0x9acd51101cf3208dc05308172a346069, 0xdadaa496c1bd13ec5347f226b1e235200774ae59d559dde198054f10ba4058e5, '', 0, '?'),
(0xf833a4dfee5ecdf2a153adf7eb2511ce, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Exception/UnexpectedValueException.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Exception/UnexpectedValueException.php', 1, 0x00000000000000000000000000000000, 0xc852fc74f9d938d8f777b98485fd5182, 0xdaaebbf62b654e482d63a5fece48c81b405a126e705be6b9023b7d7d7ae97e2e, '', 0, '?'),
(0x3c2dd532d45578b2dde77719e49b92a1, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Exception/UnknownApiErrorException.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Exception/UnknownApiErrorException.php', 1, 0x00000000000000000000000000000000, 0xbd59cb9e0c9a0d14a18e1502734c4fe7, 0xd09b723295c51443095ce368c7275aedb07f1447c0799bd1a83fd53c59e9e44e, '', 0, '?'),
(0x0a13a37e2ecefae66cdabfd31c2e68d2, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/ExchangeRate.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/ExchangeRate.php', 1, 0x00000000000000000000000000000000, 0xd79734b6c875db614b3d2756eea4488e, 0xb3f1808d1feffab1e9790bf6738922bce2897ace4a286b71b99502d843eb2ff6, '', 0, '?'),
(0x4337f53c7289fd9b5b28c74d995e03a0, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/File.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/File.php', 1, 0x00000000000000000000000000000000, 0xfdd469c4eadfd882c4685a65ce67e39e, 0xa9fb93ec1dd4f05c4a5167655e99661671384474d286c527a404e38bcd111585, '', 0, '?'),
(0xe70a424b4b1a5d69a760ed478f9ce59d, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/FileLink.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/FileLink.php', 1, 0x00000000000000000000000000000000, 0x0987f523cabe5388eceaa1797b446001, 0xef2b7831ed12e93b279cc6b28b9861673d4deeaa5d62ce4a3cf38fcc0c0bd354, '', 0, '?'),
(0xf8d395afc58bff5986b3e5c41f86122f, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/FinancialConnections/Account.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/FinancialConnections/Account.php', 1, 0x00000000000000000000000000000000, 0xa2badd65d8e5d6e3d86a2adf1301dcb3, 0xef93541ff4928ca46201c11b0e16ae184c61dfc2e210d8c048e2da116acd2313, '', 0, '?'),
(0x68d03e4cacad341ab6eed8dfb4fdec25, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/FinancialConnections/AccountOwner.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/FinancialConnections/AccountOwner.php', 1, 0x00000000000000000000000000000000, 0xa4fec4cced421ebd4ea3e478e4e3ba71, 0x3abc856b16a862823a26440144622c1658108ad4eca38d8cf4fd625b622f69d1, '', 0, '?'),
(0x801ef17b350c3a88e2472dee8280f6cd, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/FinancialConnections/AccountOwnership.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/FinancialConnections/AccountOwnership.php', 1, 0x00000000000000000000000000000000, 0x28a7d98f7e6dca358585ba9cf0d51cba, 0x7602b40075daf3cf9e856a5ffe1f7993bcc2d46f0631456c7ba1800e314c0b8e, '', 0, '?'),
(0x28d6a41105c62e56e6ad8c3d04f64584, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/FinancialConnections/Session.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/FinancialConnections/Session.php', 1, 0x00000000000000000000000000000000, 0x64da567222e3e8ce98f6df646676812e, 0x9bbd851ad246e18051746b0e33150b191e42b8344b166faea57f8b34e71510ef, '', 0, '?'),
(0xb3d059697cfceba940f40f61e189aa3b, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/FundingInstructions.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/FundingInstructions.php', 1, 0x00000000000000000000000000000000, 0xe14a59b72a43aa76e70e0096a982c455, 0x70a00ba69e3c84f538ff385d1b17d103396b72b88bcffc9847b7a4f4f67a1d10, '', 0, '?'),
(0x702126ba70973751c8e8a0e530564abf, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/HttpClient/ClientInterface.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/HttpClient/ClientInterface.php', 1, 0x00000000000000000000000000000000, 0x72dcc85d5bd7f52451eea7a12ed40e0b, 0x52c472add4c47a3cab7bdbf65e4b8f31fc847a2e144f5255da76e0263843a6ad, '', 0, '?'),
(0xb344cb3fcb7b6e21cf7af4e385f80449, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/HttpClient/CurlClient.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/HttpClient/CurlClient.php', 1, 0x00000000000000000000000000000000, 0x9220ae52b0657138ab82a940d2f96173, 0xb7e473ed66ec6a2874410d669cf320c7e50b21cd42fe06f2b34d669f8eea892b, '', 0, '?'),
(0x71cad9cf9adc0523d97839c50e5c38d2, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/HttpClient/StreamingClientInterface.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/HttpClient/StreamingClientInterface.php', 1, 0x00000000000000000000000000000000, 0x7154d2c882eaf23300d4ce98fa76c051, 0x4e7bbff3f0bf30a1496c15c66bd26ee47491b1fdb3bc0a8995dc1cca8d33b63c, '', 0, '?'),
(0xbdda278b4581f132746c3759b49e9bdd, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Identity/VerificationReport.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Identity/VerificationReport.php', 1, 0x00000000000000000000000000000000, 0x28a046c88c4e49e1a24bfe38aaa9cfb4, 0xe9602889ec35ab72d49ed1b596a7eb600c57af7c4df67207b7a982395cd1c1ec, '', 0, '?'),
(0x006ed865477fe0596464c19b2bc314c5, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Identity/VerificationSession.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Identity/VerificationSession.php', 1, 0x00000000000000000000000000000000, 0x75fd78f5cafe4d144204f46eeea10fac, 0x2a90df06be522931a4979a02ad647566ec5278a7cdd218655f5542a2e2a737d3, '', 0, '?'),
(0x3d102769b83fb906927bb6a2a09460ea, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Invoice.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Invoice.php', 1, 0x00000000000000000000000000000000, 0x6112355f50a068f50a32bae48c0bb458, 0x794f2b09fa135531de846e95228b416e9a4a747e379d89093bc69becbf39f73d, '', 0, '?'),
(0xad9ebcc3af79e55a941322dc76de0e12, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/InvoiceItem.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/InvoiceItem.php', 1, 0x00000000000000000000000000000000, 0x03388094848a4569069c87745073363a, 0x1766552b819e71c9ca3e755c7f7538efaf79f50499a8506a649aa27ae73be378, '', 0, '?'),
(0xd1783909339ca56ed1ed47fcbc5fa0a9, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/InvoiceLineItem.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/InvoiceLineItem.php', 1, 0x00000000000000000000000000000000, 0xe16870cb3bb36b0d757c3691743cd876, 0xa4e42777f3e0d3a7d482b7cf178b522ac0be1dea84793935eb0360a7bc897a6b, '', 0, '?'),
(0x3e49add1241b78e79acbd56781aa2373, 'wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Issuing/Authorization.php', '/home/activeeee/public_html/wp-content/plugins/easy-digital-downloads/libraries/Stripe/lib/Issuing/Authorization.php', 1, 0x000000000000000000000